@charset "UTF-8";

html, body {
    overflow-y: unset !important;
    height: unset !important;   
    overflow-x: hidden !important;
}
#header.scroll .webHead{
    background: #fff !important;
}
.topView{
    width: 100vw;
    height: 350px;
    position: relative;
    object-fit: cover;
    object-position: center;
}
.topView.company{
    background-size: cover;
    background: url(../images/img_bg1.png) no-repeat center center / cover;
}
.topView .txtWrap{
    z-index: 1;
    position: absolute;
    top: 50%;
    left:0;
    right:0;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
}
.topView .txtWrap div{
    color: #fff;
}
.topView .txtWrap .txt1{
    font-size: 20px;
    font-weight: bold;
}
.topView .txtWrap .txt2{
    font-size: 40px;
    font-weight: bold;
    margin-top: 8px;
}
.container {
    display: flex;
    border-left: 1px solid #eeeeee;
}
.sidebar {
    position: fixed;
    padding-top: 100px;
}
.sidebar li{
    padding-left: 30px;
    font-size: 16px;
    color: #616161;
    margin-bottom: 54px;
    cursor: pointer;
}
.sidebar li.active {
    border-left: 4px solid #E50012;
    color: #E50012;
    font-weight: bold;
    padding-left: 26px;
}
.contentWrap {
    width: 1200px;
    margin-left: 300px;
}
.contentWrap .content {
    margin-top: 100px;
}
.contentWrap .content .title{
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 32px;
}
.contentWrap .content#ceo .ceoImg{
    padding:60px 50px;
    width: 100%;
    height: 280px;
    background: url("../images/img_ceo.png") no-repeat center center / cover;
}
.contentWrap .content#ceo .ceoImg div{
    color: #fff;
    line-height: 1.6;
}
.contentWrap .content#ceo .ceoImg .txt1{
    font-size: 18px;
}
.contentWrap .content#ceo .ceoImg .txt1 b{
    font-size: 22px;
    color: #fff;
}
.contentWrap .content#ceo .ceoImg .txt2{
    font-size: 18px;
    font-weight: bold;
    margin:16px 0 8px;
}
.contentWrap .content#ceo .ceoImg .txt3{
    font-size: 16px;
    font-weight: 500;
}
.contentWrap .content#ceo .ceoTxt{
    font-weight: 500;
    margin-top: 40px;
    line-height: 1.8;
}
.contentWrap .content#ceo .ceoName {
    margin-top: 30px;
}
.contentWrap .content#ceo .ceoName div{
    display: inline-block;
}
.contentWrap .content#ceo .ceoName .name{
    vertical-align: middle;
    margin-left: 6px;
}
.tabs{
    display: none;
    margin-top: 40px;
}
.contentWrap .content .historyWrap{
    width: 100%;
    padding:54px 40px;
    background: #FBF8F8;
    border-radius: 20px;
}
.contentWrap .content .historyWrap .moImg{
    display: none;
}
.contentWrap .content .historyWrap img{
    width: 100%;
}
.contentWrap .content .historyWrap .historyTab,
.contentWrap .content .contentsTab{
    border-bottom: 1px solid #e8e8e8;
}
.contentWrap .content .historyWrap .historyTab li,
.contentWrap .content .contentsTab li{
    display: inline-block;
    font-size: 24px;
    color: #616161;
    font-weight: 500;
    margin-right: 24px;
    cursor: pointer;
}
.contentWrap .content .historyWrap .historyTab li.active,
.contentWrap .content .contentsTab li.active{
    border-bottom: 5px solid #E50012;
    font-weight: bold;
    color: #212121;
    padding-bottom: 16px;
}
.contentWrap .content .historyWrap .historyTab li.active::after,
.contentWrap .content .contentsTab li.active::after{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: var(--primary);
    display: inline-block;
    vertical-align: text-top;
    margin-left: 2px;
}
.contentWrap .content .certiWrap{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 120px;
}
.contentWrap .content .certiWrap li{
    width: calc(25% - 30px);
}
.contentWrap .content .certiWrap li img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 7px 11px rgba(0,0,0,.16);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.contentWrap .content .certiWrap li:hover img {
    transform: translateY(-10px);
    box-shadow: 0 12px 20px rgba(0,0,0,.2);
}

.contentWrap .content .certiWrap li .title{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0 !important;
    margin-top: 24px;
}

.topView.ai{
    background-size: cover;
    background: url(../images/img_bg2.png) no-repeat center center / cover;
}
.contentWrap #data .title,
.contentWrap #agent .title,
.contentWrap #Architecture .title,
.contentWrap #edu .title,
.contentWrap #live .title,
.contentWrap #share .title{
    margin-bottom: 16px !important;
}
.contentWrap #data .dataFlowWrap{
    background: #F4F6F8;
    width: 100%;
    padding:35px 60px;
    text-align: center;
    border-radius: 20px;
    margin-top: 35px;
}
.contentWrap #data .dataFlowWrap img{
    width: 100%;
}
.contentWrap .agentWrap{
    background: #F4F6F8;
    border-radius: 20px;
    padding:46px 90px;
    text-align: center;
    margin-top: 35px;
}
.contentWrap .agentWrap div{
    display: inline-block;
    width: calc(50% - 20px);
}
.contentWrap .agentWrap div img{
    width: 100%;
}
.contentWrap .architectureWrap{
    padding:48px 120px;
    background: #F4F6F8;
    width: 100%;
    text-align: center;
    border-radius: 20px;
    margin-top: 35px;
}
.contentWrap .architectureWrap img{
    width: 100%;
}
.contentWrap .aiEduWrap{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 60px;
    background: #F4F6F8;
    border-radius: 20px;
    gap: 100px;
    margin-top: 35px;
    margin-bottom: 120px;
}
.contentWrap .aiEduWrap div{
    width: 50%;
}
.contentWrap .aiEduWrap div img{
}


.topView.delivery{
    background-size: cover;
    background: url(../images/img_bg3.png) no-repeat center center / cover;
}

.readyWrap{
    text-align: center;
    padding: 120px 0;
}
.readyWrap .txt1{
    font-size: 40px;
    font-weight: 800;
    margin-top: 34px;
}
.readyWrap .txt2{
    font-size: 24px;
    font-weight: 600;
    margin-top: 24px;
}
.topView.ict{
    background-size: cover;
    background: url(../images/img_bg4.png) no-repeat center center / cover;
}
.delWrap{
    padding:100px 0;
}
.delWrap .txt1{
    font-weight: bold;
    color: var(--primary);
}
.delWrap .txt2{
    font-size: 30px;
    font-weight: 800;
    line-height: 1.7;
    margin-top: 24px;
}
.delWrap .txt3{
    font-size: 18px;
    margin-top: 40px;
    line-height: 1.7;
}
.delWrap .menu-container {
    margin: 60px auto 0;
    display: flex;
    gap: 10px;
    height: 380px;
}
.delWrap .menu-item {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.delWrap .menu-item.active {
    flex: 3;
}
.delWrap .menu-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.delWrap .menu-item:hover img,
.delWrap .menu-item.active img {
    transform: scale(1.05);
}
.delWrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.5));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
}
.delWrap .menu-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    opacity: 1;
    transition: opacity 0.3s ease;
    color: #fff;
}
.delWrap .menu-description {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease, max-height 0.6s ease;
    color: #fff;
}
.delWrap .menu-item.active .menu-description {
    opacity: 1;
    max-height: 80px;
}
.delSwiperWrap {
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
}
.delSwiperWrap .swiperTxtWrap .txt1{
    font-size: 30px;
    font-weight: 800;
    line-height: 1.7;
}
.delSwiperWrap .swiper {
    width: 100%; 
    position: relative;
}
.delSwiperWrap .swiper-wrapper {
    display: flex;
    position: relative;
}
.delSwiperWrap .swiper-slide{
    margin-top: 50px;
    padding:100px 24px;
    text-align: center;
}
.delSwiperWrap .swiper-slide.jeonju{
    background: linear-gradient(to bottom, rgba(255,244,247), rgba(255,255,255));;
}
.delSwiperWrap .swiper-slide.jecheon{
    background: linear-gradient(to bottom, rgba(242,244,255), rgba(255,255,255));;
}
.delSwiperWrap .swiper-slide.gunsan{
    background: linear-gradient(to bottom, rgba(255,241,235), rgba(255,255,255));;
}
.delSwiperWrap .flex{
    align-items: center;
    justify-content: center;
}
.delSwiperWrap .imgWrap{
    display: inline-block;
    order: 1;
}
.delSwiperWrap .infoWrap{
    display: inline-block;
    vertical-align: top;
}
.delSwiperWrap .imgWrap div{
    display: inline-block;
    width: calc(50% - 10px);
}
.delSwiperWrap .imgWrap div img{
    width: 100%;
}
.delSwiperWrap .qrWebImg{
    order: 2;
}
.delSwiperWrap .qrWebImg img{
    width: 100%;
}
.delSwiperWrap .qrMoImg{
    display: none;
}
/* .delSwiperWrap .imgWrap div img{
    width: 100%;
}
.delSwiperWrap .infoWrap .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: left;
}
.delSwiperWrap .jeonju .infoWrap .logo{
    width: 256px;
    height: 80px;
}
.delSwiperWrap .jecheon .infoWrap .logo{
    width: 252px;
    height: 60px;
}
.delSwiperWrap .gunsan .infoWrap .logo{
    width: 283px;
    height: 60px;
}
.delSwiperWrap .infoWrap .logo img{
    width: 100%;
    height: 100%;
}
.delSwiperWrap .infoWrap .qrWrap{
    margin-top: 45px;
    display: flex;
}
.delSwiperWrap .infoWrap .qrWrap .qrBox{
    display: inline-block;
    text-align: center;
}
.delSwiperWrap .infoWrap .qrWrap .qrBox:first-child{
    margin-right: 40px;
}
.delSwiperWrap .infoWrap .qrWrap .qrBox .qr{
    margin-bottom: 8px;
}
.delSwiperWrap .infoWrap .qrWrap .qrBox img{
    width: 100%;
    height: 100%;
} */
.delSwiperWrap .swiper-slide {
    flex-shrink: 0;
    width: 100% !important;
    height: 100%;
    font-size: 24px;
}
.delSwiperWrap .swiper-button-next,
.delSwiperWrap .swiper-button-prev {
    cursor: pointer;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 30px;
    background: url("../images/ico_swiper.png") no-repeat center / 60px auto;
}
.delSwiperWrap .swiper-button-next {
    transform: rotate(180deg);
    right: 0;
}
.delSwiperWrap .swiper-button-prev {
    right: 100px;
}


@media (max-width: 1500px) {
    .delWrap .menu-container {
        flex-direction: column;
        height: auto;
    }
    .delWrap .menu-item {
        height: 120px;
    }
    .delWrap .menu-item.active {
        height: 300px;
    }
}

.contentWrap .contentsWrap{
    padding: 54px 40px;
    background: #FBF8F8;
    border-radius: 20px;
}
.contentWrap .contentsWrap .txt{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 24px;
}
.contentWrap .contentsWrap li img{
    width: 100%;
}
.contentWrap .contentsWrap .vrImg li{
    display: inline-block;
    width: calc(50% - 24px);
    margin-bottom: 24px;
}
.contentWrap .contentsWrap .vrImg li:nth-child(odd){
    margin-right: 24px;
}
.contentWrap .iotWrap ul{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.contentWrap .iotWrap li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F4F6F8;
    border-radius: 12px;
    padding:30px 40px;
    width: calc(50% - 24px);
}
.contentWrap .iotWrap li .title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
.contentWrap .iotWrap li .sub{
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
}
.contentWrap .liveWrap{
    padding: 45px;
    border-radius: 20px;
    background: #fafafa;
    margin-top: 40px;
}
.contentWrap .liveWrap .live{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contentWrap .liveWrap .live img{
    width: 100%;
}
.contentWrap .liveWrap .live .tit{
    font-size: 18px;
    font-weight: 800;
}
.contentWrap .liveWrap .live .tit b{
    color: var(--primary);
    font-size: 18px;
}
.contentWrap .liveWrap .live .sub{
    line-height: 1.7;
    margin-top: 16px;
}
.shareWrap {
    margin-bottom: 140px;
}
.shareWrap ul{
    display: flex;
    gap: 40px;
}
.shareWrap ul li{
    text-align: center;
    background: #F4F8F4;
    border-radius: 24px;
    padding: 40px 0 48px;
    display: inline-block;
    width: 33%;
}
.shareWrap ul li .tit{
    width: 100px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    background: #005F5D;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}
.shareWrap ul li .sub{
    margin-top: 24px;
    line-height: 1.7;
    font-weight: 500;
}
.order1{order: 1;}
.order1{order: 2;}

.topView.notice{
    background-size: cover;
    background: url(../images/img_bg5.png) no-repeat center center / cover;
}
.noticeContainer{
    margin-top: 80px !important;
    padding: 0 16px 140px;
}
.noticeContainer .count{
    font-weight: 500;
    color: #040303;
}
.noticeContainer .count b{
    color: var(--primary);
}
.noticeContainer .noticeTable{
    margin-top: 32px;
    width: 100%;
}
.noticeContainer .noticeTable thead{
    border-top: 2px solid var(--primary);
    height: 56px;
    border-bottom: 1px solid #eeeeee;
}
.noticeContainer .noticeTable thead th{
    color: #616161;
    font-weight: 500;
}
.noticeContainer .noticeTable tbody tr{
    border-bottom: 1px solid #eeeeee;
    height: 56px;
}
.noticeContainer .noticeTable tbody tr td{
    text-align: center;
}
.noticeContainer .noticeTable tbody td.title{
    text-align: left;
}
.noticeContainer .noticeTable tbody tr.notice .badge{
    width: 56px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    border-radius: 20px;
    border: 1px solid var(--primary);
    color: var(--primary);
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
}
.noticeContainer .noticeTable tbody tr.notice td.title{
    font-weight: bold;
}
.noticeContainer .noticeTable tbody tr.content td{
    height: 500px;
    overflow-y: auto;
    text-align: left !important;
    padding: 40px;
    font-weight: 500;
    vertical-align: text-top;
}
.noticeContainer .listBtn{
    display: inline-block;
    padding: 14px 40px;
    background: var(--primary);
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-weight: bold;
}