.page{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.maninwrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* banner----------------------------------------------------------------------- */
.swpierWrapp{
    width: 98%;
    /* background-color: #3a7bfd; */
    padding-top: 34px;
}
.swiper {
    width: 100%;
    /* height: 500px; */
    height: 540px;
    /* 슬라이더 높이 */
    background-color: #000;
    padding: 27px 30px;
    border-radius: 20px;

}
.swiper-slide{
        display: flex;
        align-items: center;
        height: 0%;
}

.swiper-slide > div{
        display: flex;
        align-items: center;
        justify-content: center;
}
.swiper-slide > div > img{
        /* width: 100%; */
        /* height: auto; */
        height: 100%;
        width: auto;

}

.bannerwrap{
    height: 540px;
    /* margin: 27px 30px; */
    /* padding-top: 27px; */
    /* background-color: aqua; */
    display: flex;
}

.banner{
    width: 100%;
    height: 100%;
    /* background-color: #303030; */
    /* border-radius: 20px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.banner01{
    background: url(../img/index/01_ai.png) no-repeat center;
}
.banner02{
    background: url(../img/index/02_UBI\ SAFER-IMS.png) no-repeat center;
}
.banner03{
    background: url(../img/index/03_UBI\ SAFER-PSM.png) no-repeat center;
}
.banner04{
    background: url(../img/index/04_U-PRIVACY\ SAFER.png) no-repeat center;
}
.banner05{
    background: url(../img/index/05_IDENTITY\ SHIELD.png) no-repeat center;
}
.banner06{
    background: url(../img/index/06_rnd-1.png) no-repeat center;
}
.banner07{
    background: url(../img/index/06_rnd-2.png) no-repeat center;
}
.banner08{
    background: url(../img/index/06_rnd.png) no-repeat center;
}
.bannerContents {

    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-bottom: 34px; */
    line-height: 63px;
    font-size: 45px;
    font-weight: 700;
}
.bannerContents > .mainBanner{
    color:white;
}
.bannerContents > .mainBannerColored{
    /* color: #3a7bfd; */

    background: var(
            --linear,
            linear-gradient(
            90deg,
            rgba(58, 123, 253, 1) 48.571428656578064%,
            rgba(154, 253, 77, 1) 100%
            )
        );
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    
}
.bannerContents > .mainBannerTop{
    font-size: 24px;
    color:#398AFF;
    padding-bottom: 16px;
    line-height: 32px;

}
.bannerBtn > button{
    background: #ffffff;
    border-radius: 7px;
    padding: 18px 26px 18px 26px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-size: 24px;
    font-weight: 700;
}
/* banner끝------------------------------------------------------------------------------- */


.mainTitle > p:first-child{
    font-size: 52px;
    font-weight: 600;
    color:#1A1C21;
    padding-bottom: 12px;
}
.mainTitle > p:last-child{
    font-size: 32px;
    font-weight: 700;
    color:#398AFF;
}
.mainTitle01 > p:first-child{
    font-size: 48px;
    font-weight: 700;
    color:#1A1C21;
    padding: 70px 0 54px 0;
}
.mainTitle01 > p:last-child{
    font-size: 22px;
    font-weight: 400;
    color:#6F7785;
    line-height: 34px;
    padding-bottom: 30px;
}
.mainTitle02 > p:first-child{
    font-size: 32px;
    font-weight: 700;
    color:#1A1C21;
    padding: 40px 0 45px 0;
}
.mainTitle02 > p:last-child{
    font-size: 20px;
    font-weight: 400;
    color:#5E5E5E;
    line-height: 30px;
    padding-bottom: 30px;
}
.mainTitle03 > p:first-child,
.mainTitle03-01{
    font-size: 44px;
    font-weight: 700;
    color:#1A1C21;
    line-height: 60px;
    padding-bottom: 16px;
    text-align: center;

}
.mainTitle03 > p:last-child{
    font-size: 24px;
    font-weight: 400;
    color:#5E5E5E;
    line-height: 43px;
    text-align: center;
}



.mainT{
    font-size: 29px;
    font-weight: 700;
    color:#398AFF;
    padding-bottom: 40px;
}

/* .main01>.mainTitle, .main03>.mainTitle{
    display: flex;
    justify-content: center;
    line-height: 54px;
    text-align: center;
    padding-bottom: 60px;
} */
.main05>.mainTitle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 54px;
    text-align: center;
    padding-bottom: 82px;
}
.main01wrap, .main02wrap, .main03wrap, .main04wrap, .main05wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*width: 1140px;*/
}
.main01, .main02{
    width: 100%;
}
.main03 > .mainContent03{
    display: flex;
    /* width: 1560px; */
    /* width: 1280px; */
    justify-content: space-between;
    padding-top: 75px;
}
.main03 > .mainContent03 > .mainBox{
    /* width: 359px; */
    width: 300px;
    height: 431px;
    border-radius: 20px;
    border: 1px solid #D7E1FF;
    background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(247, 249, 255, 1) 100%
    );

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin: 0 10px;
}

.main03 > .mainContent03 > .mainBox > .mainBoxT01{
    font-size: 50px;
    line-height: 34px;
    color:#1075FF;
    padding: 60px 0 40px 0;
    font-weight: 700;
}
.main03 > .mainContent03 > .mainBox > .mainBoxT02{
    font-size: 30px;
    line-height: 20px;
    color:#333D4B;
    font-weight: 600;
}
.main03 > .mainContent03 > .mainBox > .mainBoxT02_second{
    font-size: 30px;
    line-height: 20px;
    color:#333D4B;
    font-weight: 600;
    padding-top: 12px;
}

.main04{
    /* width: 1560px; */
    /* width: 1280px; */
    display: flex;
    justify-content: space-between;
}
.main04 > .main04left > div:first-child{
    height: 10px;
    width: 80px;
    background-color:#CDD8FF;
    margin-bottom: 19px;
}
.main04 > .main04left > .mainTitle04 > p:first-child, h3{
    font-size: 44px;
    color:#1D1D1F;
    line-height: 65px;
    font-weight: 700;
}
.main04 > .main04left > .mainTitle04 > p:last-child{
    font-size: 24px;
    color:#333D4B;
    line-height: 43px;
    font-weight: 500;
    padding: 44px 0;
}
.main04left{
    margin-left: 20px;
}
.main01Img{
    width: 276px;
}



/*-----------------------main01-----------------------*/
.main01wrap{
    height: 650px;
    width: 1140px;
    /* background-color: #6a75a7; */

}
.main02wrap{
    height: 400px;
    width:1140px;
    justify-content: flex-end;

}
.main03wrap{
    /* height: 1243px; */
    height: 1000px;
    /* background-color: #2FDCB9; */
}
.main04wrap{
    height: 1244px;
    width: 100%;
    background-color: #F7F9FF;
}

.main01contents{
    display: flex;
    width: 100%;
}

.main01img{
    width: 1920px;
    height: 2949px;
    /* background-color: #d3d3d3; */
    /* background-size: cover; */
    background: url(../img/index/00.png) no-repeat;
    /* border-radius: 16px; */
    background-position: center center;
}
.main01imgMobile{
    display: none;
}
.main01txt{
    padding: 85px 0 0 70px;
}
.main01txt>p:first-child, .main01txt>p:nth-child(2){
    font-size: 28px;
    font-weight: 700;
    color:#D0D3D9;
    padding-bottom: 18px;
}
.main01txt>p:nth-child(3){
    font-size: 36px;
    font-weight: 700;
    color:#1A1C21;
    padding-bottom: 30px;
}
.main01txt>p:nth-child(4){
    font-size: 18px;
    font-weight: 500;
    color:#89919C;
    line-height: 30px;
}
/*-----------------------main05-----------------------*/
.main05wrap{
    height: 300px;
    width: 100%;
    
    /* background-color: #464646; */
}
.main05{
    display: flex;
    flex-direction: column;
}
.mainbottomwrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between
}
.main05bottom{
    display: flex;
    justify-content: center;
    position: relative;
    padding-right: 20px;
}
.main05left{
    /* height: 300px; */
    height: 250px;
    /* width: 430px; */
    width: 300px;
    background-color:white;
    border: 2px solid #EBEBEB;
    border-radius: 20px;
    /* padding: 62px 42px 42px 42px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: auto;
    cursor: pointer;
}
.ids{
    background:url(../img/index/IDS.png) no-repeat;background-size: cover;
    background-position: center;}
.ims{
    background:url(../img/index/IMS.png) no-repeat;background-size: cover;
    background-position: center;}
.psm{
    background:url(../img/index/PSM.png) no-repeat;background-size: cover;
    background-position: center;}
.up{
    background:url(../img/index/UP.png) no-repeat;background-size: cover;
    background-position: center;}
.uplens{background:url(../img/index/LENS.png) no-repeat;background-size: cover;}

.main05leftB {
    position: absolute;
    top: 0;
    left: 0;
    height: 250px;
    width: 300px;
    backdrop-filter: blur(44px); 
    
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 10%);
        
    opacity: 0;
    transition: opacity 0.3s ease; 
}

.main05left:active+ .main05leftB,
.main05left:hover+ .main05leftB{
    opacity: 1;
    pointer-events: auto;
}

.main05left > .mainT01{
    font-size: 16px;
    font-weight:500; 
    color:#525252; 
    background-color: white;
    border: solid 1px #C5C5C5; 
    border-radius: 86px;
    padding:10px 20px;
}
.main05left > .mainT02{
    padding:23px 0 14px 0;
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    color:#1A1C21;
}
.main05left > .mainT02 > .idsT{    color:#66D9F3;}
.main05left > .mainT02 > .imsT{    color:#4549D6;}
.main05left > .mainT02 > .psmT{    color:#3F65AD;}
.main05left > .mainT02 > .upT{    color:#B2CA7D;}
.main05left > .mainT02 > .uplensT{    color:#2FDCB9;}

.main05left > .mainT03{
    padding:23px 0 14px 0;
    line-height: 33px;
    font-size: 17px;
    text-align: center;
    color:#1A1C21;
    font-weight: 600;
}
.mainT03Eng{
    font-size: 14px !important;
    line-height: 18px !important;
    padding:22px 0 !important;
}
.main05center{
    margin: 0 30px 0 30px;
}
.main05btn{
    display: flex;
    flex-direction: column;
}
.solutionBtn{
    font-size: 12px;
    font-weight: 600;
    color:#687283;
    width: 140px;
    height: 40px;
    border: solid 1px #D0D3D9;
    border-radius: 6px;
    background-color: white;
    /* margin-top: 100px; */
    margin-top: 60px;
}




/* -----------------------------팝업 시작----------------------------- */
    /* 팝업 배경 */
    .popup {
        display: none;
        position: fixed;
        top: 0; 
        /* left: 318px; */
        left: 0;
        width: 100vw; height: 100vh;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1000;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    /* 팝업 내용 */
    .popup-content {
        position: relative;
        max-width: 400px;
        width: 90%;
        text-align: center;
        cursor: pointer;
    }
    .popup-content img {
        max-width: 120%;
        /* 기본값 : max-width: 100%; */
        height: auto;

        
    }
    /* 닫기 버튼 */
    .close-btn {
        position: absolute;
        top: 10px; 
        right: -60px;
        /* right: 15px; */
        font-size: 32px;
        cursor: pointer;
        font-weight: bold;
        /* color:white; */
        color:#2e130a;
    }

/* -----------------------------팝업 끝----------------------------- */




/* 반응형------------------------------------------------ */
#pagewrap.mobile .page{
    width: 100%;
    /* background-color: #2FDCB9; */
}
#pagewrap.mobile .main01wrap,
#pagewrap.mobile .main02wrap{
    width: 80%;
    height: 100%;
    /* background-color: #1075FF; */
    margin-top: 130px;
    margin-bottom: 130px;
}
#pagewrap.mobile .main03wrap{
    width: 95%;
    height: 100%;
    margin: 100px 0;
}

#pagewrap.mobile .main03{
    width: 100%;
}
#pagewrap.mobile .mainTitle03,
#pagewrap.mobile .mainContent03{
    width: 100%;
}

#pagewrap.mobile .main03 > .mainContent03 > .mainBox{
    width: 24%;
}
#pagewrap.mobile .main01, 
#pagewrap.mobile .main02{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#pagewrap.mobile .main05wrap {
    width: 90%;
    height: auto;
    /* background-color: #1075FF; */
}

#pagewrap.mobile .main04wrap{
    height: auto;
}
#pagewrap.mobile .mainbottomwrap{
    flex-wrap: wrap;
    justify-content: center;
}

#pagewrap.mobile .main04{
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    margin: 150px 0;
}

#pagewrap.mobile .main04left{
    display: flex;
    flex-direction: column;
    align-items: center;
}


#pagewrap.mobile .main04left > div:first-child {
    display: none;
}

#pagewrap.mobile .main04 > .main04left > .mainTitle04 > p:first-child,
#pagewrap.mobile h3{
    text-align: center;
    font-size: 70px;
    line-height: 100px;

}
#pagewrap.mobile .main04 > .main04left > .mainTitle04{
    width: 85%;
}
#pagewrap.mobile .main04 > .main04left > .mainTitle04 > p:last-child{
    text-align: center;
    font-size: 45px;
    line-height: 80px;
}

#pagewrap.mobile .mainTitle01,
#pagewrap.mobile .mainTitle02,
#pagewrap.mobile .mainTitle03{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#pagewrap.mobile .mainTitle01 > p:first-child,
#pagewrap.mobile .mainTitle02 > p:first-child{
    font-size: 80px;
    text-align: center;
    width: 80%;
}
#pagewrap.mobile .mainTitle03 > p:first-child,
#pagewrap.mobile .mainTitle03-01{
    font-size: 80px;
    line-height: 100px;
    text-align: center;
    width: 69%;
}

#pagewrap.mobile .mainTitle01 > p:last-child,
#pagewrap.mobile .mainTitle02 > p:last-child,
#pagewrap.mobile .mainTitle03 > p:last-child {
    font-size: 55px;
    line-height: 80px;
    text-align: center;

}
#pagewrap.mobile .main01> button > img,
#pagewrap.mobile .main02> button > img{
    height: 130px;
    margin-left: 150px;

}

#pagewrap.mobile .mainTitle02{
    width: 100%;
}

#pagewrap.mobile .main05bottom{
    margin: 0 10px 50px 10px;
    width: 48%;
    padding: 0;
    
}
#pagewrap.mobile .main05left {
    width: 100%;
    height: 450px;
}

#pagewrap.mobile .main05{
    width: 100%;
}

#pagewrap.mobile .main05left > .mainT02{
    font-size: 48px;
    line-height:55px;
    padding: 30px 0 25px 0;
}

#pagewrap.mobile .main05left > .mainT01 {
    font-size: 26px;
    line-height: 26px;
    padding: 20px 30px;
}

#pagewrap.mobile .main05left > .mainT03{
    font-size: 30px;
    line-height:55px;
    padding: 30px 0 25px 0;
}
#pagewrap.mobile .solutionBtn {
    font-size: 33px;
    width: 380px;
    height: 90px;
}


.section-center{
    display: flex;
    justify-content: center;
}