@charset "utf-8";
.aisolution-content-section .image-wrapper {
    max-height: 50vh;
    height: auto;
}
.tBottom{
    display: inline-block;
}
.image-container,.text-container{
    margin-bottom: 5%;
}

.history-content-section .text-container{
    border: none !important;
}
.history-content-section{
    border-bottom: 1px solid #AFAFAF;
}
.history-content-section .image-container{
    margin-bottom: 60px;
}

.chessboard-container, .tab-buttons{
    max-width: 100%;
    width: 1100px !important;
    min-width: auto !important;
}

.aisolution-content-section {
    max-width: 100%;
    width: 1100px !important;
    min-width: auto !important;
}


.smallTitle{
    position: relative;
    max-width: 100%;
    z-index: 1;
}
.mainTitle{
    position: relative;
    padding: 74px 30px;
    margin-bottom: 3%;
}
.sTitle{
    position: relative;
    z-index: 1;
}
/*.mainTitle:not(.aiTop):after{*/
/*    content: "";*/
/*    display: block;*/
/*    background: rgba(0, 0, 0, 0.5);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
.webTop{
    background: url(/static/imgs/web/top.jpg) no-repeat center center/cover;
}
.aiTop{
    background: url(/static/imgs/aisolution/top.jpg) no-repeat center center/cover;
}
.customTop{
    background: url(/static/imgs/customSolution/top.jpg) no-repeat center center/cover;
}
.brandTop{
    background: url(/static/imgs/branding/top.jpg) no-repeat right center/cover;
}

.brandVideoTop{
    background: url(/static/imgs/branding/video_top.jpg) no-repeat right center/cover;
}


.webTop::before{

}


.aiTop::before, .brandVideoTop::before, .brandTop::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}



.csTop-qna{
    /*min-height : 500px;*/
    background: url(/static/imgs/board/qna.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.csTop-event{
    /*min-height : 500px;*/
    background: url(/static/imgs/board/event.jpg) no-repeat;
    background-position: center bottom -50px;
    background-size: cover;
}

.csTop-notice{
    /*min-height : 500px;*/
    background: url(/static/imgs/board/notice.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.csTop-faq{
  /*min-height : 500px;  */
    background: url(/static/imgs/board/faq.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}


@media screen and (max-width : 768px){
    .csTop-event{
        background-position: center bottom;

    }
}

.companyTop-license{
    background: url(/static/imgs/AboutUs/certificate.jpg) no-repeat center center/cover;

}

.companyTop-customer{
    background: url(/static/imgs/AboutUs/client.jpg) no-repeat center center/cover;
}

.companyTop-location{
    background: url(/static/imgs/AboutUs/location.jpg) no-repeat center center/cover;
}

.companyTop{
    position : relative;
}

.companyTop::before{
    content : "";
    position: absolute;
    top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
}


/*.csTop{background: url(/static/imgs/board/cs_top.jpg) no-repeat center center/cover;}*/



.fY{
    color: #FFA600;
}
.fR{
    color: #FD2772;
}


#mainPort{
    border-radius: 20px;
    overflow: hidden;
}
#mainPort .topBack::after{
    background: linear-gradient(180deg, #000000f0, #00000050);
}

.cBox .btmText{
    bottom: 0;
}

.lBox{
    position: relative;
}
.lTitle{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(32px, 3vw, 2.2em);
    font-weight: bold;
    display: inline-block;
    text-align: center;
}
.lTitle::after{
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
    content: "";
    width: 100%;
    height: 14px;
    background: #B9F302;
}
.lList{
    width: 1100px;
    max-width: 100%;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap : wrap;
}
.linfo{
    width: 33.33333%;
    border: 1px solid #e0e0e0;
    margin-bottom: 5%;
}
.linfo img{
    width: 100%;
}
.linfo p{
    font-weight: bold;
    padding: 3% 0;
    font-size: 18px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
@media screen and (max-width:1100px) {

    .aisolution-content-section p{padding : 0 20px;}

    .text-container h2{
        margin-bottom: 5%;
    }

    .history-content-section .image-container{
        margin-bottom: 80px;
    }

    .mainTitle{
        width: 100%;
        padding: 74px 5%;
        margin-bottom: 1%;
    }
    .lList{
        flex-direction: column;
        align-items: center;
    }
    .linfo{
        max-width: 90%;
        width: 550px;
        border: 1px solid #e0e0e0;
    }
    .linfo p{
        font-size: clamp(32px, 3vw, 2.2em);
    }
}

/* 이미지 로고 추가 */
.chessboard-container>.content-section .image-container:not(.logo_existed)::after{
    content: "";
    display: block;
    position: absolute;
    transform: translateY(-50%);
    bottom: 4%;
    max-width: 140px;
    width: 20%;
    padding-bottom: clamp(20px, 10%, 74px);
    background: url(/static/imgs/img_top_ci.png) no-repeat 100% / contain;
}
.chessboard-container>.content-section:nth-child(odd) .image-container:not(.logo_existed)::after{
    left: clamp(25px, 4%, 50px);
}
.chessboard-container>.content-section:nth-child(even) .image-container:not(.logo_existed)::after{
    right: clamp(25px, 4%, 50px);
}


.gallery-item>a{
    display: block;
    height: 100%;
}
.gallery-item>a img{
    height: 100%;
}


@media screen and (max-width:600px){
    .sTitle{line-height : 40px;}
    .sTitle, .smallTitle{font-size : 1.3em;}
    .bigTitle {font-size : 30px;}

    .get_rid_br br{display : none;}

    .linfo p{
        font-size: clamp(20px, 3vw, 2.2em);
    }
}

@media screen and (max-width:1100px) {
    .history-content-section .text-container .history-title {
        padding-left: 14px;
    }
}

.video-container{
    position: relative;
    padding-bottom: 56%;
    height: 0;
}

.video-container iframe{
    top: 0;
    left: 0;
    position: absolute;
}


