@font-face {
  font-family: 'AdobeGothicStd-Bold';             
  src: url('/static/font/AdobeGothicStd-Bold.otf') format('opentype'); 
}
@font-face {
  font-family: 'KoPubWorldBatangPro-Light';             
  src: url('/static/font/KoPubWorldBatangPro-Light.otf') format('opentype'); 
}

body {
    font-family: "KoPubWorldBatangPro-Light", serif;
    overflow-x: hidden ;
    margin: 0;
    width: 100%;
}

footer , nav {
    background: #0d3b2e; 
    color: #fff;
}

nav.navbar {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100px;
  position: fixed;
}

.section {
  position: relative;
  max-width: 100%;   
  overflow: hidden;    
  box-sizing: border-box;
}

.navbar-brand {
  padding-left: 30px;   
}

.navbar-brand img {
  width: 100%;         
  height: 80px;         
}
.btn-kakao {
    background-color: #FEE500; 
    color: #3C1E1E;           
    border: none;
    border-radius: 50px;
    font-weight: bold;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.btn-kakao:hover {
    background-color: #FFD900;   
}

.btn-phone {
    background-color: #28a745;   
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: bold;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.btn-phone:hover {
    background-color: #218838;   
}


#navbar .btn-kakao,
#navbar .btn-phone {
  flex-shrink: 1;      
  min-width: 0;         
  white-space: nowrap;  
}


#main-title{ text-shadow: 2px 2px 5px rgba(0,0,0,0.7); }
#main-title, #sub-title { color: #FFDD44; } 
.section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
}

#about-section {
  background-image: url('/static/images/backgrounds/main.jpg');
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100vh;
  margin-top: 100px; 
}

#about-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.9); 
  z-index: 1;
}

#about-section .content {
  position: relative;
  z-index: 2; 
  color: white; 
  padding: 50px;
}

.custom-btn {
  display: inline-block;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;                  
  background-color: #000;      
  border: 2px solid #d4af37;       
  border-radius: 8px;             
  text-decoration: none;         
  transition: all 0.3s ease-in-out;
}

.custom-btn:hover {
  background-color: #d4af37;    
  color: #000;              
  transform: scale(1.05);     
}

.section-dark {
    background: #0d3b2e;
    color: #fff;
}
.section-light {
    background: #fff;
    background-image: url('/static/images/backgrounds/gradient_white.jpg');
    background-size: cover;
    background-position: center;
    color: #0d3b2e;
}
.card-custom {
    background: #fff;
    border-radius: 150px;
    padding: 30px;
    text-align: center;
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}
.icon {
    font-size: 40px;
    margin-bottom: 20px;
    color: #2D4132;
}

.service-icon i {
  font-size: 70px;   
  line-height: 1;  
}

.service-card {
  background: #fff;
  border-radius: 150px;   
  padding: 20px 30px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  height: 100%;
}

.service-icon {
  width: 150px;
  height: 150px;
  background: #0d3b2e; 
  color: #fff;
  font-size: 32px;
  margin-right: 10%;
}
.service-text {
    margin-left: 10%;
}
.service-text h5 {
    margin: 0;
    color: #0d3b2e;
    font-weight: 600;
    flex: 1;                  
    text-align: start;    
    font-size: 30px;  
}

.fixed-buttons {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.fixed-buttons a {
  width: 60px;
  height: 60px;
  border-radius: 50%;  
  font-size: 24px;    
  color: #fff;
}
#slide-section {
  width: 100%;
  height: 300px ; 
}

.swiper {
  width: 100%;
  height: 80%;
  padding-bottom: 30px;
  overflow: hidden;
  margin: 0 auto;  
}

.swiper-wrapper {
  transition-timing-function: linear;
  column-gap: 0px;
  max-width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;            
  flex-shrink: 0;     
  width: auto !important;
  height: auto;
  transition: transform 0.3s;
}

.swiper-slide img {
  max-width: 100%;
  width: 70%;
  height: 70%;
  object-fit: contain;
  padding-left: 1%;
}

#partner-slide-section.section-dark{
  --bg:#0d3b2e;
  background: var(--bg);
  color:#fff;
}

#partner-slide-section {
  height: 300px !important;   
  max-height: 300px !important;  
  display: flex;
  align-items: center;     
  justify-content: center;
  overflow: hidden;
  padding: 0;         
}

#partner-slide-section .swiper,
#partner-slide-section .swiper-wrapper,
#partner-slide-section .swiper-slide{
  background: transparent !important;
  box-shadow: none;
}


#partner-slide-section .swiper-wrapper{
  gap: 5px;           
  transition-timing-function: linear !important;
  height: auto;
  width: 100%;
}
#partner-slide-section .swiper-slide{
  width: auto; 
}
#partner-slide-section .swiper-slide img {
  max-height: 100px;   
  height: auto;
  width: auto;
  object-fit: contain; 
  margin: 0 auto;     
}


#partner-slide-section2 .swiper,
#partner-slide-section2 .swiper-wrapper,
#partner-slide-section2 .swiper-slide{
  background: transparent !important;
  box-shadow: none;
}


#partner-slide-section2 .swiper-wrapper{
  gap: 5px;           
  transition-timing-function: linear !important;
}
#partner-slide-section2 .swiper-slide{
  width: auto;
  max-width: 500px;       
}
#partner-slide-section2 .swiper-slide img{
  max-height: 500px;   
  height: auto;
  width: auto;
  object-fit: contain; 
  margin: 0 auto;   
}

#review-slide-section .swiper-slide {
  width: 300px;   
  height: 400px;  
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;   
}

#review-slide-section .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain; 
  margin: 0 auto; 
}

#review-slide-section .swiper-slide img:hover {
  transform: scale(1.05);  
  box-shadow: 0 8px 20px rgba(0,0,0,0.3); 
}

#review-slide-section .swiper-wrapper {
  gap: 5px !important;   
  transition-timing-function: linear !important;
}

#review-slide-section .swiper-slide {
  margin-right: 0 !important;
}

#services-section {
  position: relative;
  background-image: url('/static/images/backgrounds/gradient_black.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 0;
}

#consulting-steps .step-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

#consulting-steps .step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

#consulting-steps h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color:#0d3b2e;
}

#consulting-steps p {
  margin: 0;
  font-size: 0.95rem;
  color: #333;
}

.cont {
  display: none !important;
}

.map-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;   
}

.root_daum_roughmap {
  width: 100% !important;  
  height: 360px !important;
}


/* 큰 화면 (데스크탑, 1200px 이상) */
@media screen and (min-width: 1200px) {
  #main-title { font-size: 80px; }
  #services-section{
    min-height: 100vh;
  }
  h3 { font-size: 36px; }
  h4 { font-size: 28px; }
  h5 { font-size: 22px; }
  p { font-size: 18px; }
}

/* 태블릿 (가로/세로, 768~1199px) */
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #main-title { font-size: 60px; }
  h3 { font-size: 30px; }
  h4 { font-size: 24px; }
  h5 { font-size: 18px; }
  p { font-size: 15px; }
  #about-section {
    min-height: 80vh;
  }
  #services-section{
    min-height: 70vh;
  }
  #services-section .service-card{
    border-radius: 70px;   
    padding: 10px 20px;
  }
  .service-icon {
    width: 75px;
    height: 75px;
    font-size: 32px;
    margin-right: 10%;
  }
  .service-icon i {
    font-size: 40px;   
  }
  .service-text {
      margin-left: 3% !important;
  }
  .service-text h5 {
      margin: 0;          
      font-size: 14px;
  }
}
  


/* 모바일 (세로, 767px 이하) */
@media screen and (max-width: 767px) {
  #main-title { font-size: 30px; }
  h2 {font-size:  20px;}
  h3 { font-size: 17px; }
  h4 { font-size: 16px; }
  h5 { font-size: 14px; }
  p { font-size: 10px; }
  #about-section {
    min-height: 70vh;
  }
  #services-section{
    padding-bottom: 0px;
    min-height: 100vh;
  }
  #services-section h2{
    font-size: 15px;
  }
  #services-section .service-card{
    border-radius: 70px;   
    padding: 10px 20px;
  }
  .service-icon {
    width: 75px;
    height: 75px;
    font-size: 32px;
    margin-right: 10%;
  }
  .step-card p{
    font-size: 10px !important;
  }
  .service-icon i {
    font-size: 30px;   
  }
  .service-text {
      margin-left: 3% !important;
      
  }
  .small{
    font-size: 10px;
  }
  .service-text h5 {
      margin: 0;          
      font-size: 12px;
  }
  #review-slide-section .swiper-slide img,#partner-slide-section2 .swiper-slide img{
    max-height: 300px;   
    max-width: 300px;
  }
  #review-slide-section .swiper-slide,
  #partner-slide-section2 .swiper-slide {
    background-color: #000;   
  }

}






