@charset "UTF-8";
caption{
    font-size:0 !important;
}
.bodyfixed{
    position:fixed;
    top:0;
    left:0;
    right:0;
    height:100vh;
    overflow:hidden;
}

.n-menu-flex{
    display:flex;
    flex:1;
    max-width:900px;
}
.n-menu-flex > ul{
    flex:1;
    justify-content:space-between;
}

.n-grid{
    display:grid;
}
.n-business-box{
    grid-template-columns:repeat(4,1fr);
    gap:40px;
    padding-bottom:1.25rem;
}

.n-business-img{
    width:100%;
    aspect-ratio:360/300;
    border-radius:10px;
    overflow:hidden;
    margin-bottom:1.25rem;
    position:relative;
    
}
.n-business-img > img{
    width:110%;
    height:100%;
    position:absolute;
    transform:scale(1);
    transform-orgin:center;
    transition:all 0.5s ease;
}

.n-business-item > a:hover .n-business-img > img{
    position:absolute;
    transform:scale(1.25);
    transition:all 0.5s ease;
}

.n-business-txt{
    text-align:center;
    font-size:1.875rem;
    font-weight:600;
}
.n-business-item > a{
    display:flex;
    flex-direction:column;
    transition:all 0.5s ease;
}
.n-business-item > a:hover{
    color:#4b65b7;
}
.n-business-more-box{
    margin:3.125rem 0 0 0;
    text-align:center;
}
.n-business-more-box > a{
    display:inline-flex;
    font-size:1.1875rem;
    padding:1.0625rem 4.375rem;
    border:1px solid #ddd;
}
.n-business-more-box > a:hover{
    font-size:1.1875rem;
    padding:1.0625rem 4.375rem;
    background-color:#333;
    color:#fff;
    border-color:#333;
    transition:all 0.5s ease;    
}

.n-tech-box{
    grid-template-columns:repeat(3,1fr);
    gap:40px;
    margin-top:70px;
}
.n-tech-item{
    border-radius:15px;
    overflow:hidden;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    height:160px;
    line-height:1;
    font-size:1.875rem;
    font-weight:600;
    color:#ffffff;
    background-color:#405988;
    position:relative;
}
.n-tech-item > span{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    z-index:1;
    opacity:0.75;
}
.n-tech-item:hover > span{
    opacity:1;
}
.n-tech-img{
    width:100%;
    height:100%;
    overflow:hidden;
}
.n-tech-item .n-tech-img > img{
    position:absolute;
    top:0;
    left:0;
    width:fit-content;
    transform-origin:center;
    transform:scale(1);
    transition:all 0.5s ease;       
}
.n-tech-item:hover .n-tech-img > img{
    transform:scale(1.25);
    transition:all 0.5s ease;    
}

/* EDU */
.edu-item-box{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:100%;
    padding:36px 30px;
    border-radius:10px;
    border:1px solid #cbcbcb;

}
.edu-item-box:hover{
    border-color:#1748a4;
    box-shadow:0px 0px 15px rgba(0,0,0,0.25);
    transition:all 0.15s!important;
}

.edu-header {
    display:flex;
    flex-direction:column;
    letter-spacing:-0.05em;
    line-height:1.75rem;
    align-items: flex-start;
    font-size:1rem;
    font-weight:600;    
}
.edu-footer {
    display:flex;
    flex-direction:column;
    font-size:0.92rem;
    color:#6f6f6f;
    font-weight:400;
}

.edu-header .edu-cate { color:#5392f2; font-size:1.1875em; width:100%;}
.edu-header .edu-subject { color:#333; font-size:1.1875em; font-weight:600; width:100%;}
.edu-header .edu-staus  {font-size:0.85em; font-weight:400; color:#ffffff; background-color:#d2d2d2; width:auto; display:inline-flex; border-radius:15px; padding:0 1em;margin-top:10px;}
.edu-header .edu-staus.ing{background-color:#1748a4;}
.edu-header .edu-staus.end{background-color:#575757;}
.edu-more-btn {font-size:1rem;transition:all 0.5s;}

.edu-not-found .edu-header{gap:8px;}
.edu-not-found .edu-footer {gap:8px;}
.edu-not-found .edu-header .edu-cate > span    {flex:0 0 auto; background:#f8f8f8;display:block;width:70%;height:1.1875em;}
.edu-not-found .edu-header .edu-subject > span {flex:0 0 auto; background:#f8f8f8;display:block;width:100%;height:1.1875em;}
.edu-not-found .edu-header .edu-staus{padding:2px 30px;}
.edu-not-found .edu-header .edu-staus > span   {flex:0 0 auto; background:#f8f8f8;display:block;width:100%;height:0.85em;}
.edu-not-found .edu-footer .edu-label > span   {flex:0 0 auto; background:#f8f8f8;display:block;width:20%;height:0.92rem;}
.edu-not-found .edu-footer .edu-date > span    {flex:0 0 auto; background:#f8f8f8;display:block;width:100%;height:0.92rem;}

.edu-more-btn > span{
    display:inline-block;
    vertical-align:middle;
}
.edu-more-btn:hover{
    letter-spacing:0.05em;
    transition:all 0.5s;
}
.edu-more-btn:hover > span{
    transition:all 0.5s;
    animation-name:infinity_rotate;
    animation-iteration-count: infinite;
    animation-duration: 750ms;
    animation-timing-function: linear;
}


.admin-sample-list-box{
    position:absolute;
    height:400px;
    overflow:hidden;
    overflow-y:auto;
    display:none;
    padding:8px;
    width:200px;
    left:-30%;
}

.admin-sample-btn{
    margin-left: 15px;
    text-decoration: none;
    color: #fff;
    padding: 14px 26px;
    background-color: #242424;
    border-radius: 50px;
    text-align: center;
    border:0;
}

.admin-sample-list-box.on{
    background-color:rgba(0,0,0,0.85);
    display:flex;
    flex-direction:column;
}

.admin-sample-list {
    font-size:13px;
    padding-left:8px;
}
.admin-sample-list ul{
    padding-left:8px;
}
.admin-sample-list li{
    margin-bottom:4px;
}
.admin-sample-list li a{
    text-decoration:none;
    padding:6px 0;
    color:#ffffff;
    display:block;
    white-space:nowrap;
    background-color:transparent !important;
}
.admin-sample{
    position:relative;
}

@keyframes infinity_rotate{
    from{transform:rotateZ(0deg)}
    to  {transform:rotateZ(360deg)}
}




@media screen and (max-width:1280px){
    .n-business-txt {
        font-size: 1.5rem;
    }
    .section01 {
        padding: 100px 0;
    }
    .section01 h2 {
        font-size: 40px;
        margin-bottom: 50px;
    }
    .section06 .main-title {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .section06 .gallery-item-text {
        font-size: 30px;
    }
    .section02 .main_copy {
        font-size: 40px;
    }
    .section05 .top_section h2 {
        font-size: 40px;
    }
    .n-business-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        padding-bottom: 1.25rem;
    }
}

@media screen and (max-width:700px){
    .n-tech-box{
        grid-template-columns:repeat(1,1fr);
        gap:40px;
        margin-top:40px;
    }
    .n-tech-item{
        height:120px;
    }
    .n-tech-item .n-tech-img > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transform-origin: center;
        transform: scale(1);
        transition: all 0.5s ease;
    }
}