/**
* Template Name: Eterna
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/eterna-free-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


body {
  font-family: "GmarketSansMedium", sans-serif;
  color: #444444;
}

a {
  color: #276088;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GmarketSansMedium", sans-serif;
}

#services h2,
#store h2,
#kiwiorder h2,
#kiosk h2,
#RCSservice h2{
  color: #2e2e2e;
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}


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

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

.back-to-top:hover {
  background: #64a4d2;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #545454;
  padding: 10px;
  font-size: 14px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #276088;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #276088;
}

#topbar .social-links a {
  color: #bababa;
  line-height: 0;
  transition: 0.3s;
  margin-left: 10px;
}

#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header a{
  font-size: 17px;
  color:black;
  
}

#header .logo h1 {
  font-size: 26px;
  padding: 0 0 0 8px;
  margin: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "GmarketSansMedium", sans-serif;
  border-left: 8px solid #276088;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #545454;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}

.scrolled-offset {
  margin-top: 70px;
}


/*--------------------------------------------------------------
# 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: "GmarketSansMedium", sans-serif;
  font-size: 14px;
  color: #545454;
  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: #276088;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #276088;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

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

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  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: #545454;
}

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

.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: #545454;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

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

@media (max-width: 991px) {
  .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(59, 59, 59, 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;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

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

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

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

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.carousel-item {
  height: 93vh;
  object-fit: cover;
  position: relative;
}

.carousel-item img, .carousel-item video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 95vh;
}

.carousel-caption {
  right: 15%;
  left: 15%;
  bottom: 50%;
  transform: translateY(50%);
  text-align: left;
}


@media (max-width: 768px) {
  .carousel-caption {
    left: 5%;
    bottom: 50%;
  }
}

.carousel-caption h2 {
  color: #2e2e2e;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
  text-align: left;
  
}

.carousel-caption h2 span {
  color: blue;
  font-size: 52px;
}

.carousel-caption p {
  width: 80%;
  animation-delay: 0.4s;
  /*margin: 0 auto 30px auto;*/
  color: arken(#545454, 15);
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#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;
  color: #545454;
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #276088;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 50px;
  margin-left: 5px;
  opacity: 0.2;
}

#hero .carousel-indicators li.active {
  opacity: 1;
}

#hero .btn-get-started {
  font-family: "Raleway", 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;
  animation-delay: 0.8s;
  border: 2px solid #276088;
  background: #276088;
}

#hero .btn-get-started:hover {
  background: transparent;
  color: #276088;
  text-decoration: none;
}

@media (max-height: 768px),
(max-width: 1200px) {
  #hero {
    margin-bottom: 60px;
  }

  #hero .carousel-container {
    padding-bottom: 0;
  }

  #hero .carousel-indicators li {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 90vh;
  }

  #hero .carousel-item {
    height: 90vh;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 10%;
  }
}

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

.section-bg {
  background-color: white;
}

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

.section-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #276088;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0 20px 0;
  background: #f7f7f7;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 700;
  color: #545454;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 5px 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: #6e6e6e;
  content: "/";
}
/*--------------------------------------------------------------
# Store 스마트 상점
--------------------------------------------------------------*/
.store {
  text-align: center;
}

/*--------------------------------------------------------------
# 키위오더 & 키오스크
--------------------------------------------------------------*/
.carousel.carousel-dark.slide {
  display: flex;
  justify-content: center;
}
.carousel-dark button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}
.carousel-buttons button::after {
  border-bottom: 2px solid #000;
}

/*키위오더*/
#kiwiorder .col-md-6 {
  height: 600px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
}
.kiwi-item1 {
  width: 600px;
  background-color: skyblue;
  text-align: center;
  border-radius: 30px;
}
.kiwi-item1 img{
  width: 400px;
}
.kiwi-item2 {
  height: 300px;
  width: 600px;
  background-color: skyblue;
  text-align: center;
  border-radius: 30px;
}
.kiwi-item2 img{
  width: 100px;
}


/*--------------------------------------------------------------
# kiwiorder 키위오더
--------------------------------------------------------------*/



.kiwi-image h4{
  color: #2e2e2e;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.kiwi-image p{
  color: gray;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.kiwi-image img{
  margin: auto;
  display: block;
  width: 300px;
  height: 400px;
}


/*--------------------------------------------------------------
# kiosk Section 키오스크
--------------------------------------------------------------*/


#kiosk .carousel-inner {
  height: 95vh;
}

#kiosk .carousel-item {
  height: 95vh;
  text-align: center;
}

#kiosk .carousel-content{
  height: 65%;
}

#kiosk .carousel-content img{
  /*padding :  위 오른쪽 아래 왼쪽;*/
  padding: 30px 50px 0px 50px;
  width: 40%;
}

#kiosk .border{
  margin: 0 auto;
  width:60%;
  height: 100%;
  border: 4px solid #276088 !important;
  position: relative;
}

#kiosk .namebox{
  position: absolute;
  bottom: 0;
  transform: translate(-50%, -50%);
    left: 50%;
}

.btn-outline-primary {
  border-color: #276088!important; /* 테두리 색상 지정 */
  color: #276088!important; /* 텍스트 색상 지정 */
 
}

.btn-outline-primary:hover {
  background-color: #276088!important; /* 마우스 호버 시 배경 색상 변경 */
  color: white !important; /* 텍스트 색상 지정 */

}

.flex-container {
  display: flex;
  justify-content: center; /* 수평 중앙 정렬 */
  align-items: center; /* 수직 중앙 정렬 */
  margin:0 0 40px 0;
  
}

/*--------------------------------------------------------------
# Services 무인 시스템
--------------------------------------------------------------*/


#services .btn-outline-primary{
  margin-top:30px;
  width:20%;
}
#services .container{
  text-align: center;}

#services .col-lg-6{
  text-align: center;
    width:500px;
  height:500px;
}

/*--------------------------------------------------------------
# RCSservice RCS 서비스
--------------------------------------------------------------*/

#RCSservice .btn-outline-primary{
  width:10%;
  margin: 0 auto;
  justify-content:center;
  margin-top:30px;
}
#RCSservice .mainRCSimg{
  text-align:center;
}
#RCSservice{
  text-align:center;
}


#services .icon-box{
  border-radius: 20px;
  width:300px;
  height:150px;
  margin: 0 auto;
  background-color:#d9d9d7;
  margin:15px 0px 15px 0px;
}

#services .icon-box h4{
  margin:15px 0px 0px 0px;
  text-align:center;
  color:black;
}
#services .icon-box p{
  margin:10px 15px 0px 15px;
  text-align:left;
  color:black;
}

#services .container h2{
  text-align:center;
  color:black;
}

#about .col-lg-5{
  height:550px;
  margin: auto;
  
}

#about .col-lg-5 h1{

  margin:120px 0 0 0;
  
}

#about .col-lg-5 video{
   margin: auto;
     display: block;
}

#about .col-lg-5 img{
   margin: auto;
     display: block;
}


/* 버튼을 자연스럽게 페이지 중앙에 배치 */
.button-container {
    text-align: center !important; /* 텍스트(버튼)를 중앙에 배치 */
    padding-top: 30px; /* 버튼의 위쪽으로만 패딩 추가 */
    padding-bottom: 0; /* 하단 패딩 제거 */
}
.login-button {
    padding: 1.0rem 2rem; /* 버튼의 패딩을 조정하여 약간 길게 만듦 */
    font-size: 1.5rem !important; /* 글자 크기를 더 크게 조정하고 !important로 강제 적용 */
    font-weight: bold !important; /* 글자를 굵게 만들고 !important로 강제 적용 */
}

.spacer {
            margin-bottom: 20px; /* 하단 여백을 20px로 설정 */
        }

.info-text {
			margin-top: 150px;
            text-align: center; /* 가운데 정렬 */
            font-size: 1.2rem; /* 약간 크게 */
            font-weight: bold; /* 굵게 */
            
        }
        .highlight {
            color: #007bff; /* 부트스트랩 기본 파란색과 유사 */
            font-size: 1.4rem; /* 더 크게 */
        }

/*--------------------------------------------------------------
# rcslogin 
--------------------------------------------------------------*/

.iframe-container {
            width: 100%; /* 컨테이너의 너비를 100%로 설정 */
            height: calc(110vh - 250px); /* iframe의 높이에서 200px를 빼줍니다 */
            overflow: hidden; /* 컨테이너의 내용이 넘치면 숨깁니다 */
        }
        iframe {
            width: 100%;
            height: 120vh; /* 원래 iframe의 높이 */
            border: 0;
        }

        
        
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #276088;
  float: left;
  line-height: 0;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #545454;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7a7a7a;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #a1a1a1;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
#portfolio {
  margin:200px;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 12px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  background: #f2f2f2;
}

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

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

.portfolio .portfolio-wrap {
  width: 350px;
  height: 350px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(84, 84, 84, 0.6);
  margin:auto;
  
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(84, 84, 84, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

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

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #276088;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

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

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

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



/*--------------------------------------------------------------
# reference
--------------------------------------------------------------*/
/* 참고사례 섹션 스타일링 */
.reference .section-title {
  text-align: center;
  padding-bottom: 30px;
}

.reference-item {
  margin-bottom: 30px;
  text-align: center;
}

.reference-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 5px; /* 이미지 모서리를 둥글게 */
}

.reference-item h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.reference-item p {
  font-size: 14px;
}


/*--------------------------------------------------------------
# team
--------------------------------------------------------------*/
.form h1{
  text-align: center;
  padding-top: 90px;
  padding-bottom: 40px;
  font-weight:bold;
}
.form hr{
  border: 0;
    height: 3px;
  background: blue;
  width: 50%;
  margin: auto;
}
.form-group{
  padding-left: 30%;
  padding-top: 30px;
}

.form-group input ,
.form-group select{
  width: 40%;
}

.form-group textarea{
  width: 50%;
}

.form-group label{
  font-size: 20px;
}
.form-group span{
  color: red;
}

.form row{
  padding:12px;
}

.check{
  padding-top: 30px;
  text-align: center;
  
}


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about {
  margin-top:200px;
}
#system {
  margin-top:200px;
}
#about .row{
  margin:auto;
}

#system .row{
  margin:auto;
}

.product-table {
  width:1100px;
  margin: 0 auto;

}

.product-table td{
  border-Width:3px;
  border-color:#276088;
}

#kiosk .col-lg-6 h3 li{
  text-align:center;
}

#kiosk .about{
  margin:auto;
}

.img-fluida{
  width: 700px;
  height: 350px;
  
}

#system .col-lg-6{
  width:400px;
  margin:40px 140px 0 0;
}

#system .content{
  
  margin:180px 0 0 0; 
}


.col-lg-7{
  width: 470px;
  height: 350px;
  margin:30px 0 0 0;
  

}

#system img{
  width: 400px;
  height: 350px;
}

/*--------------------------------------------------------------
# companyroad
--------------------------------------------------------------*/
.contentsWrap h2{
  margin:130px 0 0 0;
  color: #2e2e2e;
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}

#googleMap {
  width: 60% !important;
  height: 600px !important;
  margin: 0 auto;
}

.contentsTable {
  margin:20px 0 20px 380px;
}

.contentsTable th{
  text-align: left;
  
}

/*--------------------------------------------------------------
# personalinfo
--------------------------------------------------------------*/
.title h2{
  margin:10px 0 0 0;
  color: #2e2e2e;
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}

.privacyWrap {
  margin:auto;
  border-style:solid;
  border-width:4px;
  border-color :#BDBDBD;
  width:1300px;
  text-align:center;
}


/* 외부 컨테이너를 화면 가운데에 배치 */
.center-container {
  display: flex;
  justify-content: center;
  width: 75%; /* 필요에 따라 조정 */
}

/* 내부 컨테이너에 콘텐츠를 왼쪽 정렬 */
.content-container {
  text-align: left;
  max-width: 800px; /* 콘텐츠의 최대 너비, 필요에 따라 조정 */
  width: 100%; /* 내부 컨테이너 너비를 외부 컨테이너에 맞춤 */
}

.chargeList .title {
  font-size: 24px; /* 폰트 크기를 24px로 설정 */
  margin:30px 0 10px 0;
  color:black;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer .footertop a{
  color:white;
  margin: 0 5px 0 5px;

}

#footer .vr{
  border-left:2px solid;
  color:white;
  margin:4px 0 0 0;
  
}

#footer .row{
  margin:12px;
}

#footer .col-lg-5{
    width: 300px;
}

#footer .col-lg-4{
    margin: 50px 0 0 300px;

}


#footer {
    background: #404040;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .col-lg-5 img{
  width: 200px;
  height: 100px;
  margin: 75px 0 0 200px;
}



/* 텍스트 바 스타일 수정 */
.navbar-dark {
  background-color: #333; /* 어두운 배경 색상 설정 */
}

.navbar-text {
  color: white; /* 글자 색상을 하얀색으로 설정 */
  font-size: 18px; /* 폰트 크기 조정 */
  padding: 15px; /* 상하 여백 추가 */
}

/*--------------------------------------------------------------
# Referense
--------------------------------------------------------------*/

#reference {
  margin-top: 200px; /* 필요에 따라 조정 */
}

/* 참고사례 섹션 스타일링 */
.reference .section-title {
  text-align: center;
  padding-bottom: 30px;
}

.reference-item {
  margin-bottom: 30px;
  text-align: center;
}

.reference-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 5px; /* 이미지 모서리를 둥글게 */
}

.reference-item h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.reference-item p {
  font-size: 14px;
}
.section-title h2{
  margin:130px 0 0 0;
  color: #2e2e2e;
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}

/*--------------------------------------------------------------
# 문의하기
--------------------------------------------------------------*/

#inquiry-sidebar {
  position: fixed;
  right: 20px; /* 오른쪽에서 20px 떨어진 위치 */
  top: 20%; /* 상단에서부터 화면의 50% 위치 */
  z-index: 1000; /* 다른 요소들 위에 표시 */
}

#inquiry-sidebar img {
  width: 150px; /* 이미지 크기, 필요에 따라 조정 */
  height: auto;
}

.inquiry-link {
  display: block;
  background-color: #276088; /* 배경 색상 */
  color: white; /* 글자 색상 */
  text-align: center;
  padding: 10px;
  margin-top: 10px; /* 이미지와의 간격 */
  border-radius: 5px; /* 버튼 모서리 둥글게 */
  text-decoration: none; /* 링크 밑줄 제거 */
}
