/* Webfont Google */
@charset "utf-8";

.main {
	max-width: 100%;
	width: 100%;
}

.header-content {
	position: relative;
	overflow: hidden;
}

.header-content .breadcrumbs {
	margin-right: 10px;
	text-align: right;
	padding: 10px 0;
	line-height: 18px;
}

.header-visual {
	width: 100%;
	height: 230px;
	padding: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 0;
}

@media ( min-width : 768px) {
	.header-visual {
		height: 700px;
		margin-bottom: 30px;
	}
}

.header-visual-text {
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.header-visual-row {
	display: table-cell;	
}

.header-visual-text h1 {
	display: table-cell;
	font-family: times new roman;
	font-size: 110px;
	line-height: 72px;
	letter-spacing: 32px;
	color: #fffcf8;
	margin: 0;
}

.header-visual-logo {
	position: absolute;
	width: 51px;
	/*height: 50px;*/
	left: 50%;
	margin-left: -25px;
	bottom: 80px;
}

#careers .header-visual-text h1,#our-locations .header-visual-text h1 {
	color: #6e6b6b;
}

#process-to-visit-vip .header-visual-text h1 {
	display: inline-block;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
	padding-bottom: 30px;
	letter-spacing: 8px;
}

#process-to-visit-vip .header-visual-text p {
	display: inline-block;
	color: #fffcf8;
	font-size: 20px;
	margin: 0;
	letter-spacing: 1.1px;
}


@media ( max-width : 1200px) {
	.header-visual-text h1 {
		font-size: 3.462em;
		line-height: 1em;
	}
	
	#process-to-visit-vip .header-visual-text h1 {
		font-size: 74px;
	}
	
	#process-to-visit-vip .header-visual-text p {
		font-size: 15px;
	}
}

@media ( max-width : 767px) {
	.header-visual-text h1 {
		font-size: 30px !important;
		line-height: 34px;
		margin-top: 70px;
		margin-left: 0;
		letter-spacing: 16px;
	}
	
	#process-to-visit-vip .header-visual-text h1 {
		letter-spacing: 4px;
		margin-top: 0;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	
	#process-to-visit-vip .header-visual-text p {
		font-size: 15px;
	}
	.header-visual-logo {
		bottom: 15px;
	}
}

@media ( max-width : 460px) {
	.header-visual-text h1 {
		letter-spacing: 10px
	}
}

img {width: 100%; height: auto; display: inline-block; vertical-align: middle;}

.section {
	position: relative;
	overflow: hidden;
	padding: 60px 0 40px;
	font-size: 16px;
}

@media screen and (max-width:768px) {
	.section {
		padding: 25px 0;
	}
}

.process-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.process-img {
	position: relative;
	overflow: hidden;
	text-align: left;
}

.process-content {	
	margin: 0;
	background: #fff;
	text-align: left;
	display: table;
	height: 80%;
}

.vertical-2 {
	height: 40%;
}

.vertical-3 {
	height: 29%;
}

@media screen and (max-width:1440px) {
	.process-content {
		height: 58%;
	}
}

@media screen and (max-width:768px) {
	.process-content {
		height: auto;
	}
}

.process-content-inner {
	display: table-cell;
	padding: 0 10%;
}

.position-top {
	border: 10px solid #fff;
	border-bottom: 5px solid #fff;
}

.position-bottom {
	border: 10px solid #fff;
	border-top: 5px solid #fff;
}

.position-left {
	border-right: 5px solid #fff;
}

.position-right {
	border-left: 5px solid #fff;
}

.position-none {
	border: 10px solid #fff;
}

@media screen and (max-width:768px) {
	.position-top {
		border: 10px solid #fff;
		border-top: none;
	}
	
	.position-left {	
		border-right: 10px solid #fff;;
	}
	
	.position-right {
		border-left: 10px solid #fff;
	}
	
	
	.position-bottom {
		border: 10px solid #fff;
		border-top: none;
	}
	
	.col-6-left {
		border-right: 5px solid #fff;
	}
	
	.col-6-right {
		border-left: 5px solid #fff;
	}
	
	.position-none {
		border: 10px solid #fff;
		border-top: none;
	}
	
	.float-xs {
		float: none !important;
	}
		
}

.process-img-innertitle {
	position: absolute;
	display: inline-block;
	top: 10%;
	width: 100%;
	text-align: center;
	font-family: times new roman;
	font-size: 28px;
}

.process-content-title {
	font-family: times new roman;
	font-size: 25px;
	letter-spacing: 4px;
	color: #000;
	display: inline-block;
	margin: 0 0 25px 0;	
}

@media screen and (max-width:768px) {
	.process-content-title {
		margin: 25px 0; 
	}
}


.process-content-txt {
	font-size: 16px;
	line-height: 2.2;
	letter-spacing: 1.1px;
}

@media screen and (max-width:768px) {
	.process-content-txt {
		line-height: 1.9;
	}
}

.wallpaper {
	padding: 15px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wallpaper.s {
	padding: 0;
}
	
@media screen and (min-width: 48em) {
	.wallpaper {
	    padding: 100px 0 150px;
	}
}

@media screen and (min-width: 64em) {
	.wallpaper {
	    padding: 200px 0;
	}
}

.wallpaper .row {
	width: 80rem;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.wallpaper .row {
		width: 100% !important;
	}
}

#careers .wallpaper .row {
	width: 90rem;
}

.wallpaper-inner {
	background: rgba(255,255,255,0.8);
	padding: 30px;
}

@media screen and (min-width: 48em) {
	.wallpaper-inner {
	    padding: 65px;
	}
}

.wallpaper-inner p {
	font-size: 16px;
	line-height: 2.2;
	letter-spacing: 1.1px;
	text-align: left;
	color: #45464b;
}

.wallpaper-inner p span {
	display: inline-block;
	font-family: times new roman;
	font-size: 25px;
	color: #000;
	letter-spacing: 4px;
	margin-bottom: 15px;
}

@media screen and (max-width:768px) {
	.wallpaper-inner p {
		line-height: 1.9;
	}	
}

.wallpaper-inner ul {
	margin: 0;
}

.wallpaper-inner ul span {
	display: block;
	font-size: 20px;
	line-height: 2.2;
	font-weight: bold;
	letter-spacing: 1.1px;
	text-align: left;
	color: #45464b;
}

.wallpaper-inner li {
	font-size: 16px;
	line-height: 2.2;
	letter-spacing: 1.1px;
	text-align: left;
	color: #45464b;
}

.wallpaper-inner li:BEFORE {
	content: "-";
	padding: 0 8px;
}

@media screen and (max-width:768px) {
	.wallpaper-inner li {
		line-height: 1.9;
	}	
}

.row.copy {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.copy-visual {
	width: 40%;
	float: left;
}

.copy-visual img {
	text-align: right;
	float: right;
	max-width: 200%;
	width: 150%;
	margin-left: -50%;
}

#online-consultation .copy-visual img {
	width: auto;
	height: 100%;
	
}

.copy-visual img.vertical {
	width: auto;
	height: 75%;
}

.copy-inner {
	position: absolute;
	top: 50%;
	width: calc(70% - 90px);
	transform: translateY(-50%);
	border-left: 1px solid #777;
	padding: 0 0 0 50px;
	left: auto;
	right: -100;
	line-height: 2.1;
	letter-spacing: 1.1px;
	color: #45464b;
	text-align: left;
}

#online-consultation .copy-inner {
	width: calc(60% - 90px);
	right: 0;
	border-left-color: #e9e8e1;
}

.copy-inner span {
	font-family: times new roman;
	font-size: 25px;
	line-height: 1;
	color: #000;
	letter-spacing: 4px;
	display: inline-block;
	margin-bottom: 5px;
}

@media (max-width: 900px) {
	.copy-visual {
		width: 100%;
	}
	
	.copy-visual img {
		width: 100% !important;
		height: auto !important
	}
	
	.copy-inner {
		position: relative;
		width: 100% !important;
		transform: none;
		padding: 20px 15px 0;
		border: none;
		clear: both;
		right: auto;
	}
}

#our-locations .map .row {
	max-width: 1300px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	#our-locations .map .row {
		margin: 0 20px;
	}
}

#our-locations .map-item {
	margin-bottom: 40px;
}

#our-locations .map {
	text-align: left;
}
 

.formmail {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	margin-top: 100px;
	padding: 70px 0 25px;
	border-top: 1px solid #e9e8e1;
	letter-spacing: 0.8px;
	line-height: 32px;
}

#online-consultation .formmail {
	border: none;
	display: table;
	padding: 0;
	margin: 0 auto;
}

#online-consultation .formmail .row {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: table;
}

#online-consultation .formmail-blcok {
	display: table-cell;
	width: 50%;
}

#online-consultation .formmail-visual img {
	width: 100%;
	height: 70%;
	float: right;
	text-align: right;
	margin-right: 50px;
}

#online-consultation .formmail-inner {
	border-left: 1px solid #e9e8e1;
	padding-left: 50px;
	line-height: 2.1;
	letter-spacing: 1.1px;
	color: #45464b;
	text-align: left;
}


@media screen and (max-width: 768px) {
	#online-consultation .formmail-blcok {
	    display: block;
	    width: 100%;
	}
	
	#online-consultation .formmail-visual img {
		width: 100%;
		height: auto;
		margin: 0;
		float: unset;
	}
	
	#online-consultation .formmail-inner {
		padding: 0 15px;
	}
}

.formmail h2 {
	font-family: Times New Roman;
	font-size: 36px;
	text-align: center;
	color: #282828;
	margin: 15px 0 20px;	
}

#online-consultation .formmail h2 {
	margin: 30px 0;
}

.formmail span {
	font-family: inherit;
	font-size: 16px;
	letter-spacing: 1;
	color: #333;
	text-align: center;
}

.formmail .ipt {
	padding: 0 3px;
	float: none;
	margin-bottom: 10px;
}

.formmail .btn_submit {
	display: block;
	background: #ddccb2;
	margin: 30px auto 0;
}
#online-consultation .nt_sns, #online-consultation .nt_email, #online-consultation .nt_whatsapp {
	display: inline-block;
	text-align: left;	
	margin-left: 53%;
	transform: translateX(-105px);
	padding-top: 15px;
	line-height:15px;
}

#online-consultation .nt_sns img, #online-consultation .nt_email img, #online-consultation .nt_whatsapp img {
	width: auto;
}

#online-consultation .nt_sns ul, #online-consultation .nt_email ul, #online-consultation .nt_whatsapp ul {
	display: table;
	margin: 0;
}

#online-consultation .nt_sns li, #online-consultation .nt_email li, #online-consultation .nt_whatsapp li {
	display: table-cell;
}

 {}

.surgery-footer {
	padding: 50px 0 0 0;
	border: none;
}

.nt_whatsapp li {font-size:14.5px; line-height:15px; font-weight:normal; text-align:left;}

@media screen and (max-width:768px) {
	.nt_email {
		font-size:10px;
	}
	.nt_whatsapp li {
		font-size:10px;
	}
}



.nt_qrcode {margin:0 auto;}
.nt_qrcode section {text-align:center; margin:0;}
.nt_qrcode span {margin:0;}

@media (min-width: 766px){
	.nt_qrcode {width:300px; padding:40px 0 15px;}
	.nt_qrcode section {width:137px; float:left;}
	.nt_qrcode section + section {margin-left:20px;}
}

@media (max-width: 766px){
	.nt_qrcode {width:137px; padding:40px 0 15px;}
	.nt_qrcode section {width:137px;}
	.nt_qrcode section + section {margin-left:0;}
}

@media screen and (max-width: 768px) {
	.nt_email li{font-size:14px; line-height:14px; text-align:left; padding-left:2px;}
	.nt_whatsapp li{font-size:14px; line-height:14px; text-align:left; padding-left:2px;}
}