@font-face {
    font-family: 'JalnanGothic';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ChosunGu';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunGu.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@font-face {
    font-family: 'SBAggroB';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TTHakgyoansimUndongjangL';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2402_keris@1.0/TTHakgyoansimUndongjangL.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@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;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #0a0946;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0a0946;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Pretendard-Regular';
  color: #444444;
}

a {
  color: #00c1c1;
  text-decoration: none;
}

a:hover {
  color: #00f4f4;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	word-break: keep-all;
	font-family: 'Pretendard-Regular';
  
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #fffde1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #151515;
  line-height: 0;
}

.back-to-top:hover {
  background: #e8d821;
}

.back-to-top:hover i {
  color: #151515;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #ebc535;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background: #484738b5;
      background: rgb(185,184,163);
   /* background: linear-gradient(90deg, rgb(109 100 90) 35%, rgb(66 57 53) 39%);*/
    background: linear-gradient(90deg, rgb(133 171 193 / 98%) 29%, rgb(60 153 205 / 84%) 39%);

}

/*#header.header-scrolled,
#header.header-inner-pages {
  background:#484738;
}*/

#header .logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header h1{
 font-family: 'ChosunGu';
    font-weight: bolder;
    font-size: 28px;
 }
#header .logo a {
  color: #fff;
  font-family: 'JalnanGothic';
}

/*#header .logo img {
  max-height:70px;
  min-width: 230px;
}*/
@media (max-width: 992px) {
	#header .logo {
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo img {
    max-height: 50px;
}
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    background: #3c99cdd6
}
}

/*--------------------------------------------------------------
# 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-size: 18px;
  font-weight: 500;
  color: #Ffffff;
  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: #c3ef59;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #c3ef59;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #c3ef59;
}

.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;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
  font-family: "Noto Sans KR", sans-serif;
}

.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: #89ba16;
}

.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;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #ffffff;
}

@media (max-width: 1191px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.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;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0a0946;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #c3ef59;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #0a0946;
}

.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: #c3ef59;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
 background: url("../img/index/bg1.png") top center;
  background-size: cover;
  
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
  background: #c3ef59;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 50vh;
    text-align: center;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
	.services .icon-box {
    
    min-height: 214px;
}
		.section-title p {
    margin-bottom: 20px!important;
    font-size: 0.9rem!important;
    padding: 10px;
}
 #about h4 {
    font-size: 1.3rem!important;
    line-height: 36px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
}

.section-bg {
  background-color: #f0f4f4;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #8e8275;
}

/*.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 1px;
  background: #4d4635;
  bottom: 0;
  left: calc(50% - 100px);
}
*/
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f6f8f8;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.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) {
	.portfolio #portfolio-flters li {
   
    font-size: 15px!important;
    font-weight: 400!important;
 
}
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-size: 36px;
    font-weight: 400;
    color: #484738;
    white-space: nowrap;
    font-family: "Pretendard";
    line-height: 1.5;
}

.about .content h3 span {
  font-size: 36px;
    font-weight: 500;
    color: #353535;
    white-space: nowrap;
    font-family: "Pretendard";
    line-height: 1.5;
}


.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #00c1c1;
}

.about .content p:last-child {
  margin-bottom: 0;
}
.about h3 {
		font-size: 35px;
	
}
.about  p  {
	margin-top: 50px;
	font-size: 23px;
	font-weight: 300;
	line-height: 2;
	color: #353535;
}

.about p span {
	margin-top: 50px;
	font-size: 24px;
	font-weight: 800;
	line-height: 2;
    color: #353535;
}

@media (max-width: 768px) {
	.about .content  h3,p {
font-size: 1.3rem;
    
}
.about h3 {
		font-size: 1.3rem!important;
	
}
.about p span{
  font-size: 1.1rem;
}
.about  p {
font-size: 1.1rem;
}
}

.features  h2 {
	    font-size: 2.4rem;
}
/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.cards {
	    margin-top: 10px;
	
  padding: 50px 0 0px 0;
}

.cards img {
  border-radius: 5%;
      opacity: 0.8;
}

.cards .card {
  border: 0;
  text-align: ceneter;
      background-color: #8e827500;
      border-radius: 5%;
}

.cards .card-body {
  -moz-text-align-last: center;
  text-align-last: center;
      background: #f6ece370;
}

.card-title {
    float: none;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
}
.cards .card-title a {
  font-weight: 600;
  font-size: 16px;
  color: #334242;
  transition: 0.3s;
}

.cards .card-title a:hover {
  color: #00c1c1;
}

.cards .btn {
  border-radius: 4px;
  padding: 6px 20px 8px 20px;
  border: 2px solid #444444;
}

.cards .btn:hover {
  border-color: #00c1c1;
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.1), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Noto Sans KR", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #00c1c1;
  border: 2px solid #00c1c1;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #6d645a;
  border-radius: 4px;
  padding: 8px 10px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 6px 15px 8px 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
     color: #ffffff;
    background: #423935;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item img {
  border-radius: 4px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  border-radius: 4px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #334242;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #5f7c7c;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #495f5f;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #00c1c1;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #28ffff;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# 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 #00c1c1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00c1c1;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(51, 66, 66, 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;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid #e5ebeb;
}

.pricing h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #334242;
}

.pricing h4 {
  font-size: 42px;
  color: #00c1c1;
  font-weight: 500;
  font-family: "Noto Sans KR", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #334242;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #00c1c1;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .btn-buy {
  background: #00c1c1;
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #00a8a8;
}

.pricing .featured {
  border-color: #00c1c1;
  background: #00c1c1;
  box-shadow: none;
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured h4 span,
.pricing .featured ul,
.pricing .featured ul .na {
  color: #fff;
}

.pricing .featured .btn-buy {
  background: rgba(255, 255, 255, 0.9);
  color: #00c1c1;
}

.pricing .featured .btn-buy:hover {
  background: #fff;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #334242;
  margin: 0 3px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: rgba(0, 193, 193, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a:hover {
  background: #00c1c1;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #334242;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
  border-radius: 4px;
}

.contact .info-box i {
  font-size: 40px;
  color: #00c1c1;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #334242;
  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;
  background: #fff;
  border-radius: 4px;
}

.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 {
  border-color: #00c1c1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #00c1c1;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: darkem(#00c1c1, 5);
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #484738;
  padding: 0 0 20px 0;
  color: #fff;
  font-size: 14px;
      background: linear-gradient(0deg, rgb(133 171 193) 20%, rgb(60 153 205 / 98%) 80%);
}

#footer .footer-top {
  padding: 20px 0 10px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 5px;
  color: #fff;
  text-align: left;
  padding: 25px 0px;
  /*border: 4px solid #374848;*/
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 5px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 34px;
  margin-bottom: 0;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: 3px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #334242;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #00c1c1;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #28ffff;
  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: #0fffff;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #00c1c1;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #008e8e;
}

#footer .copyright {
  border-top: 1px solid #ffffff26;
  text-align: start;
  padding-top: 10px;
  padding-bottom: 10px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    opacity: 0.8;
}

.services  h2 {
  font-size: 36px;
    font-weight: 300;
    color: #353535;
    white-space: nowrap;
    font-family: "Pretendard";
    line-height: 1.5;
    margin-bottom: 0px;
}



.services  p {
	margin-top: 0px;
	font-size: 16px;
	font-weight: 300;
	line-height: 2;
	color: #353535;
	margin-bottom: 0px;
}

.services .icon-box {
	padding: 30px;
	position: relative;
	overflow: hidden;
	background: #f6ece370;
	box-shadow: 0 0 29px 0 #44589029;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
 min-width: 180px;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: #e8d82112;
  right: -70px;
  top: -60px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #e8d82112;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  background: #fff0;
  transition: all 0.3s ease-in-out;
}
.services .icon .img-fluid {
    height: 90%;
}
	
.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.services .title {
  font-weight: 700;
  margin-bottom: 1px;
  font-size: 18px;
      opacity: 0.8;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #111;
}

.services .icon-box:hover .icon {
  background: #fff0;
}

.services .icon-box:hover .icon i {
  color: #3498db;
}
.info_section {
  width: 1340px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}
.info_section .addr {
  width: 640px;
  /* height: 374px; */
  background:#f6ece370;
  /* padding: 52px 0 45px; */
  padding: 68px 0 45px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.info_section .addr .info-tit {
  height: 29px;
  display: flex;
  align-items: center;

  justify-content: center;
}
.info_section .addr .info-tit .icowrap {
  width: 29px;
  height: 29px;
}
.info_section .addr .info-tit span {
  white-space: nowrap;
  font-size: 24px;
  font-weight: 600;
  margin-left: 8px;
  color: #000;
}
.info_section .addr .info-content p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 63px 0 64px;
  white-space: nowrap;
  line-height: 31px;
  color: #000;
}
.info_section .addr .go-btn {
  background: #82a248;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  width: 173px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
  line-height: 53px;
  text-align: center;
}
.info_section .time {
  width: 640px;
  background: #f6ece370;
  padding: 68px 221px 45px 221px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.info_section .time .info-tit {
  height: 29px;
  display: flex;
  align-items: center;
  color: #000;
  justify-content: center;
}
.info_section .time .info-tit .icowrap {
  width: 29px;
  height: 29px;
}
.info_section .time .info-tit span {
  white-space: nowrap;
  font-size: 24px;
  font-weight: 600;
  margin-left: 8px;
}
.info_section .time .info-content {
  margin: 46px 50px;
}
.info_section .time .info-content .bs-time {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  color: #000;
}
.info_section .time .info-content .bs-time .time-tit {
  width: 128px;
  font-weight: 500;
}
.info_section .time .info-content .bs-time:not(:last-child) {
  margin-bottom: 10px;
}
.info_section .time .go-btn {
  background: #82a248;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  width: 187px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  cursor: pointer;
  line-height: 53px;
  text-align: center;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .card {
  border: 0;
  padding: 100px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.features .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.800);
  
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.features .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  font-size: 21px;
}

.features .card-title a {
  color: #37517e;
}

.features p {
    margin-top: 50px;
    font-size: 21px;
    font-weight: 300;
    line-height: 2;
    color: #353535;
}
.features .card-text {
  color: #37517e;
  font-size: 13px;
}

.features .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  transition: 0.4s;
}

.features .read-more a:hover {
  text-decoration: underline;
}

.features .card:hover .card-body {
  background: #1977cca1;
}

.features .card:hover .read-more a,
.features .card:hover .card-title,
.features .card:hover .card-title a,
.features .card:hover .card-text {
  color: #fff;
}
.clients .icon-box  {
    text-align:left;
}
.clients .icon-box h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 21px;
}
.clients .icon-box h4 a {
  color: #0a0946;
  transition: ease-in-out 0.3s;
}

.clients .icon-box p {
 line-height: 30px;
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: -1px;

}

.clients .icon-box:hover {
  transform: translateY(-10px);
}

.clients .icon-box:hover h4 a {
  color: #47b2e4;
}
.swiper_1 {
	position: relative;
	margin: 10;
	
	overflow: hidden;
	margin: 0 auto 20px;
	width: auto;
	height: auto;
}

.swiper-slider {
	width: 1170px;
}

.swiper_1 .swiper-pagination {
	top: 480px;
	text-align: left;
}

.swiper_1 .swiper-button-prev {
	position: absolute;
	left: 20px;
	top: 200px;
}

.swiper_1 .swiper-button-next {
	position: absolute;
	left: 20px;
	top: 260px;
}

.swiper_1 h3 {
	text-align: center;
    font-size: 1.45rem;
    font-weight: 300;
        color: #222;
   
}
.swiper_1 p {
	text-align: center;
	font-size: 1.125rem;
	line-height: 26px;
	color: #888;
	margin-top: 16px;
}

.swiper-slide .img-fluid1 {
	margin-top: 10px;
	padding: 5px;
	background-color: #a7a2a200;
	border-radius: 15px;
	width: 420px !important;
    margin-right: 10px;
  opacity: 0.8;
    
}



.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: auto !important;
}

.swiper_2 {
	position: relative;
	margin: 10;
	
	overflow: hidden;
	margin: 0 auto 20px;
	width: auto;
	height: 475px;
}

.swiper-slider {
	width: 1170px;
}

.swiper_2 .swiper-pagination {
	top: 430px;
	text-align: left;
}

.swiper_2 .swiper-button-prev {
	position: absolute;
	left: 20px;
	top: 200px;
}

.swiper_2 .swiper-button-next {
	position: absolute;
	left: 20px;
	top: 260px;
}
.section-txt {
    color: #222;
    font-size: 2.125rem;
    line-height: 50px;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-top: 39px;
    margin-bottom: 39px;
    font-family: 'GmarketSansMedium';
}
:root {
    --swiper-theme-color: #080137;
}
.swiper-button-next:after, .swiper-button-prev:after {
    
    font-size: 25px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    background: #2d343c1f;
    border-radius: 30px;
    padding: 20px;
}
.swiper-button-prev {
    right: 10px;
    left: auto;
    background: #2d343c1f;
    border-radius: 30px;
    padding: 20px;
        
}
.btn-hover {
    width: 180px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    margin: 5px;
    height: 60px;
    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: right;
}

.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;
}


.btn-hover.color-5 {
    /* background-image: 
    linear-gradient(to right, #e0a4ac, #ff9966, #ed7a40, #ff5e62);
   box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75); */
    background: #c2c0c126;
    color: black;
}
.features .nav-link.active{
	background: #37b5e7;
    color: #ededed;
    width: auto;
}

#hero:before {
     content: "";
    background: rgb(0 0 0 / 5%);
    position: absolute;
    bottom: 0;
    top: 0%;
    left: 0;
    right: 0;
    height: auto;
    transform: translateY(0%);
}


#hero2  {
  width: 100%;
  height: 10vh;
  /*background: url("../img/index/subbg5.jpg") top center;
  background-size: cover;
  position: relative;*/
  background: #fffeec;
}



#hero2  .container {
	background: rgb(255 255 255/ 0%);
	width: 100%;
	border-radius: 18px;
	padding-top: 0px;
	top: 20px;
	position: relative;
	height: auto;
	text-align: center;
}

#hero2  h1 {
	margin: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 64px;
    color: #fff;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 30px;
    padding-left: 35px;
    padding-bottom: 12px;
    letter-spacing: 10px;
    opacity: 0.9;

}
#hero2  h1 span {
	color: #4e4845;
	font-weight: 900;
}

#hero2  h2 {
	 color: #fff;
    line-height: 2;
	margin: 10px 0 0 0;
	
	font-weight: 600;
	font-size: 1.75rem;
}

#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 (max-width: 768px) {
  #hero2  {
    height: 10vh;
    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: 30px!important;
    line-height: 24px;
        letter-spacing: 0px!important;
  }
}
/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs .nav-tabs {
  border: 0;
}

.tabs .nav-link {
  border: 1px solid #b9b9b9d1;
  padding: 15px;
  transition: 0.3s;
  color: #111111;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  letter-spacing: -2px;
}

.tabs .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.tabs .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
   color:#374b42;
}

.tabs .nav-link:hover {
  color: #8e8275;
}
.features .nav-link.active{
	background: #9dcd2a3d;
   color: #000000;
    width: auto;
}
.tabs .nav-link.active {
  background: #ffeb3b3d;
  color: #000000;
  border-color: #ffeb3b3d;
      border-radius: 15px;
}
.features a {
    color: #374b42;
    text-decoration: none;
    background-color: transparent;
}
.tabs .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    opacity: 0.9;
   
}
.tabs .tab-pane ul li {
	 font-size: 19px;
    word-break: keep-all;
  padding-bottom: 10px;
  line-height: 40px;
  letter-spacing: -1px;
      margin-bottom: 20px;
}
.tabs .tab-pane h3 {
  font-weight: 600;
  font-size: 30px;
  color: #398065;
  
}
.tabs .tab-pane h4 {
  font-weight: 400;
  font-size: 28px;
  color: #8e8275;
   margin-top: 20px;
   margin-bottom: 20px;
}
.tabs .nav-link h4.active {
  
  color: #ffffff;
   
}
@media (max-width: 768px) {
	.tabs .section-title h3 {
    font-size: 1.4rem!important;
    word-break: keep-all;
    letter-spacing: 0px;
    color: #5e5e5e;
    line-height: 30px;
}
.swiper-pagination {
    width: 100%!important;
    display: none;
}
.tabs .swiper-slide .img-fluid {
	    margin-top: 10px;
    max-width: 30%;
    height: auto;
    border-radius: 20px;
    opacity: 0.9;
}
.about .swiper-slide .img-fluid {
	    margin-top: 10px;
    max-width: 30%;
    height: auto;
    border-radius: 20px;
    opacity: 0.9;
}
.tabs .section-title h3 span {
 
    font-size: 1.3rem!important;
    word-break: keep-all;
    letter-spacing: 0px;
    color: #5e5e5e;
    line-height: 30px;
}
  .tabs .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
	.tabs .tab-pane ul li {
		font-size: 1.2rem !important;
		word-break: keep-all;
		letter-spacing: 0px;
		border: none !important;
		
		margin-bottom: 5px;
	}
	.tabs .tab-pane h3 {
		font-weight: 600;
		font-size: 30px;
		color: #398065;
		    font-size: 28px!important;
	}
	.tabs .tab-pane h4 {
		text-align: center;
		margin-top: 40px;
	}
	.tabs .tab-pane h5 {
	font-size: 24px!important;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
	}
}

@media ( max-width : 575px) {
	.tabs .nav-link {
		padding: 15px;
	}
	.tabs .nav-link i {
    font-size: 24px;
  }
}

.tabs .tab-content {
  margin-top: 30px;
}

.tabs .tab-pane h3 {
  font-weight: 300;
  font-size: 37px;
  color: #8e8275;
      margin-top: 20px;
      margin-bottom: 20px;
}
.tabs .section-title h3 {
font-size: 19px;
    word-break: keep-all;
      letter-spacing: -1px;
    color: #5e5e5e;
}
.tabs .tab-pane ul {
  list-style: none;
  padding: 0;
  font-size: 24px;
  word-break: keep-all;
}



.tabs .tab-pane ul i {
  font-size: 28px;
  padding-right: 4px;
  color: #80ccd8;
}

.tabs .tab-pane p:last-child {
  margin-bottom: 0;
}
.tabs .section-title h3 {
	font-size: 23px;
	word-break: keep-all;
	letter-spacing: -1px;
	color: #5e5e5e;
	line-height: 40px;
}
.tabs .section-title h3 span{
	font-size: 21px;
	word-break: keep-all;
	letter-spacing: -1px;
	color: #5e5e5e;
	line-height: 50px;
}
.tabs .section-title h3 span  span{
    font-size: 26px;
    word-break: keep-all;
    letter-spacing: -1px;
    color: #82a248;
    line-height: 50px;
}
.tabs .section-title  {
	text-align: left;
    padding-top: 20px;
}
@media ( max-width : 768px ) {
.features .nav-link.active {
    background: #9dcd2a3d;;
    color: #000000;
    
}
}

#container {
  position: relative;
  z-index: 1;
  padding: 0 0 160px 0;
  max-width: 1200px;
  margin: 0 auto;
}
#container .sv {
  position: relative;
  width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 130px;
}
#container .sv .bg {
  display: block;
  width: 100%;
  height: 475px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#container .sv.sv01 {
  display: none;
}
#container .sv.sv02 .bg {
  background-image: url(../images/sv02.png);
  height: 465px;
}
#container .sv.sv03 .bg {
  background-image: url(../images/sv03.png);
  height: 465px;
}
#container .sv.sv04 .bg {
  background-image: url(../images/sv04.png);
}
#container .sv.sv05 .bg {
  background-image: url(../images/sv05.png);
  height: 795px;
}
#container .sv.sv06 .bg {
  background-image: url(../images/sv06.png);
  height: 874px;
  display: none;
}

#siteFunctions {
  position: fixed;
  top: 4.6rem;
  right: -100%;
  width: 100%;
  z-index: 9;
}
#siteFunctions .inner {
  background-color: #fff;
  height: calc(100vh - 4.6rem);
  width: 100%;
  overflow-y: auto;
}
#siteFunctions .inner .hd {
  position: relative;
  height: 4.8rem;
  display: none;
}
#siteFunctions .inner .hd .logo {
  position: absolute;
  top: 50%;
  margin-top: -1.5rem;
  left: 4.5vw;
  width: 154px;
  z-index: 3;
}
#siteFunctions .inner .hd .logo a {
  display: block;
  width: 3rem;
  height: 3rem;
  text-indent: -9999px;
  background: url(../images/logo.png) 0 50% no-repeat;
  background-size: auto 3rem;
}
#siteFunctions .inner .hd .bt-close {
  width: 4rem;
  height: 4rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5vw;
  margin-top: -2rem;
  overflow: hidden;
}
#siteFunctions .inner .hd .bt-close span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#siteFunctions .inner .hd .bt-close::before {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -1rem;
  transform: rotate(45deg);
}
#siteFunctions .inner .hd .bt-close::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -1rem;
  transform: rotate(-45deg);
}
.mobMenu {
  margin: 2rem 4.5vw 0;
  border-top: #e8e8e8 1px solid;
}
.mobMenu > li > a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  padding: 2.4rem 0;
  border-bottom: #e8e8e8 1px solid;
  font-weight: 600;
  color: #333;
  text-align: center;
}

.h2-tit {
  font-size: 34px;
  font-weight: 900;
  color: #000;
  padding-bottom: 30px;
  border-bottom: #181818 2px solid;
  margin: 20px 0 30px;
}
.h2-tit span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700px;
  margin-left: 10px;
}

.bt-tel {
  display: none;
}

.mo {
  display: none;
}
.mo2 {
  display: none;
}

.go-btn a {
  color: #fff;
}
	
	.goods-lst {
  margin: -20px 0 0 -20px;
}
.goods-lst::after {
  content: "";
  display: block;
  clear: both;
}
.goods-lst > li {
  position: relative;
  float: left;
  display: table;
  width: calc(50% - 20px);
  margin: 20px 0 0 20px;
  border: #e7e7e7 1px solid;
  border-radius: 5px;
  padding: 20px 30px;
  letter-spacing: -0.05em;
  min-height: 143px;
}
.goods-lst > li.active {
  border: #000 1px solid;
}
.goods-lst > li:nth-child(2n + 1) {
  clear: both;
}
/* .goods-lst > li:last-child::after { content: '“독감예방접종은 네이버예약 후 방문해주세요.”'; position: absolute; left: 0; bottom: -30px; width: 100%; text-align: center; } */
.goods-lst > li .desc {
  display: table-cell;
  height: 64px;
  vertical-align: middle;
  color: #9b9b9b;
  font-size: 17px;
}
.goods-lst > li .desc .name {
  color: #060606;
  font-weight: 600;
  font-size: 19px;
}
.goods-lst > li .desc .name span {
  color: #424242;
  font-size: 16px;
  font-weight: 400;
}
.goods-lst > li .desc .code {
  margin-top: 5px;
}
.goods-lst > li .desc .name .code {
  margin-top: 0;
  color: #9b9b9b;
}
.goods-lst > li .cost {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  text-align: right;
  color: #9dcd2a;
  font-size: 19px;
  font-weight: 600;
  white-space: nowrap;
}
.goods-lst > li .cost span{
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  text-align: right;
  color: #7d7b69e0;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}
.goods-lst > li .btPlus {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  background-color: #32afa4;
}
.goods-lst > li.active .btPlus {
  transform: rotate(45deg);
}
.goods-lst > li .btPlus span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.goods-lst > li .btPlus::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin: -1px 0 0 -6px;
  background-color: #fff;
}
.goods-lst > li .btPlus::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin: -1px 0 0 -6px;
  background-color: #fff;
  transform: rotate(90deg);
}
.goods-lst > li .cont {
  margin-top: 30px;
  padding-bottom: 30px;
  display: none;
}
.goods-lst > li .cont::after {
  content: "";
  display: block;
  clear: both;
}
.goods-lst > li .cont > li {
  float: left;
  font-size: 18px;
  margin-top: 5px;
}
.goods-lst > li .cont > li:nth-child(odd) {
  width: 150px;
  clear: both;
}
.goods-lst.health > li .desc {
  height: 34px;
}

.recruit-bx01 {
  display: flex;
  margin-bottom: 120px;
}
.recruit-bx01 > li {
  flex: 1;
  text-align: center;
  line-height: 80px;
  color: #060606;
  font-size: 20px;
  font-weight: 600;
}
.recruit-bx01 > li + li {
  border-left: #d5d5d5 1px solid;
}
.recruit-bx01 > li i {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.recruit-bx01 > li i img {
  display: block;
}

.intro-wr {
  padding-top: 80px;
}
.intro-bx + .intro-bx {
  margin-top: 130px;
}
.intro-bx .thumb {
  display: flex;
}
.intro-bx .thumb span {
  flex: 1;
}
.intro-bx .thumb img {
  display: block;
}
.intro-bx dl {
  margin-top: 45px;
  display: flex;
}
.intro-bx dl dt {
  flex: none;
  width: 395px;
  font-size: 28px;
  color: #000;
  line-height: 1;
}
.intro-bx dl dd {
  position: relative;
  flex: 1;
  padding-left: 40px;
}
.intro-bx dl dd p {
  position: absolute;
  top: 0;
  left: -65px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.intro-bx dl dd ul {
  margin-top: 0;
}
.intro-bx dl dd ul::after {
  content: "";
  display: block;
  clear: both;
}
.intro-bx dl dd ul li {
  float: left;
  width: 50%;
  margin-top: 8px;
  white-space: nowrap;
}
/* .intro-bx dl dd ul li:nth-child(3n+1){ clear: both;}
.intro-bx dl dd ul li:nth-child(3n+2){ width: 44%;} */
.intro-bx dl dd ul.n2 li {
  width: 28%;
}
.intro-bx dl dd ul.n2 li:nth-child(3n + 1) {
  clear: none;
  flex: left;
}
.intro-bx dl dd ul.n2 li:nth-child(2n) {
  width: 44%;
}
.intro-bx dl dd ul.n2 li:nth-child(2n + 1) {
  clear: both;
}

/* 24-04-30 의료진 소개 추가*/
#container.doctor_wrap {
  width: 1440px;
  margin: 0 auto;
  max-width: 1440px !important;
  padding-bottom: 0;
}
.doctor_contain {
  padding-top: 140px;
}

.doctor_contain .tit {
  text-align: center;
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 180px;
}

.doctor_contain .doctor {
  display: flex;
  align-items: center;
  margin-bottom: 180px;
}
.doctor_contain .doctor.row {
  flex-direction: row-reverse;
}

.doctor_contain .doctor .image {
  width: 720px;
  height: 720px;
}

.doctor_contain .doctor .text {
  padding-left: 140px;
}
.doctor_contain .doctor.row .text {
  padding-left: 0;
  padding-right: 140px;
}

.doctor_contain .doctor .text h3 {
  font-size: 36px;
  font-weight: 300;
  color: #000;
  margin-bottom: 60px;
}

.doctor_contain .doctor .text h3 b {
  font-weight: 300;
  color: #a28569;
}

.doctor_contain .doctor .text p {
  font-size: 23px;
  font-weight: 300;
  line-height: 1.6;
  color: #353535;
}

/*  */

.photo-bx {
  position: relative;
}
.photo-bx::after {
  content: "";
  display: block;
  clear: both;
}
.photo-bx span {
  float: left;
}
.photo-bx span + span {
  float: right;
}
.photo-bx + .photo-bx {
  margin-top: 20px;
}
.photo-bx.full {
  margin: 200px 0 150px;
  width: 1920px;
  left: 50%;
  transform: translateX(-50%);
}

.cmt01 {
  font-size: 20px;
  color: #676767;
  margin: -100px 0 0 10px;
  text-indent: -0.6rem;
  padding-left: 0.6rem;
}
.cmt01::before {
  content: "*";
  color: #32afa4;
  display: inline-block;
  margin-right: 0.5rem;
}

@media screen and (max-width: 640px) {
  .goods-lst {
    margin: 0;
  }
  .goods-lst > li {
    margin: 0;
    padding: 1rem;
    width: 100%;
  }
  .goods-lst > li + li {
    margin-top: 1rem;
  }
  .goods-lst > li .desc {
    font-size: 1rem;
    height: 4.8rem;
  }
  .goods-lst > li .desc .name {
    font-size: 1rem;
  }
  .goods-lst > li .desc .name span {
    font-size: 0.9em;
    display: inline-block;
  }
  .goods-lst > li .cost {
    width: 6rem;
    font-size: 1rem;
  }
  .goods-lst > li .btPlus {
    width: 2.6rem;
    height: 2.6rem;
    top: 1rem;
    right: 1.6rem;
  }
  .goods-lst > li .cont > li {
    font-size: 1rem;
  }
  .goods-lst > li .cont > li:nth-child(odd) {
    width: 10rem;
  }
  .goods-lst.health > li .desc .name span {
    display: block;
  }
  .h2-tit {
    font-size: 1.6rem;
}
.goods-lst > li .cost span {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
    text-align: right;
    color: #7d7b69e0;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
}
}

.content-wrapper {
    background: #fffdd066!important;
}

.section-title p {
    margin-top: 50px;
    font-size: 23px;
    font-weight: 300;
    line-height: 2;
    color: #353535;
}

.tabs  .go-btn {
	background: #8e8275;
	border-radius: 20px;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 300;
	width: 243px;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	line-height: 53px;
	text-align: center;
}