/*
 * 스킨 기본설정
 */
.default_gallery { color:#666; }
.default_gallery table a { color:#666; }
.default_gallery table a:hover{ color:#000; }

.default_gallery {
	font-size:10pt;
	padding:5px;
}
.table {
	font-size:10pt;
	padding:0px;
	border-top:2px solid #666;
}
.table-responsive {
	border:0px;
}

.default_gallery .view th {
	background-color:#F2F2F2;
	text-align:left;
}

.gallery03 {margin-bottom: 50px;}
/*
 * 카테고리
 */
.board_category a { color:#666; }
.board_category a.active { font-weight:bold; }

.category_bax {display:inline-block; margin:0 auto 30px auto;}
.category_bax ul li {float: left; margin: 0 3px;}
.category_bax ul li:last-child {display: none;}
.category_bax ul li a {text-align: center; color:#aaa; text-decoration: none; display: block; font-weight: 300;transition: all 0.2s;}
.category_bax ul li a:hover {color: #4b4e51;}
.list_a { display: block; color: #999; font-size: 12px; margin: 0 15px 15px 0; display: inline-block;}
.list_a:last-child {margin-right: 0;}

/*----------------------------------------------input_button-----------------------------------------------------*/
.list_input_box { width: 580px; height: 45px; background: none; margin: 0 auto 50px auto;}
.search_box {float: left; width: 170px; height: 45px; margin: 0 5px 0 0; padding: 0 0 0 10px; border: 1px solid #ddd;}
.text_box {float: left; width: 300px; height: 45px;  margin: 0 5px 0 0;  }
.text_box input {width: 100%; height: 45px; border: 1px solid #ddd; padding-left: 15px; }
.go_button {float: left; width: 100px; height: 45px; margin: 0}
.go_button button {width: 100%; height: 45px; background:#fff; color:#333; display: block; transition: all 0.3s; border: 1px solid #ddd;}
.go_button button:hover {background: #424780; color: #fff;border: 1px solid #424780;}


.skin_button_box {width: 100%; height: 40px; text-align: center; }
.skin_button { width: 100px; height: 40px; transition: all 0.2s;  background:#fff; border: 1px solid #ddd; text-decoration: none; line-height: 40px; color:#333; text-align: center; padding: 0; display: inline-block; margin: 0 0px; vertical-align: top; font-size: 12px;}
.skin_button:last-child {margin: 0;}
.skin_button:hover {background:#424780; color:#fff; border: 1px solid #424780; text-decoration: none;}


@media screen and (max-width:600px) {
	.list_input_box { width: 100%;}
	.search_box { width: 18%; margin: 0 2% 0 0;}
	.text_box { width: 60%; margin: 0 2% 0 0;}
	.go_button { width: 18%;  margin: 0}
}

@media screen and (max-width:480px) {
	.list_input_box { width: 100%; margin: 0 auto  0 auto; padding: 0 2%;}
	.search_box { width: 20%;margin: 0 2% 0 0;}
	.text_box { width: 56%;  margin: 0 2% 0 0;}
	.go_button { width: 20%;}

	.skin_button { width: 23%; height: 40px; transition: all 0.2s;  background:#fff; border: 1px solid #ddd; text-decoration: none; line-height: 40px; color:#333; text-align: center; padding: 0; display: inline-block; margin: 0 0px; vertical-align: top; }
}


/*
 * 리스트
 */
 .gallery_check_box { margin: 15px 0 0 0;}

 .gallery03 {text-align: center;}
 .gallery03_article {width: 100%; margin: 30px 0;}
 .gallery03_box {width: 380px; float: left; margin-right: 30px; margin-bottom: 50px;}
 .gallery03_box:nth-child(3n) {margin-right: 0;}
 .gallery03_box a {display: block; text-decoration: none;}
 .gallery03_box a:hover > .gallery03_box_wrap {border: 1px solid #42477f; box-sizing: border-box;}
 .gallery03_box a:hover > .gallery03_box_wrap > .gallery03_text_box > h1 { color: #42477f;}

 .gallery03_box_wrap {border: 1px solid #ddd; padding: 30px; transition: all 0.3s; box-sizing: border-box;}
  .gallery03_img {position: relative; width: 100%;}
 .gallery03_img img {width: 100%;}
 .ck_box {position: absolute; top: 20px; left: 30px;}
 .gallery03_text_box {width: 100%;}
 .gallery03_text_box h1 {margin: 0; font-size: 18px; color:#333; margin: 10px 0 15px 0; font-weight: 400; text-align: left;}
 .gallery03_text_box > p {margin: 0; font-size: 15px; color:#666; margin: 0 0 15px 0; font-weight: 300; text-align: left; min-height:130px;}
 .gallery03_box_wrap > p {color:#aaa; text-align: left;}

 @media screen and (max-width:1280px) {
     .gallery03_box {width: 32%; margin-right: 2%; box-sizing: border-box}
	 .gallery03_text_box > p { min-height:150px;}
 }

 @media screen and (max-width:1024px) {
	 .gallery03 {padding: 0 2%;}
     .gallery03_box {width: 49%; margin-right: 2%; box-sizing: border-box}
     .gallery03_box:nth-child(3n) {margin-right: 2%;}
     .gallery03_box:nth-child(2n) {margin-right: 0;}
	 .gallery03_text_box h1 {min-height:40px;}
	 .gallery03_text_box > p { min-height:170px;}
 }

 @media screen and (max-width:600px) {
     .gallery03 {width: 100;}
     .gallery03_box {width: 100%; float: none; box-sizing: border-box; margin-bottom: 30px;}
     .gallery03_box:nth-child(2n) {margin-right: 0;}
	.gallery03_text_box > p { min-height:auto;}
 }

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

 }


/*
 * 뷰
 */
.view_wrap h1 {font-size: 30px; color: #666;font-family: "NotoSans-Regular", sans-serif; margin: 0; float:left;}
.list_t_box { text-align: right;}
.list_t { display: block; color: #999; font-size: 12px; margin: 0 15px 0 0; display: inline-block; line-height: 40px;}
.view_img_box {margin: 30px 0 30px 0; text-align: center;padding-top: 30px;}
.view_script_box { border-bottom: 1px solid #efefef; padding-bottom: 50px; color: #666; font-weight: 300; line-height: 24px; font-size: 15px;}
.view_img_box img {width: 100%; max-width: 1280px; text-align: center;}


.view_table_box {border-top: 1px solid #efefef; margin-top: 10px; padding:0; border-bottom: 1px solid #efefef; }
.view_table_box table {width: 100%;}
.view_table_box table th, .view_table_box table td {padding: 15px 0; text-align: left;}
.view_table_box table th { background: #f9f9f9; text-align: center;}
.view_table_box table td {padding-left: 20px;}

@media screen and (max-width:1024px) {
	.skin_button_box {text-align: center;}
	.view_wrap {width: 100%; padding: 0 2%;	}
}
@media screen and (max-width:800px) {
	.view_wrap h1 {width: 100%; float: none; font-size: 22px;}
	.list_t_box { text-align: left; width: 100%}
}
@media screen and (max-width:800px) {

}
