/*

TemplateMo 561 Purple Buzz

https://templatemo.com/tm-561-purple-buzz

---------------------------------------------
Table of contents
------------------------------------------------
1. Typography
2. Main Nav
3. Home
4. About
5. Work
6. Single Work
7. Pricing
8. Contact
--------------------------------------------- */

html {font-family: 'Open Sans', sans-serif;}
/* Typography */
p, a {font-weight: 400;}
.h2 {font-size: 40px;}
.h3 {font-size: 28px;}
.light-300 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight:300;
}
.light-500 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 500;
}
.regular-400 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
}
.semi-bold-600 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600;
}
.typo-space-line::after,
.typo-space-line-center::after {
  content: "";
  width: 150px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #35B0DB


;
  padding-top: .5em;
}
.typo-space-line-center::after {
  left: 50%;
  margin-left: -75px;
}
/* Main Nav */
#main_nav .nav-item .nav-link:hover {color: #fff;}
/* Home */
#index_banner {
  background-image: url('../img/banner.jpg');
  background-position: center center; background-size:cover;
  height: 90%;
  min-height: 60vh; 
  width: 100%;
}
#index_banner .carousel-item {
  min-height: 60vh;
}
#index_banner .carousel-control-prev i,
#index_banner .carousel-control-next i {
  color: #35B0DB !important;
  text-decoration: none;
  font-size: 4em;
}
#index_banner .carousel-inner {
  height: 80vh;
}
#index_banner .carousel-indicators li,
#index_banner .carousel-indicators.active {
  background-color: #35B0DB !important;
}
.banner-content-index{text-align: left;}
.service-wrapper .service-footer {
  max-width: 720px;
}
.service-work.card {
  border-radius: 10px !important;
  cursor: pointer;
}
.service-work .service-work-vertical {
	background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 33.33%, rgba(255,255,255,1) 66.66%, rgba(255,255,255,0) 99.99%);
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
}
.service-work .service-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.service-work .service-work-vertical:hover * {
  color: #000;
  border-color: #000;
  transition: .5s;
}
.recent-work.card{
  border-radius: 10px !important;
}
.recent-work .recent-work-vertical {
	background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 33.333%, rgba(97,84,199,1) 66.666%, rgba(255,255,255,0) 99.999%);
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
  cursor: pointer;
}
.recent-work .recent-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.recent-work .recent-work-vertical:hover div.recent-work-content {
  top: 50%;
  margin-top: -2.5em;
  position: absolute;
}
.recent-work .recent-work-vertical:hover * {
  color: white;
  transition: .5s;
}
/* About */
#work_banner {
  background-image: url("../img/banner-bg-ourproduct.png");
  background-position: center center; background-size: cover;
  height: 100%;
  width: 100%;
}
.progress {
  height: 8px;
}
.objective-icon {
  border-radius: 13px;
  width: 8rem;
}
.partner-wap {
  background-color: #7276ec;
  transition: 1s;
  cursor: pointer;
}
.partner-wap:hover {
  background-color: #b1b3f5;
}
.why-us {
  background: rgb(239,239,253);
  background: -moz-linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  background: -webkit-linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  background: linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efeffd",endColorstr="#ffffff",GradientType=1);
}
.team-member-img {
  transition-duration: 0.15s;
}
.team-member:hover .team-member-img {
  padding: 10px !important;
}
.logo-type {display: flex;
  flex-wrap: wrap;
}
.logo-type-b {
  flex-basis: 33.33%;
  padding: 0 10px;
}

.logo-type-image {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* Work */
/* brands */
#work_stronghold_banner {
  background-image: url("../img/banner_stronghold.png");
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#work_mano_banner {
  background-image: url("../img/banner_mano.png");
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
	text-align: center;	
}
#work_mavam_banner {
  background-image: url("../img/banner_Mavam.png");
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
	text-align: center;	
}
#work_elrochio_banner {
  background-image: url("../img/banner_elrochio.png");
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
	text-align: center;	
}
#work_wellice_banner {
  background-image: url("../img/banner_wellice.png");
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
	text-align: center;	
}
.brands-logo img {
  max-width: 100%;
  height: auto;
}

.banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product {
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-simg {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.product-simg img {
  width: auto;
  max-width: 23%;
  height: auto; padding: 0.2rem!important;
}

.product img {
  width: 70%;
}
.product-p {display: flex;padding-bottom: 2rem!important;padding-top: 4rem!important;}
.product-p img{width: 90%;}

.product-name {
  border-radius: 13px;
  width: 100%;
text-align: center;}
.tb-sp {
  width: 90%;
  table-layout:inherit;
}

.tb-sp td {
  width: 25%; 
  padding: 10px; /* 셀 내부 여백을 조절할 수 있습니다 */
  text-align: center; /* 셀의 내용을 가운데 정렬합니다 */
}

.product-d {display: inline-block; width:100%;}
.product-ex {max-width: 900px;}
.profile-thumb {
  border: .06rem solid var(--border-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.profile-title {
  border-bottom: .06rem solid var(--border-color);
  padding-left: .9rem;
}

.profile-small-title {
  border-right: .06rem solid var(--border-color);
  color: var(--secondary-color);
  font-weight: var(--font-weight-bold);
  min-width: 6rem;
  margin-right: .6rem;
  padding: 13px 30px;
  display: inline-block;
}



/* Contact */
#contact_banner {
  background-image: url("../img/banner-img-03.png");
  background-position: right center; background-size:cover;
} 

#floatingtextarea {
  height: 150px
}

/* Footer */


footer a.text-light:hover {
  color: #bfbfbf !important;
  transition-duration: 0.15s;
}