@import url('//fonts.googleapis.com/earlyaccess/nanummyeongjo.css');
@font-face {
    font-family: 'ONE-Mobile-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ONE-Mobile-Title';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KBO-Dia-Gothic_bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/KBO-Dia-Gothic_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'twayair';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_tway@1.0/twayair.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TTTogether';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/TTTogetherA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TmoneyRoundWindExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/TmoneyRoundWindExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KorailRoundGothicBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/KorailRoundGothicBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'ChosunSm';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.1/ChosunSm.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Noto Sans KR", sans-serif;
  color: #444;
}
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
  color: #000000;
  text-decoration: none;
}
.t-tel { position:absolute; left:25%; top:0;     padding-top: 20px;}
.t-tel p { font-size: 15px; color:#6b6c6e; line-height: 24px; font-weight:500; letter-spacing:-0.07em;}
.t-tel p span {font-size:30px; font-family:'Roboto', sans-serif; font-weight:1000; display: inline-block;}
.t-tel a:hover {
  color: #000000;
  text-decoration: none;
}
.t-tel a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #45beff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Noto Sans KR", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #3e4a3d;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #85b6cf;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 50px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #ffffff;
      top: 97px;
       border-top: 1px solid #dddfe0;
      border-bottom: 1px solid #dddfe0;
}

#header.header-transparent {
  background: none;
}



#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#main {
  margin-top: 0px;
}
#hero3 .col-lg-4 {
      padding-right: 0px;
}
#hero4 .col-lg-4 {
      padding-right: 0px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #a2cce3;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #1c3745;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #68A4C4;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.txtwr span{
	       font-weight: 700;
    background: #146acf00;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    color: #000;
    font-size: 20px;
    text-align: center;
    border-radius: 100%;
    margin-right: 0px;
    text-align: start;
}


.img-fluidv{
	 
    width: 100%;
   

}

@media (max-width: 400px) {
    .majors1 {
        background: #eee;
        margin-top: 1190px !important;
    }
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 36px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
	#topbar .logo img
	{width: 75%;}
	.doctor_wrap .doc_imgr .posn-a {
    font-size: 80px!important;
        display: none;
}
	#hero3 h3 {
    font-size: 1.4rem!important;
}
#hero4 h3 {
    font-size: 1.4rem!important;
}
#hero5 h3 {
    font-size: 1.4rem!important;
}
#hero6 h3 {
    font-size: 1.4rem!important;
}
#hero7 h3
 {
    font-size: 1.4rem!important;
}
#hero8 h3 {
    font-size: 1.4rem!important;
}
	#about .header_empty {
    width: 100%;
    height: 90px!important;
    margin: 0 auto;
}
	.majors1 {
    background: #eee;
    margin-top: 910px;
}
.majors2{
    margin-top: 890px;
}

.majors4 {
    background: #eee;
    margin-top: 390px;
}
	#hero3 .container {
       top: 20px!important;
}
#hero3 .col-lg-4 {
      padding-right: 12px!important;
}
#hero4 .container {
       top: 150px!important;
}
#hero4 .col-lg-4 {
    padding-right: 12px!important;
}

#hero5 .col-lg-4 {
    padding-right: 12px!important;
}
#hero6 .col-lg-4 {
    padding-right: 12px!important;
}
#hero7 .col-lg-4 {
    padding-right: 12px!important;
}
#hero8 .col-lg-4 {
    padding-right: 12px!important;
}
.pt460 {
	padding-top: 545px!important;
}
.pt360 {
	padding-top: 365px!important;
}
.pt415 {
	padding-top: 415px!important;
}
	.contact .info h4 {
    font-size: 1rem !important;
    padding-top: 0px !important;
    padding-left: 0px !important; 
}
.img-fluidv{
	 
      display: none;
   

}
	.preview .flex {
     gap: 0px!important;
}
	.repeat_bottom .signs {
   
    top: 200px!important;
    text-align: center!important;
}
	.imgv {
    width: 100%;
}
	#hero2 {
		
    background-size: cover !important;
    height: 50vh!important;
    
	}
	#hero2 .container {
    background: rgb(255 255 255/ 0%);
    width: 100%;
    border-radius: 18px;
    padding-top: 20px;
    top: 60px!important;
    position: relative;
    height: auto;
    text-align: center;
}
	#hero2 h3 {
    line-height: 1.5;
    text-align: center !important;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem!important;
    word-break: keep-all;
}
	.about ul li {
    padding: 0px 0px 10px 0px!important;
}
	.main_container li.active {
    background: rgba(4, 95, 232, 0.7);
    height: 25vh;
}
.intro_content
{
	display: flex;
    flex-direction: column;
    padding: 10px;
}
	

  .mobile-nav-toggle {
    display: block;
  }
  #header {
    height: 40px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #ffffff;
    top: 80px;
    border-top: 1px solid #dddfe0;
    border-bottom: 1px solid #dddfe0;
}

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 30px;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(17, 38, 48, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1e4356;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #68A4C4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #68A4C4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  
 background: url(../img/index/mainbg.png) top center;
    background-size: cover;
}



#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .btn-get-started {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #68A4C4;
}

#hero .btn-get-started:hover {
  background: #68A4C4;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 976px) {

	
	.t-tel {
        display: none;
}
.t-tel p {
    font-size: 0;
      line-height: 0px;
}
.t-tel p {
    font-size: 0;
}
	.t-tel a {
    width: 80px;
    height: 80px;
    display: block;
    background: #273c5b  url("../img/telicon.png");
    background-size: 100% 100%;
    font-size: 0;
}
}
@media (max-width: 768px) {
	.gline_txt li {
   
    text-align: center!important;
}
	#header .container{
	justify-content: end!important;
	
	}
  #hero::after {
    width: 180%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }

  #hero::before {
    top: 0;
    width: 180%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
       height: 900vh!important;
	
  }
}

@media (max-width: 575px) {
  #hero h2 {
    font-size: 30px;
  }

  #hero::after {
    left: 40%;
    top: 0;
    width: 200%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }

  #hero::before {
    left: 50%;
    top: 0;
    width: 200%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}

/*--------------------------------------------------------------
# Hero No Slider Section
--------------------------------------------------------------*/
#hero-no-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#hero-no-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(30, 67, 86, 0.8), rgba(30, 67, 86, 0.6)), url("../img/hero-bg.jpg") center top no-repeat;
}

#hero-no-slider h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 700;
}

#hero-no-slider p {
  color: #fff;
}

#hero-no-slider .btn-get-started {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #68A4C4;
}

#hero-no-slider .btn-get-started:hover {
  background: #68A4C4;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 575px) {
  #hero-no-slider h2 {
    font-size: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.section-bg {
  background-color: #f3f8fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #68A4C4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f3f8fa;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 20px;
}

.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box-pink .icon {
  background: #fceef3;
}

.services .icon-box-pink .icon i {
  color: #ff689b;
}

.services .icon-box-pink:hover {
  border-color: #ff689b;
}

.services .icon-box-cyan .icon {
  background: #e6fdfc;
}

.services .icon-box-cyan .icon i {
  color: #3fcdc7;
}

.services .icon-box-cyan:hover {
  border-color: #3fcdc7;
}

.services .icon-box-green .icon {
  background: #eafde7;
}

.services .icon-box-green .icon i {
  color: #41cf2e;
}

.services .icon-box-green:hover {
  border-color: #41cf2e;
}

.services .icon-box-blue .icon {
  background: #e1eeff;
}

.services .icon-box-blue .icon i {
  color: #2282ff;
}

.services .icon-box-blue:hover {
  border-color: #2282ff;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  background: #fff;
}

.why-us .icon-box+.icon-box {
  margin-top: 50px;
}

.why-us .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f3f8fa;
  border-radius: 6px;
  transition: 0.5s;
}

.why-us .icon-box .icon i {
  color: #68A4C4;
  font-size: 32px;
}

.why-us .icon-box:hover .icon {
  background: #68A4C4;
}

.why-us .icon-box:hover .icon i {
  color: #fff;
}

.why-us .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.why-us .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.why-us .icon-box .title a:hover {
  color: #68A4C4;
}

.why-us .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
}

.why-us .video-box {
  position: relative;
}

.why-us .video-box img {
  padding-top: 15px;
  padding-bottom: 15px;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#68A4C4 50%, rgba(104, 164, 196, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(104, 164, 196, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #68A4C4;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .row+.row {
  margin-top: 100px;
}

.features h3 {
  font-weight: 400;
  font-size: 24px;
}

.features ul {
  list-style: none;
  padding: 0;
}

.features ul li {
  padding-bottom: 10px;
}

.features ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #68A4C4;
}

.features p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about {
	padding-bottom: 30px;
	padding-top: 60px;
	display: block;
}
.about h3 {
 text-align: center !important;
 font-size: 18px;
 margin-top: 30px;
 line-height: 1.5;
 font-weight: 300;
 word-break: keep-all;
 font-family: 'Noto Sans KR', sans-serif;
}
.about h2 {
 color: #4B4B4B;
 font-size: 32px;
 font-weight: 700;
 padding-top: 10px;
 line-height: 1.5;
 font-family: 'Noto Sans KR', sans-serif;
}
.about h4 {
	font-weight: 700;
	font-size: 22px;
	color: #4B4B4B;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR', sans-serif;
}
.about h5 {
	margin-top: 20px;
	font-weight: 700;
	font-size: 22px;
	color: #4B4B4B;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR', sans-serif;
}


.about p {
  color: #000;
 font-size: 17px;
 
 margin-top: 10px;
 line-height: 1.5;
 font-family: 'Noto Sans KR', sans-serif;
}

.about ul {
  list-style: none;
  padding: 0;
}

.about ul li {
 
  padding: 38px 0px 10px 44px;

}

.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #68A4C4;
}

.about p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts .counters span {
  font-size: 48px;
  display: block;
  color: #68A4C4;
}

.facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills {
  padding: 60px 0;
}

.skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

.skills .progress .skill {
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

.skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: 0.9s;
}

/*--------------------------------------------------------------
# Tetstimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 60px 0;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fbfcfd;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #68A4C4;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #68A4C4;
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  padding-bottom: 10px;
}

.service-details .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}

.service-details .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.service-details .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.service-details .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}

.service-details .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.service-details .card-title a {
  color: #1e4356;
  transition: 0.3s;
}

.service-details .card-text {
  color: #5e5e5e;
}

.service-details .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.service-details .read-more a:hover {
  color: #68A4C4;
}

.service-details .card:hover img {
  transform: scale(1.1);
}

.service-details .card:hover .card-body {
  border-color: #68A4C4;
}

.service-details .card:hover .card-body .card-title a {
  color: #68A4C4;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #68A4C4;
  font-weight: 400;
  font-family: "Noto Sans KR", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #68A4C4;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  background: #1e4356;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans KR", sans-serif;
  transition: 0.3s;
}

.pricing .get-started-btn:hover {
  background: #68A4C4;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

.pricing .featured .get-started-btn {
  background: #68A4C4;
}

.pricing .featured .get-started-btn:hover {
  background: #85b6cf;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding-bottom: 60px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 12px 5px 12px;
  display: inline-block;
  padding: 0 4px 6px 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #444;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #fff;
  font-family: "Noto Sans KR", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  border-color: #68A4C4;
  color: #68A4C4;
}

.portfolio .portfolio-item {
  background: #1e4356;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px 0;
}

.portfolio .portfolio-item img {
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  transition: all 0.3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
}

.portfolio .portfolio-item .portfolio-info h3 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}

.portfolio .portfolio-item .portfolio-info a i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 28px;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info a i:hover {
  color: white;
}

.portfolio .portfolio-item:hover img {
  opacity: 0.6;
  transform: scale(1.1);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #68A4C4;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #68A4C4;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(30, 67, 86, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding-bottom: 30px;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
  background: rgba(30, 67, 86, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 12px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #68A4C4;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 18px;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #68A4C4;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

.team .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}

.team .member:hover .social a,
.team .member:hover .social i {
  line-height: 0;
  font-size: 18px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 0px;
}

.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
}

.contact .info-box i {
  font-size: 32px;
  color: #68A4C4;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #a2cce3;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  margin-bottom: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #68A4C4;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #68A4C4;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #8dbad2;
}
.contact iframe{
  padding-right: 0px!important;
  padding-left: 0px;
  height: 732px;
}
@media ( max-width : 991px ) {
	.contact .address .col-lg-12 .d-flex{
  display: flex !important
;
    flex-direction: column!important
}
.contact iframe{
     height: 316px!important;
    margin-top: 5px;
}
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
  padding: 0;
  margin-bottom: -6px;
}

.map iframe {
  width: 100%;
  height: 380px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #1e4356;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #68A4C4;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #72afce;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #68A4C4;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #7aafcb;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #1e4356;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #4c99c1;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #255269;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #68A4C4;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #1e4356;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(30, 67, 86, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #68A4C4;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #1e4356;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b607c;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #b1d0e1;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #b1d0e1;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #1e4356;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #255269;
}

.blog .blog-pagination {
  color: #387ea2;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #1e4356;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #68A4C4;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #1e4356;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #68A4C4;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #77adca;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #1e4356;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #68A4C4;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #1e4356;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #68A4C4;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #3f8db5;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #e4eff5;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #68A4C4;
  background: #68A4C4;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #bedae8;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
 background: rgb(62,74,61);
/*background: linear-gradient(180deg, rgba(62,74,61,1) 35%, rgba(36,47,35,1) 63%);*/
  padding: 0 0 30px 0;
  color: #a8a8a8;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #0d2735;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #a2cce3;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: #68A4C4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #468db3;
}

#footer .footer-top {
  background: #ffffff;
  border-bottom: 1px solid #dddfe0;
  padding: 15px 0 15px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #a2cce3;
  font-weight: 600;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1e4356;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #68A4C4;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 500;
  color: #57585a;
  position: relative;
  padding-bottom: 0px;
  text-align: center;

}

#footer .footer-top .footer-links {
  margin-bottom: 0px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #a2cce3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #a2cce3;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  height: 10vh;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #a2cce3;
}
@media ( max-width : 768px ) {
	#footer {
	font-size: 11px;
}
.about p {
    font-size: 15px;
  
    line-height: 1.5;
}
.about h2 {
    font-size: 27px;
}
#about {
    padding-bottom: 30px;
    padding-top: 0px;
    display: block;
}
}
.ydhdoctor_sec{
	
	background: url(/lib/familyuro/assets/img/doc_bg.png) no-repeat right top; padding-bottom:330px;}
.doctor_wrap.flex{align-items: flex-start;}
.doctor_wrap .doc_imgr .posn-a{bottom: -40%;right: 4%;opacity: 0.3;font-size: 60px;}
.doctor_wrap .doc_imgr img{width:100%;}
.doctor_wrap .doc_txtr{padding: 66px;}
.doctor_wrap .doc_txtr h4 span{display: inline-block; }
.doctor_wrap .doc_txtr h4 span.posn-r{padding: 0 20px 0 30px;}
.doctor_wrap .doc_txtr h4 span.posn-r::after{content:""; width: 2px; height: 30px; background: #232323; position: absolute; top: 9px; right: 6px}
.doctor_wrap .doc_txtr ul li~li{padding-top: 10px;}
.doctor_wrap .doc_txtr .knu-quick-btn{bottom: -220px; right: 0;}
.doctor_wrap .doc_txtr img.binggle{animation: binggle 17s linear infinite;}
.doctor_wrap .doc_txtr .knu-quick{top: 50%; left: 50%; transform: translate(-50%, -50%)}
@keyframes binggle {
    0%{transform: rotate(0deg)}
    100%{transform: rotate(360deg)}
}
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
/* 노토 산스/세리프 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
/* 나눔 명조 */
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
/* .nanummyeongjo * {font-family: 'Nanum Myeongjo', serif;} */

/*reset*/
html, body{height:100%!important; width:100%; padding:0;  font-family: 'Noto Sans KR', sans-serif;; box-sizing: border-box; color: #000; background: none; word-break:keep-all !important;}
body{font-weight:300; margin: auto; letter-spacing: -1px; list-style: none; background: none;}
html{margin:0;}
ul,li{padding:0; margin:0; list-style:none;}
h1,h2,h3,h4,h5,h6{font-family: 'Noto Sans KR', sans-serif;; letter-spacing: -1px; font-weight:700; word-break:keep-all;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p{margin: 0;}
input, button{ font-family: 'Noto Sans KR', sans-serif;;}
.img-responsive{width:100% !important;}
.clearfix:before, .clearfix:after{display: block; content: ""; clear: both;}
.container{margin:0 auto;}
#wrapper{margin-top:0px;}
.img-res{width:100% !important;}
.serif{font-family: 'Nanum Myeongjo', serif;}
.pri-01{color:#4B4B4B;}
.pri-02{color: #ecf2fc}
.pri-03{color: #EDD03A }
.pri-04{color:#6b8a69;}
.pri-05{color:#123d14;}

.nowrap{white-space:nowrap}
.mo_br{display: none;}
a:focus{outline:0}
span,div,p {
  word-break: keep-all;
}
button {
  background: none;
  border: none;
}

/* 섹션 */
.section50{width:100%; padding: 50px 0;}
.section80{width:100%; padding: 80px 0;}
.section100{width:100%; padding: 100px 0;}
.section110{width:100%; padding: 110px 0;}
.section150{width:100%; padding: 150px 0;}
.section180{width:100%; padding: 180px 0;}
.section200{width:100%; padding: 200px 0;}

/* 이너 */
.innerfull {
	width: 100%;
	margin: 0 auto;
}

.inner1600 {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.inner1400 {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.inner1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.inner1000 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.inner1000 {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

.familyuroinner950 {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

.inner750 {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

.mla{margin-left:auto}.mra{margin-right:auto}
.mt00{margin-top:00px}.mb00{margin-bottom:00px}.ml00{margin-left:00px}.mr00{margin-right:00px}
.mt-00{margin-top:-00px}.mb-00{margin-bottom:-00px}
.mt10{margin-top:10px}.mb10{margin-bottom:10px}.ml10{margin-left:10px}.mr10{margin-right:10px}
.mt-10{margin-top:-10px}.mb-10{margin-bottom:-10px}
.mt20{margin-top:20px}.mb20{margin-bottom:20px}.ml20{margin-left:20px}.mr20{margin-right:20px}
.mt-20{margin-top:-20px}.mb-20{margin-bottom:-20px}
.mt30{margin-top:30px}.mb30{margin-bottom:30px}.ml30{margin-left:30px}.mr30{margin-right:30px}
.mt-30{margin-top:-30px}.mb-30{margin-bottom:-30px}
.mt40{margin-top:40px}.mb40{margin-bottom:40px}.ml40{margin-left:40px}.mr40{margin-right:40px}
.mt-40{margin-top:-40px}.mb-40{margin-bottom:-40px}
.mt50{margin-top:50px}.mb50{margin-bottom:50px}.ml50{margin-left:50px}.mr50{margin-right:50px}
.mt-50{margin-top:-50px}.mb-50{margin-bottom:-50px}
.mt60{margin-top:60px}.mb60{margin-bottom:60px}.ml60{margin-left:60px}.mr60{margin-right:60px}
.mt-60{margin-top:-60px}.mb-60{margin-bottom:-60px}
.mt70{margin-top:70px}.mb70{margin-bottom:70px}.ml70{margin-left:70px}.mr70{margin-right:70px}
.mt-70{margin-top:-70px}.mb-70{margin-bottom:-70px}
.mt80{margin-top:80px}.mb80{margin-bottom:80px}.ml80{margin-left:80px}.mr80{margin-right:80px}
.mt-80{margin-top:-80px}.mb-80{margin-bottom:-80px}
.mt90{margin-top:90px}.mb90{margin-bottom:90px}.ml90{margin-left:90px}.mr90{margin-right:90px}
.mt-90{margin-top:-90px}.mb-90{margin-bottom:-90px}
.mt100{margin-top:100px}.mb100{margin-bottom:100px}.ml100{margin-left:100px}.mr100{margin-right:100px}
.mt-100{margin-top:-100px}.mb-100{margin-bottom:-100px}
.mt110{margin-top:110px}.mb110{margin-bottom:110px}.ml110{margin-left:110px}.mr110{margin-right:110px}
.mt-110{margin-top:-110px}.mb-110{margin-bottom:-110px}
.mt120{margin-top:120px}.mb120{margin-bottom:120px}.ml120{margin-left:120px}.mr120{margin-right:120px}
.mt-120{margin-top:-120px}.mb-120{margin-bottom:-120px}
.mt130{margin-top:130px}.mb130{margin-bottom:130px}.ml130{margin-left:130px}.mr130{margin-right:130px}
.mt-130{margin-top:-130px}.mb-130{margin-bottom:-130px}
.mt140{margin-top:140px}.mb140{margin-bottom:140px}.ml140{margin-left:140px}.mr140{margin-right:140px}
.mt-140{margin-top:-140px}.mb-140{margin-bottom:-140px}
.mt150{margin-top:150px}.mb150{margin-bottom:150px}.ml150{margin-left:150px}.mr150{margin-right:150px}
.mt-150{margin-top:-150px}.mb-150{margin-bottom:-150px}
.mt160{margin-top:160px}.mb160{margin-bottom:160px}.ml160{margin-left:160px}.mr160{margin-right:160px}
.mt-160{margin-top:-160px}.mb-160{margin-bottom:-160px}
.mt170{margin-top:170px}.mb170{margin-bottom:170px}.ml170{margin-left:170px}.mr170{margin-right:170px}
.mt-170{margin-top:-170px}.mb-170{margin-bottom:-170px}
.mt180{margin-top:180px}.mb180{margin-bottom:180px}.ml180{margin-left:180px}.mr180{margin-right:180px}
.mt-180{margin-top:-180px}.mb-180{margin-bottom:-180px}
.mt190{margin-top:190px}.mb190{margin-bottom:190px}.ml190{margin-left:190px}.mr190{margin-right:190px}
.mt-190{margin-top:-190px}.mb-190{margin-bottom:-190px}
.mt200{margin-top:200px}.mb200{margin-bottom:200px}.ml200{margin-left:200px}.mr200{margin-right:200px}
.mt-200{margin-top:-200px}.mb-200{margin-bottom:-200px}


/* 폰트사이즈 */
.ftz8 {
	font-size: 8px
}

.ftz9 {
	font-size: 9px
}

.ftz10 {
	font-size: 10px
}

.ftz11 {
	font-size: 11px
}

.ftz12 {
	font-size: 12px
}

.ftz13 {
	font-size: 13px
}

.ftz14 {
	font-size: 14px
}

.ftz15 {
	font-size: 15px
}

.ftz16 {
	font-size: 16px
}

.ftz17 {
	font-size: 17px
}

.ftz18 {
	font-size: 18px
}

.ftz19 {
	font-size: 19px
}

.ftz20 {
	font-size: 20px
}

.ftz21 {
	font-size: 21px
}

.ftz22 {
	font-size: 22px
}

.ftz23 {
	font-size: 23px
}

.ftz24 {
	font-size: 24px
}

.ftz25 {
	font-size: 25px
}

.ftz26 {
	font-size: 26px
}

.ftz27 {
	font-size: 27px
}

.ftz28 {
	font-size: 28px
}

.ftz29 {
	font-size: 29px
}

.ftz30 {
	font-size: 30px
}

.ftz31 {
	font-size: 31px
}

.ftz32 {
	font-size: 32px
}

.ftz33 {
	font-size: 33px
}

.ftz34 {
	font-size: 34px
}

.ftz35 {
	font-size: 35px
}

.ftz36 {
	font-size: 36px
}

.ftz37 {
	font-size: 37px
}

.ftz38 {
	font-size: 38px
}

.ftz39 {
	font-size: 39px
}

.ftz40 {
	font-size: 40px
}

.ftz41 {
	font-size: 41px
}

.ftz42 {
	font-size: 42px
}

.ftz43 {
	font-size: 43px
}

.ftz44 {
	font-size: 44px
}

.ftz45 {
	font-size: 45px
}

.ftz46 {
	font-size: 46px
}

.ftz47 {
	font-size: 47px
}

.ftz48 {
	font-size: 48px
}

.ftz49 {
	font-size: 49px
}

.ftz50 {
	font-size: 50px
}

.ftz51 {
	font-size: 51px
}

.ftz52 {
	font-size: 52px
}

.ftz53 {
	font-size: 53px
}

.ftz54 {
	font-size: 54px
}

.ftz55 {
	font-size: 55px
}

.ftz56 {
	font-size: 56px
}

.ftz57 {
	font-size: 57px
}

.ftz58 {
	font-size: 58px
}

.ftz59 {
	font-size: 59px
}

.ftz60 {
	font-size: 60px
}

.ftz61 {
	font-size: 61px;
}

.ftz62 {
	font-size: 62px;
}

.ftz63 {
	font-size: 63px;
}

.ftz64 {
	font-size: 64px;
}

.ftz65 {
	font-size: 65px;
}

.ftz66 {
	font-size: 66px;
}

.ftz67 {
	font-size: 67px;
}

.ftz68 {
	font-size: 68px;
}

.ftz69 {
	font-size: 69px;
}

.ftz70 {
	font-size: 70px;
}

.ftz71 {
	font-size: 71px;
}

.ftz72 {
	font-size: 72px;
}

.ftz73 {
	font-size: 73px;
}

.ftz74 {
	font-size: 74px;
}

.ftz75 {
	font-size: 75px;
}

/* 폰트굵기 */
.fwz1 {
	font-weight: 100;
}

.fwz2 {
	font-weight: 200;
}

.fwz3 {
	font-weight: 300;
}

.fwz4 {
	font-weight: 400;
}

.fwz5 {
	font-weight: 500;
}

.fwz6 {
	font-weight: 600;
}

.fwz7 {
	font-weight: 700;
}

.fwz8 {
	font-weight: 800;
}

.fwz9 {
	font-weight: 900;
}

.bold, strong, .fwzb, b {
	font-weight: bold
}




/* 텍스트 정렬 */
.tac{text-align:center !important;}
.tal{text-align:left !important;}
.tar{text-align:right !important;}

/* 마진 */
.mla{margin-left:auto}.mra{margin-right:auto}
.mtz00{margin-top:00px}.mb00{margin-bottom:00px}.ml00{margin-left:00px}.mr00{margin-right:00px}
.mtz-00{margin-top:-00px}.mb-00{margin-bottom:-00px}
.mtz10{margin-top:10px}.mb10{margin-bottom:10px}.ml10{margin-left:10px}.mr10{margin-right:10px}
.mtz-10{margin-top:-10px}.mb-10{margin-bottom:-10px}
.mtz20{margin-top:20px}.mb20{margin-bottom:20px}.ml20{margin-left:20px}.mr20{margin-right:20px}
.mtz-20{margin-top:-20px}.mb-20{margin-bottom:-20px}
.mtz30{margin-top:30px}.mb30{margin-bottom:30px}.ml30{margin-left:30px}.mr30{margin-right:30px}
.mtz-30{margin-top:-30px}.mb-30{margin-bottom:-30px}
.mtz40{margin-top:40px}.mb40{margin-bottom:40px}.ml40{margin-left:40px}.mr40{margin-right:40px}
.mtz-40{margin-top:-40px}.mb-40{margin-bottom:-40px}
.mtz50{margin-top:50px}.mb50{margin-bottom:50px}.ml50{margin-left:50px}.mr50{margin-right:50px}
.mtz-50{margin-top:-50px}.mb-50{margin-bottom:-50px}
.mtz60{margin-top:60px}.mb60{margin-bottom:60px}.ml60{margin-left:60px}.mr60{margin-right:60px}
.mtz-60{margin-top:-60px}.mb-60{margin-bottom:-60px}
.mtz70{margin-top:70px}.mb70{margin-bottom:70px}.ml70{margin-left:70px}.mr70{margin-right:70px}
.mtz-70{margin-top:-70px}.mb-70{margin-bottom:-70px}
.mtz80{margin-top:80px}.mb80{margin-bottom:80px}.ml80{margin-left:80px}.mr80{margin-right:80px}
.mtz-80{margin-top:-80px}.mb-80{margin-bottom:-80px}
.mtz90{margin-top:90px}.mb90{margin-bottom:90px}.ml90{margin-left:90px}.mr90{margin-right:90px}
.mtz-90{margin-top:-90px}.mb-90{margin-bottom:-90px}
.mtz100{margin-top:100px}.mb100{margin-bottom:100px}.ml100{margin-left:100px}.mr100{margin-right:100px}
.mtz-100{margin-top:-100px}.mb-100{margin-bottom:-100px}
.mtz110{margin-top:110px}.mb110{margin-bottom:110px}.ml110{margin-left:110px}.mr110{margin-right:110px}
.mtz-110{margin-top:-110px}.mb-110{margin-bottom:-110px}
.mtz120{margin-top:120px}.mb120{margin-bottom:120px}.ml120{margin-left:120px}.mr120{margin-right:120px}
.mtz-120{margin-top:-120px}.mb-120{margin-bottom:-120px}
.mtz130{margin-top:130px}.mb130{margin-bottom:130px}.ml130{margin-left:130px}.mr130{margin-right:130px}
.mtz-130{margin-top:-130px}.mb-130{margin-bottom:-130px}
.mtz140{margin-top:140px}.mb140{margin-bottom:140px}.ml140{margin-left:140px}.mr140{margin-right:140px}
.mtz-140{margin-top:-140px}.mb-140{margin-bottom:-140px}
.mtz150{margin-top:150px}.mb150{margin-bottom:150px}.ml150{margin-left:150px}.mr150{margin-right:150px}
.mtz-150{margin-top:-150px}.mb-150{margin-bottom:-150px}
.mtz160{margin-top:160px}.mb160{margin-bottom:160px}.ml160{margin-left:160px}.mr160{margin-right:160px}
.mtz-160{margin-top:-160px}.mb-160{margin-bottom:-160px}
.mtz170{margin-top:170px}.mb170{margin-bottom:170px}.ml170{margin-left:170px}.mr170{margin-right:170px}
.mtz-170{margin-top:-170px}.mb-170{margin-bottom:-170px}
.mtz180{margin-top:180px}.mb180{margin-bottom:180px}.ml180{margin-left:180px}.mr180{margin-right:180px}
.mtz-180{margin-top:-180px}.mb-180{margin-bottom:-180px}
.mtz190{margin-top:190px}.mb190{margin-bottom:190px}.ml190{margin-left:190px}.mr190{margin-right:190px}
.mtz-190{margin-top:-190px}.mb-190{margin-bottom:-190px}
.mtz200{margin-top:200px}.mb200{margin-bottom:200px}.ml200{margin-left:200px}.mr200{margin-right:200px}
.mtz-200{margin-top:-200px}.mb-200{margin-bottom:-200px}

/* 패딩 */
.pt00 {
	padding-top: 00px
}

.pb00 {
	padding-bottom: 00px
}

.pt10 {
	padding-top: 10px
}

.pb10 {
	padding-bottom: 10px
}

.pt20 {
	padding-top: 20px
}

.pb20 {
	padding-bottom: 20px
}

.pt30 {
	padding-top: 30px
}

.pb30 {
	padding-bottom: 30px
}

.pt40 {
	padding-top: 40px
}

.pb40 {
	padding-bottom: 40px
}

.pt50 {
	padding-top: 50px
}

.pb50 {
	padding-bottom: 50px
}

.pt60 {
	padding-top: 60px
}

.pb60 {
	padding-bottom: 60px
}

.pt70 {
	padding-top: 70px
}

.pb70 {
	padding-bottom: 70px
}

.pt80 {
	padding-top: 80px
}

.pb80 {
	padding-bottom: 80px
}

.pt90 {
	padding-top: 90px
}

.pb90 {
	padding-bottom: 90px
}

.pt100 {
	padding-top: 100px
}
.pt120 {
	padding-top: 120px
}

.pb100 {
	padding-bottom: 100px
}

.pt110 {
	padding-top: 110px
}

.pb110 {
	padding-bottom: 110px
}

.pt120 {
	padding-top: 120px
}

.pb120 {
	padding-bottom: 120px
}

.pt130 {
	padding-top: 130px
}

.pb130 {
	padding-bottom: 130px
}

.pt140 {
	padding-top: 140px
}

.pb140 {
	padding-bottom: 140px
}

.pt150 {
	padding-top: 150px
}

.pb150 {
	padding-bottom: 150px
}

.pt160 {
	padding-top: 160px
}

.pb160 {
	padding-bottom: 160px
}

.pt170 {
	padding-top: 170px
}

.pb170 {
	padding-bottom: 170px
}

.pt180 {
	padding-top: 180px
}

.pb180 {
	padding-bottom: 180px
}

.pt190 {
	padding-top: 190px
}

.pb190 {
	padding-bottom: 190px
}

.pt200 {
	padding-top: 200px
}

.pb200 {
	padding-bottom: 200px
}

.pd5{padding:5px;}
.pd10{padding:10px;}
.pd15{padding:15px;}
.pd20{padding:20px;}
.pd25{padding:25px;}
.pd30{padding:30px;}

/* 갭 */
.gap10{gap:10px;}
.gap20{gap:20px;}
.gap30{gap:30px;}
.gap40{gap:40px;}
.gap50{gap:50px;}
.gap60{gap:60px;}
.gap70{gap:70px;}
.gap80{gap:80px;}
.gap90{gap:90px;}
.gap100{gap:100px;}
.gap110{gap:110px;}
.gap120{gap:120px;}
.gap130{gap:130px;}
.gap140{gap:140px;}
.gap150{gap:150px;}

.opa01{opacity:0.1;}
.opa02{opacity:0.2;}
.opa03{opacity:0.3;}
.opa04{opacity:0.4;}
.opa05{opacity:0.5;}
.opa06{opacity:0.6;}
.opa07{opacity:0.7;}
.opa08{opacity:0.8;}
.opa09{opacity:0.9;}

.lt0{letter-spacing:0;}
.lt1{letter-spacing:1px;}
.lt2{letter-spacing:2px;}
.lt3{letter-spacing:3px;}
.lt4{letter-spacing:4px;}
.lt5{letter-spacing:5px;}
.lt6{letter-spacing:6px;}
.lt7{letter-spacing:7px;}
.lt8{letter-spacing:8px;}
.lt9{letter-spacing:9px;}
.lt10{letter-spacing:10px;}

.lt-1{letter-spacing:-1px;}
.lt-2{letter-spacing:-2px;}
.lt-3{letter-spacing:-3px;}
.lt-4{letter-spacing:-4px;}
.lt-5{letter-spacing:-5px;}
.lt-6{letter-spacing:-6px;}
.lt-7{letter-spacing:-7px;}
.lt-8{letter-spacing:-8px;}
.lt-9{letter-spacing:-9px;}
.lt-10{letter-spacing:-10px;}

/* 포지션 */
.posn-a {
	position: absolute;
}

.posn-r {
	position: relative
}

.posn-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

/* 플렉스 */
.flex {
	display: flex;
}

.flex-c {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 그리드 */
.grid {
	display: grid;
}

.grid-1 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.grid-half, .grid-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

/* 오버플로우 */
.ovh {
	overflow: hidden
}

.ovv {
	overflow: visible
}

.ovys {
	overflow-y: scroll
}

.ovxs {
	overflow-x: scroll
}

.ovxh {
	overflow-x: hidden
}

.ovyh {
	overflow-y: hidden
}

/* 행간 */
.lh1 {
	line-height: 1;}.lh11{line-height: 1.1;}.lh12{line-height: 1.2;}.lh13{line-height: 1.6;}.lh14{line-height: 1.4;}.lh15{line-height: 1.5;}
	
	.intro_sec{width:95%; margin:0 auto;}
.intro_swiper .intro_content{column-gap: 20px;}
.intro_swiper .intro_content dl{width: 100%;}
.intro_swiper .intro_content dl dt{width: 100%;}
.intro_swiper .intro_content dl dt img{width: 100%;}
.intro_swiper .controls .swiper-pagination-progressbar{background: #7B7B7B;}
.intro_swiper .controls .swiper-pagination-progressbar-fill{background: #E6B0A4;}
.intro_swiper .controls .swiper-pagination2{font-size: 16px; padding-top: 10px;}


.show_swiper .swiper-slide{background: #fff; opacity: 0.3; width: 310px; height: 420px; display: grid; place-content: center; box-shadow: 0 0 14px rgba(0 0 0 / 10%); margin: 10px 0;}
.show_swiper .swiper-slide.swiper-slide-active{opacity: 1;}
.show_swiper .swiper-slide .equip_content{max-width: 100%; max-height: 100%; margin: -20px auto 0;}
.show_swiper .swiper-slide .equip_content img{width: 100%; height: auto; object-fit: contain; object-position: center;}
.show_swiper .controls{top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; max-width: 320px; z-index: 5;}
.show_swiper .controls .swiper-button-next, .show_swiper .controls .swiper-button-prev{width: 70px; height: 70px; font-size: 0;color: transparent;}
.show_swiper .controls .swiper-button-prev{left: -13%;background:url(/image/main_prev.svg) no-repeat center center/100%}
.show_swiper .controls .swiper-button-next{right: -13%;background:url(/image/main_next.svg) no-repeat center center/100%}
.show_sec .show-bg{width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; 
background: url(/image/show-bg.png) no-repeat top center; z-index: -1;}
.welcomeWrap{overflow: hidden;}
.welcomeWrap .flex{justify-content: space-between;}
.welcomeWrap .wel_item .wel_imgr{width: 67%; transition: all 2.3s; overflow: hidden;}
.welcomeWrap .wel_item.wide .wel_imgr{width: 100%; text-align:center;}
.welcomeWrap .wel_item.wide .wel_imgr img{width:90%;}
.welcomeWrap .wel_item p{padding-right: 5px;}
.welcomeWrap .wel_item.wel_item_02{padding-top: 100px;}
.welcomeWrap .wel_item.wel_item_03{padding-top: 200px;}
.welcomeWrap .wel_item.wel_item_04{padding-top: 50px;}
.welcome-bg{width: 100%;}
.welcom-txt{font-size: 80px; left: 200px; font-weight: 700; color: #fff; opacity: 0.3; font-style: italic;}
.welcom-txt2{right: -120px; left: inherit; top: 0;}

@media screen and (max-width: 1200px){
	.main_section .visual_section{ height: 650px;}
	.main_container li{padding:22px;}
	.main_container li .tab_content{padding:0 22px;}
	.main_container li .tab_content .tab_txt br{display:none;}
	.doc_txt_info.pt150{padding-top:20px;}
	.doc_txtr .pb100{padding:0;}
	.doctor_sec{padding-bottom:0;}
}

@media screen and (max-width: 1000px){
	.main_section{padding-top:80px;}
	.tab_btn .btn_bubble_wrap .button{width:130px;}
	.doctor_wrap.flex{flex-direction:column;}
	.doctor_wrap .doc_imgr{ max-width:480px; margin:0 auto;}
	.doctor_wrap .doc_txtr{width:100%;}
	.doctor_wrap .doc_txtr .knu-quick-btn{bottom:0px;}
}

@media screen and (max-width: 800px){
	.main_section .main_container{flex-direction:column;}
	.main_container li{width:100%; height:280px;}
	.welcomeWrap .flex{display:grid; grid-template-columns: repeat(2, 1fr);}
	.welcomeWrap .wel_item.wel_item_03{padding-top:0px;}
	.ydhdoctor_sec {
    background: url(/lib/familyuro/assets/img/doc_bg.png) no-repeat right top;
    padding-bottom: 0px;}
    .mt100 {
    margin-top: 50px;
}
}
@media screen and (max-width: 640px){
	.main_container li{width:100%; height:230px;}
	.doctor_wrap .doc_txtr .knu-quick-btn{display:none;}
	.doctor_wrap .doc_txtr{padding:33px;}
	.doctor_wrap .doc_txtr h4 span.pos-r::after{display:none;}
	.intro_swiper .intro_content{flex-direction:column;}
	.intro_swiper .intro_content dd{padding:22px 0;}
}

.ydhshow_sec {
	background: url(/lib/familyuro/assets/img/show_bg.png) no-repeat top center;
	z-index: -1;
	background-size: cover;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
	width: 100%;
	padding-left: 50px;
	padding-bottom: 50px;
}

.contact .info i {
	font-size: 20px;
	background: #d2c3b8;
  color: #534439;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
	font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -1px;
   
    word-break: keep-all;
  padding: 0 0 0 60px;
    font-weight: 400;
  margin-bottom: 5px;
  color: #ffffff;
  padding-top: 10px;
      font-size: 32px !important;
    padding-top: 10px !important;
    padding-left: 0px !important;
    line-height: 45px;
}
.contact .info a {
    padding: 0 0 0 0px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #151515;
    padding-top: 10px;
}
.contact .info p {
  padding: 0 0 0 0px;
  margin-bottom: 0;
  font-size: 18px;
  color: #ffffff;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 10px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ffc451;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #ffc451;
  border: 0;
  padding: 10px 24px;
  color: #151515;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ffcd6b;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.buttons {
    margin: 10%;
    text-align: center;
}

.btn-hover {
    width: 220px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 0px;
    height: 49px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    float: left;
}

.btn-hover:hover {
    background-position: 100% 0;
    
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}
@media screen and (max-width: 800px){
.btn-hover {
    width: 170px;
    height: 75px;
    font-weight: 500;
    flex-direction: column!important;
    
}
.contact .info {
    width: 100%;
   padding-left: 20px; 
    padding-bottom: 20px;
}
}
.main_section{position: relative; overflow: hidden; padding-top: 120px;}
.main_section .visual_section{display: table; table-layout: fixed; width: 100%; height: 835px;}
.main_section .tableCell{display: flex; vertical-align: middle; width: 100%; height: 100%;}

.main_section .main_container{position: relative; z-index: 2; width: 100%; height: 100%; display:flex;}
.main_container li{height: 100%; width:25%; padding:44px; border-right: 1px solid rgba(225,225,225,0.3); position:relative;}
.main_container li .tab_content{width:100%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); padding:0 44px;}

/* .main_container li .tab_content .tab_title::after{content: ""; width: 20px; height: 3px; background: #fff; position: absolute; bottom: 0; left: 0;} */
.main_container li .tab_content .tab_txt{position: relative; opacity: 0; visibility: hidden; transform: translateY(-15px); transition: all 0.4s ease; -webkit-transition: all 0.4s ease}
.main_container li .tab_content .tab_txt::after{content: ""; width: 20px; height: 3px; background: #fff; position: absolute; top: 0; left: 0;}
.main_container li .tab_content .tab_btn{display: inline-block; line-height: 0; opacity: 0; visibility: hidden; transform: translateY(-15px); transition: all 0.4s ease; -webkit-transition: all 0.4s ease}
/* .main_container li .tab_content .tab_btn{display: inline-block; line-height: 0; transform: translateY(-15px); transition: all 0.4s ease; -webkit-transition: all 0.4s ease} */
.main_container li .tab_content .tab_btn .btn_bubble_wrap{display: inline-block;}
.main_container li.active{background: rgba(4, 95, 232, 0.7);}
.main_container li.active .tab_content .tab_txt{opacity: 1; transform: translateY(0); visibility: visible;}
.main_container li.active .tab_content .tab_btn{opacity: 1; transform: translateY(0); visibility: visible;}
.tab_btn .btn_bubble_wrap .btn_bubble{position: relative; z-index: 2; border: 1px solid rgba(225,225,225,0.3); box-sizing: border-box; transition: color 0.3s ease-out;}
.tab_btn .btn_bubble_wrap .btn_bubble span{top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; color: #fff; z-index: 3;}
.tab_btn .btn_bubble_wrap .button{width: 200px; height: 60px; background-color: transparent; color: #fff; display: inline-block; font-size: 16px; box-sizing: border-box; text-align: center;}
.tab_btn .bubble_effect{display: block; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%)}
.tab_btn .bubble_effect .circle{width: 25px; height: 25px; border-radius: 15px; background: transparent;}
.tab_btn .bubble_effect .circle.top-left{top: 0; left: 0;}
.tab_btn .bubble_effect .circle.bottom-right{bottom: 0; right: 0;}
.tab_btn .bubble_effect .effect-button{width: 100%; height: 100%; top: 50%; left: 0; transform: translate(0, -50%); background: transparent; z-index: 1;}
.tab_btn:hover .bubble_effect .effect-button{background: #fff;}
.tab_btn:hover .btn_bubble_wrap .btn_bubble span{color: #232323;}
.tab_btn:hover .btn_bubble_wrap .btn_bubble{border: 1px solid transparent;}
.tab_btn:hover .bubble_effect .circle{background: #FFF;}

.tab_bg_wrap{position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%;}
.tab_bg_wrap .bg_box{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center center; background-size: cover; background-repeat: no-repeat; text-indent: -9999px; transform: scale(1.1); opacity: 0; transition: opacity 0.7s ease, transform 0.7s ease;}
.tab_bg_wrap .bg_box.active{opacity: 1; transform: scale(1);}
.tab_bg_wrap .bg_box_01{background-image: url(/lib/familyuro/assets/img/index/ma1.png)}
.tab_bg_wrap .bg_box_02{background-image: url(/lib/familyuro/assets/img/index/ma2.png)}
.tab_bg_wrap .bg_box_03{background-image: url(/lib/familyuro/assets/img/index/ma3.png)}
.tab_bg_wrap .bg_box_04{background-image: url(/lib/familyuro/assets/img/index/ma4.png)}
.tab_bg_wrap .bg_box_05{background-image: url(/lib/familyuro/assets/img/index/ma5.png)}

.main_liner{width: 100%; padding: 20px 0; background: #1E3A2B;}
.main_liner .inner1400{justify-content: space-between;}
.main_liner h3{width: 280px;}
.main_liner h3 span::after{content:""; width: 100%; height: 2px; background: #fff; position: absolute; bottom: -5px; left: 0;}
.main_liner ul{width: calc(100% - 400px);}
.main_liner ul li{width: 25%; display: inline-flex; column-gap: 30px; align-items: center;}
.main_liner ul li span{width: 50px; height: 50px; background: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;}
@media screen and (max-width: 1200px){
	.main_section .visual_section{ height: 650px;}
	.main_container li{padding:22px;}
	.main_container li .tab_content{padding:0 22px;}
	.main_container li .tab_content .tab_txt br{display:none;}
	.doc_txt_info.pt150{padding-top:20px;}
	.doc_txtr .pb100{padding:0;}
	.doctor_sec{padding-bottom:0;}
}

@media screen and (max-width: 1000px){
	.main_section{padding-top:127px;}
	.tab_btn .btn_bubble_wrap .button{width:130px;}
	.doctor_wrap.flex{flex-direction:column;}
	.doctor_wrap .doc_imgr{ max-width:480px; margin:0 auto;}
	.doctor_wrap .doc_txtr{width:100%;}
	.doctor_wrap .doc_txtr .knu-quick-btn{bottom:0px;}
}

@media screen and (max-width: 800px){
	.main_section .main_container{flex-direction:column;}
	.main_container li{width:100%; height:280px;}
	.welcomeWrap .flex{display:grid; grid-template-columns: repeat(2, 1fr);}
	.welcomeWrap .wel_item.wel_item_03{padding-top:0px;}
}
@media screen and (max-width: 640px){
	.main_container li{width:100%; height:230px;}
	.doctor_wrap .doc_txtr .knu-quick-btn{display:none;}
	.doctor_wrap .doc_txtr{padding:33px;}
	.doctor_wrap .doc_txtr h4 span.pos-r::after{display:none;}
	.intro_swiper .intro_content{flex-direction:column;}
	.intro_swiper .intro_content dd{padding:22px 0;}
}
.t-menu {
    position: absolute;
    right: 0;
    top: 24px;
}
#hero2 {
	padding: 140px 0;
    width: 100%;
    background: url(../img/herobg/sub02.png) center center no-repeat;
    margin-top: 50px;
    height: 40vh;
    background-size: contain;
    background-position-y: 100px;
}



.clinic01_header {
	padding: 120px 0;
	background: url('/img/sub01_bg.png') center center no-repeat;
	width: 100%;
	margin-top: 136px;
}
.ydh03_t .flex{flex-direction: row-reverse;}
.ydh03_t .txtwr{padding:44px; padding-left:110px; width:100%;}
.ydh03_t .imgwr{width:100%;}
.ydh03_t p img{display:inline-block; margin-right:20px; width:35px;}
.ydh03_t p span{display:inline-block; width:80px; margin-right:30px;}
#hero:before {
	content: "";
  background:rgb(255 255 255 / 0%);
  position: absolute;
  bottom: 0;
  top: 50%;
    left: 0;
    right: 0;
    height: 300px;
    transform: translateY(-50%);
}

#hero2 .container {
	background: rgb(255 255 255/ 0%);
	width: 100%;
	border-radius: 18px;
	padding-top: 20px;
	top: 20px;
	position: relative;
	height: auto;
	text-align: center;
}

#hero2 h1 {
	font-weight: 100;
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: 5px;
	
}

#hero2 h1 span {
	color: #4e4845;
	font-weight: 900;
}

#hero2 h2 {
	color: #1a1c1bc2;
	margin: 10px 0 0 0;
	font-size: 24px;
	font-weight: 600;
}
#hero2 h3 {
	line-height: 1.5;
	text-align: center !important;
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	word-break: keep-all;
}

#hero2 .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: 100%;
  text-align: center;
 background: #2f453612;
}

#hero2 .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #2f4536;
}

#hero2 .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero2 .icon-box h3 a {
  color: #2f4536;
  transition: ease-in-out 0.3s;
}

#hero2 .icon-box h3 a:hover {
  color: #0d6efd;
}

#hero2 .icon-box:hover {
  border-color: #2f4536;
}

@media (min-width: 1024px) {
  #hero2 {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero2 {
    height: 43vh;
    padding-top: 40px;
    
    
  }
 
#hero2 .animated {
		width: 100% !important;
		padding-top: 40px;
	}
  #hero2 h1 {
    font-size: 1.3rem;
    line-height: 36px;
    padding-left: 0px !important;
  }

  #hero2 h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

#hero3 {
	padding: 140px 0;
    width: 100%;
    background: url(../img/index/ma7.png) center center no-repeat;
    margin-top: 50px;
    height: 900px;
    background-size: cover;
    background-position-y: -40px;
    margin-bottom: 300px;

} 
#hero3 .container {
	background: rgb(255 255 255/ 0%);
	width: 100%;
	border-radius: 18px;
	padding-top: 20px;
	top: 20px;
	position: relative;
	height: auto;
	text-align: center;
}

#hero3 h1 {
	font-weight: 100;
	font-size: 17px;
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: 5px;
	
}

#hero3 h1 span {
	color: #4e4845;
	font-weight: 900;
}
#hero3 p {
	color: #4b4b4b;
	margin: 10px 0 0 0;
	font-size: 18px;
	font-weight: 300;
	    text-align: left;
	        margin-top: 20px;
}
#hero3 h2 {
	color: #4b4b4b;
	margin: 10px 0 0 0;
	font-size: 38px;
	font-weight: 700;
	    text-align: left;
}
#hero3 h3 {
	line-height: 1.5;
	text-align: center !important;
	color: #fff;
	font-weight: 700;
	font-size: 36px;
	word-break: keep-all;
}

#hero3 .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: 100%;
  text-align: center;
 background: #2f453612;
}

#hero3 .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #2f4536;
}

#hero3 .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero3 .icon-box h3 a {
  color: #2f4536;
  transition: ease-in-out 0.3s;
}

#hero3 .icon-box h3 a:hover {
  color: #0d6efd;
}

#hero3 .icon-box:hover {
  border-color: #2f4536;
}

@media (min-width: 1024px) {
  #hero3 {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero3 {
    height: 46vh;
    padding-top: 40px;
    
    
  }
 
#hero3 .animated {
		width: 100% !important;
		padding-top: 40px;
	}
  #hero3 h1 {
    font-size: 1.3rem;
    line-height: 36px;
    padding-left: 0px !important;
  }

  #hero3 h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

#hero4{
	padding: 140px 0;
    width: 100%;
    background: url(../img/205/main.png) center center no-repeat;
    margin-top: 50px;
    height: 770px;
    background-size: cover;
    background-position-y: 20px;
    
    margin-bottom: 300px;

} 
#hero4 .container {
	background: rgb(255 255 255/ 0%);
	width: 100%;
	border-radius: 18px;
	padding-top: 20px;
	top: 20px;
	position: relative;
	height: auto;
	text-align: center;
}

#hero4 h1 {
	font-weight: 100;
	font-size: 17px;
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: 5px;
	
}

#hero4 h1 span {
	color: #4e4845;
	font-weight: 900;
}
#hero4 p {
	color: #4b4b4b;
	margin: 10px 0 0 0;
	font-size: 18px;
	font-weight: 300;
	    text-align: left;
	        margin-top: 20px;
}
#hero4 h2 {
	color: #4b4b4b;
	margin: 20px 0 0 0;
	font-size: 38px;
	font-weight: 700;
	    text-align: left;
}
#hero4 h3 {
	line-height: 1.5;
	text-align: center !important;
	color: #fff;
	font-weight: 700;
	font-size: 36px;
	word-break: keep-all;
}

#hero4.icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: 100%;
  text-align: center;
 background: #2f453612;
}

#hero4 .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #2f4536;
}

#hero4 .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero4 .icon-box h3 a {
  color: #2f4536;
  transition: ease-in-out 0.3s;
}

#hero4 .icon-box h3 a:hover {
  color: #0d6efd;
}

#hero4 .icon-box:hover {
  border-color: #2f4536;
}

@media (min-width: 1024px) {
  #hero4{
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero4{
    height: 63vh;
    padding-top: 0px;
    
    
  }
 
#hero4.animated {
		width: 100% !important;
		padding-top: 40px;
	}
  #hero4 h1 {
    font-size: 1.3rem;
    line-height: 36px;
    padding-left: 0px !important;
  }

  #hero4 h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

/**
 * Animations
 */
 #hero5 .col-lg-4 {
    padding-right: 0px;
}
#hero5{
	padding: 140px 0;
    width: 100%;
    background: url(../img/206/main.png) center center no-repeat;
    margin-top: 50px;
    height: 770px;
    background-size: cover;
    background-position-y: 20px;
    
    margin-bottom: 300px;

} 
#hero5 .container {
	background: rgb(255 255 255/ 0%);
	width: 100%;
	border-radius: 18px;
	padding-top: 20px;
	top: 20px;
	position: relative;
	height: auto;
	text-align: center;
}

#hero5 h1 {
	font-weight: 100;
	font-size: 17px;
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: 5px;
	
}

#hero5 h1 span {
	color: #4e4845;
	font-weight: 900;
}
#hero5 p {
	color: #4b4b4b;
	margin: 10px 0 0 0;
	font-size: 18px;
	font-weight: 300;
	    text-align: left;
	        margin-top: 20px;
}
#hero5 h2 {
	color: #4b4b4b;
	margin: 10px 0 0 0;
	font-size: 38px;
	font-weight: 700;
	    text-align: left;
}
#hero5 h3 {
	line-height: 1.5;
	text-align: center !important;
	color: #fff;
	font-weight: 700;
	font-size: 36px;
	word-break: keep-all;
}

#hero5 .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: 100%;
  text-align: center;
 background: #2f453612;
}

#hero5 .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #2f4536;
}

#hero5 .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero5 .icon-box h3 a {
  color: #2f4536;
  transition: ease-in-out 0.3s;
}

#hero5 .icon-box h3 a:hover {
  color: #0d6efd;
}

#hero5 .icon-box:hover {
  border-color: #2f4536;
}

@media (min-width: 1024px) {
  #hero5{
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero5{
    height: 50vh;
    padding-top: 40px;
    
    
  }
 
#hero5.animated {
		width: 100% !important;
		padding-top: 40px;
	}
  #hero5 h1 {
    font-size: 1.3rem;
    line-height: 36px;
    padding-left: 0px !important;
  }

  #hero5 h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
 #hero6 .col-lg-4 {
    padding-right: 0px;
}
#hero6{
	padding: 140px 0;
    width: 100%;
    background: url(../img/209/main.png) center center no-repeat;
    margin-top: 50px;
    height: 770px;
    background-size: cover;
    background-position-y: 20px;
    
    margin-bottom: 300px;

} 
#hero6 .container {
	background: rgb(255 255 255/ 0%);
	width: 100%;
	border-radius: 18px;
	padding-top: 20px;
	top: 20px;
	position: relative;
	height: auto;
	text-align: center;
}

#hero6 h1 {
	font-weight: 100;
	font-size: 17px;
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: 5px;
	
}

#hero6 h1 span {
	color: #4e4845;
	font-weight: 900;
}
#hero6 p {
	color: #4b4b4b;
	margin: 10px 0 0 0;
	font-size: 18px;
	font-weight: 300;
	    text-align: left;
	        margin-top: 20px;
}
#hero6 h2 {
	color: #4b4b4b;
	margin: 10px 0 0 0;
	font-size: 38px;
	font-weight: 700;
	    text-align: left;
}
#hero6 h3 {
	line-height: 1.5;
	text-align: center !important;
	color: #fff;
	font-weight: 700;
	font-size: 36px;
	word-break: keep-all;
}

#hero6 .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: 100%;
  text-align: center;
 background: #2f453612;
}

#hero6 .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #2f4536;
}

#hero6 .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero6 .icon-box h3 a {
  color: #2f4536;
  transition: ease-in-out 0.3s;
}

#hero6 .icon-box h3 a:hover {
  color: #0d6efd;
}

#hero6 .icon-box:hover {
  border-color: #2f4536;
}

@media (min-width: 1024px) {
  #hero6{
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero6{
    height: 63vh;
    padding-top: 40px;
    
    
  }
 
#hero6.animated {
		width: 100% !important;
		padding-top: 40px;
	}
  #hero6 h1 {
    font-size: 1.3rem;
    line-height: 36px;
    padding-left: 0px !important;
  }

  #hero6 h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

 #hero7 .col-lg-4 {
    padding-right: 0px;
}
#hero7{
	padding: 140px 0;
    width: 100%;
    background: url(../img/212/main.png) center center no-repeat;
    margin-top: 50px;
    height: 770px;
    background-size: cover;
    background-position-y: 20px;
    
    margin-bottom: 300px;

} 
#hero7 .container {
	background: rgb(255 255 255/ 0%);
	width: 100%;
	border-radius: 18px;
	padding-top: 20px;
	top: 20px;
	position: relative;
	height: auto;
	text-align: center;
}

#hero7 h1 {
	font-weight: 100;
	font-size: 17px;
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: 5px;
	
}

#hero7 h1 span {
	color: #4e4845;
	font-weight: 900;
}
#hero7 p {
	color: #4b4b4b;
	margin: 10px 0 0 0;
	font-size: 18px;
	font-weight: 300;
	    text-align: left;
	        margin-top: 20px;
}
#hero7 h2 {
	color: #4b4b4b;
	margin: 10px 0 0 0;
	font-size: 38px;
	font-weight: 700;
	    text-align: left;
}
#hero7 h3 {
	line-height: 1.5;
	text-align: center !important;
	color: #fff;
	font-weight: 700;
	font-size: 36px;
	word-break: keep-all;
}

#hero7 .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: 100%;
  text-align: center;
 background: #2f453612;
}

#hero7 .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #2f4536;
}

#hero7 .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero7 .icon-box h3 a {
  color: #2f4536;
  transition: ease-in-out 0.3s;
}

#hero7 .icon-box h3 a:hover {
  color: #0d6efd;
}

#hero7 .icon-box:hover {
  border-color: #2f4536;
}

@media (min-width: 1024px) {
  #hero7{
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero7{
    height: 43vh;
    padding-top: 40px;
    
    
  }
 
#hero7.animated {
		width: 100% !important;
		padding-top: 40px;
	}
  #hero7 h1 {
    font-size: 1.3rem;
    line-height: 36px;
    padding-left: 0px !important;
  }

  #hero7 h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
/*--------------------------------------------------------------
# hero7
--------------------------------------------------------------*/
 #hero8 .col-lg-4 {
    padding-right: 0px;
}
#hero8{
	padding: 140px 0;
    width: 100%;
    background: url(../img/213/main.png) center center no-repeat;
    margin-top: 50px;
    height: 770px;
    background-size: cover;
    background-position-y: 20px;
    
    margin-bottom: 180px;

} 
#hero8 .container {
	background: rgb(255 255 255/ 0%);
	width: 100%;
	border-radius: 18px;
	padding-top: 20px;
	top: 20px;
	position: relative;
	height: auto;
	text-align: center;
}

#hero8 h1 {
	font-weight: 100;
	font-size: 17px;
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: 5px;
	
}

#hero8 h1 span {
	color: #4e4845;
	font-weight: 900;
}
#hero8 p {
	color: #4b4b4b;
	margin: 10px 0 0 0;
	font-size: 18px;
	font-weight: 300;
	    text-align: left;
	        margin-top: 20px;
}
#hero8 h2 {
	color: #4b4b4b;
	margin: 10px 0 0 0;
	font-size: 38px;
	font-weight: 700;
	    text-align: left;
}
#hero8 h3 {
	line-height: 1.5;
	text-align: center !important;
	color: #fff;
	font-weight: 700;
	font-size: 36px;
	word-break: keep-all;
}

#hero8 .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: 100%;
  text-align: center;
 background: #2f453612;
}

#hero8 .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #2f4536;
}
@media (min-width: 1024px) {
    #hero8 {
        background-attachment: fixed;
    }
}

#hero8 .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero8 .icon-box h3 a {
  color: #2f4536;
  transition: ease-in-out 0.3s;
}

#hero8 .icon-box h3 a:hover {
  color: #0d6efd;
}

#hero8 .icon-box:hover {
  border-color: #2f4536;
}

@media (min-width: 1024px) {
  #hero8{
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero8{
    height: 47vh;
    padding-top: 40px;
    
    
  }
 
#hero8.animated {
		width: 100% !important;
		padding-top: 40px;
	}
  #hero8 h1 {
    font-size: 1.3rem;
    line-height: 36px;
    padding-left: 0px !important;
  }

  #hero8 h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
/*--------------------------------------------------------------
# hero8
--------------------------------------------------------------*/

.fromtzopInd
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	transition-duration:1s;	
	transform: translate(0,0);
	opacity: 1.0;
}

.fromtzopOutd
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	transition-duration:1s;
	transform: translate(0,-10px);
	opacity: 1.0;
}
.fromtzopIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	transition-delay: 0.8s;
	transform: translate(0,0);
	opacity: 1.0;
}

.fromtzopOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0,-10px);
	transition-delay: 0.8s;
	opacity: 1.0;
}

.fromBottomIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,0);
	opacity: 1.0;
}

.fromBottomOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,10px);
	opacity: 1.0;
}

.fromLeftIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,0);
	opacity: 1.0;
}

.fromLeftOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(-10px,0);
	opacity: 1.0;
}

.fromRightIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,0);
	opacity: 1.0;
}

.fromRightOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(10px, 0);
	opacity: 1.0;
}

.scaleUpIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: scale(1.0,1.0);
	opacity: 1.0;
}

.scaleUpOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: scale(1.3,1.3);
	opacity: 1.0;
}



/* custom */


.ol_section2 ul .fromBottomIn_d1
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	transition-delay: 0.1s;
	transform: translate(0,10px);
	opacity: 1.0;
}

.ol_section2.active ul .fromBottomOut_d1
{
	transition: transform 1.0s ease, opacity 1.0s ease;	
	transition-delay: 0.1s;
	transform: translate(0,0);
	opacity: 0.8;
}

.ol_section2 ul .fromBottomIn_d2
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	transition-delay: 0.1s;
	transform: translate(0,10px);
	opacity: 1.0;
}

.ol_section2.active ul .fromBottomOut_d2
{
	transition: transform 1.0s ease, opacity 1.0s ease;	
	transition-delay: 0.1s;
	transform: translate(0,0);
	opacity: 0.8;
}

.ol_section2 ul .fromBottomIn_d3
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	transition-delay: 0.2s;
	transform: translate(0,10px);
	opacity: 1.0;
}

.ol_section2.active ul .fromBottomOut_d3
{
	
	transition: transform 1.0s ease, opacity 1.0s ease;	
	transition-delay: 0.2s;
	transform: translate(0,0);
	opacity: 0.8;
}

.ol_section2 ul .fromBottomIn_d4
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	transition-delay: 0.4s;
	transform: translate(0,10px);
	opacity: 1.0;
}

.ol_section2.active ul .fromBottomOut_d4
{
	
	transition: transform 1.0s ease, opacity 1.0s ease;	
	transition-delay: 0.4s;
	transform: translate(0,0);
	opacity: 0.8;
}

.ol_section2 ul .fromBottomIn_d5
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	transition-delay: 0.4s;
	transform: translate(0,10px);
	opacity: 1.0;
}

.ol_section2.active ul .fromBottomOut_d5
{
	
	transition: transform 1.0s ease, opacity 1.0s ease;	
	transition-delay: 0.4s;
	transform: translate(0,0);
	opacity: 0.8;
}

.ol_section2 ul .fromBottomIn_d6
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	transition-delay: 0.4s;
	transform: translate(0,30px);
	opacity: 1.0;
}

.ol_section2.active ul .fromBottomOut_d6
{
	
	transition: transform 1.0s ease, opacity 1.0s ease;	
	transition-delay: 0.4s;
	transform: translate(0,0);
	opacity: 0.8;
}


.ol_section2 ul .fromBottomIn_d7
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	transition-delay: 0.7s;
	transform: translate(0,30px);
	opacity: 1.0;
}

.ol_section2.active ul .fromBottomOut_d7
{
	
	transition: transform 1.0s ease, opacity 1.0s ease;	
	transition-delay: 0.7s;
	transform: translate(0,0);
	opacity: 0.8;
}


.fromBottomIn_d
{
	transition: transform 1.0s ease, opacity 1.0s ease;
		transition-delay: 0.7s;
	transform: translate(0,0);
	opacity: 1.0;
}

.fromBottomOut_d
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	transition-delay: 0.7s;
	transform: translate(0,10px);
	opacity: 1.0;
}
.grid-half, .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1400px){
	.caution_body{height:450px;}
	.caution_body_txt{padding:22px;}
	.caution_body_txt h3 br{display:none;}
	.caution_body_img img{width:140% !important;}
	.ydh03_t .imgwr{overflow:hidden;}
	.ydh03_t .imgwr img{width:140% !important;}
}

@media (max-width: 1200px){
	.ydh03_t .txtwr{padding:11px; padding-left:44px;}
	.ydh03_t .imgwr img{width:160% !important;}
}
@media (max-width: 1000px){
	.ftz16{font-size:15px;}
	.ftz17{font-size:15px;}
	.ftz18{font-size:16px;}
	.ftz19{font-size:17px;}
	.ftz20{font-size:18px;}
	.ftz21{font-size:18px;}
	.ftz22{font-size:21px;}
	.ftz23{font-size:21px;}
	.ftz24{font-size:21px;}
	.ftz25{font-size:24px;}
	.ftz26{font-size:24px;}
	.ftz27{font-size:24px;}
	.ftz28{font-size:24px;}
	.ftz29{font-size:27px;}
	.ftz30{font-size:27px;}
	.ftz31{font-size:27px;}
	.ftz32{font-size:27px;}
	.ftz33{font-size:30px;}
	.ftz34{font-size:30px;}
	.ftz35{font-size:30px;}
	.ftz36{font-size:32px;}
	.ftz37{font-size:32px;}
	.ftz38{font-size:32px;}
	.ftz39{font-size:32px;}
	.ftz40{font-size:32px;}
	.ftz41{font-size:36px;}
	.ftz42{font-size:36px;}
	.ftz43{font-size:36px;}
	.ftz44{font-size:36px;}
	.ftz45{font-size:36px;}
	.pb10{padding-bottom:5px;}
	.pb20{padding-bottom:10px;}
	.pb30{padding-bottom:15px;}
	.pb40{padding-bottom:20px;}
	.pb50{padding-bottom:25px;}
	.pb60{padding-bottom:30px;}
	.pb70{padding-bottom:35px;}
	.pb80{padding-bottom:40px;}
	.pb90{padding-bottom:45px;}
	.pb100{padding-bottom:50px;}
	.pb110{padding-bottom:55px;}
	.pb120{padding-bottom:60px;}
	.pb130{padding-bottom:65px;}
	.pb140{padding-bottom:70px;}
	.pb150{padding-bottom:75px;}
	.pb160{padding-bottom:80px;}
	.pb170{padding-bottom:85px;}
	.pb180{padding-bottom:90px;}
	.pb190{padding-bottom:95px;}
	.pb200{padding-bottom:100px;}
	.pt10{padding-top:5px;}
	.pt20{padding-top:10px;}
	.pt30{padding-top:15px;}
	.pt40{padding-top:20px;}
	.pt50{padding-top:25px;}
	.pt60{padding-top:30px;}
	.pt70{padding-top:35px;}
	.pt80{padding-top:40px;}
	.pt90{padding-top:45px;}
	.pt100{padding-top:50px;}
	.pt110{padding-top:55px;}
	.pt120{padding-top:60px;}
	.pt130{padding-top:65px;}
	.pt140{padding-top:70px;}
	.pt150{padding-top:75px;}
	.pt160{padding-top:80px;}
	.pt170{padding-top:85px;}
	.pt180{padding-top:90px;}
	.pt190{padding-top:95px;}
	.pt200{padding-top:100px;}
	.mb10{margin-bottom:5px;}
	.mb20{margin-bottom:10px;}
	.mb30{margin-bottom:15px;}
	.mb40{margin-bottom:20px;}
	.mb50{margin-bottom:25px;}
	.mb60{margin-bottom:30px;}
	.mb70{margin-bottom:35px;}
	.mb80{margin-bottom:40px;}
	.mb90{margin-bottom:45px;}
	.mb100{margin-bottom:50px;}
	.mtz10{margin-top:5px;}
	.mtz20{margin-top:10px;}
	.mtz30{margin-top:15px;}
	.mtz40{margin-top:20px;}
	.mtz50{margin-top:25px;}
	.mtz60{margin-top:30px;}
	.mtz70{margin-top:35px;}
	.mtz80{margin-top:40px;}
	.mtz90{margin-top:45px;}
	.mtz100{margin-top:50px;}
	.title_card{height:350px;}
	.sub_title .inner950{height:350px; overflow:hidden;}
	.sub_title{height:350px;}
	.title_card .card_txtr{padding:25px 35px;}
	.grid{padding:22px;}
	.grid-4{grid-template-columns: repeat(2, 1fr);}
	.grid-5{grid-template-columns: repeat(2, 1fr);}
	.grid-6{grid-template-columns: repeat(2, 1fr);}
	.sub_content p br{display:none;}
	.repeat_title{padding-left:22px; padding-right:22px;}
	.caseWrapper{padding-left:22px; padding-right:22px;}
	.card_imgr{width:200px;}
	.caution_body{height:360px;}
	.caution_body_txt{padding:22px;}
	.caution_body_txt h3 br{display:none;}
	.caution_body_img img{width:140% !important;}
	.point_wrap .txtbox{right:10px;}
	.point_wrap.reverse .txtbox{left:10px;}
	.sub_content.price_s p br{display:block;}
	.balance_section{padding:22px 0;}
	.clinic01_header{margin-top:80px; padding:66px 0;}
	.iandt .txtdiv{padding:44px;}
	.history .txts{padding:22px;}
}

@media (max-width: 800px){
	.gline_tit{padding:11px;}
	.gline_tit p.ftz18 br{display:none;}
	.gline_txt{padding:11px;}
	.gline .grid {grid-template-columns: inherit;}
	.oper_bg li span{display:none;}
	.oper_bg li{height:inherit; line-height:inherit;}
	.case_list li .img{margin-bottom:20px;}
	.caution_body{ flex-direction: column; height:inherit; padding-bottom:30px;}	
	.caution_body_txt{width:100%;}
	.caution_body_img{width:90%; max-width:640px; margin:0 auto;}
	.caution_body_img img{width:100% !important;}
	.grid li .img img{width:100%;     max-width: fit-content;}
	.point_wrap .imgbox{width:90%; height:auto; position:relative; margin:0 auto; left:inherit; bottom:inherit; right:inherit; top:inherit; }
	.point_wrap .txtbox{width:90%; position:relative; margin:0 auto; left:inherit; bottom:inherit; right:inherit; top:inherit; padding:22px; margin-top:0px;}
	.point_wrap.reverse .txtbox{left:inherit;}
	.balance_section ul li{width:48%;}
	.iandt .txtdiv{padding:0 22px;}
	.history .flex{flex-direction:column;}
	.history .imgs{max-width:480px; margin:0 auto;}
	.majors .imgs{width:110px; margin:0 auto;}
	.majors li.flex{flex-direction:column;}
	.majors .txts{width:100%; padding:11px;}
	.ydh03_t .flex{flex-direction:column-reverse;}
	.ydh03_t .imgwr{width:100%; height:350px;}
	.ydh03_t .txtwr{width:100%; padding:22px;}
}

@media (max-width: 640px){
	.lt0{letter-spacing:0;}
	.lt1{letter-spacing:0.5px;}
	.lt2{letter-spacing:1px;}
	.lt3{letter-spacing:1.5px;}
	.lt4{letter-spacing:2px;}
	.lt5{letter-spacing:2.5px;}
	.lt6{letter-spacing:3px;}
	.lt7{letter-spacing:3.5px;}
	.lt8{letter-spacing:4px;}
	.lt9{letter-spacing:4.5px;}
	.lt10{letter-spacing:5px;}
	.sub_title{height:250px;}
	.sub_title .inner950{height:250px;}
	.title_card{height:250px;}
	.title_card .card_txtr{padding:22px;}
	.card_imgr{width:150px;}
	.grid-1 {grid-template-columns: repeat(1, 1fr);}
	.grid-2 {grid-template-columns: repeat(1, 1fr);}
	.grid-3 {grid-template-columns: repeat(1, 1fr);}
	.grid-4 {grid-template-columns: repeat(1, 1fr);}
	.oper_bg li span{display:inline-block;}
	.oper_bg .tac{display:none;}
	.oper_bg .tac:first-child{display:block;}
	.case_list{margin-top:40px;}
	.case_list li{width:94%; margin:0 3%; margin-bottom:20px;}
	.caseWrap dl{width:100%; padding:33px 22px;}
	.iandt .flex{flex-direction:column;}
	.iandt .imgdiv{width:100%; height:300px; overflow:hidden; position:relative;}
	.iandt .imgdiv img{position:absolute; bottom:0;}
	.iandt .txtdiv{width:100%;}
}

@media (max-width: 500px){
	.ftz16{font-size:14px;}
	.ftz17{font-size:14px;}
	.ftz18{font-size:14px;}
	.ftz19{font-size:15px;}
	.ftz20{font-size:15px;}
	.ftz21{font-size:15px;}
	.ftz22{font-size:16px;}
	.ftz23{font-size:16px;}
	.ftz24{font-size:16px;}
	.ftz25{font-size:17px;}
	.ftz26{font-size:17px;}
	.ftz27{font-size:17px;}
	.ftz28{font-size:18px;}
	.ftz29{font-size:18px;}
	.ftz30{font-size:18px;}
	.ftz31{font-size:19px;}
	.ftz32{font-size:19px;}
	.ftz33{font-size:19px;}
	.ftz34{font-size:19px;}
	.ftz35{font-size:21px;}
	.ftz36{font-size:21px;}
	.ftz37{font-size:21px;}
	.ftz38{font-size:24px;}
	.ftz39{font-size:24px;}
	.ftz40{font-size:24px;}
	.ftz41{font-size:28px;}
	.ftz42{font-size:22px;}
	.ftz43{font-size:28px;}
	.ftz44{font-size:28px;}
	.ftz45{font-size:28px;}
	.pb10{padding-bottom:3px;}
	.pb20{padding-bottom:5px;}
	.pb30{padding-bottom:8px;}
	.pb40{padding-bottom:10px;}
	.pb50{padding-bottom:13px;}
	.pb60{padding-bottom:15px;}
	.pb70{padding-bottom:17px;}
	.pb80{padding-bottom:20px;}
	.pb90{padding-bottom:23px;}
	.pb100{padding-bottom:35px;}
	.pb110{padding-bottom:28px;}
	.pb120{padding-bottom:30px;}
	.pb130{padding-bottom:33px;}
	.pb140{padding-bottom:35px;}
	.pb150{padding-bottom:37px;}
	.pb160{padding-bottom:40px;}
	.pb170{padding-bottom:43px;}
	.pb180{padding-bottom:45px;}
	.pb190{padding-bottom:48px;}
	.pb200{padding-bottom:50px;}
	.pt10{padding-top:3px;}
	.pt20{padding-top:5px;}
	.pt30{padding-top:8px;}
	.pt40{padding-top:10px;}
	.pt50{padding-top:13px;}
	.pt60{padding-top:15px;}
	.pt70{padding-top:17px;}
	.pt80{padding-top:20px;}
	.pt90{padding-top:23px;}
	.pt100{padding-top:25px;}
	.pt110{padding-top:28px;}
	.pt120{padding-top:125px;}
	.pt130{padding-top:33px;}
	.pt140{padding-top:35px;}
	.pt150{padding-top:37px;}
	.pt160{padding-top:40px;}
	.pt170{padding-top:43px;}
	.pt180{padding-top:45px;}
	.pt190{padding-top:48px;}
	.pt200{padding-top:50px;}
	.mb10{margin-bottom:3px;}
	.mb20{margin-bottom:5px;}
	.mb30{margin-bottom:8px;}
	.mb40{margin-bottom:10px;}
	.mb50{margin-bottom:13px;}
	.mb60{margin-bottom:15px;}
	.mb70{margin-bottom:17px;}
	.mb80{margin-bottom:20px;}
	.mb90{margin-bottom:23px;}
	.mb100{margin-bottom:25px;}
	.mtz10{margin-top:3px;}
	.mtz20{margin-top:5px;}
	.mtz30{margin-top:8px;}
	.mtz40{margin-top:10px;}
	.mtz50{margin-top:13px;}
	.mtz60{margin-top:15px;}
	.mtz70{margin-top:17px;}
	.mtz80{margin-top:20px;}
	.mtz90{margin-top:23px;}
	.mtz100{margin-top:25px;}
	.title_card{height:350px;}
	.sub_title .inner950{height:350px; overflow:hidden;}
	.sub_title{height:350px;}
	.title_card .card_txtr{padding:25px 35px;}
	.grid{padding:22px;}
	.grid-4{grid-template-columns: repeat(2, 1fr);}
	.grid-5{grid-template-columns: repeat(2, 1fr);}
	.grid-6{grid-template-columns: repeat(2, 1fr);}
	.sub_content p br{display:none;}
	.repeat_title{padding-left:22px; padding-right:22px;}
	.caseWrapper{padding-left:22px; padding-right:22px;}
	.card_imgr{width:100%;}
	.card_imgr img{width:100%;}
	.title_card{position:relative;}
	.title_card .card_txtr{width:100%; position:absolute; left:0; bottom:0; background:rgba(247,242,237,0.9);}
	.oper_bg{background-size:contain; background-position:5% 5%;}
	.case_list li .c1{font-size:19px; margin-bottom:10px;}
	.caseWrap.depth2 dl{width:98%;}	
	.balance_section{max-width:320px; display:block;}
	.balance_section ul li{width:98%;}
	.clinic01_header{margin-top:70px;}
	.header_in>h1 a{height:55px;}
}
.main_container li.active {
    background: #274e2963;
}

.repeat_bottom {
	background: url(/lib/familyuro/assets/img/104/hb_bg4.png)no-repeat top center;
	background-attachment: fixed;
}

.bottom_circle {
	width: auto;
	margin: 0 auto;
	justify-content: space-between;
	padding: 5px;
}

.rbcon {
	margin-top: 30px;
	margin-bottom: 30px;
}

.rbcon.rbcon_op {
	flex-direction: row-reverse;
}

.rbcon .rb_imgr {
	width: 50%;
	padding: 22px;
}

.rbcon .rb_txtr {
	width: 50%;
	padding: 22px;
	justify-content: center;
	flex-direction: column;
}

.repeat_bottom .signs {
	right: 0;
	top: 150px;
}

.pos-a {
	position: absolute;
}
.preview .flex {
    gap: 20px;
}
.preview .tab_wrap {
    width: 200px;
}
@media(max-width: 768px) {
    .preview .tab_wrap {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 10px;
}
}.preview .tab_wrap .tab_nav {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
@media(max-width: 768px) {
    .preview .tab_wrap .tab_nav {
    flex-direction: row;
}
}.preview .tab_wrap .tab_nav li {
    cursor: pointer;
    align-items: center;
    font-size: 19px;
    color: #273c5d;
	border:1px solid #273c5d;
	padding:22px;
	text-align:center;
}
.preview .tab_wrap .tab_nav li.active {
    font-weight: bold;
	background:#273c5d;
    color: #fff;
}
.preview .tab_content {
    width: 1170px;
    max-width: 100%}
.preview .tab_content .swiper {
    display: none;
    width: 100%;
    overflow: visible;
}
.preview .tab_content .swiper.active {
    display: block;
}
.preview .tab_content .swiper .img_wrap {
    width: 940px;
    height: 530px;
    max-width: 100%}
@media(max-width: 768px) {
    .preview .tab_content .swiper .img_wrap {
    height: 300px;
}
}.preview .tab_content .swiper .swiper-pagination {
    left: unset;
    width: auto;
    bottom: 50px;
    right: 80px;
}
@media(max-width: 768px) {
    .preview .tab_content .swiper .swiper-pagination {
    width: 100%;
    bottom: 132px;
    right: 0;
}
}.preview .tab_content .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 100px;
    height: 1px;
    background: #273c5d;
    border-radius: 0;
    transition: .35s ease;
}
.preview .tab_content .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 6px;
}
.preview .content_wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .7);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .15);
    min-width: 460px;
    min-height: 350px;
}
@media(max-width: 768px) {
    .preview .content_wrap {
    position: static;
    width: 100%;
    min-width: unset;
    min-height: unset;
    padding: 20px 30px;
}
}.preview .content_wrap .text_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
}
@media(max-width: 768px) {
    .preview .content_wrap .text_box {
    position: static;
    transform: unset;
}
}.preview_bottom .container-1170 {
    width: 1170px;
    max-width: 100%}
.preview_bottom .container-1170 .flex_wrap .img_wrap {
    height: 530px;
    width: 100%}
@media(max-width: 768px) {
    .preview_bottom .container-1170 .flex_wrap .img_wrap {
    height: 300px;
    flex: unset;
}
}.preview_bottom .step h3 {
    letter-spacing: .3px;
    display: inline-block;
    padding: 12px 60px;
    border-radius: 100px;
}
.preview_bottom .step_st-2 .img_wrap {
    width: 476px;
    height: 530px;
}
@media(max-width: 768px) {
    .preview_bottom .step_st-2 .img_wrap {
    width: 100%;
    height: 300px;
}
}
.sub_top{width:100%; height:860px; margin-bottom:40px;}
.sub_top .inner{width:100%; height:860px; max-width:1300px; margin:0 auto;}
.sub_top .txtwr{left:50%; top:37%; transform:translate(-50%,-50%); z-index: 55;}
.searchWrap{width: 100%; bottom: -50px; left: 0; cursor: pointer;}
.subtop_sch{width: 100%; max-width: 530px; margin: 0 auto; background: #fff; border-radius: 25px; padding: 0 35px; justify-content: space-between;}
.subtop_sch p{padding: 10px 0;}
.subtop_sch span{padding: 14px 0; display: inline-block; color:#000; font-size:21px;}
.sch_sub{width: 100%; height: 0; overflow:hidden; transition: all 0.4s; background: rgba(255, 255, 255, 0.8);border-radius: 20px; top: 18px; z-index: -1;}
.sch_sub li{width: 100%;}
.sch_sub li~li{padding-top: 10px;}
.sch_sub li a.grid{grid-template-columns: 28px 1fr 28px; column-gap: 10px;}
.sch_sub li a{color: #868686}
.sch_sub li span{font-weight:700; font-size:16px; line-height:26px; text-align:center; padding-top:2px;} 
.searchWrap.open .sch_sub{height: auto;padding: 50px 35px 14px 35px;}
.searchWrap.open .subtop_sch span img{transform: rotate(180deg)}
.sub_top{width:100%; height:860px; margin-bottom:40px;}
.sub_top .inner{width:100%; height:860px; max-width:1300px; margin:0 auto;}
.sub_top .txtwr{left:50%; top:37%; transform:translate(-50%,-50%); z-index: 55;}
.searchWrap{width: 100%; bottom: -50px; left: 0; cursor: pointer;}
.subtop_sch{width: 100%; max-width: 530px; margin: 0 auto; background: #fff; border-radius: 25px; padding: 0 35px; justify-content: space-between;}
.subtop_sch p{padding: 10px 0;}
.subtop_sch span{padding: 14px 0; display: inline-block; color:#000; font-size:21px;}
.sch_sub{width: 100%; height: 0; overflow:hidden; transition: all 0.4s; background: rgba(255, 255, 255, 0.8);border-radius: 20px; top: 18px; z-index: -1;}
.sch_sub li{width: 100%;}
.sch_sub li~li{padding-top: 10px;}
.sch_sub li a.grid{grid-template-columns: 28px 1fr 28px; column-gap: 10px;}
.sch_sub li a{color: #868686}
.sch_sub li span{font-weight:700; font-size:16px; line-height:26px; text-align:center; padding-top:2px;} 
.searchWrap.open .sch_sub{height: auto;padding: 50px 35px 14px 35px;}
.searchWrap.open .subtop_sch span img{transform: rotate(180deg)}

@keyframes upanddown {
	0%{transform:translate(-50%, 0px);}
	100%{transform:translate(-50%, 5px);}
}
@media (max-width: 1000px){
	.sub_top{background-position:center 80px !important; height:320px; background-size:150% !important; margin:0;}
	.sub_top .inner{height:350px;}
	.sub_top .txtwr{width:90%; right:inherit; left:50%; transform:translate(-50%,-50%); top:55%; text-align:center; color:#fff;}
	.sub_top .blayers{width:100%; height:100%; position:absolute; left:0; top:0; background:rgba(0,0,0,0.5);}
	.sch_sub li a.grid{padding:0;}
}
@media (max-width: 500px){
	.subtop_sch p{padding:15px 0;}
	.sub_top{background-size:135% !important;}
}
.imgr950{width: 100%; display: inline-flex; align-items: center; justify-content: center;}
.imgr950 img{width: 100%; max-width: fit-content;}
.sub_title .inner950{height: 50px;}
.title_card{width: 100%; bottom: 0;}
.title_card .card_txtr{padding: 50px 70px; background: #F7F2ED; flex-direction: column; justify-content: space-between; width:100%;}
.caseWrap{gap: 40px 4%; flex-wrap: wrap; margin:8px;}
.caseWrap dl{width: 30.5%; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);border-radius: 30px; padding: 70px 20px; flex-direction: column;}
.caseWrap.depth1 dl{width:98%;}
.caseWrap.depth2 dl{width:48%;}
.caseWrap dl dt{align-items: center; flex-direction: column;}
.gline{width: 100%; background: #fff;}
.gline p{color:#146ACF;}
.gline h4{color:#4B4B4B;}
.gline .grid{grid-template-columns: 1fr 1fr;}
.gline_txt{padding:22px;}
.gline_txt li{width: 100%; position:relative; padding:11px 22px; margin-top:5px; margin-bottom:5px; color:#4b4b4b; background:#ECECEC;}
.gline_tit{padding:22px;}
.case_list{width:100%; margin:0 auto; display:inline-table;margin-top:100px;}
.case_list li{display:inline-table; width:48%;  margin:1%; margin-bottom:40px;}
.case_list li .img{margin-bottom:40px; position:relative; border-radius:10px; overflow:hidden;}
.case_list li .c1{font-size:21px; font-weight:700; margin-bottom:20px; margin-top:10px;}
.case_list li .c2{font-size:17px; font-weight:400; line-height:26px;}
.case_list li .c3{font-size:21px; margin-bottom:10px; color:#ff4c72; font-weight:700;}
.caution_body{width:100%; display:flex; height:600px;}
.caution_body_txt{width:100%; float:left; padding:88px;}
.caution_body_img{width:100%; float:left; overflow:hidden;}
.point_wrap{width:100%; height:450px; padding:44px 0; position:relative; display:inline-block;}
.point_wrap .imgbox{width:640px; height:480px; left:0; top:0; position:absolute; z-index:4;}
.point_wrap .txtbox{width:640px; background:#fff; padding:44px; right:100px; bottom:0; position:absolute; z-index:8; border:1px solid #d4d4d4;}
.point_wrap.reverse .imgbox{left:inherit; right:0; top:0;}
.point_wrap.reverse .txtbox{right:inherit; left:100px; bottom:0;}
.balance_section{width:100%; margin:0 auto; padding:110px 0; text-align:center; clear:both; display:inline-block;}
.balance_section ul{width:100%; max-width:1400px; margin:0 auto; display:inline-table; text-align: left;}
.balance_section ul.depth2{max-width:800px;}
.balance_section ul li{display:inline-table; width:31.333%; margin:0 1%; transition:all 0.5s ease; margin-bottom:50px;}
.balance_section ul.depth2 li{display:inline-table; width:48%; margin:0 1%; transition:all 0.5s ease; margin-bottom:50px;}
.balance_section ul li .img{ -webkit-box-shadow: 4px 4px 20px rgb(0 0 0 / 13%); box-shadow: 4px 4px 20px rgb(0 0 0 / 13%); width:100%; margin-bottom:20px; transition:0.5s all ease; position:relative; overflow:hidden;border-radius:30px; }
.balance_section ul li .img:hover{transition:all 0.5s ease; transform: translateY(-50px); }
.balance_section ul li .img img{transition:all 0.5s ease;}
.balance_section ul li .t1{text-align:left; font-size:21px; margin-bottom:20px; font-weight:700;}
.balance_section ul li .t2{text-align:left; font-size:16px; line-height:26px;}
.balance_section ul li .t3{text-align:left; font-size:21px; font-weight:700; color:#ff4c72; margin-bottom:5px;}
.balance_section ul li:hover .img img{transition:all 0.5s ease; transform: scale(1.1);}
.price_s{background:#375542;}
.price_s ul li{background:#fff; height:200px; position:relative;}
.price_s ul li p{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:90%;}
.oper_bg{background:#fefefe;}
.oper_bg li {position:relative; height:45px; line-height:45px;} 
.oper_bg li span{font-weight:700; background: #146ACF; width:45px; height:45px; line-height:45px; display:inline-block; color:#fff; font-size:16px; text-align:center; border-radius:100%; margin-right:20px;}

.clinic01_header{padding:120px 0; background:url('/img/sub01_bg.png') center center no-repeat; width:100%; margin-top:136px;}
.iandt .imgdiv{width:40%;}
.iandt .txtdiv{width:60%; padding:88px 44px;}
.txtimg{background:#f3f3f3;}
.txtimg .imgdiv{float:right;}
.txtimg .txtdiv{float:left;}
.txtimg .flex{flex-direction: row-reverse;}
.history .txts{padding:33px 55px;}
.majors{background:#fff;}
.majors li{margin-top:30px; margin-bottom:30px;}
.majors .imgs{width:180px;}
.majors .txts{width:70%; padding:33px;}
.majors_white{background:#fff;}

.clinic03_t .flex{flex-direction: row-reverse;}
.clinic03_t .txtwr{padding:44px; padding-left:110px; width:100%;}
.clinic03_t .imgwr{width:100%;}
.clinic03_t p img{display:inline-block; margin-right:20px; width:35px;}
.clinic03_t p span{display:inline-block; width:80px; margin-right:30px;}

.operations_color_bg{background:rgba(160, 192, 240, 0.2);;}
@media (max-width: 1400px){
	.caution_body{height:450px;}
	.caution_body_txt{padding:22px;}
	.caution_body_txt h3 br{display:none;}
	.caution_body_img img{width:140% !important;}
	.clinic03_t .imgwr{overflow:hidden;}
	.clinic03_t .imgwr img{width:140% !important;}
}

@media (max-width: 1200px){
	.clinic03_t .txtwr{padding:11px; padding-left:44px;}
	.clinic03_t .imgwr img{width:160% !important;}
}
@media (max-width: 1000px){
	
	.title_card{height:350px;}
	.sub_title .inner950{height:350px; overflow:hidden;}
	.sub_title{height:350px;}
	.title_card .card_txtr{padding:25px 35px;}
	.grid{padding:22px;}
	.grid-4{grid-template-columns: repeat(2, 1fr);}
	.grid-5{grid-template-columns: repeat(2, 1fr);}
	.grid-6{grid-template-columns: repeat(2, 1fr);}
	.sub_content p br{display:none;}
	.repeat_title{padding-left:22px; padding-right:22px;}
	.caseWrapper{padding-left:22px; padding-right:22px;}
	.card_imgr{width:200px;}
	.caution_body{height:360px;}
	.caution_body_txt{padding:22px;}
	.caution_body_txt h3 br{display:none;}
	.caution_body_img img{width:140% !important;}
	.point_wrap .txtbox{right:10px;}
	.point_wrap.reverse .txtbox{left:10px;}
	.sub_content.price_s p br{display:block;}
	.balance_section{padding:22px 0;}
	.clinic01_header{margin-top:80px; padding:66px 0;}
	.iandt .txtdiv{padding:44px;}
	.history .txts{padding:22px;}
}

@media (max-width: 800px){
	.majors {
    padding-left: 25px;
    padding-right: 25px;
}
#main {
    margin-top: 10px;
}
	.gline_tit{padding:11px;}
	.gline_tit p.fz18 br{display:none;}
	.gline_txt{padding:11px;}
	.gline .grid {grid-template-columns: inherit;}
	.oper_bg li span{display:none;}
	.oper_bg li{height:inherit; line-height:inherit;}
	.case_list li .img{margin-bottom:20px;}
	.caution_body{ flex-direction: column; height:inherit; padding-bottom:30px;}	
	.caution_body_txt{width:100%;}
	.caution_body_img{width:90%; max-width:640px; margin:0 auto;}
	.caution_body_img img{width:100% !important;}
	.grid li .img img{width:100%;     max-width: fit-content;}
	.point_wrap .imgbox{width:90%; height:auto; position:relative; margin:0 auto; left:inherit; bottom:inherit; right:inherit; top:inherit; }
	.point_wrap .txtbox{width:90%; position:relative; margin:0 auto; left:inherit; bottom:inherit; right:inherit; top:inherit; padding:22px; margin-top:0px;}
	.point_wrap.reverse .txtbox{left:inherit;}
	.balance_section ul li{width:48%;}
	.iandt .txtdiv{padding:0 22px;}
	.history .flex{flex-direction:column;}
	.history .imgs{max-width:480px; margin:0 auto;}
	.majors .imgs{width:110px; margin:0 auto;}
	.majors li.flex{flex-direction:column;}
	.majors .txts{width:100%!important; padding:11px!important;}
	.clinic03_t .flex{flex-direction:column-reverse;}
	.clinic03_t .imgwr{width:100%; height:350px;}
	.clinic03_t .txtwr{width:100%; padding:22px;}
}

@media (max-width: 640px){
	.lt0{letter-spacing:0;}
	.lt1{letter-spacing:0.5px;}
	.lt2{letter-spacing:1px;}
	.lt3{letter-spacing:1.5px;}
	.lt4{letter-spacing:2px;}
	.lt5{letter-spacing:2.5px;}
	.lt6{letter-spacing:3px;}
	.lt7{letter-spacing:3.5px;}
	.lt8{letter-spacing:4px;}
	.lt9{letter-spacing:4.5px;}
	.lt10{letter-spacing:5px;}
	.sub_title{height:250px;}
	.sub_title .inner950{height:250px;}
	.title_card{height:250px;}
	.title_card .card_txtr{padding:22px;}
	.card_imgr{width:150px;}
	.grid-1 {grid-template-columns: repeat(1, 1fr);}
	.grid-2 {grid-template-columns: repeat(1, 1fr);}
	.grid-3 {grid-template-columns: repeat(1, 1fr);}
	.grid-4 {grid-template-columns: repeat(1, 1fr);}
	.oper_bg li span{display:inline-block;}
	.oper_bg .tac{display:none;}
	.oper_bg .tac:first-child{display:block;}
	.case_list{margin-top:40px;}
	.case_list li{width:94%; margin:0 3%; margin-bottom:20px;}
	.caseWrap dl{width:96%; padding:33px 22px;}
	.iandt .flex{flex-direction:column;}
	.iandt .imgdiv{width:100%; height:300px; overflow:hidden; position:relative;}
	.iandt .imgdiv img{position:absolute; bottom:0;}
	.iandt .txtdiv{width:100%;}
}

@media (max-width: 500px){
	
	.title_card{height:350px;}
	.sub_title .inner950{height:350px; overflow:hidden;}
	.sub_title{height:350px;}
	.title_card .card_txtr{padding:25px 35px;}
	.grid{padding:22px;}
	.grid-4{grid-template-columns: repeat(2, 1fr);}
	.grid-5{grid-template-columns: repeat(2, 1fr);}
	.grid-6{grid-template-columns: repeat(2, 1fr);}
	.sub_content p br{display:none;}
	.repeat_title{padding-left:22px; padding-right:22px;}
	.caseWrapper{padding-left:22px; padding-right:22px;}
	.card_imgr{width:100%;}
	.card_imgr img{width:100%;}
	.title_card{position:relative;}
	.title_card .card_txtr{width:100%; position:absolute; left:0; bottom:0; background:rgba(247,242,237,0.9);}
	.oper_bg{background-size:contain; background-position:5% 5%;}
	.case_list li .c1{font-size:19px; margin-bottom:10px;}
	.caseWrap.depth2 dl{width:98%;}	
	.balance_section{max-width:320px; display:block;}
	.balance_section ul li{width:98%;}
	.clinic01_header{margin-top:70px;}
	.header_in>h1 a{height:55px;}
}
.accordion {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #e4111100;
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #ffffff;;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #ffffff;
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #1977cc;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #1977cc;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1977cc;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size:18px;
  color: #848484;
  letter-spacing: -1.7px;
}
