/*.navbar .navbar-brand { height: auto !important; padding: 0; }*/
body {
	font-size: 13px;
}
body[data-useragent*='letsworksapp']{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main-preview > .main-preview-list { border-top: 1px solid #eee; }
.main-preview > .main-preview-list:first-child { border-top: 0px !important; }
.bgimage { background-repeat: no-repeat; background-size: cover; height: 100%; background-position: center center; }
.jsheight iframe { top:-60px !important; }
.navbar-logo { height: 35px !important; }
.header_logo { max-width: 200px !important; width:100%; }
.footer_logo { width: 120px !important; }
.preview_list {
	display: block;
	cursor: pointer;
	color: black;
}.preview_list:hover {
	color: #0099CC;
}
/*.swiper-container {
	cursor: pointer;
}
*/
/* color set */
.color-coolblue {
	background: #2193b0;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #6dd5ed, #2193b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* fix sticky mobile */
/*.subnav-sticky {
	padding: 5px 15px;
	margin-left: 1px;
}
.subnav-sticked {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 769px){
	.subnav-sticked {
		width: 100% !important;
		left: 0;
		right: 0;
		margin: 0;
	    color: white;
	    background-color: #555 !important;
	    border: 0;
	}
}*/

/* 위첨자텍스트 rentcar.php 에 쓰임 */
.uppertext {
    display: inline-block;
}
.tag {
	position: fixed;
	margin-left:-7px;
	z-index: 10;
	width: 110px;
	min-height: 80px;
	background:url('/assets/images/tag_bg2.png') no-repeat bottom;
    padding: 15px 15px 42px 15px;
    text-align: center;
    color: white;
    font-size: 25px;
    line-height: 20px;
}.tag small {
	font-size:12px;
}
@media (max-width: 769px){
	.tag {
		zoom:0.7;
	}.tag small {
		font-size:9px;
	}
}