*{margin:0; padding:0; box-sizing:border-box;}
img{max-width:100%;}
html { scroll-behavior: smooth;}

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Medium.woff2') format('woff2'),
        url('../fonts/Gellix-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-SemiBold.woff2') format('woff2'),
        url('../fonts/Gellix-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Regular.woff2') format('woff2'),
        url('../fonts/Gellix-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'AdorHairline';
    src: url('../fonts/AdorHairline-ExtraBold.woff2') format('woff2'),
        url('../fonts/AdorHairline-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AdorHairline';
    src: url('../fonts/AdorHairline-Medium.woff2') format('woff2'),
        url('../fonts/AdorHairline-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {font-family: "GHEA Koryun W01 Regular";
  src: url("../fonts/d8813bc23202cd8c6f48f5e03bf634c8.eot"); /* IE9*/
  src: url("../fonts/d8813bc23202cd8c6f48f5e03bf634c8.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/d8813bc23202cd8c6f48f5e03bf634c8.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/d8813bc23202cd8c6f48f5e03bf634c8.woff") format("woff"), /* chrome、firefox */
  url("../fonts/d8813bc23202cd8c6f48f5e03bf634c8.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/d8813bc23202cd8c6f48f5e03bf634c8.svg#GHEA Koryun W01 Regular") format("svg"); /* iOS 4.1- */
}





body{font-family: 'Gellix'; padding-top: 112px;}
body.slip{overflow:hidden;}

.full_row{width:100%;}
.center_container{width:100%; max-width:1190px; padding:0 20px; margin:0 auto;}
.main_header{position:fixed; left:0; top:0; right:0; padding:30px 0 30px 0; transition:all ease 0.3s; z-index:5; background:#ffffff;}
.main_header.fixed{padding:15px 0; box-shadow:0 5px 10px rgba(0,0,0,0.1);}
.header_inner{display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; transition:all ease 0.3s;}
.main_header.fixed .header_inner{}
.header_inner .logo{ transition:all ease 0.3s;}
.header_inner .logo a{display:block; line-height:0;}
.header_inner .logo img{transition:all ease 0.3s; width:100%; max-width:180px;}
.main_header.fixed .header_inner .logo img{max-width:150px;}
.header_inner .navigation ul{display:flex; margin:0; padding:0; list-style-type:none; flex-wrap:wrap; align-items:center;}
.header_inner .navigation ul li{font-size:16px; margin:0 36px 0 0;}
.header_inner .navigation ul li a{ color: #ee7b7b; text-decoration: none; display: block; padding: 0; font-size:16px;}
.header_inner .navigation ul li:hover a{color: #477dd6;}
.header_inner .navigation ul li:last-child{margin:0 0 0 10px;}
.header_inner .navigation ul li:last-child a{background:#477dd6; color:#ffffff; padding: 7px 30px 11px 30px; border-radius: 40px;}
.header_inner .navigation ul li:last-child:hover a{background:#003b54; color:#ffffff;}
.trigger{width:34px; display:none;}
.trigger span{display:block; height:2px; background:#ed7a7a; transition:all ease 0.2s;}
.trigger span:nth-child(2){margin:8px 0;}
.banner{ padding:0; position:relative; overflow:hidden; line-height:0; background:#f9e2d5;}
.banner .banner_inner{display:flex; justify-content:space-between; align-items:center; margin:0; padding:0; flex-wrap:wrap;}
.banner .banner_inner .banner_text{width: 100%; max-width:370px;}
.banner .banner_inner .banner_text h2{font-weight: 500; font-family: 'AdorHairline';  font-size: 40px;  line-height: 42px;  margin: 0 0 40px 0; color:#003a54;}
.banner .banner_inner .banner_text h2 span{display:inline-block; position:relative; padding:0 5px; margin:0 0 10px 0;}
.banner .banner_inner .banner_text h2 span u{position:relative; text-decoration:none;}
.banner .banner_inner .banner_text h2 span:before{left: 0; bottom: 0; background: #f3c8b2; content: ''; height: 14px; width: 100%; position: absolute;}
	
.banner .banner_inner .banner_text a
{  font-size: 16px;  font-weight: 500; color: #ee7b7b; text-decoration: none; border-radius: 40px;  padding: 18px 34px 21px 34px; display:inline-block; margin: 0; border:1px solid #ee7b7b;}
.banner .banner_inner .banner_text a:hover{background: #ee7b7b; color:#ffffff;}
.banner .banner_inner .banner_image{padding:20px 0 0 0; position:relative;}
.banner .banner_inner .banner_image .banner-graph{position: absolute; left: -50px; top: -50px; height: 90%; width: auto; max-width: inherit;    z-index: 0;}
.banner .banner_inner .banner_image .banner-nurse{z-index:2; position:relative;}
.about-section{padding:100px 0 100px 0; background:#ffffff; position:relative;}
.about_row{text-align: center; margin: 0; padding: 0; display: flex; justify-content: space-between; align-items: center;}
.about_row.reverse{flex-direction:row-reverse; margin-bottom:60px;}
.about_row .about_image{width:53%;}
.about_row .about_text{width:42%; text-align:left;}	
.about_row .about_text h5{color:#477dd6; font-weight: 600;font-size: 20px;line-height: 27px; margin:0 0 30px 0;}
.about_row .about_text h2{color:#ed7a7a; font-weight: 500; font-size: 36px; line-height: 38px; margin:0 0 30px 0; font-family: 'AdorHairline';}
.about_row .about_text h2 span{display:inline-block; position:relative; padding:0 5px; margin:0 0 8px 0;}
.about_row .about_text h2 span u{position:relative; text-decoration:none;}
.about_row .about_text h2 span:before{left: 0; bottom: 0; background: #f9e2d5; content: ''; height: 12px; width: 100%; position: absolute;}
.about_row p{color:#878787; font-size: 15px; line-height: 22px; margin:0 0 20px 0;}
.about_row .about_text p strong{font-weight:500;}

.services-section{background:#003a53; padding:100px 0;}
.services-section h2{font-family: 'AdorHairline'; color:#ed7a7a; font-size:44px; margin:0 0 60px 0; padding:0; text-align:center; font-weight:500;}
.services_inner{display: flex; justify-content: space-between; margin: 0; padding: 0; flex-wrap: wrap;}
.services_inner .service-single{width:17%; text-align:center; position:relative; padding:0 0 40px 0;}
.services_inner .service-single .icon{margin:0 0 35px 0;}
.services_inner .service-single .icon img{max-width:42px;}
.services_inner .service-single h3{color: #477dd6;  font-size: 22px;  margin: 0;  padding: 0; font-weight: 600; display: flex; align-items: center;
    text-align: center;  width: 100%; justify-content: center;  height: 50px;}
.services_inner .service-single p{color:#fae3d6; font-size:15px; line-height:24px; margin:25px 0 35px 0; padding:0;}
.services_inner .service-single a{color: #ee7b7b; border: 1px solid #ee7b7b; white-space:nowrap; border-radius: 40px; font-size: 15px; line-height: 14px; padding: 8px 20px 11px 20px; text-decoration: none;  display: inline-block; position:absolute; left:50%; transform:translateX(-50%); bottom:0; pointer-events:none; opacity:0.3;}
/*.services_inner .service-single a:hover{background: #ee7b7b; color: #ffffff;}*/



.cta-section{background:url(../images/coffee-bg.jpg) center center no-repeat; background-size:cover; padding:140px 0;}
.cta_inner{margin:0 auto; width:100%; max-width:660px; text-align:center;}
.cta_inner h3{font-family: 'AdorHairline'; color:#ed7a7a; font-size:44px; margin:0; padding:0; text-align:center; font-weight:500;}
.cta_inner p{color: #003b54; font-size: 20px; margin: 40px 0; padding: 0; text-align: center; font-weight: 400;  line-height: 30px;}

.cta_inner a
{  font-size: 16px;  font-weight: 500; color: #ee7b7b; text-decoration: none; border-radius: 40px;  padding: 11px 35px 13px 35px; display:inline-block; margin: 0; border:1px solid #ee7b7b;}
.cta_inner a:hover
{background: #ee7b7b; color:#ffffff;}




.facility-section{padding:100px 0;}
.facility-inner{    display: flex;
    justify-content: space-between;
    flex-wrap: Wrap;
    margin: 0 auto;
    padding: 0;
    max-width: 900px;}
.facility-inner .facility-section-right{width:100%; max-width:420px;}
.facility-inner .facility-section-right .sub{position:relative; padding:0 0 0 85px;}
.facility-inner .facility-section-right .sub:first-child{margin-bottom:50px;}
.facility-inner .facility-section-right .sub h4{margin:0 0 20px 0; padding:0; font-size:20px; font-weight:600; color:#477dd6;}
.facility-inner .facility-section-right .sub p{margin:0; padding:0; font-size:16px; line-height:24px; font-weight:400; color:#878787;}
.facility-inner .facility-section-right .sub > img{position:absolute; left:0; top:0; width:45px;}
.facility-section-left h2{color:#003a54; font-weight: 500; font-size: 36px; line-height: 38px; margin:0 0 30px 0; font-family: 'AdorHairline';}
.facility-section-left h2 span{display:inline-block; position:relative; padding:0 5px; margin:0 0 8px 0;}
.facility-section-left h2 span u{position:relative; text-decoration:none;}
.facility-section-left h2 span u strong{font-weight:700;}
.facility-section-left h2 span:before{left: 0; bottom: 0; background: #f9e2d5; content: ''; height: 12px; width: 100%; position: absolute;}



.process-section{background:#fae3d6; padding:100px 0 0 0; text-align:center; position:relative;}
.process-section:after{position:absolute; left:0; right:0; bottom:0; height:253px; content:''; background:#003b54;}
.process-section h2{font-family: 'AdorHairline'; color:#ed7a7a; font-size:44px; margin:0 0 60px 0; padding:0; text-align:center; font-weight:500;}
.process-inner{display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap; position:relative; z-index:2;}
.process-inner .process-single{width: 33.33%; box-shadow: 0 0 20px rgb(0 0 0 / 30%);}
.process-inner .process-single:nth-child(2){box-shadow: 0 0 20px rgb(0 0 0 / 50%); position:relative; z-index:1;}
.process-inner .process-single .process-image{line-height:0;}
.process-inner .process-single .process-image img{width:100%;}
.process-inner .process-single .process-text{display:flex; flex-direction:column; justify-content:center; align-items:center; background:#ffffff; padding:40px 20px;}
.process-inner .process-single .process-text h3{color:#477dd6; font-size:25px; line-height:27px; margin:20px 0 15px 0; padding:0;}
.process-inner .process-single .process-text p{color:#003b54; font-size:16px; line-height:24px; margin:0; padding:0;}
.process-inner .process-single .process-text .counter{width:50px; height:50px; border:1px solid #ed7a7a; color:#ed7a7a; font-size:26px; line-height:40px; margin:0; padding:0; font-family: 'AdorHairline'; font-weight:500; border-radius:100%;}


.contact-section{background:#003b54; text-align:center; padding:100px 0;}
.contact-inner h2{font-family: 'AdorHairline';
    color: #fae3d6;
    font-size: 40px;
    margin: 0 0 60px 0;
    padding: 0;
    text-align: center;
    font-weight: 500;
    line-height: 54px;}
.contact-inner h2 strong{display:block; font-weight:700;}
.contact-inner a
{  font-size: 16px;  font-weight: 500; color: #ee7b7b; text-decoration: none; border-radius: 40px;  padding: 10px 35px 13px 35px; display:inline-block; margin: 0; border:1px solid #ee7b7b;}
.contact-inner a:hover
{background: #ee7b7b; color:#ffffff;}


	
footer{background:#ee7b7b; padding:0; color:#ffffff;}
.footer_inner{display: flex; width: 100%;  justify-content: space-between; align-items: center;  margin: 0 auto;  padding: 50px 0 0 0;  max-width: 900px;}
.footer-block{margin:0 0 50px 0;}
.footer-block .footer-logo{opacity:0.7; margin:0 0 30px 0;}
.footer-block .footer-logo:hover{opacity:1;}
.footer-block p{opacity:0.7;}
.footer-block p sup{font-size:55%;}
.footer-block .menus{list-style-type:none; margin:0; padding:0;}
.footer-block .menus li{margin:0 0 5px 0; padding:0;}
.footer-block .menus li a{color:#ffffff; opacity:0.7; text-decoration:none; transition:all ease 0.3s; font-size:15px; line-height:25px;}
.footer-block .menus li a:hover{opacity:1;}

.footer-block .contact-list{list-style-type:none; margin:0; padding:0;}
.footer-block .contact-list li{margin:0 0 5px 0; padding:0;}
.footer-block .contact-list li:first-child{margin:0 0 20px 0;}
.footer-block .contact-list li a{color:#ffffff; opacity:0.7; text-decoration:none; transition:all ease 0.3s; font-size:15px; line-height:25px; display:block; padding-left:25px; position:relative;}
.footer-block .contact-list li a i{position:absolute; left:0; top:7px; font-size:80%;}
.footer-block .contact-list li a:hover{opacity:1;}

.footer-block .social-links{list-style-type:none; margin:0 0 20px 0; padding:0; display:flex;}
.footer-block .social-links li{margin:0 20px 0 0; padding:0;}
.footer-block .social-links li a{color:#ffffff; opacity:0.5; text-decoration:none; transition:all ease 0.3s;}
.footer-block .social-links li a:hover{opacity:1;}

