@charset "utf-8";

@font-face {
  font-family: 'Daehan';
  font-style: normal;
  font-weight: 400;
  src: url('/css/fonts/DaehanR.woff2') format('woff2'), url('/css/fonts/DaehanR.woff') format('woff');
}

@font-face {
  font-family: 'Daehan';
  font-style: normal;
  font-weight: 700;
  src: url('/css/fonts/DaehanB.woff2') format('woff2'), url('/css/fonts/DaehanB.woff') format('woff');
}

/*------------------------------------
    List : 리스트 페이지
------------------------------------*/
.basic_list_block{text-align:center;}
.board_list_btn {text-align:right;}
/* 겔러리 리스트 : 이미지 */
.board_list_gallery{ overflow:hidden; /* margin-top:-25px; padding-bottom:25px; */ }
.board_list_gallery li{ float:left; margin-left:2%; margin-bottom:25px;}
.board_list_gallery li.col_2{ width:49%; }
.board_list_gallery li.col_2:nth-child(2n+1){ clear:both; margin-left:0; }
.board_list_gallery li.col_3{ width:32%; }
.board_list_gallery li.col_3:nth-child(3n+1){ clear:both; margin-left:0; }
.board_list_gallery li.col_4{ width:23.5%; }
.board_list_gallery li.col_4:nth-child(4n+1){ clear:both; margin-left:0; }
.board_list_gallery li.col_5{ width:18.4%; }
.board_list_gallery li.col_5:nth-child(5n+1){ clear:both; margin-left:0; }
.board_list_gallery li.col_6{ width:15%; }
.board_list_gallery li.col_6:nth-child(6n+1){ clear:both; margin-left:0; }

.gallery_list{}
.gallery_list a{ position:relative; overflow:hidden; display:block; background:url('/img/product_img_bg.jpg');  border:1px solid #eee; padding:15px;background-size:cover;}

.gallery_img_wrap{ overflow:hidden; position:relative; float:left; width:42%; height:0; padding-bottom:28%; background:#fff; }
.gallery_img_wrap img{ position:absolute; left:0; top:0; width:100%; height:100%; max-width:100%; max-height:100%; }
.gallery_img_wrap img{ transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; }
.board_list_gallery li:hover .gallery_img_wrap img{ transform:scale(1.10); }

/* 타이틀 */
.gallery_title_wrap{ position:relative; float:left; width:58%; padding:10px 0 0 20px; }
.gallery_title_wrap label{ position:absolute; right:25px; top:25px; }

.gallery_title_wrap strong{ display:none; min-height:18px; font-weight:300; font-size:14px; line-height:24px; color:#830008; text-transform:uppercase; }
.gallery_title{ margin-bottom:5px; font-size:18px; font-weight:500; line-height:20px; color:#141414; }
.gallery_title{ width:100%; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden;  text-align:center;}
.gallery_title_wrap p{ word-break:keep-all;text-align:center;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-wrap: break-word; font-size:14px; line-height:21px; letter-spacing:-0.5px;}
.gallery_title_wrap p br{ display:none; }

/* detail view 버튼 */
/* .gallery_list .detail_btn {display:none;} */
.detail_btn{ position:absolute; right:15px; bottom:15px; display:inline-block; padding:0 15px; font:400 12px/26px 'Roboto','Noto Sans KR','Malgun Gothic',Sans-serif; color:#261909; text-transform:uppercase; background:rgba(255,255,255,0.4); border:1px solid rgba(38,25,0,0.4); width:calc(100% - 48%); border-radius:2px;}
.detail_btn{ -webkit-transition-duration:0.4s; -moz-transition-duration:0.4s; -o-transition-duration:0.4s; -ms-transition-duration:0.4s; transition-duration:0.4s; }
.gallery_list a:hover .detail_btn{ color:#fff; background:#222; border-color:#222; }
/* .vision_contents .detail_btn {} */

/*리스트 검색*/
.cs_search_wrap{ padding:0; text-align:center; }
.cs_search_wrap:after{ display:block; content:''; clear:both; }
.cs_search_wrap form{ display:inline-block; }
.cs_search_wrap input[type=text]{ float:left; width:240px; padding:0 10px; margin:0 5px; height:35px; border:1px solid #ddd; }
.cs_search_wrap input[type=submit]{ min-width:95px; background:#f8f8f8; color:#555; border:solid 1px #ddd; font-size:14px; line-height:33px; }
.cs_search_wrap .select{ float:left; padding:0 5px; height:35px; width:110px; border:1px solid #ddd; }

/* 등록 게시글 없음 */
.board_none{ border-top:2px solid #222; padding:25px 0; background:rgba(255,255,255,0.5); border-bottom:1px solid #ddd; text-align:center; }



/*------------------------------------
    view : 뷰 페이지
------------------------------------*/
.basic_view_block{ border-top:1px solid #ddd; text-align:center; }

/* 뷰페이지 헤더 : 심볼, 파비콘, 로고 */
.board_date{ width:13%; }
.board_date:after{ position:absolute; right:0; top:50%; content:''; width:1px; height:52px; margin-top:-26px; background:#ddd; }
.board_date strong{ display:block; font-weight:500; font-size:48px; line-height:52px; color:#141414; letter-spacing:-1px; }
.board_date span{ display:block; font-weight:300; font-size:15px; color:#555; }
.board_date > img{ padding:10px 0; max-height:70px; }

/* 뷰페이지 헤더 : 타이틀, 날짜 */
.basic_view_head_wrap{ display:table; padding:15px 0; width:100%; border-bottom:1px solid #ddd; background:rgba(255,255,255,0.5); }
.basic_view_head{ display:table-row; padding:25px 0; }
.basic_view_head li{ position:relative; display:table-cell; vertical-align:middle; }
.basic_view_head li.basic_view_subject{ width:87%; }
.basic_view_head li.basic_view_subject h2{ padding:0 20px; font-size:20px; font-weight:500; line-height:36px; color:#333; text-align:left; }
.basic_view_head li.basic_view_subject h2{ /* max-width:900px; overflow:hidden; text-overflow:ellipsis; work-wrap:normal; white-space:nowrap; */ }
.basic_view_head > p{ font-weight:400; color:#555; }

/* 첨부파일 */
.board_file_wrap{ display:none; background:rgba(255,255,255,0.5); }
.board_file{ }
.board_file li{ overflow:hidden; padding:12px 0; border-bottom:1px solid #ddd; }
.board_file li span{ display:block; float:left; width:13%; font-weight:300; font-size:14px; color:#777; }
.board_file li a{ display:block; padding:0 3.7%; float:left; text-align:left; font-size:14px; color:#666; }

/* prev, next 버튼 */
/* .prev_next_btn{ overflow:hidden; } */
.prev_next_btn img{ display:none; }
.prev_next_btn p{ position:relative; float:left; display:block; }
.prev_next_btn p a{ position:relative; display:block; padding:0 16px; height:35px; font-size:0; color:#fff; border:1px solid rgba(0,90,169,.95); background:rgba(0,90,169,.95); }
.prev_next_btn p a{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
.prev_next_btn p:hover a{ background:#222; border-color:#222; }
.prev_next_btn p a:before{ display:block; content:''; font-weight:400; font-size:14px; line-height:32px; }
.prev_next_btn p a:after{ }
.prev_next_btn .previous{ margin-right:8px; }
.prev_next_btn .previous a{ padding-left:30px; /* background:#242424; border-color:#242424; */ }
.prev_next_btn .previous a:before{ content:'Previous'; }
.prev_next_btn .previous a:after{ position:absolute; top: 1px; display:block; left:12px; content:''; font:normal 12px/30px 'FontAwesome'; }
.prev_next_btn .next a{ padding-right:30px; }
.prev_next_btn .next a:before{ content:'Next'; }
.prev_next_btn .next a:after{ position:absolute; top: 1px; display:block; right:12px; content:''; font:normal 12px/30px 'FontAwesome'; }

/* 뷰 컨텐츠 */
.board_view_contents_wrap{ padding:15px 0 45px; background:rgba(255,255,255,0.5); /* border-bottom:1px solid #ddd; */ text-align:left; }
.board_view_contents{ margin-top:10px; /* padding:40px 45px; background:#f1f1f3; */ }
.view_contents{ margin-top:40px; text-align:left; }
.view_contents img{ max-width:100%; margin:15px 0;}

/* 제품 소개 : 간단설명 */
.product_simple_spec{ position:relative; margin:0 auto; padding:30px; font-weight:400; font-size:16px;  word-break:keep-all; background: url(/img/product_img_bg.jpg); margin-top: 20px; border-top: 1px solid #eee; border-bottom:1px solid #eee;}
/* .product_simple_spec:before{ display:block; margin:0 auto; padding-bottom:25px; content:''; width:25px; height:22px; background:url(/img/icon_quote1.png) no-repeat top; background-size:100%; }
.product_simple_spec:after{ display:block; margin:0 auto; padding-bottom:25px; content:''; width:25px; height:22px; background:url(/img/icon_quote2.png) no-repeat bottom; background-size:100%; }
 */
/* 제품정보 : spec new */
.product_board_img_wrap {overflow:hidden; padding:0 0 70px; border-bottom:1px dashed #ccc;  font-size:15px; line-height:24px; color:#333; text-align:center;}
.product_board_img_wrap .left_contents {width:40%; float:left; }
.product_board_img_wrap .left_contents img {max-width:100%;}
.product_board_img_wrap .right_contents {width:57%; float:left; margin-left:3%; text-align:left;}
.product_board_img_wrap .right_contents h2 {font-size:25px; font-weight:500; }
.product_spec_block{ margin:40px auto 0; text-align:center; }
.product_spec_wrap{ overflow:hidden; display:inline-block; }
.product_spec{ display:table; width:100%; border-bottom:1px dotted #ddd; }
.product_spec_wrap .product_spec {background#}
.product_spec_wrap .product_spec:last-child{ border-bottom-style:solid; }
.product_spec dl{ display:table-row; background:#fff; }
.product_spec dl dt{ display:table-cell; position:relative; width:25%; padding:12px 5px; font-weight:500; font-size:16px; color:#333; background:#f7f6f4; text-align:center; vertical-align:middle; }
.product_spec dl dd{ display:table-cell; position:relative; width:75%; padding:12px 50px; font-weight:400; font-size:16px; color:#555; vertical-align:middle; word-break:keep-all; text-align:left; }
.product_spec_wrap .product_spec:nth-child(5) dl dt, .product_spec_wrap .product_spec:nth-child(5) dl dd{ border-top:2px solid #261909; }

/* 4개는 상단에 박스로 처리 */
.product_spec_wrap .product_spec:nth-child(1), .product_spec_wrap .product_spec:nth-child(2), .product_spec_wrap .product_spec:nth-child(3), .product_spec_wrap .product_spec:nth-child(4)
{ display:inline-block; width:24.7%; border-bottom:none; }
.product_spec_wrap .product_spec:nth-child(1) dl, .product_spec_wrap .product_spec:nth-child(2) dl, .product_spec_wrap .product_spec:nth-child(3) dl, .product_spec_wrap .product_spec:nth-child(4) dl
{ display:block; }
.product_spec_wrap .product_spec:nth-child(1) dl dt, .product_spec_wrap .product_spec:nth-child(2) dl dt, .product_spec_wrap .product_spec:nth-child(3) dl dt, .product_spec_wrap .product_spec:nth-child(4) dl dt
{ display:block; width:100%; background:#830008; color:#fff; font-size:17px; }
.product_spec_wrap .product_spec:nth-child(1) dl dt:before, .product_spec_wrap .product_spec:nth-child(2) dl dt:before, .product_spec_wrap .product_spec:nth-child(3) dl dt:before, .product_spec_wrap .product_spec:nth-child(4) dl dt:before
{ position:absolute; left:0; top:0; content:''; border-bottom:51.2px solid transparent; border-left:286px solid rgba(255,255,255,0.04); border-top:0px solid rgba(255,255,255,0.04); }
.product_spec_wrap .product_spec:nth-child(2) dl dt, .product_spec_wrap .product_spec:nth-child(4) dl dt{ background:#261909; }
.product_spec_wrap .product_spec:nth-child(1) dl dd, .product_spec_wrap .product_spec:nth-child(2) dl dd, .product_spec_wrap .product_spec:nth-child(3) dl dd, .product_spec_wrap .product_spec:nth-child(4) dl dd
{ /* display:block; */ width:100vh; height:130px; padding-right:20px; padding-left:20px; background:#fff; border:1px solid #eee; border-width:0 0 1px 0; text-align:center; color:#333; }
.product_spec_wrap .product_spec:nth-child(2) dl dd:before, .product_spec_wrap .product_spec:nth-child(3) dl dd:before, .product_spec_wrap .product_spec:nth-child(4) dl dd:before
{ /* position:absolute; left:0; top:0; content:''; height:100%; border-left:1px dotted #ddd; */ }
.product_spec_wrap .product_spec:nth-child(5):before{ clear:both; display:block; content:''; margin-top:40px; }


/*------------------------------------
    write : 라이트 페이지
------------------------------------*/
.board_write_block{ padding:35px 40px 40px; border-bottom:1px solid #ddd; border-top:2px solid #222; background:rgba(255,255,255,0.5); }

.board_write_wrap{ overflow:hidden; }
.board_write_block .board_write_wrap:nth-child(2n){ background:#fdfdfd; }

/* 공지글 체크 */
.notice_check{ margin-bottom:20px; text-align:right; }
.notice_check label{ font-weight:400; font-size:16px; line-height:28px; color:#333; }
.notice_check label:hover{ color:#141414; }
.notice_check label b{ font-weight:500; }
.notice_check label input{ vertical-align:-1px; }

/* 비밀글 체크 */
.privacy_check{ margin-bottom:20px; text-align:right; }
.privacy_check label{ font-weight:400; font-size:16px; line-height:28px; color:#333; }
.privacy_check label:hover{ color:#141414; }
.privacy_check label b{ font-weight:500; }
.privacy_check label input{ vertical-align:-1px; }

.info_title{ padding-bottom:15px; }
.info_title h5{ position:relative; font-weight:500; font-size:22px; line-height:32px; color:#242424; text-align:center; }

.col{ position:relative; overflow:hidden; padding:7px 0; }
.col li{ position:relative; }
.col li.col_title{ position:absolute; left:0; top:7px; width:140px; }
.col li.col_title b{ position:relative; display:block; font-weight:500; font-size:16px; line-height:40px; color:#333; text-transform:capitalize; }
.col li.col_title b.essential:before{ display:inline-block; margin-right:5px; content:'*'; font-weight:400; color:#d81d31; vertical-align:-2px; }
.col li.col_title b i{ font-style:normal;  line-height:40px; }
.col li.col_contents{ padding-left:140px; }

.infoTxt{ position:absolute; right:0; top:0; height:40px; padding:0 20px; border:1px solid #ddd; font-weight:400; font-size:13px; line-height:40px; background:#fff; color:#555; }
.infoTxt2{ display:block; padding-top:10px; font-size:13px; line-height:20px; color:#555; }
.infoTxt2 i{ display:none; }

.btn_video_wrap{ position:absolute; right:0; top:0; height:40px; text-align:center; border:none; }
.btn_video_wrap a{ display:block; padding:0 20px; font-weight:400; font-size:15px; line-height:40px; background:#261909; color:rgba(255,255,255,0.8); }
.btn_video_wrap a{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
.btn_video_wrap a:hover{ background:#830008; color:#fff; }

.form-control{ width:100%; height:40px; padding:0 10px; border:1px solid #ddd; font-weight:300; font-size:14px; line-height:40px; color:#555; }
.col_contents select{ width:100%; height:40px; padding:0 10px; border:1px solid #ddd; font-weight:400; font-size:14px; line-height:40px; color:#555; }

.upfile_block{ /* height:54px; */ margin-top:5px; }
.upfile_wrap{ overflow:hidden; }
.upfile_wrap .btn_file{ float:left; width:15%; font-weight:400; font-size:15px; line-height:40px; color:#fff; background:#333; text-align:center; }
.upfile_wrap .btn_file{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
.upfile_wrap{ }
.upfile_wrap:hover .btn_file{ background:#261909; }
.upfile_wrap .filename{ float:left; width:85%; padding-right:70px; }
.upfile_wrap .upfilebtn{ position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); }

.upfile_delete_btn{ position:absolute; right:15px; top:8px; color:#555; }
.upfile_delete_btn:hover{ color:#333; }
.upfile_delete_btn input[type="checkbox"]{ vertical-align:-2px; }

.confirm_btn_wrap{ margin-top:40px; text-align:center; }
.confirm_btn_wrap .btn{ width:170px; font-size:18px; font-weight:500; line-height:46px; }
.confirm_btn_wrap input[type="submit"].btn{ background:#261909; border-color:#261909; border-radius:0; }

.board_write_wrap textarea{ width:100%; padding:5px 10px; background:#fff; border:1px solid #ddd; min-height:132px; margin:0 auto; font-weight:300; font-size:14px; line-height:24px; }

/* 우측 입력단 나눔 float */
.col_contents ol{ overflow:hidden; }
.col_contents ol li{ overflow:hidden; float:left; width:100%; margin-left:2%; }
.col_contents ol li:nth-child(2n+1){ margin-left:0; }

/* 제품정보 : 스펙 */
.board_spec_wrap{  }
.board_spec_wrap{  margin-top:-10px; }
.board_spec_wrap li{ padding-top:14px; }
.board_spec_wrap li:first-child{  }
.board_spec_wrap li .form-control{ float:right; width:70%; }
.board_spec_wrap li .form-control:first-child{ float:left; width:100%; background:#fcfcfc; }


/*------------------------------------
    패스워드
------------------------------------*/
.board_passwd_block{ padding:90px 0 ; border-top:2px solid #222; border-bottom:1px solid #ddd; background:rgba(255,255,255,0.5); text-align:center; }



@media (max-width:1200px){


/*------------------------------------
    write : 라이트 페이지
------------------------------------*/

.board_write_block{ padding:30px 35px 35px; }

.col li.col_title{ width:120px; }
.col li.col_title b{ font-size:15px; line-height:38px; }
.col li.col_title b i{ line-height:38px; }
.col li.col_contents{ padding-left:120px; }
.infoTxt{ height:38px; font-size:12px; line-height:38px; }

.btn_video_wrap a{ height:38px; font-size:12px; line-height:38px; }

.form-control{ height:38px; line-height:38px; font-size:13px; }
.col_contents select{ height:38px; line-height:38px; font-size:13px; }
.upfile_wrap .btn_file{ font-size:13px; line-height:38px; }


/*------------------------------------
    view : 뷰 페이지
------------------------------------*/
.board_view_contents_wrap{ padding:15px 0 35px; }

.board_date strong{ font-size:44px; line-height:48px; }
.board_date span{ font-size:14px; }

.basic_view_head li.basic_view_subject h2{ font-size:22px; line-height:30px; }

.board_view_contents{ padding-top:30px; }
.board_view_contents > div{ font-size:14px; line-height:22px; }

.board_file li span{ font-size:13px; }
.board_file li a{ font-size:13px; }


.product_spec_block{ margin-top:30px; }
.product_board_img_wrap .right_contents h2 {font-size:22px;}
.product_simple_spec{ margin-top:10px; padding:20px; font-size:14px; line-height:22px; }
.product_simple_spec:before{ padding-bottom:15px; width:20px; height:18px; }
.product_simple_spec:after{ padding-bottom:15px; width:20px; height:18px; }

.product_spec dl dt{ padding:10px 5px; font-size:14px; }
.product_spec dl dd{ padding:10px 30px; font-size:14px; }
.product_spec_wrap .product_spec:nth-child(1) dl dt, .product_spec_wrap .product_spec:nth-child(2) dl dt, .product_spec_wrap .product_spec:nth-child(3) dl dt, .product_spec_wrap .product_spec:nth-child(4) dl dt{ font-size:15px; }
.product_spec_wrap .product_spec:nth-child(1) dl dd, .product_spec_wrap .product_spec:nth-child(2) dl dd, .product_spec_wrap .product_spec:nth-child(3) dl dd, .product_spec_wrap .product_spec:nth-child(4) dl dd{ padding-left:15px; padding-right:15px; }
.product_spec_wrap .product_spec:nth-child(5):before{ margin-top:30px; }


/*------------------------------------
    List : 리스트 페이지
------------------------------------*/
.gallery_title_wrap{ padding:12px 12px 0; }
.gallery_title {font-size:15px; margin-bottom:10px;}
.gallery_title_wrap p {line-height:18px; font-size:13px;}
.detail_btn {right:15px; bottom:15px; font-size:11px; line-height:20px; width:calc(100% - 48%)}
/*.gallery_title_wrap{ padding-top:42px; }
.board_list_gallery li{ margin-bottom:20px; }
.gallery_title_wrap strong{ font-size:13px; }
.gallery_title{ margin-bottom:9px; font-size:21px; }
.detail_btn{ margin-top:17px; font-size:12px; line-height:29px; }
 */


}

@media (max-width:999px){


/*------------------------------------
    write : 라이트 페이지
------------------------------------*/

.board_write_block{ margin-top:-5px; padding:0; border:0; background:none; }
.detail_btn {width:calc(100% - 40%)}
.col{ padding:5px 0; }
.col li.col_title{ position:relative; left:auto; top:auto; width:100%; }
.col li.col_title b{ margin-bottom:3px; font-size:13px; line-height:22px; }
.col li.col_title b i{ line-height:24px; }
.col li.col_contents{ padding-left:0; }
.infoTxt{ position:relative; right:auto; top:auto; display:block; padding:5px 0 0 0; height:auto; border:none; background:none; font-size:11px; line-height:18px; }

.btn_video_wrap a{ padding:0 10px; height:34px; font-size:11px; line-height:34px; }

.form-control{ height:34px; padding:0 5px; line-height:34px; font-size:12px; }
.col_contents select{ height:34px; padding:0 5px; line-height:34px; font-size:12px; }
.upfile_block{ margin-top:0; }
.upfile_wrap .btn_file{ width:20%; font-size:11px; line-height:34px; }
.upfile_wrap .filename{ width:80%; }

.col_contents ol{ margin-top:-3px; }
.col_contents ol li{ padding:5px 0; float:none; width:100%; margin-left:0; }

/*------------------------------------
    view : 뷰 페이지
------------------------------------*/
.basic_view_block {border:0;}
.basic_view_head_wrap{ padding:15px 0; }

.board_view_contents_wrap{ padding:1px 0 0 0; background:none; border-bottom:0; }
.basic_view_head li.basic_view_subject h2{ padding:0 15px; font-size:16px; line-height:22px; }
.board_date{ width:80px; }
.board_date:after{ height:42px; margin-top:-21px; }
.board_date strong{ font-size:36px; line-height:38px; }
.board_date span{ font-size:11px; line-height:12px; }
.board_date > img{ max-height:54px; }
.basic_view_head li.basic_view_subject{ width:auto; }

.board_view_contents{ padding:0; }
.board_view_contents > div{ font-size:12px; line-height:20px; margin-top:0; padding-bottom:20px;}

.board_view_contents_wrap .board_btn{ text-align:center; }
.board_view_contents_wrap .board_btn li{ /* float:none; */ text-align:center; }
.board_view_contents_wrap .board_btn li a:first-child{ margin-left:0; }
.board_view_contents_wrap .board_btn li a{ float:none; display:inline-block; }

.board_btn li.prev_next_btn{ height:31px; margin-bottom:10px; /* margin-bottom:10px; float:none; */ }
.prev_next_btn p{ float:none; height:31px; display:inline-block; }
.prev_next_btn p a{ height:31px; padding:0 10px; }
.prev_next_btn p a:before{ font-size:12px; line-height:30px; }

.prev_next_btn .next a{ padding-right:20px; }
.prev_next_btn .next a:after{ right:8px; background-size:4px; }
.prev_next_btn .previous{ margin-right:2px; }
.prev_next_btn .previous a{ padding-left:20px; }
.prev_next_btn .previous a:after{ left:8px; background-size:4px; }

.board_file li{ padding:7px 0; }
.board_file li span{ float:none; width:100%; font-size:11px; }
.board_file li a{ float:none; width:100%; font-size:11px; text-align:center; }

.product_spec_block{ margin-top:25px; }
.product_simple_spec{ padding:10px; font-size:14px; line-height:22px; }
.product_simple_spec:before{ display:none; }
.product_simple_spec:after{ display:none; }

/* .product_spec_wrap{ display:block; }
.product_spec{ display:block; }
.product_spec dl{ display:block; } */
.product_spec dl dt{ /* display:block; */ padding:8px 5px 7px; font-size:12px; }
.product_spec dl dd{ /* display:block; */ padding:8px 15px 7px; font-size:12px; }
.product_board_img_wrap .right_contents h2 {font-size:16px;}
.product_spec_wrap .product_spec:nth-child(1), .product_spec_wrap .product_spec:nth-child(2), .product_spec_wrap .product_spec:nth-child(3), .product_spec_wrap .product_spec:nth-child(4){ display:block; width:100%; }
.product_spec_wrap .product_spec:nth-child(1) dl dt, .product_spec_wrap .product_spec:nth-child(2) dl dt, .product_spec_wrap .product_spec:nth-child(3) dl dt, .product_spec_wrap .product_spec:nth-child(4) dl dt{ padding-top:10px; padding-bottom:9px; font-size:12px; }
.product_spec_wrap .product_spec:nth-child(1) dl dt:before, .product_spec_wrap .product_spec:nth-child(2) dl dt:before, .product_spec_wrap .product_spec:nth-child(3) dl dt:before, .product_spec_wrap .product_spec:nth-child(4) dl dt:before
{ border-bottom:38.2px solid transparent; border-left:350px solid rgba(255,255,255,0.04); }
.product_spec_wrap .product_spec:nth-child(1) dl dd, .product_spec_wrap .product_spec:nth-child(2) dl dd, .product_spec_wrap .product_spec:nth-child(3) dl dd, .product_spec_wrap .product_spec:nth-child(4) dl dd{ /* width:100%; */ height:auto; padding-left:15px; padding-right:15px; }
.product_spec_wrap .product_spec:nth-child(5):before{ margin-top:25px; }
.view_contents img {max-width:100%;}

/*------------------------------------
    List : 리스트 페이지
------------------------------------*/
.board_btn_wrap {text-align:right; margin-top:20px;}
.basic_list .board_delete_btn{ width:30px; }
.centerWrap .checkbox i{ width:13px; height:13px; }
.basic_list .board_contents_title{ padding:0; }
.basic_list .board_contents_title h2{ padding:0 15px; font-size:14px; line-height:22px; word-break:keep-all; }
.basic_list .board_view_btn{ display:none; }

.board_btn li.list_delete_select{}

.cs_search_wrap .select{ height:28px; width:60px; font-size:11px; }
.cs_search_wrap input[type="text"]{ height:28px; width:120px; font-size:11px; }
.cs_search_wrap input[type="submit"]{ min-width:50px; font-size:11px; line-height:26px; }

.basic_list .board_delete_btn:after{ height:42px; margin-top:-21px; }

.basic_list .board_contents_title h2 img{ margin-right:2px; vertical-align:0; }

/* 겔러리 리스트 : 이미지 */
.board_list_gallery li.col_2 {width:100%; margin-left:0;}
.gallery_img_wrap {width:35%; padding-bottom:25%;}
.gallery_title_wrap {width:65%; padding:10px 0 20px 20px;}
/* .board_list_gallery{ margin-top:-15px; }
.board_list_gallery li{ margin:15px 0 0 3% !important; width:48.5% !important; clear:none !important; }
.board_list_gallery li:nth-child(2n+1){ margin-left:0 !important; clear:both !important; }

.gallery_list a{ background:none; border:none; }

.gallery_img_wrap{ float:none; width:100%; height:180px; padding:5px 0; background:#fff; border:1px solid #eee; }
.gallery_title_wrap{ float:none; width:100%; padding:12px 5px 0; }
.gallery_title_wrap strong{ min-height:auto; font-size:11px; line-height:14px; }
.gallery_title{ padding:4px 0 2px; margin:0; font-size:13px; line-height:18px; text-align:left; white-space:normal; }
.gallery_title span{ display:block; line-height:18px; word-break:keep-all; }
.gallery_title_wrap p{ font-size:11px; line-height:16px; }
.gallery_title_wrap .detail_btn{ display:none; }
 */
/* .board_list_gallery{ margin-top:-15px; }
.board_list_gallery li{ margin:15px 0 0 0 !important; width:100% !important; clear:both !important; }

.gallery_img_wrap{ float:none; width:100%; height:200px; }
.gallery_title_wrap{ float:none; width:100%; padding:20px 15px 17px; text-align:center; }
.gallery_title_wrap strong{ min-height:auto; font-size:12px; line-height:14px; }
.gallery_title{ padding:0; margin:3px 0 5px 0; font-size:16px; line-height:24px; }
.gallery_title_wrap p{  }
.gallery_title_wrap .detail_btn{ display:none; } */

}


@media (max-width:640px){
.gallery_img_wrap {width:100%; padding-bottom:0; height:auto;}
.gallery_img_wrap img {position:relative; max-height:300px;}
.gallery_title_wrap {width:100%; padding:15px 0;}
.gallery_title {font-size:14px; margin-bottom:3px;}
.gallery_title_wrap p {margin-bottom:15px;}
.detail_btn {width:calc(100% - 30px) ; left:15px; }
.product_board_img_wrap .left_contents {width:100%}
.product_board_img_wrap .right_contents {width:100%; margin-left:0; margin-top:15px;}
}