@charset "utf-8";

@import 'fullcalendar.css';
@import 'comment.css';
@import 'swiper-bundle.min.css';



/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
  
   board_search
   검색

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.board_search,
.board_search .select select,
.board_search .select input,
.board_search .select .search_btn{transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.board_search   {overflow: hidden; margin-bottom:30px;}
.board_search:after {clear: both; display: block; content: ""}  


.board_search .count  {float:left; height:auto; margin-top:15px; font-size:15px; position:relative; padding-left:12px; }
.board_search .count:after {
	 content:''; display:block; position:absolute; top:10px; left:2px; width:3px; height:3px; background-color:#fb5d5a;
	}


.board_search .count strong{position: relative; font-weight:400;}
.board_search .count .price{position:relative; display:inline-block; padding:0 12px 0 0; margin-right:8px;}
.board_search .count .price:after{content:""; display:block; position:absolute; top:50%; right:0; width:1px; height:12px; margin-top:-8px; background:#333;}
.board_search .count span{color:#f76221;}



.board_search .select{float:right;}
.board_search .select select {min-width:120px; font-size:14px; height:40px; vertical-align:top; border-radius:5px; border:1px solid #999; padding:0 5px; margin-right:3px;} 
.board_search .select input[type="text"]{width:250px;  border:1px solid #999; height:40px; border-radius:5px; padding:0 5px; margin-right:2px;}
.board_search .select .search_btn {
	width:auto; padding:3px 20px 0 20px; background:#fb5d5a; color:#fff; border:0; cursor:pointer; font-size:16px; height:40px; vertical-align:top;
	border-radius:5px; font-family:"gmarket"; /
	}



.select2 select {width:100%; font-size:15px; padding:10px 9px 9px 9px;}


.file_upload li {margin-bottom:5px;}
.file_upload li:last-child {margin-bottom:0;}

.label_hidden  {position:absolute; text-indent:-999px; top:0; left:-9999px;}
table select {font-size:14px; border:1px solid #999; padding:7px;}



@media screen and (max-width:720px){
  .board_search .count,
  .board_search .select{float:none;}
  .board_search .count{margin-top:0; margin-bottom:6px;}
}
@media screen and (max-width:640px){
  .board_search .select select{padding:8px;}
  .board_search .select .search_btn{padding:7px 20px;}

  .board_search .select{position:relative;}
  .board_search .select select{width:100%; margin-bottom:5px;}
  .board_search .select input[type="text"]{width:100%; padding:9px;}
  .board_search .select .search_btn{position:absolute; bottom:0; right:0;}
  .tbl_basic_view th {padding:10px 5px !important;}
  .tbl_basic_view {font-size:14px !important;}
  table select   {padding:7px 2px;}
}


.form_table table{width:100%;border:0;border-top:2px solid #999}
.form_table caption{display:none}
.form_table th,
.form_table td{padding:1px;border:0;vertical-align:middle; height:32px;}
.form_table th{color:#333; text-align:center;}
.form_table td{color:#666}
.form_table tr:nth-child(odd) > td,
.form_table tr:nth-child(odd) > th {background-color: #f9f9f9;}
.form_table thead th{border-bottom:1px solid #ccc;background:#f8f8f8}
.form_table tbody th{border-bottom:1px solid #ddd;background:#fafafa;}
.form_table tfoot th{border-bottom:1px solid #ddd}
.form_table tbody td{border-bottom:1px solid #ddd;}
.form_table tfoot td{border-bottom:1px solid #ddd;font-weight:bold;color:#333}


.tbl_con_01 {
	border-top:2px solid #333;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	display:block;
}
.tbl_con_01 caption {
	height: 0;
	line-height: 0;
}
.tbl_con_01 th {
	border-left: 1px solid #d2d2d2;
	padding:13px 5px;
	vertical-align: middle;
}
.tbl_con_01 tr {
	border-bottom: 1px solid #d2d2d2;
}
.tbl_con_01 td {
	border-left: 1px solid #d2d2d2;
	padding:13px 5px;
	vertical-align: middle;
	line-height: 21px;
}
.tbl_con_01 th:first-child, .tbl_con_01 td:first-child {
	border-left: none;
}
.tbl_con_01 td.leftb {
	border-left: 1px solid #d2d2d2 !important;
}
.tbl_con_01 thead th {
	background: #f5f5f5 none repeat scroll 0 0;
	border-right: 1px solid #d2d2d2;
	color: #000;
	line-height: 22px;
	vertical-align: middle;
}
.tbl_con_01 thead th:last-child {
	border-right: medium none;
}
.tbl_con_01 tbody th {
	background: #f5f5f5 none repeat scroll 0 0;
	color: #333;
	line-height: 20px;
	vertical-align: middle;
}
.tbl_con_01 .left {text-align: left;}
.tbl_con_01 a {color: #333;}
.tbl_con_01 .cont_box img {margin:3px 0}


@media screen and (max-width:767px){
	.tbl_con_01 .cont_box img {width:100%; max-width:100%;}
	}
	
	
	



/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////
  
   page
   페이징

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.page a,
.page a:link,
.page a:visited,
.page a:active   {transition:all 0.3s ease; -webkit-transition:all 0.3s ease;}
.page   {margin:40px 0 0 0; text-align:center;}
.page a{border:1px solid #ccc; vertical-align:middle; font-size:14px;}
.page a.on,
.page a:hover{background-color:#333333; border:1px solid #333333; color:#fff; cursor:pointer}
.page a,
.page a:link,
.page a:visited,
.page a:active{display:inline-block; width:30px; height:30px; line-height:28px; text-decoration:none; box-sizing:border-box;}

.page a.page_first,
.page a.page_left,
.page a.page_right,
.page a.page_end{overflow:hidden; text-indent:-2000px;}
.page a.page_first,
.page a.page_end{background:url(../../img/sub/paginate_first.gif) no-repeat 6px center;}
.page a.page_end{transform:rotate(180deg);-webkit-transform:rotate(180deg);}
.page a.page_first:hover,
.page a.page_end:hover{border:1px solid #333;}

.page a.page_left{margin-right:6px;}
.page a.page_left,
.page a.page_right{background:url(../../img/sub/paginate_prev.gif) no-repeat 9px center;}
.page a.page_right{margin-left:6px; transform: rotate(180deg);-webkit-transform: rotate(180deg);}


@media screen and (max-width:640px){
  .page a.page_first:hover,
  .page a.page_end:hover,
  .page a.page_left:hover,
  .page a.page_right:hover{background-position:8px center;}
  .page a,
  .page a strong,
  .page a:link,
  .page a:visited,
  .page a:active{width:25px; height:25px; line-height:23px;}
  .page a.page_first,
  .page a.page_left,
  .page a.page_right,
  .page a.page_end{background-position:8px center;}
  .page a.page_left{margin-right:4px;}
  .page a.page_right{margin-left:4px;}
}

.align_right    {display:flex; align-items:center; justify-content:flex-end; flex-wrap: wrap; width:100%;}
.align_right a  {margin-left:6px;}

.btn_center    {display:flex; align-items:center; justify-content:center; flex-wrap: wrap; width:100%;}
.btn_center a  {margin:0 3px;}

.align_center   {text-align:center !important}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////
  
   notice_list
   공지형_게시판

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.notice_list ul li,
.notice_list ul li p{transition:all 0.3s ease; -webkit-transition:all 0.3s ease;}
.notice_list{margin-top:20px; border-top:2px solid #333; border-bottom:1px solid #646464;}
.notice_list ul{display:table; table-layout:fixed; width:100%; border-collapse:collapse; border-spacing:0;}
.notice_list ul li{position:relative; display:table-row; border-bottom:1px solid #d7d7d7;}
.notice_list ul li:hover{background:#f7f7f7;}
.notice_list ul li:last-child{border-bottom:0;}
.notice_list ul li p,
.notice_list ul li .subject,
.notice_list ul li.thead strong{display:table-cell; text-align:center; vertical-align:middle;}
.notice_list ul li p,
.notice_list ul li .subject{padding:12px 10px;}

.notice_list ul li .subject span {display:inline-block; margin-right:15px; color:#3c73bd;}

.notice_list ul li .no{width:10%;}
.notice_list ul li .subject{width:auto;}
.notice_list ul li .writer{width:10%; word-break:break-all;}
.notice_list ul li .date{width:15%;}
.notice_list ul li .counter{width:10%;}
.notice_list ul li .file_atch{width:10%;}
/*헤드 항목*/
.notice_list ul li.thead{border-bottom:1px solid #989898;}
.notice_list ul li.thead:hover{background:transparent;}
.notice_list ul li.thead strong{padding:17px 10px; font-weight:700;}
/*공지글*/
.notice_list ul li.notice{background:#fbfbfb;}
.notice_list ul li.notice .no{overflow:hidden; background-image:url(../images/common/icon_board_notice.png); background-repeat:no-repeat; background-position:center center; text-indent:-1000px;}
.notice_list ul li.notice .subject a strong{font-weight:700;}
/*제목부분*/
.notice_list ul li .subject a{display:block;}
.notice_list ul li .subject a strong{display:inline-block; font-weight:400;}
.notice_list ul li .subject a:hover strong{text-decoration:underline;}
/*아이콘*/
.notice_list ul li .subject a strong .new,
.notice_list ul li .subject a strong .re_end{overflow:hidden; display:none; margin:0 2px; vertical-align:middle;}
.notice_list ul li .subject a.new strong .new,
.notice_list ul li .subject a.re_end strong .re_end{display:inline-block;}
.notice_list ul li .subject a strong .re_end{width:auto; height:20px; line-height:20px; padding:0 5px; background:#337b08; font-size:13px; font-weight:400; color:#fff;}
.notice_list ul li .subject a.re_end strong .re_end.ty2{background:#0766B6;}
.notice_list ul li .board_file{overflow:hidden; display:inline-block; width:12px; height:16px; background:url(../images/common/icon_file_02.gif) no-repeat center center; vertical-align:middle; text-indent:-2000px;}
.align_left a {text-align:left;}

@media screen and (max-width:840px){
  .notice_list ul,
  .notice_list ul li,
  .notice_list ul li{display:block;}
  .notice_list ul li{padding:12px 10px;}
  .notice_list ul li.thead{display:none;}
  .notice_list ul li p:after{content:""; display:inline-block; width:1px; height:10px; margin:0 10px; background-color:#000; vertical-align:middle;}
  .notice_list ul li p:last-child:after{display: none;}
  .notice_list ul li .subject:after,
  .notice_list ul li .no:after{display: none;}
  .notice_list ul li .no{width:40px; height:18px; line-height:18px; padding:0; background:#e2e1e1; border-radius:5px; -webkit-border-radius:5px; font-size:13px;}
  .notice_list ul li .writer,
  .notice_list ul li .date,
  .notice_list ul li .counter,
  .notice_list ul li .file_atch{display: inline-block; width:auto; padding:0; font-size:13px;}
  /*제목부분*/
  .notice_list ul li .subject{display:inline-block; width:100%; padding:10px 0 5px 0; box-sizing:border-box;}
  .notice_list ul li .subject a strong{overflow:hidden; position:relative; width:auto; max-width:100%; min-height:18px; white-space:nowrap; text-overflow:ellipsis; box-sizing:border-box;}
  /*아이콘*/
  .notice_list ul li .subject a strong{position:relative; max-width:100%;}
  .notice_list ul li .subject a strong .re_end,
  .notice_list ul li .subject a strong .js_secret,
  .notice_list ul li .subject a strong .new{position:absolute; top:0; margin:0;}
  .notice_list ul li .subject a.re_end.new strong{padding-right:78px;}
  .notice_list ul li .subject a.re_end.new strong .re_end{right:16px;}
  .notice_list ul li .subject a.re_end.new strong .new{right:0;}
  .notice_list ul li .subject a.re_end strong{padding-right:62px;}
  .notice_list ul li .subject a.re_end strong .re_end{right:0;}
  .notice_list ul li .subject a.new strong{padding-right:16px;}
  .notice_list ul li .subject a.new strong .new{right:0;}
}
@media screen and (max-width:640px){
  .notice_list ul li{padding:10px;}
  .notice_list ul li .no{width:36px; height:16px; line-height:16px; font-size:12px;}
  .notice_list ul li.notice .no{display:none;}
  .notice_list ul li .subject{padding:6px 0 0px 0;}
  .notice_list ul li.notice .subject{padding:0;}
  /*아이콘*/
  .notice_list ul li .subject a strong .re_end{line-height:18px;}
  .notice_list ul li .subject a.re_end.new strong{padding-right:77px;}
  .notice_list ul li .subject a.re_end strong{padding-right:61px;}
}




/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////
  
   board_insert
   게시판 등록

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.board_insert .detail > li,
.board_insert .detail > li .titles{transition:all 0.3s ease; -webkit-transition:all 0.3s ease;}
.board_insert{display:block; padding:0; border-top:2px solid #333; border-bottom:1px solid #646464;}

/*항목리스트*/
.board_insert .detail{background:#fff;}
.board_insert .detail > li{position:relative; width:100%; min-height:46px; padding-left:120px; border-bottom:1px solid #ccc; box-sizing:border-box;}
.board_insert .detail > li:last-child{border-bottom:0;}
.board_insert .detail > li .titles{position:absolute; top:0; left:0; width:120px; height:100%; background:#f7f7f7;}
.board_insert .detail > li .titles span{display:table; width:100%; height:100%;}
.board_insert .detail > li .titles strong{display:table-cell; width:100%; height:100%; text-align:center; vertical-align:middle; font-weight:700;}
.board_insert .detail > li .titles strong .red{display:inline-block; width:auto; height:auto; margin-top:-5px; padding-left:2px; vertical-align:top;}
.board_insert .detail > li .txts{padding:12px 10px;}
/*안에 인풋 요소들*/
.board_insert .detail > li .txts input[type="text"]{width:100%; height:35px;}
.board_insert .detail > li .txts textarea{width:100%; height:180px;}
.board_insert .detail > li .txts select{min-width:180px; height:35px;}
/*첨부파일리스트*/
.board_insert .detail > li .txts .file_attach li:first-child{margin-top:6px;}
.board_insert .detail > li .txts .file_attach li{margin-top:3px;}
.board_insert .detail > li .txts .file_attach li input[type="file"]{width:250px;}
.board_insert .detail > li .txts .file_attach li input[type="text"]{width:40%;}


@media screen and (max-width:840px){
  .board_insert .detail > li{padding-left:90px;}
  .board_insert .detail > li .titles{width:90px;}
}
@media screen and (max-width:740px){
	/*첨부파일 리스트*/
	.board_insert .detail > li .txts .file_attach li input[type="file"]{width:205px;}

}
@media screen and (max-width:640px){
	.board_insert .detail > li{min-height:38px;}
	.board_insert .detail > li .txts{padding:10px 10px;}
	/*안에 인풋 요소들*/
	.board_insert .detail > li .txts input[type="text"]{height:30px;}
	.board_insert .detail > li .txts select{height:30px;}
	.board_insert .detail > li .txts textarea{height:150px;}
	/*첨부파일 리스트*/
	.board_insert .detail > li .txts .file_attach li input[type="file"]{display:block; width:100%; margin-bottom:3px;}
	.board_insert .detail > li .txts .file_attach li input[type="text"]{width:78%;}
	.board_view select { width:100%;}
}
@media screen and (max-width:540px){
	/*첨부파일 리스트*/
	.board_insert .detail > li .txts .file_attach li input[type="text"]{width:70%;}
}
@media screen and (max-width:420px){
	/*첨부파일 리스트*/
	.board_insert .detail > li .txts .file_attach li .btn{min-width:50px;}
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////
  
   board_view
   게시판 상세

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.board_view .subject,
.board_view .detail li,
.board_view .detail > li .titles{transition:all 0.3s ease; -webkit-transition:all 0.3s ease;}
.board_view{display:block; padding:0; border-top:2px solid #333; border-bottom:1px solid #646464;}
.board_view select {font-size:15px; border:1px solid #999; padding:7px;}

.board_view .detail > li .titles strong em {color:#F00}


/*제목*/
.board_view .subject {display: block; width:100%; height:auto; padding:15px 25px; font-size:20px; color:#000; font-weight:600; box-sizing:border-box;}
.board_view .subject span { display:inline-block; margin-right:5px; color:#3c73bd; font-weight:600}
/*항목리스트*/
.board_view .detail{overflow:hidden; background:#fff;}
.board_view .detail > li{float:left; position:relative; width:100%; min-height:46px; padding-left:160px; border-top:1px solid #ccc; box-sizing:border-box;}
.board_view .detail > li .titles{position:absolute; top:0; left:0; width:150px; height:100%; background:#f7f7f7;}
.board_view .detail > li .titles span{display:table; width:100%; height:100%;}
.board_view .detail > li .titles strong{display:table-cell; width:100%; height:100%; text-align:center; vertical-align:middle; font-weight:400; color:#000; line-height:110%;}
.board_view .detail > li .titles strong .red{display:inline-block; width:auto; height:auto; margin-top:-5px; padding-left:2px; vertical-align:top;}
.board_view .detail > li .txts,
.board_view .detail > li.filebox ul{padding:10px;}
/*첨부파일*/
.board_view .detail > li.filebox ul li{float:none; min-height:auto; margin-top:2px; padding-left:0; border-top:0;}
.board_view .detail > li.filebox ul li:first-child{margin-top:0;}
.board_view .detail > li.filebox ul li a:hover{text-decoration:underline;}


.list_form  {display:flex; flex-wrap: wrap; margin:5px 0 4px 0;}
.list_form li {font-size:16px; margin-right:20px;}
.list_form li input {margin-right:5px; vertical-align:middle;}







.board_view .detail > li.filebox ul li a.fileview{margin-left:5px;}
/*3개(변경 예정)*/
.board_view .detail > li.fix{width:33.33%;}
.board_view .detail > li.fix .txts{overflow:hidden; width:100%; text-overflow:ellipsis; white-space:nowrap; box-sizing:border-box;}

/*내용*/
.board_view .detail > li.w50p {width:50%;}
.board_view .detail > li.w33p {width:33.333333%;}

.board_view .detail > li.no_title{padding-left:0;}
.board_view .detail > li .contents_bbs {padding:20px; line-height:160%;}
.board_view .detail > li .contents_bbs img {display:block; max-width:100%; margin:10px auto; padding-bottom:15px;}
.board_view .detail > li.no_title .contents_bbs {padding:30px 25px; min-height:auto;}

.contents_bbs table{border:0;border-top:2px solid #999;}
.contents_bbs caption{display:none;}
.contents_bbs th,
.contents_bbs td{padding:10px;border:0;vertical-align:middle; height:32px;}
.contents_bbs th{color:#333; text-align:center;}
.contents_bbs td{color:#666}
.contents_bbs tr:nth-child(odd) > td,
.contents_bbs tr:nth-child(odd) > th {background-color: #f9f9f9;}
.contents_bbs thead th{border-bottom:1px solid #ccc;}
.contents_bbs tbody tr{border-bottom:1px solid #ddd;}
.contents_bbs p{margin: 0 0 10px;}

/* 유튜브 */
.iframeWrapper {
	position:relative;
	width:100%;
	padding-bottom:70%;
	margin-top:30px;
}

.iframeWrapper > .youtubeFrame {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
/* 유튜브 끝 */

@media screen and (max-width:840px){
	
	.board_view  {font-size:15px;}
  .board_view .subject{padding:18px 20px;}
  .board_view .detail > li{padding-left:90px;}
  .board_view .detail > li .titles{width:90px;}

  .prev_next_link ul li{padding:12px 0 12px 90px;}
  .prev_next_link ul li strong{width:90px; padding:0 12px;}
  .prev_next_link ul li strong:after{margin-left:6px;}
  .board_view .detail > li.w50p, .board_view .detail > li.w33p { width:100%;}
}
@media screen and (max-width:740px){
	.board_view .detail > li.no_title .contents_bbs iframe{height:355px;}	
	/*공공누리*/
  .board_view .detail > li .txts [class*="codeView0"] img{position:static;}
  .board_view .detail > li .txts [class*="codeView0"] span{display:block; margin-top:6px; padding-left:0;}
  .board_view .detail > li .txts .codeView05 img{position:absolute;}
  .board_view .detail > li .txts .codeView05 span{display:table-cell; margin-top:0; padding-left:37px;}
}
@media screen and (max-width:640px){
  .board_view .subject{line-height:22px; padding:16px 18px; /* font-size:18px; */}
  .board_view .detail > li{min-height:38px;}
  .board_view .detail > li.fix{width:100%;}
  .board_view .detail > li .txts,
  .board_view .detail > li.filebox ul{padding:10px 10px;}
  .board_view .detail > li.filebox ul li a.icon_file{padding-left:16px; background-position:left top 1px;}

  .board_view .detail > li .contents_bbs{min-height:150px; padding:10px 10px;}
  .board_view .detail > li .contents_bbs img{max-width:100%;}
  .board_view .detail > li.no_title .contents_bbs{padding:20px 0;}
}
@media screen and (max-width:480px){
	.board_view .detail > li.no_title .contents_bbs iframe{height:230px;}
}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////
  
    no_board_data
    데이터 없는 경우

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.no_board_data{text-align:center; border-top:2px solid #333; border-bottom:1px solid #646464; padding:80px 0; transition:all 0.3s ease; -webkit-transition:all 0.3s ease;}

@media screen and (max-width:640px){
  .no_board_data{padding:40px 0;}
}


@media screen and (max-width: 840px){
	.notice_list.div_noticeDong7 ul li .writer,
	.notice_list.div_noticeDataDept5 ul li .writer,
	.notice_list.div_noticeDataDept14 ul li .writer,
	.notice_list.div_noticeDataDept16 ul li .writer,
	.notice_list.div_institutionNotification ul li .writer{width:auto;}
	.align_right, .al_right {justify-content:center !important}
}


a.btn {
	display:inline-block; padding:7px 30px 5px 30px;
	font-size:16px; text-align:center; vertical-align:middle; box-sizing:border-box;
	transition:all 0.3s ease; -webkit-transition:all 0.3s ease;
}
a.btn,
a.btn:link,
a.btn:visited,
a.btn:active{background:#fb5d5a; border:1px solid #fb5d5a; color:#fff;}
a.btn:hover{background:#fff; border:1px solid #fb5d5a; color:#fb5d5a; text-decoration:none; cursor:pointer;}



a.btn_join {
	display:inline-block; padding:7px 30px 5px 30px;
	font-size:17px; text-align:center; vertical-align:middle; box-sizing:border-box;
	transition:all 0.3s ease; -webkit-transition:all 0.3s ease;
}
a.btn_join,
a.btn_join:link,
a.btn_join:visited,
a.btn_join:active{background:#fb855a; border:1px solid #fb855a; color:#fff;}
a.btn_join:hover{background:#fff; border:1px solid #fb855a; color:#ff6f3a; text-decoration:none; cursor:pointer;}





a.btn_s {
	display:inline-block; padding:3px 5px;
	font-size:14px; text-align:center; vertical-align:top; box-sizing:border-box;
	transition:all 0.3s ease; -webkit-transition:all 0.3s ease; min-width:70px;
}
a.btn_s,
a.btn_s:link,
a.btn_s:visited,
a.btn_s:active{background:#333; border:1px solid #333; color:#fff;}
a.btn_s:hover{background:#fff; border:1px solid #333; color:#333; text-decoration:none; cursor:pointer;}


/* btn color */
a.btn.bg_01:link,
a.btn.bg_01:visited,
a.btn.bg_01:active  {background:#fff; border:1px solid #fb5d5a; color:#fb5d5a;}
a.btn.bg_01:link:hover,
a.btn.bg_01:visited:hover,
a.btn.bg_01:active:hover {background:#fb5d5a; border:1px solid #fb5d5a; color:#fff;}


a.btn.bg_02:link,
a.btn.bg_02:visited,
a.btn.bg_02:active{background:#fb5d5a; border:1px solid #fb5d5a;}
a.btn.bg_02:link:hover,
a.btn.bg_02:visited:hover,
a.btn.bg_02:active:hover{background:#fff; border:1px solid #fb5d5a; color:#fb5d5a;}


/* 반려 */
a.btn_s.cancel:link,
a.btn_s.cancel:visited,
a.btn_s.cancel:active  {background:#666; border:1px solid #666; color:#fff;}
a.btn_s.cancel:link:hover,
a.btn_s.cancel:visited:hover,
a.btn_s.cancel:active:hover {background:#fff; border:1px solid #666; color:#555;}


.cancel_box {display:inline-block; padding:3px 5px; font-size:14px; text-align:center; width:70px; background:#666; color:#fff; margin-right:5px; vertical-align:top;}
.ok_box {display:inline-block; padding:3px 5px; font-size:14px; text-align:center; width:70px; background:#3c80d2; color:#fff; margin-right:5px; vertical-align:top;}
.ing_box {display:inline-block; padding:3px 5px; font-size:14px; text-align:center; width:70px; background:#fb5d5a; color:#fff; margin-right:5px; vertical-align:top;}

/* 반려 끝 */

/* 확인중 */
a.btn_s.ing:link,
a.btn_s.ing:visited,
a.btn_s.ing:active  {background:#7d914b; border:1px solid #7d914b; color:#fff;}
a.btn_s.ing:link:hover,
a.btn_s.ing:visited:hover,
a.btn_s.ing:active:hover {  background:#fff; border:1px solid #7d914b; color:#7d914b;}
/* 확인중 끝 */


/* 승인 */
a.btn_s.ok:link,
a.btn_s.ok:visited,
a.btn_s.ok:active  {background:#3c80d2; border:1px solid #3c80d2; color:#fff;}
a.btn_s.ok:link:hover,
a.btn_s.ok:visited:hover,
a.btn_s.ok:active:hover {background:#fff; border:1px solid #3c80d2; color:#3c80d2;}
/* 승인 끝 */

a.btn_join.bg_01:link,
a.btn_join.bg_01:visited,
a.btn_join.bg_01:active  {background:#fff; border:1px solid #fb5d5a; color:#fb5d5a;}
a.btn_join.bg_01:link:hover,
a.btn_join.bg_01:visited:hover,
a.btn_join.bg_01:active:hover {background:#fb5d5a; border:1px solid #fb5d5a; color:#fff;}


a.btn_join.bg_02:link,
a.btn_join.bg_02:visited,
a.btn_join.bg_02:active{background:#fb5d5a; border:1px solid #fb5d5a;}
a.btn_join.bg_02:link:hover,
a.btn_join.bg_02:visited:hover,
a.btn_join.bg_02:active:hover{background:#fff; border:1px solid #fb5d5a; color:#fb5d5a;}


a.btn.down_bg:link,
a.btn.down_bg:visited,
a.btn.down_bg:active{background:#fb5d5a; border:1px solid #fb5d5a;}
a.btn.down_bg:link:hover,
a.btn.down_bg:visited:hover,
a.btn.down_bg:active:hover{background:#fff; border:1px solid #fb5d5a; color:#fb5d5a;}


a.btn.down_bg2:link,
a.btn.down_bg2:visited,
a.btn.down_bg2:active{background:#fff; border:1px solid #fb5d5a; color:#fb5d5a;}
a.btn.down_bg2:link:hover,
a.btn.down_bg2:visited:hover,
a.btn.down_bg2:active:hover{background:#fb5d5a; border:1px solid #fb5d5a; color:#fff !important}



/* 접수중버튼 */
a.btn03 {
	display:block; width:100%; padding:8px 30px;
	font-size:15px; text-align:center; vertical-align:middle; box-sizing:border-box;
	transition:all 0.3s ease; -webkit-transition:all 0.3s ease;
}
a.btn03,
a.btn03:link,
a.btn03:visited,
a.btn03:active{background:#3c73bd; border:1px solid #3c73bd; color:#fff;}
a.btn03:hover{background:#fff; border:1px solid #3c73bd; color:#1e659c; text-decoration:none; cursor:pointer;}

a.btn03.end:link,
a.btn03.end:visited,
a.btn03.end:active,
a.btn03.end:link:hover,
a.btn03.end:visited:hover,
a.btn03.end:active:hover{background:#898989; border:1px solid #898989; color:#fff}

a.btn03.end2:link,
a.btn03.end2:visited,
a.btn03.end2:active,
a.btn03.end2:link:hover,
a.btn03.end2:visited:hover,
a.btn03.end2:active:hover{background:#d74141; border:1px solid #d74141; color:#fff}





/* btn link */
a.btn.link, a.btn.down  {padding:10px 20px 6px 20px; height:auto;}
a.btn.link:after{
	content:""; display: inline-block; width:14px; height:14px; margin-top:-2px; margin-left:15px; 
	background-image: url(../../images/learning_2023/common/icon_link.png); background-repeat:no-repeat; vertical-align:middle;
	transition:all 0.3s ease; -webkit-transition:all 0.3s ease;
}
a.btn.link:hover:after{background-image: url(../../images/learning_2023/common/icon_link_ov.png);}


a.btn.down:after{
	content:""; display: inline-block; width:14px; height:15px; margin-top:-2px; margin-left:15px; 
	background-image: url(../../images/learning_2023/common/icon_down.png); background-repeat:no-repeat; vertical-align:middle;
	transition:all 0.3s ease; -webkit-transition:all 0.3s ease;
}
a.btn.down:hover:after{background-image: url(../../images/learning_2023/common/icon_down_ov.png);}


a.btn.down2:after{
	content:""; display: inline-block; width:14px; height:15px; margin-top:-2px; margin-left:15px; 
	background-image: url(../../images/learning_2023/common/icon_down_ov.png); background-repeat:no-repeat; vertical-align:middle;
	transition:all 0.3s ease; -webkit-transition:all 0.3s ease;
}
a.btn.down2:hover:after{background-image: url(../../images/learning_2023/common/icon_down.png);}

.btn_down {width:auto !important;}

@media screen and (max-width:640px){
	a.btn.arrow:after{margin-left:5px; margin-top:-2.4px;}
	a.btn.small{min-width:56px;}
}

@media screen and (max-width:340px){
	a.btn {padding: 6px 20px 5px 200px; min-width:auto;} 
	}



/* 레이어팝업 */
#lp_layout{ width:100%; height:100%; text-align:center; display:none; position:fixed; top:0; left:0; z-index:99999;}
#lp_layout:before{ width:100%; height:100%; background-color:#000; content:""; opacity:0.5; position:absolute; top:0; left:0;}
#lp_layout .lp_wrap{display:none; overflow-y:auto; position:absolute; top:5%; left:50%; bottom:0; width:500px; height:auto; background-color:#fff; padding:0; margin:0 0 0 -250px; }
#lp_layout .lpClose{ position:absolute; top:5%; right:50%; margin-right:-330px; width:80px; height:80px; background-color:#000; font-size:0; text-indent:-9999px;z-index:1;}
#lp_layout .lpClose:before{ width:30px; height:2px; background-color:#fff; content:""; margin:-1px 0 0 -15px; position:absolute; top:50%; left:50%; transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); -webkit-transform:rotate(45deg);}
#lp_layout .lpClose:after{ width:30px; height:2px; background-color:#fff; content:""; margin:-1px 0 0 -15px; position:absolute; top:50%; left:50%; transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}
#lp_layout.on{ display:inline-block;}
#lp_layout.on .lp_wrap.on{ display:inline-block;}

.pop_inner { padding:5px 5px; text-align:left; }
.pop_inner .img_b {text-align:center;}
.pop_inner strong {display:block; margin:15px 0; font-size:20px;text-align:center; }
.pop_inner .img_b img { width:490px !important; height:auto !important}

@media(max-width:767px){
    #lp_layout .lp_wrap {left:5%; right:5%; top:10%; bottom:10%; width:auto; margin:0;  width:90%; }
	    #lp_layout .lp_wrap img {max-width:100%;}
    #lp_layout .lpClose {top:10%; right:5%; margin:0; width:40px; height:40px;}
	.cancel_box, .ok_box, .ing_box { display:block; margin-bottom:5px;}
}


 .tit-box .all-ok span{font-size:19px; display:inline-block;}
.tit-box .all-ok span.tit{font-weight:bold}
.tit-box .all-ok span.ok-box{float:left; width:400px; float:right}
.tit-box.allok-clear::after{content:''; display:block; clear:both; height:1px}
.btnbox{clear:both; width:100%; padding-top:20px; text-align:center}
.btnbox a{display:inline-block; background:#2598d8; color:#fff; border-radius:5px; font-size:16px; padding:10px 25px; margin:0 2px; cursor:pointer}
.btnbox a.gray{background:#e4e4e4; color:#5a5a5a}
.btnbox a.down::before{content:''; display:block; width:16px; height:13px; background:url(../images/contents/down-icon.png); float:left; margin:3px 8px 0 0;}


[class*='form_']{line-height:25px;}
[class*='form_'] input[type="checkbox"],
[class*='form_'] input[type="radio"]{position:relative;width:40px;height:40px;vertical-align:middle;}
[class*='form_']:not(#cssbrowser) input[type="checkbox"],
[class*='form_']:not(#cssbrowser) input[type="radio"]{display:none;position:absolute;left:0;top:0;opacity:0;}
[class*='form_'] input[type="checkbox"] + label,
[class*='form_'] input[type="radio"] + label{position:relative;}
[class*='form_']:not(#cssbrowser) input[type="checkbox"]:focus + label:before,
[class*='form_']:not(#cssbrowser) input[type="radio"]:focus + label:before{content:'';display:block;position:absolute;top:-4px;left:-4px;width:calc(100% + 7px);height:calc(100% + 4px);border:2px solid #a6c8ff;}
[class*='form_']:not(#cssbrowser) input[type="checkbox"] + label,[class*='form_']:not(#cssbrowser) input[type="radio"] + label{ left:0;top:0;display:inline-block;padding-left:30px;}

[class*='form_']:not(#cssbrowser) input[type="checkbox"] + label,
[class*='form_']:not(#cssbrowser) input[type="checkbox"]:disabled + label,
[class*='form_']:not(#cssbrowser) input[type="checkbox"]:checked:disabled + label{background:url(../../images/learning_2023/contents/bg_style_c_off.png) no-repeat 0 0;}
[class*='form_']:not(#cssbrowser) input[type="checkbox"]:checked + label{background:url(../../images/learning_2023/contents/bg_style_c_on.png) no-repeat 0 0;}

.form_cb.agree-check-ok input[type="checkbox"]:checked:disabled + label{background:url(../../images/learning_2023/contents/bg_style_c_on.png) no-repeat 0 0 !Important;}


.pointRed { color:#F00}

/* 게시판 상세화면 */
.tbl_basic_view    {background:#fff; border-top:2px solid #4d4d4d; border-bottom:0 !important; width:100%; font-size:16px; color:#333; line-height:160%;}
.tbl_basic_view th {background:#fafafa; border-left:1px solid #ccc; border-bottom:1px solid #ccc; padding:10px;  vertical-align: middle; font-weight:400;}
.tbl_basic_view th:first-child, .tbl_basic_view td:first-child{border-left:none;  }	

.tbl_basic_view td {border-left:1px solid #ccc; border-bottom:1px solid #ccc; padding:10px 15px; text-align:left; vertical-align: middle; }

.tbl_basic_view td.content_box {padding:30px; text-align:center;}

.tbl_basic_view td .line_none{border-left:none;}
.tbl_basic_view td.center {text-align:center;}
.tbl_basic_view.left {text-align:left;}
.tbl_basic_view input.style_no{ border:none;}
.tbl_basic_view td img{ vertical-align:middle;}
.tbl_basic_view td.content_box img{ margin:3px 0 !important;}



.tbl_basic_view02    {border-top:2px solid #556fb5; border-bottom:0 !important; width:100%; line-height:140%;}
.tbl_basic_view02 th {background:#f2f5fc; border-left:1px solid #ccc; border-bottom:1px solid #ccc; padding:10px 5px; color:#26479d; text-align:center;}
.tbl_basic_view02 th:first-child, .tbl_basic_view02 td:first-child{border-left:none;  }	
.tbl_basic_view02 td {border-left:1px solid #ccc; border-bottom:1px solid #ccc; padding:10px 5px; text-align:center;}


		  
		  
.tbl_basic_view03    {border-top:2px solid #000; border-bottom:0 !important; width:100%; line-height:140%;}
.tbl_basic_view03 th {background:#f1f1f1; border-left:1px solid #ccc; border-bottom:1px solid #ccc; padding:10px; color:#000; font-weight:normal; text-align:center;}
.tbl_basic_view03 th:first-child, .tbl_basic_view03 td:first-child {border-left:none;}	




.tbl_basic_view03 td {border-left:1px solid #ccc; border-bottom:1px solid #ccc; padding:10px 15px; text-align:center; word-break:break-all;}
.tbl_basic_view03 td.t_left {text-align:left}
.tbl_basic_view03 td.t_center {text-align:center !important;}

.tbl_basic_view03 td.line {border-left:1px solid #ccc;}


.tbl_basic_view04    {border-top:2px solid #000; border-bottom:0 !important; width:100%; line-height:140%;}
.tbl_basic_view04 th {background:#f1f1f1; border-left:1px solid #ccc; border-bottom:1px solid #ccc; padding:10px; color:#000; font-weight:normal; text-align:center;}
.tbl_basic_view04 th:first-child, .tbl_basic_view04 td:first-child {border-left:none;}	




.tbl_basic_view04 td {border-left:1px solid #ccc; border-bottom:1px solid #ccc; padding:10px 15px; text-align:center; word-break:break-all;}
.tbl_basic_view04 td.t_left {text-align:left}
.tbl_basic_view04 td.t_center {text-align:center !important;}

.tbl_basic_view04 td.line {border-left:1px solid #ccc;}

/* 테이블 모바일 스크롤 */
 .table-responsive{
	&.active.mobile,
	&.active.mobile.icon{overflow-x:auto;overflow-y:hidden;position:relative;margin:8px 0;width:100%;height:auto;background:linear-gradient(to right,$white 30%,rgba(255,255,255,0)),linear-gradient(to right,rgba(255,255,255,0),#fff 70%) 0 100%,radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.2),rgba(0,0,0,0)),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.2),rgba(0,0,0,0)) 0 100%;background-color:#fff;background-position:0 0,100%,0 0,100%;background-repeat:no-repeat;background-size:40px 100%,40px 100%,14px 100%,14px 100%;background-attachment:local,local,scroll,scroll;min-height:0.01%;}
}
/* 테이블 모바일 스크롤 끝 */



input[type="text"],input[type="password"],input[type="file"], input[type="search"]{
	padding:7px; margin:0; border:1px solid #999; font-size:15px; line-height:normal;
	}
	
	
input.w5p[type="text"]  {width:5%; min-width:5%;}
input.w10p[type="text"] {width:10%; min-width:10%;}
input.w20p[type="text"] {width:20%; min-width:20%;}
input.w30p[type="text"] {width:30%; min-width:30%;}
input.w40p[type="text"] {width:40%; min-width:30%;}
input.w50p[type="text"] {width:50%; min-width:50%;}


@media(max-width:767px){
input.w5p[type="text"]  {width:100%; min-width:100%;}
input.w10p[type="text"] {width:100%; min-width:100%;}
input.w20p[type="text"] {width:100%; min-width:100%;}
input.w30p[type="text"] {width:100%; min-width:100%;}
input.w40p[type="text"] {width:100%; min-width:100%;}
input.w50p[type="text"] {width:100%; min-width:100%;}

.tbl_basic_view03 {width:750px;}
	}



.w100 {width:100px;}
.w150 {width:150px;}
.w400 {width:400px;}


.w50p {width:50%;}
.w100p {width:100%;}

.price001 { font-size:24px; font-family:S-CoreDream-6Bold; color:#F00;}



/* 게시판 상세화면 끝 */

/* 첨부파일 */
.file_upload dt {float:left; width:40%; margin-bottom:8px;}
.file_upload dd {float:left; width:60%; margin-bottom:8px;}

input[type="file"]{height:26px;padding:0 5px;font-size:.929em;border:1px solid #adadad;}
:root input[type="file"]{padding:0 5px 0 0;border:0 none;}
input[disabled="disabled"],input[disabled]{border:1px solid #adadad;background:#f3f3f3;color:#928881;}
input[type="submit"]{border:1px solid #adadad;background:#f3f3f3;color:#928881;}
textarea {
	width:100%; min-height:200px; border:1px solid #999;
	padding:10px !important; box-sizing:border-box; font-family:'KoPubWorldDotum', Malgun gothic, "맑은고딕", Dotum, "돋움", arial, sans-serif;
	}


legend{position:absolute;visibility:hidden;left:0;top:0;width:1px;height:1px;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999px;border:0;white-space:normal;}

@media(max-width:767px){
	.tbl_basic_view td.content_box img{ max-width:100%; width:100%;}
	.tbl_basic_view02.type01 th,.tbl_basic_view02.type01 td  {padding:10px !important; font-size:13px;}

    .w150 {width:100%;}
    .w400 {width:100%;}
	input[type="text"], input[type="password"], input[type="file"], input[type="search"] {width:100%;}
	.tbl_basic_view    {font-size:14.5px; color:#333; line-height:160%}
	.tbl_basic_view em  { display:block;}
	.btn_area02 a {margin-bottom:5px;}
	.mmb {margin-bottom:5px !important;}
	address span { display:block; margin-top:5px;}
	
	.file_upload dt {float:left; width:100%; margin-bottom:8px;}
    .file_upload dd {float:left; width:100%; margin-bottom:8px;}
	
	
	.tbl_basic_view02   {font-size:12px;}
	}


/* 게시판 목록 */
.count_comment { margin-left:5px; color:#36C}
/* list */
.bd_list_wrap table tbody td *{vertical-align:middle;}
.bd_list_wrap table thead th{background-color:#fbfbfb;color:#222;text-align:center;}
.bd_list_wrap table tbody td.title{padding-left:15px;text-align: left}
.bd_list_wrap table tbody td.title a{display:inline-block;overflow:hidden;width:100%;max-width:100%;color:#000;text-overflow:ellipsis;white-space:nowrap; line-height:140%;}
.bd_list_wrap table tbody td.title a img{margin-right:5px}
.bd_list_wrap table tbody td.title a:hover{text-decoration:underline}



/* width 값 설정 */
.bd_list_wrap{clear:both;position:relative; font-size:16px;}
.bd_list_wrap table{width:100%; border-collapse:collapse; border-spacing:0; border:0;border-top:2px solid #434343;border-bottom:1px solid #d2d2d2;}
.bd_list_wrap table th,
.bd_list_wrap table td  {padding:15px 12px 13px 12px; text-align:center; border-bottom:1px solid #dfdfdf;}
.bd_list_wrap table th{padding:10px; color:#000; background:#efeff1; border:none; border-bottom:1px solid #333333; font-weight:500;}
.bd_list_wrap table th.ntt_no   {width:8%;}
.bd_list_wrap table th.category {width:10%;}
.bd_list_wrap table th.wrt{width:15%;}
.bd_list_wrap table th.reg_date{width:12%;}
.bd_list_wrap table th.inq_cnt{width:8%;}
.bd_list_wrap table th.atch_nm{width:8%;}
.bd_list_wrap table th.open_yn {width:8%;}
.bd_list_wrap table th.proc_status_dvs_cd {width:12%;}
.sort,.etc  {width:10%;}

.bd_list_wrap table tbody td strong {font-weight:normal;}

.bd_list_wrap{position:relative;border:none;}
.bd_util {position:relative;display:block;}
.bd_util *{vertical-align:middle}
.bd_util label{}
.bd_total{display:block;margin: 0 0 6px;padding-left:27px;background:url(../images/contents/icon_bd.png) no-repeat 0 4px;color:#666;font-size:14px;line-height: 30px;}
.bd_total strong{ display:inline-block; margin: -2px 2px 0; padding:0; color:#d30109; vertical-align:middle; font-weight:600; font-size:14px;}
.bd_searchbox{display:block;position:relative;}
.bd_searchbox select{padding:0 10px;width:130px;height:40px;border:1px solid #d0d0d0;line-height:40px;}
.bd_util.bd_brd_grad{padding-bottom:20px;border-bottom:1px solid #ddd;}

.bd_searchbox input[type="submit"]{margin:0;width:40px; height:40px; border:1px solid #3b3c3d; background:#3b3c3d url(../../images/learning_2023/contents/search_bd.png)no-repeat center; font-size:0 ;cursor:pointer;}
.bd_searchbox input[type="text"]{width:255px;border:1px solid #d0d0d0;height:40px;padding:0 10px; line-height:40px;}


.new_icon {margin-right:5px;}
.file_icon {
	display:inline-block; margin:0 auto; width:15px; height:18px; 
	background:url(../../img/sub/icon_file02.png)no-repeat;
	text-indent:-9999px;
	}
.file_icon_sub {position:relative; padding-left:20px;}
.file_icon_sub:before {
	position:absolute; content:"";
	display:block; margin:0 auto; width:15px; height:22px; 
	background:url(../../img/sub/icon_file02.png) no-repeat 0 50%;
	}



.bbs_notice {background:#f7f7f8;}
.bbs_notice td.ntt_no {font-size:0; background:url(../../img/sub/icon_notice.png)no-repeat center;}
.bbs_notice td.title a .new_icon {margin-top:-4px;}


@media only screen and (max-width:768px) {
	
	.bd_list_wrap table tbody td.title a {text-overflow:normal !important; white-space:normal !important;}

	.bd_list_wrap table .ntt_no    {width:15% !important}
	.bd_list_wrap table .category {width:20% !important}
	.bd_list_wrap table .title    {/*width:85% !important; */}

	.bd_list_wrap table .reg_date{display:none;}
	.bd_list_wrap table .inq_cnt{display:none;}
	.bd_list_wrap table .atch_nm{display:none;}
	.bd_list_wrap table .wrt{display:none;}
	.bd_list_wrap table th.proc_status_dvs_cd{width:75px;}
	.bd_list_wrap table th.open_yn {width:12%;}
	.sort{display:none;}
	.etc {width:80px;}
	a.btn_s {font-size:13px;}
}




/* 테이블 반응형 스크롤 */
.tbl_over{
    overflow-x:auto;
    position: relative;
	width:100%;
}
.table-icon {display:none;}


@media screen and (max-width: 650px) {
	.tbl_over {overflow-x:auto; position: relative;}
	.table-icon {
		position: absolute;
		z-index: 2;
		top:50px;
		right: 45%;
		width: 50px;
		height: 50px;
		border-radius: 50px;
		background: rgba(255, 255, 255, 0.7);
		box-shadow: -1px 1px 10px grey;
		align-items: center;
		justify-content: center;
		transition: all .5s ease-in-out;
		display: block;
	}
}
/* 테이블 반응형 스크롤 */




/* 로그인관련 */
.login_form {background:#fff; border:1px solid #577b9f; width:600px; padding:60px 70px 45px 70px; overflow:hidden; margin:0 auto;position:relative;}
.login_entry {width:100%; float:left; padding:0 0px;position:relative;}
.entry_id_pw {position:relative; padding:0; min-height:298px;}
.entry_id_pw span.entry_btn { position:absolute; right:0; top:240px;width:100%; text-align:center; cursor:pointer;}
.entry_id_pw span.entry_btn a {padding:24px 36px; background:#24406f; font-size:20px; color:#fff; display:block;}
.entry_id_pw span.entry_btn a:hover{background:#0c1835;}

.entry_id_pw ul li {position:relative; font-size:18px; color:#666666;margin:0 0 10px 0}
.entry_id_pw ul li input {height:55px; background:#fff; padding:15px 20px; border:1px solid #aeaeae; width:100%;}
.entry_id_pw ul li input[type="checkbox"], .entry_id_pw ul li input[type="radio"]  {height:20px; width:20px;}


.entry_id_pw ul.check{padding:0; margin-top:8px; display:inline-block;position:absolute;}
.entry_id_pw ul.check li{float:left;padding:0;font-size:100%; margin-right:15px; font-size:16px;}
.entry_id_pw ul.check li label{cursor:pointer}
.entry_id_pw ul li p.id_ex{font-size:14px; padding:8px 0 5px 0; color:#5575ab;}

.forget {margin:20px 0 0;width:100%;display: inline-block;}
.forget ul{width:80%;margin:0 auto}
.forget li {float:left; text-align:center; width:100%}
.forget li a {color:#555; font-size:15px;padding:10px 5px; display:inline-block; text-decoration:underline; width:100%;}

.join_info {font-size:30px; font-family:'gmarket'; color:#000; line-height:130%;}

.join_part {color:#2c79a3; font-weight:600;}


.join_info.type01 { margin-top:50px !important;}

.join_biz { font-size:18px; color:#000;  font-weight:600;}

 .login_join {width:100%;padding:35px 0 0 0;margin:40px 0 0 0; display:inline-block;border-top:1px dotted #777;position: relative;}
.login_join a{float:left;font-size:18px;display:inline-block; padding:16px 30px;width:49%;}
.login_join a.login_join_btn00 {color:#fff;margin:0;background:#577b9f;text-align:center;width:100%;padding:24px 0}
.login_join a.login_join_btn01 {color:#fff;margin:0 2% 0 0;background:#323a5a url(/images/login_total/btn_login_bul.gif) no-repeat 90% 50%}
.login_join a.login_join_btn02 {color:#fff;background:#46537c url(/images/login_total/btn_login_bul.gif) no-repeat 90% 50%}
.login_join a.login_join_btn03 {color:#fff;background:#777777 url(/images/login_total/btn_login_bul.gif) no-repeat 90% 50%}
.login_join a.login_join_btn01:hover,.login_join a.login_join_btn02:hover,.login_join a.login_join_btn03:hover{background-color:#000}

.login_join02 {width:100%;padding:35px 0 0 0;margin:30px 0 0 0;display:inline-block;border-top:1px dotted #cdcdcd;text-align:center}
.login_join02 a{font-size:18px;display:inline-block; padding:16px 30px;width:49%;margin:0 auto;}
.login_join02 a.login_join_btn04 {color:#fff;background:#323a5a url(/images/login_total/btn_login_bul.gif) no-repeat 90% 50%}

/*인증 관련*/
.login_form.certify{width:1000px;box-sizing: border-box;padding:50px 100px; border:0;}
.certify_area{width:49%;text-align:center;border:1px solid #cecece;padding:50px 30px;box-sizing: border-box;}
.certify_area h3{font-size:24px;color:#000;padding:0 0 160px 0;font-weight:400}
.certify_area p{line-height:22px}
.certify_area a.btn_certify{width:50%;color:#fff;display:inline-block;padding:15px 30px;margin:20px 0 0 0;text-align:left;background:#3c73bd url(../images/contents/btn_login_bul.gif) no-repeat 85% 50%}
.certify_area a.btn_certify:hover{background-color:#123289}

.way01{float:left;background:url(../images/contents/icon_join01.png) no-repeat 50% 30%}
.way02{float:right;background:url(../images/contents/icon_join02.png) no-repeat 50% 30%}

.way03 {float:left;background:url(../images/contents/icon_join03.png) no-repeat 50% 30%}
.way04 {float:right;background:url(../images/contents/icon_join04.png) no-repeat 50% 30%}

.name_box{background:#f8f8f8; padding:20px 30px; margin-bottom:20px; line-height:20px;}
.name_box strong{color:#000;}

	/*인증 관련*/
.certify_area{width:49%;margin:0 0 20px 0; padding:30px;text-align:center}
.certify_area a.btn_certify{width:80%}


/*회원통합*/
.member_join{width:100%; overflow:hidden; margin:0 auto;position:relative;}
.member_join p.txt{font-size:15px; line-height:24px;margin:0 0 30px 0}



/*회원가입 본문*/
	.join_step:after {content:""; display:block; clear:both;}
	.join_step h3, .member_m_step01 h3,.member_m_step02 h3, .member_m_step01_re h3{font-weight:600; color:#000; font-size:17px; margin:30px 0 10px 0;display:inline-block;width:100%}
	.join_step h3.sub{font-size:15px; color:#5f5f5f}
	.detail_info_re {
		text-align: justify; height:220px !important; width:100%; line-height:140%; padding:20px 25px; margin-bottom:15px; 
		border:1px solid #cacbcb; background:#fff; overflow-x:hidden; overflow-y:scroll; box-sizing:border-box; color:#333; 
		font-size:15px;
		} 
	.detail_info_label{font-size:15px;}
	.detail_info_label span.red2 {color: #e64b4b;}
	.detail_info_re strong{font-size:15px; color:#1460ac}
	
	.detail_info_re .tit011 { width:100%; text-align:center; font-size:17px; font-weight:600; color:#000; margin-bottom:20px;}

	.total_ok{width:100%;display:inline-block;box-sizing: border-box;margin:0 0 40px 0;padding:20px;background: #f8f8f8;}
	.total_ok strong{font-size:16px;color: #000;}
	
	
	.total_ok p{font-size:14px;padding:6px 0 6px 23px;line-height:20px}
	
	.join_agreed_title{width:70%; display: inline-block;font-size:15px; margin-top:5px;}
	.join_agreed_title span.chack_item01{background:#dc353b; padding:3px 12px;border-radius:20px;color:#fff;margin:0 8px 0 0}
	.join_agreed_title span.chack_item02{background:#ff5715; padding:5px 10px 3px 10px;border-radius:20px;color:#fff;margin:0 8px 0 0}
	.join_agreed_title span.red2{color:#e64b4b;}

	
	.join_agreed_title2{width:100%; display:block;font-size:14px;float:left;line-height:30px;}
	.join_agreed_title2 span.chack_item01{background:#0e9200;padding:3px 10px;border-radius:20px;color:#fff;margin:0 8px 0 0}
	.join_agreed_title2 span.chack_item02{background:#ba6000;padding:3px 10px;border-radius:20px;color:#fff;margin:0 8px 0 0}
	.join_agreed_title2 span.red2{color:#e64b4b;}
	.join_agreed{float:right; display:block; font-size:14px; width:30%;text-align: right; color:#000;}
	
	.join_title{color:#038935; font-size:13px;padding:0 10px 0 20px;}
	.join_box{width: 100%;font-size: 0.9em;margin-bottom: 15px;border:1px solid #ddd;padding:20px;}
	
	.join_box02  {
		width:1000px; border:10px solid #ececec; padding:60px; margin:0 auto;
		font-size:30px; font-family:'gmarket'; color:#000; line-height:130%; word-break: keep-all; 
		display:flex; align-items:center; justify-content:flex-start; flex-wrap: wrap;
		position:relative;
		 } 
     .jon_sign  {font-size:22px; margin-top:30px; font-weight:600}
	 
	 
	 .join_box02 div:nth-child(1) { margin-right:50px;}
	


		 .process { margin-top:40px;}
		 .process img {width:auto; max-width:100%;}

.join_txt01  {display:inline-block; color:#3c73bd;  font-size:14px; line-height:130%;}
.join_txt02  {display:inline-block; color:#f00;  font-size:14px; line-height:130%;}
.join_txt03  {display:inline-block; color:#3c73bd;  font-size:15px; line-height:140%; margin-top:15px;}

	.join_txt03  span.chack_item01{background:#ff5715; padding:5px 10px 3px 10px;border-radius:20px;color:#fff;margin:0 8px 0 0; display:inline-block;}
	
	
	
	
	.join_box03  {
	  width:1000px; border:10px solid #ececec; padding:60px 60px 50px 60px; margin:0 auto;
	  font-size:22px; font-family:'gmarket'; color:#333; line-height:130%; word-break: keep-all; 
	  position:relative;
	 }
	 .join_part2 {color:#bc4b26; font-weight:600;} 
	 .join_box03_txt01  {font-size:16px;}
	 .join_box03_txt02 {font-size:18px; margin:20px 0; color:#c16649;}
	 .join_box03_txt02 span { font-weight:600; color:#6d8237; font-size:20px; display:block;}
	 
	
	.mo00 {display:inline-block; margin-right:30px;}

.w250 {width:250px;}
.w255  {width:255px;}
.w60p {width:60%;}


 .join_id  {
  width:700px; border:10px solid #ececec; padding:60px 60px 50px 60px; margin:0 auto; text-align:center;
  font-size:22px; font-family:'gmarket'; color:#333; line-height:130%; word-break: keep-all; 
  position:relative;
 }
.join_id span {color:#F00;}
.join_id_search {font-size:26px; margin-top:30px; font-weight:600;}
 .join_pw_search {font-size:17px; margin-top:20px;}
 .join_pw_search span { color:#C30}

@media screen and (max-width:900px) {
	.join_box02 {width:100%; padding:20px 30px 14px 30px; font-size:22px; text-align:center}
	.join_info { font-size:26px; line-height:120%;}
	.join_box02 div:nth-child(1) { margin-right:0; margin-bottom:20px; text-align:center; width:100%;}
	.join_box02 div:nth-child(1) img { width:50%;}
	
	.join_box03 {width:100%; padding:30px; font-size:19px;} 
	.join_box03_txt01 {line-height:130%; margin-top:15px; display:block;}
	.join_box03_txt02 {font-size:16px;}
	.join_id {width:100%; padding:30px 10px; font-size:18px; border:8px solid #ececec;}
	}
	
@media screen and (max-width:640px) {
.login_form.certify {width:100%; padding:0;}
.login_form {width:90%; padding:40px 30px;}
.entry_id_pw{min-height:265px;}

.login_footer{padding:28px 30px; margin-top:50px}
.login_footer div{width:100%}
.login_footer ul li{margin-bottom: 15px;}

.way01, .way02, .way03, .way04 { background-position:50% 30%;}
.certify_area{width:100%; margin:20px 0 20px 0; padding:30px;text-align:center}

.tab_style02 li {min-width:50%;padding:10px 0}	
.tab_style02 li:nth-child(1),.tab_style01 li:nth-child(2){border-bottom:none}
.tab_style02 li:nth-child(3){margin-left:0}
.tab_style02 li:nth-child(5){border-top:0;margin-left:0}
.join_agreed {float:none;text-align:left; width:100%; margin-top:10px;}
.join_agreed_title {width:100%;}

.join_txt01, .join_txt02 {display:block; margin-top:7px;}


	.mo00 {display:block; margin-top:5px; margin-right:0;}
	.join_txt03  span.chack_item01 {width:65px; text-align:center;}
	.join_agreed_title span.red2 {display:block; margin-left:55px;}
	
	
	.jon_sign  {font-size:18px; margin-top:20px; font-weight:400}
	.jon_sign img {width:30%;}
	.select_join {width:100%; margin-top:5px;}
	

}


@media screen and (max-width:480px) {
.tab_style01 li{font-size:14px;}
.tab_style01 li {min-width:50%;padding:15px 0}	
.tab_style01 li:nth-child(1),.tab_style01 li:nth-child(2){border-bottom:none}
.tab_style01 li:nth-child(3){margin-left:0}

}


 .btn_s001  {background-color:#f26c4f; font-size:14px; font-weight:600; display:inline-block; min-width:90px; padding:8px; border-radius:50px; line-height:normal; color:#FFF}
  .btn_s002  {background-color:#999; font-size:14px; font-weight:600; display:inline-block; min-width:90px; padding:8px; border-radius:50px; line-height:normal; color:#FFF}



/* 댓글등록 */
.reply {font-size:14px; color:#666; margin-top:50px; line-height:140%;}
.reply h4 {
	font-size:16px; margin-bottom:10px; color:#000;
	padding-left:30px !important;
	position:relative;
	}
	
.reply h4:after {content:""; position:absolute; top:0; left:0; width:30px; height:25px; background:url(../../images/learning_2023/common/common_ir.png) no-repeat; background-position:-324px 0;}
.reply h4 span { color:#F60}

.reply .list { margin-top:30px; border-top:2px solid #437dea; border-bottom:2px solid #437dea;}
.reply .list li { 
  width:100%; border-bottom:1px solid #dcdddf;
  padding:15px; box-sizing:border-box;
  } 
 .reply .list li:last-child {border-bottom:0;}

 
 .reply textarea {height:70px; min-height:70px; border-radius:4px; font-size:15px; margin-bottom:10px;}
.reply .list li p {display:inline-block;}
.reply .list li p.name02 {font-weight:600; color:#000;}
.reply .list li p.date02 {color:#999;}
.reply .list li p.reply_txt { font-size:15px;}

.reply .list li p:after{content:""; display:inline-block; width:1px; height:10px; margin:0 10px; background-color:#000;}
.reply .list li p:nth-child(2):after, .reply .list li p:nth-child(3):after {display: none;}
.list li p:nth-child(3) { display:block; width:100%; margin-top:6px;}
  
@media screen and (max-width:640px){
  .reply textarea { height:100px}
  }
/* 댓글등록 끝 */


/****************************** 학습갤러리 ******************************/
.photo ul      {display:flex; justify-content:flex-start; flex-wrap:wrap; width:100%;}
.photo li      {width:23%; margin-bottom:25px; margin-right:2.6%}
.photo li:nth-child(4), .photo li:nth-child(8), .photo li:nth-child(12) {margin-right:0}


.photo li:nth-child(9), .photo li:nth-child(10), .photo li:nth-child(11), .photo li:nth-child(12) {margin-bottom:0}
.photo li a    {display:block; position:relative}

.photo li a > .part {
  position:absolute; top:0; left:50%; padding:4px; z-index:2; width:100px; color:#fff; text-align:center; margin-left:-50px;
  border-bottom-right-radius:10px; border-bottom-left-radius:10px; font-size:14px;
  }


.photo li a > .p_thumb {width:100%; height:230px; position:relative; overflow:hidden; border-radius:0; background-color:#eee; border:1px solid #e0e0e0}
.photo li a > .p_thumb img {display:block; position:relative; z-index:1; width:100%; height:100%; -webkit-transition: all .3s ease; -moz-transition: all .3s ease;
 -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; object-fit:cover; 
}
.photo li a:hover .p_thumb img, .photo li a:active .p_thumb img, .photo li a:focus .p_thumb img{width:108%; height:108%; margin:0;}
.photo li a > .p_thumb:after {content:'자세히보기'; display:block; position:absolute; top:50%; left:50%; padding:10px 10px; color:#fff; font-size:14px; border:3px solid #fff; opacity:0; z-index:3; transform:translate(-50%, 50%); box-sizing:border-box; transition:all 0.3s cubic-bezier(.5,.0,0,1);}
		  
.photo li a > .p_thumb:before {content:''; display:block; position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.3); 
opacity:0; z-index:2; transition:opacity 0.3s;}	
.photo li a:hover .p_thumb:before{opacity:1;}
.photo li a:hover .p_thumb:after {transform:translate(-50%, -50%); opacity:1;}

 .photo li a > .p_title {width:100%; font-size:18px; line-height:140%; margin:15px 0 7px 0; overflow:hidden; color:#000; text-align:center;}
.photo li a:hover .p_title {color:#3c73bd}
.photo li a > .p_date {font-size:14px; margin-bottom:20px; position:relative;}
.photo li a > .p_date:after{content:""; display:block; width:16px;height: 16px;background: url(../../img/sub/time.svg) no-repeat center; position:absolute; top:3px; right:85px}
			  
			  
			  
.photo li a > .p_txt {width:100%; font-size:15px; line-height:130%; color:#666; word-break:keep-all; height:40px; overflow:hidden;}
.photo li a > .p_txt:hover {text-decoration:underline;}


@media screen and (max-width:1400px){
.photo li      {width:30%; margin-right:5%}  
.photo li:nth-child(4), .photo li:nth-child(8), .photo li:nth-child(12) {margin-right:5%}
.photo li:nth-child(3), .photo li:nth-child(6), .photo li:nth-child(9) {margin-right:0}
  }

  
@media screen and (max-width:1024px){
.photo li      {width:47%;}  
.photo li:nth-child(2), .photo li:nth-child(4), .photo li:nth-child(6), .photo li:nth-child(8), .photo li:nth-child(12) {margin-right:0}
.photo li:nth-child(3), .photo li:nth-child(9) {margin-right:5%}

  }
  
@media screen and (max-width:650px){
.photo li      {margin-right:0 !important; width:100%; height:auto;} 
.photo li a > .p_title {height:auto;}
.photo li a > .p_thumb {height:250px;}
  }

/****************************** 학습갤러리 끝 ******************************/


 /* 제안하기 안내문구 */
.ui-topbox.type1 .inner {padding-left:190px; background:#fbf7f1; border-radius:5px; margin-bottom:40px; color:#333; font-size:15px;} 
.ui-topbox .inner {padding:35px 30px; position:relative}
.ui-topbox.type1:before {display:none;} 
.ui-topbox.type1:after {background-color:transparent;}
.ui-topbox.type1 .circle {position: absolute; top:15px; left:40px; width:115px; height:115px; background:url(../../images/learning_2023/contents/icon00.png);}  
.ui-topbox .inner .border {width:100%;height:0px;margin:15px 0;border-top:1px dashed #999;}


/* 마이페이지 */
.tbl_basic{border-top:2px solid #4d4d4d; border-bottom:1px solid #c1c1c1; text-align:center; display:table; width:100%; font-size:15px;}


.tbl_basic img {max-width:100%; width:auto;}

.tbl_basic caption{height:0;line-height:0;}
.tbl_basic th{padding:10px 10px;border-bottom:1px solid #c1c1c1;border-right:1px solid #c1c1c1;margin-left:-1px;vertical-align:middle; font-weight:400;}
.tbl_basic td{padding:10px 10px;border-bottom:1px solid #c1c1c1;border-left:1px solid #c1c1c1;margin-left:-1px;vertical-align:middle;box-sizing: border-box;}
.tbl_basic th:first-child,
.tbl_basic td:first-child{border-left:none}
.tbl_basic th:last-child,
.tbl_basic td:last-child{border-right:none}
.tbl_basic td.bb {border-left: 1px solid #c1c1c1;}
.tbl_basic th.col_style{ border-bottom:1px solid #fff;}
.tbl_basic thead th {background:#fafafa; color:#333; vertical-align:middle;}
.tbl_basic tbody th {background:#fafafa; color:#333; vertical-align:middle;}
.tbl_basic tfoot{background:none;}
.tbl_basic .left{ text-align:left;}
.tbl_basic a{color:#333;}
.tbl_basic a:hover{text-decoration:underline;}
.tbl_basic tr:hover {background-color:#e7f1fa;}
.tbl_basic td.photo_img img{width:50px; height:50px;}
.tbl_basic td ul.add li {border-bottom:1px solid #d7d7d7; padding:7px 0 5px 0;}
.tbl_basic td ul.add li:last-child {border-bottom:0}
.tbl_basic td.max_width_photo img { max-width:830px !important; height: auto !important;}
.tbl_basic input[type="checkbox"]{border:none; height:27px;}

.labHide{font-size:0;left:-1000px; position:absolute; top: -1000px;}
.tab4 { display:none;}


@media screen and (max-width:767px){
	
.tbl_basic {display:none}
.tab4 {overflow:hidden; padding:0; margin:0 0 30px 0; width:100%;  display:block;}
.tab4 li a {padding:5px; word-break: break-all; white-space: nowrap; width:100%;display: block; box-sizing: border-box; text-align:center;}
.tab4 li a:link, .tab4 li a:visited, .tab4 li a:active {color: #636363;	background:#fff; border:#d2d2d2 1px solid; padding:8px 22px; border-radius:5px;}
.tab4 li a:hover, .tab4 li a.on:link, 
.tab4 li a.on:visited, 
.tab4 li a.on:active, 
.tab4 li a.on:hover {text-decoration:none; color:#fff; background:#d3233a; border:1px solid #d3233a;}
.tab4 li {float:left; padding:4px 5px 2px 0; margin:0; width: 50%;box-sizing: border-box;}

}

/* 신청자 리스트 */
a.btn_my  {background:#e93b38; padding:5px 20px; border-radius:20px; color:#FFF}
a.btn_my02  {background:#6b8fb6; padding:5px 20px; border-radius:20px; color:#FFF}

.standby {background:#eee}
.standby span {display:block; font-size:14px; margin-top:5px;}
.my_info  {color:#F00; display:block;}




input[type=radio], input[type=checkbox] {
	line-height: normal;
	width:20px;
	height:20px;
	vertical-align:middle;
	cursor: pointer;
}


 /* 프로그램 예약 */
	div#spaceList>div.data {display:flex; flex-wrap: wrap;}
	div#spaceList>div.data>.reserve {display:flex; flex-direction:column; width:100%; border:1px solid #dadada; overflow:hidden; border-radius:0;}
	div#spaceList>div.data>.reserve:hover {text-decoration: none;}
	div#spaceList>div.data>.reserve>dl {padding:5px 10px;}
	div#spaceList>div.data>.reserve>p {margin:10px 20px 20px 20px;}

	div#spaceList>div.data {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap:40px;
		margin-top:30px;
	}
	
	div#spaceList>p.info {
	background-color: #f5f5f5;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #dadada;
	text-align: center;
}

div#spaceList>p.info>b {color:#f00;}
div#spaceList>div.data>.reserve {display: block;}
div#spaceList>div.data>.reserve>dl>dt {
	font-size: 1.2em;
	font-weight: 600;
	padding:10px;
	white-space:nowrap; overflow:hidden; text-overflow: ellipsis;
	height:50px;
}

div#spaceList>div.data>.reserve>dl>dd {
	font-size:15px;
	color: #333;
	font-weight:600;
	padding:0 10px;
}

div#spaceList>div.data>.reserve>dl>dd>ul>li:not(:first-of-type) {margin-top: 3px;}

div#spaceList>div.data>.reserve>dl>dd>ul>li b {font-weight: 400;}
div#spaceList>div.data>.reserve>dl>dd>ul>li{position:relative; padding-left:10px;}
div#spaceList>div.data>.reserve>dl>dd>ul>li:before{
	content:""; display:block; position: absolute; left:2px; top:9px; width:3px; height:3px; background:#D71920; border-radius:50px;
}



div#spaceList>div.data>.reserve>div {position:relative; padding-bottom:100%; background-color:#eee;}
div#spaceList>div.data>.reserve>div img {
 width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain; 
  }
  
  .btn_box {display:flex; margin:10px 20px; padding-bottom:10px; justify-content:space-between; }
.btn_box li {width:49%;}
a.btn_reserve {
	display:block; padding:7px 30px 5px 30px;
	font-size:16px; text-align:center; vertical-align:middle; box-sizing:border-box;
	transition:all 0.3s ease; -webkit-transition:all 0.3s ease;
	width:100%; 
}
a.btn_reserve,
a.btn_reserve:link,
a.btn_reserve:visited,
a.btn_reserve:active{background:#fb5d5a; border:1px solid #fb5d5a; color:#fff;}
a.btn_reserve:hover{background:#fff; border:1px solid #fb5d5a; color:#fb5d5a; text-decoration:none; cursor:pointer;}

a.btn_reserve.btn_more,
a.btn_reserve.btn_more:link,
a.btn_reserve.btn_more:visited,
a.btn_reserve.btn_more:active {
	background:#fff; border:1px solid #fb5d5a; color:#fb5d5a; text-decoration:none; cursor:pointer;}
a.btn_reserve.btn_more:hover{background:#fb5d5a; border:1px solid #fb5d5a; color:#fff;}


a.btn_reserve.disable,
a.btn_reserve.disable:link,
a.btn_reserve.disable:visited,
a.btn_reserve.disable:active {
	background:#999; border:1px solid #999; color:#fff; text-decoration:none; cursor:auto;}
a.btn_reserve.disable:hover{background:#999; border:1px solid #999; color:#fff;}

a.btn_reserve.plan,
a.btn_reserve.plan:link,
a.btn_reserve.plan:visited,
a.btn_reserve.plan:active {
	background:#5e97b6; border:1px solid #5e97b6; color:#fff; text-decoration:none; cursor:auto;}
a.btn_reserve.plan:hover{background:#5e97b6; border:1px solid #5e97b6; color:#fff;}

  
	@media screen and (min-width:640px) and (max-width:1219px) {
	div#spaceList>div.data {
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		grid-template-columns: repeat(3, 1fr);
	}

	div#spaceList>div.data {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
		margin-top: 30px;
	}

	div#spaceList>div.data>.reserve {
		display: flex;
		flex-direction: column;
		border: 1px solid #dadada;
		overflow: hidden;
	}
	div#spaceList>div.data>.reserve>dl {
		padding:5px;
	}

	div#spaceList>div.data>.reserve>p {
		margin-left: 20px;
		margin-right: 20px;
	}
		}
		
@media screen and (min-width:1px) and (max-width:639px) {
	div#spaceList>div.data {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap:0;
		margin-top: 30px;
	}
	div#spaceList>div.data>.reserve {
		width: 100%;
		border: 1px solid #dadada;
		margin-bottom: 30px;
	}

	div#spaceList>div.data>.reserve>dl {padding-top: 15px; padding-bottom: 10px;}
	div#spaceList>div.data>.reserve>dl>dt {white-space: normal; height:auto; line-height:130%;}
	div#spaceList>div.data>.reserve>div { padding-bottom:50%;}

	}
	
/** 연간일정 상단정보 **/
     .schedule_info{display:flex;flex-wrap:wrap;justify-content:space-between;align-content:flex-end}
	.cal_select *{line-height:30px;vertical-align:top;}
	.cal_select strong{margin:0 20px;color:#222;font-size:24px;font-weight:400;}
	.cal_select button{overflow:hidden;display:inline-block;width:28px;height:30px;border:1px solid #ddd;white-space:nowrap;text-indent:-999px;background:url(../../img/sub/btn_cal01.png) no-repeat 50% 50%;}
	.cal_select .next{transform:rotate(180deg)}
	.cal_select button:hover,.cal_select button:focus{border-color:#a7a7a7;background-image:url(../../img/sub/btn_cal01.png);}


/** 연간일정 목록 **/
.schedule_year .faq_q{color:#777;font-size:15px;}
.schedule_year .faq_q strong{color:#222;font-weight:400;}
.schedule_year .faq_on{border-bottom:1px solid #184e94;}
.schedule_year .faq_a{padding:15px 35px;}
.schedule_year_lst li{display:flex;flex-direction:column;position:relative;margin:15px 0;padding-left:250px;}
.schedule_year_lst li strong,.schedule_year_lst li a{display:inline-block;}
.schedule_year_lst li strong{position:absolute;left:0;width:245px;color:#222;font-weight:400;}
.schedule_year_lst li a{position:relative;max-width:100%;margin-bottom:8px;padding-left:25px;line-height:20px;color:#656565;box-sizing:border-box;}
.schedule_year_lst li a:last-child{margin-bottom:0;}
.schedule_year_lst li a:hover span,.schedule_year_lst li a:focus span{color:#222;text-decoration:underline;}
.schedule_year_lst li [class*="ic_type"]{position:absolute;left:0;width:20px;height:20px;font-size:0;text-indent:0;vertical-align:top;}



/** 월간일정 :: 조건탭 달력 **/
.wrap_datepick{position:relative;margin-bottom:45px;}
.wrap_datepick:before{content:'';display:block;position:absolute;bottom:1px;left:0;width:100%;height:1px;border-bottom:1px solid #283039;}
.wrap_datepick .cal_select{display:flex;align-items:center}
.wrap_datepick .tab_style_line{margin-bottom:0;}
.wrap_datepick .tab_style_line li a{min-width:64px;padding-left:10px;padding-right:10px;border-color:#fff;}
.wrap_datepick .tab_style_line li.on a{border-color:#283039; border-top-left-radius:7px; border-top-right-radius:7px;}


/** tab style ::line **/
.tab_style_line{overflow:hidden;position:relative;margin:0 0 20px}
.tab_style_line:before{content:'';display:block;position:absolute;bottom:1px;width:100%;height:1px;border-bottom:1px solid #283039;z-index:1;}
.tab_style_line li{float:left;position:relative;margin-left:-1px}
.tab_style_line li.on{background:#fff; z-index:1}
.tab_style_line li:first-child{margin-left:0}
.tab_style_line li a{display:block;padding:15px 30px;line-height:20px;color:#333;font-size:16px;font-weight:500;letter-spacing:-1px;text-align:center;border:1px solid #ddd;border-bottom-width:0;z-index:1}
.tab_style_line li:before,.tab_style_line li.on:after{content:'';display:block;position:absolute;left:0;width:100%;height:1px;z-index:5}
.tab_style_line li.on:after{bottom:0;background:#fff}
.tab_style_line li.on a{border-color:#283039;}
.tab_style_line li.on+li a{border-left-color:#283039;}



.program_info01 {
display:flex; gap:70px;
border:1px solid #c2c2c2; border-radius:0; padding:40px 70px;
}
.program_thumb {border:1px solid #eee; width:320px; height:auto;}
.program_detail {width:930px;}
.program_detail h4 {font-size:27px; font-weight:600; color:#000; padding-bottom:7px; margin-bottom:25px; border-bottom:1px solid #999; font-family: 'gmarket'; position:relative;}
.program_detail h4 .progress { 
position:absolute; right:0; top:0; background-color:#cd7254; font-size:15px; display:block; padding:5px 10px; color:#fff; font-weight:400;
font-family:'KoPubWorldDotum'; width:80px; text-align:center;

}
.program_detail h4 .progress.end {background-color:#999;}
.program_detail h4 .progress.plan {background-color:#5e97b6;}


.program_detail .file {display:inline-block;} 
.program_detail .file a {margin-right:20px; display:inline-block}
.program_detail ul li {position:relative; padding-left:15px;}
.program_detail ul li:last-child {margin-bottom:0;}
.program_detail ul li:before{
 content:""; display:block; position:absolute; left:5px; top:9px; width:3px; height:3px; background:#D71920; border-radius:50px;
}
.program_detail ul li strong {color:#000;}


@media screen and (max-width: 1200px) {
.program_info01 {padding:30px; gap:40px;}
.program_thumb  {width:35%;}
.program_detail {width:60%;}
}
@media screen and (max-width:767px) {
.program_thumb, .program_detail  {width:100%;}
.program_detail h4 { margin-top:30px; font-size:22px;}
.program_info01 { display:block; gap:0;}
}
/* 프로그램 예약 끝 */

/* 달력 */
.calendarPage h2 {font-size:20px; font-weight:600; font-family:'gmarket';}
.calendarPage {width: 100%;}
.calendar__wrap {width: 100%; display: flex; justify-content: space-between;}
.calendar__box {width: 50%;}

.calendar__box_mypage {width:40%;}
.fc-toolbar {position: relative;}

.fc-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.fc-button-group {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.fc-today-button {display: none;}
.fc-clear {display: none;}
.calendar__textbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width:46%;
}

.calendar__textbox_mypage {width:56%;}


.calendar__eventlist {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 70%;
  justify-content: space-between;
  align-items: center;
}

.calendar__event {width:100%;}


.calendar__event-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  color: #629ab8;
  border: 1px solid #767981;
  padding: 0 30px;
}

.calendar-etype {
  min-width: 70px;
  margin-right: 5px;
}

.calendar-etitle {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.calendar__event-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.calendar-dot {margin-right: 10px; font-weight: 900;}

.calendar__event:nth-child(2n) {border:none; background-color: #767981;}
.calendar__event:nth-child(2n) .calendar__event-item { color: #fff;}
.calendar__event:nth-child(2n) .calendar__event-item a {color: #fff;}
.calendar__bottext {width: 100%;}

.calendar__bottext h6 {
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
  text-align: justify;
  color: #767981;
  line-height: 25px;
  font-weight: 500;
}

.calendar__bottext h6 br {display: none;}
.ui-dialog {width: auto !important; background-color: #fff;}

.ui-dialog
  .ui-dialog-content
  a
  .col-md-12
  .row
  .form_table
  table
  tbody
  tr:first-child {display: none;}

.ui-dialog .ui-dialog-content a .col-md-12 .row .form_table table tbody tr {height: 30px;}
.fc-event {border: none !important;}
.date_time  {font-family:'gmarket'; padding:15px 10px 10px 10px; text-align:center; color:#000; margin-bottom:10px;}
.date_time span {color:#db2950; display:inline-block; margin-right:10px; font-size:20px; font-weight:600;}

@media screen and (max-width: 1250px) {
  #subContent > .col-md-12 {width: 100%;}
  .calendar__event-item {padding: 0 10px;}
}

@media screen and (max-width: 1025px) {
  .calendar__wrap {flex-direction: column;}
  .calendar__box,  .calendar__box_mypage {width: 100%;}
  .calendar__textbox, .calendar__textbox_mypage {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .calendar__bottext h6 {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
  }
  .calendar__eventlist {height: auto;}
  .calendar__event {width: 100%; margin-bottom: 10px;}
}



/** faq **/
.faq{margin-top:20px;border-top:1px solid #333;}
.faq_q,.faq_a,.no_data{display:block;position:relative;padding:18px 40px 18px 0;box-sizing:border-box;}
.faq_q{padding-left:95px; color:#000; font-size:16px; font-weight:500; border-bottom:1px solid #c6c6c6;}
.faq_q i,.faq_q i:before,.faq_q em{display:block;position:absolute;}
.faq_q i{top:0;left:0;width:72px;height:100%;text-align:center;background:#fafafa;}
.faq_q i em{top:50%;width:100%;margin-top:-2px;color:#222;transform:translateY(-50%)}

.faq_q:after{content:'';display:block;position:absolute;top:calc(50% - 5px);right:25px;width:10px;height:10px;border:2px solid #787878;border-top-width:0;border-right-width:0;transform:rotate(135deg)}
.faq_q.faq_out:after{transform:rotate(-45deg)}
.faq_q.faq_on em{color:#fff;}
.faq_q.faq_on i{background:#184e94;}

.faq_a {display:none;width:100% !important;padding:20px;border-bottom:1px solid #c6c6c6;background:#f7f7fb;}
.faq .no_data{color:#555;font-size:16px;text-align:center;border-bottom:1px solid #c6c6c6}
/** faq 끝 **/


/* 발간물 */
.single_book_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
}
.single_book_list > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 40px 0;
  border-bottom: solid 1px #e1e1e1;
}
.single_book_list > ul > li a {width:100%;display:flex;}
.single_book_list > ul > li a:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.single_book_list > ul > li a:hover p {color: #2e7ec0;}
.single_book_list > ul .img_box {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  width:200px;
  height:250px;
}
.single_book_list > ul .img_box img {
  display: block;
  width: 100%;
  height: 100%;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);

}
.single_book_list > ul li a .info_box {margin-left:35px; position:relative;}
.single_book_list > ul li a .info_box p { font-size:22px; font-weight:600; color:#000; margin:15px 0;}
.single_book_list > ul li a:hover .info_box p {color:#1d7acf}
.single_book_list > ul li a .info_box span {position:absolute; bottom:15px; background:#fff; border:1px solid #fb5d5a; color:#fb5d5a; padding:5px 20px; text-align:center; font-size:15px;}
.single_book_list > ul li a:hover .info_box span {background:#fb5d5a; border:1px solid #fb5d5a; color:#fff;}
.program_info00 {display:block; border:1px solid #c2c2c2; border-radius:10px; padding:40px 70px;}
.program_info02 {display:flex; gap:70px;}
.program_info03 {border-top:1px solid #999; padding:30px 0 0 0; margin-top:30px; display:block; }

@media screen and (max-width:1200px) {
	.single_book_list > ul > li { width:100%;}
	.program_info00 { padding:30px}
	.program_info02 {gap:40px;}
	.program_thumb  {width:35%;}
	.program_detail {width:60%;}
	}
@media screen and (max-width:767px) {
.single_book_list > ul .img_box {width:30%; height:auto; min-height:190px;}
.single_book_list > ul li a .info_box {margin-left:20px;}
.single_book_list > ul li a .info_box p { font-size:18px; margin:10px 0;}
.single_book_list > ul li a .info_box span {bottom:10px; font-size:14px;}
.program_thumb, .program_detail  {width:100%;}
.program_info02 { display:block; gap:0;}
	}
/* 발간물 끝 */

			 /* 전시 */
	div#spaceList02>div.data {display:flex; flex-wrap: wrap;}
	div#spaceList02>div.data>a {display:flex; flex-direction:column; width:100%; border:1px solid #dadada; overflow:hidden; border-radius:0;}
	div#spaceList02>div.data>a:hover {text-decoration: none; box-shadow:0px 5px 8px rgba(0,0,0,0.2);}
	div#spaceList02>div.data>a>dl {padding:0 10px 10px 10px; margin-bottom:15px;}
	div#spaceList02>div.data>a>p {margin:10px 20px 20px 20px;}

	div#spaceList02>div.data {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap:70px;
		margin-top:30px;
	}

	div#spaceList02>p.info {
	background-color: #f5f5f5;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #dadada;
	text-align: center;
}

div#spaceList02>p.info>b {color:#f00;}
div#spaceList02>div.data>a {display: block;}
div#spaceList02>div.data>a:focus,
div#spaceList02>div.data>a:hover {border-color:#555;}

div#spaceList02>div.data>a>dl>dt {
	font-size: 1.2em;
	font-weight: 600;
	padding:10px;
}

div#spaceList02>div.data>a>dl>dd {
	font-size:15px;
	color: #333;
	font-weight:600;
	padding:0 10px;
}

div#spaceList02>div.data>a>dl>dd>ul>li:not(:first-of-type) {margin-top: 3px;}

div#spaceList02>div.data>a>dl>dd>ul>li b {font-weight: 400;}
div#spaceList02>div.data>a>dl>dd>ul>li{position:relative; padding-left:10px;}
div#spaceList02>div.data>a>dl>dd>ul>li:before{
	content:""; display:block; position: absolute; left:2px; top:9px; width:3px; height:3px; background:#D71920; border-radius:50px;
}


div#spaceList02>div.data>a>p {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #dadada;
	border-radius: 4px;
	transition:all 0.3s ease; -webkit-transition:all 0.3s ease;
	font-weight:600;
}

div#spaceList02>div.data>a:focus>p,
div#spaceList02>div.data>a:hover>p {background-color:#649bb9; border: 1px solid #649bb9; color: #fff;}

div#spaceList02>div.data>a>p.disable {background-color:#999; color: #fff;}
div#spaceList02>div.data>a>p.repair {background-color: #757575; color: #fff;}
div#spaceList02>div.data>a>div {position:relative; padding-bottom:80%; background-color:#eee;}
div#spaceList02>div.data>a>div img {
 width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain; 
  }
  
  
.btn_box { display:flex; grid-template-columns: repeat(2, 1fr);}
.btn_box>a>p {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #dadada;
	border-radius: 4px;
	transition:all 0.3s ease; -webkit-transition:all 0.3s ease;
	font-weight:600;
}
	
	@media screen and (min-width:640px) and (max-width:1219px) {
	div#spaceList02>div.data {
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		grid-template-columns: repeat(2, 1fr);
	}

	div#spaceList02>div.data {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		margin-top: 30px;
	}

	div#spaceList02>div.data>a {
		display: flex;
		flex-direction: column;
		border: 1px solid #dadada;
		overflow: hidden;
	}
	div#spaceList02>div.data>a>dl {padding:5px;}
	div#spaceList02>div.data>a>p {margin-left: 20px; margin-right: 20px;}
		}
		
@media screen and (min-width:1px) and (max-width:639px) {
	div#spaceList02>div.data {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap:0;
		margin-top: 30px;
	}
	div#spaceList02>div.data>a {
		width: 100%;
		border: 1px solid #dadada;
		margin-bottom: 30px;
	}
	div#spaceList02>div.data>a>dl {padding-bottom: 10px;}
	div#spaceList02>div.data>a>dl>dt {white-space: normal;}
	div#spaceList02>div.data>a>p {margin-top: 15px;}
	}
/* 전시 끝 */


/* 나의 예약조회 */
.p-table {position: relative; width: 100%; border-collapse: collapse; margin: 2px 0 8px;}
.p-table.margin_t_10 {margin-top: 10px;}
.p-table thead tr:first-child th {border-top: 2px solid #222}
.p-table caption+tbody tr:first-child td,.p-table caption+tbody tr:first-child th,.p-table colgroup+tbody tr:first-child td,.p-table colgroup+tbody tr:first-child th {
    border-top: 2px solid #222
}
.p-table td,.p-table th {border-bottom: 1px solid #d9d9d9; font-size:15px !important;}

.p-table td { color:#000;}
.p-table td span {font-size:15px !important;}
.p-table td span a {font-weight:600;}

.p-table td span a.btn_s {font-weight:400 !important;}
.p-table th {
    padding: 13px 11px;
    background: #fff;
    color: #000;
    text-align: center;
    font-weight:600;
    vertical-align: middle
}
.p-table th:first-child:before {display: none}
.p-table th .p-form__label:before { display: none}
.p-table tbody th {background: #fcfcfc}
.p-table caption+tbody th,.p-table colgroup+tbody th {background: #f6f6f6}

.p-table td {
    padding: 11px;
    box-sizing: border-box;
    vertical-align: middle; text-align:center;
}

table.p-table span.add-head {display: none;}

.cancel_m {background:#576E98; padding:2px 5px; color:#fff; border-radius: 2px 2px 2px 2px; display:inline-block; text-align:center; font-size:0.9em;}
.ok_m {background:#db2950; padding:2px 5px; color:#fff; border-radius: 2px 2px 2px 2px; display:inline-block; text-align:center; font-size:0.9em;}
.info_m {color:#36C; margin-bottom:10px;}



@media only screen and (max-width: 765px) {
    .p-table.simple {
        border-top:2px solid #222;
        display: table;
        table-layout: fixed;
        padding-top: 6px
    }

    .p-table.simple colgroup,.p-table.simple thead,.p-table.simple thead th {display: none}
    .p-table.simple tbody {display: table-row-group}
    .p-table.simple tbody tr {
        display: table-row-group;
        width: 100vw;
        border-bottom: 1px solid #d9d9d9
    }
    .p-table.simple tbody tr:nth-child(even) { background: #f8f8f8 }
    .p-table.simple tbody td {
        display: table-row;
        padding: 0;
        border-top: none;
        border-bottom: none;
        text-align: left;
        box-sizing: border-box;
        overflow: hidden
    }

    .p-table.simple tbody td:first-child:not(.p-table__hidden--mobile) {padding-top: 5.5px}
    .p-table.simple tbody td.p-subject {width: auto}
    .p-table.simple tbody td.p-table__hidden--mobile { display: none}
    .p-table.simple tr:last-child td {border-bottom: none }
    .p-table.simple tr:last-child td:last-child {border-bottom: 1px solid #a2a2a2}

    .p-table.simple .add-head {
        display: table-cell;
        width:30vw;
        color: #000;
        text-align: right;
        padding: 2px 25px 2px 0; 
		font-weight:600;
    }

    .p-table.simple .add-head:after {content: " : "}
    .p-table.simple .tds {
        display: table-cell;
        width: 80vw;
        padding: 1.83333px 15px 1.83333px 0
    }

    .p-table.simple td:first-child .add-head {padding-top: 11px}
    .p-table.simple td:last-child .add-head { padding-bottom: 11px}
    .p-table.simple tr:last-child {border: none}
	
	/* .btn_s {width:80px;} */
}


.mypage_t  {font-size:13px; line-height:120% !important; display:block; padding:10px 15px 10px 10px; color:#C00}
/* 나의 예약조회 끝 */


/* 이미지 링크 게시판 CSS */

.histroy-lesson-view .view-box .text-box .t-box-frame {
	    display: flex;
	    flex-direction: column;
}

#bbsProjectList .project-board-list .b-list-box .txt-box {
	font-size:15px;
}

div#sub_tab {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 0;
}

.b-list-box .txt-box .event_schedule_tt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size:15px;
  font-weight:500;
}

.b-list-box .txt-box p {
  margin-top: 5px;
}

.t-box-frame_textBox_category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 35px;
  background-color: #5f98b7;
  color: #fff;
  border-radius: 5px;
}


  .histroy-lesson-view
  .view-box
  .text-box
  .t-box-frame
  #bbsView
  > div:first-child {
  display: flex;
  justify-content: center;
  height: 500px;
  border:1px solid rgba(0,0,0,0.1);
  padding:10px;
}

  .histroy-lesson-view
  .view-box
  .text-box
  .t-box-frame
  #bbsView
  .info {
  padding: 30px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-top: 30px;
}


  .histroy-lesson-view
  .view-box
  .text-box
  .t-box-frame
  #bbsView
  .info
  dl {
  font-weight:600;
}


  .histroy-lesson-view
  .view-box
  .text-box
  .t-box-frame
  #bbsView
  .info
  .profile {
  margin-bottom: 10px;
}


  .histroy-lesson-view
  .view-box
  .text-box
  .t-box-frame
  #bbsView
  .info
  .drafter {
  margin-bottom: 10px;
}

.histroy-lesson-view .view-box .text-box .t-box-frame .tt {
  margin-bottom: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding:15px 0;
  text-align: center;
  order:-1;
  font-size:24px; font-weight:600;
  
}

.histroy-lesson-view .btn-box {
  text-align: center;
  padding: 10px;
  background-color: #649bb9;
  width: 70px;
  margin: 50px auto 0;
}

.histroy-lesson-view .view-box .text-box .t-box-frame .ct {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.histroy-lesson-view .view-box .text-box .t-box-frame .ct p {
  text-align: justify;
  text-indent: 30px;
  padding-bottom: 30px;
}

.histroy-lesson-view .btn-box a {
  color: #fff;
}

.t-box-frame_textBox_category {
  display: none;
}

.performance_col__imgView {
	display:flex;
	flex-direction:column;
	justify-content:center;
	width:50%;
	margin:0 auto;
}

.performance_col__imgView .dw-btn__pdf {
	order:1;
	width: 100%;
    border-top: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    text-align: right;
    padding: 10px;
    font-weight: 500;
    color: rgba(0,0,0,0.5);
    margin-top:30px;
}

.performance_col__imgView img {
	padding:30px 0;
	border-bottom:1px solid rgba(0,0,0,0.1);
}

.histroy-lesson-view .video-box {
	width:50%;
	margin:0 auto;	
}

.t-box-frame_textBox_history,
.t-box-frame_textBox_Writer {
  display: flex;
  flex-direction: column;
}

.t-box-frame_textBox_history span:nth-child(1),
.t-box-frame_textBox_Writer span:nth-child(1) {
  background-color: #f7f6f6;
  padding: 2px 5px;
}

.t-box-frame_textBox_history span:nth-child(2),
.t-box-frame_textBox_Writer span:nth-child(2) {
  padding: 5px 10px;
}

.boardparagraph {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 1450px) {
	.performance_col__imgView {width:100%;}
	.histroy-lesson-view .video-box {width:100%;}
}


		  div#bbsView>h3 {
	text-align: center;
	border-top: 3px solid #6f8287;
	padding: 30px 10px;
}

div#bbsView>div.info {
	overflow: hidden;
	margin-bottom: 30px;
}

div#bbsView>div.info>dl.user {
	float: left;
}

div#bbsView>div.info>dl.read {
	float: right;
}

div#bbsView>div.info>dl>* {
	display: inline-block;
}

div#bbsView>div.content {
	line-height: 1.6;
}


div#bbsView>div.content>div.file {
	margin-bottom: 15px;
}

div#bbsView>div.content>div.file dt a {
	padding: 5px 12px 5px 36px;
}

div#bbsView>div.content>div.file dd {
	margin-top: 10px;
}

div#bbsView>div.content>div.file dt {
	font-size: .9em;
}

div#bbsView>div.content>div.file dt a {
	background: url('../../img/board/img_file.png') 12px center no-repeat;
	border: 1px solid #dadada;
}

div#bbsView>div.content>div.file dt a.active {
	border-color: #080;
	color: #080;
}

div#bbsView>div.content>div.file dd {
	font-size: .7em;
	border: 1px solid #000;
	display: none;
}

div#bbsView>div.content>div.file dd p {
	padding: 7px 9px;
	background-color: #fff;
}

div#bbsView>div.content>div.file dd p.file {
	background-color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

div#bbsView>div.content>div.file dd p.file a {
	margin-left: 40px;
}

div#bbsView>div.content>div.file dd p:hover {
	background-color: #eee;
}

div#bbsView>div.content>div.file dd p span {
	padding-left: 16px;
	background: url('../../img/common/sub/img_download.png') left center no-repeat;
}

div#bbsView>div.content>div.file dd p a {
	display: block;
	text-align: right;
	word-break: keep-all;
	font-weight: 600;
}

div#bbsView>div.content>p {
	margin-bottom: 15px;
}

div#bbsView>div.content>p>img {
	max-width: 100%;
	max-height: 100%;
}

div#bbsView>div.button {
	margin-top: 10px;
}

div#bbsView>div.pndata {
	margin-top: 20px;
	border-top: 1px solid #484848;
}

div#bbsView>div.pndata>dl {
	padding: 20px 10px;
}

div#bbsView>div.pndata>dl:not(:first-of-type) {
	border-top: 1px solid #dadada;
}

div#bbsView>div.pndata>dl>dt {
	font-weight: 600;
	text-align: center;
}

div#bbsView>p.check {
	background-color: #f5f5f5;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 30px 20px;
	color: #f00;
	font-weight: 600;
	text-align: center;
}


/* 포토 노카테고리 */
.boardNolink,
.boardNocategory {
	width:100%;
	margin:0 auto;
}

.boardNocategory .bbsPhotoList_Box {
	position:relative;
	margin-bottom: 30px;
    padding: 20px 0;
}

.boardNocategory .bbsPhotoList_Box .bbsPhotoList_slideBox .bbsPhotoList_slide a dl dt {
	width: 100%;
    word-break: break-all;
	padding:15px 10px;
}

.bbsPhotoList_slideBox {
	width:100%;
}

.boardNolink .bbsPhotoList_slide-nextBtn,
.boardNocategory .bbsPhotoList_slide-nextBtn {
	right:-50px !important;
	color:var(--color-deepdark) !important;
}

.boardNocategory .bbsPhotoList_slide-nextBtn:after,
.boardNocategory .bbsPhotoList_slide-prevBtn:after {
	font-size:30px;
	font-weight:900;
}

.boardNolink .bbsPhotoList_slide-prevBtn,
.boardNocategory .bbsPhotoList_slide-prevBtn {
	left:-50px !important;
	color:var(--color-deepdark) !important;
}

.boardNocategory .bbsPhotoList_slide a dl {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:auto;
	font-size:16px;
	font-weight:500; color:#000;
	border:1px solid rgba(0,0,0,0.1);
}

.bbsPhotoList_slide a div {
	    border: 1px solid rgba(0,0,0,0.1);
}

.boardNocategory .board-list-head {
	border:none;
	background-color:none;
	padding:0;
}

/* 반응형 */
/* 데스크탑 */
@media screen and (max-width:1450px) {
	.boardNocategory .bbsPhotoList_slideBox {
		width:90%;
	}
}

/* 테블릿 */
@media screen and (max-width:1023px) {
	.boardNocategory .bbsPhotoList_slideBox {
		width:85%;
	}
}

/* 모바일 */
@media screen and (max-width:767px) {
		.boardNocategory .bbsPhotoList_slide-nextBtn {
		right:-20px !important;
	}
	
	.boardNocategory .bbsPhotoList_slide-prevBtn {
		left:-20px !important;
	}
}


a.btn.link, a.btn.down  {padding:8px 20px 6px 20px; height:auto;}
a.btn.link:after{
	content:""; display: inline-block; width:14px; height:14px; margin-top:-2px; margin-left:15px; 
	background-image: url(../../img/sub/icon_link.png); background-repeat:no-repeat; vertical-align:middle;
	transition:all 0.3s ease; -webkit-transition:all 0.3s ease;
}
a.btn.link:hover:after{background-image: url(../../img/sub/icon_link_ov.png);}

a.btn.down:after{
	content:""; display: inline-block; width:14px; height:15px; margin-top:-2px; margin-left:15px; 
	background-image: url(../../img/sub/icon_down.png); background-repeat:no-repeat; vertical-align:middle;
	transition:all 0.3s ease; -webkit-transition:all 0.3s ease;
}
a.btn.down:hover:after{background-image: url(../../img/sub/icon_down_ov.png);}





/*포토게시판 뷰 형식 type1*/
.board-view-type1{}
.board-view-type1 .board-view-content:after{clear:both; display:block; overflow:hidden; content:""; height: 0}
.board-view-type1 .outview-img-box{float:left; width:457px; margin-right:52px;}
.board-view-type1 .outview-img-box img{width:100%; display:block; box-shadow: 8px 8px #dadada;}
.board-view-type1 .outview-img-box .outview{margin-top:18px; position: relative;}
.board-view-type1 .outview-img-box .outview:before{position: absolute; width:100%; height:100%; content:""; background-color:rgba(0, 0, 0, 0.03)}
.board-view-type1 .outview-txt-box{float:left; width: calc(100% - 509px);}
.board-view-type1 .outview-txt-box .outview-text{padding:50px 30px 40px 45px; box-sizing: border-box; border-top:3px solid #333; background: #f8f8f8;}
.board-view-type1 .outview-txt-box .outview-text > strong{font-size:36px; color:#202020; display:inline-block; margin-bottom:30px;font-weight: normal;}
.board-view-type1 .outview-txt-box .outview-text.t{padding:30px 30px 40px 45px}
.board-view-type1 .outview-txt-box .outview-list > li{display:table; width:100%; padding-bottom:15px;}
.board-view-type1 .outview-txt-box .outview-list > li:last-child{padding-bottom:0}
.board-view-type1 .outview-txt-box .outview-list > li strong{display:table-cell; width:100px; color:#444444; font-size:16px; font-weight: normal;}
.board-view-type1 .outview-txt-box .outview-list > li p{display:table-cell; width: calc(100% - 100px); font-size:16px; word-break:keep-all}
.board-view-type1 .outview-txt-box .alt-apply{margin-bottom:30px;}
.board-view-type1 .outview-txt-box .alt-apply > li{float:left; position: relative; padding:0 15px; font-size:17px;}
.board-view-type1 .outview-txt-box .alt-apply > li:before{display:block; content:""; width:1px; height:15px; background: #cccccc;
position: absolute; top:3px; left:0}
.board-view-type1 .outview-txt-box .alt-apply > li:first-child{padding-left:0}
.board-view-type1 .outview-txt-box .alt-apply > li:first-child:before{display:none}
.board-view-type1 .outview-txt-box .alt-apply:after{clear:both; display:block; overflow:hidden; content:""; height: 0}
.board-view-type1 .view-info-cont{padding:80px 35px;border-bottom:1px solid #efefef}
.board-view-type1 .view-info-cont2{padding:80px 35px 0 35px}
.board-view-type1 .view-info-cont.line{border-bottom:1px solid #efefef}
.board-view-type1 .view-info .view-info-cont-t1{padding:0 !important;}
.board-view-type1 .view-info .view-info-cont-t1 .codeView01{padding:25px 0}
.board-view-type1 .view-info .view-info-cont-t1 p{line-height:26px; word-break: break-all}
.board-view-type1 .tbl-type1 tbody td.l{color:#202020} 

.board-view-type1.type02 .outview-tit-box{width: 457px;}
.board-view-type1.type02 .outview-txt-box{width: calc(100% - 509px);}
.board-view-type1.type02 .view-info-cont{padding: 30px 0 120px 0 ;}
.board-view-type1.type02 .view-info-cont .research-link{margin: 0; text-align: right;padding-top: 60px;}

.btn-outview-area{margin-top:35px}
/* .btn-outview-area .btn{padding:12px 2px; margin-right:10px;font-size:26px; font-family:'notokr-bold';} */
.btn-outview-area:after{clear:both; display:block; overflow:hidden; content:""; height:0}
.btn-outview-area .r{float:right;}
.btn-outview-area .btn:last-child{margin-right:0}
.btn-outview-area .m-btn-type{display:none}
.btn-outview-area.flex-buttons { display:flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.btn-outview-area.flex-buttons .btn-alone { flex-basis: 100%; text-align: right; }
.btn-outview-area.flex-buttons .btn { margin: 0; }
.btn-outview-area.flex-buttons:after {display:none;}

.swiper-scrollbar{background: #d8d4d0;}
.swiper-scrollbar-drag{background: #ccc ; width:13px; height:8px; top:-4px;}



.board-view-type1 .outview-tit-box{float:left; width:457px; margin-right:52px; padding:40px 20px 0 20px; border-top:2px solid #000; box-sizing: border-box}
.board-view-type1 .outview-tit-box .label-list{margin-bottom:15px;}
.board-view-type1 .outview-tit-box .outveiw-tit{display:block; margin-bottom:30px; font-size:46px; color:#202020; font-weight:600; line-height:120%; }
.board-view-type1 .outview-tit-box .outview-list > li{display:table; width:100%; margin-bottom:10px;}
.board-view-type1 .outview-tit-box .outview-list > li:last-child{padding-bottom:0}
.board-view-type1 .outview-tit-box .outview-list > li strong{display:table-cell; width:130px; color:#202020; font-size:16px; font-weight: normal;}
.board-view-type1 .outview-tit-box .outview-list > li p{display:table-cell; width: calc(100% - 130px); font-size:16px; word-break:break-all;}


/*일반게시판 뷰 형식 type1*/
.board-view-type2{}
.board-view-type2 .board-view-content:after{clear:both; display:block; overflow:hidden; content:""; height: 0}
.board-view-type2 .board-view-txt{float:left; width: 100%; padding-right: 390px; position: relative; box-sizing: border-box;}
.board-view-type2 .board-view-txt .alt-apply > li{float:left; position: relative; padding:0 15px; font-size:17px;}
.board-view-type2 .board-view-txt .alt-apply > li:before{display:block; content:""; width:1px; height:15px; background: #cccccc;
position: absolute; top:3px; left:0}
.board-view-type2 .board-view-txt .alt-apply > li:first-child{padding-left:0}
.board-view-type2 .board-view-txt .alt-apply > li:first-child:before{display:none}
.board-view-type2 .board-view-txt .alt-apply:after{clear:both; display:block; overflow:hidden; content:""; height: 0}
.board-view-type2 .board-view-txt .subject{display:block; margin:20px 0 35px 0; font-size:48px; line-height:55px; color:#222; font-weight:normal; font-family:'notokr-medium';}
.board-view-type2 .board-view-txt .view-l > li{display:inline-block; }
.board-view-type2 .board-view-txt .view-l > li{margin-right:35px}
.board-view-type2 .board-view-txt .view-l > li:last-child{margin-right:0}
.board-view-type2 .board-view-txt .view-l > li strong{color:#444444; font-weight: normal; margin-right:15px;}
.board-view-type2 .board-view-txt .view-body{margin-top:20px; border-top:2px solid #222; border-bottom:1px solid #dddddd}
.board-view-type2 .board-view-txt .view-body .viewStyle1{padding:40px 0;}



.board-view-type1 .view-info .view-info-cont-t1 .btn-list{margin:25px 0 50px 0}
.board-view-type1 .view-info .view-info-cont-t1 .btn-list i{display:inline-block; margin-left:10px; vertical-align: middle;}
.board-view-type1 .outview-txt-box.collection{border-top:1px solid #ccc}

/*소장품 검색 swiper*/
.preview{margin-bottom:100px;}
.gallery-top{height:859px;}
.gallery-top .swiper-button{width:43px; height:127px; position:absolute; top:50%; margin-top:-63.5px; border:0; text-indent: -9999em;}
.gallery-top .swiper-button-prev{background:url('../../img/sub/L_btn_swiper_prev.png') no-repeat center; left:0}
.gallery-top .swiper-button-prev::after {content:''}
.gallery-top .swiper-button-next{background:url('../../img/sub/L_btn_swiper_next.png') no-repeat center; right:0}
.gallery-top .swiper-button-next::after {content:''}

/* ==== wbz 11.03 ~ ==== */
.gallery-top .swiper-slide{text-indent: -9999em; color: transparent;}

.gallery-thumbs .swiper-slide{width:60px; height:60px; position: relative; text-indent: -9999em; color: transparent;}
.gallery-thumbs .swiper-slide:last-child{margin-right:0;}
.gallery-thumbs .swiper-slide:before{position:absolute;top:0; left:0; width:60px; height:60px; border:1px solid #888; box-sizing:border-box; content:""}
.gallery-thumbs .swiper-slide.swiper-slide-active{}
.gallery-thumbs .swiper-slide.swiper-slide-active:before{border:5px solid #000; box-sizing:border-box; content:""}
.thumbs-area{position:relative; overflow:hidden; margin-top:28px;}


@media all and (min-width:992px) and (max-width:1390px){

/*포토게시판 뷰 형식 type1*/
.board-view-type1 .outview-img-box{width:32.87vw; margin-right:3.74vw;}
.board-view-type1 .outview-txt-box{width: calc(100% - 36.61vw);}
.board-view-type1 .outview-tit-box{width:32.87vw; margin-right:3.74vw;}

.board-view-type1.type02 .outview-txt-box{width:32.87vw; }
.board-view-type1.type02 .outview-tit-box{width: calc(100% - 36.61vw); margin-right:3.74vw;}
.board-view-type1.type02 .research-link{width: 100%;}
}



@media all and (max-width:991px){

/*포토게시판 뷰 형식 type1*/
.board-view-type1{}
.board-view-type1 .outview-img-box{float:none; width:100%; margin-right:0;}
.board-view-type1 .outview-txt-box{float:none; width:100%;}
.board-view-type1 .outview-img-box .outview{margin:40px 0 90px 0}
.board-view-type1 .outview-img-box .outview img{box-shadow:none}
.board-view-type1 .outview-txt-box .alt-apply{margin-bottom:35px;}
.board-view-type1 .outview-txt-box .outview-text > strong{font-size:55px;margin-bottom:40px;}
.board-view-type1 .outview-txt-box .outview-list > li{padding-bottom:25px;}
.board-view-type1 .outview-txt-box .outview-list > li strong{width:150px; font-size:24px;}
.board-view-type1 .outview-txt-box .outview-list > li p{width: calc(100% - 150px); font-size:24px;}
.board-view-type1 .outview-txt-box .alt-apply > li{padding:0 20px; font-size:26px;}
.board-view-type1 .outview-txt-box .alt-apply > li:before{display:block; content:""; width:1px; height:20px; background: #cccccc;
position: absolute; top:8px; left:0}
.board-view-type1 .view-info-cont{padding:80px 0;}
.btn-outview-area{margin-top:50px;  text-align:center}
/* .btn-outview-area .btn{padding: 0 0 20px 0; font-size:46px; margin-right:3%;} */
.btn-outview-area .btn:last-child{margin-right:0}
.btn-outview-area .r{float:none;}
.btn-outview-area .m-btn-type{display:inline-block;}
.btn-outview-area .pc-btn-type{display:none;}
.btn-outview-area.flex-buttons { justify-content: center; gap: 10px 25px; }
.btn-outview-area.flex-buttons .btn-alone { text-align: center; }

.view-info .view-list{display:none;}

.board-view-type1 .outview-tit-box{float:none; width:100%; margin-right:0; padding:0; border-top:none; box-sizing: border-box}
.board-view-type1 .outview-tit-box .label-list{margin-bottom:30px;}
.board-view-type1 .outview-tit-box .outveiw-tit{margin-bottom:50px; font-size:62px;}
.board-view-type1 .outview-tit-box .outview-list > li{margin-bottom:15px;}
.board-view-type1 .outview-tit-box .outview-list > li strong{width:195px; color:#202020; font-size:26px;}
.board-view-type1 .outview-tit-box .outview-list > li p{width: calc(100% - 195px); font-size:26px;}
.board-view-type1 .outview-txt-box.collection{margin-top:70px;}
.board-view-type1.type02 .outview-tit-box{width:100%; font-size: 26px; line-height: 45px; word-break: keep-all; letter-spacing: -0.4px;}  
.board-view-type1.type02 .outview-txt-box.collection{width: 100%;}
.board-view-type1.type02 .view-info-cont .research-link{text-align: center;padding-top: 60px;}
.board-view-type1 .outview-txt-box.collection .view-info{margin-top:70px;}

.thumbs-area{display:none;}
}


@media all and (max-width:767px){


/*포토게시판 뷰 형식 type1*/
.board-view-type1 .outview-txt-box .outview-text {padding: 25px 15px 20px 20px;border-top: 2px solid #333;}
.board-view-type1 .outview-txt-box .outview-text.t{padding: 15px 15px 20px 20px;}
.board-view-type1 .outview-img-box .outview{margin:20px 0 45px 0}
.board-view-type1 .outview-txt-box .alt-apply{margin-bottom:20px}
.board-view-type1 .outview-txt-box .outview-text > strong{font-size:27px;margin-bottom:15px;}
.board-view-type1 .outview-txt-box .outview-list > li{padding-bottom:13px;}
.board-view-type1 .outview-txt-box .outview-list > li strong{width:80px; font-size:14px;}
.board-view-type1 .outview-txt-box .outview-list > li p{width: calc(100% - 80px); font-size:14px;}
.board-view-type1 .outview-txt-box .alt-apply > li{padding:0 12px; font-size:14px;}
.board-view-type1 .outview-txt-box .alt-apply > li:before{display:block; content:""; width:1px; height:10px; background: #cccccc;
position: absolute; top:5px; left:0}
.board-view-type1 .view-info-cont{padding:0 0 30px 0;}
.btn-outview-area{margin-top:25px;}
.btn-outview-area .m-btn-type{display:inline-block;}
.btn-outview-area .pc-btn-type{display:none}
.btn-outview-area.flex-buttons { gap: 10px 15px; }

.board-view-type1 .outview-tit-box .label-list{margin-bottom:15px;}
.board-view-type1 .outview-tit-box .outveiw-tit{margin-bottom:25px; font-size:31px;}
.board-view-type1 .outview-tit-box .outview-list > li{margin-bottom:7px;}
.board-view-type1 .outview-tit-box .outview-list > li strong{width:98px; font-size:14px;}
.board-view-type1 .outview-tit-box .outview-list > li p{width: calc(100% - 98px); font-size:14px;}
.board-view-type1 .outview-txt-box.collection{margin-top:35px;}
.board-view-type1 .outview-txt-box.collection .view-info{margin-top:35px;}

.board-view-type1.type02 .view-info-cont .research-link a{font-size:14px; min-width:120px; height:40px;}
.board-view-type1.type02 .outview-tit-box{width:100%;}


/*소장품 검색*/
.preview{margin-bottom:50px;}
.gallery-top{height:430px;}
.gallery-top .swiper-button{width:22px; height:64px; position:absolute; top:50%; margin-top:-32px; border:0}
.gallery-top .swiper-button-prev{background:url('../../img/sub/L_btn_swiper_prev.png') no-repeat center; left:0; background-size:22px 64px;}
.gallery-top .swiper-button-next{background:url('../../img/sub//L_btn_swiper_next.png') no-repeat center; right:0;  background-size:22px 64px;}

.gallery-top .research-link{left: 50%; margin-left: -122px;  bottom:-50px;}
.gallery-top .research-link a{font-size:14px; min-width:120px; height:40px;}
.gallery-top .swiper-slide{height: calc(100% - 50px);}


}


/*label-list*/
.label-list{}
.label-type{display:inline-block; min-width:60px; padding:5px 15px; color:#fff; text-align:center;box-sizing: border-box; vertical-align:middle; line-height:normal;}
.label-type.red{background: #b50938;}
.label-type.black{background: #000;}
.label-type.red-2{border:1px solid #b50938; color:#b50938 }
.label-type.black-2{border:1px solid #444; color:#444}
.label-type.black-3{border:1px solid #222; color:#222}
.label-type.purple{border:1px solid #3f0b9f; color:#3f0b9f}
.label-type.purple-2{background:#3f0b9f; color:#fff}
.label-type.blue{background:#148bb5; color:#fff}
.label-type.light-purple{background:#9f0b93; color:#fff}
.label-type.b{font-family:'notokr-medium';}
.label-type.line{padding:4px 15px}
.label-type.gray{background:#8c8c8c; color:#fff}
.label-type.red2{background:#b50938; color:#fff}

.label_list {display: inline-block; margin:10px 0 0 20px;}











