:root {
	--search_title_zone : left;
	--search_select_width : 20%;
	--search_input_width : 67%;
	--search_btn_width : 10%;
	--input_height: 36px;
	--context_height : 4.125em;
	--context_box_bordertop : 1px solid #ddd;
	--context_box_borderbottom : 1px solid #ddd;
	--content_li_bordertop : 1px solid #e7e7e7;
	--content_box_hover : #f0f8ff;
	--img_box : 1px solid #ddd;
	--title_color : #000;
	--bbs_h1_fontsize : 2em;
	--bbs_h1_lineheight : 3em;
	--bbs_h2_fontsize : 1.5em;
	--bbs_h2_lineheight : 2.25em;
	--bbs_h3_fontsize : 1.17em;
	--bbs_h3_lineheight : 1.755em;
	--bbs_h4_fontsize : 1em;
	--bbs_h4_lineheight : 1.5em;
	--bbs_h5_fontsize : .83em;
	--bbs_h5_lineheight : 1.245em;
	--bbs_h6_fontsize : .67em;
	--bbs_h6_lineheight : 1.005em;
	--content_color : #767676;
	--content_fontsize:14px;
	--content2_color: #666;
	--total_msg_color:#767676;
	--total_count: #767676;
	--bootstrap_1em: 14px;
    --content2_subtitle: 12px;
	--content2_icon: 22px;
	--paging_icon: 30px;
}
@media all and (min-width:320px) and (max-width:767px) {
	:root {
		--search_title_zone : left;
		--search_select_width : 30%;
		--search_input_width : 50%;
		--search_btn_width : 17%;
		--input_height: 36px;
		--context_height : 4.125em;
		--context_box_bordertop : 1px solid #ddd;
		--context_box_borderbottom : 1px solid #ddd;
		--content_li_bordertop : 1px solid #e7e7e7;
		--content_box_hover : #f0f8ff;
		--img_box : 1px solid #ddd;
		--title_color : #000;
		--bbs_h1_fontsize : 2em;
		--bbs_h1_lineheight : 3em;
		--bbs_h2_fontsize : 1.5em;
		--bbs_h2_lineheight : 2.25em;
		--bbs_h3_fontsize : 1.17em;
		--bbs_h3_lineheight : 1.755em;
		--bbs_h4_fontsize : 1em;
		--bbs_h4_lineheight : 1.5em;
		--bbs_h5_fontsize : .83em;
		--bbs_h5_lineheight : 1.245em;
		--bbs_h6_fontsize : .67em;
		--bbs_h6_lineheight : 1.005em;
		--content_color : #767676;
		--content_fontsize:14px;
		--content2_color: #666;
		--total_msg_color:#767676;
		--total_count: #767676;
		--bootstrap_1em: 14px;
	    --content2_subtitle: 12px;
		--content2_icon: 22px;
		--paging_icon: 30px;
	}
}

/* ---------------------------------------------------------
	layout : 테블렛 ( CSS3 @media query )
--------------------------------------------------------- */
@media all and (min-width:768px) and (max-width:1024px) {
	:root {
		--search_title_zone : left;
		--search_select_width : 25%;
		--search_input_width : 55%;
		--search_btn_width : 17%;
		--input_height: 36px;
		--context_height : 4.125em;
		--context_box_bordertop : 1px solid #ddd;
		--context_box_borderbottom : 1px solid #ddd;
		--content_li_bordertop : 1px solid #e7e7e7;
		--content_box_hover : #f0f8ff;
		--img_box : 1px solid #ddd;
		--title_color : #000;
		--bbs_h1_fontsize : 2em;
		--bbs_h1_lineheight : 3em;
		--bbs_h2_fontsize : 1.5em;
		--bbs_h2_lineheight : 2.25em;
		--bbs_h3_fontsize : 1.17em;
		--bbs_h3_lineheight : 1.755em;
		--bbs_h4_fontsize : 1em;
		--bbs_h4_lineheight : 1.5em;
		--bbs_h5_fontsize : .83em;
		--bbs_h5_lineheight : 1.245em;
		--bbs_h6_fontsize : .67em;
		--bbs_h6_lineheight : 1.005em;
		--content_color : #767676;
		--content_fontsize:14px;
		--content2_color: #666;
		--total_msg_color:#767676;
		--total_count: #767676;
		--bootstrap_1em: 14px;
	    --content2_subtitle: 12px;
		--content2_icon: 22px;
		--paging_icon: 30px;
	}
}

/* ---------------------------------------------------------
	layout : 데스크탑 ( CSS3 @media query )
--------------------------------------------------------- */
@media all and (min-width:1025px) {
	:root {
		--search_title_zone : left;
		--search_select_width : 20%;
		--search_input_width : 67%;
		--search_btn_width : 10%;
		--input_height: 36px;
		--context_height : 4.125em;
		--context_box_bordertop : 1px solid #ddd;
		--context_box_borderbottom : 1px solid #ddd;
		--content_li_bordertop : 1px solid #e7e7e7;
		--content_box_hover : #f0f8ff;
		--img_box : 1px solid #ddd;
		--title_color : #000;
		--bbs_h1_fontsize : 2em;
		--bbs_h1_lineheight : 3em;
		--bbs_h2_fontsize : 1.5em;
		--bbs_h2_lineheight : 2.25em;
		--bbs_h3_fontsize : 1.17em;
		--bbs_h3_lineheight : 1.755em;
		--bbs_h4_fontsize : 1em;
		--bbs_h4_lineheight : 1.5em;
		--bbs_h5_fontsize : .83em;
		--bbs_h5_lineheight : 1.245em;
		--bbs_h6_fontsize : .67em;
		--bbs_h6_lineheight : 1.005em;
		--content_color : #767676;
		--content_fontsize:14px;
		--content2_color: #666;
		--total_msg_color:#767676;
		--total_count: #767676;
		--bootstrap_1em: 14px;
	    --content2_subtitle: 12px;
		--content2_icon: 22px;
		--paging_icon: 30px;
	}
}


#bbs_content { margin:0 auto; padding:0px;  min-height: 300px; overflow-x: hidden; }

#bbs_content input[type='text'], #bbs_content input[type='password'], #bbs_content input[type='file'], #bbs_content input[type='email'], #bbs_content input[type='number'], #bbs_content input[type='search'], #bbs_content input[type='tel'], #bbs_content input[type='url'], #bbs_content textarea, [action] #bbs_content textarea { -webkit-border-radius: 0; -webkit-appearance: none; padding: 0 .525em; border: 1px solid #dadada; background-color: #ffffff; font-size:14px; }
input[readonly] { background-color: #f3f3f8; opacity: 1; }
input .placeholder { padding: 0 8px; color: #bbb; }
html input[type='button'], input[type='submit'], input[type='reset'], button, button[class*='button'], button[type='submit'], button[type='reset'], .button, a[class*='button'] { -webkit-border-radius: 0; -webkit-appearance: none; padding: .5em .75em; border: 1px solid #dadada; background-color: #eee; color: #333; line-height: 1.375; white-space: nowrap; }

/* 상세뷰1 20180214 (글제목.정보1.첨부바로보기.내용.SNS공유.답변글.소셜댓글) */
.bbs1view1 { clear:both;position:relative;  }
.bbs1view1 .write_info { border-top:1px dotted #ccc; }
.bbs1view1 .comment_finish { color:#f50; }

.bbs1view1 h1, .bbs1view1 a h1 { font-size:var(--bbs_h1_fontsize); }
.bbs1view1 h2, .bbs1view1 a h2 { font-size:var(--bbs_h2_fontsize); }
.bbs1view1 h3, .bbs1view1 a h3 { font-size:var(--bbs_h3_fontsize); }
.bbs1view1 h4, .bbs1view1 a h4 { font-size:var(--bbs_h4_fontsize); }
.bbs1view1 h5, .bbs1view1 a h5 { font-size:var(--bbs_h5_fontsize); }
.bbs1view1 h6, .bbs1view1 a h6 { font-size:var(--bbs_h6_fontsize); }

.bbs1view1:before { content:'';display:block;position:relative; height:5px; border:0; background:url(/bbs/images/sub/b.000000.opacity.20.pattern4slash1.png); overflow:hidden; }
.bbs1view1 #bbs_title { margin:0;padding:.75em 0;color:#333;font-weight:600;font-size:17px;line-height:1.375; }
.bbs1view1 .info1 { margin:0 0 -1px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#fff;overflow:hidden; }
.bbs1view1 .info1 .dl1 {list-style:none;margin:0 0 0 -.625em;padding:.375em 0;color:#666;font-size:13px;overflow:hidden; }
.bbs1view1 .info1 .dt1 {float:left;font-weight: bold;width:0;margin:0;padding:.25em 0 .25em 1px; background:url(/bbs/images/sub/sep1s.png) no-repeat 0 50%; overflow:hidden;text-indent:-9999px; }
.bbs1view1 .info1 .dt1.show { width:auto;font-weight: bold;margin-right:-.3125em;padding-left:.625em;text-indent:0; }
.bbs1view1 .info1 .dt1 .dt1_span { font-weight:100; }
.bbs1view1 .info1 .dd1 {float:left;font-weight: none;margin:0;padding:.25em .625em; }


/* 첨부 */
.bbs1view1 .attach1 { font-size:.923em; }
.bbs1view1 .attach1 ul { list-style: none; margin: 0 0 20px 0; padding: .10em 0; overflow: hidden; border-bottom:1px solid #ddd; }
.bbs1view1 .attach1 li { margin: 0; padding: 3px 0px 3px 0; white-space: nowrap; overflow: hidden; }
.bbs1view1 .attach1 li .filename { float:left;width:100%;height:25px;line-height:25px;color:#666;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden; font-size:13px; text-decoration:none; }
.bbs1view1 .attach1 li .b1 { float:right;position:relative;min-width:46px;height:23px;margin:0 -95px 0 0;padding:0 5px 0 30px;border:1px solid  #757575;background:#757575;color:#fff;line-height:21px;font-size:14px; }
.bbs1view1 .attach1 li .b1 .ic1 { float:left;position:absolute;left:0;top:50%;width:20px;height:20px;margin:-10px 0 0 9px;background:url(/bbs/images/sub/ic1s.png) no-repeat;overflow:hidden;text-indent:-9999px; }
.bbs1view1 .attach1 li .b1:hover,
.bbs1view1 .attach1 li .b1:focus { background:#000;text-decoration:none; }
.bbs1view1 .attach1 li .b1.quickview .ic1 { background-position:-50px 0; }
.bbs1view1 .attach1 li .b1.download .ic1 { background-position:-100px 0; }


.bbs1view1.reply1>.h1:first-child { padding-left:0;padding-right:0;background:#fff; }
.bbs1view1.reply1>.h1:first-child .ib1 { display:inline-block; width:var(--bootstrap_1em);height:var(--bootstrap_1em); margin:0 0 0 .1875em; overflow:hidden;letter-spacing:-9999px; vertical-align:top; }
.bbs1view1.reply1>.h1:first-child .ib1 .ic1 { float:left;width:100%;height:100%;background:url(/bbs/images/sub/reply1s.png) no-repeat right bottom; }


/* ========== Photo View1 ========== */
.bbs1view1 .substance { margin-top:10px; }

.photoview1 { margin:0 auto var(--bootstrap_1em); }
.photoview1 * { list-style:none;margin:0;padding:0;border:0; }
.photoview1 .figure { z-index:0;position:relative;margin:0 auto var(--bootstrap_1em);overflow:hidden; width: calc(100% - 2px);  border:1px solid #f2f2f2;}
.photoview1 .figure .p1 { background:#f7f8f9;overflow:hidden;}
.photoview1 .figure .p1>img { display:block; width:auto;height:auto; min-width:0; max-width:100%; max-height:924px; /* =:=(999-16)*0.94*1 */ margin:0 auto; }
.photoview1 .figcaption { display:block; z-index:0; position:relative; /*padding:.75em;*/ background:#eff2f4; color:#567; font-size:var(--bootstrap_1em); line-height:1.375; }

.photoview1 .mControl { display:block; }
.photoview1 .mControl .b { display:block; z-index:0; position:absolute;top:0;bottom:0; width:25px; height:100%; background:url(/bbs/images/sub/b.ffffff.opacity.50.png);color:#000; font-family:Arial,sans-serif; font-size:60px; opacity:.2; transition:.2s; }

.photoview1 .mControl .b.prev { left:0;opacity:0.8; cursor:pointer;}
.photoview1 .mControl .b.next { right:0;opacity:0.8; cursor:pointer; }
.photoview1 .mControl .b:hover,
.photoview1 .mControl .b:focus { background:#f7fbfb; opacity:0.2;padding:0;margin:0; }
.photoview1 .mControl .b.prev:hover, .photoview1 .mControl .b.prev:focus  { color:#000; right:0;opacity:0.8; cursor:pointer; }
.photoview1 .mControl .b.next:hover, .photoview1 .mControl .b.next:focus  { color:#000; right:0;opacity:0.8; cursor:pointer; }
.photoview1 .mControl > button:focus { outline: 0px dotted; outline: 0px auto -webkit-focus-ring-color; }

/* Photo View1 Thumbnail */
.photoview1 .mNum ul { margin:0 -8px 0 0;overflow:hidden; }
.photoview1 .mNum li { float:left; width:16.666%; }
.photoview1 .mNum li>a { display:block;position:relative; margin:0 8px 8px 0; padding-bottom:56.25%; border:3px solid #eee; text-decoration:none; transition:.2s; }
.photoview1 .mNum li>a .f1 { display:block; z-index:0; position:absolute;left:0;right:0;top:0;bottom:0; margin:-2px; background:#f7f8f9 url(/bbs/images/sub/noimage.png) no-repeat center center;background-size:contain; text-align:center; overflow:hidden; }
.photoview1 .mNum li>a .f1>img { display:block;position:absolute;left:0;right:0;top:0;bottom:0; width:100%; height:auto; min-height:100%; vertical-align:top; }
.photoview1 .mNum li.on>a[href] { border-color:#ea0;overflow:hidden; }
.photoview1 .mNum li>a[href]:focus { border-color:#ea0;overflow:hidden; }
.photoview1 .mNum li>a[href]:hover { border-color:#c126ff;overflow:hidden; }
.photoview1 .mNum li>a .f1>img:hover { transform:scale(1.3); transition: 400ms ease-out; -webkit-appearance: none;  }

[class*="photoview1"] .mNum .even-4>li { width:25%; }
[class*="photoview1"] .mNum .even-5>li { width:20%; }
[class*="photoview1"] .mNum .even-6>li { width:16.666%; }
.photoview1 .mNum { margin-bottom:2em;padding-bottom:2px;border-bottom:1px solid #eee; }

#bbs1content { font-size:var(--bootstrap_1em); min-height:200px; margin-top:20px; }
#bbs1content > h1, #bbs1content > h1 > span { font-size:var(--bbs_h1_fontsize); line-height:var(--bbs_h1_lineheight); font-weight:bold; margin-top: 0.67em; margin-bottom: 0.67em; }
#bbs1content > h2, #bbs1content > h2 > span { font-size:var(--bbs_h2_fontsize); line-height:var(--bbs_h2_lineheight); font-weight:bold; margin-top: 0.83em; margin-bottom: 0.83em; }
#bbs1content > h3, #bbs1content > h3 > span { font-size:var(--bbs_h3_fontsize); line-height:var(--bbs_h3_lineheight); font-weight:bold; margin-top: 1em; margin-bottom: 1em; }
#bbs1content h4, #bbs1content > h4, #bbs1content > h4 > span { font-size:var(--bbs_h4_fontsize); line-height:var(--bbs_h4_lineheight); font-weight:bold; margin-top: 1.33em; margin-bottom: 1.33em; }


#bbs1content > h5, #bbs1content > h5 > span { font-size:var(--bbs_h5_fontsize); line-height:var(--bbs_h5_lineheight); font-weight:bold; margin-top: 1.67em; margin-bottom: 1.67em; }
#bbs1content > h6, #bbs1content > h6 > span { font-size:var(--bbs_h6_fontsize); line-height:var(--bbs_h6_lineheight); font-weight:bold; margin-top: 2.33em; margin-bottom: 2.33em;}
#bbs1content > span, #bbs1content > div { font-size:14px; line-height:1.5; }


#bbs1content > p { margin:0; }
#bbs1content img, #bbs1content form, #bbs1content fieldset, #bbs1content object, #bbs1content embed, #bbs1content video {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}

#bbs1content .spacezone { min-height:30px; }

#fontprint_zone { display: inline-block; width: 100%;}
#fontprint { border:1px solid #e4e0e0;padding:4px 6px 2px 6px;margin-bottom:5px;background:#f2f2f2;border-radius:5px; }
#fontprint dd { float:left;padding:0 2px; }
#fontprint li { float:left; list-style:none;}
#fontprint { position:relative;margin-top:5px;top:0px;right:3px; float:right;  }
#fontprint .zoom_in i, #fontprint .zoom_return i, #fontprint .zoom_out i, #fontprint .print_btn i { color:#176f2f; }
#fontprint .zoom_in i:hover, #fontprint .zoom_return i:hover, #fontprint .zoom_out i:hover, #fontprint .print_btn i:hover { color:#ea4d00; }

.js__p_delete_start { color:#fff; }

/* ========== BBS Prev/Next Button  ========== */
.bbs_btn_zone { z-index: 10; clear: both; position: relative; margin: 2em 0 2em 0;  }
.bbs_btn_zone:before,
.bbs_btn_zone:after { content:'';display:table;clear:both; }
.bbs_btn_zone .left { text-align:center; margin:var(--bootstrap_1em) 0;} /*float:left;*/
.bbs_btn_zone .right { float:right;text-align:right; margin:var(--bootstrap_1em) 0;}
.bbs_btn_zone a i {  font-size:22px; color: #176f2f; }

.bbs_btn_zonetop { z-index: 10; clear: both; position: relative; margin: 0;  }
.bbs_btn_zonetop:before,
.bbs_btn_zonetop:after { content:'';display:table;clear:both; }
.bbs_btn_zonetop .left { float:left;text-align:left; margin:0;}
.bbs_btn_zonetop .right { float:right;text-align:right; margin:0;}
.bbs_btn_zonetop a i {  font-size:22px; }

a#prev_btn_bbs { color: #176f2f; border: 1px solid #176f2f; padding: 12px 8px 6px 2px; border-radius: 2px; text-decoration: none; font-size: var(--bootstrap_1em); height:36px; }
a#next_btn_bbs { color: #176f2f; border: 1px solid #176f2f; padding: 12px 5px 6px 5px; border-radius: 2px; text-decoration: none; font-size: var(--bootstrap_1em); height:36px; font-weight: 400;}
a#next_btn_bbs:hover i, a#next_btn_bbs:hover i { color:#fff; }
a#prev_btn_bbs .prev_title { vertical-align: top; padding:5px 5px 5px 5px; font-weight: 400; margin-top: -7px; display: inline-block; }
a#next_btn_bbs .next_title { vertical-align: top; padding:5px 5px 5px 5px; font-weight: 400; margin-top: -7px; display: inline-block; }

a#prev_btn_bbs_none { color: #d7d5d7; border: 1px solid #d7d5d7; padding: 12px 8px 6px 2px; border-radius: 2px; text-decoration: none; font-size: var(--bootstrap_1em); cursor:default;}
a#next_btn_bbs_none { color: #d7d5d7; border: 1px solid #d7d5d7; padding: 12px 3px 6px 7px; border-radius: 2px; text-decoration: none; font-size: var(--bootstrap_1em); cursor:default;}
a#prev_btn_bbs:hover .prev_title, a#prev_btn_bbs:hover i { color:#fff; }
a#prev_btn_bbs_none i, a#next_btn_bbs_none i { color:#d7d5d7; }
a#prev_btn_bbs_none:hover i, a#next_btn_bbs_none:hover i { color:#fff; }
a#prev_btn_bbs_none .prev_title { vertical-align: top; padding:5px 5px 5px 5px; }
a#next_btn_bbs_none .next_title { vertical-align: top; padding:5px 5px 5px 5px; }

@media (max-width: 767px) {
	a#prev_btn_bbs .prev_title { display:none; }
	a#prev_btn_bbs_none .prev_title { display:none; }
	a#next_btn_bbs .next_title { display:none; }
	a#next_btn_bbs_none .next_title { display:none; }

	.table-responsive {
		width: 100%;
		margin-bottom: 0px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 0px solid #ddd;
	}
}
a#prev_btn_bbs:hover, a#next_btn_bbs:hover { background:#176f2f; color:#fff; border: 1px solid transparent; transition: .2s ease-out; -webkit-appearance: none; }
a#prev_btn_bbs_none:hover, a#next_btn_bbs_none:hover { background:#c1c1c1; color:#fff; border: 1px solid transparent; transition: .2s ease-out; -webkit-appearance: none; }

/* ========== BBS Button  ========== */
.bbs_button {  }
.bbs_button.write_btn { background:#363940; color: #fff; border: 1px solid #176f2f; padding: 8px 9px; font-size:var(--bootstrap_1em); text-decoration: none; border-radius: 2px; height:36px; }
.bbs_button.reply_btn { background:#363940; color: #fff; border: 1px solid #176f2f; padding: 8px 9px; font-size:var(--bootstrap_1em); text-decoration: none; border-radius: 2px; height:36px; }
.bbs_button.modify_btn { background:#363940; color: #fff; border: 1px solid #176f2f; padding: 8px 9px; font-size:var(--bootstrap_1em); text-decoration: none; border-radius: 2px; height:36px; }
.bbs_button.delete_btn { background:#363940;  color: #fff; border: 1px solid #176f2f; padding: 8px 9px; font-size:var(--bootstrap_1em); text-decoration: none; border-radius: 2px; height:36px; }
.bbs_button.list_btn {  background:#fff;  color: #777; border: 1px solid #999; padding: 9px; font-size:var(--bootstrap_1em); text-decoration: none; border-radius: 2px; height:36px; font-weight:400; }

.bbs_button.write_btn:hover,
.bbs_button.reply_btn:hover,
.bbs_button.modify_btn:hover,
.bbs_button.delete_btn:hover,
.bbs_button.list_btn:hover { background:#176f2f; color:#fff; border: 1px solid transparent; transition: .2s ease-out; -webkit-appearance: none; }

/* ========== Layer Etc  ========== */
.dPstyle { opacity : 0; display : none;  width : 300px;  border : 1px solid #fff; padding : 10px; background-color : #fff; border-radius:5px; }
.b-close_del { position : absolute; right : 5px; top : 2px; padding : 0px; display : inline-block; cursor : pointer; color:#176f2f; background:#fff; }
#bbs_delete_pw { margin-left: .5%;
    margin-right: .5%;
    border: 1px solid #ccc;
    padding: 0 10px;
	width:150px;
    border-radius: 2px; height:36px;}
#del_pw_zone .layer_content { height:auto; width:280px;font-size:13px;padding-top:30px;padding-bottom:20px;text-align:center;display:inline-block; }
#deletebtn {
    padding: 8px;
    font-size: var(--bootstrap_1em);
    text-decoration: none;
    border-radius: 2px;

	background:#fd0066;color:#fff;border:1px solid #fd0066;
}
#deletebtn:hover { background:#ff0000; cursor:pointer; border: 1px solid transparent; transition: .2s ease-out; -webkit-appearance: none; }

.embed-youtube {
	position: relative;
	width: 100%;
	height: 0;
	max-width:100%;
	padding-bottom: 56.25%;
}
.embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div.embed-youtube iframe html body .ytp-chrome-top .ytp-show-cards-title { display:none; }

.Pstyle {
   opacity : 0;
   display : none;
   position : relative;
   width : 300px;
   border : 2px solid #fff;
   padding : 10px;
   background-color : #fff;
   border-radius:5px;
}
.b-close {
   position : absolute;
   right : 5px;
   top : 5px;
   padding : 0px; /* padding : 5px; */
   display : inline-block;
   cursor : pointer;
   color:#176f2f;
   background:#fff;
}

#bbs_sec_pw {
    margin-left: .5%;
    margin-right: .5%;
    border: 1px solid #ccc;
    padding: 0 10px;
    width: 150px;
    border-radius: 2px;
    height: 36px;
}

#sec_btn {
    padding: 8px;
    font-size: var(--bootstrap_1em);
    text-decoration: none;
    border-radius: 2px;

	background:#fd0066;color:#fff;border:1px solid #fd0066;
}
#sec_btn:hover { background:#ff0000; cursor:pointer; border: 1px solid transparent; transition: .2s ease-out; -webkit-appearance: none; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}