

/*
Author: Bootstrap Themes
Author URI: http://bootstrapthemes.co
*/

html,
body {
    background-color: #ffffff; /* 흰 배경 고정 */
    font-size: 16px;
    /* color: #797979; */
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    /* font-weight: 400; */
    width:100%;
    font-family: 'peridot-pe-variable-compressed', sans-serif;
    word-break: keep-all;
}


/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*
    Page Content
------------------------------------------*/

.page-content, 
section { overflow: hidden; }

/*
    On Scroll Animations 
------------------------------------------*/

/*.animated { visibility: hidden; }
.visible { visibility: visible; }*/

/*
    Spacing & Alignment 
------------------------------------------*/

.roomy-100 {
    padding-top: 100px;
    padding-bottom: 10px;
}

.roomy-80 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.roomy-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.roomy-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.roomy-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.roomy-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}


/*text color*/

.text-muted{}
.text-primary{color: #00a885 !important;;}
.text-finence{color:#13A0B2 !important;;}
.text-mega{color:#00a885 !important;;}
.text-white{color:#fff !important;;}
.text-black{color:#16293b !important;}
.text-yellow{
    color:#8BB392;
}

.disabled{
    cursor: not-allowed;
}

/*bacground color*/
.lightbg {
    background-color: #f2f2f2;
}
.bg-primary{background-color: #00a885;}
.bg-finence{background-color:#13A0B2;}
.bg-mega{background-color:#1b1b1b;}
.bg-grey{background-color: #fcfbf7;}
.bg-black{background-color: #222222;}
.bg-white{background-color: #fff;}
.bg-yellow{background-color: #8BB392;}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    -webkit-user-drag: none;
    -user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
    background-color: transparent;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    /*    direction: rtl;*/
}

p {
    margin: 0 0 15px;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: rgb(0, 0, 0);
}

.form-control{
    border-radius: 0px;
    border:1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    width: 100%;
    height: 50px;
}

.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color:#1a1a1a;
    margin-bottom: 10px;
}

h1 {
    font-size: 3rem;
    line-height: 4rem;
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
}
h3 {
    font-size: 1.500rem;
    line-height: 2rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
}
h5 {
    font-size: 1.125rem;
    line-height: 1.575rem
}
h6 {
    font-size: 1rem;
}



h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span{
    color:#00a885;
}

p {
    line-height: 1.5rem;
}
p:last-child {
    margin-bottom: 0px;
}
/*colors*/


/*
Section
*/

.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

ul{
    margin:0;
    padding:0;
    list-style:none;
}

.overlay {
    /* background-color: rgba(41, 39, 34, 0.55); */
    width: 100%;
    height:100%;
    position: absolute;
    left:0;
    top: 0;
}




.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.left-no-padding {
    padding-left: 0 !important;
}
.right-no-padding {
    padding-right: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}


/*
Separator
*/

.separator{
    width:30px;
    height: 1px;
    background-color: #ddd;
    margin:20px auto;
}


/*
Button
*/
.btn{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size:14px;
    font-weight: 600;
    border:1px solid;
    padding: 1rem 4rem;
}
.btn-primary{
    color: #333;
    background-color: #fff;
    border:1px solid;
    border-color: #fff;

}
.btn-primary:hover{
    background-color: #eee;
    border-color: #eee;
    color:#00a885;
}

.btn-default{
    color: #7b8895;
    background-color: transparent;
    border:1px solid;
    border-color: #7b8895;
}
.btn-default:hover{
    color: #fff;
    background-color: #8BB392;
    border-color: #8BB392;
}
.modal-footer .btn {
    min-width: 140px;
    padding: 1rem 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}






/*
socail icon
--------------------------------*/
/*
Extra height css
*/
.m-0{
    margin:0 !important;
}
.m-top-0{
    margin-top:0;
}
.m-r-0{
    margin-right: 0;
}
.m-l-0{
    margin-left: 0;
}
.m-b-0{
    margin-bottom: 0;
}

.m-r-15{
    margin-right: 15px;
}
.m-l-15{
    margin-left: 15px; 
}
.m-top-10 {
    margin-top: 10px;
}
.m-top-20 {
    margin-top: 20px;
}
.m-top-30 {
    margin-top: 30px;
}
.m-top-40 {
    margin-top: 40px;
}
.m-top-50 {
    margin-top: 50px;
}
.m-top-60 {
    margin-top: 60px;
}
.m-top-70 {
    margin-top: 70px;
}
.m-top-80 {
    margin-top: 80px;
}
.m-top-90 {
    margin-top: 90px;
}
.m-top-100 {
    margin-top: 100px;
}
.m-top-110 {
    margin-top: 110px;
}
.m-top-120 {
    margin-top: 120px;
}
.m-top-150 {
    margin-top: 150px;
}
.m-top-180 {
    margin-top: 180px;
}

.m-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.m-t-b-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.m-bottom-10 {
    margin-top: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}
.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-bottom-90 {
    margin-bottom: 90px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.m-bottom-110 {
    margin-bottom: 110px;
}

.m-bottom-120 {
    margin-bottom: 120px;
}

.m_t__b{
    margin: 14rem 0;
}
.p_t__b{
    padding: 6rem 0;
}

p-0{
    padding:0 !important;
}

.p-l-15{
    padding-left: 15px;
}

.p-r-15{
    padding-right: 15px;
}

.p-top-10 {
    padding-top: 10px;
}
.p-top-20 {
    padding-top: 1.33rem;
}

.p-bottom-20 {
    padding-bottom: 1.33rem;
}

.p-top-30 {
    padding-top: 1.875rem;
}

.p-bottom-30 {
    padding-bottom: 1.875rem;
}

.p-top-40 {
    padding-top: 2.66rem;
}

.p-bottom-40 {
    padding-bottom: 2.66rem;
}

.p-top-60 {
    padding-top: 5rem;
}

.p-bottom-60 {
    padding-bottom: 5rem;
}

.p-top-80 {
    padding-top: 5.714rem;
}

.p-bottom-80 {
    padding-bottom: 5.714rem;
}

.p-top-90 {
    padding-top: 6.429rem;
}

.p-bottom-90 {
    padding-bottom: 6.429rem;
}
.p-top-100 {
    padding-top: 100px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}
.p-top-110 {
    padding-top: 110px;
}

.p-bottom-110 {
    padding-bottom: 110px;
}

.p-bottom-0 {
    padding-bottom: 0;
}

.p_l_r{
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}

/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}

/*border*/
.no-border-top{
    border-top:0px solid transparent !important;
}
.no-border-rigth{
    border-right:0px solid transparent !important;
}

/*for placeholder changes*/

input[type="email"].form-control::-webkit-input-placeholder {
    color: #5a5a5a;
    background-color: transparent;
}

input::-webkit-input-placeholder {
    color: #5a5a5a;
}

input::-moz-placeholder {
    color: #5a5a5a;
}

input:-ms-input-placeholder {
    color: #5a5a5a;
}

input::placeholder {
    color: #5a5a5a;
}
input::-webkit-input-placeholder {
    color: #5a5a5a;
}
input::-moz-placeholder {
    color: #5a5a5a;
}
input::-ms-input-placeholder {
    color: #5a5a5a;
}
textarea::-webkit-input-placeholder{
    color: #5a5a5a;
    padding: 5px;
}
textarea::-moz-input-placeholder{
    color: #5a5a5a;
    padding: 5px;
}
textarea::-ms-input-placeholder{
    color: #5a5a5a;
    padding: 5px;
}

/*for image bg*/
/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/


.transform_scal_rotate:hover img{ 
    -webkit-transform: scale(1.1) rotate(4deg); 
    transform: scale(1.1) rotate(4deg); 
}

.culmn{
    width:100%;
    overflow: hidden;
}
.fix{
    overflow: hidden;
}
/*heading title all area*/
.head_title{
    padding-bottom: 2.143rem;
    overflow: hidden;
}
.head_title h2{
    font-weight: 400;
    font-size:2.250rem;
    color:#16293b;
    /* padding-left:15px; */
    text-align: center;
    letter-spacing: 0.2em;
}
.head_title h2 strong{
    font-weight: 700;
}
.head_title h5{
    font-weight: 400;
    font-size:1.125rem;
    color:#999999;
}

/*End off pridifain css*/



/*Preloader*/
#loading{
    background-color: #8BB392;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left:0;
    z-index: 9999;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;

}
.object{
    width: 25px;
    height: 25px;
    background-color: #FFF;
    float: left;

}


#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
}
#object_four {
    -webkit-animation: object_four 1.5s infinite;
    animation: object_four 1.5s infinite;
}


@-webkit-keyframes loading-center-absolute {
    100% { -webkit-transform: rotate(-45deg); }

}

@keyframes loading-center-absolute {
    100% { 
        transform:  rotate(-45deg);
        -webkit-transform:  rotate(-45deg);
    }
}



@-webkit-keyframes object_one {
    25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }

}

@keyframes object_one {
    25% { 
        transform: translate(0,-50px) rotate(-180deg);
        -webkit-transform: translate(0,-50px) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_two {
    25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_two {
    25% { 
        transform: translate(50px,0) rotate(-180deg);
        -webkit-transform: translate(50px,0) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}

@-webkit-keyframes object_three {
    25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_three {
    25% { 
        transform:  translate(-50px,0) rotate(-180deg);
        -webkit-transform:  translate(-50px,0) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: rtranslate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_four {
    25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_four {
    25% { 
        transform: translate(0,50px) rotate(-180deg); 
        -webkit-transform: translate(0,50px) rotate(-180deg);  
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}
/*End off Preloader*/


/*
Nav Menu style
==================*/

.navbar-brand {
    padding: 30px 15px;
}
nav.navbar.bootsnav ul.nav li.active > a{
    color:#8BB392;
}
nav.navbar.bootsnav.no-background.white ul.nav > li > a {
    color: #fff;
}
nav.navbar.bootsnav.no-background.white ul.nav > li.active > a {
    color: #8BB392;
}

.navbar-brand .logo-text {
    font-family: 'Anton', sans-serif;
    font-size: 30px;
    color: #FFF;
    display: inline-block;
    letter-spacing: 0.3vw;
  }
  

/* 기본 상태: 투명 배경일 때 흰색 로고 텍스트 */
.navbar-fixed.no-background .logo-text {
    color: #fff;
    transition: color 0.3s ease;
}

/* 스크롤 시: 배경 생기면 어두운 텍스트 */
.navbar-fixed .logo-text {
    color: #8BB392;
    transition: color 0.3s ease;
}
.navbar-fixed.no-background .navbar-nav > li > a {
    color: #fff;
}

.navbar-fixed .navbar-nav > li > a {
    color: #8BB392;
}

@media (max-width: 1024px) {
    .navbar-header {
      display: flex;
      align-items: center;     /* 세로 중앙 정렬 */
      justify-content: space-between; /* 로고와 햄버거 버튼을 양쪽에 */
      height: 60px;            /* 네브바 높이와 동일하게 */
    }
  
    .navbar-brand {
      margin: 0 !important;
      padding: 0 !important;
      line-height: 2;
    }
  
    .logo-text {
      color: #8BB392 !important;
      font-size: 18px; /* 필요에 따라 조절 */
    }
  
    .navbar-toggle {
      margin: 0;
      align-self: center; /* 버튼도 세로 중앙 정렬 */
    }
  }

  .nav a{
    font-weight: bold !important
  }
/*
Home Section style
==================*/

/* 새로 추가된 상단 인트로 섹션 */
.intro-section {
    background-color: #fff;
    padding: 80px 0 40px;
}

.intro-title {
    font-family: Impact, 'Arial Black', sans-serif;
    font-size: 10vw; /* 화면 너비의 12% */
    font-weight: normal;
    color: #8BB392;
    letter-spacing: 0.6vw;
    margin: 0;
    line-height: 1.1;
    white-space: nowrap; /* 줄바꿈 방지 */
}
.since_title{
    position: relative;
    top: 80px;
    color: grey;
}

.home{
    background: url(../images/bgimg.png) no-repeat top center;
    background-color: black;
    background-size: cover;
    position: relative;
    padding-top: 160px;
    padding-bottom: 280px;
    width:100%;
    height: 100px;
    letter-spacing: 0.2em;
}
.home_text{
    position: relative;
    top: -50px;
}

.home_text h1{
    font-size:100px;
    margin-bottom:20px;
    line-height: 105px;
}
.home_text h3{
    font-size:28px;
    /* text-shadow: 2px 2px 2px; */
}

.navbar-brand{
    display: none;
}


@media (max-width: 992px) {
    .home {
        background-size: 600px auto; /* 이미지 최대 가로 크기를 제한 */
        background-position: center;
        background-repeat: no-repeat;
        height: auto;
        padding: 80px 0;
      }
      .home_text{
        top: 50px;
    }
    
    .home_text h1 {
        font-size: 48px;
        line-height: 54px;
    }

    .home_text h3 {
        font-size: 18px;
    }
    .home_text p{
        letter-spacing: 0;
    }

    #intro{
        display: none;
    }

    .navbar-brand{
        display: flex;
    }

    .since_title{
        position: relative;
        top: 0;
    }

}




/*scrooldown
-------------------*/ 

@-webkit-keyframes scroll-ani {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
@-moz-keyframes scroll-ani {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
@keyframes scroll-ani {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
/* .mouse-scroll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #FFF;
    letter-spacing: 2px;
    bottom: 0;
    text-decoration: none;
    overflow: hidden;
}

.mouse-scroll .mouse {
    position: relative;
    display: block;
    width: 46px;
    height: 73px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #FFF;
    border-radius: 23px;
}
.mouse-scroll .mouse .mouse-movement {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #FFF;
    border-radius: 50%;
    -webkit-animation: scroll-ani 4s linear infinite;
    -moz-animation: scroll-ani 4s linear infinite;
    animation: scroll-ani 4s linear infinite;
}
.mouse-scroll .mouse-message {
    float: left;
    margin: -200px 0 0 7px;
    padding: 0;
    -webkit-animation: scroll-ani 4s linear infinite;
    -moz-animation: scroll-ani 4s linear infinite;
    animation: scroll-ani 4s linear infinite;
    color:#fff;
}
.mouse-scroll:hover .mouse-message {
    margin-top: 0;
} */


/* About */
.about-title {
    font-weight: bold;
    font-size: 48px;
    letter-spacing: 0.3em;
    margin-bottom: 60px;
  }
  
  .about-features {
    position: relative;;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  
  .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 180px;
  }
  
  .feature-title {
    flex: 0 0 120px;
    font-weight: bold;
    font-size: 24px;
    text-align: right;
  }
  
  .feature-desc {
    flex: 1;
    line-height: 1.8;
  }

  @media (max-width: 768px) {
    .feature-item {
      flex-direction: column;
      gap: 20px;
      text-align: left;
    }
  
    .feature-title {
      text-align: left;
      flex: none;
    }
  
    .feature-desc {
      line-height: 1.7;
    }
    .about-features, .service_content {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
  }
  

  .client-logos {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    /* gap: 280px; ✅ 로고 사이 간격 */
    padding: 40px 0;
  }
  
  .client-logos img.logo-img {
    /* max-height: 60px; */
    height: 85.3px;
    width: 160px;
    object-fit: contain;
    transition: transform 0.3s ease;
  }
  
  .client-logos img.logo-img:hover {
    transform: scale(1.1); /* 옵션: 살짝 확대 효과 */
  }


  
  /* ✅ 반응형 */
  @media (max-width: 1200px) {
    .client-logos {
      flex-direction: row;
    }
  
    .client-logos img.logo-img {
        height: auto;
        width: 100px;
    }
  }
  

/*
Featured section style
========================*/
.about{

}
.main_about h1{
    /* font-family: 'Kaushan Script', cursive; */
    font-size:60px;
    line-height: 60px;
}
.main_about h2{
    /* font-family: 'Droid Serif', serif; */
    font-size:100px;
    line-height:100px;
}
.main_about h3{
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 300;
    font-size:30px;
    line-height: 40px;
    letter-spacing: 5px;
}

.features_item{
    text-align: center;
}


/*
Featured section style
========================*/
.features_item2_area{
    position: relative;
    width:100%;
}

.features_item2 h1{
    font-size:2.714rem;
}
.features_item2 h1 span{
    color:#fff;
}
.features_item2 p{
    font-size:1.571rem;
}

.divider_horizontal{
    position: absolute;
    left: 51%;
    top:10%;
    width:1px;
    height: 270px;
    background: #d0d4d9;
    z-index: 2;
}

.divider_vertical{
    position: absolute;
    left: 0%;
    top: 51%;
    width: 100%;
    height: 1px;
    background: #d0d4d9;
    z-index: 2;
    margin-top: 19%;
}
.features_item_text p{
    font-size:16px;
    font-weight: 500;
}


/*service Section
========================*/

#service{
    background-color: #8BB392;
}

.business-box-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 40px;
}

.business-box-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  flex: 1 1 260px;
}

.business-box {
  background: white;
  border-radius: 20px;
  padding: 15px 10px 0px 15px;
  width: 60%;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.business-box:hover {
  transform: translateY(-5px);
}

.business-box h5 {
  font-size: 18px;
  margin-top: 0;
  line-height: 1.5;
  color: #8BB392;
}

.business-desc {
  font-size: 14px;
  line-height: 1.7;
  color: white;
  margin-top: 15px;
}


/*========================================================================
                Portfolio Section Style
==========================================================================*/
.portfolio{
    overflow: hidden;
}

/* ---- button ---- */

.main-portfolio .button {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 10px;
    background: #EEE;
    border: none;
    border-radius: 4px;
    color: #222;
    /* font-family: sans-serif; */
    font-size: 12px;
    font-weight: 600;
    outline:none;
}

.main-portfolio .btn:focus, 
.main-portfolio .btn:active:focus, 
.main-portfolio .btn.active:focus, 
.main-portfolio .btn.focus, 
.main-portfolio .btn:active.focus, 
.main-portfolio .btn.active.focus{
    outline: 0; 
    outline-offset:0; 
}

.main-portfolio .button:hover {
    background-color: #ffea97;
    color: #222;
}

.main-portfolio .button:active,
.main-portfolio .button.is-checked {
    background-color: #8BB392;
}

.main-portfolio .button.is-checked {
    color: black;
}

/* 포트폴리오 swiper */

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.3s ease;
  }
  
  .swiper-slide:hover {
    transform: scale(1.03);
    z-index: 2;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: filter 0.3s ease;
  }
  
  .swiper-slide:hover img {
    filter: brightness(65%);
  }
  
  .swiper-slide .slide-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: white;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7);
    text-align: center;
    pointer-events: none;
    opacity: 1; /* ✅ 항상 보이게 */
  }
  
  /* 일반 swiper 설정 */
  .swiper {
    width: 80%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .swiper_nav p {
    font-weight: bold;
    color: black;
    font-size: 15px;
    line-height: 1.2rem;
  }
  
  .swiper p:hover {
    cursor: pointer;
  }
  
  .swiper-slide {
    background-size: cover;
    background-position: center;
    font-weight: 100;
  }
  
  .swiper-slide b {
    font-size: 25px;
    letter-spacing: 0.1em;
  }
  
  .mySwiper2 {
    height: 400px;
    width: 80%;
  }
  
  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }
  
  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }
  
  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }
  
  .swiper-wrapper {
    align-items: center;
  }
  
  /* 반응형 텍스트 조정 */
  @media (max-width: 768px) {
    .swiper p {
      font-size: 13px;
    }
  
    .mySwiper2 {
      height: 200px;
      width: 80%;
    }
  }
  
  @media (max-width: 595px) {
    .swiper p {
      font-size: 10px;
      line-height: 1rem;
    }
  }
  


/* 포폴 모달 */


.modal-overlay-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.modal-background-img {
  width: 100%;
  height: auto;
  display: block;
}

.modal_text_1 {
  position: absolute;
  top: 0;
  left: 1%;
  max-width: 49%;
}
.modal_text_2{
    position: absolute;
    top: 0;
    left: 1%;
    max-width: 100%;
}

.modal_text_3{
    position: absolute;
    top: 0;
    left: 1%;
    max-width: 100%;
}

.modal_text_4{
    position: absolute;
    top: 0;
    left: 70%;
    max-width: 100%;
}

.modal_text_1 h1 , .modal_text_2 h1, .modal_text_3 h1, .modal_text_4 h1{
  font-size: 2rem;
  font-weight: bold;
}

.modal_text_1 p, .modal_text_2 p, .modal_text_3 p, .modal_text_4 p  {
  font-size: 1rem;
  margin-top: 0.5rem;
  font-weight:500;
}
.modal_icon{
    width: 30px;
}

@media (max-width: 992px){
    .modal_icon{
        width: 25px;
    }
    .modal-background-img1, .modal-background-img2, .modal-background-img3, .modal-background-img4{
        opacity: 0.3;
    }
    .modal_text_4{
        left: 1%;
    }
}

@media (max-width: 768px){
    .modal_text_1{
        max-width: 60%;
    }
    .modal_text_2, .modal_text_3, .modal_text_4{
        max-width: 80%;
    }
} 

@media (max-width: 546px){
    .modal-background-img1{
        position: relative;
        left: -200px;
        min-width: 700px;
    }

    .modal-background-img2{
        position: relative;
        min-width: 700px;
        left: -200px;
    }
    .modal-background-img3{
        position: relative;
        min-width: 700px;
        left: -200px;
    }
    .modal-background-img4{
        position: relative;
        min-width: 700px;
        left: -200px;
    }
}








/* History section */

.History{
    background-color: black;
}

.history-item h2{
    color: #8BB392;
}

.History_body {
    padding: 40px 0;
  }
  
  .History_body .history-item {
    margin-bottom: 60px;
  }
  
  .History_body h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .History_body h4{
    color: white;
    font-size: 25px;
  }
  
  .History_body p {
    font-size: 15px;
    color: #ccc;
    line-height: 1.6;
    margin: 5px 0;
  }
  
  .History_body .dots {
    font-size: 50px;
    margin: 20px 0;
    color: #8BB392;
  }

  .history_backcolor_text{
    color: black;
    background-color: #8BB392;
    padding: 0 15px;
    font-weight: bold;
    font-size: 20px;
  }

  @media (max-width: 768px) {
    .history_backcolor_text{
        font-size: 18PX;
    }
  }
  



/*Footer section*/

#mapModal {
    z-index: 1055; /* Bootstrap 기본 z-index보다 높게 설정 */
  }
  
  #mapModal .modal-dialog {
    z-index: 1056;
    position: relative;
  }
  
  #backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    display: none;
    background-color: #333;
    color: #fff;
    border: none;
    outline: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    opacity: 0.7;
    transition: opacity 0.3s;
}

#backToTop:hover {
    opacity: 0.5;
}
body.modal-open {
    padding-right: 0 !important;
}

.footer h6{
    font-weight: normal;
}

.footer_logo img{
    position: relative;
    width: 100px;
    top: 80px;
}
@media (max-width: 990px) {
    .footer_logo img{
        top: 0;
        width: 50px;
    }
}

