.highlight {color: #228ebd;}

.mobile_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	padding: 25px;
	width: 100%;
	z-index: 3;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: background 0.4s ease;
	-o-transition: background 0.4s ease;
	transition: background 0.4s ease;
}
.mobile_header.active {
	background-color: #081832;
}

.mobile_header .logo_bg {
	width: 200px;
	height: 25px;
	background-image: url('/images/header/logo_black.png');
	background-repeat: no-repeat;
	background-size: auto 100%;
	-webkit-transition: background 0.4s ease;
	-o-transition: background 0.4s ease;
	transition: background 0.4s ease;
}
.menu_btn {
	position: fixed;
	top: 28px;
	right: 30px;
	width: 18px;
	height: 18px;
	z-index: 1100;
}
.menu_btn:focus {
	outline: none;
}
.menu_btn span {
	position: absolute;
	width: 18px;
	height: 2px;
	background-color: #000;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.menu_btn.on span {
	background-color: #fff;
}
.menu_btn span:nth-child(1) {
	top: 3px;
	left: 0;
}
.menu_btn span:nth-child(2) {
	top: 8px;
	left: 0;	
}
.menu_btn span:nth-child(3) {
	top: 13px;
	left: 0;	
}

/* 가운데 라인 사라지면서 엑스자 만들기 */
.menu_btn.on span:nth-of-type(1) {
	-webkit-transform : translateY(5px) rotate(-45deg);
	-ms-transform : translateY(5px) rotate(-45deg);
	transform : translateY(5px) rotate(-45deg);
}
.menu_btn.on span:nth-of-type(2) {
	display: none;
}
.menu_btn.on span:nth-of-type(3) {
	-webkit-transform : translateY(-5px) rotate(45deg);
	-ms-transform : translateY(-5px) rotate(45deg);
	transform : translateY(-5px) rotate(45deg);
}


.mobile_header.white .logo_bg {
	background-image: url('/images/header/logo_white.png');
}
.mobile_header.white .menu_btn span {
	background-color: #fff;
}

/* 우측 메뉴 */
.black_wrapper {
	display: none;
	position: fixed;
	z-index: 9;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	opacity: 0;
	background-color: #000;
}
.right_hamburger_menu {
	position: fixed;
	padding: 20px;
	width: 80%;
	top: 0;
	bottom: 0;
	left: -100%;
	background: #08162e;
	color: #fff;
	z-index: 10;
	overflow-y: auto;
}
.right_hamburger_menu .right_menu_top {
	margin-bottom: 50px;
}
.right_hamburger_menu .right_menu_top img {
	height: 22px;
}
.right_hamburger_menu ul li {
	margin-top: 20px;
}
.right_hamburger_menu ul li a,
.right_hamburger_menu ul li span {
	font-size: 1rem;
	color: #fff;
	cursor: pointer;
	display: block;
}
.right_hamburger_menu ul li dl {
	display: none;
	padding: 0 25px;
	font-size: 1rem;
}
.right_hamburger_menu ul li dl dt {
	margin-top: 10px;
}
.right_hamburger_menu ul li dl dt a {
	font-size: 0.9rem;
	font-weight: 200;
}
.right_hamburger_menu ul li.active dl {
	display: block;
}
.right_hamburger_menu .right_menu_bottom {
	margin-top: 35px;
}
.right_hamburger_menu .right_menu_bottom dt {
	margin-bottom: 10px;
	font-size: 0.85rem;
	line-height: 1.4;
}
.right_hamburger_menu .right_menu_bottom dd {
	font-size: 0.85rem;
	line-height: 1.4;
	font-weight: 300;
}
.right_hamburger_menu .right_menu_bottom dl + dl {
	margin-top: 25px;
}



.main_swiper {
	width: 100%;
	height: 100%;
}
.main_swiper .section .container {
	margin: 0;
}
.main_swiper .swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main_page {
	text-align: center;
}
.main_page .logo {
	max-width: 300px;
	width: 55%;
}

.view_test_section {
	padding: 0 30px;
}
.view_test_section .flex_div {
	margin: 4vh 0;
	padding: 0 15%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.view_test_section .detail_view_test {
	border-top: 2px solid #3b9bc5;
}
.view_test_section .detail_view_test .flex_div {
	margin: 4vh 0;
}
.view_test_section .view_test_box h1 {
	font-size: 5rem;
	line-height: 1;
}
.view_test_section .view_test_box h2 {
	font-size: 3.5rem;
	line-height: 1;
}
.view_test_section .view_test_box h3 {
	font-size: 2rem;
	line-height: 1;
}
.view_test_section .view_test_box h4 {
	font-size: 1.5rem;
	line-height: 1;
}
.view_test_section .view_test_box h5 {
	font-size: 1rem;
	line-height: 1;
}
.view_test_section .view_test_box h6 {
	font-size: 0.6rem;
	line-height: 1;
}
.view_test_section .view_test_box p {
	font-size: 0.4rem;
	line-height: 1;
}

.main_text_section {
	color: #51a4ca;
}
/* .main_text_section .container {
	margin-top: -160px;
	} */
	.main_info_section {
		background-image: url('/images/main/bg4.jpg');
		background-size: cover;
		background-position: center;
		color: #fff;
	}
	.main_info_section .fp-tableCell {
		vertical-align: bottom;
	}
	.main_info_section .container .bottomBox {
		position: absolute;
		bottom: 10vh;
	}

	.main_contact_section {
		color: #fff;
	}
	.main_contact_section article + article {
		margin-top: 20px;
	}
	.main_contact_section article dl + dl {
		margin-top: 10px;
	}
	.main_contact_section article p {
		margin-top: 5px;
		font-size: 0.75rem;
	}
	.main_contact_section article dl dd h6 {
		font-size: 0.85rem;
		line-height: 1.6;
		font-weight: 300;
	}
	.main_contact_section article dl dt {
		font-size: 0.85rem;
		line-height: 1.6;
	}
	.main_contact_section article dl dd {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0.85rem;
		line-height: 1.6;
		font-weight: 300;
	}
	.main_contact_section article dd h6:nth-child(1) {
		max-width: 100px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
	}
	.slide_down_btn {
		position: fixed;
		background: none;
		border: none;
		right: 50%;
		bottom: 15px;
		width: 25px;
		height: 15px;
		-webkit-transform: translate(50%, 0);
		-ms-transform: translate(50%, 0);
		transform: translate(50%, 0);
		-webkit-transition: opacity 0.4s ease;
		-o-transition: opacity 0.4s ease;
		transition: opacity 0.4s ease;
		background-position: center;
		background-image: url('/images/common/slide_down_black.png');
		background-size: 25px auto;
		background-repeat: no-repeat;
		z-index: 3;
	}
	.slide_down_btn.white {
		background-image: url('/images/common/slide_down.png');
	}

	.intro_map {
		margin-top: 5px;
	}
	.intro_map img {
		display: block;
		max-width: 130px;
	}


	/*sub*/
	.sub_header_area {
		position: relative;
		width: 100%;
		height: 100vh;
		background-size: cover;
		background-position: center;
	}
	.sub_header_area .slide_down_btn {
		position: absolute;
		bottom: 15px;
		right: 50%;
		-webkit-transform: translate(50%, 0) rotate(0deg);
		-ms-transform: translate(50%, 0) rotate(0deg);
		transform: translate(50%, 0) rotate(0deg);
		z-index: 1;
		-webkit-transition: transform 0.4s;
		-webkit-transition: -webkit-transform 0.4s;
		transition: -webkit-transform 0.4s;
		-o-transition: transform 0.4s;
		transition: transform 0.4s;
		transition: transform 0.4s, -webkit-transform 0.4s;
	}
	.sub_header_area .container {
		height: 100%;
	}
	button.go_to_top {
		display: none;
		position: fixed;
		bottom: 15px;
		right: 15px;
		padding: 0;
		margin: 0;
		width: 40px;
		height: 40px;
		border: 1px solid #08162e;
		background-color: #08162e;
		background-image: url('/images/common/slide_up.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 20px auto;
		color: #fff;
		border-radius: 4px;
		text-indent: -9999px;
	}
	button.go_to_top.show {
		display: block;
	}

	.sub_header_box {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		height: 100%;
	}
	.sub_header_title {
		position: absolute;
		bottom: 5vh;
	}

	.sub_contents_area {
		padding: 5vh 0;
	}

	.common_list {
		margin-bottom: 50px;
	}
	.common_title {
		position: relative;
		margin-bottom: 15px;
		padding-left: 12px;
	}
	.common_title:after {
		content: '';
		position: absolute;
		top: 4px;
		left: 0;
		bottom: 4px;
		border-left: 3px solid #228ebd;
	}
	.common_title h5 {
		color: #228ebd;
	}
	.common_title h6 {
		font-size: 1rem;
		color: #3f3f3f;
		font-weight: 300;
	}
	.common_title_desc h6 {
		margin-bottom: 10px;
	}
	.common_title_desc p {
		padding-left: 12px;
		color: #3f3f3f;
	}
	.img_box {
		margin-bottom: 25px;
	}
	.img_box .grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.img_box .grid .img_grid_list {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-left: 2px;
		padding-right: 2px;
	}

	.img_box_title {
		margin: 5px 0;
		display: block;
		width: 100%;
		padding: 5px;
		text-align: center;
		background-color: #4f98bb;
		color: #fff;
	}
	.order_list {
		padding-left: 12px;
	}
	.order_list h5 {
		margin-bottom: 10px;
		color: #081731;
	}
	.order_list ul li {
		font-size: 1rem;
		font-weight: 400;
		overflow: hidden;
	}
	.order_list ul li + li {
		margin-top: 2px;
	}
	.order_list ul li em {
		float: left;
		display: block;
		width: 30px;
		min-width: 30px;
		color: #228ebd;
		opacity: 0.5;
	}
	.order_list.round ul li em {
		display: block;
		margin-right: 6px;
		width: 26px;
		height: 26px;
		min-width: 26px;
		font-size: 14px;
		color: #fff;
		background-color: #081731;
		border-radius: 50%;
		opacity: 1;
		text-align: center;
		line-height: 26px;
	}
	.order_list.round ul li + li {
		margin-top: 6px;
	}
	.order_list ul li span {
		display: block;
		float: left;
		padding-left: 32px;
		font-size: 0.9rem;
		margin-bottom: 15px;
	}
	.link {
		display: inline-block;
		margin-top: 10px;
		padding: 4px 10px;
		font-size: 1rem;
		font-weight: 600;
		color: #fff;
		background-color: #081731;
		border: 1px solid #081731;
		border-radius: 4px;
		-webkit-transition: all ease 0.4s;
		-o-transition: all ease 0.4s;
		transition: all ease 0.4s;
	}
	.link:hover {
		background-color: #fff;
		color: #081731;
	}

	.doctor_list {
		margin-bottom: 50px;
	}
	.doctor_list_img {
		position: relative;
		margin-bottom: 25px;
	}
	.doctor_list_cont .title {
		display: block;
		margin-bottom: 15px;
		color: #3f3f3f;
	}
	.doctor_main_title {
		position: absolute;
    background: #f8f9fab5;
    padding: 12px;
	}
	.doctor_main_title h5 {
		position: relative;
		display: inline-block;
		padding: 0 30px;
		text-align: right;
		color: #787878;
	}
	.doctor_main_title h5:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 25px;
		height: 22px;
		background-image: url('/images/sub/title_before.png');
		background-repeat: no-repeat;
		background-size: 25px 22px;
	}
	.doctor_main_title h5:after {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		width: 25px;
		height: 22px;
		background-image: url('/images/sub/title_after.png');
		background-repeat: no-repeat;
		background-size: 25px 22px;
	}
	.doctor_list_title {
		padding: 10px 0;
		text-align: center;
		background-color: #3b9bc5;
		color: #fff;
	}
	.doctor_list_title_sub {
		padding: 10px 0 10px 10px;
		text-align: left;
		background-color: #fff;
		color: #3f3f3f;
	}
	.doctor_list_title_sub em {
		color: #3b9bc5;
	}

	.doctor_list_cont dl + dl {
		margin-top: 25px;
	}
	.doctor_list_cont dl dt {
		position: relative;
		padding-left: 12px;
	}
	.doctor_list_cont dl dt:after {
		content: '';
		position: absolute;
		top: 4px;
		left: 0;
		height: 30px;
		border-left: 3px solid #228ebd;
	}
	.doctor_list_cont dl dd {
		margin-top: 15px;
		padding-left: 12px;
	}
	.doctor_list_cont dl dd span {
		display: block;
		font-size: 1rem;
		line-height: 1.6;
		color: #616161;
	}

	.selftest_grid {
		margin-bottom: 50px;
	}
	.self_text_section {
		margin: 10vh 0 15vh;
	}
	.self_text_box {
		text-align: center;
	}
	.self_text_box h1 {
		margin: 4vh 0;
		font-size: 2.6rem;
	}
	.self_text_box h2 {
		margin: 4vh 0;
		font-size: 2.2rem;
	}
	.self_text_box h3 {
		margin: 4vh 0;
		font-size: 1.8rem;
	}
	.self_text_box h4 {
		margin: 4vh 0;
		font-size: 1.4rem;
	}
	.self_text_box h5 {
		margin: 4vh 0;
		font-size: 1rem;
	}
	.self_text_box h6 {
		margin: 4vh 0;
		font-size: 0.6rem;
	}


	/*clinic*/
	.clinic_header_grid {

	}
	.clinic_header_grid li {

	}
	.clinic_header_grid li > a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		background-color: #081731;
	}
	.flip {
		-webkit-transform: translate(50%, 0) rotate(-180deg) !important;
		-ms-transform: translate(50%, 0) rotate(-180deg) !important;
		transform: translate(50%, 0) rotate(-180deg) !important;
	}

	.clinic_header_contents {
		display: none;
		padding: 50px 0;
		width: 100%;
	}
	.clinic_header_contents.show {
		display: block;
	}

	.clinic_round {
		position: relative;
		padding-top: 100%;
		width: 100%;
		color: #fff;
		background-color: #ccc;
		border-radius: 100%;
	} 
	.clinic_round h6 {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 95%;
		font-size: 12px;
	}
	.beforeAfter_box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 10px 5px 6px;
		background-color: #f1f1f1;

	}
	.beforeAfter_grid {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-left: 5px;
		padding-right: 5px;
	}
	.beforeAfter_grid img {
		display: block;
	}
	.beforeAfter_grid h6 {
		margin-top: 5px;
		text-align: center;
	}


	.img_alti {
		position: absolute;
		top: 50%;
		right: 0;
		max-width: 100%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.contact_sub {
		position: absolute;
		bottom: 2vh;
		color: #fff;
	}
	.contact_area + .contact_area {
		margin-top: 50px;
	}
	.contact_area h4 {
		margin-bottom: 20px;
	}
	.contact_area dl {
		display: flex;
		margin-bottom: 5px;
	}
	.contact_area dl dt {
		width: 100px;
	}
	.contact_area dl dd {}
	.contact_area p {
		margin-top: 15px;
	}
	.contact_box + .contact_box {
		margin-top: 50px;
	}
	.contact_box h5,
	.contact_box p,
	.contact_box .intro_map {
		margin-bottom: 10px;
	}
	.contact_box ul + ul {
		margin-top: 20px;
	}
	.contact_box ul li {
		margin-top: 5px;
	}
	.contact_box ul li b {
		font-weight: 600;
	}
	.contact_box h6 {
		display: inline-block;
		border-bottom: 1px solid #fff;
		padding-bottom: 2px;
		margin-bottom: 5px;
	}

