.wrap {
	width:1200px;
	margin: 0 auto;
}

.wrap02 {
	width:1400px;
	margin: 0 auto;
}

/* head */

.head {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
}

.head.scroll {
    position: fixed;
}

.head.scroll .wrap {
    width:100%;
}

.head.scroll .logo {
	display:none;
}

.logo {
    margin: 20px 0px;
    text-align: center;
}

nav#accordian {
    display: none;
}

.menu {
	position: relative;
	width:100%;
	background:#2f89a1;
    z-index: 99;
}

.head.scroll .menu {
    width: 100%;
}

.menu_inner {
	width:100%;
	height: 60px;
}

.head.scroll .menu .menu_inner {
    width: 1200px;
	margin: 0 auto;
	border-left: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
}

.menu_inner li {
	position: relative;
    float: left;
    width: 16.667%;
    border-left: 1px solid rgba(255,255,255,0.2);
}

.menu_inner li:first-child {
	border-left: none;
}

.menu_inner li a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
}

.menu_inner li:hover, .menu_inner li a:hover {
    background: #135263;
}

.hover_menu {
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 177px;
    width: 100%;
	height: 0px;
    z-index: 3;
	transition: all .6s ease-in-out;
}

.hover_menu.show {
    top: 177px;
	height: 245px;
    transition: all .6s ease-in-out;
}

.head.scroll .hover_menu {
    top: 0px;
}

.head.scroll .hover_menu.show {
    top: 60px;
    background: #fff;
	border-bottom: 1px solid #ddd;
}

.head.scroll .wrap.hover_menu_inner {
	width: 1200px;
	margin: 0 auto;
}

.hover_menu_inner {
    overflow: hidden;
    background: #fff;
}

.hover_menu ul li {
    float: left;
    width: 16.667%;
    text-align: center;
    padding: 20px 0px;
    height: 245px;
    border-left: 1px solid #e8e8e8;
}

.hover_menu ul li:first-child {
	border-left: none;
}

.head.scroll .hover_menu ul li:first-child {
	border-left: 1px solid #e8e8e8;
}

.head.scroll .hover_menu ul li:last-child {
	border-right: 1px solid #e8e8e8;
}

.hover_menu ul li:hover {
	background:#eee;
}

.hover_menu ul li dl dd {
    margin: 10px 0px;
}

.hover_menu ul li dl dd a {
    display: block;
    font-size: 15px;
	letter-spacing: -0.5px;
}

.hover_menu ul li:hover dl dd a { }

.hover_menu ul li dl dd a:hover {
    text-decoration: underline;
}

/* smenu */
dl.smenu {
	display: none;
    position: absolute;
    left: 0px;
    top: 60px;
    width: 100%;
	background: #135263;
	border: 1px solid #0a4858;
}

.menu_inner li:hover dl.smenu {
    display: block;
}

dl.smenu dd {
	position: relative;
	border-bottom: 1px solid #0a4858;
}

dl.smenu dd:last-child {
	border-bottom: none;
}

dl.smenu dd a {
	/* background: url('../image/top/smenu_arrow01.png') 172px center no-repeat; */
    padding: 13px 20px;
    text-align: left;
	color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.5px;
}

dl.smenu dd a:hover {
    background: #093c4a;
    color: #fff;
}

dl.smenu dd.plus a { background: url('../image/top/smenu_arrow01.png') 172px center no-repeat; }
dl.smenu > dd.plus:hover > a, dl.smenu dd.plus a:hover { background: #093c4a url('../image/top/smenu_arrow02.png') 172px center no-repeat; }

dl.ssmenu {
    display: none;
    position: absolute;
    background: #135263;
    top: 0px;
    /* left: 195px; */
	left: 100%;
    width: 100%;
    border: 1px solid #0a4858;
}

dl.smenu dd:hover dl.ssmenu {
	display: block;
}

dl.smenu dd dl.ssmenu dd a {
	background: none;
}

dl.smenu dd dl.ssmenu dd a:hover {
	background: #093c4a;
}

/* main */
.main_vis {
	position:relative;
}

.main_vis_inner {
	width: 100%;
	height:850px;
	background-size: cover !important;
}

.main_vis01 { background:url('../image/main/main_vis01.jpg') center top no-repeat; }
.main_vis02 { background:url('../image/main/main_vis02.jpg') center top no-repeat; }
.main_vis03 { background:url('../image/main/main_vis03.jpg') center top no-repeat; }
.main_vis04 { background:url('../image/main/main_vis04.jpg') center top no-repeat; }
.main_vis05 { background:url('../image/main/main_vis05.jpg') center top no-repeat; }

.main_text {
    position: absolute;
    width: 100%;
    top: 370px;
    text-align: center;
	letter-spacing: -1px;
}

.main_text h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 66px;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.main_text p {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.main_con01 {
	margin-bottom: 80px;
    padding: 30px 0;
	border-bottom: 1px solid #ddd;
}

ul.main_iconlist {
	overflow:hidden;
}

ul.main_iconlist li {
    float: left;
    width: 16.66%;
    text-align: center;
    border-left: 1px solid #ddd;
}

ul.main_iconlist li:first-child {
	border-left: none;
}

.icon_img {
	display:block;
}

.icon_img span {
	display: inline-block;
	width:84px;
	height:84px;

	-webkit-transition:all 0.30s ease-in-out;
	-moz-transition:all 0.30s ease-in-out;
	-ms-transition:all 0.30s ease-in-out;
	-o-transition:all 0.30s ease-in-out;
}

.icon_img01 span { background:url('../image/main/main_icon01.png') top center no-repeat; }
.icon_img02 span { background:url('../image/main/main_icon02.png') top center no-repeat; }
.icon_img03 span { background:url('../image/main/main_icon03.png') top center no-repeat; }
.icon_img04 span { background:url('../image/main/main_icon04.png') top center no-repeat; }
.icon_img05 span { background:url('../image/main/main_icon05.png') top center no-repeat; }
.icon_img06 span { background:url('../image/main/main_icon06.png') top center no-repeat; }

ul.main_iconlist li a:hover .icon_img span {
	background-position: bottom center !important;
}

span.icon_txt {
    display: block;
    margin-top: 10px;
    font-size: 16px;
	font-weight: 500;
}

ul.main_iconlist li a:hover span.icon_txt {
	color: #2f5da1;
}

.main_con02 {
    margin-bottom: 80px;
}

.main_con02 h2 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 36px;
	font-weight: 500;
}

.main_con02_list ul {
	overflow:hidden;
}

.main_con02_list ul li {
	position:relative;
    float: left;
    height: 360px;
    padding: 40px;
	background-size:cover !important;
}

.main_con02_list ul li.con02_list_inner01 { width:350px; background:url('../image/main/main_con02_bg01.jpg') left center no-repeat; }
.main_con02_list ul li.con02_list_inner02 { width:350px; background:url('../image/main/main_con02_bg02.jpg') left center no-repeat; }
.main_con02_list ul li.con02_list_inner03 { width:700px; background:url('../image/main/main_con02_bg03.jpg') right center no-repeat; }

.main_con02_list ul li.con02_list_inner04 { width:700px; background:url('../image/main/main_con02_bg04.jpg') right center no-repeat; }
.main_con02_list ul li.con02_list_inner05 { width:700px; background:url('../image/main/main_con02_bg05.jpg') left center no-repeat; }

.main_con02_list ul li.con02_list_inner06 { width:350px; background:url('../image/main/main_con02_bg06.jpg') left center no-repeat; }
.main_con02_list ul li.con02_list_inner07 { width:350px; background:url('../image/main/main_con02_bg07.jpg') left center no-repeat; }
.main_con02_list ul li.con02_list_inner08 { width:350px; background:url('../image/main/main_con02_bg08.jpg') left center no-repeat; }
.main_con02_list ul li.con02_list_inner09 { width:350px; background:url('../image/main/main_con02_bg09.jpg') left center no-repeat; }

.main_con02_list ul li a {
	position: relative;
	z-index: 5;
}

.main_con02_list ul li .cover {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /* background: rgba(47, 93, 161, 0.5); */
	background: rgba(0, 0, 0, 0.1);
	opacity: 0;
	z-index: 1;
	-webkit-transition:all 0.30s ease-in-out;
	-moz-transition:all 0.30s ease-in-out;
	-ms-transition:all 0.30s ease-in-out;
	-o-transition:all 0.30s ease-in-out;
}

.main_con02_list ul li:hover .cover {
	opacity: 1;
}

.main_con02_list ul li h3 {
	position: relative;
	z-index: 5;
	margin-bottom: 10px;
	color: #fff;
    font-size: 30px;
	font-weight: 500;
    letter-spacing: -1.5px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

.main_con02_list ul li .textbox {
	position: relative;
	z-index: 5;
	color: #fff;
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
    letter-spacing: -1.5px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

.main_con02_list ul li.con02_list_inner03 h3, .main_con02_list ul li.con02_list_inner04 h3,
.main_con02_list ul li.con02_list_inner06 h3, .main_con02_list ul li.con02_list_inner08 h3 {
	color: #000;
	text-shadow: 0px 0px 0px rgba(0,0,0,0);
}

.main_con02_list ul li.con02_list_inner03 .textbox, .main_con02_list ul li.con02_list_inner04 .textbox,
.main_con02_list ul li.con02_list_inner06 .textbox, .main_con02_list ul li.con02_list_inner08 .textbox {
	color: #000;
	text-shadow: 0px 0px 0px rgba(0,0,0,0);
}

dl.textbox_textlist {
    margin: 10px 0px;
}

dl.textbox_textlist dd {
	padding-left: 15px;
    background: url(../image/main/main_con02_arrow01.png) left center no-repeat;
	line-height: 24px;
}

.main_con03 {
    padding: 80px 0;
    background: url('../image/main/main_con03_bg01.jpg') center top no-repeat;
	background-size:cover;
    text-align: center;
	color:#fff;
}

.main_con03 h2 {
    margin-bottom: 20px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	font-size: 34px;
	font-weight: 500;
}

.main_con03 h2 span {
	font-weight: 500;
}

.main_con03_text {
    text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    font-size: 18px;
    line-height: 28px;
}

.main_con03_text span {
	font-weight: 500;
}

.main_con03_text p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
}

.main_con03_text p span {
	display:inline-block;
	margin: 0 5px;
}

a.main_con03_btn {
    display: inline-block;
    background: #fff url(../image/main/main_con03_arrow01.png) 125px center no-repeat;
    padding: 0px 60px 0px 30px;
    text-shadow: none;
    font-size: 16px;
    font-weight: 500;
	line-height: 50px;
}

.main_con04 {
	overflow:hidden;
    padding: 50px 0;
}

.main_con04_inner {
	display:inline-block;
	float:left;
	width:47%;
}

.main_con04_inner01 {
	padding-right: 3%;
	border-right: 1px solid #ddd;
}

.main_con04_inner02 {
	padding-left: 3%;
}

.main_con04 h2 {
	position:relative;
    margin-bottom: 15px;
    font-size: 32px;
	font-weight: 500;
}

.main_con04 h2 a {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background: #2f5da1 url('../image/main/main_notice_arrow01.png') 65px center no-repeat;
    border-radius: 500px;
    color: #fff;
    padding: 0 15px;
    font-weight: normal;
}

.main_con04 h3 {
    margin-bottom: 15px;
    color: #2f5da1;
    font-size: 36px;
    font-weight: 900;
    line-height: 36px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.main_con04_table01 {
    margin-bottom: 20px;
    width: 100%;
    border-top: 2px solid #2f5da1;
    min-width: 510px;
}

.main_con04_table01 th, .main_con04_table01 td {
    width: 25%;
    padding: 15px 0px;
	border-left: 1px solid #ddd;
	text-align: center;
	font-size: 14px;
    letter-spacing: -0.5px;
}

.main_con04_table01 th:first-child, .main_con04_table01 td:first-child {
	border-left: none;
}

.main_con04_table01 th {
	color:#888;
	border-bottom: 1px solid #ddd;
	font-weight: 500;
}

.main_con04_table01 td {
	border-bottom: 1px solid #a4a4a4;
	font-weight: 500;
}

dl.main_con04_list01 dd {
	color: #666;
    font-size: 13px;
    line-height: 22px;
	letter-spacing: -1px;
}

/* footer */
.footer_inner01 {
	overflow:hidden;
    padding: 50px 0px;
    background: #070f1d;
}

.ft_logo {
    float: left;
    width: 30%;
}

.ft_sitemap {
    float: right;
    width: 65%;
}

ul.ft_sitemap_inner {
	overflow:hidden;
}

ul.ft_sitemap_inner li {
	float: left;
	width: 16.66%;
}

ul.ft_sitemap_inner li a {
	color:#fff;
}

ul.ft_sitemap_inner li h4 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
}

ul.ft_sitemap_inner li dl dd {
    padding: 7px 0px;
}

ul.ft_sitemap_inner li dl dd a {
	display:block;
	color: #aaa;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.5px;
}

ul.ft_sitemap_inner li dl dd a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer_inner02 {
	padding: 30px 0px;
	background: #000;
	text-align:center;
	color: #fff;
}

.footer_inner02 .footer_menu {
    margin-bottom: 20px;
}

.footer_inner02 .footer_menu a {
    color: #fff;
    font-weight: 500;
}

.footer_inner02 p {
	margin-top:10px;
	color: #888;
}

/* sub */
.sub_vis {
	position:relative;
    width: 100%;
    height: 650px;
	background-size: cover !important;
}

.sub_vis01 { background: url('../image/sub/sub_vis01.jpg') center center no-repeat; }
.sub_vis02 { background: url('../image/sub/sub_vis02.jpg') center center no-repeat; }

.sub_vis03 { background: url('../image/sub/sub_vis03.jpg') center center no-repeat; }
.sub_vis0301 { background: url('../image/sub/sub_vis03.jpg') center center no-repeat; }
.sub_vis0302 { background: url('../image/sub/sub_vis0302.jpg') center center no-repeat; }
.sub_vis0303 { background: url('../image/sub/sub_vis0303.jpg') center center no-repeat; }
.sub_vis0304 { background: url('../image/sub/sub_vis0304.jpg') center center no-repeat; }
.sub_vis0305 { background: url('../image/sub/sub_vis0305.jpg') center center no-repeat; }

.sub_vis04 { background: url('../image/sub/sub_vis04.jpg') center center no-repeat; }
.sub_vis0401 { background: url('../image/sub/sub_vis0401.jpg') center center no-repeat; }
.sub_vis0402 { background: url('../image/sub/sub_vis0402.jpg') center center no-repeat; }
.sub_vis0403 { background: url('../image/sub/sub_vis0403.jpg') center center no-repeat; }
.sub_vis0404 { background: url('../image/sub/sub_vis0404.jpg') center center no-repeat; }

.sub_vis05 { background: url('../image/sub/sub_vis05.jpg') center center no-repeat; }
.sub_vis06 { background: url('../image/sub/sub_vis06.jpg') center center no-repeat; }
.sub_vis07 { background: url('../image/sub/sub_vis07.jpg') center center no-repeat; }

.sub_text {
    position: absolute;
    width: 100%;
    top: 300px;
    text-align: center;
    letter-spacing: -1px;
}

.sub_text h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 66px;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.sub_text p {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.sub_contents {
    overflow: hidden;
    width: 100%;
    margin-bottom: 80px;
}

.sidebar {
    margin-bottom: 80px;
    border-bottom: 1px solid #ddd;
}

.sub_title {
	margin-bottom: 50px;
    text-align: center;
}

.sub_title.mb00 {
	margin-bottom: 0px;
}

.sub_title h2 {
    font-size: 36px;
	font-weight: 500;
	letter-spacing: -1px;
}

.sub_title p {
    margin-top: 10px;
    color: #888;
    letter-spacing: 1px;
}

ul.sidebar_list {
	overflow:hidden;
}

ul.sidebar_list li {
	float:left;
	border-right:1px solid #ddd;
}

ul.sidebar_list li:first-child {
	border-left:1px solid #ddd;
}

ul.sidebar_list.sidebar_wh3 li {
	width:33.33%;
}

ul.sidebar_list.sidebar_wh4 li {
	width:25%;
}

ul.sidebar_list.sidebar_wh5 li {
	width:20%;
}

ul.sidebar_list li a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
	letter-spacing: -1px;
}

ul.sidebar_list li.over a, ul.sidebar_list li a:hover {
    background: #0d4554;
	color:#fff;
	font-weight: 500;
}

#sub_page h3 {
    margin-bottom: 20px;
    padding-left: 25px;
    background: url(../image/sub/sub_icon02.png) left top no-repeat;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}

.subpage_title {
	position:relative;
	width:100%;
	height: 300px;
	margin-bottom: 30px;
	z-index: 1;
}

.diagnosis02 .subpage_title { background: url('../image/sub/diagnosis02_img01.jpg') center center no-repeat; background-size: cover; }

.intensive_treatment01 .subpage_title { background: url('../image/sub/intensive_treatment01_img01.jpg') center center no-repeat; background-size: cover; }
.intensive_treatment02 .subpage_title { background: url('../image/sub/intensive_treatment02_img01.jpg') center center no-repeat; background-size: cover; }
.intensive_treatment03 .subpage_title { background: url('../image/sub/intensive_treatment03_img01.jpg') center center no-repeat; background-size: cover; }
.intensive_treatment04 .subpage_title { background: url('../image/sub/intensive_treatment04_img01.jpg') center center no-repeat; background-size: cover; }

/* 병원소개 */
.introduction h4 {
    margin-bottom: 30px;
    text-align: center;
    /* color: #2f89a1; */
    font-size: 26px;
    font-weight: 200;
    line-height: 38px;
    letter-spacing: -1px;
}

.introduction h4 span {
    color: #0092b9;
}

.introduction .imgbox {
    position: relative;
    margin-bottom: 120px;
    text-align: center;
}

.introduction_iconbox {
	position: absolute;
    left: 0px;
    bottom: -90px;
	width: 100%;
}

ul.introduction_iconlist {
    display: inline-block;
    overflow: hidden;
    width: 55%;
}

ul.introduction_iconlist li {
	float:left;
	width:32%;
	margin-left:2%;
}

ul.introduction_iconlist li:first-child {
	margin-left:0;
}

ul.introduction_iconlist li img {
	max-width:100%;
}

.introduction p {
    margin-bottom: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
}

/* 병원장인사말 */

ul.greetings_inner {
	overflow:hidden;
}

ul.greetings_inner li {
    float: left;
	width:58%;
}

ul.greetings_inner li:first-child {
	width:38%;
	margin-right: 4%;
}

.greetings_imgbox {
    width: 100%;
}

.greetings_imgbox img {
	max-width:100%;
}

.greetings_title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 30px;
    font-weight: normal;
    line-height: 38px;
    color: #008cb1;
    letter-spacing: -1px;
}

.greetings_title:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 2px;
    background: #008cb1;
}

.greetings p {
    /* font-size: 15px; */
    line-height: 26px;
}

.greetings p span {
    color: #008cb1;
    font-weight: 500;
}

/* 의료진 소개 */
.doctors_inner {
    margin-bottom: 50px;
    padding: 30px;
	border: 15px solid #eee;
}

.doctors_inner.doctors_inner04 {
	margin-bottom: 0px;
}

ul.doctors_list {
	overflow:hidden;
}

ul.doctors_list li {
    float: left;
    width: 70%;
}

ul.doctors_list li:first-child {
	width: 28%;
	padding-right: 2%;
}

.doctors_img {
    width: 100%;
    height: 370px;
}

.doctors_img img {
	max-width: 100%;
}

#sub_page ul.doctors_list li h3 {
	background: none;
    margin-top: 10px;
    margin-bottom: 20px;
	padding-left: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 28px;
    font-weight: 600;
	line-height: 28px;
}

ul.doctors_list li h3 span {
    display: block;
    margin-bottom: 5px;
    color: #2f89a1;
    font-size: 18px;
    font-weight: 500;
}

ul.doctors_list li p {
	margin-bottom: 30px;
    word-break: keep-all;
    line-height: 24px;
}

ul.doctors_list li dl {
	overflow:hidden;
}

ul.doctors_list li dl dd {
    float: left;
    width: 50%;
    padding: 3px 0px;
	padding-left: 15px;
    background: url(../image/sub/sub_icon01.png) left 11px no-repeat;
}

/* 협력기관 */
.partner_inner01, .partner_inner02 {
    margin-bottom: 80px;
}

ul.partner_list01 {
	overflow:hidden;
}

ul.partner_list01 li {
	float:left;
	width: 24%;
	margin-right:1.33%;
	margin-bottom: 30px;
}

ul.partner_list01 li:nth-child(4), ul.partner_list01 li:nth-child(8) {
	margin-right:0%;
}

ul.partner_list01 li img {
	max-width: 100%;
	border: 1px solid #ddd;
}

ul.partner_list01 li span {
    display: block;
    margin-top: 15px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

/* 시설안내 */
.facilities_slide {
    margin-bottom: 50px;
}

ul.facilities_inner {
	overflow: hidden;
}

ul.facilities_inner li {
    float: left;
	width: 60%;
}

ul.facilities_inner li:first-child {
	width:38%;
	margin-right: 2%;
}

.facilities_slide .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    outline: 0;
    width: 50px;
    height: 50px;
    margin-top: -50px;
    text-indent: -9999px;
    z-index: 9999;
	opacity: 0.5;
}

.facilities_slide .bx-wrapper .bx-prev {
	left: 10px;
	background: url('../image/sub/facilities_arrowleft.png') center center no-repeat;
}

.facilities_slide .bx-wrapper .bx-next {
	right: 10px;
	background: url('../image/sub/facilities_arrowright.png') center center no-repeat;
}

.facilities_slide .bx-wrapper .bx-prev:hover {
	background: url('../image/sub/facilities_arrowleft.png') center center no-repeat;
}

.facilities_slide .bx-wrapper .bx-next:hover {
	background: url('../image/sub/facilities_arrowright.png') center center no-repeat;
}

.facilities_slide .bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
}

.facilities_table01 {
    margin-top: 30px;
    border-top: 1px solid #0d4554;
}

.facilities_table01 th, .facilities_table01 td {
    padding: 30px 20px;
    border-bottom: 1px solid #ddd;
}

.facilities_table01 th {
    width: 20%;
    text-align: center;
    font-weight: 500;
    background: #e7f1f0;
    font-size: 28px;
    color: #407570;
}

.facilities_table01 td {
    width: 80%;
    line-height: 24px;
}

/* 한방진료 */
/* .diagnosis_text {
    margin-bottom: 50px;
    padding: 20px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    font-size: 16px;
    word-break: keep-all;
    line-height: 24px;
} */

.diagnosis_text, .diagnosis p, .clinic_inner p, .intensive_treatment p {
    margin-bottom: 30px;
    line-height: 28px;
}

.diagnosis01_list01 {
    overflow: hidden;
    margin-bottom: 50px;
}

.diagnosis01_list01 li {
    float: left;
    width: 49%;
	height: 170px;
	margin-bottom: 20px;
    padding: 30px;
    border: 1px solid #ddd;
	border-top: 2px solid #2f89a1;
}

.diagnosis01_list01 li:nth-child(2), .diagnosis01_list01 li:nth-child(4) {
	margin-left: 2%;
}

.diagnosis01_list01 li h4 {
	margin-bottom: 5px;
	color: #2f89a1;
    font-size: 18px;
    font-weight: 500;
}

.diagnosis01_list01 li p {
	word-break: keep-all;
    line-height: 24px;
	margin-bottom: 0px;
}

ul.diagnosis01_list02 {
	overflow:hidden;
	margin-bottom: 50px;
}

ul.diagnosis01_list02 li {
    float: left;
    width: 32%;
    height: 460px;
    margin-left: 2%;
    border: 1px solid #ddd;
}

ul.diagnosis01_list02 li:first-child {
	margin-left: 0%;
}

.diagnosis01_img {
    width: 100%;
    /* height: 180px; */
    text-align: center;
    margin-top: 20px;
}

.diagnosis01_img img { max-width:100%; }

.diagnosis_text02 {
    padding: 30px 20px;
}

.diagnosis_text02 h4 {
    margin-bottom: 20px;
	text-align:center;
    font-size: 20px;
    font-weight: 500;
}

.diagnosis_text02 h4 span {
    display: block;
    color: #2f89a1;
}

.diagnosis_text02 p {
    margin-bottom: 0px;
    text-align: center;
    word-break: keep-all;
    line-height: 24px;
    font-size: 14px;
}

.diagnosis01_inner01 {
    padding: 30px;
    background: #f6f6f6;
}

#sub_page .diagnosis01_inner01 h3 span {
    display: block;
    margin-top: 5px;
	font-size: 14px;
    font-weight: 200;
}

.diagnosis02_title {
    text-align: center;
    margin-bottom: 50px;
}

.diagnosis02_title h2 {
    margin-bottom: 20px;
	font-size: 36px;
    font-weight: 400;
}

.diagnosis02_title h2 span {
    font-size: 26px;
}

.diagnosis02_title p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -1px;
}

.diagnosis02 .imgbox {
    margin-bottom: 30px;
    text-align: center;
}

.diagnosis02 .imgbox img {
    border: 1px solid #ddd;
}

.diagnosis_listbox {
    overflow: hidden;
    margin: 30px 0;
    padding: 30px;
    background: #f6f6f6;
}

ul.diagnosis_text_innerlist {
    overflow: hidden;
    margin: 0px 0;
}

ul.diagnosis_text_innerlist li {
    float: left;
    width: 33.33%;
	padding: 3px 0;
	padding-left: 15px;
    background: url(../image/main/main_con02_arrow01.png) left center no-repeat;
    line-height: 24px;
}

.diagnosis01_list03 {
    overflow: hidden;
    margin-bottom: 50px;
}

.diagnosis01_list03 li {
    float: left;
    width: 32%;
	height: 190px;
	margin-bottom: 20px;
	margin-left: 2%;
    padding: 30px;
    border: 1px solid #ddd;
	border-top: 2px solid #2f89a1;
}

.diagnosis01_list03 li:first-child {
	margin-left: 0%;
}

.diagnosis01_list03 li h4 {
	margin-bottom: 5px;
	color: #2f89a1;
    font-size: 18px;
    font-weight: 500;
}

.diagnosis01_list03 li p {
	word-break: keep-all;
    line-height: 24px;
	margin-bottom: 0px;
}

ul.diagnosis04_list01 {
	overflow:hidden;
	margin-bottom: 50px;
}

ul.diagnosis04_list01 li {
    display: flex;
	float: left;
    width: 23.5%;
	min-height: 200px;
    margin-left: 2%;
    border: 1px solid #ddd;
	border-top: 1px solid #2f89a1;
    padding: 30px 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
	word-break: keep-all;

	-webkit-transition:all 0.30s ease-in-out;
	-moz-transition:all 0.30s ease-in-out;
	-ms-transition:all 0.30s ease-in-out;
	-o-transition:all 0.30s ease-in-out;
}

ul.diagnosis04_list01 li:first-child, ul.diagnosis04_list01 li:nth-child(5) {
	margin-left:0%;
}

ul.diagnosis04_list01 li:first-child, ul.diagnosis04_list01 li:nth-child(2), ul.diagnosis04_list01 li:nth-child(3), ul.diagnosis04_list01 li:nth-child(4) {
	margin-bottom:20px;
}

ul.diagnosis04_list01 li:hover {
	background:#0d4554;
	color:#fff;
}

ul.diagnosis04_list02 {
	overflow:hidden;
	margin-bottom: 50px;
}

ul.diagnosis04_list02 li {
    display: flex;
	float: left;
    width: 32%;
	min-height: 200px;
    margin-left: 2%;
	margin-bottom:20px;
    border: 1px solid #ddd;
	border-top: 1px solid #2f89a1;
    padding: 30px 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
	word-break: keep-all;

	-webkit-transition:all 0.30s ease-in-out;
	-moz-transition:all 0.30s ease-in-out;
	-ms-transition:all 0.30s ease-in-out;
	-o-transition:all 0.30s ease-in-out;
}

ul.diagnosis04_list02 li:first-child, ul.diagnosis04_list02 li:nth-child(4), ul.diagnosis04_list02 li:nth-child(7), ul.diagnosis04_list02 li:nth-child(10) {
	margin-left:0%;
}

ul.diagnosis04_list02 li:nth-child(10) {
	margin-bottom:0px;
}

ul.diagnosis04_list02 li:hover {
	background:#0d4554;
	color:#fff;
}

ul.diagnosis04_list03 {
	overflow:hidden;
	margin-bottom: 30px;
}

ul.diagnosis04_list03 li {
	float: left;
    width: 32%;
    margin-left: 2%;
	margin-bottom:20px;
    border: 1px solid #ddd;
	border-top: 1px solid #2f89a1;
    padding: 0px 0px;
    text-align: center;
	word-break: keep-all;

	-webkit-transition:all 0.30s ease-in-out;
	-moz-transition:all 0.30s ease-in-out;
	-ms-transition:all 0.30s ease-in-out;
	-o-transition:all 0.30s ease-in-out;
}

ul.diagnosis04_list03 li:first-child, ul.diagnosis04_list03 li:nth-child(4), ul.diagnosis04_list03 li:nth-child(7), ul.diagnosis04_list03 li:nth-child(10) {
	margin-left:0%;
}

ul.diagnosis04_list03 li:nth-child(10) {
	margin-bottom:0px;
}

ul.diagnosis04_list03 li:hover {
	background:#0d4554;
	color:#fff;
}

ul.diagnosis04_list03 li img {
	max-width: 100%;
}

ul.diagnosis04_list.diagnosis04_list03 span {
    display: flex;
    margin: 25px 0;
    height: 48px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.diagnosis01_table01 {
    background: #fff;
    border-top: 1px solid #0d4554;
}

.diagnosis01_table01 th, .diagnosis01_table01 td {
    padding: 10px 0px;
    border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.diagnosis01_table01 th:first-child, .diagnosis01_table01 td:first-child {
	border-left: none;
}

.diagnosis01_table01 th {
    background: #eef5f7;
    font-weight: 500;
}

ul.diagnosis01_inner01_list { 
	overflow:hidden;
	margin-bottom: 30px;
}
ul.diagnosis01_inner01_list li {
	float: left;
	width: 25%;
}

.diagnosis01_inner01_icon {
    margin-bottom: 20px;
    text-align: center;
}

ul.diagnosis01_inner01_list li h6 {
    text-align: center;
    font-size: 22px;
	font-weight: 500;
}

ul.diagnosis01_inner01_list li h6 span {
    display: block;
    color: #666;
    font-size: 14px;
    letter-spacing: -1px;
}

ul.diagnosis01_inner01_list02 {
	overflow:hidden;
	margin-bottom:30px;
}

ul.diagnosis01_inner01_list02 li {
	float: left;
	margin-left: 20px;
}

ul.diagnosis01_inner01_list02 li:first-child {
	margin-left: 0px;
}

ul.diagnosis01_inner01_list03 {
	overflow:hidden;
	/* margin-bottom:30px; */
}

ul.diagnosis01_inner01_list03 li {
	position:relative;
	float:left;
	width:32%;
	text-align:center;
}

ul.diagnosis01_inner01_list03 li:first-child {
	width:66%;
	margin-right: 2%;
}

.diagnosis01_partner_title {
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
}

.diagnosis01_partner_title span {
    display: inline-block;
    padding: 8px 30px;
    background: #0d4554;
	border-radius: 500px;
    color: #fff;
	font-weight: 500;
}

ul.diagnosis04_list span {
    font-size: 18px;
    letter-spacing: -1px;
}

dl.partenr_list {
	overflow:hidden;
    background: #fff;
    margin-top:20px;
	padding: 20px;
	border: 1px solid #ddd;
    border-radius: 10px;
}

dl.partenr_list dd span {
    display: block;
    margin-top: 10px;
	font-size: 16px;
    font-weight: 500;
}

dl.partenr_list dd img {
	max-width: 100%;
}

dl.partenr_list01 dd {
	float:left;
	width: 49%;
}

dl.partenr_list01 dd:first-child {
	margin-right: 2%;
}

.clinic_inner01 { margin-bottom: 50px; }

.clinic01 .clinic_inner01, .clinic01 .clinic_inner02 {
    margin-bottom: 50px;
    /* padding-bottom: 50px; */
    border-bottom: 1px dashed #ccc;
}

.clinic03 .clinic_inner01, .clinic05 .clinic_inner01 {
	margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px dashed #ccc;
}

.clinic_inner h4, .intensive_treatment h4, .diagnosis01_inner h4, .guide03_inner h4 {
    position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
    color: #0d4554;
    font-size: 18px;
    font-weight: 500;
}

.clinic_inner h4:before, .intensive_treatment h4:before, .diagnosis01_inner h4:before, .guide03_inner h4:before {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 3px;
    height: 17px;
    content: '';
    background: #0d4554;
}

.clinic_inner h5, .intensive_treatment h5, .diagnosis01_inner h5 {
    position: relative;
    margin-bottom: 10px;
    color: #2f89a1;
    font-size: 18px;
    font-weight: 500;
}

ul.clinic_list {
	overflow:hidden;
	margin-bottom: 50px;
}

ul.clinic_list li {
	display: flex;
    float: left;
    margin-left: 2%;
	padding: 30px 10px;
	height: 150px;
    border: 1px solid #ddd;
	border-top: 1px solid #2f89a1;
	text-align: center;
    align-items: center;
    justify-content: center;
}

ul.clinic_list li:first-child { margin-left: 0%; }

ul.clinic_list01 li { width:23.5%; }
ul.clinic_list02 li { width:32%; }
ul.clinic_list03 li { width:49%; }
ul.clinic_list04 li { width:18.4%; }
ul.clinic_list05 li { width:15%; }

ul.clinic_list li span {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 28px;
}

.clinic_listbox {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 30px;
    background: #f6f6f6;
    /* border: 1px solid #ddd; */
}

ul.clinic_list_text {
    overflow: hidden;
    margin: 0px 0;
    float: left;
    width: 49%;
}

ul.clinic_list_text.clinic_list_text02 {
    margin-left: 2%;
}

ul.clinic_list_text li {
	padding: 3px 0;
	padding-left: 15px;
    background: url(../image/main/main_con02_arrow01.png) left center no-repeat;
    line-height: 24px;
}

ul.clinic_list_text li.title {
    background: none;
    padding-left: 0px;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 10px;
    color: #007594;
}

span.clinic04_title {
    display: block;
	margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #0d4554;
	word-break: keep-all;
}

.clinic04_titlebox p {
    padding: 30px;
    background: #f6f6f6;
}

ul.intensive_treatment_list {
    overflow: hidden;
    margin: 0px 0;
    margin-bottom: 30px;
}

ul.intensive_treatment_list li {
	float: none !important;
	padding: 3px 0;
	padding-left: 15px;
    background: url(../image/main/main_con02_arrow01.png) left 12px no-repeat;
    line-height: 24px;
}

ul.intensive_treatment_imglist01 {
	overflow:hidden;
	margin-bottom: 30px;
}

ul.intensive_treatment_imglist01 li {
	float:left;
	width: 49%;
	text-align:center;
}

ul.intensive_treatment_imglist01 li:first-child {
	margin-right:2%;
}

ul.intensive_treatment_imglist01 li:first-child span {
    display: block;
    margin-top: 20px;
}

.intensive_treatment_imgbox01 {
	margin-bottom:30px;
	text-align:center;
}

.intensive_treatment_imglist02 {
	overflow:hidden;
	margin-bottom: 30px;
}

.intensive_treatment_imgbox01 img, .intensive_treatment_imglist02 img {
	max-width: 100%;
}

.imgbox img {
	max-width: 100%;
}

.intensive_treatment_imglist02 li {
    display: flex;
    float: left;
    margin-left: 10px;
    height: 230px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.intensive_treatment_imglist02 li:first-child {
	margin-left: 0px;
}

.intensive_treatment_imglist01 li img, .intensive_treatment_imglist02 li img {
	max-width: 100%;
}

.intensive_treatment_img {
    display: inline-block;
}

.intensive_treatment_list02 {
	overflow: hidden;
	margin-bottom: 30px;
}

.intensive_treatment_list02 > li {
	float:left;
	width:44%;
	text-align:center;
}

.intensive_treatment_list02 > li:first-child {
	width:54%;
	padding-right:10%;
	margin-right:2%;
	background:url('../image/sub/intensive_treatment02_arrow01.png') center right no-repeat;
}

.intensive_treatment_list02 > li span.stitle {
    display: inline-block;
	margin-bottom: 30px;
    padding: 10px 30px;
    background: #0d4554;
    border-radius: 5px;
    color: #fff;
}

ul.intensive_treatment_textlist01 {
    display: inline-block;
	margin-top: 20px;
    padding: 10px 30px;
    background: #2f89a1;
    border-radius: 10px;
    color: #fff;
}

ul.intensive_treatment_textlist01 li {
    position: relative;
    margin: 5px 0px;
    text-align: left;
}

ul.intensive_treatment_textlist01 li span.s_stitle {
    position: absolute;
    left: 0px;
    top: 0px;
}

ul.intensive_treatment_textlist01 .point01 {
	color:#ffff00;
}

dl.intensive_treatment_textlist01_inner {
    padding-left: 70px;
}

dl.intensive_treatment_textlist01_inner dd {
	padding: 3px 0px;
}

p.intensive_treatment_textbox {
    padding: 20px;
    background: #f6f6f6;
}

.intensive_treatment_inner {
    background: #f6f6f6;
    padding: 30px;
    margin-bottom: 30px;
}

.intensive_treatment_title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
}

span.intensive_treatment_stitle01 {
    display: inline-block;
    background: #2f89a1;
    color: #fff;
    font-size: 17px;
    font-weight: 200;
    padding: 5px 10px;
    border-radius: 5px;
}

span.intensive_treatment_stitle02 {
    font-size: 17px;
    font-weight: 500;
}

ul.intensive_treatment_list03 {
    overflow: hidden;
    margin-bottom: 30px;
}

ul.intensive_treatment_list03 li {
	float:left;
	width:32%;
	margin-left: 2%;
}

ul.intensive_treatment_list03 li:first-child {
	margin-left: 0%;
}

ul.intensive_treatment_list03 li .imgbox {
	background:#fff;
	border: 1px solid #ddd;
}

ul.intensive_treatment_list03 li .imgbox img {
	max-width:100%;
}

ul.intensive_treatment_list03 li .textbox {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    word-break: keep-all;
}

ul.intensive_treatment_list03 li h6 {
	margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
}

ul.intensive_treatment_list03 li h6 span {
    display: block;
    font-size: 14px;
}

ul.intensive_treatment_list03 li:nth-child(1) h6 span { color:#ff0000; }

ul.intensive_treatment_list03 li:nth-child(2) h6 span { color:#00a32e; }

ul.intensive_treatment_list03 li:nth-child(3) h6 span { color:#a3009d; }

h6.intensive_treatment_inner_title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}

.intensive_treatment02_table01 {
    border-top: 1px solid #0d4554;
}

.intensive_treatment02_table01 th {
    padding: 15px 0px;
	border-left: 1px solid rgba(255,255,255,0.8);
	border-bottom: 1px solid rgba(255,255,255,0.8);
    font-weight: 500;
    /* color: #fff; */
}

.intensive_treatment02_table01 th.bgcolor01 {background: #eabebe;}
.intensive_treatment02_table01 th.bgcolor02 {background: #f7d7c3;}
.intensive_treatment02_table01 th.bgcolor03 {background: #f7f7ce;}
.intensive_treatment02_table01 th.bgcolor04 {background: #d5e4d5;}
.intensive_treatment02_table01 th.bgcolor05 {background: #d5d5e4;}
.intensive_treatment02_table01 th.bgcolor06 {background: #e0d3e0;}

.intensive_treatment02_table01 td {
    padding: 20px;
    background: #fff;
	border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.intensive_treatment02_table01 td p {
    margin-bottom: 0px;
    line-height: 22px;
}

.intensive_treatment02_table01 td ul {
	margin: 10px 0;
}

ul.intensive_treatment03_list {
	overflow:hidden;
	margin-bottom: 30px;
}

ul.intensive_treatment03_list li {
	float: left;
    width: 23.5%;
    margin-left: 2%;
    border: 1px solid #ddd;
	border-top: 1px solid #2f89a1;
    padding: 0px 0px;
    text-align: center;
	word-break: keep-all;

	-webkit-transition:all 0.30s ease-in-out;
	-moz-transition:all 0.30s ease-in-out;
	-ms-transition:all 0.30s ease-in-out;
	-o-transition:all 0.30s ease-in-out;
}

ul.intensive_treatment03_list li:first-child, ul.intensive_treatment03_list li:nth-child(5), ul.intensive_treatment03_list li:nth-child(9) {
	margin-left:0%;
}

ul.intensive_treatment03_list li:hover {
	background:#0d4554;
	color:#fff;
}

ul.intensive_treatment03_list li img {
	max-width: 100%;
}

ul.intensive_treatment03_list span {
    display: flex;
    margin: 25px 0;
    height: 55px;
    font-size: 18px;
    letter-spacing: -1px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

ul.intensive_treatment03_list.clinic01_textstyle span {
    height: 74px;
}

ul.textlist02 {
    margin-bottom: 30px;
	overflow: hidden;
}

ul.textlist02 li {
    float: left;
	width: 49%;
	margin-left:2%;
}

ul.textlist02 li:first-child {
	margin-left: 0%;
}

ul.textlist02 li h6 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}

.textlist02_inner_list01 {
	margin-top: 30px;
}

.textlist02_inner_list01 dd {
    margin-bottom: 20px;
    line-height: 24px;
}

.textbox02 h6 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}

.textbox02_list01 {
	overflow:hidden;
	margin-bottom: 30px;
}

.textbox02_list01 li {
	width: 100%;
}

.textbox02_list01 li:first-child {
	margin-bottom: 30px;
}

.textbox02_list01 .textlist { }
.textbox02_list01 .textlist dd {
    margin-bottom: 10px;
    line-height: 22px;
}

.textbox02_list01 .textlist dd:last-child {
	margin-bottom: 0px;
}

.textbox02_list01 dl.imglist {
	overflow:hidden;
	width: 100%;
}

.textbox02_list01 dl.imglist dd {
	float:left;
	width:50%;
	text-align:center;
}

.textbox02_list01 dl.imglist dd img {
	border:1px solid #ddd;
}

.intensive_treatment_imglist03 {
	overflow:hidden;
	margin-bottom: 30px;
}

.intensive_treatment_imglist03 li {
	float:left;
	width:49%;
	margin-left: 2%;
	margin-bottom: 30px;
	text-align: center;
}

.intensive_treatment_imglist03 li:first-child, .intensive_treatment_imglist03 li:nth-child(3) {
	margin-left: 0%;
}

.intensive_treatment_imglist03 li:nth-child(3), .intensive_treatment_imglist03 li:nth-child(4) {
	margin-bottom: 0;
}

.intensive_treatment_imglist03 li img {
	max-width: 100%;
}

.intensive_treatment_imglist03 li span.subject01 {
    display: inline-block;
    background: #0d41b5;
    padding: 3px 0px;
    width: 100px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
}

.intensive_treatment_imglist03 li span.point01 {
    color: #000;
    font-weight: 500;
}

.intensive_treatment_imglist03 li .imgbox {
	margin:10px 0px;
}

.intensive_treatment_imglist04 {
	overflow:hidden;
}

.intensive_treatment_imglist04 li {
	float: left;
	width:49%;
}

.intensive_treatment_imglist04 li:first-child {
	margin-right: 2%;
}

.intensive_treatment_imglist04 li img {
	max-width: 100%;
	border:1px solid #ddd;
}

.subpage_titleinner {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 15px 10px;
    width: 100%;
    background: #0d4554;
	text-align: center;
    color: #fff;
    /* text-shadow: 0px 0px 10px rgba(0,0,0,0.5); */
    font-size: 20px;
    letter-spacing: -1.5px;
	word-break: keep-all;
}

.intensive_treatment_inner02 .point01 { color:#0442e2; }
.intensive_treatment_inner02 .point02 { color:#ff0000; }

.subpage_titleinner span {
    display: block;
    margin-top: 5px;
    font-size: 17px;
    color: rgba(255,255,255,0.8);
}

.intensive_treatment02 .subpage_titleinner span {
    margin-top: 0px;
	margin-bottom: 5px;
}

.subpage_titlebox .subtext {
	margin-bottom: 30px;
    padding: 30px;
    background: #f6f6f6;
    line-height: 28px;
	letter-spacing: -1px;
}

.subpage_titlebox .subtext span {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: -1px;
    color: #0d4554;
    font-weight: 500;
}

ul.guide01_list {
	overflow:hidden;	
}

ul.guide01_list li {
    float: left;
    width: 23.5%;
    min-height: 435px;
    margin-left: 2%;
    margin-bottom: 30px;
    padding: 30px 10px;
    border: 5px solid #eee;
    text-align: center;

	-webkit-transition:all 0.30s ease-in-out;
	-moz-transition:all 0.30s ease-in-out;
	-ms-transition:all 0.30s ease-in-out;
	-o-transition:all 0.30s ease-in-out;
}

ul.guide01_list li:first-child, ul.guide01_list li:nth-child(5) {
	margin-left: 0%;
}

ul.guide01_list li:hover {
    border: 5px solid #80a3ad;
}

.guide_icon {
    margin-top: 10px;
    margin-bottom: 30px;
}

.guide_icon img {
    max-width: 100%;
}

.guide01_list_inner .title {
    display: block;
    margin-bottom: 10px;
    color: #0d4554;
    font-size: 18px;
    font-weight: 500;
}

.guide01_list_inner p {
    font-size: 14px;
    line-height: 24px;
}

.guide02_table01 {
    width: 100%;
    border-top: 1px solid #000;
}

.guide02_table01 th, .guide02_table01 td {
    border-bottom: 1px solid #ddd;
    padding: 15px 20px;
}

.guide02_table01 th {
    width: 50%;
    border-right: 1px solid #ddd;
    background: #eee;
    font-weight: 500;
}

.guide02_table01 td {
	width: 50%;
	text-align: center;
}

.guide03_inner {
    margin-bottom: 50px;
}

.guide03_table01 {
    width: 100%;
	margin-bottom: 30px;
    border-top: 1px solid #000;
}

.guide03_table01 th, .guide03_table01 td {
    border-bottom: 1px solid #ddd;
    padding: 15px 20px;
}

.guide03_table01 th {
    width: 50%;
    border-right: 1px solid #ddd;
    background: #eee;
    font-weight: 500;
}

.guide03_table01 td {
	width: 50%;
	text-align: center;
}

.guide03_table02 {
    width: 100%;
	margin-bottom: 30px;
    border-top: 1px solid #000;
}

.guide03_table02 th, .guide03_table02 td {
    width: 33.33%;
	padding: 15px 20px;
	border-bottom: 1px solid #ddd;
}

.guide03_table02 th {
    border-right: 1px solid #ddd;
    background: #eee;
    font-weight: 500;
}

.guide03_table02 td {
	text-align: center;
}

/* 진료시간 */

ul.office_hours_list {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 30px;
    border: 10px solid #eee;
}

ul.office_hours_list li {
	float:left;
	width: 100%;
	/* padding-left: 30px; */
	/* border-left: 1px solid #ddd; */
}

ul.office_hours_list li:first-child {
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    border-left: none;
}

ul.office_hours_list li h4 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -1px;
}

ul.office_hours_list li h4 span {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    word-break: keep-all;
}

ul.office_hours_list li h5 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
}

.office_hours_list .imgbox {
	margin-bottom: 30px;
}

.office_hours_list .imgbox img {
    max-width: 100%;
}

.office_hours_timebox {
    background: #0d4554;
    padding: 30px;
    margin-bottom: 30px;
    color: #fff;
    border-radius: 5px;
}

.office_hours_time {
    width: 100%;
    overflow: hidden;
}

.office_hours_time dd {
    position: relative;
    padding-left: 180px;
    margin-bottom: 10px;
	float: left;
	width:50%;
    font-size: 16px;
	font-weight: 400;
}

.office_hours_time dd:nth-child(3), .office_hours_time dd:last-child {
	margin-bottom: 0px;
}

.office_hours_time dd span {
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #94b1b9;
}

.office_hours p {
    line-height: 28px;
}

/* 오시는길 */
.location_info {
    position: relative;
	margin-bottom: 30px;
	padding: 30px;
	border: 10px solid #eee;
}

.location_info_inner li {
    margin-bottom: 10px;
    font-size: 17px;
    letter-spacing: -0.5px;
}

.location_info_inner li:first-child {
    font-size: 32px;
	font-weight: 500;
}

.location_info_inner li:last-child {
	margin-bottom: 0px;
}

dl.location_info_time {
	overflow:hidden;
	margin-bottom: 20px;
}

dl.location_info_time dd {
    float: left;
    margin-left: 10px;
    font-size: 15px;
    color: #aaa;
}

dl.location_info_time dd:first-child {
	margin-left: 0px;
}

dl.location_info_time dd span {
    color: #2f89a1;
    font-weight: 500;
}

.location_info_btnbox {
	position: absolute;
    top: 30px;
    right: 30px;
}

.location_info_btnbox li {
	margin-bottom: 10px;
}

.location_info_btnbox li:last-child {
	margin-bottom: 0px;
}

.location_info_btn {
    display: inline-block;
    width: 250px;
    background: #fae100 url(../image/sub/location_arrow02.png) 220px center no-repeat;
    padding: 8px 40px 8px 20px;
    letter-spacing: -1.5px;
    line-height: 30px;
    font-weight: 500;
}

span.location_info_icon {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.location_info_btn.location_info_btn03 {
	width: 220px;
    background: #0d4554 url(../image/sub/location_arrow01.png) 190px center no-repeat;
	color: #fff;
    font-size: 15px;
}

.mobile_text { display:none; }

ul.medical_list {
	overflow: hidden;
	margin-bottom: 30px;
}

ul.medical_list > li {
    float: left;
    line-height: 28px;
    width: 70%;
    word-break: keep-all;
}

ul.medical_list > li:first-child {
    width: 30%;
    padding-right: 20px;
}

ul.medical_list > li img {
	max-width:100%;
}

ul.medical_list > li ul.intensive_treatment_list {
    margin-bottom: 0px;
}

#clinic_inner01, #clinic_inner02, #clinic_inner03, #intensive_treatment02_inner01, #intensive_treatment02_inner02, #intensive_treatment02_inner03, #intensive_treatment02_inner04 {
	padding-top:70px;
}