body {
  font-family: 'Figtree', sans-serif;
  color: #000000;
  background-color: #ffffff;
}
.bold-text {
  font-weight: bold;
}
.layout_padding {
  padding: 100px 0;
}

.layout_padding2 {
  padding: 55px 0;
}

.layout_padding2-top {
  padding-top: 55px;
}

.layout_padding2-bottom {
  padding-bottom: 55px;
}

.layout_padding-top {
  padding-top: 100px;
}

.layout_padding-bottom {
  padding-bottom: 100px;
}



.custom_heading-container h2 {
  text-transform: uppercase;
  position: relative;
}

.custom_heading-container h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150px;
  height: 5px;
  background-color: #ff0;
} */




/* Header section */

/* Top contact container */
.header_section .top_contact-container {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  font-family: 'Roboto', sans-serif;
}

.header_section .top_contact-container .tel_container a {
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.header_section .top_contact-container .tel_container a img {
  width: 20px;
  margin-right: 10px;
}

.header_section .top_contact-container .social-container img {
  margin: 0 5px;
}

.header_section .top_contact-container .social-container img.s-1,
.header_section .top_contact-container .social-container img.s-2,
.header_section .top_contact-container .social-container img.s-3 {
  width: 25px;
}

/* Container fluid */
.header_section .container-fluid {
  background-color: #1a1a1a;
  padding-right: 25px;
  padding-left: 25px;
}

/* Navbar container */
.header_section .nav_container {
  margin: 0 auto;
}

/* Navbar links */
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 20px 25px;
  color: #ffffff;
  /* text-align: center; */
  text-transform: uppercase;
  font-family: 'Figtree', sans-serif;
  transition: color 0.3s; /* Add a smooth transition for color changes */
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #FC9F31; /* Change to your desired hover color */
}

/* Navbar brand */
.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 30px;
  color: #fdfbfa;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  border-radius: 0;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 5px;
}
.navbar-brand img {
  max-height: 60px; /* 이미지의 최대 높이를 조절하세요 */
  width: auto;
}

.nav-link img {
  max-height: 60px; /* 이미지의 최대 높이를 조절하세요 */
  width: auto;
}



.header_section .navbar-brand span .green {
  color: #00ff00; /* Green */
}

.header_section .navbar-brand span .orange {
  color: #ffA500; /* Orange */
}

.header_section .navbar-brand span .red-orange {
  color: #ff4500; /* Red-Orange */
}

.header_section .navbar-brand span .yellow {
  color: #ffff00; /* Yellow */
}

/* Custom Navbar container */
.custom_nav-container {
  z-index: 99999;
  padding: 10px 0;
}

.custom_nav-container .form-inline input {
  width: 84%;
  border: none;
  outline: none;
  padding: 4px;
  padding-left: 15px;
  text-transform: uppercase;
  height: 35px;
  background-color: #ffffff;
}

.custom_nav-container .form-inline button {
  background-color: #ffffff;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 42px;
}

/* Ensure text color is white for black background */
header.black-background .navbar-brand span {
  color: white;
  text-transform: none;
}

/* Dropdown menu styles */
.custom_nav-container .navbar-nav .dropdown-menu {
  background-color: #1A1A1A;
  /* text-align: right; */
}

.custom_nav-container .navbar-nav .dropdown-menu a {
  color: #ffffff;
}

.custom_nav-container .navbar-nav .dropdown-menu a:hover {
  background-color: #FC9F31; /* Change to your desired hover color */
  color: #2C2C2C; /* Change to your desired hover text color */
}

/* End header section */














/* discount section */
.discount_section {
  background: url(../images/CoverIndex.png) center/cover no-repeat;
  color: #ffffff;
}
/* .discount_section .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
} */

/* .discount_section .row .col-lg-7 {
  flex: 2;  Make the column take up more space 
  max-width: 3000px;  Set a wider maximum width for the column 
  padding: 0 15px;  Add some padding to the sides if needed 
} */


/* .discount_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.discount_section .row .col-lg-7 {
  padding: 0;
} */

.discount_section .detail-box {
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 250px 5% 250px 10%;
  width: 100%; 
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

.discount_section .detail-box.fade-in {
  opacity: 11;
}

.discount_section .detail-box h2 {
  /* text-transform: uppercase; */
  font-size: 2.5rem;
  font-weight: 600;
  /* line-height: 1.4; Adjust the line height as needed */
}
/* .discount_section .detail-box h2 span.line {
  content: "";
  position: absolute;
  bottom: 200px;
  left: 22%;
  transform: translateX(-50%);
  width: 150px;
  height: 3px;
  background: linear-gradient(to right, Green, Yellow, Orange, #0000ff);
} */

.discount_section .detail-box h2 span {
  color: #10e7f4;
}
/* h2 to p distance  */
.discount_section .detail-box p {
  margin-top: 15px;
  font-size: 1em;
  line-height: 1.8;
}

@media screen and (min-width: 600px) {
  .discount_section .detail-box p {
    font-size: 1.1em; /* Adjust the font size for larger screens */
  }
}

@media screen and (min-width: 900px) {
  .discount_section .detail-box p {
    font-size: 1.15em; /* Adjust the font size for even larger screens */
  }
}

.discount_section .detail-box a {
  display: inline-block;
  padding: 10px 60px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #2c2c2c;
  margin-top: 15px;
  text-decoration: none; /* Remove default underline */
  border-radius: 22px; /* Use a larger value for a more rounded appearance */
  transition: background-color 0.3s, color 0.3s;
}
/* 버튼 */
.discount_section .detail-box a:hover {
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  color: #ffffff;
}




@media (max-width: 768px) {
  .discount_section .detail-box h2 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .discount_section .detail-box h2 {
    font-size: 1.8rem;
  }
}




/* beliefs section */

.beliefs_section {
  background: url(../images/CoverBeliefs.png) center/cover no-repeat;
  color: #ffffff;
}

.beliefs_section .detail-box {
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 250px 5% 250px 10%;
  width: 100%;
  opacity: 1;
}  

.beliefs_section .detail-box h2 {
  font-size: 2.5rem;
  font-weight: 600;
}

.beliefs_section .detail-box h2 span {
  color: #10e7f4;
}

.beliefs_section .detail-box p {
  margin-top: 15px;
  font-size: 1em;
  line-height: 1.8;
}

@media screen and (min-width: 600px) {
  .beliefs_section .detail-box p {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 900px) {
  .beliefs_section .detail-box p {
    font-size: 1.15em;
  }
}

.beliefs_section .detail-box a {
  display: inline-block;
  padding: 10px 60px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #2c2c2c;
  margin-top: 15px;
  text-decoration: none;
  border-radius: 22px;
  transition: background-color 0.3s, color 0.3s;
}

.beliefs_section .detail-box a:hover {
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  color: #ffffff;
}

@media (max-width: 768px) {
  .beliefs_section .detail-box h2 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .beliefs_section .detail-box h2 {
    font-size: 1.8rem;
  }
}

/* connect section */

.connect_section {
  background: url(../images/CoverConnect.png) center/cover no-repeat;
  color: #ffffff;
}

.connect_section .detail-box {
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 250px 5% 250px 10%;
  width: 100%;
  opacity: 1;
}  

.connect_section .detail-box h2 {
  font-size: 2.5rem;
  font-weight: 600;
}

.connect_section .detail-box h2 span {
  color: #10e7f4;
}

.connect_section .detail-box p {
  margin-top: 15px;
  font-size: 1em;
  line-height: 1.8;
}

@media screen and (min-width: 600px) {
  .connect_section .detail-box p {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 900px) {
  .connect_section .detail-box p {
    font-size: 1.15em;
  }
}


@media (max-width: 768px) {
  .connect_section .detail-box h2 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .connect_section .detail-box h2 {
    font-size: 1.8rem;
  }
}



/* resources section */

.resources_section {
  background: url(../images/CoverResources.png) center/cover no-repeat;
  color: #ffffff;
}

.resources_section .detail-box {
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 250px 5% 250px 10%;
  width: 100%;
  opacity: 1;
}  

.resources_section .detail-box h2 {
  font-size: 2.5rem;
  font-weight: 600;
}

.resources_section .detail-box h2 span {
  color: #10e7f4;
}

.resources_section .detail-box p {
  margin-top: 15px;
  font-size: 1em;
  line-height: 1.8;
}

@media screen and (min-width: 600px) {
  .resources_section .detail-box p {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 900px) {
  .resources_section .detail-box p {
    font-size: 1.15em;
  }
}


@media (max-width: 768px) {
  .resources_section .detail-box h2 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .resources_section .detail-box h2 {
    font-size: 1.8rem;
  }
}











/* about section */



.about_section {
  /* width: 90%; */
  /* background-color: #f9f9f9; */
  margin: 0 auto;
  padding: 50px 5% ;
  /* text-align: center; */
}


.about_section .custom_heading-container h2 {
  /* text-transform: uppercase; */
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  color: #2c2c2c;
  font-weight: 600; /* Set the font weight to bold */
}

.about_section .custom_heading-container h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  /* left: 11%; */
  left: 0;
  -webkit-transform: none;
          transform: none;
  /* transform: translateX(-50%); */
  width: 100px; /* Adjust the width as needed */
  height: 5px;
  background: linear-gradient(to right, yellow,yellow,Orange, Yellow)
}
.about_section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: flex-start;
}

/* h2 to p distance  */
.about_section .container .detail-box {
  /* width: 75%; */
  margin: 0 auto; /* Center the detail-box horizontally */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.about_section .container p {
  margin-top: 30px;
  line-height: 1.8;
  font-size: 1em; /* Adjust the base font size */
}

.about_section .detail-box p {
  margin-top: 30px;
  line-height: 1.8;
  font-size: 1em; /* Adjust the base font size */
}

@media screen and (min-width: 600px) {
  .about_section .detail-box p {
    font-size: 1.1em; /* Adjust the font size for larger screens */
  }
}

@media screen and (min-width: 900px) {
  .about_section .detail-box p {
    font-size: 1.15em; /* Adjust the font size for even larger screens */
  }
}
.about_section .container .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  color: #ffffff;
  margin-top: 35px;
  border-radius: 22px; /* Use a larger value for a more rounded appearance */
  transition: background-color 0.3s, color 0.3s;
}

.about_section .container .detail-box a:hover {
  background-color: transparent;
  color: #2c2c2c;
}

.about_section img.img-fluid {
  border-radius: 22px; /* 원하는 값으로 조정 */
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 수평, 수직, 흐림 정도 및 색상 설정 */
  /* transition: box-shadow 0.3s ease-in-out; 드롭 섀도우에 부드러운 전환 효과 추가 */
  transition: all .3s cubic-bezier(0,0,.5,1);
    transition-behavior: normal;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
    transition-delay: 0s;
    transition-property: all;

}

.about_section img.img-fluid:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* 호버 시의 드롭 섀도우 설정 */
  transform: scale(1.01);
 
}

.about_section .custom-img-fluid {
  max-width: 300px;
  max-height: 300px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  border-radius: 18px; /* 필요한 경우에 반경을 조절하세요 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 수평, 수직, 흐림 정도 및 색상 설정 */
  /* transition: box-shadow 0.3s ease-in-out; 드롭 섀도우에 부드러운 전환 효과 추가 */
  transition: all .3s cubic-bezier(0,0,.5,1);
    transition-behavior: normal;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
    transition-delay: 0s;
    transition-property: all;

}

.about_section .custom-img-fluid:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* 호버 시의 드롭 섀도우 설정 */
  transform: scale(1.01);
}












/* slider section */
.slider_section {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 75px;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .detail-box h1 {
  color: #2c2c2c;
}

.slider_section .detail-box h1 span {
  font-size: 4rem;
  color: #ffffff;
  font-weight: bold;
}

.slider_section .detail-box p {
  color: #ffffff;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  color: #ffffff;
  margin-top: 35px;
  margin-bottom: 45px;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #2c2c2c;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  position: absolute;
  left: 2.5%;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #2c2c2c;
  -webkit-transform: translateY(-50%) translatex(0);
          transform: translateY(-50%) translatex(0);
}

.slider_section .carousel-control-prev:hover,
.slider_section .carousel-control-next:hover {
  background-color: #ffffff;
  width: 55px;
  height: 55px;
  -webkit-transform: translateY(-50%) translatex(-5px);
          transform: translateY(-50%) translatex(-5px);
}

.slider_section .carousel-control-prev {
  top: 47%;
  background-image: url(../images/left-arrow.png);
}

.slider_section .carousel-control-prev:hover {
  background-image: url(../images/left-arrow-blue.png);
}

.slider_section .carousel-control-next {
  top: 62%;
  background-image: url(../images/right-arrow.png);
}

.slider_section .carousel-control-next:hover {
  background-image: url(../images/right-arrow-blue.png);
}

.slider_section .carousel-indicators {
  bottom: -75px;
}

.slider_section .carousel-indicators li {
  margin: 0;
  height: 1px;
  opacity: 1;
  width: 40px;
}

.slider_section .carousel-indicators li.active {
  height: 5px;
  margin-top: -2px;
  width: 45px;
}

.feature_section .feature_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.feature_section .feature_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  min-width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
}

.feature_section .feature_container .box .img-box {
  border: 1px solid #000000;
  width: 85px;
  padding: 15px;
  border-radius: 3px;
}

.feature_section .feature_container .box .img-box svg {
  width: 100%;
  height: auto;
}

.feature_section .feature_container .box .detail-box {
  margin-top: 15px;
}

.feature_section .feature_container .box .detail-box h5 {
  text-transform: uppercase;
  font-weight: bold;
}

.feature_section .feature_container .box:hover .img-box {
  border: 1px solid #10e7f4;
}

.feature_section .feature_container .box:hover .img-box svg {
  fill: #10e7f4;
}













.health_section .health_carousel-container {
  width: 90%;
  margin: 0 auto;
}

.health_section a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  color: #ffffff;
  margin-top: 30px;
}

.health_section a:hover {
  background-color: transparent;
  color: #2c2c2c;
}

.health_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 360px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #a6a6a6;
  margin: 20px 0;
  font-family: 'Roboto', sans-serif;
}

.health_section .box .img-box img {
  width: 100%;
}

.health_section .box .btn_container {
  width: 100%;
}

.health_section .box .btn_container a {
  display: inline-block;
  padding: 8px 15px;
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  color: #ffffff;
  margin: -0.5px 0 0 -0.5px;
}

.health_section .box .btn_container a:hover {
  background-color: transparent;
  color: #2c2c2c;
}

.health_section .box .btn_container a:hover {
  background-color: #10e7f4;
  color: #ffffff;
  border-color: transparent;
}

.health_section .box .detail-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}

.health_section .box .detail-box .star_container {
  color: #f5c608;
}

.health_section .box .detail-box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.health_section .box .detail-box .text h6 {
  text-transform: uppercase;
}

.health_section .box .detail-box .text h6.price {
  font-weight: bold;
  margin-left: 15px;
}

.health_section .box .detail-box .text h6.price span {
  color: #10e7f4;
}

.health_section .owl-carousel .owl-nav.disabled {
  display: block;
}

.health_section .owl-carousel .owl-nav.disabled > div {
  position: absolute;
  top: -65px;
  background-color: #2c2c2c;
  width: 50px;
  height: 50px;
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.health_section .owl-carousel .owl-nav.disabled > div:hover {
  background-color: #10e7f4;
}

.health_section .owl-carousel .owl-nav.disabled .owl-prev {
  background-image: url(../images/prev.png);
  right: 95px;
}

.health_section .owl-carousel .owl-nav.disabled .owl-next {
  background-image: url(../images/next.png);
  right: 35px;
}






.client_section .client_container {
  width: 550px;
  margin: 0 auto;
  text-align: center;
}

.client_section .client_container .client_detail {
  border: 1px solid #000000;
  padding: 25px 20px;
}

.client_section .client_container .client_detail p {
  margin: 0;
}

.client_section .client_container .client_box {
  margin-top: 35px;
}

.client_section .client_container .client_box .name {
  margin-top: 25px;
}

.client_section .client_container .client_box .name h5 {
  text-transform: uppercase;
}

.client_section .client_container .client_box .name h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2deaf5;
}

.client_section .client_container .client_box .name h6 img {
  margin-top: 5px;
}

.client_section .carousel-indicators {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -25px;
}

.client_section .carousel-indicators li {
  margin: 3px;
  width: 20px;
  height: 20px;
  opacity: 1;
  background-color: #10e7f4;
  border-radius: 100%;
  position: relative;
}

.client_section .carousel-indicators li::before {
  content: "";
  width: 35%;
  height: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 100%;
}

.client_section .carousel-indicators li.active {
  background-color: #161616;
  width: 15px;
  height: 15px;
}

.client_section .carousel-indicators li.active::before {
  display: none;
}








/* .contact_section .custom_heading-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
   border: 1px solid #2c2c2c;
}

.contact_section .custom_heading-container h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  -webkit-transform: none;
          transform: none;
  width: 150px; 
  height: 5px;
  background: linear-gradient(to right, yellow,Orange, yellow,Yellow)
  
} */

/* .contact_section .form_contaier form .form-group {
  margin-bottom: 20px;
}

.contact_section .form_contaier form .form-control {
  border-radius: 0;
  height: 35px;
  -webkit-box-shadow: none;
          box-shadow: none;
} */

/* .contact_section .form_contaier form .form-control#exampleInputMessage {
  height: 100px;
} */

/* .contact_section .form_contaier form button {
  
  display: inline-block;
  padding: 10px 50px;
  background-color: #121313;
  border: 1px solid #121313;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 15px;
} */

/* .contact_section .form_contaier form button:hover {
  background-color: transparent;
  color: #121313;
} */

.contact_section .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffffff;
  border: 1px solid #2c2c2c;
  color: #000000;
  margin-top: 35px;
}

/* .contact_section .detail-box h3 {
  font-weight: bold;
  font-size: 32px;
}

.contact_section .detail-box p {
  margin-top: 25px;
} */






.about_section .container .detail-box a:hover {
  background-color: transparent;
  color: #2c2c2c;
}










.info_section {
  padding: 150px 5% ;
  background-color: #f9f9f9;
  color: #2c2c2c;
}

.info_section h4 {
  text-transform: uppercase;
  font-weight: bold;
}

.info_section .info_contact .box {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_contact .box .img-box {
  margin-right: 15px;
}

.info_section .info_contact .box .img-box img {
  width: auto; /* 이미지의 가로 크기를 자동으로 조절 */
  max-height: 60px; /* 이미지의 최대 높이를 60으로 조절 */
  display: block; /* 이미지를 블록 요소로 표시 */
  margin: 0 auto; /* 이미지를 가운데 정렬 */
}


.info_section .info_menu .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

.info_section .info_news form input {
  width: 100%;
  padding: 3px 10px;
}

.info_section .info_news form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  color: #ffffff;
  margin-top: 35px;
  border-radius: 22px; 
  transition: background-color 0.3s, color 0.3s;
}

.info_section .info_news form button:hover {
  background-color: transparent;
  color: #2c2c2c;
}

.info_section .info_news form button:hover {
  background-color: transparent;
  color: #2c2c2c;
}

.info_section .custom_heading-container {
  text-align: center;
  padding: 20px 0; /* 상단 여백 조절 */
}

.info_section .custom_heading-container img {
  display: inline-block;
  vertical-align: middle;
}






d-flex justify-content-center justify-content-end mt-3



.about_section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: flex-start;
}

/* h2 to p distance  */
.about_section .container .detail-box {
  /* width: 75%; */
  margin: 0 auto; /* Center the detail-box horizontally */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.about_section .detail-box p {
  margin-top: 30px;
  /* color: #2c2c2c;  */
  line-height: 1.8;
  font-size: 1em; /* Adjust the base font size */
}
.about_section .container .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  color: #ffffff;
  margin-top: 35px;
  border-radius: 22px; 
  transition: background-color 0.3s, color 0.3s;
}

.about_section .container .detail-box a:hover {
  background-color: transparent;
  color: #2c2c2c;
}







html {
  scroll-behavior: smooth;
}




/* footer section*/
.footer_section {
  background-color: #f9f9f9;
  color: #2c2c2c;
}

.footer_section p {
  color: #9c9c9c;
  margin: 0;
  text-align: center;
  padding: 20px;
  /* border-top: 1px solid #2c2c2c; */
  width: 65%;
  margin: 0 auto;
}

.footer_section a {
  color: #2c2c2c;
}


/* end footer section*/

#scrollToTopBtn {
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #FC9F31; /* Button background color */
  border: 1px solid #FC9F31;
  color: #2c2c2c;
  margin-top: 32px;
  border-radius: 100px;
  
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;

}

#scrollToTopBtn:hover {
  background-color: #2c2c2c; /* Hover background color */
  border: 1px solid #2c2c2c;
  color: #FC9F31;
}

  


/*# sourceMappingURL=style.css.map */

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
