@charset "utf-8";

table p{ word-break:break-all; }

/*------------------------------------
    일반 게시판 : LIST
------------------------------------*/
/* list */
.bbslist_table_style{ width:100%; border-top:1px solid #9ea0a3; border-bottom:1px solid #ddd; text-align:center; }
.bbslist_table_style th, .bbslist_table_style td{ font-size:15px; line-height:22px; vertical-align:middle; }
.bbslist_table_style thead th{ padding:10px 0; height:48px; border-bottom:1px solid #ddd; background:#f6f6f6; color:#555; font-weight:500; }
.bbslist_table_style td{ padding:14px 10px; height:56px; border-top:1px solid #ddd; color:#777; font-size:15px; }
.bbslist_table_style tbody th{ color:#555; background:#fcfcfc; font-weight:400; border-bottom:1px solid #ddd; }
.bbslist_table_style tbody tr:first-child td{ border-top:none; }
.bbslist_table_style td.sbj{ color:#444; font-size:16px; }
.bbslist_table_style td.sbj span{ float:left; }
.bbslist_table_style td.sbj .in_td span{ float:none; }
.bbslist_table_style td.sbj .board_sbj span{ float:none; }
.bbslist_table_style td.sbj .board_cont span{ float:none; }
.bbslist_table_style td.sbj a{ display:inline-block; }
.bbslist_table_style td.sbj a img{ /* display:none; */ vertical-align:0; }
.bbslist_table_style td.sbj span img{ /* display:none; */ vertical-align:0; }
.bbslist_table_style td.sbj 

/* .bbslist_table_style td.sbj a img:first-child{ vertical-align:2px; }
.bbslist_table_style td.sbj span img:first-child{ vertical-align:2px; } */


.bbslist_table_style2 tbody th{ color:#333; }
.bbslist_table_style2 tbody th, .bbslist_table_style2 tbody td{ padding-left:45px; padding-right:45px; text-align:left; }

#bbslist .noticetr td a{ font-weight:500; }
#bbslist td.sbj:hover a{ color:#111; }
#bbslist .article_info{ display:none; }

.hide{ display:none; }

.nodata{ text-align:center; line-height:100px; color:#888; }

/* 검색 */
.bbsbtn_wrap{ position:relative; padding:40px 0 25px; }
.bbsbtn_wrap:after{ clear:both; display:block; content:''; }
.bbsbtn_wrap > li{ height:36px; }
.bbsbtn_wrap .category{ float:left; margin-right:5px; padding-left:5px; height:36px; }
.bbsbtn_wrap .searchform{ float:left; }
.searchform{ position:relative; display:inline-block; }
.searchform:after{ display:block; content:''; clear:both; }
.searchform input{ float:left; line-height:34px; }
.searchform #search_text{ padding:0 12px; height:36px; border:1px solid #ddd; color:#333; }
.searchform .btn_sch{ margin-left:-1px; border-radius:0 4px 4px 0; }
.searchform .bbs_btn, .searchform .btn_sch{ height:36px !important; line-height:36px !important; }
.searchform .bbs_btn.hide{ display:none; }


.view_bbslist .bbsbtn_wrap{ padding-top:20px; }
.view_bbslist .top_bbsbtn_wrap{ padding-top:0; }
.view_bbslist.tip .bbsbtn_wrap{ padding-bottom:24px; }
.view_bbslist .goods_list_top{ margin-top:15px; height:auto; }
.view_bbslist .goods_list_top ul li:after{ display:block; content:''; clear:both; }
.view_bbslist .goods_list_top .sort_item a{ line-height:32px; }
.view_bbslist.tip .bbsbtn_wrap .boad_btn_wrap{ bottom:39px; }
.view_bbslist .searchform #search_text{ height:32px; line-height:30px; }
.view_bbslist .searchform .bbs_btn, .view_bbslist .searchform .btn_sch{ height:32px !important; line-height:32px !important; }
.view_bbslist .bbsbtn_wrap .category{ height:32px; line-height:32px; }

.view_bbslist .bbslist_table_style th, .bbslist_table_style td{ font-size:14px; }
.view_bbslist .bbslist_table_style td.sbj{ font-size:15px; }
.bbslist_table_style td span.blue{ color:#043b74; }

.pic_img_icon{ margin-left:5px; }
.pic_img_icon > img{ margin-top:6px; }

/* 수업활용팁 뷰단 이미지 */
.tip_view_img_wrap{ margin-top:20px; }
.tip_view_img_wrap ul{ display:inline-block; }
.tip_view_img_wrap ul:after{ display:block; content:''; clear:both; }
.tip_view_img_wrap ul li{ float:left; width:23.575%; margin-left:1.9%; margin-top:20px; border:1px solid #eee; }
.tip_view_img_wrap ul li:nth-child(4n+1){ margin-left:0; }

.tip_view_list_wrap{ margin-bottom:40px; }
.tip_view_list{ overflow:hidden; border-bottom:1px solid #ddd; text-align:left; }
.tip_view_list li:first-child{ float:left; width:70%; overflow:hidden; padding:15px 20px; }
.tip_view_list li:first-child .tip_view_list_img{ float:left; width:100px; margin-right:20px; }
.tip_view_list li:first-child .tip_view_list_img img{ width:auto; max-width:100%; }
.tip_view_list li:first-child .tip_view_list_subject{ float:left; }
.tip_view_list li:last-child{ float:right; padding:15px 20px; font-size:14px; color:#555; }

.tip_view_help_hit_wrap{ margin:40px auto; }
.tip_view_help_hit_wrap > p{ margin-bottom:15px; }

/* 버튼 */
.btn_chg{ display:inline-block; padding:0 16px; height:36px; min-width:65px; margin:0 4px; border:1px solid #ddd; background:#fff; color:#555; border-radius:4px; font-size:14px; line-height:34px; font-weight:400; letter-spacing:-0.5px; cursor:pointer; text-align:center; }
.btn_chg{ -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_chg:hover{ /* color:#fff; background:#13439a; border-color:#13439a; */ }

.boad_btn_wrap{ text-align:right; }
.boad_write_btn{ }

a.btn_gray{ display:inline-block; padding:0 16px; height:36px; min-width:65px; margin:0 4px; border:1px solid #ddd; background:#fff; color:#555; border-radius:4px; font-size:14px; line-height:34px; font-weight:400; letter-spacing:-0.5px; cursor:pointer; text-align:center; }
a.btn_gray{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
a.btn_gray:hover{  }

button.btn_move{}
button.btn_move{ display:inline-block; padding:0 16px; height:36px; min-width:65px; margin:0 4px; border:1px solid #ddd; background:#fff; color:#555; border-radius:4px; font-size:14px; line-height:34px; font-weight:400; letter-spacing:-0.5px; cursor:pointer; text-align:center; }
button.btn_move{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
button.btn_move:hover{  }

.shop_name_wrap button.btn_move{ padding:0; height:auto; }
.shop_name_wrap button.btn_move:hover{ border-color:#ccc; }

.bbs_btn{ display:inline-block; padding:0 16px; height:36px; min-width:65px; margin:0 4px; border:1px solid #ddd; background:#fff; color:#555; border-radius:4px; font-size:14px; line-height:34px; font-weight:400; letter-spacing:-0.5px; cursor:pointer; text-align:center; }
.bbs_btn{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
.bbs_btn:hover{ color:#fff; background:#8c8d91; border-color:#8c8d91; }
.bbs_btn.orange{ background:#13439a !important; border-color:#13439a !important; color:#fff !important; }
.bbs_btn.orange:hover{ background:#001b51; border-color:#001b51; }
.bbs_btn.black{ background:#242424; border-color:#242424; color:#fff; }
.bbs_btn.black:hover{ background:#111; border-color:#111; }
.bbs_btn.blue{ background:#043b74; border-color:#043b74; color:#fff; }
.bbs_btn.blue:hover{ background:#043364; border-color:#043364; }
.bbs_btn.big{ width:100%; max-width:250px; height:62px; font-size:20px; line-height:60px; }
.bbs_btn.middle{ width:180px; height:52px; font-size:16px; line-height:50px; }
.bbs_btn.small{ width:auto; min-width:auto; height:32px; padding:0 10px; font-size:13px; line-height:30px; }
.bbs_btn.line{  }
.bbs_btn.line:hover{ border-color:#13439a; color:#13439a; background:#fff; }

.bbs_btn.bg_red{ background:#e14337; border-color:#e14337; color:#fff; }
.order_catalog_list_table .bbs_btn{ margin:2px 0; }
.order_catalog_list_table .bbs_btn.small{ height:28px; line-height:26px; padding:0 5px; background:#fcfcfc; }
.order_catalog_list_table .bbs_btn.small:hover{ background:#13439a; border-color:#13439a; }
.order_catalog_list_table .bbs_btn.bg_red{ background:#e14337; }
.order_catalog_list_table .bbs_btn.bg_red:hover{ background:#d0392d; color:#fff; border-color:#d0392d; }
.order_catalog_smallbtn{ overflow:hidden; display:inline-block; text-align:center; }
.order_catalog_smallbtn a{ position:relative; float:left; margin-left:4px }
.order_catalog_smallbtn a:first-child{ margin-left:0; }
/* .order_catalog_smallbtn a:before{ position:absolute; left:-2px; top:0; content:'l'; font-size:11px; color:#ddd; } */
.order_catalog_smallbtn a span{ display:block; font-size:13px !important; }
.order_catalog_list_table .bbs_btn.blue{ background:#13439a; }
.order_catalog_list_table .bbs_btn.blue:hover{ background:#043364; border-color:#043364; }
.order_catalog_list_table .bbs_btn.orange{ background:#13439a; }
.order_catalog_list_table .bbs_btn.orange:hover{ background:#001b51; border-color:#001b51; }
.order_catalog_list_table .color_red{ font-size:13px; letter-spacing:-1px; }

.bbsbtn_wrap .boad_btn_wrap{ z-index:2; position:absolute; right:-3px; top:40px; }
/* #bbslist .bbsbtn_wrap .boad_btn_wrap{ top:0; } */
.view_bbslist .bbsbtn_wrap .boad_btn_wrap{ top:20px !important; }
.bbsbtn_wrap .boad_btn_wrap .bbs_btn{ float:left; }

.btn_margin .bbs_btn{ margin:2px 0; }
.mypage_wrap .bbs_btn{ padding:0 6px; letter-spacing:-0.5px; }

#bbswrite .btn_wrap{ margin-top:30px; }
#bbswrite .btn_wrap button{ display:inline-block; padding:0 16px; height:36px; min-width:65px; margin:0 4px; border:1px solid #ddd; background:#fff; color:#555; border-radius:4px; font-size:14px; line-height:34px; font-weight:400; letter-spacing:-0.5px; cursor:pointer; text-align:center; }
#bbswrite .btn_wrap button{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
#bbswrite .btn_wrap button:hover{ color:#fff; background:#13439a; border-color:#13439a; }


.bbslist_table_style  .promotiondate  {padding:10px 10px;}
.bbslist_table_style  .promotiondate .datetitle {color:#b79663;}
.bbslist_table_style  .promotiondate .date {font-size:11px; color:#666;}

.board_privacy{ width:100%; margin-bottom:20px; height:100px; padding-top:10px; padding-bottom:10px; }

#bbswrite .tx-list .tx-image a{ background-position:0 6px !important; }
#bbswrite .tx-switchtoggle a, #bbswrite .tx-switchtoggle-hovered a{ background-position:0 -84px !important; }
#bbswrite .tx-toolbar .tx-bar-right .tx-fullscreen{ display:none !important; }
#bbswrite .tx-canvas .charcount{ right:20px !important; bottom:15px !important; background:rgba(255,255,255,0.5); }
#bbswrite .tx-canvas .placeholder p{color:#b3b3b3 !important; word-break:keep-all;}



/*------------------------------------
    갤러리 리스트
------------------------------------*/
.goods_tip_wrap .search-area{ margin-top:-37px; }
.goods_tip_bbsbtn_wrap{ position:relative; height:62px; padding:10px 7px; margin:0 !important; border-top:1px solid #ddd; }
.goods_tip_bbsbtn_wrap:after{ position:relative; display:block; content:''; clear:both; }
.goods_tip_bbsbtn_wrap li{ float:right; }
.goods_tip_bbsbtn_wrap .goods_tip_select_title{ float:left; }
.goods_tip_bbsbtn_wrap .goods_tip_select_title:after{ position:relative; display:block; content:''; clear:both; }
.goods_tip_bbsbtn_wrap .goods_tip_select_title:nth-of-type(1){ margin-right:15px; }
.goods_tip_bbsbtn_wrap .goods_tip_select_title strong{ float:left; margin-right:10px; padding:0 11px; font-size:17px; color:#141414; font-weight:500; line-height:40px; text-align:center; }
.goods_tip_bbsbtn_wrap .goods_tip_select_title select{ float:left; width:150px; line-height:40px; height:40px; }

.goods_tip_bbsbtn_wrap .searchform #search_text{ width:300px; height:40px; line-height:40px; margin-right:8px; border-radius:4px; }
.goods_tip_bbsbtn_wrap .bbs_btn{ height:40px !important; line-height:40px !important; margin-right:6px; border-radius:4px; }

.goods_tip_list_top_wrap{ position:relative; }
.goods_tip_list_top_wrap .goods_list_top{ border-top-color:#eee; border-bottom-color:#ddd; }
.goods_tip_list_top_wrap > ul{ z-index:2; position:absolute; right:9px; top:10px; }
.goods_tip_list_top_wrap > ul:after{ position:relative; content:''; clear:both; }
.goods_tip_list_top_wrap > ul li{ float:left; }
.goods_tip_list_top_wrap > ul li .bbs_btn{ line-height:40px; height:40px; }

.gallerylist_block{ margin-top:10px; }
.gallerylist_block ul{ position:relative; }
.gallerylist_block ul:after{ display:block; content:''; clear:both; }
.gallerylist_block ul li{ float:left; width:23.575%; margin:40px 0 0 1.9%; }
.gallerylist_block ul li:first-child{ margin-left:0; }
.gallerylist_block ul li.datalist:hover{ background:none; }
.gallerylist_block ul li.nodata{ float:none; width:100%; text-align:center; }

.gallerylist_warp{}

.gallery_list_img_wrap{ overflow:hidden; position:relative; border-radius:4px; }
.gallery_list_img_wrap .img_wrap{ overflow:hidden; border:1px solid #eee; }
.gallery_list_img_wrap .img_wrap img{ transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; -o-transition:all 0.2s ease; }
.gallerylist_warp:hover .gallery_list_img_wrap .img_wrap img{ transform:scale(1.1); }
.gallery_list_title{ z-index:2; position:absolute; left:0; top:0; width:100%; height:100%; content:''; background:rgba(0,0,0,0.5); }
.gallery_list_title{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
.gallerylist_warp:hover .gallery_list_title{ background:rgba(0,0,0,0.7); }
.gallery_list_title span.boad_view_btn{ z-index:3; position:absolute; left:0; top:50%; width:100%; display:block; padding:0 40px; word-break:keep-all; color:rgba(255,255,255,0.9); text-shadow:0 1px 3px rgba(0,0,0,0.1); text-align:center; }
.gallery_list_title span.boad_view_btn{ font-size:24px; line-height:34px; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); font-weight:700; }
.gallery_list_title span.boad_view_btn{ -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_list_title span.boad_view_txt{ z-index:3; position:absolute; left:0; top:50%; width:100%; display:block; padding:0 40px; word-break:keep-all; color:rgba(255,255,255,0.9); text-shadow:0 1px 3px rgba(0,0,0,0.1); text-align:center; }
.gallery_list_title span.boad_view_txt{ font-size:24px; line-height:34px; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); font-weight:700; }
.gallery_list_title span.boad_view_txt{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
.gallerylist_warp:hover span.boad_view_btn{ color:#fff; }

.gallery_list_contents{ padding:15px 0.5% 0; font-size:15px; color:#555; }
.gallery_list_spec{ overflow:hidden; }
.gallery_list_spec span{ float:left; padding-right:20px; }
.goods_tip_tag_wrap{ overflow:hidden; margin-top:5px; }
.goods_tip_tag_wrap span{ float:left; padding-right:5px; color:#13439a; }



/*------------------------------------
    게시판 : 로그인 해 주세요.
------------------------------------*/
#guidebox{ padding-top:75px; }
#guidebox .sub_title{ margin-bottom:40px; }





#bbslist .cat{ float:left; margin-right:7px; color:#13439a; }


/*------------------------------------
    일반 게시판 : VIEW
------------------------------------*/
.bbsview_table_style{ width:100%; }
.bbsview_table_style img{ width:auto; max-width:100%; }
.headline{ position:relative; }
.headline:after{ display:block; content:''; clear:both; }
.headline h3{ float:left; position:relative; width:80%; padding:0 0.5%; font-size:24px; line-height:46px; color:#242424; word-break:keep-all; }
.headline h3 > img{ display:none; }
.board-view-info{ overflow:hidden; margin-top:20px; padding:15px 20px; border:1px solid #eee; border-top:2px solid #222; background:#fafafa; }
.board-view-info li{ float:right; margin-left:25px; font-size:14px; line-height:24px; color:#777; }
.board-view-info li:first-child{ float:left; margin-left:0; }
.board-view-info li > i{ margin-right:3px; }
.board-view-info li > b{ font-weight:500; line-height:24px; }

#bbsview .viewbox .content{ padding:20px 0.5% 20px; min-height:100px; }
#bbsview .viewbox .content .scorebox{ text-align:center; padding:20px 0 20px 0; }
#bbsview .viewbox .content .snsbox{ text-align:right; }
#bbsview .viewbox .content .snsbox img{ cursor:pointer; }

#bbsview .bbsbtn_wrap3{ overflow:hidden; margin-top:40px; }
#bbsview .bbsbtn_wrap3 li{ float:left; }
#bbsview .bbsbtn_wrap3 li.right{ float:right; }

/* 에디터 작성 내용 내에서 설정한 속성값을 유지 */
#bbsview .content strong { font-weight: revert;}
#bbsview .content b { font-weight: revert;}
/*#bbsview .content { font-family: "맑은고딕";}*/

/* 이전글, 다음글 */
.prenextlist_table{ width:100%; border-top:1px solid #ddd; }
.prenextlist_table th, .prenextlist_table td{ padding:12px 10px; font-size:14px; border-bottom:1px solid #ddd; color:#555; }
.prenextlist_table tr:first-child th, .prenextlist_table tr:first-child td{ min-width:90px; border-bottom-style:dotted; }
.prenextlist_table td strong{ display:block; padding:5px 10px; background:#f4f4f4; border:1px solid #eee; border-radius:100px; text-align:center; font-size:13px; }

.prenextlist_table span.sbj{ display:inline-block; cursor:pointer; font-size:15px; }
.prenextlist_table span.sbj.gray{ cursor:auto; color:#777; }
.prenextlist_table .sbj_wrap img{ display:none; }
.prenextlist_table i{ margin-right:3px; font-size:13px; color:#666; }

/* 공유 버튼 */
.sns_box_wrap{ position:relative; }
.headline .sns_box_wrap{ float:right; width:20%; padding:0 0.5% 0 0; text-align:right; }
.sns_box_wrap h5{ display:inline-block; width:46px; height:46px; border-radius:100px; background:#fafafa url(/data/skin/default_gl/img/share_icon.png) no-repeat center; background-size:25px; font-size:0; cursor:pointer; }
.sns_box_wrap h5{ /* -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; */ }
.sns_box{ display:none; overflow:hidden; position:absolute; right:0.5%; top:0; min-width:140px; padding:7px; margin-right:46px; background:#f1f1f1; border-radius:100px 0 0 100px; }
.sns_box{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
.sns_box li{ float:left !important; margin:0 5px; }
.sns_box li a{ display:block; width:32px; height:32px; border-radius:100px; opacity:0.8; }
.sns_box li a:hover{ opacity:1; }
.sns_box li a img{ width:auto; max-width:100%; }

.sns_box_wrap:hover{  }
.sns_box_wrap:hover h5{ background:#f1f1f1 url(/data/skin/default_gl/img/share_icon.png) no-repeat center; background-size:25px; border-radius:0 100px 100px 0; /* box-shadow:0 0 5px rgba(0,0,0,0.1); */ }
.sns_box_wrap:hover .sns_box{ display:block; }
.kakao-link-btn img{width:32px; height:32px; }

/* 첨부파일 */
.attach{ }
.attach ul{  }
.attach li{ padding:15px 20px; font-size:13px; color:#777; border:1px solid #eee; border-width:0 1px 1px 1px; }
.attach li .bbs_btn{ padding:0 10px; line-height:24px; }
.attach li span{ display:inline-block; cursor:pointer; -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
.attach li span i{ margin-right:3px; font-size:12px; }
.attach li span:hover{ color:#555; }
.attach li .size{ font-size:12px; color:#999; }
.attach li .size:hover{ color:#777; }
.attach li .down{ font-size:12px; color:#777; }

.bbsview_review_top{ position:relative; padding-top:10px;  }
.bbsview_review_top:after{ clear:both; content:''; display:block; }
.bbsview_review_top li{ position:relative; float:right; text-align:right; }
.bbsview_review_top li.left{ float:left; padding-top:6px; }
.bbsview_review_top .han{ display:inline-block; padding:0 15px; margin-right:5px; color:#fff; border-radius:100px; background:#141414; line-height:22px; font-size:12px; }
.bbsview_review_top li.left img{ margin-top:5px; }
.bbsview_review_top li .sns_box_block2{ position:absolute; right:7px; top:-5px; }
.bbsview_review_top li .sns_box_wrap{ position:relative; }
.bbsview_review_top li .sns_box{ right:0; }

#bbswrite{ position:relative; }

.submit_write_layer_wrap{ z-index:2; position:absolute; left:50%; top:50%; margin-left:-165px; }
.submit_write_layer{ width:330px; margin:0 auto; padding:25px 40px 30px; text-align:center; border:1px solid #eee; border-radius:10px; box-shadow:0 0 10px rgba(0,0,0,0.2); background:#fff; }
.submit_write_layer > div{ margin:10px auto; }
.submit_write_layer > div.bbs_btn{ cursor:auto; }
.submit_write_layer > div u{ color:#555; }
.submit_write_layer h2{ margin:20px auto 30px; letter-spacing:-0.3px; }
.submit_write_layer .middle{ width:100%; }



/*------------------------------------
    일반 게시판 : VIEW : 댓글
------------------------------------*/
#comment_container{ margin-top:60px; }

.comment_title{ position:relative; padding:0 0.5%; text-align:left; }
#commentlayshow{ display:block; font-size:20px; color:#141414; font-weight:700; }
.comment_title img{ display:none; }
#commentlayshow #comment_num{ font-weight:500; font-size:17px; vertical-align:2px; color:#555; }

#cwrite form{ position:relative; }

.secret_btn{ position:absolute; right:0.5%; top:-46px; z-index:1; }
.secret_btn label{ margin-left:10px; line-height:36px; }
.secret_btn label input{ vertical-align:0; }

#cwrite{ margin-top:12px; /* padding:20px 28px; border:1px solid #ddd; background:#fcfcfc; */ }
#cwrite > p{ padding:15px 20px; border:1px solid #ddd; background:#fcfcfc; }
input.required{ /* display:none; */ }
#cmtcontent{ width:100%; min-height:170px; margin-bottom:30px; padding:15px 20px; border:1px solid #ddd; font-size:15px; line-height:22px; background:#fff; }

#cmtlistlay{ position:relative; margin-top:60px; font-size:15px; color:#242424; word-break:keep-all; }
#cmtlistlay .box th{  }
#cmtlistlay .box th strong{ display:block; margin-bottom:5px; font-weight:500; font-size:18px; }
#cmtlistlay .box td{ padding:0 0.5%; height:36px; }
#cmtlistlay .box .comment td{ color:#777; }
#cmtlistlay .box .comment td span{ display:inline-block; margin-right:10px; font-weight:300; }
#cmtlistlay .box .comment td span.blue{ line-height:36px; }
#cmtlistlay .box td.cmtcell img{ vertical-align:0px; }
#cmtlistlay .box td.cell{ border-top:1px dashed #ddd; }
#cmtlistlay .box td.its-td{ padding:0; }
#cmtlistlay .box td.its-td input{ height:36px; margin-right:5px; padding:0 15px; border:1px solid #ddd; }
#cmtlistlay .box td.its-td a{ display:inline-block; }
#cmtlistlay .box td.its-td label input{ vertical-align:middle; }
#cmtlistlay .box td.its-td textarea{ width:99%; margin-top:8px; min-height:100px; padding:10px 15px; border:1px solid #ddd; font-size:14px; line-height:22px; background:#fff; }

#cmtlistlay .box .comment_Indent td{ padding-left:30px; }

.reply_img{ margin-right:7px; vertical-align:2px; }
.cmtcell{ border-top:1px solid #ddd; }


/* 장바구니 이용안내 */
.popupVideo{ position:relative; max-width:1024px; margin:0 auto; }
.video-popup{ opacity:0; }
.video-popup.reveal{ opacity:1; }

.gallerylist {border-top:1px solid #666; border-bottom:1px solid #aaa; padding:5px 0;}


/* write */
.bbswrite_table_style {width:100%; border-collapse:separate; border-top:1px solid #666; border-bottom:1px solid #ddd; border-right:0;}
.bbswrite_table_style > tbody > tr > th { height:56px; border-top:1px solid #ddd; background:none; padding:10px 15px; text-align:left; font-weight:500; color:#333; }
.bbswrite_table_style > tbody > tr > td {border-top:1px solid #ddd; border-left:1px solid #eee; padding:10px 15px; text-align:left; font-size:14px; color:#555; }
.bbswrite_table_style > tbody > tr:first-child > th, .bbswrite_table_style > tbody > tr:first-child > td {border-top:0;}
.bbswrite_table_style > tbody > tr > td.contents {border-left:0; padding:0 0 15px; border:none; }
.bbswrite_table_style > tbody > tr > td .spam {margin-top:0;}
.bbswrite_table_style > tbody > tr > td label{  }
.bbswrite_table_style td select{ min-width:242px; }
.bbswrite_table_style select{ font-size:14px; }
.write_product_select span{ color:#777; display:inline-block; font-size:13px; }
.view_star_block label{ display:inline-block; vertical-align:11px; }

.bbswrite_table_style #displayGoods .goods{ margin-top:10px; }

/* 상품선택 */
.write_select_goods_block{ width:100%; }
.write_select_goods_block .write_select_goods_wrap{ }
.write_select_goods_block .write_select_goods_wrap .select_goods{ vertical-align:middle; width:100px; }
.write_select_goods_block .write_select_goods_wrap:after{ display:block; content:''; clear:both; }
.write_select_goods_block .write_select_goods_wrap .bbs_btn{ margin:0; width:100%; padding:0; }
.write_select_goods_block .write_select_goods_wrap .board_displayGoods_wrap{ vertical-align:middle; }
.write_select_goods_block .write_select_goods_wrap .board_displayGoods_wrap .goods{ float:none !important; margin-top:10px !important; }
.write_select_goods_block .write_select_goods_wrap .board_displayGoods_wrap .image{ margin-left:0; height:100px; margin-right:18px; }
.write_select_goods_block .write_select_goods_wrap .board_displayGoods_wrap .image img{ height:100%; }
.write_select_goods_block .write_select_goods_wrap .board_displayGoods_wrap .name{ margin-top:23px; max-width:680px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align:left; }
.write_select_goods_block .write_select_goods_wrap .board_displayGoods_wrap .price{ text-align:left; /* text-overflow:ellipsis; max-width:430px; overflow:hidden; white-space:nowrap; */ }

.view_radio_wrap > input{ float:left; }
.view_radio_wrap > label{ float:left; margin-right:8px; }

/* promotion */
.promotion_table_style {border-top:0px solid #dddddd; border-bottom:1px solid #dddddd; font-size:11px; color:#444;}
.promotion_table_style thead th {height:26px; background:url('../../images/design/tbl_th_bg.gif') repeat-x; border-left:0px solid #dddddd; border-bottom:1px solid #dddddd; font-weight:normal;}
.promotion_table_style thead th:first-child {border-left:0px;}
.promotion_table_style tbody td.cell {height:24px; padding-top:20px; padding-bottom:20px; border-top:1px solid #dddddd; border-left:0px solid #dddddd;}
.promotion_table_style tbody td.cell:first-child {border-left:0px;}
.promotion_table_style tbody tr td.cell:first-child {border-left:0px;}
.promotion_table_style tbody tr:first-child td.cell {border-top:16px;}
.promotion_table_style  .sbj {text-align:left;padding-left:10px;letter-spacing:0px;font-weight:bold;}
.promotion_table_style  .sbj .imgpos {margin-bottom:-1px;}
.promotion_table_style  .sbj a {color:#666666;text-decoration:none;line-height:150%;}
.promotion_table_style  .sbj a:hover {text-decoration:underline;}
.promotion_table_style  .sbj .new {color:#ff0000;}
.promotion_table_style  .sbj .comment {font:normal 11px ''; color:#FC6138;}
.promotion_table_style  .promotiondate  {padding:10px 10px;}
.promotion_table_style  .promotiondate .datetitle {color:#b79663;}
.promotion_table_style  .promotiondate .date {font-size:11px;color:#666666;}
.promotion_table_style  .content {font-size:11px;color:#666666;text-decoration:none;padding:20px 0px 0px 10px;line-height:160%;}

/* bulkorder */
.writerequired {display:inline-block; width:7px; height:6px; background:url('../images/common/icon_check_join.gif') no-repeat; vertical-align:middle;}

/* list */
#bbslist {margin:auto; padding:0 0 30px 0;}
#bbslist .article_info a {position:relative; top:3px; left:3px;}
#bbslist table caption {display:none;}
#bbslist thead .side1 {border-left:#d2d2d2 solid 1px;}
#bbslist thead .side2 {border-right:#d2d2d2 solid 1px;}
#bbslist tbody .datalist {padding:7px;}
#bbslist tbody .datalist.on{ background:#fcfcfc; }
#bbslist .now {color:#ff0000; font-size:11px;}
#bbslist .sbj {text-align:left; letter-spacing:0px; overflow:hidden;}
#bbslist .sbj .imgpos {margin-bottom:-1px;}

#bbslist .sbj .cont {margin-top:10px; border-top:1px solid #ddd; padding:20px 0 10px 0; width:102%; text-align:left; line-height:160%;}
#bbslist .sbj .new {color:#ff0000;}
#bbslist .sbj .comment { float:none !important; display:inline-block; font-size:14px; vertical-align:2px; color:#FC6138;}
#bbslist .sbj .comment > img{ display:none; }
#bbslist .sbj1 {text-align:left; padding:5px 0 3px 10px; line-height:150%;}
#bbslist .name {/*color:#222222; font-size:12px; color:#888; */}
#bbslist .name a {color:#333;}
#bbslist .hit {/*font-size:11px; color:#515190; */}
#bbslist .bbsbtn_wrap2{ margin-top:30px; }

/* @list */

.faq_list_contents{}
.faq_list_contents td{ background:#f9f9f9; color:#444; text-align:left; }
.faq_list_contents td ul{ padding-right:30px; }
.faq_list_contents td ul li{ position:relative; padding-left:20px; word-break:keep-all; }
.faq_list_contents td ul li:before{ position:absolute; left:0; top:0; display:inline-block; content:'A.'; font-weight:500; color:#830008; line-height:25px; }

/* view */
#bbsview {margin:auto; padding:0 0 0 0;}
#bbsview .viewbox {}
#bbsview .viewbox .icon {position:absolute; width:50px; height:50px; margin:10px 0 0 0; background:url('../../../../../_var/simbol/0.gif') center center no-repeat;}
#bbsview .viewbox .subject {height:26px; line-height:26px; padding-left:10px; background:#fafafa; background:url('../../../images/design/tbl_th_bg.gif') repeat-x; border-top:2px solid #545454; border-bottom:1px solid #000; font-weight:normal;}
#bbsview .viewbox .subject h1 {margin:0px; padding:0px; font-size:12px; font-weight:600;}
#bbsview .viewbox .info {padding:10px 0 10px 3px; color:#c0c0c0;}
#bbsview .viewbox .info .xleft {float:left;}
#bbsview .viewbox .info .xright {float:right;}
#bbsview .viewbox .info .xright ul {padding:0; margin:0;}
#bbsview .viewbox .info .xright li {list-style-type:none; float:left;}
#bbsview .viewbox .info .xright .g {padding:0 10px 0 0;}
#bbsview .viewbox .info .xright .g img {position:relative; top:3px; right:3px;}
#bbsview .viewbox .info .xright .g a {font-size:11px; color:#666;}
#bbsview .viewbox .info .xright .g a:hover {text-decoration:underline;}
#bbsview .viewbox .info .xright div {position:absolute; display:none;}
#bbsview .viewbox .info .xright div ul {position:relative; top:17px; width:79px; border:#dfdfdf solid 1px; background:#ffffff; padding:1px;}
#bbsview .viewbox .info .xright div li {float:none; display:block; padding:3px 0 3px 3px; color:#333; font-size:11px; cursor:pointer;}
#bbsview .viewbox .info .xright div li:hover {background:#ECF0F6;}
#bbsview .viewbox .info .split {padding:0 5px 0 5px; color:#dfdfdf; font-size:10px;}
#bbsview .viewbox .info .han {font-size:11px;}
#bbsview .viewbox .info .num {font-size:11px;}
#bbsview .bottom {padding:10px 0 0 0; text-align:right;}
#bbsview .scorelay {margin:15px 0;}
#bbsview p{ word-break:break-all; }
/* @view */
#bbsview p{ font-weight:400; }

/* 파일첨부 */
.tx-attach-div{ margin:0 !important; }
.tx-attach-box{ margin:0 !important; padding:0 !important; }
.tx-attach-box .tx-attach-preview{ padding:0 !important; }
.tx-attach-box .tx-attach-preview img{ max-width:100% !important; max-height:100% !important; }

/* 게시판 이미지 이미지 리스트 */
.view_img_block{ margin-top:30px; text-align:center; }
.view_img_wrap{ overflow:hidden; display:inline-block; }
.view_img_wrap li{ float:left; width:256px; margin:5px; background:#fff; border:1px solid #eee; }
.view_img_wrap li:nth-child(5n+1){ clear:both; }
.view_img_wrap li img{ width:auto; max-width:100% !important; }

/* write */
.info-table-style {border-collapse:collapse; border-top:1px solid #aaa; border-right:1px solid #dadada;}
.info-table-style .its-th {border-left:1px solid #dadada; border-bottom:1px solid #dadada; padding:8px 0px 8px 28px; text-align:left; background-color:#f1f1f1; font-weight:normal;}
.info-table-style .its-td {border-left:1px solid #dadada; border-bottom:1px solid #dadada; padding:5px 0 5px 15px; line-height:180%; letter-spacing:0px;}
.info-table-style .its-th-align {border-left:1px solid #dadada; border-bottom:1px solid #dadada; padding:8px 0px 8px 0; background-color:#f1f1f1; font-weight:normal;}
.info-table-style .its-td-align {border-left:1px solid #dadada; border-bottom:1px solid #dadada; padding:5px 0 5px 0; line-height:180%; letter-spacing:0px;}
.info-table-style textarea {background-color:#f0f0f0;}
.info-table-style textarea.input-box-default-text {color:#a5a5a5 !important}
#bbswrite .simplelist-table-style {border-collapse:collapse;}
#bbswrite .simplelist-table-style th {background:url('../images/common/th_bg_popup.gif') repeat-x; height:24px; line-height:24px; border:1px solid #c8c8c8; color:#666; font-weight:normal;}
#bbswrite .simplelist-table-style td {padding:5px 0; border-bottom:1px solid #d7d7d7; color:#666}
#bbslist .bbsbtn_wrap{ margin-top:30px; }
/* @write */

#captcha_code_refresh{ display:inline-block; padding:0 16px; height:36px; min-width:65px; margin:0 4px; border:1px solid #ddd; background:#fff; text-decoration:none; color:#555; border-radius:4px; font-size:14px; line-height:34px; font-weight:400; letter-spacing:-0.5px; cursor:pointer; text-align:center; }
#captcha_code_refresh{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
#captcha_code_refresh:hover{ color:#fff; background:#13439a; border-color:#13439a; }

/* view */
#boardview {margin:auto; padding:0 0 30px 0;}
#boardview {padding:20px 0 20px 0; line-height:160%;}
#boardview .attach {padding:10px 0 0 0; line-height:120%;}
#boardview .attach ul {padding:0; margin:0;}
#boardview .attach li {list-style-type:none; padding:0 0 0 15px;}
#boardview .attach li a {font-size:11px; color:#666;}
#boardview .attach li a:hover {text-decoration:underline;}
#boardview .attach li .size {font-size:11px; color:#999;}
#boardview .attach li .down {font-size:11px; color:#333;}
#boardview .scorebox {text-align:center; padding:20px 0 20px 0;}
#boardview .snsbox {padding:50px 0 0 0; text-align:right;}
#boardview .snsbox img {cursor:pointer;}
#boardview .bottom {padding:10px 0 0 0; text-align:right;}
#boardview .comment {margin-top:50px; padding:0 0 10px 0; color:#c0c0c0;}
#boardview .comment a {font-weight:600; color:#3EA9CD;}
#boardview .comment .icon1 {position:relative; top:3px;}
#boardview .han {font-weight:600;}
/* @view */
#ui-datepicker-div { z-index: 9999999; display:none; }

/* write */
.wrbox {padding:25px 0 0 0;}
.mdbox {padding:0;}

.board_write_txt{ margin-top:30px; }
.pdb10 b{ color:#13439a; }

.board_displayGoods_wrap{}
.board_displayGoods_wrap .goods{ overflow:hidden; float:none; text-align:left; }
.board_displayGoods_wrap .goods .image{ float:left; margin:0 4px; }
.board_displayGoods_wrap .goods .board_write_Thumb{ float:left; padding-left:10px; }


/* #bbswrite .after{ overflow:hidden; }
#bbswrite .after span{ padding-bottom:15px; display:inline-block; width:15%; } */
#bbswrite .after input{ vertical-align:-1px; }
#bbswrite .after label{ margin-right:10px; }

.secret_check{ float:right; margin-top:7px; }
.secret_check input{ vertical-align:-2px; }
#bbswrite .btn_wrap3{ margin-top:40px; }
/* @write */

/* view */
.tip_accordion{display: none;}

/*문광조대리*/
.view_bbslist .bbslist_table_style .tip_accordionshow td{ padding:25px 30px; background:#fcfcfc; }
.tip_accordionshow .content img{max-width:480px;}

#tip_view_help_hit, #tip_view_not_help_hit{ border:none; padding:0; display:inline-block; margin:0 4px; background:none; }
#tip_view_help_hit span, #tip_view_not_help_hit span{ display:block; padding:0 15px; font-size:14px; color:#13439a; line-height:34px; height:34px; border:1px solid #13439a; border-radius:4px; background:#fff; }
#tip_view_help_hit span img, #tip_view_not_help_hit span img{ width:18px; vertical-align:-4px; }

.searchform_order { float:right; }
.searchform_order .hplink_ordermode{}
.hplink_ordermode:hover{ }
.BoardPwCk {border:#dfdfdf solid 0px; width:350px; padding:0px 10px 0px 10px; margin:0 auto;}
.BoardPwCk .msg {}
.BoardPwCk .msg h3 {margin:0; padding:0 0 9px 0; font-size:14px; font-weight:600; border-bottom:#dfdfdf dashed 1px;}
.BoardPwCk .msg h3 img {position:relative; top:3px;}
.BoardPwCk .msg div {padding:20px 0 0 0; color:#999;}
.BoardPwCk .ibox {padding:30px 0 10px 22px;}
.BoardPwCk .input {width:150px;}
.datalist:hover{ background: #f6f6f6; cursor:pointer;}
.goodsviewbox {position:relative; border-top: #efefef 0px solid; min-height:51px; padding-left:70px;}
.goodsviewbox:after{content:'';display:block;clear:both;}
.goodsviewbox .pic {position:absolute;top:0;left:0; width:51px; vertical-align: top; /* border:1px solid #eee; */ height: 51px; overflow: hidden; }
.goodsviewbox .pic img { width:auto; max-width:100%; height:auto; max-height:100%; }
.goodsviewbox .view_txt_bx{ width:100%; }
.goodsviewbox .info {line-height:140%; /* float: left; */}
.goodsviewbox .info .name {padding-bottom: 3px; padding-left: 0px; padding-right: 0px; color: #3c5899; font-weight:500; padding-top: 0px;}
.goodsviewbox .info .cont {font-size:11px; color: #6d6d6d; word-wrap:break-word;}
.goodsviewbox .info .board_sbj,
.goodsviewbox .info .board_cont{ /* text-overflow:ellipsis; overflow:hidden; white-space:nowrap; */}
.goodsviewbox .info .board_sbj, .board_sbj {margin-bottom:3px;}
.goodsviewbox .info .board_sbj a, .board_sbj a {color: #333;}
.goodsviewbox .info .board_cont, .board_cont {color: #6d6d6d; word-wrap:break-word;}
.no_file_img .board_cont{ min-height:auto; }
.goodsviewbox .info .board_cont:hover, .board_cont:hover {text-decoration:underline;}
.goodsviewbox .info .board_sbj img, .board_sbj img {/* margin-bottom:3px; */}

.subinfo_t{display:table;table-layout:fixed;width:100%;font-size:14px; line-height:15px; color:#6d6d6d; }
.subinfo_t{ overflow:hidden; margin-top:3px; }
.subinfo_t .in_td{ position:relative; float:left; margin-left:7px; padding-left:13px; } 
.subinfo_t .in_td:before{ position:absolute; left:0; top:-1px; display:inline-block; content:'/'; color:#ccc; font-size:13px; }
.subinfo_t .in_td:first-child{ margin-left:0; padding-left:0; }
.subinfo_t .in_td:first-child:before{ display:none; }
.subinfo_t .in_td > div{ display:block;/* text-overflow:ellipsis; overflow:hidden; white-space:nowrap; */}
.subinfo_t .in_td > div span{ display:inline-block; line-height:15px; }


.content .reply{ padding-top:30px; }
.content .reply .sbj_writer{ }
.content .reply .sbj_writer > img{ margin-right:3px; vertical-align:-2px; }
.content .reply .sbj_writer .blue{ display:inline-block; margin-left:5px; }
.content .reply .sbj { margin: 15px 0px 0px; padding:16px 0 14px; color:#043b74; border-top: #dfdfdf 1px solid; font-size:15px; font-weight:500; }

.bbsview_table_style .reply{ margin:0 20px 20px; }
.bbsview_table_style .reply .sbj_writer{ }
.bbsview_table_style .reply .sbj_writer > img{ margin-right:3px; vertical-align:-2px; }
.bbsview_table_style .reply .sbj_writer .blue{ display:inline-block; margin-left:5px; }
.bbsview_table_style .reply .sbj { margin: 15px 0px 0px; padding:16px 0 14px; color:#043b74; border-top: #dfdfdf 1px solid; font-size:15px; font-weight:500; }


#layout_config_body .content .reply .sbj{ text-align:center !important; }
#cmtlist {margin:auto;}
div.table_wrapper { overflow-x: auto; }

@media(max-width:1200px){

.mypage_wrap .bbs_btn{ padding:0 5px; }
.bbs_btn.small{ padding:0 8px; }
}

@media(max-width:1280px){

.bbs_btn.small24{ padding:0; font-size:12px; letter-spacing:-1px; }
}