section.page-title{
    padding-top: 80px;
    text-align: center;
}
section.page-title h1{
    /* color: var(--green); */
    font-size: 4.5rem;    
    font-weight: 800;
    margin: 120px auto 20px;
}
section.page-title h2{
    font-size: 1.25rem;
    color:var(--dark-gray02);
    margin-bottom: 60px;
    font-weight: 600;
    line-height: 140%;
}
section.page-title .btn-box{
    display: flex;
    justify-content: center;
    gap: 8px;
}
section.page-title .btn-box a{
    height: 52px;
    font-size: 1.0rem;
    font-weight: 800;
    background-color: white;
    border:1px solid var(--dark-gray01);
    border-radius: 48px;
    padding: 0 48px;
    margin-bottom: 96px;
    /* height: 40px; */
    background-color: var(--green);
    color:white;
    border: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
section.page-title .btn-box a img{
    width: 18px;
}
section.page-title button.black{
    background-color: var(--black);
    color:white;
    border: 0;
}
.visual-box{
    position: relative;
    width: 50%;
    height: 640px;
    margin-inline: auto;
    transition: width 0.1s ease;    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    border-radius: 52px;
    background-image: url(../assets/images/navi_visual_box_img.jpg);
}
.visual-box.end{
    border-radius: 0;
}
.visual-box h1{    
    font-size: 2.75rem;
    color:white;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;    
    padding-inline: 24px;
}
.hifenn .visual-box{
    background-image: url(../assets/images/hifenn_visual_box_img.jpg);
}
.odinai .visual-box{
    background-image: url(../assets/images/odinai_visual_box_img.jpg);
}
.ezplanet .visual-box{
    background-image: url(../assets/images/ezplanet_visual_box_img02.jpg);
}
.navi .visual-box{
    background-image: url(../assets/images/navi_visual_box_img.jpg);
}
.aivs .visual-box{
    background-image: url(../assets/images/aivs_visual_box_img.jpg);
}
.vtrack .visual-box{
    background-image: url(../assets/images/vtrack_visual_box_img.jpg);
}
.swingez .visual-box{
    background-image: url(../assets/images/swingez_visual_box_img.jpg);
}
.visual-box.on h1{    
    opacity: 1;    
}
.page-nav{
    position: fixed;
    /* position: sticky; */
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;    
    justify-content: space-between;
    padding: 0 100px;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 2;    
    backdrop-filter: blur(10px);
    /* border-bottom: 1px solid #f7f7f7c4; */
    opacity: 0;
    transition: 0.3s;
    display: flex;
    visibility: hidden;
    color:white;
}
.page-nav.on{
    opacity: 1;   
    visibility: visible;
}
.page-nav .logo{
    display: flex;
    gap: 12px;
    width: 200px;   
    height: 100%;
    align-items: center;
    display: flex;    
    font-weight: 700;
    font-size: 1.25rem;
}
.page-nav .logo img{
    width: 36px;
}
.page-nav ul{
    display: flex;
    gap:64px;
    font-size: 1.0rem;
    font-weight: 600;
}
.page-nav li{
    display: flex;
    align-items: center;
    /* height: calc(100% + 1px); */
    height: 100%;
    cursor: pointer;
    border-block:2px solid transparent;
}
.page-nav li:hover{
    color: var(--green);
}
.page-nav .on{
    /* color: white; */
    /* background-color: var(--black);     */
    /* border-radius: 32px; */
    color:var(--green);
    font-weight: 700;
    border-bottom: 2px solid var(--green);
}
.page-nav .contact{
    display: flex;
    align-items: center;
    justify-content: end;
    width: 200px;    
}
.page-nav .contact a{
    display: flex;
    align-items: center;
    border: 1px solid var(--green);
    color: var(--green);
    color:white;
    background-color: var(--green);
    border-radius: 32px;
    padding: 10px 16px;
    font-size: 0.875rem;
    font-weight: 700;
    gap: 8px;
    align-items: center;
}
.page-nav .contact a img{
    width: 14px;
}
section .container{
    width: 100%;
    padding-inline: 100px;
    /* max-width: 1600px; */
}

/* .page-nav li.on {
    font-weight: bold;
    color: red;
} */
section .container > .title-box {
    /* display: flex; */
    justify-content: space-between;
    align-items: end;
    margin-bottom: 100px;
    font-size: 2.25rem;
    font-weight: 800;
}
.cont .cont-box{
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
}
.cont .cont-box .section-title h1{
    position: sticky;
    top: 98px;
    font-size: 2.0rem;    
    font-weight: 800;
    color:var(--green);
}

.feature .cont-box .list{
    display: flex;
    flex-direction: column;
    gap: 240px;
    width: 80%;
    max-width: 1124px;
}
.feature .cont-box .list li{
    display: flex;
    justify-content: space-between;
}
.feature .cont-box .list li .txt-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    max-width: 485px;
    margin-right: 10%;
}
.feature .cont-box .list li .number{
    font-size: 0.875rem;
    font-weight: 800;
    margin-bottom: 24px;
}
.feature .cont-box .list li p{
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--green);
    margin-bottom: 16px;
}

.feature .cont-box .list li h1{
    font-size: 2.25rem;
    margin-bottom: 64px;
}
.feature .cont-box .list li .desc{
    font-size: 1.0rem;
    color:var(--dark-gray03);
    opacity: .7;
    line-height: 140%;
}
.feature .cont-box .list li .desc dl{
    margin-top: 8px;
}
.feature .cont-box .list li .desc dt{       
    display: flex;
    align-items: center;
    gap: 8px;
    padding-block: 4px;
    padding-left: 12px;
    position: relative;    
}
.feature .cont-box .list li .desc dt:before{
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    display: block;
    width: 4px;
    height: 4px;
    background-color: var(--dark-gray02);
    border-radius: 8px;
}
.cont .cont-box .list li .img-box{
    border-radius: 16px;
    overflow: hidden;    
    height: 300px;
}
.cont.feature .cont-box .list li .img-box{
    aspect-ratio: 1.5;
}
.cont .cont-box .list li .img-box img{
    height: 102%;
    width: 100%;
    object-fit: cover;    
}
.function .cont-box .list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 84px;
    width: 80%;
    max-width: 1124px;
}
.function .cont-box .list li .img-box{    
    aspect-ratio: 1.7;
    height: auto;
    margin-bottom: 24px;
}
.function .cont-box .list li h1{   
    font-size: 1.75rem;
    margin-bottom: 16px;
}
.function .cont-box .list li p{
    font-size: 1.0rem;
    columns: var(--dark-gray03);
    opacity: .7;
}

.usecase .cont-box > div{
    display: flex;
    flex-direction: column;    
}
.usecase .cont-box .case-box{
    width: 80%;
    max-width: 1124px;
}
.usecase .cont-box .list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 84px;
    margin-bottom: 120px;
}
.usecase .cont-box .thumb-box{
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    border-radius: 16px 16px 0 0;
    border: 1px solid #efefef;    
}
.usecase .cont-box .thumb-box .title-box{
    position: absolute;
    left: 0;
    top: 0;
    padding: 32px;
    font-size: 1.75rem;
    font-weight: 600;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
}
.usecase .cont-box .thumb-box .title-box h1{
    font-size: 2.5rem;
    font-weight: 800;
    margin-block: 8px;
}
.usecase .cont-box .thumb-box .title-box h1 span{
    color:#09E168;
}
.usecase .cont-box .thumb-box .img-box{
    display: flex;
    background-color: var(--black);
    border-radius: 16px 16px 0 0 !important;
}
.usecase .cont-box .list > li .txt-box{
    padding: 24px;
    background-color: var(--gray02);    
    border-radius: 0 0 16px 16px;
    border: 1px solid #efefef;
    border-top: 0;
}
.usecase .cont-box .list > li .txt-box h1{
    font-size: 18px;    
    font-weight: 500;
}
.usecase .expand-case{
    width: 100%;
    max-width: 1124px;
    /* margin-top: 120px;     */
}
.usecase .expand-case h2{
    font-size: 1.75rem;
    margin-bottom: 40px;
}
.usecase .expand-case .item-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
} 
.usecase .item{
    background-color: var(--gray02);  
    padding:32px;
    border-radius: 16px;
    /* height: clamp(200px, 280px, 320px); */
    box-shadow: 0 4px 32px rgba(0,0,0,.025);
    border:1px solid #efefef;
}
.usecase .item .img-box{
    margin-bottom: 24px;
}
.usecase .item .img-box img{
    width: 50px;
    height: 50px;
}
.usecase .item h2{
    font-size: 1.5rem;
    margin-bottom: 14px;
}
.usecase .item .txt-box p,
.usecase .item .txt-box dt{
    font-size: 1.0rem;
    line-height: 140%;
    opacity: .7;    
}
.usecase .item .txt-box dt{
    position: relative;
    padding-left: 12px;
    margin-bottom: 8px;
}
.usecase .item .txt-box dl dt:last-child{
    margin-bottom: 0;
}
.usecase .item .txt-box dt:before{
    content: '';
    position: absolute;
    left:0;
    top: 8px;        
    width: 4px;
    height: 4px;
    background-color: black;
    border-radius: 32px;
}
section.faq .container{
    padding-top: 0;
}
.faq .list{
    width: 80%;
    max-width: 1124px;
}
.footer-banner{
    position: relative;
    text-align: center;    
}
.footer-banner .container{
    position: relative;
    z-index: 1;
    color: white;
    padding-block: 100px;
}
.footer-banner .container h1{
    font-size: 2.375rem;
    margin-bottom: 24px;
}
.footer-banner .container a{
    display: block;
    width: fit-content;
    font-size: 1.0rem;
    font-weight: 600;
    border: 2px solid white;
    border-radius: 32px;
    padding: 12px 32px;
    margin-inline: auto;
}
.footer-banner .bg{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.footer-banner .bg video{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ezplanet .qna .cont-box{
    display: flex;
    justify-content: space-between;
}
.ezplanet .qna-box{
    display: flex;
    flex-direction: column;
    gap:24px;
    width: 60%;
    /* height: 600px; */    
    position: relative;
}
.ezplanet .qna-box::before{
    content: '';
    display: block;
    position: sticky;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background: #FFFFFF;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
}
.ezplanet .qna-box .bg{
    position: sticky;
    z-index: -1;
    top: 20vh;
    width: 680px;
    height: 500px;
    margin: 50px auto;
    border-radius: 48px;
    overflow: hidden;
    background-image: url(../assets/images/ezplanet_qna_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.ezplanet .qna .bubble-list{
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.ezplanet .qna .bubble{
    width: fit-content;
    left: 24px;
    font-size: 1.75rem;
    padding:28px 32px;
    border-radius: 24px;
    background-color: #f7f7fa;
    position: relative;
    box-shadow: 16px 4px 32px rgba(0,0,0,.05);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}

.bubble.visible {
    opacity: 1 !important;    
    transform: translateY(0) !important;
  }
.ezplanet .qna .bubble:before{
    content: '';
    width: 24px;
    height: 24px;
    display: block;    
    position: absolute;
    left: -24px;
    top: 24px;
    background-image: url(../assets/images/bubble_end_triangle_gray.svg);
    background-repeat: no-repeat;
}
.ezplanet .qna .bubble.answer{
    left: auto;
    right: 24px;
    margin-left: auto;
    background-color:#13C0A4;
    font-weight: 600;
    color: white;
    margin-bottom: 20vh;
}
.ezplanet .qna .bubble.answer:before{
    left: auto;
    right: -24px;
    background-image: url(../assets/images/bubble_end_triangle_green.svg);
}
.ezplanet section.achievements .container{
    background-color: black;
    color: white;
}
.custom .section-title h1{
    position: sticky;
    top: 98px;
}
section.custom .cont-box .section-title{
    font-size: 2.25rem;
}
.ezplanet section.achievements .cont-box{
    display: flex;
    justify-content: space-between;
}
.ezplanet section.achievements .list{
    width: 70%;
    max-width: 1124px;    
}
.ezplanet section.achievements .list li{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 0.5fr 0.5fr;
    align-items: center;
    border-bottom: 1px solid var(--dark-gray01);
    padding-block: 40px;
    font-size: 1.25rem;
    font-weight: 700;
}
.ezplanet section.achievements .list li:first-of-type{
    border-top: 1px solid var(--dark-gray01);
}

.ezplanet section.achievements .list li .result{
    display: flex;
    align-items: anchor-center;
    gap: 8px;
    font-size: 1.75rem;    
}
.ezplanet section.achievements .list li .result strong{
    font-size: 3.0rem;
}
.ezplanet section.achievements .list li .result span{
    font-size: 1.0rem;
}

.hifenn .custom.video{
    padding-top: 120px;
}
.hifenn .custom.video .title-box{
    justify-content: center;
    font-size: 2.5rem;    
    margin-bottom: 70px;
    font-weight: 800;
    text-align: center;
}
.hifenn .custom.video .img-box{
    display: flex;
    justify-content: center;
}
.hifenn .custom.video video{
    display: block;
    width: 100%;
    max-width: 1024px;
    margin: auto;
    border-radius: 24px;
}
.odinai section.vs .cont-box{
    justify-content: center;
}
.odinai section.vs .vs-box{
    display: grid;
    grid-template-columns: 1fr 0.2fr 1fr;
    align-items: center;
}
.odinai section.vs .vs-box > div{
    font-size: 2.5rem;
    text-align: center;
}
.odinai section.vs ul{
    border:1px solid #666666;
    border-radius: 16px;
    overflow: hidden;
}
.odinai section.vs ul.odinai{
    border-color: #374CEE;
}
.odinai section.vs .vs-box li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-inline: 32px;    
    height: 100px;    
    border-bottom: 1px solid #dddddd;
    font-size: 1.125rem;
}
.odinai section.vs .vs-box li:last-of-type{
    border:0;
}
.odinai section.vs .vs-box li.header{
    height: 80px;
    background-color: var(--black);
    color:white;
    font-size: 1.5rem;
    font-weight: 800;
}
.odinai section.vs .vs-box .odinai li.header{
    background-color: #374CEE;
}
.odinai section.vs .vs-box li h1{
    font-size: 1.25rem;
    font-weight: 800;
}
.odinai section.vs .vs-box li p{
    color:var(--dark-gray02);
    font-size: 1.0rem;
}
.swingez section.page-title .btn-box a{
    background-color: #00DFAD;
}
.vtrack section.page-title .btn-box a{
    background-color: #F42222;
}

.vtrack .custom,
.swingez .custom{
    background: linear-gradient(180deg, #E5E5E5 15.55%, #FFFFFF 75.08%);    
}
.vtrack .custom .img-box,
.swingez .custom .img-box{
    display: flex;
    justify-content: center;
    margin: 200px auto 128px;
}
.swingez .custom .img-box{
    margin: 80px auto 80px;
}
.vtrack .custom .txt-box,
.swingez .custom .txt-box{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.vtrack .custom .txt-box h1,
.swingez .custom .txt-box h1{
    color: #F42222;
    font-size: 4.5rem;
    margin-bottom: 16px;
    font-weight: 800;
    letter-spacing: -1px;
}
.swingez .custom .txt-box h1{
    color: #00DFAD;
}

.vtrack .custom .txt-box h2,
.swingez .custom .txt-box h2{
    font-size: 1.5rem;
    font-weight: 500;
}
.vtrack .custom .txt-box .digit,
.swingez .custom .txt-box .digit{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px;
    width: 80%;
}
.vtrack .custom .txt-box .digit li,
.swingez .custom .txt-box .digit li{
    width: 100%;
}
.vtrack .custom .txt-box .digit h3,
.swingez .custom .txt-box .digit h3{
    font-size: 4.0rem;
    font-weight: 800;
    letter-spacing: -5px;
    text-align: center;
}
.swingez .custom .txt-box .digit h3{
    letter-spacing: 0;
}
.swingez .custom .txt-box .digit h3 span{
    font-size: 1.5rem;
}
.vtrack .custom .txt-box .digit h3 p,
.swingez .custom .txt-box .digit h3 p{
    font-size: 0.875rem;
    letter-spacing: normal;
}

.swingez .product-components .cont-box .list{
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 80%;
    max-width: 1124px;
}
.swingez .product-components .cont-box .list li{
    display: flex;
    gap: 5%;
    align-items: center;
}
.swingez .product-components .cont-box .list li h1{
    font-size: 2.0rem;
    margin-bottom: 16px;
}
.swingez .product-components .cont-box .list li .desc{
    font-size: 1.0rem;
    color: var(--dark-gray03)
}
.swingez .concept{
    overflow: hidden;
}
.swingez .concept .cont-box{
    gap: 10%;
}
.swingez .concept .cont-box ul{
    width: 100%;
}
.swingez .concept .cont-box li{
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid var(--gray03);
    padding-block: 40px;
}
.swingez .concept .cont-box li h1{
    font-size: 3.25rem;
    font-weight: 800;
}
.swingez .concept .cont-box li h1 span{
    font-size: 1.0rem;
    display: block;
}
.swingez .concept .cont-box li .result{
    font-size: 1.5rem;
    font-weight: 600;
    text-align: right;
}

#scrollImage{
    filter: blur(100px);
    transform: scale(10);
    display: block;
    /* opacity: 0; */
    transition: 0.3s ease-in;
    position: relative;
    z-index: -1;
}

.swingez .cont-box .list .desc a{
    display: flex;
    width: fit-content;
    margin-top: 48px;    
    color:dodgerblue;
    background-color: var(--gray02);
    padding:12px 20px;
    border-radius: 32px;
    font-size: 0.875rem;
    font-weight: 600;
}

.aivs section.intro .container{    
    display: flex;
    justify-content: center;
    padding-block: 200px 140px;
    gap: 100px;
}
.aivs section.intro h1{    
    font-size: 3.0rem;
    font-weight: 800;    
}
.aivs section.intro .txt-box{
    width: 35%;
}
.aivs section.intro .txt-box p{
    font-size: 1.125rem;
    line-height: 120%;
}
.aivs section.intro .txt-box .digit{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 52px;
    align-items: baseline;
}
.aivs section.intro .txt-box .digit li{
    width: 100%;
    color:var(--green);
}
.aivs section.intro .txt-box .digit h3{
    font-size: 4.0rem;
    font-weight: 800;    
    text-align: center;
    display: flex;
    align-items: baseline;
    width: 100%;
}
.aivs section.intro .txt-box .digit h3 span.small{
    font-size: 1.5rem;    
}
.aivs section.intro .txt-box .digit h3 p{
    font-size: 1.8rem;
    letter-spacing: normal;
    margin-left: auto;
}
.aivs section.tech{
    color: white;
    background-image: url(../assets/images/aivs_tech_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.aivs section.tech .section-title h1{
    color: white;
}
.aivs section.tech .list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 80%;
    max-width: 1124px;
}
.aivs section.tech .list li{
    width: 100%;
    padding:32px;
    background-color: rgba(255,255,255,0.1);
    border:1px solid rgba(255,255,255,0.15);
    border-radius: 24px;
    backdrop-filter: blur(40px);
}
.aivs section.tech .list li .img-box{
    width: 64px;
    height: 64px;
    margin-bottom: 35%;
}
.aivs section.tech .list li h1{
    font-size: 1.75rem;
    margin-bottom: 16px;
}
.aivs section.tech .list li dt{
    display: flex;
    align-items: center;    
    padding-block: 4px;
    padding-left: 12px;
    position: relative;
}
.aivs section.tech .list li dt:before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    width: 4px;
    height: 4px;
    background-color: white;
    border-radius: 8px;
}
.aivs section.tech .list li a{
    display: inline-block;
    font-size: 0.875rem;
    margin-top: 16px;    
    /* background-color: rgba(0,0,0,0.2); */
    padding: 8px 16px;
    border-radius: 16px;
    border:1px solid rgba(255,255,255,0.3);
}
.aivs section.process{
    background-color: black;
    color:white;
    padding-bottom: 40px;
}
.aivs section.process .cont-box{
    display: block;
}
.aivs section.process .section-title{
    position: sticky;
    top: 98px;
}
.aivs section.process .section-title h1{
    color: white;
    margin-bottom: 40px;
}
.aivs section.process .consulting-box,
.aivs section.process .implementation-box{
    display: flex;    
    justify-content: space-between;
    flex-wrap: wrap;
}
.aivs section.process h2{
    position: sticky;
    top: 160px;
    font-size: 24px;
}
.aivs section.process .consulting-box .list{
    max-width: 1124px;
    width: 80%;
    display: flex;        
    justify-content: space-between;
}
.aivs section.process .list .step{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    aspect-ratio: 1;
    width: 100%;
    border:1px solid rgba(255,255,255,1);    
    border-radius: 50%;
    padding:32px;    
    text-align: center;
}
.aivs section.process .list .number{
    font-weight: 600;
}
.aivs section.process .list .step h1{
    font-size: 1.4rem;
    color:#09E168;
    font-weight: 800;
}
.aivs section.process .list .step p{
    margin-bottom: 16px;
}
.aivs section.process .list .time{
    display: flex;
    flex:none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-align: center;
    padding: 16px;    
}
.aivs section.process .list .time p{
    font-size: 0.875rem;
    opacity: 0.5;
    margin-top: 8px;
}
.aivs section.process .implementation-box .list{
    max-width: 1124px;
    width: 80%;
    margin-left: auto;
}
.aivs section.process .implementation-box .list li{
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-block: 40px;
}
.aivs section.process .implementation-box .list li:first-of-type{
    border-top: 1px solid rgba(255,255,255,0.2);
}
.aivs section.process .implementation-box .list h1{
    /* color:#09E168; */
    font-weight: 600;
    font-size: 1.4rem;
}
.aivs section.process .implementation-box .list .month{
    font-size: 1rem;
    /* opacity: 0.5; */
}
.aivs section.process .arrow{
    max-width: 1124px;
    width: 80%;
    display: flex;
    justify-content: center;
    margin-left: auto;
    padding-block: 40px;
}
.aivs section.process .arrow img{
    transform: rotate(90deg);
}
.aivs section .partner.marquee{
    position: relative;
    padding-bottom: 80px;
}
.aivs .function .cont-box .list{
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px 24px;
}
.aivs .function .cont-box .list .img-box{
    height: auto;
    aspect-ratio: 1.6;
    margin-bottom: 16px;
}
.aivs .function .cont-box .list .txt-box h1{
    font-size: 1.25rem;
    padding-inline: 8px;
}
.partner{
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.partner .partner-list {
    display: flex;
    align-items: center;
}
.partner .partner-list li {
    display: flex;    
    align-items: center;
    justify-content: center;
    width: 200px;    
    background-color: white;
    border-radius: 16px;
    padding: 32px 0;
    font-weight: 600;
}
.partner .partner-list li img {
    max-width: 150px;
    max-height: 32px;
    object-fit: contain;
}

@media (max-width: 767px){
    section .container{
        padding:40px 24px;
    }
    section.page-title{
        padding-top: 64px;
        padding-inline: 24px;
    }
    section.page-title h1{
        font-size: 3.0rem;
        margin-top: 60px;
    }
    section.page-title h2{
        font-size: 1.0rem;
    }
    section .container > .title-box{
        font-size: 1.125rem;
        margin-bottom: 16px;
    }
    section.page-title h2 br,
    section .container > .title-box br{
        display: none;
    }
    .visual-box{
        padding-inline: 24px;
        height: 320px;
    }
    .visual-box h1{
        font-size: 1.5rem;
    }
    .cont .cont-box{
        flex-direction: column;
        justify-content: baseline;
    }
    .cont .cont-box .section-title h1{
        font-size: 2.0rem;
        margin-bottom: 32px;
    }
    .feature .cont-box .list{
        width: 100%;
        gap: 32px;
    }
    .feature .cont-box .list li{
        flex-direction: column;
        background: #f7f7fa;
        border-radius: 24px;
    }
    .feature .cont-box .list li .txt-box{
        width: 100%;
        padding: 32px;
    }
    .feature .cont-box .list li p{
        font-size: 18px;
    }
    .feature .cont-box .list li h1{
        font-size: 24px;
        margin-bottom: 32px;
    }
    .cont .cont-box .list li .img-box{
        border-radius: 0 0 16px 16px;
        height: 150px;;
    }
    .function .cont-box .list{
        grid-template-columns: 1fr;
        gap: 32px;
        width: 100%;
    }
    .function .cont-box .list li .img-box{
        height: auto;
        border-radius: 16px 16px 0 0;
        margin-bottom: 0;     
    }
    .function .cont-box .list li .txt-box{
        padding: 32px;
        background-color: var(--dark-gray03);
        color: white;
        border-radius: 0 0 16px 16px;
    }    
    .function .cont-box .list li h1{
        font-size: 20px;
        margin-bottom: 8px;
    }
    .usecase .cont-box .case-box{
        width: 100%;
    }
    .usecase .cont-box .list{
        grid-template-columns: 1fr;
    }
    .usecase .cont-box .thumb-box .title-box h1{
        font-size: 1.5rem;
    }
    .usecase .cont-box .thumb-box .title-box p{
        font-size: 1.125rem;
    }
    .usecase .cont-box .thumb-box .img-box{
        height: 55vw !important;
    }
    .usecase .expand-case .item-list{
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .usecase .item{
        padding: 16px;
    }
    .usecase .item h2{
        font-size: 1.125rem;
    }
    .usecase .item .txt-box p{
        font-size: 0.875rem;
    }
    .usecase .expand-case{
        margin-top: 52px;
    }
    .usecase .expand-case h2{
        font-size: 1rem;
        margin-bottom: 24px;
    }
    .usecase .cont-box li > .txt-box h1{
        font-size: 1.125rem;
        font-weight: 600;
    }
    .faq .list{
        width: 100%;
    }
    section.faq .container{
        padding-top: 40px;
    }
    .cont .cont-box .section-title h1{
        margin-bottom: 32px;
        font-size: 24px;
    }
    .faq details summary::after{
        min-width: 28px;
        min-height: 28px;
    }
    .footer-banner .container{
        padding-block: 60px;
    }
    .footer-banner .container h1{
        font-size: 1.5rem;
    }
    
    section.custom .container{
        padding-block: 80px;
    }
    .ezplanet .qna .cont-box{
        flex-direction: column;
        /* display: block;         */
    }
    .ezplanet .qna .cont-box .section-title{
        position: sticky;
        top: 100px;
        z-index: 4;
    }
    section.custom .cont-box .section-title{    
        font-size: 1.5rem;    
    }
    .ezplanet .qna-box{
        width: 100%;
    }
    .ezplanet .qna .bubble{
        font-size: 1.125rem;
    }
    .ezplanet .qna-box::before{
        /* display: none; */
        z-index: 3;
        width: calc(100% + 48px);
        margin-left: -24px;
    }
    .ezplanet .qna-box .bg{
        top: 234px;
        width: calc(100% - 16px);
        border-radius: 24px;          
    }
    .ezplanet .qna .bubble{
        width: 85%;
        padding:20px 24px;
        z-index: 2;
    }
    .ezplanet .qna .bubble br{
        display: none;
    }
    .ezplanet section.achievements .cont-box{
        flex-direction: column;
    }
    .ezplanet section.achievements .section-title{
        margin-bottom: 40px;
    }
    .ezplanet section.achievements .list{
        width: 100%;
    }
    .ezplanet section.achievements .list li{
        grid-template-columns: 1fr;
        font-size: 1.125rem;
    }
    .ezplanet section.achievements .list li h1:first-of-type{
        margin-bottom: 16px;
    }
    .hifenn .custom.video{
        padding-top: 40px;
    }
    .hifenn .custom.video .title-box{
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 32px;
    }
    .hifenn .custom.video .img-box img{
        width: 100%;
        object-fit: cover;
    }
    .page-nav{
        display: none;
    }
    .usecase .item .img-box{
        margin-bottom: 16px;
    }
    .usecase .item .txt-box dt{
        font-size: 0.85rem;
    }
    .cont.feature .cont-box .list li .img-box{
        height: auto;
        aspect-ratio: 1.6;
    }
    .aivs section .container{
        padding-block: 60px;
    }
    .aivs section.intro h1{
        font-size: 28px;
    }
    .aivs section.intro .container{
        padding-block: 60px;
        display: block;
    }
    .aivs section.intro .txt-box{
        width: 100%;
        margin-top: 24px;
    }
    .aivs section.intro .txt-box .digit h3{
        font-size: 3rem;
    }
    .aivs section.intro .txt-box .digit h3 p{
        font-size: 20px;
    }
    .aivs section.tech .list li h1{
        font-size: 18px;
    }
    .aivs section.tech .list {        
        grid-template-columns: 1fr;
        gap: 16px;
        width: 100%;        
    }
    .aivs section.tech .list li{
        padding: 32px;
        border-radius: 16px;
        display: flex;
        gap: 24px;
        flex-direction: row-reverse;
        justify-content: start;
    }
    .aivs section.tech .list li .img-box {
        position: absolute;
        right: 32px;
        width: 40px;
        height: 40px;     
        margin-bottom: 0;   
    }
    .aivs section.tech .list li dt{
        font-size: 14px;
    }
    .aivs section.tech{
        background-attachment: local;
    }
    .aivs section.process .consulting-box .list{
        flex-direction: column;
        margin: auto;
    }
    .aivs section.process .arrow{
        width: 100%;
    }
    .aivs section.process .implementation-box .list{
        width: 100%;   
    }
    .aivs section.process .consulting-box{
        display: block;
    }
    .aivs section.process .implementation-box .list h1{
        width: 70%;
        font-size: 18px;
    }
    .aivs section.process .implementation-box .list li{
        padding: 28px 8px;
        display: grid;
        grid-template-columns: 1fr 0.4fr;
        gap: 32px;
        align-items: center;
    }
    .aivs section.process .list .step h1{
        font-size: 20px;
    }
    .aivs section.process .list .step{
        margin-inline: auto;
        width: 80%;
    }
    .aivs section.process .list .step p{
        font-size: 14px;   
        margin-bottom: 0; 
    }
    .aivs section.process .section-title{
        position: static;
    }
    .aivs section.process h2{
        text-align: center;
    }
    .aivs section.process .cont-box .title-box{
        width: 100%;
        text-align: center;
        margin-bottom: 32px;
    }
    .aivs .function .cont-box .list{
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .aivs .function .cont-box .list .img-box{
        margin-bottom: 0;
        border-radius: 12px 12px 0 0;
    }
    .aivs .function .cont-box .list li .txt-box{
        padding: 16px;
        border-radius: 0 0 12px 12px;
    }
    .aivs .function .cont-box .list .txt-box h1{
        padding: 0;
        font-size: 16px;
        margin-bottom: 0;
    }
    .odinai section.vs .vs-box{
        position: relative;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    .odinai section.vs .vs-box li.header{
        font-size: 16px;
        height: 64px;
        text-align: center;
    }
    .odinai section.vs .vs-box li{
        padding: 12px;
        font-size: 16px;
        text-align: center;
        height: 120px;
    }
    .odinai section.vs .vs-box > div{
        position: absolute;
        left: calc(50% - 24px);;
        top: 50%;
        background-color: #374cee;
        color: white;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 800;
        font-size: 16px;
        font-weight: 800;
    }
    .odinai section.vs .vs-box .odinai li.header img{
        width: 80%;
    }
    .odinai section.vs .vs-box li p{
        font-size: 14px;
    }
    .odinai section.vs .vs-box li h1{
        font-size: 16px;
    }    
    .vtrack .custom .txt-box h1, 
    .swingez .custom .txt-box h1{
        font-size: 40px;
        text-align: center;
        line-height: 110%;
    }
    .vtrack .custom .img-box, 
    .swingez .custom .img-box{
        margin: 60px auto 60px;
    }
    .vtrack .custom .img-box img, 
    .swingez .custom .img-box img{
        width: 100%;
    }
    .vtrack .custom .txt-box h2, 
    .swingez .custom .txt-box h2{
        font-size: 18px;
    }
    .vtrack .custom .txt-box .digit, 
    .swingez .custom .txt-box .digit{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .vtrack .custom .txt-box .digit h3, 
    .swingez .custom .txt-box .digit h3{        
        letter-spacing: -3px;
        font-size: 32px;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .vtrack .custom .txt-box .digit h3 p, 
    .swingez .custom .txt-box .digit h3 p{
        font-size: 16px;
        font-weight: 600;
    }
    .vtrack .custom .txt-box .digit li, 
    .swingez .custom .txt-box .digit li {
        border-bottom: 1px solid var(--gray03);
        padding-bottom: 24px;
    }
    .swingez .concept .cont-box li h1{
        font-size: 24px;
    }
    .swingez .concept .cont-box li .result{
        font-size: 16px;
        width: 30%;
    }
    .swingez .concept .cont-box li h1 span{
        margin-bottom: 8px;
        color:#00dfad;
    }
    .swingez .concept .cont-box .img-box{
        width: 90%;
        margin: 60px auto 0;
    }
    #scrollImage{
        width: 100%;
    }
    .swingez .product-components .cont-box .list{
        width: 100%;
    }
    .cont .cont-box .list li .img-box,
    .cont .cont-box .list li .txt-box{
        flex: 0.8;
    }
    .swingez .product-components .cont-box .list li .img-box{
        aspect-ratio: 1;        
        border-radius: 16px;
        background: #f7f6fa;
    }
    .swingez .product-components .cont-box .list li h1{
        font-size: 18px;
    }
    .swingez .product-components .cont-box .list li .desc{
        font-size: 14px;
    }
    .swingez .cont-box .list .desc a{
        margin-top: 24px;
        padding: 8px 16px;
    }
    .swingez .product-components .cont-box .list li{
        gap: 24px;
    }
    .swingez .product-components .cont-box .list li .img-box img{
        object-fit: contain;
    }
    .usecase .cont-box .thumb-box .title-box{
        padding: 24px;
        font-size: 20px;
    }
    .usecase .item .img-box img{
        width: 40px;
        height: 40px;
    }
    
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    section .container{
        padding-inline: 24px;
    }
    .function .cont-box .list{
        gap: 24px;
    }
    .usecase .cont-box .list{
        gap: 24px 16px;
    }
    .cont.feature .cont-box .list li .img-box{
        aspect-ratio: 1.5;
        height: auto;
        width: 70%;
    }
    .feature .cont-box .list li{
        align-items: end;
    }
    .feature .cont-box .list li .txt-box{
        width: 100%;
        max-width: 600px;
    }
    .function .cont-box .list li h1{
        font-size: 1.2rem;
    }
    .hifenn .custom.video .title-box{
        font-size: 2rem;
    }
    .usecase .expand-case .item-list{
        grid-template-columns:repeat(2, 1fr);
    }
    .cont .cont-box .list li .img-box{
        aspect-ratio: 1.6;
        height: auto;
    }
    .usecase .cont-box .thumb-box .title-box{
        font-size: 1.2rem;
        padding: 24px;
    }
    .usecase .cont-box .thumb-box .title-box h1{
        font-size: 1.5rem;
    }
    .feature .cont-box .list{
        gap: 120px;
    }
    .page-nav {
        display: none;
    }
    .vtrack .custom .img-box img, 
    .swingez .custom .img-box img {
        width: 100%;
    }
    .vtrack .custom .txt-box h1, 
    .swingez .custom .txt-box h1 {
        font-size: 3.8rem;
        text-align: center;
        line-height: 110%;
    }
    .vtrack .custom .txt-box .digit h3, 
    .swingez .custom .txt-box .digit h3{
        font-size: 3rem;
    }
    .feature .cont-box .list li h1 {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    .swingez .concept .cont-box {
        flex-direction: column;   
    }
    .swingez .concept .cont-box .img-box {
        width: 90%;
        margin: 60px auto 0;
    }
    #scrollImage{
        margin-inline: auto;
    }     
    .swingez .product-components .cont-box .list li .img-box {
        aspect-ratio: 1;
        border-radius: 16px;
        background: #f7f6fa;
    }
    .swingez .product-components .cont-box .list li .img-box img {
        object-fit: contain;
    }
    .swingez .product-components .cont-box .list li .txt-box {
        width: 80%;
    }
    .aivs section.intro .container{
        padding-block: 100px;
        display: block;
    }
    .aivs section.intro h1{
        font-size: 32px;
        margin-bottom: 40px;
    }
    .aivs section.intro .txt-box {
        width: 100%;
    }
    .aivs section.intro .txt-box .digit{
        flex-direction: row;
    }
    .aivs section.intro .txt-box .digit h3{
        display: block;
    }
    .aivs section.intro .txt-box .digit h3 p{
        font-size: 20px;
    }
    .aivs section.intro .txt-box .digit h3 span.small {     
        margin-left: -8px;
    }
    .aivs section.tech .list{
        grid-template-columns: repeat(2, 1fr);
    }
    .aivs section.tech .list li h1{
        font-size: 24px;
    }
    .aivs section.process .consulting-box .list{
        flex-direction: column;
    }
    .aivs section.process .list .step{
        max-width: 280px;
        margin-inline: auto;
    }
    .ezplanet .qna .cont-box {
        flex-direction: column;     
    }
    .ezplanet .qna-box{
        width: 100%;
    } 
    .ezplanet .qna-box::before{
        height: 100px;
    }   
    .ezplanet .qna-box .bg{
        top: 13vh;
        height: 800px;
        background-size: cover;
    }
    .ezplanet section.achievements .cont-box{
        flex-direction: column;
    }
    .ezplanet section.achievements .list{
        width: 100%;
    }
    .custom .section-title h1{
        margin-bottom: 40px;
    }
    .ezplanet section.achievements .list li{
        grid-template-columns: 0.5fr 0.5fr 0.5fr;
    }
}