#fullscreen{
  background-size:cover;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
}

.display-none {
  display:none;
}
/*new design*/
.navbar {
    width: 100%;
	height: 300px;
    background-image: url(/assets/mobile/images/m_top.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
	position:absolute;
	top:0px;
	border:none;
}
.bar-home-icon{
	background-color:#fff;
}
.body{
	padding-top:300px;
}
#logo{
	margin:5px 0px 0px 10px;
}
.padding{
	padding:0px;
}
.padding .in{
	box-shadow:none;
}

.navbar-title > input{
    background-color: transparent;
	border:1px solid #fff;
	padding:10px;
	color:#fff;
}

.main-top-search > input::-webkit-input-placeholder { color: #ffffff; } 
.main-top-search > input::-moz-placeholder { color: #ffffff; } 
.main-top-search > input::-ms-input-placeholder { color: #ffffff; } 
.main-top-search > input::-ms-input-placeholder { color: #ffffff; }

.main-top-search{
	width:80%;
	height:35px;
	border-radius: 2px;
	border:1px solid #ffffff;
	position: relative;
	margin-left:40px;
	margin-right:15px;
	margin-top:160px;
	z-index:0;
	text-align:left !important;
}
.opacity-area{
	width:100%;
	height:100%;
	background-color: #ffffff;
	opacity: 0.35;
	position: absolute;
	z-index: 1;
}
.main-top-search > input{
	width:90%;
	height:90%;
	background-color:transparent;
	font-size: 16px;
	text-align: left;
	color: #ffffff !important;
	border:0px;
	padding-left:10px;
	padding-top:2px;
	z-index: 2;
	position: absolute;
}
.glyphicon{
	position: absolute;
	color:white;
	font-size:14px;
	padding-top: 10px;
	right:10px;
	z-index: 3;
}
.main-top-text{
	width:100%;
	background-color: #ffffff;
	font-size:22px;
	color:#3a3a3a;
	line-height: 1.36;
	letter-spacing: -0.8px;
	padding:20px;
}

/* 통합검색 */
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

ul.ui-autocomplete.ui-menu{
	width:250px;
	border:1px solid #cacaca;
	font-size:12px;
	color:#454545;
	z-index:9999;
}

.ui-menu-item{
	background-color:#ffffff;
}

.ui-widget-content li {
	height:35px;
	line-height:28px;
	border-bottom: 1px solid #ccc;
}
/* 통합검색 */


/*테마*/
#home_theme .item-photo{
	background-size: cover;
	height: 100px;
	width: 124px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#home_theme .item{
	margin-right:10px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	width: 126px;
	text-align: center;
}
.touchcarousel .touchcarousel-item.last .item{
	margin-right:0px !important;
}
#home_theme .item h6{
	height:17px;
	overflow:hidden;
	padding:0px 5px;
	font-weight:normal;
}

#home_theme .arrow-holder.left{
	left:-8px;
	top:40px;
}
#home_theme .arrow-holder.right{
	right:-10px;
	top:40px;
}
#home_theme .arrow-holder.left.disabled,
#home_theme .arrow-holder.right.disabled{
	display:none;
}
#home_theme .tc-paging-container{
	top:145px !important;
	left:-10px !important;
	margin-left:50% !important;
}
#home_theme{
	margin-bottom:20px;
}
#home_theme .arrow-icon.left{
	width:30px;
	height:30px;
	background-image:url(/assets/mobile_hy1/img/sprite.png);
	background-position:-5px -8px;
}
#home_theme .arrow-icon.right{
	width:32px;
	height:32px;
	background-image:url(/assets/mobile_hy1/img/sprite.png);
	background-position:-172px -8px;
}

/*뉴스*/
#home_news{
	padding-bottom:5px;
}

#home_news .item-photo{
	background-size: cover;
	height: 100px;
	width: 124px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#home_news .item{
	margin-right:10px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	width: 126px;
	text-align: center;
}

#home_news .item h6{
	height:17px;
	overflow:hidden;
	padding:0px 5px;
	font-weight:normal;
}

#home_news .tc-paging-container{
	display:none;
}

/*갤러리*/
.gallery .tc-paging-container{
	display:none;	
}

/*급매*/
.speed .tc-paging-container{
	display:none;	
}