@charset "utf-8";
.board-info .pull-left div .checkbox.pull-left { margin-left:20px; }

/* 게시판 공통 */

.margin-hr-10 { height: 1px; border-top: 1px dotted #ddd; margin:4px 0 10px 0; clear: both; }
.margin-top-m-1 { margin-top: -1px; }
.board-write .sky-form section { margin-bottom: 0; }
/* 게시판 목록 */
.board-list .sky-form .radio i, .board-list .sky-form .checkbox i { top: 0; }
.board-list .bo_current { color: crimson; }
.board-btn-adm li { float: left; margin-right: 5px; }
.gallery-list-eb .gallery-img { overflow: hidden; /* max-height: 332px;  border:1px solid #ddd; */ border-radius:0px; text-align:center; }
.gallery-list-eb img { width:auto; display:inline-block; }
.gallery-list-eb .gallery-list-title {  border-top: 0; margin-bottom:30px;}
.gallery-list-eb .gallery-list-sub { padding:12px 10px 6px 10px; text-align: center; font:bold 14px/20px Dotum; display: block;  text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; color:#111; }

.gallery-list-eb .gallery-list-sub .pull-left .checkbox i { margin-top:5px; }
.gallery-list-eb .gallery-list-icon i { margin-left: 5px; }
.gallery-list-eb .gallery-list-description { padding: 6px 10px; font-size: 12px; background: #f8f8f8; }
@media (max-width:768px){
.gallery-boxes > .gallery-boxes-in > div{text-align:center;}
.gallery-boxes > .gallery-boxes-in > div > a{ width:100%; display:inline-block;}
}
.zoomer:hover .overlay-zoom .zoom-icon { opacity:0.4; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); filter: alpha(opacity = 50); }
.overlay-zoom { z-index: 90; width: 100%; height: 100%; display: block; cursor: pointer; position: relative; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.overlay-zoom .zoom-icon { top:0; opacity: 0; z-index: 100; width: 100%; height: inherit; position: absolute; background-color: #000; background-position: 50%; filter: alpha(opacity = 0); -webkit-backface-visibility: hidden; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }
.overlay-zoom .zoom-icon i { color: #fff; text-align:center; font-weight:bold; font-size:30px; z-index:100; position:absolute; top:50%; left:50%; margin-top:-15px; margin-left:-15px; }
/* 게시판 쓰기 */
.board-write .tbl_wrap {  }
.board-write .tbl_frm01 textarea { width: 100%; height: 200px; border: 1px solid #ddd; background: #fafafa; line-height: 1.7; }
.board-write .input-group-btn .btn { cursor: inherit; }
#char_count_desc { display: block; margin: 0 0 5px; padding: 0; }
#char_count_wrap { margin: 5px 0 0; text-align: right; }
#char_count { font-weight: bold; }
#autosave_wrapper { position: relative; }
#autosave_pop { display: none; z-index: 10; position: absolute; top: 24px; right: 15px; padding: 8px; width: 320px; height: auto !important; height: 180px; max-height: 180px; border: 1px solid #565656; background: #fff; overflow-y: scroll; }
html.no-overflowscrolling #autosave_pop { height: auto; max-height: 10000px !important; } /* overflow 미지원 기기 대응 */
#autosave_pop strong { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#autosave_pop div { text-align: right; }
#autosave_pop button { margin: 0; padding: 0; border: 0; background: transparent; margin-left: 10px; }
#autosave_pop ul { margin: 10px 0; padding: 0; border-top: 1px solid #e9e9e9; list-style: none; }
#autosave_pop li { padding: 8px 5px; border-bottom: 1px solid #e9e9e9; zoom:1; }
#autosave_pop li:after { display: block; visibility: hidden; clear: both; content: ""; }
#autosave_pop a { display: block; float: left; }
#autosave_pop span { display: block; float: right; }
.autosave_close { cursor: pointer; }
.autosave_content { display: none; }
/* CK Editor Style */
.cke_chrome { border: 1px solid #ddd !important; box-shadow: none !important; }
.cke_top { background: #f8f8f8 !important; border-bottom: 1px solid #ddd !important; box-shadow: none !important; }
.cke_bottom { background: #f8f8f8 !important; border-top: 1px solid #ddd !important; box-shadow: none !important; }
.cke_toolgroup { border: 1px solid #aaa !important; border-bottom-color: #aaa !important; box-shadow: none !important; background: #fff !important; background-image: none !important; }
.cke_combo_button { border: 1px solid #aaa !important; border-bottom-color: #aaa !important; box-shadow: none !important; background: #fff !important; background-image: none !important; }
/* 게시판 읽기 */
.board-view { position:relative; margin-bottom: 20px; padding:10px 0 20px 0; }
.board-view-info { padding: 5px 10px; border: 1px solid #eee; color: #555; background: #fafafa; }
.board-view-info h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
.board-view-info small { display: inline-block; margin: 0 10px 0 5px; font-weight: normal; }
.board-view-info .view-photo img { -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important; width: 40px; height: 40px; }
.board-view-info .view-photo .fa-user { -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important; width: 40px; height: 40px; background: #fff; color: #aaa; line-height: 40px; font-size: 20px; text-align: center; }
.board-view-file {  }
.board-view-file h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
.board-view-file ul { margin-bottom: 0; }
.board-view-file li { width:180px; background:#fff; border:1px solid #2877d6; border-radius:100em; }
.board-view-file li:hover{ background:#2877d6; }
.board-view-file span { padding: 0 5px; color: #888; }
.board-view-file a { position:relative; }
.board-view-link { border-left:1px solid #eee; border-right:1px solid #eee; }
.board-view-link h2 { position:absolute; font-size:0; line-height:0; overflow:hidden; }
.board-view-link li { padding: 7px 10px; border-bottom: 1px solid #eee; background: #fff; font-size: 12px; }
.board-view-link a { word-wrap: break-word; }
.board-view-bot { zoom: 1; }
.board-view-bot:after { display: block; visibility: hidden; clear: both; content: ""; }
.board-view-bot h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
.board-view-bot ul { margin:0; padding:0; list-style:none; }
.view-top-btn { /* margin: 0 0 10px;  */padding: 10px 0; zoom: 1;  }
.view-top-btn.right_fixed{ position:absolute; top:-126px; right:5px; }
.view-top-btn:after { display: block; visibility: hidden; clear: both; content: ""; }
.view-top-btn h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
.view-top-btn .top-btn-left li { float: left; margin-right: 5px; }
.view-top-btn .top-btn-right li { float: left; margin-left: 5px; }
.board-view-atc { margin-top:45px; min-height: 300px; height: auto !important; }
.board-view-atc-title { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
.board-view-img { margin: 0; width: 100%; overflow: hidden; zoom: 1; }
.board-view-img:after { display: block; visibility: hidden; clear: both; content: ""; }
.board-view-img img { max-width: 100%; height: auto; }
.board-view-con { margin:60px 0 50px; width: 100%; line-height: 1.7; word-break: break-all; overflow: hidden; }
.board-view-con a { color: #000; text-decoration: underline; }
.board-view-con img { max-width: 100%; height: auto; }
.board-view-act { margin-bottom: 30px; text-align: center; }
.board-view-act .board-view-act-gng { position: relative; }
.board-view-act a { margin-right: 5px; vertical-align: middle; }
.board-view-act strong { color: crimson; }
.board-view-act-good, .board-view-act-nogood { display: none; position: absolute; top: 30px; left: 0; padding: 5px 0; width: 165px; background: #000; color: #fff; text-align: center; }
.board-view-sns { margin:0 0 20px; padding:0; list-style:none; zoom:1; }
.board-view-sns:after { display:block; visibility:hidden; clear:both; content:""; }
.board-view-sns li { float:left; margin:0 5px 0 0; }
/* 게시판 보기에서 이미지 자동조절 */
.board-view-con .photo-image, .board-view-con .photo-image { margin: 0px 10px; }
.board-view-con .photo-image img, .board-view-con .photo-image img { width: 100%; }
.board-view-con .photo-text, .board-view-con .photo-text { color: #777; font-size: 11px; line-height: 13pt; margin: 0; padding: 5px; border: 1px solid #ddd; border-top: 0; }
.board-view-con a { text-decoration: none; }
.blind { display: none; }
/* 게시판 댓글 */
.view-comment .fa-reply { -ms-transform: scale(-1, -1); /* IE 9 */ -webkit-transform: scale(-1, -1); /* Chrome, Safari, Opera */ transform: scale(-1, -1); }
.view-comment .view-comment-photo .fa-user { -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important; width: 50px; height: 50px; background: #eee; font-size: 32px; line-height: 50px; text-align: center; color: #aaa; }
.view-comment .view-comment-photo img { -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important; width: 50px; height: 50px; }
.view-comment .media-heading { padding-top: 3px; }
.view-comment .comment-name { font-weight: bold; }
.view-comment .comment-ip { font-size: 11px; }
.view-comment .comment-time { padding-left: 10px; background: #fff; }
.view-comment .bg-light p { margin-bottom: 0; }
.view-comment .bg-light.first-comment { border-left:1px solid #e33334; }
.view-comment .bg-light.bomb-comment { border-left:1px solid #ff9501; }
.view-comment .bg-light.lucky-comment { border-left:1px solid #87b822; }
.comment-area .view-comment-write-box { border: 1px solid #ddd; }
.comment-area .sky-form header { padding:8px 16px; }
.comment-area .sky-form footer { padding:10px 16px; }
.comment-area .sky-form button { margin: 0; }
/* 게시물 복사 이동 */
.copy-move { padding: 15px; }
.copy-move .sky-form { border: 0; }
.copy-move .copy-move-list label { margin-bottom: 0; }
.copy-move .copymove_current { color: #e33334; }
.copy-move .sky-form .checkbox i { top: 0; }
/*리스트에서 목록에서 무한스크롤 사용시 head_bs.html에 basic-bs가 날려지기 때문에 basic_bs.css 파일에 내용을 아래에 따로 불러옴. (앞에 .basic_bs 는 지운것임) 0622 */
/*Media*/
.media.media-v2 { overflow: visible; margin-top: 0; padding: 15px 0 10px 0; border-top: 1px solid #eee; }
.media.media-v2:first-child { border-top: none; }
.media.media-v2 .media.media-v2 { margin-top: 20px; padding-bottom: 0; }
.media.media-v2 img.media-object { width: 50px; height: 50px; margin-right: 10px; }
/*Media Body*/
.media.media-v2 .media-body { overflow: visible; }
.media.media-v2 .media-body p { color: #777; line-height: 1.4; }
/*Media Heading*/
.media.media-v2 .media-heading { margin: 0 0 5px; font-size: 13px; position: relative; }
.media.media-v2 .media-heading a, .media.media-v2 .media-heading a:hover { color: #555; }
.media.media-v2 .media-heading strong { padding-right: 5px; }
.media.media-v2 .media-heading small { top: 3px; right: 0; color: #999; font-size: 12px; position: absolute; }
/*Expand List*/
i.expand-list { color: #777; padding: 5px; min-width: 20px; font-size: 12px; text-align: center; display: inline-block; border: 1px solid #777; }
i.expand-list:hover { color: #999; border-color: #999; }

/*********************************************
올하우 추가
**********************************************/
.notify-balloon.slide{display:none;}
.board-write h4{display:none;}
.zoom-icon{display:none;}
.icon_reading{display:none;}/*열람중*/

/*list*/
.memo_2{ font:normal 13px/20px Malgun Gothic, Dotum; color:#333; margin:5px 0 0 0; white-space:normal; word-break:keep-all;  /* height:18px;  text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow:hidden;  */}
.price_2{ font:bold 24px/34px Malgun Gothic; color:#f03e4a; margin:5px 0; white-space:normal; }
.price_2.small{ font:normal 12px/14px Dotum; color:#666; margin:-9px 0 3px 0; letter-spacing:0; }
.overlay-zoom.gallery-img.small{ width:100%; padding:0 0 0 3%; }
.price_2:after{ content:"원"; font:bold 14px/18px Dotum;  }

.order_btn{ margin:0 auto; min-width:120px; display:block; font:bold 14px/34px Malgun gothic; color:#fff !important; background:#f03e4a; text-align:center; border-radius:5px; }
.order_btn:before{ display:inline-block; text-align:center; content:" "; font:normal 18px/18px 'FontAwesome',Arial; vertical-align:middle; padding:0 5px 0 0 }
.order_btn:hover{ color:#fff; background:#e7333f }
.order_btn.small{ display:inline-block; font:bold 12px/26px Malgun gothic;  border:solid 1px #bbb; color:#444 !important; background:linear-gradient(to top, #f4f4f4, #fff);  }
.order_btn.small:hover{  border:solid 1px #f03e4a; color:#fff !important; background:#f03e4a;  }

/*.board-list_wrap .gallery-list-title strong.title{ font:bold 12px/14px Dotum; color:#444  }
.board-list_wrap .gallery-list-sub .event1{ font:normal 11px/14px Dotum; color:#666; padding:0; letter-spacing:0;  }
.board-list_wrap .gallery-list-sub span b{ display:none }*/

/* 행사 상태 아이콘 */
.headline > p{ position:absolute; left:0; top:0; margin:0; }
.pro1{ display:inline-block; padding:3px 7px 5px 7px; min-width:43px; color:#fff; background:#f86c6c; font:normal 12px/14px Dotum; text-align:center; border-radius:10px; letter-spacing:-0.5px; }
.pro1.ready{ background:#fff; color:#555; border:solid 1px #ddd; font:600 15px/17px 'NanumGothic','Malgun Gothic',Sans-serif; }
.pro1.end{ background:#999; color:#fff; }
.pro1.ing{   }
.pro1.big{ display:inline-block; padding:5px 15px; border-radius:100em; }
.event_list .pro1{ border-radius:0; }

.order_btn{ margin:0 auto; min-width:120px; display:block; font:bold 14px/34px Malgun gothic; color:#fff !important; background:#f03e4a; text-align:center; border-radius:5px; }
.order_btn:before{ display:inline-block; text-align:center; content:" "; font:normal 18px/18px 'FontAwesome',Arial; vertical-align:middle; padding:0 5px 0 0 }
.order_btn:hover{ color:#fff; background:#e7333f }
.order_btn.small{ display:inline-block; font:bold 12px/26px Malgun gothic;  border:solid 1px #bbb; color:#444 !important; background:linear-gradient(to top, #f4f4f4, #fff);  }

.order_btn.small:hover{  border:solid 1px #f03e4a; color:#fff !important; background:#f03e4a;  }

.board-list_wrap{position:absolute; top:0; right:0; width:20%;}
.board-list_wrap .gallery-list-title strong.title{ font:bold 12px/14px Dotum; color:#444  }
.board-list_wrap .gallery-list-sub .event1{ font:normal 11px/14px Dotum; color:#666; padding:0; letter-spacing:0;  }
.board-list_wrap .gallery-list-sub span b{ display:none }
.board-list_wrap .order_btn{display:none;}
.board-list_wrap .gallery-list-eb .gallery-list-title{ margin:0 0 10px 0 }
.board-list_wrap .gallery-list-eb .gallery-list-sub p.titleField{font:normal 11px Dotum;}
.board-list_wrap .memo_2{display:none;}
.board-list_wrap .price_2{font:normal 12px Dotum; color:#666; margin:-5px 0 0 0;}
.board-list_wrap .checkbox{display:none;}
.board-list_wrap .board-footer{display:none;}
.board-list_wrap .gallery-boxes .gallery-boxes-in > div{padding:0 3px;}
.board-list_wrap .gallery-list-title a p:first-child{ text-overflow: ellipsis; white-space: nowrap; overflow:hidden;word-wrap: normal; }
.board-list_wrap .gallery-list-eb .gallery-list-sub{padding:3px 0;}
.board-list_wrap.fixed{ width:260px; position:fixed; left:50%; margin-left:365px;  }


.board-view_wrap{ float:left; width:73%; margin-right:1%; }
.board-view .headline h3 i{ margin:0 2px; font-size:22px; color:#ed3f10; vertical-align:0px; }

/* .board-view .view-top-btn{display:none;} */
.board-view .event1 strong{ font:bold 18px/26px verdana; letter-spacing:-1.0px; /* color:#f26033; */ }

/*************************
write페이지 ysy추가 170606
**************************/
.sky-form fieldset{ padding:0; }
.sky-form .row{ margin:0; }

/*임시 저장된 글*/
#btn_autosave{ display:none;}

/*단축키알람*/
.cke_sc .btn_cke_sc{ display:none; height:30px; }

/*파일선택*/
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea, .sky-form .radio i, .sky-form .checkbox i, .sky-form .toggle i, .sky-form .icon-append, .sky-form .icon-prepend{ border-color:#ddd; }
.sky-form .col-8{ padding:0; margin-top:20px; }
.sky-form .input-file .button{ min-width:140px; font:600 14px/32px 'NanumGothic','Malgun Gothic'; background:#555; text-align:center; }
.sky-form .input-file .button span{ font:600 14px/32px 'NanumGothic','Malgun Gothic'; color:#fff; }

.col-8-wrap > div:first-child .col-8 .input .button span{ font-size:0px; }
.col-8-wrap > div:first-child .col-8 .input .button span:before{ display:inline-block; content:'제품 이미지'; font:600 14px/32px 'NanumGothic','Malgun Gothic'; }

/*파일삭제*/
.sky-form .col-7{ padding:0; }
.col-7 .checkbox{ width:245px; font:normal 14px/32px 'Malgun Gothic','Malgun Gothic'; }
.col-7 .checkbox i{ margin-top:3px; }

/*필드*/
.input-group-btn .btn.btn-default.big{ min-width:130px; border-color:#ddd; }
.basic-bs .input-group-btn .btn{ font-family:'NanumGothic','Malgun Gothic'; }
.basic-bs .input-group-btn .btn-default:hover{ background-color:#f9f9f9; border-color:#ccc; }
.input-group .form-control{ border-color:#ddd; }

.sky-form .col-6{ width:100%; padding:4px 0; }
.sky-form .col-6 > p{ margin:5px 0 0 0; font:400 13px/20px 'NanumGothic','Malgun Gothic'; color:#2877d6; }

.sky-form .col-5{ width:50%; padding:4px 0; margin:0; }
.col-5-wrap > div:first-child{ padding-right:8px; }

/*제품 카테고리*/
.sky-form .col-4{ padding:0; }
.sky-form .col-4 select{ border-radius:0; border-color:#ddd; font-family:'Malgun Gothic'; }
.sky-form .col-4 select option{ padding:1px 5px; border-color:#ddd; border:none; }

/*************************
view페이지 ysy추가 170920
**************************/
.board-view header{ overflow:hidden; position:relative; padding-bottom:50px; border-bottom:2px dotted #ddd; }

/*제품이미지 미리보기*/
#bo_v_img{ float:left; width:43%; height:335px; text-align:center; background:url(img/no_image.jpg) no-repeat center; background-size:auto 100%; }
#bo_v_img a{ display:block; width:100%; height:100%; padding:15px; }
#bo_v_img a img{ width:auto; height:auto; max-width:100%; max-height:100%; }

/*서브 제목*/
.headline_wrap{ float:right; width:52%; }
.board-view header .headline{ margin:0 0 25px 0; }
.product_wrap .board-view .headline h3{ margin-bottom:15px; font:600 28px/38px 'NanumGothic','Malgun Gothic'; color:#193a8c; }

/*view 주요스펙*/
.event_info_wrap{ padding:15px 25px; background:url(/img/product_img_bg.jpg); border:1px solid #eee; border-width:1px 0; }
.event_info_wrap li{ position:relative; padding-left:12px; margin-top:4px; font:400 14px/22px 'NanumGothic','Malgun Gothic'; white-space:normal; color:#555; }
.event_info_wrap li:first-child{ margin-top:0; }
.event_info_wrap li:before{ position:absolute; left:0; top:8px; display:inline-block; margin-right:5px; width:6px; height:6px; content:''; background:url(/img/menu_before.png) no-repeat; background-size:100%; }
.event_info_wrap li b{ color:#444; }

/*카테고리*/
.headline > p{ position:absolute; left:0; top:0; margin:0; display:inline-block; padding:4px 25px 4px 40px; text-align:center; background:rgba(0, 0, 0, 0.7); }
.headline > p{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
.headline > p:before{ position:absolute; right:-36px; top:0; content:''; border-top:0px solid rgba(0,0,0,.7); border-left:36px solid rgba(0,0,0,.7); border-bottom:34px solid transparent; }
.headline > p:before{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
.headline > p a{ display:block; font:600 16px/26px 'NanumGothic','Malgun Gothic'; color:#fff; }
.headline > p a:hover{  }

.headline > p:hover{ background:#2877d6; }
.headline > p:hover:before{ border-top-color:#2877d6; border-left-color:#2877d6; }

/*첨부 파일*/
.board-view-file{}
.board-view-file .list-unstyled > li:first-child{ display:none; }
.board-view-file .list-unstyled > li .col-md-6{ padding:0; width:100%; float:none; }

.board-view-file a { position:relative; height:36px; display:block; color: #2877d6; font-size:0; }
.board-view-file 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; }
.board-view-file a:before{ position:absolute; left:0; top:0; width:100%; height:100%; padding-left:20px; content:'카탈로그 다운로드'; font:600 15px/36px 'NanumGothic','Malgun Gothic'; }
.board-view-file a:before{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
.board-view-file a:after{ position:absolute; right:0; top:0; width:100%; height:100%; padding-right:20px; content:''; font:normal 14px/36px 'FontAwesome'; text-align:right; }
.board-view-file a:after{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
.board-view-file a:hover{ color:#fff; }

/*대표이미지*/
/* #bo_v_img{ position:relative; float:left; width:40%; height:336px; border:1px solid #e4e4e4; background:#f4f4f4 url(img/no_image.jpg) no-repeat center; background-size:100%; }
#bo_v_img a{ display:block; width:100%; height:100%; background:url(/img/product_img_bg.jpg) no-repeat center; background-size:100%; text-align:center; }
#bo_v_img a:before{ position:absolute; right:0; bottom:0; display:inline-block; width:28px; height:28px; content:''; font:normal 14px/28px 'FontAwesome'; color:#fff; background:#bebebe; text-align:center; }
#bo_v_img:hover a:before{ background:#7e7e7e; }
#bo_v_img a img{ width:auto; max-width:100%; height:auto; max-height:100%; } */

/*아이콘*/
.color-red{ color:#ed3f10; }

/*버튼*/
.board-view .btn{ padding:7px 13px 8px; }

/*상세내역 탭메뉴*/
.board-view .product_tab_menu{ display:none; margin-top:40px; border-bottom:1px solid #00a1e9; }
.board-view .product_tab_menu p{ margin-bottom:-1px; display:inline-block; padding:7px 25px 6px; font:normal 16px/30px 'Malgun Gothic','Malgun Gothic'; border:1px solid #00a1e9; border-bottom-color:#fff; }

/*************************
list페이지 ysy추가 170920
**************************/
.product_wrap .board-list{ margin-top:-20px; }
.board-list .sky-form .row{ margin:0; }
.board-list .col-sm-3{  }

/*list페이지 제품소개 box*/
.board-list .col-sm-3{ /* overflow:hidden; */ padding:5px; margin:0 0 30px 2%; width:49%; border:1px solid #eee; background:#f3f3f3 url(/img/product_img_bg.jpg); cursor:pointer; }
.board-list .gallery-boxes-in.row > .col-sm-3:nth-child(2n+1){ margin-left:0; }

.gallery-boxes-in .col-sm-3:hover{ border-color:#ddd; }

.product_list_wrap{ position:relative; /* overflow:hidden; */ height:320px; background:#fff; }

/*체크박스*/
.col-sm-3 .pull-left{ z-index:99; position:absolute; right:10px; top:10px; float:none !important; }
.col-sm-3 .pull-left .checkbox{ padding-left:18px; }
.col-sm-3 .pull-left .checkbox i{  }

/*list페이지 제품이미지*/
.product_list_wrap .zoomer{ float:right; width:40%; padding:25px 20px; height:285px; margin-top:35px; }
.product_list_wrap .zoomer span{ }
.product_list_wrap .zoomer span img{ width:auto; max-width:100%; max-height:100%; }

/*list페이지 제품스펙*/
.product_list_wrap .gallery-list-title{ float:left; width:60%; margin:0; }

/*타이틀*/
.list_spec_wrap{ padding:48px 0 0 25px; text-align:left; }
.list_spec_wrap h1{ padding-bottom:20px; font:600 26px/28px 'NanumGothic','Malgun Gothic'; color:#222; border-bottom:2px dotted #ddd; }
.list_spec_wrap h1{ overflow:hidden; text-overflow:ellipsis; work-wrap:normal; white-space:nowrap; }
.list_spec_wrap h1{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }

.gallery-boxes-in .col-sm-3:hover .gallery-list-title .gallery-list-sub a .list_spec_wrap h1{ /* color:#ed3f10; */ color:#193a8c; }

/*용도*/
.use_wrap{ margin-top:18px; }
.use_wrap li{ position:relative; padding-left:12px; margin-bottom:2px; font:400 14px/24px 'NanumGothic','Malgun Gothic'; white-space:normal; }
.use_wrap li:before{ position:absolute; left:0; top:9px; display:inline-block; margin-right:5px; width:6px; height:6px; content:''; background:url(/img/menu_before.png) no-repeat; background-size:100%; }

/*카테고리*/
.board-list .ca_name_wrap{ /* z-index:99; */ position:absolute; left:-6px; top:-6px; margin:0; display:inline-block; padding:4px 25px 4px 40px; text-align:center; background:rgba(0, 0, 0, 0.7); }
.board-list .ca_name_wrap{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
.board-list .ca_name_wrap:before{ position:absolute; right:-36px; top:0; content:''; border-top:0px solid rgba(0,0,0,.7); border-left:36px solid rgba(0,0,0,.7); border-bottom:34px solid transparent; }
.board-list .ca_name_wrap:before{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
.board-list .ca_name_wrap a{ display:block; font:600 16px/26px 'NanumGothic','Malgun Gothic'; color:#fff; }
.board-list .ca_name_wrap a:hover{  }

.board-list .gallery-boxes-in .col-sm-3:hover .ca_name_wrap{ background:#2877d6; }
.board-list .gallery-boxes-in .col-sm-3:hover .ca_name_wrap:before{ border-top-color:#2877d6; border-left-color:#2877d6; }

@media (max-width:1700px){

/*list페이지*/
.product_list_wrap{ height:240px; }

.product_list_wrap .zoomer{ margin-top:33px; padding:15px 10px; height:200px; }

.board-list .ca_name_wrap{ padding:3px 15px 3px 30px; }
.board-list .ca_name_wrap:before{ right:-32px; border-left-width:32px; border-bottom-width:30px; }
.board-list .ca_name_wrap a{ font-size:14px; line-height:24px; }

.list_spec_wrap{ padding:33px 0 0 12px; }
.list_spec_wrap h1{ padding-bottom:15px; font-size:20px; line-height:22px; }
.use_wrap{ margin-top:13px; }
.use_wrap li{ padding-left:10px; font-size:13px; line-height:18px; }
.use_wrap li:before{ top:6px; width:5px; height:5px; }

}

@media (max-width:1200px){

/*목록 글쓰기 버튼*/
.view-top-btn.right_fixed{ padding:0 0 40px 0; position:relative; top:auto; right:auto; }

.product_wrap .board-list{ margin-top:0; }
}

@media (max-width:999px){

.board-view_wrap .view-top-btn{display:block;}

/*write페이지 제품 카테고리*/
.sky-form .col-4{ width:50%; }

/*view페이지*/
#bo_v_img{ float:none; width:100%; margin-top:50px; height:auto; min-height:150px; max-height:350px; }
.headline_wrap{ float:none; width:100%; margin-top:20px; }
.board-view header .headline{ margin-bottom:20px; }
.headline > p{ display:block; width:100%; padding-left:5px; padding-right:5px; }
.headline > p:before{ display:none; }
.headline > p a{ font-size:14px; line-height:24px; }

.product_wrap .board-view .headline h3{ margin-bottom:10px; font-size:24px; line-height:34px; }

.event_info_wrap{ padding:10px 15px; }
.event_info_wrap li:before{ top:6px; }

.board-view-file li{ width:170px; }
.board-view-file a{ height:30px; }
.board-view-file a:before{ line-height:30px; font-size:14px; }
.board-view-file a:after{ font-size:13px; line-height:30px; }

.board-view-con{ margin-top:40px; }

/*list페이지*/
.board-list .col-sm-3{ width:100%; margin-left:0; float:none; }

}

@media (max-width:600px) { 

.view-top-btn.right_fixed{ padding-bottom:20px; }
.content_height.basic-bs-main.col-md-9.left-main{ padding:20px 15px 30px; }
.board-view-con{ margin-bottom:10px; }
.board-view{ margin-bottom:0; }

/* write페이지 */
.sky-form .col-5{ width:100%; }
.col-5-wrap > div:first-child{ padding-right:0px; }

.input-group-btn .btn.btn-default.big{ min-width:110px; line-height:16px; font-size:13px; }

/*write페이지 제품 카테고리*/
.sky-form .col-4{ width:100%; }

/*view페이지 제품 스펙*/
/* #bo_v_img{ height:280px; } */
.view_btn_wrap a{ width:130px; padding:8px 15px; font-size:14px; height:35px; }
.board-view-file-wrap{ width:130px; height:35px; }
.board-view .headline_wrap h3{ font-size:22px; line-height:28px; }
.board-view-file-wrap:before{ padding:8px 15px; font-size:14px; }

.product_detail_view ul{ padding:12px 0 20px 0; }
.board-view .headline_wrap h3 span{ display:block; border:none; margin:5px 0 0 0; padding:0; text-align:left; color:#0076ab; }
.board-view .headline_wrap h3 br{ display:none; }
.board-view .headline_wrap h3 b{ padding:0; }

.view-top-btn .top-btn-right li:first-child{ margin-left:0; }

/*list페이지*/
.board-list .col-sm-3{ height:auto; border:none; background:none; }

.col-sm-3 .pull-left{ right:auto; left:5px; top:5px; }

.product_list_wrap{ height:auto; }
.product_list_wrap .zoomer{ margin:0; float:none; width:100%; height:auto; }
.product_list_wrap .zoomer span img{ max-height:260px; }

.board-list .ca_name_wrap{ position:relative; left:auto; top:auto; }
.board-list .ca_name_wrap:before{ display:none; }

.product_list_wrap .gallery-list-title{ float:none; width:100%; text-align:center; }
.use_wrap{ display:none; }

.list_spec_wrap{ padding:0; }
.list_spec_wrap h1{ font-size:22px; line-height:24px; text-align:center; border-bottom:none; }

.board-list .ca_name_wrap{ padding:5px 20px; background:#fff; border:1px solid #ddd; border-radius:100em; }
.board-list .ca_name_wrap a{ color:#444; font-size:13px; line-height:15px; }
.board-list .gallery-boxes-in .col-sm-3:hover .ca_name_wrap{ border-color:#2877d6; }
.board-list .gallery-boxes-in .col-sm-3:hover .ca_name_wrap a{ color:#fff; }

}