#content .visual {
	background-image: url(../../img/mobile/bg_sky.png);
	background-repeat: repeat-x;
	position: relative;
}

.visual_text {
	font-family: 'Nanum Myeongjo', serif;
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	margin-left: 32px;
	bottom: 20px;
}

.visual_text0 {
	position: relative;
	top: 40px;
	left: 32px;
	width: 250px;
}

.clinic_counter {
    font-size: 24px;
    text-align: center;
    padding: 6px;
    border-bottom: 1px solid #dcdcdc;
}

.car_left {
	position: absolute;
    bottom: 0px;
    right: 0px;
}

.car_left img {
	width: 280px;
}

.s_list {
	background-color: #E8E8E8;
}

.s_list>a {
	display: block;
	padding: 10px;
	color: #000;
}

.list_icon {
	width: 34px;
	float: left;
	margin-right: 10px;
}

.list_text {
	float: left;
}

.list_arrow_right {
	float: right;
	width: 22px;
	margin-top: 7px;
}

.list_text .tt {
	font-weight: bold;
	font-size: 15px;
	color: #192229;
}

.list_text .text {
	font-size: 11px;
	letter-spacing: -1px;
	color: #6d6d6d;
}

.notice_wrap {
	background: #e8e8e8;
}

.notice {
	background: #ffffff;
	margin: 10px;
	display: inline-block;
	border-radius: 15px;
}

.notice a {
	color: #000000;
	padding: 5px 10px;
	display: block;
	line-height: 20px;
	margin: 5px 0;
}

.notice_text {
	float: left;
	font-weight: bold;
	font-size: 14px;
}

.notice_tt {
	float: left;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	left: 5px;
	right: 75px;
	margin-top: 5.5px;
}

.notice_date {
	float: right;
	font-size: 12px;
	margin-top: 6px;
}

.notice .bx-wrapper a {
	position: relative;
	display: block;
	height: 30px;
	padding: 0 5px;
	margin: 0 10px 0 0;
}

.prev_slider {
	float: left;
	display: inline-block;
}

.prev_slider a {
	position: relative;
	display: inline-block;
	
}

.prev_slider .notice_date {
	position: absolute;
	right: 10px;
}


.card_list {
    background-color: #E8E8E8;
	text-align: center;
}

.card_list ul li a {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	text-decoration: none;
	position: relative;
}

.bx-controls {
	position: absolute;
	width: 100%;	
}

.bx-next {
	float: right;
}

.clearfix { 

clear:both;

}