@charset "utf-8";
/* 
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
기본 서비스폰트은 구글 본고딕 입니다 */

/***************************************************************

Author :Justin.J

IE6핵 : _ (언더바 핵)
IE7핵 : * (스타 핵)

IE8핵 전용
@media \0screen {
	#wrap{width:100%;}
}

***************************************************************/


/* Float bug */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix{
	display:inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix{height:1%;}
/* */


/************************************************
*		Reset									*
************************************************/
*{margin:0;padding:0;}
html,body{width:100%;height:100%;word-break:break-all;*word-break:break-all;-ms-word-break:break-all;}
body{margin:0;padding:0;font-family:"Noto Sans KR"/*"맑은고딕",Malgun Gothic,"돋음", Dotum, "굴림", Gulim, tahoma, AppleGothic, Sans-serif*/;color:#555;font-size:13px;line-height:150%;}
div, input, textarea, button{font-family:"Noto Sans KR"/*"맑은고딕",Malgun Gothic,"돋음", Dotum, "굴림", Gulim, tahoma, AppleGothic, Sans-serif*/;font-size:13px;line-height:150%;}
table{border-collapse:collapse;border-spacing:0;}

input, textarea, button{z-index:0;}

a:link		{color:#555;text-decoration:none !important;}
a:visited	{color:#555;text-decoration:none !important;}
a:hover		{color:#c00000;text-decoration:none !important;}
a:active	{color:#c00000;text-decoration:none !important;}


ul, ol, ul li, ol li, dl, dt, dd, dt dd{margin:0;padding:0;list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0;padding:0;font-size:12px;text-align:left}
img, fieldset, iframe, input, textarea{border:0 none;}
img, input, select{vertical-align:middle;}
em, address{font-style:normal;}


/* Tab Images Setting */
a.rollover img {border-width:0px;display:block }
a.rollover img.rollover {display:none;}
a.rollover:hover {position:relative;}
a.rollover:hover img {display:none;}
a.rollover:hover img.rollover {display:block;}



.sliderkit{text-align:left;position:relative;overflow:hidden;}
.sliderkit a,
.sliderkit a:hover{text-decoration:none;}
.sliderkit a:focus{/*outline:1px dotted #000; optional*/}
.sliderkit img{border:0;}
.sliderkit .sliderkit-btn{z-index:10;}


textarea{
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
	scrollbar-face-color:#cccccc;
	scrollbar-3dlight-color:#999;
	scrollbar-darkshadow-color:#999;
	scrollbar-track-color:#ffffff;
}

iframe{
	scrollbar-face-color:#ffffff;
	scrollbar-shadow-color:#d2e5f4;
	scrollbar-highlight-color:#d2e5f4;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-arrow-color:#d2e5f4;
}


/********************* Png *********************/
.png24 {tmp:expression(setPng24(this));}


/*************** Image Link Clear ***************/
a, img, input{selector-dummy:expression(this.hideFocus=true);}



/*************** Normalize ***************/
header, section, article, main, nav, aside, details, figcaption, figure, hgroup, summary, footer{display:block;}
audio, canvas, video{display:inline-block;}
audio:not([controls]){display:none;height:0;}
[hidden]{display:none;}

a:focus{outline:0;}
a:hover,
a:active{outline:0;}

h1{font-size:2em;}
abbr[title]{border-bottom:1px dotted;}
b, strong{font-weight:bold;}
dfn{font-style:italic;}
hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box;}
mark{background:#ce2c38;color:#efefef;}
code, kbd, pre, samp{font-size:1em;}
pre{white-space:pre-wrap;}
small{font-size:80%;}

sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}

svg:not(:root){overflow:hidden;}
figure{margin:0;}
fieldset{margin:0;padding:0;}
.blind,legend{width:1px;height:1px;position:absolute;left:-5000px;top:-5000px;display:block;overflow:hidden;}
legend{*width:0;border:0;padding:0;}
hr{display:none}

button::-moz-focus-inner{padding:0;border:0}
button, button img{border:none;}
button {border:0 none;background-color:transparent;cursor:pointer;cursor:pointer;_cursor /**/:hand;}
button::-moz-focus-inner{padding:0;border:0}



/*************** Form ***************/
form {margin:0;padding:0;}

label {margin:0;font-size:0.9em;font-weight:300;cursor:pointer;display:block;}

.f_fl{line-height:2.8em;padding:0 5px 0 0;float:left;}
.f_fl2{line-height:2.8em;padding:0 5px;float:left;}
.f_fr{line-height:2.8em;padding:0 10px 0 0;float:right;}
.f_fr2{line-height:2.8em;padding:0 5px;float:right;}

.f_tl{text-align:left !important;}
.f_tc{text-align:center !important;}
.f_tr{text-align:right !important;}


input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
	width: 100%;
	padding:0 1em;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: border-color 0.2s ease-in-out;
	-webkit-transition: border-color 0.2s ease-in-out;
	-o-transition: border-color 0.2s ease-in-out;
	-ms-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
	background: transparent;
	border-radius: 4px;
	border: 1px  solid rgba(0, 0, 0, 0.3);
	text-decoration: none;
	font-size:0.9em;
	color:#666;
	display: block;
	outline: 0;
}

textarea {padding:0.5em 1em;overflow:auto;}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
	box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	border-color: #d4d4d4;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {height: 2.8em;}

input[type="checkbox"],
input[type="radio"] {
	width: 1em;
	margin-right: -2em;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	opacity: 0;
	display: block;
	float: left;
	z-index: -1;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	padding-left: 2.55em;
	padding-right: 0.75em;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: 200;
	color: rgba(0, 0, 0, 1);
	position: relative;
	cursor: pointer;
	display: inline-block;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
	width: 1.8em;
	height: 1.8em;
	border-radius: 4px;
	border: solid 1px rgba(0, 0, 0, 0.3);
	content: '';
	text-align: center;
	line-height: 1.725em;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
	background: rgba(0, 0, 0, 0.15);
	color: #666;
	content: '\f00c';
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
	border-color: #d4d4d4;
}

input[type="checkbox"] + label:before {
	border-radius: 4px;
}

input[type="radio"] + label:before {
	border-radius: 100%;
}

::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.5) !important;
	opacity: 1.0;
}

:-moz-placeholder {
	color: rgba(0, 0, 0, 0.5) !important;
	opacity: 1.0;
}

::-moz-placeholder {
	color: rgba(0, 0, 0, 0.5) !important;
	opacity: 1.0;
}

:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.5) !important;
	opacity: 1.0;
}

.formerize-placeholder {
	color: rgba(0, 0, 0, 0.5) !important;
	opacity: 1.0;
}

.select-wrapper {
	height:3em;
	margin:5px 0 15px;
	text-decoration: none;
	color: #666;
	display: block;
	position: relative;
}

.select-wrapper:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.select-wrapper:before {
	width:3em;
	height:3em;
	content:'';
	text-align:center;
	color:#666;
	line-height:3em;
	pointer-events:none;
	position:absolute;
	right:0;
	top:-4px;
	display:block;
}

.select-wrapper select::-ms-expand {
	display: none;
}

.select-wrapper select{height:3em;}

.select option {
	background-color:#fff;
	color: #666;
}

.select:focus::-ms-value {
	background: transparent;
}



/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
	height:2.5em;
	margin:5px 1px;
	padding:0 1.4em;
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	appearance:none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	background-color:#f6f6f6;
	border-radius:4px;
	border:0;
	box-shadow:inset 0 0 0 1px rgba(0, 0, 0, 0.3);
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	font-weight:300;
	color:#666 !important;
	line-height:2.5em;
	cursor:pointer;
	display:inline-block;
}

input[type="submit"]:hover, input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="button"]:hover,
input[type="button"]:active,
.button:hover,
.button:active {
	box-shadow: inset 0 0 0 1px #c00000;
	color: #c00000 !important;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
	background-color: rgba(228, 76, 101, 0.15);
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
.button.icon:before {
	margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.button.fit {
	width: 100%;
	margin: 0 0 1em 0;
	display: block;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button.small {
	height: 2em !important;
	margin:0 3px !important;
	padding:0 0.8em !important;
	border-radius: 3px !important;
	font-size: 0.7em !important;
	font-weight: 700 !important;
	color:#333 !important;
	line-height: 2em !important;
}

input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
.button.big {
	background-color: #333;
	box-shadow: none;
	color: #fff !important;
}

input[type="submit"].big:hover,
input[type="reset"].big:hover,
input[type="button"].big:hover,
.button.big:hover {
	background-color: #666;
}

input[type="submit"].big:active,
input[type="reset"].big:active,
input[type="button"].big:active,
.button.special:active {
	background-color: #000;
}

input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
.button.special {
	background-color: #c00000;
	box-shadow: none;
	color: #fff !important;
}

input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
.button.special:hover {
	background-color: #e00101;
}

input[type="submit"].special:active,
input[type="reset"].special:active,
input[type="button"].special:active,
.button.special:active {
	background-color: #e00226;
}

input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
.button.disabled,
.button:disabled {
	background-color: rgba(0, 0, 0, 0.3) !important;
	box-shadow: none !important;
	color: #666 !important;
	cursor: default;
	opacity: 0.25;
}

.btn_search {
	height:2.9em;
	text-decoration: none;
	color: #666;
	display: block;
	position: relative;
}

.btn_search:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.btn_search:before {
	width: 2em;
	height: 2.9em;
	content: '\f002';
	text-align: center;
	color: #666;
	line-height: 2.9em;
	pointer-events: none;
	position: absolute;
	left: 25%;
	top: 0;
	display: block;
}




/************************************************
*		BOTTON									*
************************************************/
ul.actions {
	width:100%;
	padding-left: 0;
	list-style: none;
	cursor: default;
}

ul.actions li {
	width:100%;
	display: inline-block;
	padding: 0 1em 0 0;
	vertical-align: middle;
}

ul.actions li:last-child {
	padding-right: 0;
}

ul.actions.small li {
	padding: 0 0.5em 0 0;
}

ul.actions.vertical li {
	display: block;
	padding: 1em 0 0 0;
}

ul.actions.vertical li:first-child {
	padding-top: 0;
}

ul.actions.vertical li > * {
	margin-bottom: 0;
}

ul.actions.vertical.small li {
	padding: 0.5em 0 0 0;
}

ul.actions.vertical.small li:first-child {
	padding-top: 0;
}

ul.actions.fit {
	width: calc(100% + 1em);
	margin-left: -1em;
	padding: 0;
	table-layout: fixed;
	display: table;
}

ul.actions.fit li {
	display: table-cell;
	padding: 0 0 0 1em;
}

ul.actions.fit li > * {
	margin-bottom: 0;
}

ul.actions.fit.small {
	width: calc(100% + 0.5em);
	margin-left: -0.5em;
}

ul.actions.fit.small li {
	padding: 0 0 0 0.5em;
}
ul.actions .20p{width:20%;}
ul.actions .40p{width:40%;}
ul.actions .60p{width:60%;}
ul.actions .80p{width:80%;}
ul.actions .100p{width:100%;}





/* Form Style */
.w_input{
	height:30px;
	padding:0 0.5em;
	color:#fff;
	border:1px solid #efefef;
	border-radius:4px;
	line-height:30px;
	vertical-align:middle;
	ime-mode:active;
}

.d_input{
	height:30px;
	padding:0 0.5em;
	color:#666;
	background-color:#f0f0f0;
	border:1px solid #cdcdcd;
	border-radius:4px;
	line-height:30px;
	vertical-align:middle;
	ime-mode:active;
}

.w_select{
	height:34px;
	padding:0 0.5em;
	color:#fff;
	border:1px solid #efefef;
	border-radius:4px;
	line-height:34px;
	vertical-align:middle;
	ime-mode:active;
}

.w_textarea{
	padding:1em;
	color:#fff;
	border:1px solid #efefef;
	vertical-align:middle;
	ime-mode:active;
}

.w_btn{
	height:30px;
	padding:0 0.5em;
	background-color:#efefef;
	border:1px solid #ccc;
	border-radius:4px;
	font-weight:bold;
	color:#666;
	line-height:30px;
	vertical-align:middle;
	ime-mode:active;
}



.mt0px{margin-top:0px !important;}
.mt5px{margin-top:5px !important;}
.mt10px{margin-top:10px !important;}
.mt15px{margin-top:15px !important;}
.mt20px{margin-top:20px !important;}
.mt25px{margin-top:25px !important;}
.mt30px{margin-top:30px !important;}
.mt35px{margin-top:35px !important;}
.mt40px{margin-top:40px !important;}
.mt45px{margin-top:45px !important;}
.mt50px{margin-top:50px !important;}
.mt60px{margin-top:60px !important;}
.mt70px{margin-top:70px !important;}
.mt80px{margin-top:80px !important;}
.mt90px{margin-top:90px !important;}
.mt100px{margin-top:100px !important;}

.ml0px{margin-left:0px !important;}
.ml5px{margin-left:5px !important;}
.ml10px{margin-left:10px !important;}
.ml15px{margin-left:15px !important;}
.ml20px{margin-left:20px !important;}
.ml25px{margin-left:25px !important;}
.ml30px{margin-left:30px !important;}
.ml35px{margin-left:35px !important;}
.ml40px{margin-left:40px !important;}
.ml45px{margin-left:45px !important;}
.ml50px{margin-left:50px !important;}
.ml60px{margin-left:60px !important;}
.ml70px{margin-left:70px !important;}
.ml80px{margin-left:80px !important;}
.ml90px{margin-left:90px !important;}
.ml100px{margin-left:100px !important;}

.mr0px{margin-right:0px !important;}
.mr5px{margin-right:5px !important;}
.mr10px{margin-right:10px !important;}
.mr15px{margin-right:15px !important;}
.mr20px{margin-right:20px !important;}
.mr25px{margin-right:25px !important;}
.mr30px{margin-right:30px !important;}
.mr35px{margin-right:35px !important;}
.mr40px{margin-right:40px !important;}
.mr45px{margin-right:45px !important;}
.mr50px{margin-right:50px !important;}
.mr60px{margin-right:60px !important;}
.mr70px{margin-right:70px !important;}
.mr80px{margin-right:80px !important;}
.mr90px{margin-right:90px !important;}
.mr100px{margin-right:100px !important;}

.mb0px{margin-bottom:0px !important;}
.mb5px{margin-bottom:5px !important;}
.mb10px{margin-bottom:10px !important;}
.mb15px{margin-bottom:15px !important;}
.mb20px{margin-bottom:20px !important;}
.mb25px{margin-bottom:25px !important;}
.mb30px{margin-bottom:30px !important;}
.mb35px{margin-bottom:35px !important;}
.mb40px{margin-bottom:40px !important;}
.mb45px{margin-bottom:45px !important;}
.mb50px{margin-bottom:50px !important;}
.mb60px{margin-bottom:60px !important;}
.mb70px{margin-bottom:70px !important;}
.mb80px{margin-bottom:80px !important;}
.mb90px{margin-bottom:90px !important;}
.mb100px{margin-bottom:100px !important;}



.pt0px{padding-top:0px !important;}
.pt5px{padding-top:5px !important;}
.pt10px{padding-top:10px !important;}
.pt15px{padding-top:15px !important;}
.pt20px{padding-top:20px !important;}
.pt25px{padding-top:25px !important;}
.pt30px{padding-top:30px !important;}
.pt35px{padding-top:35px !important;}
.pt40px{padding-top:40px !important;}
.pt45px{padding-top:45px !important;}
.pt50px{padding-top:50px !important;}
.pt60px{padding-top:60px !important;}
.pt70px{padding-top:70px !important;}
.pt80px{padding-top:80px !important;}
.pt90px{padding-top:90px !important;}
.pt100px{padding-top:100px !important;}

.pr0px{padding-right:0px !important;}
.pr5px{padding-right:5px !important;}
.pl10px{padding-left:10px !important;}
.pl15px{padding-left:15px !important;}
.pl20px{padding-left:20px !important;}
.pl25px{padding-left:25px !important;}
.pl30px{padding-left:30px !important;}
.pl35px{padding-left:35px !important;}
.pl40px{padding-left:40px !important;}
.pl45px{padding-left:45px !important;}
.pl50px{padding-left:50px !important;}
.pl60px{padding-left:60px !important;}
.pl70px{padding-left:70px !important;}
.pl80px{padding-left:80px !important;}
.pl90px{padding-left:90px !important;}
.pl100px{padding-left:100px !important;}

.pr0px{padding-right:0px !important;}
.pr5px{padding-right:5px !important;}
.pr10px{padding-right:10px !important;}
.pr15px{padding-right:15px !important;}
.pr20px{padding-right:20px !important;}
.pr25px{padding-right:25px !important;}
.pr30px{padding-right:30px !important;}
.pr35px{padding-right:35px !important;}
.pr40px{padding-right:40px !important;}
.pr45px{padding-right:45px !important;}
.pr50px{padding-right:50px !important;}
.pr60px{padding-right:60px !important;}
.pr70px{padding-right:70px !important;}
.pr80px{padding-right:80px !important;}
.pr90px{padding-right:90px !important;}
.pr100px{padding-right:100px !important;}

.pb0px{padding-bottom:0px !important;}
.pb5px{padding-bottom:5px !important;}
.pb10px{padding-bottom:10px !important;}
.pb15px{padding-bottom:15px !important;}
.pb20px{padding-bottom:20px !important;}
.pb25px{padding-bottom:25px !important;}
.pb30px{padding-bottom:30px !important;}
.pb35px{padding-bottom:35px !important;}
.pb40px{padding-bottom:40px !important;}
.pb45px{padding-bottom:45px !important;}
.pb50px{padding-bottom:50px !important;}
.pb60px{padding-bottom:60px !important;}
.pb70px{padding-bottom:70px !important;}
.pb80px{padding-bottom:80px !important;}
.pb90px{padding-bottom:90px !important;}
.pb100px{padding-bottom:100px !important;}


.black{color:#000 !important;}
.dgray{color:#333 !important;}
.gray{color:#999 !important;}
.red{color:#c00000 !important;}
.rred{color:#e60005 !important;}
.dred{color:#c3090e !important;}
.blue{color:#007aff !important;}
.dblue{color:#4e5e8f !important;}
.green{color:#04bc5a !important;}
.yellow{color:#f2cb28 !important;}
.orange{color:#F60 !important;}
.white{color:#fff !important;}

.bg_black{background-color:#000 !important;}
.bg_s_gray{background-color:#f2f2f2 !important;}
.bg_dgray{background-color:#333 !important;}
.bg_gray{background-color:#999 !important;}
.bg_red{background-color:#c00000 !important;}
.bg_rred{background-color:#e60005 !important;}
.bg_dred{background-color:#c3090e !important;}
.bg_blue{background-color:#09F !important;}
.bg_dblue{background-color:#4e5e8f !important;}
.bg_green{background-color:#04bc5a !important;}
.bg_yellow{background-color:#f2cb28 !important;}
.bg_orange{background-color:#F60 !important;}
.bg_white{background-color:#fff !important;}


.bg_w_over{background:#fff;opacity:0.5;filter:alpha(opacity=50);-ms-filter:alpha(opacity=50);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';-moz-opacity:0.5;-khtml-opacity:0.5;filter: alpha(opacity=50);}
.bg_b_over{background:#000;opacity:0.5;filter:alpha(opacity=50);-ms-filter:alpha(opacity=50);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';-moz-opacity:0.5;-khtml-opacity:0.5;filter: alpha(opacity=50);}


.hltxt{text-decoration:line-through !important;}
.ultxt{text-decoration:underline !important;}

.dot_line{height:1px;margin:0;padding:0;background-color:#ccc;}
.top_line{height:2px;background-color:#ccc;}
.cut_line{height:1px;margin:10px 0;background-color:#ccc;}
.half_line{height:1px;margin:10px 0;background-color:#ccc;}
.noline{border:none !important;border:0 !important;}


.wn{text-overflow:ellipsis !important;*text-overflow:ellipsis !important;white-space:nowrap !important;*white-space:nowrap !important;display:block !important;*display:block !important;overflow:hidden !important;*overflow:hidden !important;}

.clear{width:100% !important;height:0 !important;margin:0 !important;padding:0 !important;font-size:0 !important;line-height:0 !important;display:block !important;float:none !important;clear:both !important;overflow:hidden !important;}

