.main section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* .main section.hero-slider{
    position: relative;    
    height: 100vh;
} */
.main .hero-slider{
    position: relative;
    min-height: 600px;
    height: calc(100vh - 160px);
    /* width: calc(100% - 64px); */
    width: 100%;    
    overflow: hidden;        
    margin: 80px auto 0;    
    padding-inline: 64px;
}
.hero-slider .slide-box{
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    /* width: calc(100vw - 120px);     */
    width: 100%;
    height: 100%;
    margin-inline: auto;
    /* margin-left: 32px; */
}
.hero-slider .txt-box{
    position: absolute;
    left: 5vw;
    bottom: 5vw;
    color: #ffffff;
}
.hero-slider .txt-box .category{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
}
.hero-slider .txt-box h1{    
    font-size: 3vw;
    font-size: 42px;
    color:var(--white);  
    font-weight: 800;  
}
.hero-slider .txt-box p{
    font-size: 16px;
    margin-top: 24px;
    color:var(--gray03);
}
.hero-slider .txt-box a.btn-view{
    padding: 12px 24px;
    border:1px solid #ffffff;
    border-radius: 32px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 24px;
    width: fit-content;
    
}
.hero .swiper-pagination{
    position: relative;
    z-index: 1;    
    top: 0 !important;
    display: flex;
    gap: 8px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}
.hero .swiper-pagination-bullet-active{
    background-color: var(--green);
}
.hero .scroll-txt{
    position: absolute;
    left: -64px;
    bottom: 94px;
    transform: rotate(90deg);
    font-size: 0.875rem;
    font-weight: 700;    
    display: flex;
    align-items: center;
    gap: 12px;
}
.hero .scroll-txt .bar{
    position: relative;
    width: 120px;
    height: 2px;
    background-color: #dddddd;
    overflow: hidden;
}
.hero .scroll-txt .bar:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 40px;
    background-color: black;
    transition: all 0.3s ease-out;
    animation-name: scrollTxt;
    animation-duration: 2s;
    animation-duration: leaner;
    animation-iteration-count:infinite;
    animation-direction:normal;
    animation-fill-mode: forwards;
}
@-webkit-keyframes scrollTxt{
    0%{
        left: 0;        
    }
    100%{
        left: 110%;        
    }
}

.main .hero-slider .bg{
    /* background-color: black; */
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.main .hero-slider .bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main .hero-slider .bg video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* opacity: 0.7; */
}
.company h1.slogan{
    font-size: 4rem;
    line-height: 100%;
    background: linear-gradient(90deg, #00993E 0%, #00DEA6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;  
    letter-spacing: -1px;
    margin-bottom: 40px;
}
.company h2{
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 40px;
}
.company .feature-digit{
    display: flex;
    gap: clamp(40px,120px,160px);
    justify-content: center;
}
.company .feature-digit h3{
    font-size: 6rem;
    font-weight: 800;
    letter-spacing: -2px;
}
.company .feature-digit li:last-of-type h3{
    letter-spacing: -5px;
}
.company .feature-digit h3 span.small{
    font-size: 1.5rem;    
}
.company .feature-digit p{
    font-size: 18px;
    letter-spacing: normal;        
    margin-top: 12px;
}
.company a.round-button{
    display: inline-block;
    width: auto;
    margin-bottom: 100px;
}
section.business{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: 100vh; */
    background-color: black;
    color: white;
}

.main section .container > .title-box{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 40px;
}

section.business{
    overflow-x: hidden;
}
.business .item-list .item{    
    width: clamp(300px, 100%, 420px);
    /* height: 600px; */
    border-radius: 16px;    
    overflow: hidden;
}
.business .item-list .item .txt-box{
    width: 100%;
    color:var(--black);
    padding: 40px;
    background-color: var(--white);
    aspect-ratio: 1.8;
    min-height: 210px;
}
.business .item-list .item .txt-box h2{
    font-weight: 800;
    font-size: 1.8rem;
    margin-bottom: 24px;
    /* color:var(--green); */
}
.business .item-list .item .txt-box p{
    font-size: 1.2rem;
    font-weight: 500;
}
.business .item-list .item .img-box{
    width: 100%;
    border-radius:0 0 16px 16px;
    overflow: hidden;
    display: flex;
}
.business .item-list .item img{
    width: 100%;          
    object-fit: cover;
    aspect-ratio: 1.5;
}


.usecase{
    background-color: var(--gray01);
    overflow: hidden;
}
.usecase .item{
    background-color: var(--white);
    padding:32px;
    border-radius: 16px;
    height: clamp(200px, 260px, 320px);
    box-shadow: 0 4px 32px rgba(0,0,0,.025);
}
.usecase .item .img-box{
    margin-bottom: 24px;
}
.usecase .item h2{
    font-size: 1.5rem;
    margin-bottom: 14px;
}
.usecase .item .txt-box p{
    font-size: 1.0rem;
    line-height: 140%;
    opacity: .7;    
}


.news nav a{
    font-size: 0.875rem;
    /* color:var(--white); */
    /* background-color: var(--black); */
    padding:8px 16px;
    border-radius: 32px;
    border:1px solid var(--dark-gray01);
}
.news .item-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.news .item{
    width: 100%;    
}
.news .item.type02{
    background-color: var(--gray01);
    padding:24px;
    border-radius: 16px;    
}
.news .item .img-box{
    width: 100%;
    aspect-ratio: 1.5;    
    overflow: hidden;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 20px;
    border:1px solid rgba(0,0,0,0.08); 
}
.news .item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news .item .txt-box .category{
    display: block;
    font-size: 0.875rem;
    color:var(--green);
    font-weight: 700;
    margin-bottom: 12px;
}
.news .item .txt-box h2{
    margin-bottom: 20px;
    font-size: 1.25rem;
    line-height: 140%;
}
.news .item .txt-box p{
    font-size: 0.875rem;
}
.news .item .txt-box .date{
    font-size: 0.875rem;
    color:var(--dark-gray02);
    margin-top: 16px;
}
.main section.company{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;            
    position: relative;
    min-height: 100vh;
    height: auto; 
    text-align: center;   
}
.main .partner{
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: auto;    
    background-color: #f7f7fa;
    padding-bottom: 120px;
}
.main .partner .container{
    padding-bottom: 0;
}
.main .partner .partner-list{
    display: flex;
    align-items: center;
}
.main .partner .partner-list li{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;    
    width: 250px; 
    height: 250px;
    background-color: white;
    border-radius: 16px;
    /* border:1px solid #efefef; */
    padding:44px 24px 32px 24px;
    font-weight: 600;    
}
.main .partner .partner-list li img{
    max-width: 150px;
    max-height: 32px;
    /* height: 100%; */
    object-fit: contain;    
}
.partner-list .swiper-wrapper{
    -webkit-transition-timing-function:linear!important;
    -o-transition-timing-function:linear!important;
    transition-timing-function:linear!important;
}

@media (max-width: 767px){
    section .container{
        padding-inline: 24px;
    }
    .main .hero-slider{
        min-height: 50dvh;
        height: 480px;
        margin-top: 64px;
        padding-inline: 0;
    }    
    .hero-slider .txt-box{
        left: 0;
        bottom: 0;
        padding: 40px;
    }
    .hero-slider .txt-box h1{
        font-size: 1.5rem;
        padding: 8px 16px 8px 8px;
        padding: 0;        
    }
    .hero-slider .txt-box p{
        display: none;
    }
    .hero-slider .txt-box a.btn-view{
        margin-top: 24px;
        padding: 8px 16px;
        gap: 16px;
    }
    .hero-slider .txt-box a.btn-view img{
        width: 16px;
    }
    .company h1.slogan{
        font-size: 1.75rem;
        padding-inline: 0;
        line-height: 110%;
        margin-bottom: 20px;
    }
    .company h1.slogan br{
        display: none;
    }
    .company h2{
        font-size: 1.0rem;
        padding-inline: 32px;        
    }
    .hero .swiper-pagination{
        height: 40px;
    }
    .company a.round-button{
        margin-bottom: 40px;
    }
    .company .feature-digit{
        flex-direction: column;
        /* padding-inline: 24px; */
        gap: 0;
    }
    .company .feature-digit li{
        border-bottom: 1px solid #d9d9d9;
        padding-block: 24px;
    }
    .company .feature-digit h3{
        display: flex;
        align-items: center;
        font-size: 2.0rem;
    }
    .company .feature-digit li:last-of-type h3 {
        letter-spacing: -3px;
    }
    .company .feature-digit h3 span{
        margin: 4px 0 0 4px;
    }
    .company .feature-digit p{
        margin-left: auto;
        /* font-size: 1.25rem; */
    }
    .company .container{
        padding-top: 60px;
    }
    
    .main section .container > .title-box{
        /* padding-inline: 24px; */
    }    
    .business .item-list .item{
        height: 440px;
    }
    nav.slider-btn-box{
        display: none;
    }
    .news .item-list{
        grid-template-columns: 1fr;
        /* padding-inline: 24px; */
        gap: 48px;
    }
    .news .title-box nav{
        display: none;
    }
    .news .item .txt-box{
        padding-inline: 8px;
    }
    .news .item.type02{
        padding: 16px;
        border-radius: 12px;
    }
    .hero .scroll-txt{
        display: none;
    }
    .usecase .item{
        padding: 24px;
    }
    .usecase .item h2{
        font-size: 18px;
    }
    .usecase .item .txt-box p{
        font-size: 14px;
    }
    .hero-slider .slide-box{        
        width: 100%;
        border-radius: 24px;    
    }
    .hero .scroll-txt{
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .news .item-list {
        grid-template-columns: 1fr 1fr;
        /* padding-inline: 24px; */
        gap: 24px;        
    }
    section .container {
        padding-inline: 24px;
    }
    .main .hero-slider{
        min-height: auto;
        height: 70vw;
        padding-inline: 0;
    }
    .hero-slider .slide-box{
        width: 100%;
    }
    .main section.company{
        min-height: auto;
    }
    .company h1.slogan{
        font-size: 3rem;
    }
    .company .feature-digit h3{
        font-size: 3rem;
    }
    .company .feature-digit{
        gap: 0;
        justify-content: space-evenly;
    }
    .hero .scroll-txt{
        display: none;
    }
}

.notice-modal--hidden { display:none; }
  .notice-modal { position:fixed; inset:0; z-index:9999; color:#333333}
  .notice-backdrop { position:absolute; inset:0; background:rgba(0,0,0,.45); }
  .notice-dialog {
    position:relative; z-index:1; width:min(520px, calc(100% - 32px));
    margin:8vh auto; background:#fff; border-radius:16px; box-shadow:0 10px 40px rgba(0,0,0,.25);
    padding:0; outline:0;
    overflow:auto;
    max-height:85vh;
  }  
  #notice-title{
    margin-bottom:0;
    text-align:center;
    padding:32px 32px 0 32px;
    color: var(--green);
  }
  .notice-content #notice-desc{
    padding:24px 32px;
  }
  .notice-content h2 { font-size:22px; margin:0 0 8px; }
  .notice-content h3 { margin-bottom:8px; font-size:14px;}
  .notice-content ul {
    display:flex;
    flex-direction:column;
    gap:24px;
    margin-top:24px;
  }
  .notice-content ul li a{
    text-decoration: underline;
  }
  .notice-content p { margin:0; line-height:1.4; font-size:14px}
  .notice-actions { 
    position:sticky;
    bottom:0;
    display:flex; gap:0; align-items:center; border-top:1px solid #dddddd;
}
  .notice-link { text-decoration:underline; }
  .notice-btn{
    width: 100%;
    display:flex;
    width: 100%;
    height:40px;
    align-items:center;    
    justify-content:center;
    background:#ffffff;
    /* appearance:none; border:0;padding:12px 14px; cursor:pointer;     */
    font-weight:600;
    font-size: 14px;
    cursor: pointer;
    color:var(--black);
  }
  #notice-hide-today{
    border-right:1px solid #dddddd;
  }
  /* 바디 스크롤 잠금 */
  html.modal-open, body.modal-open { overflow:hidden; touch-action:none; }