/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
/*나눔 고딕 추가하기 */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

body, button, input, textarea, div, h1, h2, h3, h4, h5 {
    font-family: "Nanum Gothic" !important;
}

address {
	margin-bottom: 10px;
}

.active_red {
	color:#97453f;
	font-weight:bold;
}

.content-wrap {
	position: relative;
	padding: 40px 0;
}

#google-map {
	position: relative;
	width: 100%;
	height: 700px;
}

.product-price ins {
	text-decoration: none;
	color: #97453f;
	font-size: 14px;
}

.single-product .product-name {
	float: left;
	font-size: 24px;
	color: #000000;
	margin-bottom: 0;
}

.product-3 .product-image { height: 270px !important; padding: 0px !important; }

.postcontent .product-3 .product {
    height: 380px;
}

.gray_border {
	border:1px #c0cad8 solid;
	/* background: #f9f9f9;*/
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #FFF !important;
	background-color: #97453f !important;
	border-color: #c0cad8 !important;
}

.tbl_head01 thead th {
    padding: 12px 0;
    border-top: 1px solid #d1dee2;
    border-bottom: 1px solid #d1dee2;
    background: #FFFFFF !important; 
    color: #97453f !important;
    font-size: 0.95em;
    text-align: center;
    letter-spacing: -0.1em;
}

.tbl_head01 thead th a {
 
    background: #FFFFFF !important; 
    color: #97453f !important;
 
}

.tbl_frm01 th {
    width: 90px;
}    

.tbl_frm01 tr {
    height: 44px !important;
}

#table-lecture th {
	background: #f5f5f5 !important;
}

#top-bar .col_half { text-align: center !important; }

.form-control-others {
	border-radius: 3px; width: auto !important; 
 	border-color: #999;
	margin-top: -10px !important;
	box-shadow: none;
	line-height: normal !important;
}	

.form-control-others:active,
.form-control-others:focus {
	border-color: #999;
	box-shadow: none;
}

.checkbox {
	display: inline !important;
}

.control_wrapper label {
	margin-bottom: 0px !important;
	margin-right: 10px;
}

.optItem {
	font-weight: bold;
	margin-right: 10px;
	
}

#captcha #captcha_key {
	width: 100px;
}


.salon_option_legend li {
	display: inline !important;
	margin-right: 10px;
	margin-bottom: 0px;
}

.salon_option_legend li img {
	    vertical-align: -6px;
}

.salon_option {
	margin-bottom: 0px !important;
}

.salon_option li {
	display: inline !important;
	margin-right: 10px;
}

.salon_option li img {
	    vertical-align: -6px;
}

#area_combo {
	margin-top: 30px;
}    

#button_div {
	clear: both;
	display: block !important;
	padding-top: 40px;
	width: 100%;
}

#filter_options span {
	margin-right: 15px !important;
}

#filter_options span label {
	margin-bottom: 0px !important;
}

.regTable td {
	height: 50px !important;
	line-height: 40px !important;
}

.regTable th {
	line-height: 40px !important;
}

.mg10 {
	margin-bottom: 10px;
}
