﻿ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 50px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    width: 1240px;
    font-family:"dotum";
    font-size:12px;
    margin: -35px auto 0;
}
ul.tabs li {
    float: left;
    text-align:center;
    cursor: pointer;
    width:180px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #eee;
    border-left: none;
    font-weight: 500;
    background: #fafafa;
    overflow: hidden;
    position: relative;
	font-size:17px;
	font-weight:400
}
ul.tabs li.active {
    background: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.tab_container {
    border: 1px solid #eee;
    border-top: none;
    clear: both;
    background: #FFFFFF;
	width:1240px;
	margin: 0 auto;
	min-height: 500px;
	margin-bottom: 120px;
}
.tab_content {
    padding: 5px;
    font-size: 12px;
    display: none;
    padding-bottom: 20px;
}
.tab_container .tab_content ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_container .tab_content ul li {
    padding:5px;
    list-style:none
}
.tab_container .tab_content ul li .dsp_p {
	font-size: 17px;
    color: #757575;
    border-bottom: 1px solid #9caec7;
    line-height: 30px;
}

.search_dsp_info {
	height: 360px;
	padding-top: 50px;
	padding-left: 365px;
	padding-right: 60px;
	border: 1px solid #d6d6d6;
	border-bottom-right-radius:30px;
	margin: 14px;
	background: url(../image/background_product_total_search.jpg) no-repeat;
}

.tab_container .tab_content ul li .dsp_p::before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #285b95;
    margin-right: 10px;
    position: relative;
}

;
 #container {
    width: 249px;
    margin: 0 auto;
}
