/* *{
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
} */
html, body{
	width:100%;
	background: #fff;
}
.new_icon {
    /* width: 48%; */
    display: inline-block;
    color: white;
    background: #5CBBD7;
    padding: 2px 5px 2px 5px;
    font-size: 15px;
    text-align: center;
		font-weight: 500;
}
body{
	/* background:#f8f9f6; */
	background: #fff;
}

.clear{
	clear:both;
}

.navbar-default{
	background-color:#fff;
	border-color:#fff;
}

.btn-black{
	background:black;
	color:white;
}


.mnu_line{
	display:none;
}

.nav-tabs.agency>li>a{ /* 반응형 모바일 */
	border-radius:0px;
	/* background:white; */
	color:gray;
	border:1px solid #d7d6d4;
	margin:0;
	font-size:16px;
	font-weight: normal;
}


@media screen and (min-width:640px){
	.mnu_line{
		display:block;
		width:1px;
		background:black;
		height:9px;
		position:absolute;
		right:0px;
		top:50%;
		margin-top:-4.5px;
	}

	.top_tab{
		margin-top:75px;
	}

	.nav-tabs.agency>li>a{ /* 반응형 PC */
		height:65px;
		line-height:65px;
		width:100%;
		padding:0px;
		text-align:center;
		font-size:20px !important;
		font-weight:normal;
	}

	.nav-tabs>li{
		width:20%;
	}
}

.navbar{
	margin-bottom:0px;
	padding-bottom:0px;
}

.navbar-brand{
	padding:10px;
}


.top_tab{
	margin-top:15px;
}

.navbar-toggle{
	border:none !important;
	border-radius:0 !important;
}

.navbar-nav>li>a{
	color:#212121!important;
}

.header_line{
	width:100%;
	border-bottom:4px solid #172e3e;
}

.carousel-indicators .active{
	background:black;
}

.carousel-indicators li{
	background:transparent;
	width:100px;
	height:5px;
	margin-left: 5px;
}

.main_slide{
	width:100%;
	border-bottom:1px solid #e7eaeb;

}

.nav-tabs>li{
	margin-bottom:0px;
	width:16.6%;
	text-align:center;
	color:#3f3f3f;
	font-size:26px;
}

.nav-tabs.agency{
	/* border-bottom:2px solid black;; */
}

.nav-tabs.agency>li.active>a{
	color:white;
	background-color:#e25f54;
	/* border:1px solid black; */
	font-weight: bolder;
}



.hot_icon{
	display:inline-block;
	color:white;
	background:#f43434;
	padding:2px 5px 2px 5px;
	font-size:15px;
	font-weight: 500;
}
.nohot_icon{
	display:inline-block;
	color:white;
	background:#fff;
	padding:2px 5px 2px 5px;
	font-size:18px;
}

.product_left{
	width:48%
}

.product_right{
	width:45%;
	text-align:center;
	vertical-align:middle;
}

.product_left, .product_right, .product_margin{
	float:left
}

.product_margin{
	width:7%;
}

.product_img{
	width:auto;
	height: 222px;
}
@media screen and (max-width:1200px){

	.product_img{
		width: 100%;
		height: auto;
	}
}


.model_nm{
	display:block;
	width:100%;
	font-size:18px !important;
	line-height:22px;
	color:#3f3f3f;
	font-weight:bold;
	margin-top:10px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow:ellipsis;
	height: 22px;
	opacity: 0.8;
}

.pbox{
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 4%;
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align:left;
}

.sell_data td{
	padding:2px 0 2px 0;
}


.model_price{
	width:100%;
	display:block;
	font-size:15px;
	font-weight: bold;
	color:#3f3f3f;
	margin-top:20px;
	margin-bottom:15px;
	overflow:hidden; text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;
}

.btn-box{
	border-radius:0;
}

.btn-box:hover{
	color:white;
}

.btn-rebate{
	width:100%;
	background:#4f4f4f;
	color:white;
	font-size:16px;
	margin-top:5px;
	margin-bottom:5px;
}

.btn-buy{
	width:100%;
	background:#ff6a00;
	color:white;
	font-size:16px;
	margin-bottom:5px;
}

.slider .owl-nav{
	display:none;
}
.owl-controls{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.owl-dots{
	position: absolute;
	display:inline-block;
	margin:0 auto;
	bottom:0px;
	left: 50%;
}

.owl-dot{
	display:inline-block;
	width:100px;
	height:5px;
	background:white;
	/* border-radius:50%; */
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
}

.owl-dot.active{
	background:#ffd577;
}



.product_option_box_1{
	border:1px solid #d7d6d4;
	background:white;
}

.product_price_box{
	border:1px solid #d7d6d4;
	background:#f1f1f1;
	height:100%;
}

.product_option_box, .product_price_box{
	padding:30px;
}


h4.price_title{
	width:100%;
	background:#373737;
	padding:15px;
	color:white;
}

.price_table{
	background:white;
}


.panel-black > .panel-heading {
  background-image: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
  background-image:      -o-linear-gradient(top, #000000 0%, #000000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #000000 0%, #000000 100%);
  background-repeat: repeat-x;
  color:white;
}

.panel-footer a{
	color:black;
}

.headerSearch>div>*{
	float: right;
	padding: 0;
	margin: 0;
	border: none;
	box-sizing: border-box;
}
.headerSearch>div>button{
	background: #000;
	color: #fff;
	height: 30px;
	width: 50px;
	margin-right: 15px;
}
.headerSearch>div>select{
	background: #fff;
	color: #000;
	height: 30px;
	border: 1px solid #ddd;
	border-right: 0;
}
