.fixed_header {position: fixed; top: 0; left: 0; width: 100%; background-color: #fff; z-index:9999;}
.fixed_header #gnb {position: fixed; top: 0; width:100%;}
.fixed_header #gnb>.inner_wrap {width:980px; margin:0 auto;}
.fixed_header #gnb, .fixed_header #gnb .gnb_title {background-color:#fff;}
.fixed_header #gnb .gnb_title a {color: #222;}
.fixed_header #gnb .gnb_title .active {color:#66dcf3}
.fixed_header #gnb .util_mynote {background-color: #1164b0;}
.fixed_header .gnb_category {position: relative; top: 0;}



.clinic_area {position:relative; width:100%; padding:20px 0px 20px 0px;}
.clinic_area .clinic_img {text-align:center; position:relative;}
.clinic_area .clinic_close {position:absolute; right:0; bottom:0px;}

.section {width:1440px; margin:40px auto 0 auto; display:inline-block;}
.section .title {margin-top:20px;}
.section .content{margin-top:20px;}
.section>.content>ul>li {float:left; margin-left:10px; }
.section>.content>ul>li:first-child {float:left; margin-left:0px}
.section .content .recent_box {width:360px; float:left; margin-left:10px;}
.section .content .recent_box:first-child {width:360px; float:left; margin-left:0px;}
.section .content .recent_box {width:360px; float:left; margin-left:10px;}
.section .content .recent_box:first-child {width:360px; float:left; margin-left:0px;}
.section .content .recent_box .titles {margin-bottom:20px;}
.section .content .recent_box dl {clear:both;width:360px;margin:0 auto;padding:0px; }
.section .content .recent_box dd.data {float:left;width:280px;padding-left:8px; margin:5px 0px 5px 0px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.section .content .recent_box dd.day {float:right;  margin:5px 0px 5px 0px}

.section .content .recent_box{width:48%; margin-left:0;}
.section .content .recent_box_t{margin-top:50px; margin-bottom:30px}
.section .content .recent_box:first-child{width:48%}
.section .content .recent_box:nth-of-type(2n-1){margin-right:20px}
.section .content .recent_box:nth-of-type(2n){float:right;min-height: 195px;}
.section .content .recent_box dl{width:100%; font-size:14px;}
.section .content .recent_box dd.data{padding-left:0; float:left;}

.section .content .helpdesk{width:40%; float:left;}
.section .content .map{width:60%; float:right;}

.bxslider2 {width:100%; min-height:436px;}
.bxslider2>li{min-height:436px;}
.bxslider2>li>img{min-height:436px;}


.radius_box {border-radius:25px;}


.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	zoom:1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}


.bx-wrapper .bx-viewport {
	background:tranparent;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 30px;
	left:-25%;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('/img/new/bx_loader.gif') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 0px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	zoom: 1;
	display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #4f3d39;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #e20000;
	position:relative;

}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	right: 32px;
	background: url(/img/new/main/arrow_left.png) no-repeat 0px -33px;
}

.bx-wrapper .bx-next {
	right: 0px;
	background: url(/img/new/main/arrow_right.png) no-repeat 0px -33px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0px 0px;
}

.bx-wrapper .bx-next:hover {
	background-position: 0px 0px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top:-10%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 0;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/img/new//controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/img/new//controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


.content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding:20px 0px;
}

.mid_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.mid_item {
  width: calc(33.333% - 14px);
  margin-bottom: 20px;
  box-sizing: border-box;
}

.mid_item img {
  width: 100%;
  height: auto;
  display: block;
}

.bxslider_pack {width:100%;}
.bxslider_pack > div {width:25%;}
.bxslider_pack > div >  img {width:95%;}