<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Stylesheets and Google fonts import
@import url("css/font-awesome.css");
@import url("css/animations.css"); */
/*@import url("/css/style.css");*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/*  CSS definations for Real Spaces  */
/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';	content: none;}
table {border-spacing: 0;	border-collapse: collapse;}
* {-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline:none;
}
iframe{border:0;}

/* ==========Basic Styles========== */
html, body {height: 100%;background:url("/images/common/bg.gif") repeat-x; color:#666666;	font-size:13px;font-weight:400; font-family: 'Open Sans', sans-serif;	line-height:20px;}
html, html a{width:100%;font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
a {color:#666; text-decoration: underline;cursor: pointer;-webkit-transition: color 0.1s linear 0s;-moz-transition: color 0.1s linear 0s;-o-transition: color 0.1s linear 0s;transition: color 0.1s linear 0s;}
a:hover {text-decoration:none;}
a:hover, a:active, a:focus{outline: 0;	color:#666;}
a img {border: none;}
a &gt; img {vertical-align: middle;	}
.gray-bg{background:#bababa;}
.gray-text{color:#bababa;}
.lgray-bg{background:#f8f8f8;}
.dgray-bg{background:#333333;}
img {	max-width: 100%;}
img {	height: auto;}
img, object, embed, audio, video {max-width: 100%;}
strong, .strong {font-weight: 700;}
p {margin: 0;}
i, em, .italic{font-style:italic;}
.uppercase{text-transform:uppercase;}
.align-left{	float:left;	margin:0 25px 0 0px!important;}
.align-right{float:right;	margin:0 0 0 25px!important;}
.text-align-left {text-align: left;}
.text-align-center {text-align: center;}
.text-align-right {text-align: right;	}
.color-text {color: #ffffff;}
.through{text-decoration:line-through;}
.border-radius{-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;}


/*  Typography */
h1,h2,h3,h4 {margin:0 0 13px 0;color:#333333;font-weight:400;line-height:1.5em;font-family: 'Montserrat',sans-serif;}
h5,h6 {margin:0 0 7px 0;color:#333333;font-weight:400;line-height:1.5em;font-family: 'Montserrat',sans-serif;}
h1{font-size:36px;}
h2{font-size:30px;}
h3{font-size:24px;}
h4{font-size:18px;}
h5{font-size:15px;font-weight:700;}
h6{font-size:14px;}
h1.short, h2.short, h3.short, h4.short, h5.short, h6.short, p.short{margin-bottom:5px;}
h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced {margin-top: 22px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{	color:#333333;text-decoration:none;}
.huge{
	font-size:10em;
}
blockquote{
	margin:30px 0;
	padding:0 0 0 30px;
	border-left:3px solid;
}
blockquote p{
	margin-bottom:0;
	white-space:normal;
	font-style:italic;
	font-size:20px;
	font-family: Georgia, serif;
}
blockquote cite{
	color:#ffffff;
}
blockquote cite:before{
	content:"- ";
}
p {
	font-size:13px;
	line-height:20px;
}
p.md{
	font-size:16px;
	line-height:22px;
}
p.lg{
	font-size:30px;
	line-height:1.2em;
}
.big{
	font-size:200%;
	line-height:1.5em;
}
.thin{
	font-weight:300;
}
p.drop-caps:first-child:first-letter {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 4px;
    font-size: 75px;
	font-family:Georgia, serif;
    line-height: 60px;
}
p.drop-caps.secondary:first-child:first-letter {
    margin-right: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
}
hr{
	display:block;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	height:1px;
	border:0;
	background:#d5d9dd;
}
hr.fw{
	display:block;
	clear:both;
	margin-top:0;
	margin-bottom:50px;
	width:100%;
	height:1px;
	border:0;
	background:#eee;
}
hr.sm{
	display:inline-block; _display:inline_block;
	margin:15px 0;
	width:40px;
	height:2px;
	border:0;
	background:#eee;
}
ul.checks, ul.angles, ul.carets, ul.chevrons{
	margin:0;
	list-style-type:none;
	margin-bottom:15px;
}
ul.checks &gt; li, ul.angles &gt; li, ul.carets &gt; li, ul.chevrons &gt; li{
	margin:10px 0;
}
ul.checks &gt; li &gt; i, ul.angles &gt; li &gt; i, ul.carets &gt; li &gt; i, ul.chevrons &gt; li &gt; i{
	margin-right:2px;
}
ul.inline{
	margin:0;
	list-style-type:none;
	margin:10px 0;
}
ul.inline &gt; li{
	display:inline-block;
	margin-right:10px;
}
ul.inline &gt; li i.fa{
	margin-right:2px;
}
ul.nav-list-primary{
	margin:0;
	list-style-type:none;
}
ul.nav-list-primary &gt; li a			{display:block;padding:8px;border-bottom:1px solid #efefef;color:#666666;text-decoration:none;}
ul.nav-list-primary &gt; li a:hover	{text-decoration:none;}


/* ==================================================
   Margin Padding Width
================================================== */
.margin-0{	margin-bottom:0 !important;}
.margin-b10{margin-bottom:10px !important;}
.margin-b15{margin-bottom:15px !important;}
.margin-b20{margin-bottom:20px !important;}
.margin-b30{margin-bottom:30px !important;}
.margin-b40{margin-bottom:40px !important;}
.margin-b50{margin-bottom:50px !important;}
.margin-b60{margin-bottom:60px !important;}
.margin-b70{margin-bottom:70px !important;}
.margin-b80{margin-bottom:80px !important;}
.margin-t10{margin-top:10px !important;}
.margin-t15{margin-top:15px !important;}
.margin-t20{margin-top:20px !important;}
.margin-t30{margin-top:30px !important;}
.margin-t40{margin-top:40px !important;}
.margin-t50{margin-top:50px !important;}
.margin-t60{margin-top:60px !important;}
.margin-t70{margin-top:70px !important;}
.margin-t80{margin-top:80px !important;}
.margin-t100{margin-top:100px !important;}
.margin-t110{margin-top:110px !important;}

.margin-t120{margin-top:120px !important;}

.margin-l10{margin-left:10px !important;}
.margin-r10{margin-right:10px !important;}
.margin-r25{margin-right:25px !important;}

.margin-r30{margin-right:30px !important;}

.margin-r20{margin-right:20px !important;}
.push-top{margin-top:35px;}



.padding-l10{padding-left:10px !important;}
.padding-l20{padding-left:20px !important;}
.padding-R10{padding-right:10px !important;}

.padding-t10{padding-top:10px !important;}
.padding-t20{padding-top:20px !important;}
.padding-t25{padding-top:25px !important;}



.padding-b0{padding-bottom:0 !important;}
.padding-b5{padding-bottom:5px !important;}
.padding-b10{padding-bottom:10px !important;}

.padding-b15{padding-bottom:15px !important;}
.padding-b20{padding-bottom:20px !important;}

.padding-tb5{padding-top:5px;padding-bottom:5px;}
.padding-tb20{padding-top:20px;padding-bottom:20px;}
.padding-tb30{padding-top:30px;padding-bottom:30px;}
.padding-tb45{padding-top:45px;padding-bottom:45px;}
.padding-tb75{padding-top:75px;padding-bottom:75px;}
.padding-tb100{padding-top:100px;padding-bottom:100px;}
.padding-tb125{padding-top:125px;padding-bottom:125px;}
.padding-as25{padding:25px;}
.padding10 {padding:10px !important;}
.padding-r20 {padding-right:20px !important;}
.width150 {width:150px}
.width170 {width:170px}

.width200 {width:200px}
.width250 {width:250px}
.width300 {width:300px}
.width350 {width:350px}
.width400 {width:400px}
.width450 {width:450px}
.width500 {width:500px}
.width550 {width:550px}
.width600 {width:600px}
.width650 {width:650px}
.width700 {width:700px}
.width750 {width:750px}
.width800 {width:800px}


.height10 {height:10px !important;}
.height20 {height:20px !important;}
.height30 {height:30px !important;}
.height60 {height:60px !important;}

.height1000 {height:1000px !important;}
.height1200 {min-height:1200px !important;}
.height1400 {min-height:1400px !important;}
.height1500 {min-height:1500px !important;}
.height2000 {min-height:2000px !important;}




.h10 {height:10px !important;}
.h20 {height:20px !important;}
.h30 {height:30px !important;}
.h60 {height:60px !important;}

.h1000 {height:1000px !important;}
.h1200 {min-height:1200px !important;}
.h1400 {min-height:1400px !important;}
.h1500 {min-height:1500px !important;}
.h2000 {min-height:2000px !important;}
.h2800 {min-height:2800px !impartant;}

/* ==================================================
   Spacers
================================================== */
.spacer-20{height:30px;clear:both;width:100%;}
.spacer-30{height:30px;clear:both;width:100%;}
.spacer-40{height:40px;clear:both;width:100%;}
.spacer-50{height:50px;clear:both;width:100%;}
.spacer-75{height:75px;clear:both;width:100%;}
.spacer-100{height:100px;clear:both;width:100%;}

/*input*/
.input {width:; height:auto; padding:7px 10px; font-size:13px;line-height:1.428571429; color:#555555; vertical-align:middle;background-color:#fff; background-image:none;border:1px solid #ccc; border-radius:3px; -webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.075); box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.075); -webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; font-family:"Open Sans", sans-serif;}
.inputS {width:; height:auto; padding:3px; font-size:12px;line-height:1.428571429; color:#555555; vertical-align:middle;background-color:#fff; background-image:none;border:1px solid #cccccc; border-radius:3px; -webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.075); box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.075); -webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;font-family:"Open Sans", sans-serif;}

/**Btn**/ 
.btn {display:inline-block; padding:8px 12px;margin-bottom:0;font-size:14px;letter-spacing:0;font-weight:bold; line-height:1.528571429;  text-align:center; white-space:nowrap; vertical-align:middle; cursor:pointer; border:1px solid transparent; -webkit-user-select:none; -moz-user-select:none; ms-user-select:none;-o-user-select:none;user-select:none;border-radius:3px;}
.btn_s {display:inline-block; padding:3px 5px;margin-bottom:0;font-size:13px;letter-spacing:0;font-weight:bold; line-height:1.528571429;  text-align:center; white-space:nowrap; vertical-align:middle; cursor:pointer; border:1px solid transparent; -webkit-user-select:none; -moz-user-select:none; ms-user-select:none;-o-user-select:none;user-select:none;border-radius:3px;}
.btn_n {display:inline-block; padding:8px;margin-bottom:0;font-size:14px;letter-spacing:0;font-weight:bold; line-height:1.528571429;  text-align:center; white-space:nowrap; vertical-align:middle; cursor:pointer; border:1px solid transparent; -webkit-user-select:none; -moz-user-select:none; ms-user-select:none;-o-user-select:none;user-select:none;border-radius:3px;}
.btn:focus {outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.btn:hover,
.btn:focus {color:#333;  text-decoration:none;}
.btn:active,.btn.active {background-image:none; outline:s0; -webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.btn_w {color:#333;background-color:#fff;border-color:#ccc;font-family:"Open Sans", sans-serif;}
.btn_b {color:#fff;background-color:#428bca;border-color:#357ebd;font-family:"Open Sans", sans-serif;}
.btn_black {color:#fff;background-color:#555;border-color:#444;font-family:"Open Sans", sans-serif;}
.btn_orange {color:#fff;background-color:#ff5500;border-color:#b84005;font-family:"Open Sans", sans-serif;}
.btn_orange:hover {color:#fcffda;background-color:#fd6216;}



.btn_black:hover {color:#fff;background-color:#333;border-color:#000;font-family:"Open Sans", sans-serif;}


.btn_b:hover,
.btn_b:focus,
.btn_b:active{color:#fff;background-color:#1;border-color:#285e8e;}
.btnArea {margin-top:5px; margin-bottom:10px;}
/*Booster*/
.row {}
.row:before, .row:after { display: table;  content: " ";}
.row:after { clear: both;}
.pull-left {float:left}
.pull-right {float:right}
.pull-right2{float:right}
.pull-right2 a{font-size:11px;padding-top:7px;padding-right:5px;line-height:27px;text-decoration:none;}
.clear {clear: both; height:20px;}

/*header*/
.topmenu li {float:left; color:#fff; padding:0 10px;border-right:1px solid #2877bd; height:24px;}
.topmenu li a {text-decoration:none;color:#fff; }
.topmenu li:first-child {border-left:1px solid #2877bd;}
.topmenu li:hover {background-color:#0660af;}
.topmenu li.on {background-color:#0660af;}

.gnbArea {height:;}
.middlemenu	{margin:10px 0; width:940px;}
.middlemenu  h1.logo{position:relative;z-index:1300;display: block;margin:0;line-height: 0;}
.middlemenu a{	display:block; vertical-align:middle;text-decoration:none;}
.middlemenu span {float:right; right:0;}
.middlemenu .search {background:url(/images/icon/icon_search.gif) no-repeat;}


/*Layout*/
#wrap{min-height:768px;}
#header{width:940px; margin:0 auto; }
#header:after{clear:both;height:0;}
#container{display:inline-block;width:100%; min-height:600px;*zoom:1; *display:inline;}
#container:after{display:block;clear:both;content:''}
#content{width:940px; padding-top:20px; margin:0 auto; _text-align:left; }
#footer{width:100%; background:url(/images/common/footer.gif) repeat-x; margin-top:110px; /*margin-top:80px;*/}
#footer p{width:940px;margin:0 auto; color:#fff; padding:110px 0 20px; /*padding:80px 0 20px;*/font-family:inherit}

.visualA {background:url(/images/visualA.jpg) repeat-x;background-position:top center; }
.visualB {background:url(/images/visualB.jpg) repeat-x;background-position:top center; }
.visualC {background:url(/images/visualC.jpg) repeat-x;background-position:top center; }
.visualNone {background:url(/images/visualNone.gif) repeat-x;background-position:top center; }
.visualA_sub {background:url(/images/visualA_sub.jpg) repeat-x;background-position:center top;  }
.visualB_sub {background:url(/images/visualB_sub.jpg) repeat-x;background-position:center top;  }
.visualC_sub {background:url(/images/visualC_sub.jpg) repeat-x;background-position:center top;  }


/*2016.07»õ·Î ¸®´º¾óµÇ´Â ºñÁê¾óºÎºÐ*/
.visualAPT								{background:url(/images/visaulApartment.jpg) repeat-x;background-position:top center; }
.visualShortTermAPT				{background:url(/images/visaulShortTermApartment.jpg) repeat-x;background-position:top center; }
.visualFurniture						{background:url(/images/visaulKoreaFurniture.jpg) repeat-x;background-position:top center; }
.visualRelocation					{background:url(/images/visaulRelocation.jpg) repeat-x 250px;background-position:top center; }

#content .eventArea				{width:940px; height:280px;margin:10px 0 }
#content .eventArea2			{width:940px; height:230px;margin:10px 0 }
#content .eventArea h4	, 
#content .eventArea2 h4		{margin:0; padding:0; font-size:30px; text-align:center; font-style:}



#content .totalArea					{width:210px; height:100px; text-align:center; background:#333; border:1px solid #000; border-right:none;}
#content .totalArea h4				{color:#fff; padding:5px 30px; margin:0 0 5px 0; font-size:15px;  border-bottom:1px solid #000; }
#content .totalArea .total			{background:url(/images/total_bg.png) no-repeat ; width:163px; height:60px;  text-align:right; display:inline-block; }
#content .totalArea .total em	{width:40px;line-height:50px; margin-left:1px; font-style:normal; font-size:40px; text-align:center;color:yellow; font-family:'Montserrat', sans-serif; font-weight:bold; display:inline-block}
#content .totalArea .total em:first-child {margin-left:0}

#content .searchAPT				{width:730px; height:100px; background-color:#2d85d3; border:2px solid #2877bd; display:table}
#content .searchAPT h4			{color:#fff; padding:5px 30px; font-size:15px;  border-bottom:1px solid #2877bd;}
#content .searchAPT h5			{color:#c8f9ff; padding:0; font-size:13px;  }
#content .searchAPT hr			{background-color:#2877bd}
#content .searchAPT label		{line-height:25px;font-size:12px;}
#content .searchAPT select		{margin-right:15px; color:#888}
#content .searchAPT input.txt	{margin: 0 10px; color:#888}
#content .searchAPT .btn			{width:100px;font-family:inherit;}
#content .searchAPT:after		{clear:both}
#content .searchAPT .searchArea	{margin:0; padding:0 25px;color:#fff; }

.w100 {width:100px;}.w150 {width:150px;}.w170 {width:170px;}.w180 {width:180px;}
.w200 {width:200px;}.w230 {width:230px;}.w250 {width:250px;}.w260 {width:260px;}.w270 {width:270px;}
.w300{width:300px;}.w350{width:350px;}.w370{width:370px;}
.w400{width:400px;}.w450{width:450px;}
.w500{width:500px;}.w550{width:550px;}.w630 {width:630px;}

select.selefont {font-family:inherit;color:#777}


#content .searchA {background:url(/images/search_apartment.png) no-repeat; height:118px; padding:55px 40px 0; /*margin-bottom:25px;*/}
#content .searchA select {margin-right:15px; width:230px;}
#content .searchA .btn {width:100px;font-family:inherit;/* background:#FF551A; border:1px solid #FF551A*/}
#content .searchA:after {clear:both}

#content .searchA_sub {background:url(/images/search_apartment2.png) no-repeat; height:220px; padding:50px 0 55px 40px; margin-bottom:25px;}
#content .searchA_sub ul {padding-left:65px;}
#content .searchA_sub li {float:left; min-width:200px;}
#content .searchA_sub li a{text-decoration:none}
#content .searchA_sub li.on {font-weight:bold; text-decoration:underline; color:#2D85D3}
#content .searchA_sub li span {color:red;}
/*#content .searchA_sub li  {font-weight:bold; text-decoration:underline;}*/

#content .searchB {background:url(/images/search_apartment.png) no-repeat; height:118px; padding:55px 40px 0; margin-bottom:25px;}
#content .searchB select {margin-right:15px; width:350px;}
#content .searchB .btn {width:100px;font-family:inherit}
#content .searchB:after {clear:both}

#content .searchB_sub {background:url(/images/search_shortTermAPT.png) no-repeat; height:200px; padding:50px 40px 0; margin-bottom:25px;}
#content .searchB_sub ul {padding-left:80px;}
#content .searchB_sub li {float:left; width:260px;}
#content .searchB_sub li a{text-decoration:none}
#content .searchB_sub li.on {font-weight:bold; text-decoration:underline; color:#2D85D3}
#content .searchB_sub li span {color:red;}

#content .searchC {background:url(/images/search_furniture.png) no-repeat; height:125px; padding:55px 40px 0; margin-bottom:25px;}
#content .searchC select {margin-right:15px; width:230px;}
#content .searchC .btn {width:100px;font-family:inherit}
#content .searchC:after {clear:both}

#content .searchC_sub {background:url(/images/search_furniture2.png) no-repeat; height:290px; padding:50px 0 50px 40px; }
#content .searchC_sub ul {padding-left:110px;}
#content .searchC_sub li {padding:0 0 22px 0}
#content .searchC_sub li a {text-decoration:none;background:url(/images/icon/icon_line.gif) no-repeat 9px 5px; padding-left:20px; color:#}
#content .searchC_sub li a:first-child {background:none; padding-left:0; color:#}
#content .searchC_sub li table th {font-weight:bold;}
#content .searchC_sub li .on {font-weight:bold; text-decoration:underline; color:#2D85D3}

.itemList h4 {background:url(/images/titBg.gif) no-repeat; padding-left:18px;}
.itemList span {background:url(/images/titBg.gif) right; font-weight:bold; }
.blind {display:none;}

.tit {border-bottom:1px solid #ccc; margin-bottom:20px;line-height:35px;*zoom:1; *display:inline;}
.tit span {font-weight:bold}
.tit select {font-family:inherit; color:#999; margin-left:5px}
.tit .none {border-bottom:none !important; }

.tit2 {margin:15px 0; height:40px; background:url(/images/tit_bar.gif) no-repeat; background-position:bottom;/*border:1px solid green*/}
.tit2 h3 {float:left; line-height:25px; }
/*.tit2 div {float:right; display:inline-block;zoom:1; *display:inline; }*¼öÁ¤2016.02.12/



/*paginate*/
.paginate {clear:both}
.paginate {padding:15px 0;text-align:center}
.paginate a img {border:none; vertical-align:middle; _vertical-align:top}
.paginate a,.paginate strong {/*display:inline-block; position:relative; _width /**/:18px; margin-left:-6px; padding:2px 6px 3px 7px; background:url(http://static.naver.com/common/paginate/line_pg2.gif) no-repeat 0 50%; color:#333;font-size:11px ;line-height:normal; text-decoration:none; vertical-align:middle}
.paginate a:hover{text-decoration:underline}
.paginate strong{color:#f60 !important;font-weight:bold}
.paginate .first{background:none}
.paginate a.pre,.paginate a.next{padding:0;background:none !important}
.paginate a.pre{margin:0 3px 0 -6px}
.paginate a.next{margin:0 3px 0 -3px}





.listStyle {}
.listStyle li {float:left; margin:0  0 20px 45px; width:200px}
.listStyle li:first-child {margin-left:0}
.listStyle table tr.spec td {font-size:12px; background-color:#f8f8f8}
.listStyle table td {text-align:center; border:1px solid #ccc; padding:7px 0 5px;}
.listStyle table td:first-child {padding:0;}
.listStyle table td span {font-weight:bold; display:block; line-height:12px;}



.listStyleB {}
.listStyleB table {float:left; width:470px; margin-bottom:10px; border-bottom:1px solid #efefef}
.listStyleB table td {vertical-align: middle; line-height:16px; padding:2px;}
.listStyleB table img {/*padding-bottom:15px;*/}
.listStyleB table td span{font-weight:bold;}

/*font*/
.fontRed {color:red}
.fontOrange {color:#ff5400}
.fontBlue {color:#2D85D3 }
.fontWhite{color:#fff}
.fontGray {color:#999}
.fontBlack {color:#444}
.font14 {font-size:14px}
.font16 {font-size:16px}
.font20 {font-size:20px;}
.font25 {font-size:25px;}
.fontNavi {font-size:12px; color:#aaa; padding:10px 5px 0 17px; font-weight:normal;font-family:"Open Sans",sans-serif; background:url(/images/icon/icon_home.gif) no-repeat  0 14px }
.bold {font-weight:bold}
.font_titprice {font-size:14px; font-weight:500; line-height:20px; margin-top:10px;}
/*form*/
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}

.btnAreaB {text-align:center; display:block;}
.btnAreaC {text-align:center; display:block; margin:10px 0 15px 0}
.btnAreaD {text-align:right; display:block; margin:10px 10px 15px 0}

.listStyle li {float:left; margin-left:46px; width:200px}
.listStyle li:first-child {margin-left:0}
.listStyle li.first {margin-left:0}

.listStyle table  {}
.listStyle table tr.spec td {font-size:12px; background-color:#f8f8f8}
.listStyle table td {text-align:center; border:1px solid #ccc; padding:7px 0 5px;}
.listStyle table td:first-child {padding:0;}
.listStyle table td span {font-weight:bold; display:block; line-height:12px;}



/* quick menu */
.quick_menu {position:fixed;_position:absolute; top:183px; left:50%;  margin-left:510px; z-index:8; width:80px;}
.quick_menu input {width:50px;}



/* tab */
.tab	{height: 35px; position:relative; border-bottom: 1px #ccc solid; }
.tab li	{float:left; min-width:200px; border: 1px #ccc solid; display:inline-block; border-right: 0; line-height: 33px; background:#efefef; *zoom:1; *display:inline; }
.tab li a	{width: ; height:33px; color: #666; text-decoration:none; float:left; border-right: 0; line-height: 33px; text-align:center; display:inline-block; *zoom:1; *display:inline; }
.tab li.end {border-right: 1px #ccc solid;}
.tab li.on,
.tab li.on1 {border: none; width: ; height: 35px; background:#2D85D3; color: #fff; font-weight:600}
.tab li.on a, .tab li.on1 a {color: #fff; }
.tab div {color:#666; font-weight:normal; border:1px solid #ccc; padding:25px;}
.tab div &gt; div {border:none; padding:0;}

.tab .depth &gt;div {display:none;position:absolute; left:0; top:34px; width:940px; *width:890px}
.tab .depth &gt;div ul li {border:none; background:none}
.tab table {border-top: 1px #ccc solid; border-bottom: 1px #ccc solid;}


.tab2		{height: 35px; position:relative;border-bottom: 1px #ccc solid; border:1px solid #ccc; padding:25px; min-height:1000px;}
.tab2 li	{float:left; min-width:220px; border: 1px #ccc solid; display:inline-block; border-right: 0; line-height: 33px; background:#efefef;}
.tab2 li a	{width: ; height:33px; color: #666; text-decoration:none; float:left; border-right: 0; line-height: 33px; text-align: center; display:inline-block; }
.tab2 li.end {border-right: 1px #ccc solid;}
.tab2 li.top {border-top: 0;}
.tab2 li.on,
.tab2 li.on1 {border: none; width: ; height: 35px; background:#2D85D3; color: #fff; font-weight:600}
.tab2 li.on a, .tab2 li.on1 a {color: #fff; }
.tab2 div {padding:25px 35px; color:#666; font-weight:normal; line-height:20px;}
.tab2 div &gt; div {border:none; padding:0;}

.tab2 .depth &gt;div {display:none;position:absolute; left:0; top:100px; width:100%}
.tab2 .depth &gt;div ul li {border:none; background:none}
.tab2 table {border-top: 1px #ccc solid; border-bottom: 1px #ccc solid;}

.tabStyleC {position:relative;}
.tabStyleC li	{float:left; display:inline-block; border:1px solid #CCC; line-height: 20px; background:#efefef; *zoom:1; *display:inline; margin:0px 5px 5px 0px }
.tabStyleC li a	{width: ; padding:10px 0; height:; color: #666; text-decoration:none; float:left; border-right: 0; line-height: ; text-align:center; display:inline-block; *zoom:1; *display:inline; }
.tabStyleC li.on,
.tabStyleC li.on1 {border: none; width: ; height: ; color:#fff ;background:#2D85D3;border:1px solid #3276B1 ; }
.tabStyleC li.on a, .tabStyleC li.on1 a {color:#fff; font-weight:bold; }
.tabStyleC div {color:#666; font-weight:normal; }
.tabStyleC div &gt; div {border:none; padding:0;}
.tabStyleC div ul, .tabStyleC div  li , .tabStyleC div a{border:none; padding:0;}
.tabStyleC .depth &gt;div {display:none;position:absolute; left:0; top:; width:100%}


.tabStyleD	{height: 35px; position:relative; border-bottom: 1px #ccc solid; }
.tabStyleD li	{float:left; min-width:200px; border: 1px #ccc solid; display:inline-block; border-right: 0; line-height: 33px; background:#efefef; *zoom:1; *display:inline; }
.tabStyleD li a	{width: ; height:33px; color: #666; text-decoration:none; float:left; border-right: 0; line-height: 33px; text-align:center; display:inline-block; *zoom:1; *display:inline; }
.tabStyleD li.end {border-right: 1px #ccc solid;}
.tabStyleD li.on,
.tabStyleD li.on1 {border: none; width: ; height: 35px; background:#2D85D3; color: #fff; font-weight:600}
.tabStyleD li.on a, .tabStyleD li.on1 a {color: #fff; }
.tabStyleD div {color:#666; font-weight:normal; border:1px solid #ccc; border-top:none; padding:20px;}
.tabStyleD div &gt; div {border:none; padding:0;}
.tabStyleD .depth &gt;div {display:none;position:absolute; left:0; top:33px; width:100%}
.tabStyleD .depth &gt;div ul li {border:none; background:none}
.tabStyleD table {line-height:18px}
.tabStyleD table td{padding-right:30px; padding-bottom:20px;}
.tabStyleD table td img{margin-bottom:10px;}

.tabStyleE {position:relative;}
.tabStyleE li	{float:left; min-width:; display:inline-block; border-right: 0; line-height: 20px; background:/*#efefef*/; border-left:1px solid #ddd; border-top:1px solid #ddd;border-bottom:2px solid #2D85D3;*zoom:1; *display:inline; }
.tabStyleE li.end	{border-right:1px solid #ddd; }
.tabStyleE li a	{width: ; padding:10px 0; height:; color: #666; text-decoration:none; float:left; border-right: 0; line-height: ; text-align:center; display:inline-block; *zoom:1; *display:inline; }
.tabStyleE li img	{padding-bottom:10px;}
.tabStyleE li.on,
.tabStyleE li.on1 {border: none; width: ; height: ; border:2px solid #2D85D3; border-bottom:none; color: ;background:#fff; /*background:url(/images/icon/icon_arrow5.gif) no-repeat*/}
.tabStyleE li.on a, .tabStyleE li.on1 a {color:#2D85D3; font-weight:bold; }
.tabStyleE div {color:#666; font-weight:normal; }
.tabStyleE div &gt; div {border:none; padding:0;}
.tabStyleE div ul, .tabStyleE div  li , .tabStyleE div a{border:none; padding:0;}

.tabStyleE .depth &gt;div {display:none;position:absolute; left:0; top:; width:100%}
.tabStyleE table {border-top:2px solid #5a4f4a;}
.tabStyleE table th, 
.tabStyleE table td { vertical-align:top; padding:15px 20px 10px 0; border-bottom:1px solid #ccc}
.tabStyleE table td a { height:40px;}
/*.tabStyleE span {color:#999; font-size:11px}*/



.tabStyleI {position:relative;}
.tabStyleI li	{float:left; min-width:; display:inline-block; border-right: 0; line-height: 20px; background:/*#efefef*/; border-left:1px solid #ddd; border-top:1px solid #ddd;border-bottom:2px solid #2D85D3;*zoom:1; *display:inline; }
.tabStyleI li.end	{border-right:1px solid #ddd; }
.tabStyleI li a	{width: ; padding:10px 0; height:; color: #666; text-decoration:none; float:left; border-right: 0; line-height: ; text-align:center; display:inline-block; *zoom:1; *display:inline; }
.tabStyleI li img	{padding-bottom:10px;}
.tabStyleI li.on,
.tabStyleI li.on1 {border: none; width: ; height: ; border:2px solid #2D85D3; border-bottom:none; color: ;background:#fff; /*background:url(/images/icon/icon_arrow5.gif) no-repeat*/}
.tabStyleI li.on a, .tabStyleI li.on1 a {color:#2D85D3; font-weight:500; }
.tabStyleI div {color:#666; font-weight:normal; }
.tabStyleI div &gt; div {border:none; padding:0;}
.tabStyleI div ul, .tabStyleI div  li , .tabStyleI div a{border:none; padding:0;}

.tabStyleI .depth &gt;div {display:none;position:absolute; left:0; top:; width:100%}
.tabStyleI table {border-top:2px solid #5a4f4a;}
.tabStyleI table th, 
.tabStyleI table td { vertical-align:top; padding:15px 20px 10px 0; border-bottom:1px solid #ccc}
.tabStyleI table td a { height:40px;}
/*.tabStyleI span {color:#999; font-size:11px}*/

.tabStyle2 {margin-bottom:15px;}
.tabStyle2 &gt; div	 { float:left; text-align:center; border:1px solid #ccc; background:#f8f8f8; padding:7px; min-width:230px; margin:0 5px 5px 0}
.tabStyle2 &gt; div.on,  .tabStyle2 &gt; div.on a{background:#2D85D3;font-weight:bold; color:#fff}
.tabStyle2 &gt; div	 a {text-decoration:none}

.tabStyle3 {border-top:1px solid #EFEFEF; border-bottom:1px solid #EFEFEF; background:#F8F8F8; padding:15px 20px; line-height:15px; text-align:center} 

.tabStyle3 ul { display:inline-block; }
.tabStyle3 li {float:left; padding-left:40px;background:url(/images/icon/icon_dot.gif) repeat-y 40px top}
.tabStyle3 li:first-child {padding-left:0;background:none}

.tabStyle3 li a {float:left; padding-left:40px;text-decoration:none}
.tabStyle3 li.on a{font-weight:600; color:#444; text-decoration:underline}
.tabStyle3 span:first-child {padding-left:0;}


.tabStyleF				{position:relative;}
.tabStyleF li			{float:left;  display:inline-block;line-height: 20px; border: 1px solid #ddd; *zoom:1; *display:inline; }
.tabStyleF li.on,
.tabStyleF li.on1		{border: none; border: 1px solid #ddd; box-shadow: inset 0px 0px 0px 2px #3a87ad; color: ;background:#fff; /*background:url(/images/icon/icon_arrow5.gif) no-repeat*/}
.tabStyleF li.on a,
.tabStyleF li.on1 a	{color:#2D85D3; font-weight:600; }


.tabStyleF li a	{padding:10px 0; height:; color: #666; text-decoration:none; float:left; border-right: 0; line-height: ; text-align:center; display:inline-block; *zoom:1; *display:inline; }
.tabStyleF li img	{padding-bottom:;}

.tabStyleF div {color:#666; font-weight:normal; }
.tabStyleF div &gt; div {border:none; padding:0;}
.tabStyleF div ul, .tabStyleF div  li , .tabStyleF div a{border:none; padding:0;}

.tabStyleF .depth &gt;div {display:none;position:absolute; left:0; top:; width:100%}
.tabStyleF table {}
.tabStyleF table th, 
.tabStyleF table td { vertical-align:top; padding:15px 20px 10px 0; }
.tabStyleF table td a { height:40px;}



.tabStyleF li.bno		{border-bottom:none;}
.tabStyleF li.lno		{border-left:none;}


/*table*/
.tableStyleA {border-top:2px solid #5a4f4a; border-bottom:1px solid #CCC;}
.tableStyleA a {text-decoration:none; padding:0; margin:0}
.tableStyleA table {width:100%;/*border-top:2px solid #5a4f4a;*/ border-bottom:1px solid #acacac;}
.tableStyleA table td img{vertical-align:text-top}


.tableStyleA table th {padding:7px 5px 7px 20px; line-height:30px; font-size:13px;background:#f7f7f7; border:1px solid #eee; border-left:none; border-right:none; vertical-align:top}
.tableStyleA table th.important {background:#d9edf7; color:#111}
.tableStyleA table td {padding:10px 5px 10px 20px; border:1px solid #eee;border-left:none; border-right:none;}
.tableStyleA table ul.w280 li {float:left;width:260px; padding:none; margin:none}
.tableStyleA table ul li {float:left;width:180px;background-color:#fff}
.tableStyleA table td label {margin-right:20px;}

.tableStyleB {margin-bottom:10px; border-top:2px solid #5a4f4a; border-bottom:1px solid #acacac;}
.tableStyleB table {width:100%; border-right:1px solid #d8d8d8;}
.tableStyleB table tr th{padding:10px 16px 12px; vertical-align:middle; color:#333; font-weight:500; background:#f7f7f7; text-align:center; border-left:1px solid #d8d8d8;border-top:1px solid #d8d8d8;}
.tableStyleB table tr td{padding:10px 16px 12px; border-left:1px solid #d8d8d8;border-top:1px solid #d8d8d8;}
.tableStyleB table tr td.tRow {font-weight:bold; text-align:center; line-height:160%; color:#333; background:#ebebeb;} 
.tableStyleB table tr th.leftLine, .tableStyleB table tr td.leftLine {border-left:3px double #d8d8d8;}

.tableStyleC table {border-top:2px solid #5a4f4a;}
.tableStyleC table td {vertical-align:top; padding:20px 30px 10px 0;border-bottom:1px solid #c8c8c8}
.tableStyleC table td.ptN {padding:0 30px 20px 0;}
.tableStyleC table td img {text-align:center}

.tableStyleD table {border-top:0}
.tableStyleD table td {vertical-align:top; padding:20px 30px 20px 0;border-bottom:1px solid #c8c8c8}
.tableStyleD table td img {text-align:center}

.tableStyleE table {border-top:2px solid #5a4f4a; width:100%}
.tableStyleE table img {margin-left:20px }
.tableStyleE table td.line	 {padding-bottom:10px; border-bottom:1px solid #ccc}
.tableStyleE table td {vertical-align:top; padding:10px 0 0 0; line-height:;}
.tableStyleE table td img {text-align:center;}
.tableStyleE table td span {font-weight:600}

/*.tableStyleN table{border:none}
.tableStyleN table td{border:none}*/
.tableStyleN {border:none; padding:0; width:100%}
.tableStyleN table{border:none; padding:0; width:100%}
.tableStyleN table td{border:none;  padding:0;  text-align:left}
.tableStyleN table td a, .tableStyleN table td img {border:none;  padding:0; margin:0;}

.center{text-align:center !important}
.middle{vertical-align:middle !important}

.left{text-align:left !important}
.right{text-align:right !important}

.tabCont img	{padding-top:2px}
.tabCont h4 {background:url(/images/icon/icon_h4.gif) no-repeat top left; padding-top:7px;}
.tabCont h4.none {background:none; padding-top:7px;}

h4.icon {background:url(/images/icon/icon_h4.gif) no-repeat top left; padding-top:7px;}


.justify {text-align:justify }



.spec .specText {width:450px;}*/
.spec .specPhoto {width:452px; float:left}
.spec .specPhoto .photoMain {width:452px;height:340px;border:1px solid #ccc; background-color:#f1f1f1; text-align:center; line-height:338px;display: table-cell; vertical-align:middle;}
.spec .specPhoto .photosum {margin:20px 0;}
.spec .specPhoto .photosum img{width:82px; height:62px; border:1px solid #ccc; margin:5px 4px 0}
.spec .specText {width:450px; float:right; }
.spec .specText h4 {line-height:20px;margin:5px 0 10px;}

.specText h4 span {font-size:14px; color:#999;}
.specText h4 img {vertical-align:middle}
.specText .price {font-size:; color:red; font-weight:bold}
.specText .list {margin-bottom:30px;}
.specText .list  td {background:url(/images/icon/icon_spec.gif) no-repeat ; padding: 5px 5px 5px 40px; font-size:14px; line-height:30px; border-bottom:1px dotted #ccc}
.specText .list .spec2 {background-position: -560px top;}
.specText .list .spec3 {background-position: left -50px ;}
.specText .list .spec4 {background-position: -560px -50px;}
.specText .list .spec5 {background-position: left -100px ;}
.specText .list .spec6 {background-position: -560px -100px ;}

.hashArea li {float:left; padding-left:30px; padding-right:15px; color:#999; min-width:143px; margin-right:5px;margin-bottom:7px;line-height:40px; background:url(/images/icon/icon_hash.gif) no-repeat; /*border-radius:3px; -webkit-border-radius:3px;*/}
.hashArea li.on { background:url(/images/icon/icon_hash_on.gif) no-repeat;color:#2D85D3 }


.alertG {color:#666;; border:1px solid #EFEFEF; background:#F8F8F8; padding:20px !important; margin:5px 0}
.alertB {color:#3A87AD; border:1px solid #BCE8F1; background:#e9f4f9; padding:20px !important;}


.line {border-bottom:1px solid #ccc}
.mainImg {width:135px;height:100px;border:1px solid #eee}


#footer .sitemap {width:940px;margin:0 auto;padding-top:25px; background:url(/images/common/footer.gif);font-family:inherit  }

#footer .sitemap .lineLeft {background:url(/images/common/line.gif) repeat-y top left; padding-left:25px}
#footer .sitemap .lineLeft a {text-decoration:none; color:#777;line-height:23px;}
#footer .sitemap .lineLeft strong{color:#444; font-size:14px;line-height:23px; }


.skip {position:absolute;top:-5000px;text-indent:-5000px;font-size:0;line-height:0;width:0;height:0;}/*³»¿ë°ú ¿µ¿ª ¸ðµÎ ¼û±è*/
.skip_txt {display:block;overflow:hidden;font-size:0px;line-height:0;text-indent:-9999px}/*ÅØ½ºÆ®¸¸ ¼û±è*/



/*¸Û¸Û*/
#s_nav{clear:both; width:100%;	 height: 20px;  position: relative; z-index: 3;}
#s_nav .inner{max-width:1100px;margin:-40px auto 0; padding:0 0px; margin: 0px auto; font-size: 0px; /*padding:0 20px;*/}

#s_nav .inner{position: relative;}
#s_nav .inner .depth{height: 20px; line-height: 20px; font-size: 11px; float: left; position: relative;}
#s_nav .inner .dropUp{	background-position: right -250px; top: -1px; width:270px; height:20px; right:0; color:#5f5f80; line-height:30px; padding-left: 18px; font-size: 14px; /*border-right:#e5e6ea 1px solid; border-left:#e5e6ea 1px solid; border-top-color:#fff; border-top-width: 1px; border-left-style: solid;*/ position: absolute;}
#s_nav .inner .home.depth{width:40px; }
#s_nav .inner .home.depth a{ width: 100%; height: 100%; display: block; position: relative;}
#s_nav .inner .home.depth a span{  	left: 17px; top: 8px; position: absolute;}
#s_nav .inner .depth1.depth{background-position: right -150px; width: 180px;position: relative;}
#s_nav .inner .depth2.depth{background-position: right -150px; width: 180px; border-right-color: rgb(236, 236, 236); border-right-width: 1px; border-right-style: solid; position: relative;}
#s_nav .inner .depth1.depth a, #s_nav .inner .depth2.depth a { color: #80a2bc;}

#s_nav .inner .depth .sel{	padding: 0px 16px 0px 17px; height: 100%; color: rgb(102, 102, 102); display: block;}
#s_nav .inner .dropUp .nav_icon01{	background-position: -50px -300px; left: 11px; width: 51px; height: 61px; bottom: 0px; display: block; position: absolute;}
#s_nav .inner .on.dropUp{background-position: right -200px;}
#s_nav .inner .depth .nav_home{	width: 100%; height: 25px; display: block; background:url(/images/icon/icon_home.png) no-repeat}
#s_nav .inner .dropUp a{width: 100%; height: 100%; color:#5f5f80; font-weight: 600; display: block; z-index: 10; font-size:15px; text-decoration:none;}
#s_nav .inner .dropUp a img{padding-bottom:2px;}
#s_nav .inner .dropUp span:hover{display:inline-block; border-bottom:1px solid #5f5f80; line-height:1em;}
#s_nav .inner .depth ul{background: rgb(255, 255, 255); padding: 10px 0px;  left: -1px; top: 42px; /*width: 180px; */display: none; position: absolute;}
#s_nav .inner .depth ul.on{display: block;}
#s_nav .inner .depth ul li{	line-height: 20px;}
#s_nav .inner .depth ul li a{color: rgb(102, 102, 102); padding-left: 17px;}
.clfix::after{height: 0px; clear: both; display: block; visibility: hidden; content: ".";} .clfix{display: inline-block;} .clfix{display: block;} * html .clfix{	height: 1%;} .clfix{-ms-zoom: 1;}
div.menu_Big_selectBox{display:inline-block; /*max-width:150px; */min-width:100px; font-size: 12px; color:#757a8a; cursor:pointer; z-index:1; position:relative}/*min-width:150px;*/
div.menu_Big_selectBox span.selected{	display:inline-block;font-size: 12px;	width:120%;  height:35px; line-height: 30px;text-indent:22px;	}
.arrow {background: url("/images/icon/common_ui.png") no-repeat 76% 14%;}
div.menu_Big_selectBox span.small{font-size: 12px;border-bottom:none; color:#444; }
div.menu_Big_selectBox span.selectOption{display:block; width:100%; line-height:30px}
div.menu_Big_selectBox span.selectOption a{display:block; width:100%; line-height:30px; padding:2px 0; text-indent:20px; color:#757a8a; border: 0; text-decoration: none; }
div.menu_Big_selectBox span.selectOption a:hover{color:#888}
div.menu_Big_selectBox span.selectOption:hover{background:#d9edf7; color:#888}
div.menu_Big_selectBox div.selectOptions{position:absolute;	color: #696969;top:36px; left:0;	width:100%; border:1px solid #ccc;border-bottom-right-radius:5px;border-bottom-left-radius:5px;overflow:hidden;background:#fff;	display:none;
}




.boxGrayTxt {padding:20px; background:#fbfbfb !important; border:1px solid #dedede;}



h4.icon						{background: url(/images/icon/icon_h4.gif) no-repeat top left; padding-top: 7px;}
.tabStyleZ					{float:clear; top:110px;width:940px;padding:0; margin:0}
.tabStyleZ a				{width:187px; display:inline-block; text-decoration:none; text-align:center; min-height:40px;line-height:40px; border-top:1px solid #ccc;border-left:1px solid #ccc}
.tabStyleZ a.end		{width:188px; border-right:1px solid #ccc;}
.tabStyleZ a.bottom	{border-bottom:1px solid #ccc;}
.tabStyleZ a.on			{color:#2D85D3; font-weight:bold; 	box-shadow:inset 0px 0px 0px 3px #2D85D3;	-webkit-box-shadow:inset 0px 0px 0px 3px #2D85D3;	-moz-box-shadow:inset 0px 0px 0px 3px #2D85D3;}
.servicePrice {font-size:17px; font-weight:bold ; color:red; font-style:italic}

.furnitureTable table {}
.furnitureTable table td {padding:15px 10px;}
.furnitureTable {border:1px solid #ccc;width:750px}
.furnitureTable h5 {font-size:15px;}
.ban {background:url(/images/kitchenware.jpg) no-repeat; width:485px; height:131px;line-height:18px; padding:15px 20px 0 280px;color:#703019;}
.ban2 {background:url(/images/livingware.jpg); width:465px; height:131px; line-height:18px;padding:15px 20px 0 280px;color:#eaeaea; }
.ban h4{margin:5px 0;color:#703019} .ban2 h4 {margin:5px 0; color:#fff}
.packageBox {background:#f3f3f1; border:1px solid #ccc; padding:0 10px;}
.packageBox table td{text-align:center; padding:}
.packageBox table td img {border:1px solid #ccc;}
.packageBox table th.packageLine {text-align:center; border-left:1px solid #ccc;}
.packageBox table td.packageLine {border-left:1px solid #ccc;padding:20px 0 ;}

.tabStyleFur { float:left;  padding:35px 0 0 0; width:940px; position:relative;}
.tabStyleFur .tabFurniture {overflow:hidden; zoom:1; position:absolute; left:-1px; top:-1px; width:940px;  }
.tabStyleFur .tabFurniture li { float:left; cursor:pointer;border: 1px #ccc solid; display:inline-block; border-right: 0; line-height: 33px; background:#efefef; *zoom:1; *display:inline; min-width:117px; text-align:center  }
.tabStyleFur .tabFurniture li:hover {background:#2D85D3; color:#fff}
.tabStyleFur .tabFurniture li.end {border-right: 1px #ccc solid; }

.tabStyleFur .tab1 { overflow:hidden; zoom:1; }
.tabStyleFur .tab9 { overflow:hidden; zoom:1; }
.tabStyleFur .tab3 { overflow:hidden; zoom:1; }
.tabStyleFur .tab4 { overflow:hidden; zoom:1; }
.tabStyleFur .tab5 { overflow:hidden; zoom:1; }
.tabStyleFur .tab6 { overflow:hidden; zoom:1; }
.tabStyleFur .tab7 { overflow:hidden; zoom:1; }
.tabStyleFur .tab8 { overflow:hidden; zoom:1; }
.tabStyleFur &gt; div { padding:15px;}

.tabStyleFur .tab		{ overflow:hidden; zoom:1; position:absolute; top:-1px; width:940px;  }
.tabStyleFur .tab li	{ float:left; cursor:pointer; }
.tabStyleFur .tab1	{ overflow:hidden; zoom:1; }
.tabStyleFur .tab9	{ overflow:hidden; zoom:1; }
.tabStyleFur .tab3	{ overflow:hidden; zoom:1; }
.tabStyleFur .tab4	{ overflow:hidden; zoom:1; }
.tabStyleFur .tab5	{ overflow:hidden; zoom:1; }
.tabStyleFur .tab6	{ overflow:hidden; zoom:1; }
.tabStyleFur .tab7	{ overflow:hidden; zoom:1; }
.tabStyleFur .tab8	{ overflow:hidden; zoom:1; }
.tabStyleFur &gt; div {padding:15px;}
.tabStyleFur .tab1, .tabStyleFur .tab9, .tabStyleFur .tab3, .tabStyleFur .tab4,.tabStyleFur .tab5, .tabStyleFur .tab6,.tabStyleFur .tab7, .tabStyleFur .tab8 {border:1px solid #ccc; border-top:0; width:940px; text-align:center}
.list_thumb2 {overflow:hidden; text-align:center;min-height:167px;}
.list_thumb2 a {text-decoration:none;}
.list_thumb2 li {float:left; width:165px;   margin:0 7px;}
.list_thumb2 .link_thumb {display:block;border:1px solid #dadada}
.list_thumb2 .icon {display:block;margin:10px 0 3px 0;line-height:13px; height:8px}
.list_thumb2 .txt_desc {display:block;}
.list_thumb2 .txt_desc .link_txt {font-size:12px;line-height:17px;color:#666}
.list_thumb2 .txt_time {display:block;margin-top:10px;font-size:11px;line-height:13px;color:#aaa}




.eventLink a {color:#ccc; text-decoration:none}


.houseNumber input {margin:0; padding:0;}
.houseNumber input.search{height:auto; padding:0 5px; font-size:11px;line-height:15px; color:#555; vertical-align:middle;background-color:#fff; background-image:none;border:1px solid #ccc; border-radius:3px; -webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.075); box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.075); -webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; font-family:"Open Sans", sans-serif;}

.houseNumber input.inputNone {width:auto; height:auto; padding:0; border:none; line-height:0; font-size:12px;vertical-align:middle;background-image:none;}








</pre></body></html>