/* main */


.site main .container{
    justify-content: center;
    gap: 100px;
    padding: 100px 32px;
}

.site main .title-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:46px;
}

.site .section-h2 .en{
    letter-spacing: -0.01em;
    display: block;
}
/* section(1) */

.site section[data-child="1"] .card-list{
    display: flex;
    gap: 40px;
}

.site section[data-child="1"] .card-list li{
    flex: 1;
    border-radius: 20px;
    background-color: #222;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    background-blend-mode: hard-light, hard-light, normal;
    gap: 23px;
    padding: 35px 40px;
}

.site section[data-child="1"] .card-list li .card-title .title{
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.50);
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1px;
}
.site section[data-child="1"] .card-list li .card-title .subtitle{
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.50);
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
}
.site section[data-child="1"] .card-list li .divider{
    width: 130px;
    height: 1px;
    background: rgba(255, 255, 255, 0.70);
}

.site section[data-child="1"] .card-list li .desc{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    min-height: 75px;
}

.site section[data-child="1"] .card-list li:nth-child(1){
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 46.8%, rgba(0, 0, 0, 0.80) 89.36%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(/assets/images/b2c_main.jpg) lightgray 50% / cover no-repeat;
    
    box-shadow: 0 0 50px 0 #000 inset;
}
.site section[data-child="1"] .card-list li:nth-child(2){
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 46.8%, rgba(0, 0, 0, 0.80) 89.36%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(/assets/images/b2b_main.jpg) lightgray 50% / cover no-repeat;
    box-shadow: 0 0 200px 0 #000 inset;
}
.site section[data-child="1"] .card-list li:nth-child(3){
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 46.8%, rgba(0, 0, 0, 0.80) 89.36%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(/assets/images/partner_main.jpg) lightgray 50% / cover no-repeat;
    box-shadow: 0 0 200px 0 #000 inset;
}

@media screen and (max-width: 1280px){
    .site section[data-child="1"]{
        background: #F2F2F7;        
    }

    .site section[data-child="1"] .container{
        gap: 17px;
    }

    .site section[data-child="1"] .card-list{
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .site section[data-child="1"] .card-list li{
        padding: 20px;
        gap: 15px;
    }

    .site section[data-child="1"] .card-list li .card-title .title{
        font-size: 18px;
    }

    .site section[data-child="1"] .card-list li .card-title .subtitle{
        font-size: 14px;
    }

    .site section[data-child="1"] .card-list li .desc{
        min-height: 42px;
        font-size: 15px;
    }

    .site section[data-child="1"] .text-box-list{
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .site section[data-child="1"] .text-box-list li{
        border-radius: 10px;
        background: #FFF;
        padding: 20px;
    }
}



#service-hub .brand-wrapper{
    display: flex;
    justify-content: center;
    width: 100%;
}

#service-hub .brand-wrapper .brand{
    width: 182px;
    height: 182px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 50%;
    border: 1px solid #4D546A;
    background: #1D2033;
}

#service-hub .line-wrapper{
    display: flex;
    justify-content: center;
}

#service-hub .line{
    width: 957px;
    height: 90px;
    position: relative;
}

#service-hub .line .horizontal{
    width: 100%;
    height: 1px;
    background: #4D546A;
    position: absolute;
    top: 50%;
}

#service-hub .line .vertical{
    height: 100%;
    width: 1px;
    background: #4D546A;
    position: absolute;
    left: 50%
}

#service-hub .line .vertical.bottom{
    height: 50%;
    bottom: 0;
}

#service-hub .line .vertical.left{
    left: 0;
    right: unset;
}

#service-hub .line .vertical.right{
    right: 0;
    left: unset;
}

#service-hub .service-list{
    display: flex;
    gap: 40px;
}

#service-hub .service-list > li{
    flex: 1;
    border-radius: 20px;
    padding: 40px;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

#service-hub .service-list > li .top{
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 100%
}

#service-hub .service-list > li .divider{
    height: 1px;
    width: 100%;
    background: #4D546A;
}

#service-hub .service-list > li .title-wrapper{
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#service-hub .service-list > li .title-wrapper{
    text-align: center;
}

#service-hub .service-list > li .title-wrapper .list-h1{
    margin-bottom : 5px;
}

#service-hub .service-list > li .title-wrapper .list-h3{
    color: #DADDE7;
    font-weight: 300;
}

#service-hub .service-list > li .title-wrapper .desc{
    font-weight: 300;

}

#service-hub .service-list > li .list-wrapper{
    display: flex;
    justify-content: center;
}

#service-hub .service-list > li .list-wrapper ul{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-height: 115px;
    max-width: max-content;
    padding-left: 30px;
}

#service-hub .service-list > li .list-wrapper ul li{
    font-weight: 300;
}

#service-hub .service-list > li .list-wrapper ul li:before{
    color: #2192FF;
    font-size: 25px;
    left: -30px;
    top: -2px;
}

#service-hub .service-list > li button{
    width: 300px;
}

@media screen and (max-width: 1280px){
    
    #service-hub{
        width: 100%;
    }

    #service-hub .brand-wrapper .brand{
        width: 120px;
        height: 120px;
    }

    #service-hub .brand-wrapper .brand img{
        width: 59px;
        height: 32px;
    }

    #service-hub .line-wrapper .line{
        width: 100%;
        height: 1275px;
        margin-bottom: -1255px;
    }
    #service-hub .line-wrapper .horizontal,
    #service-hub .line-wrapper .vertical.bottom.left,
    #service-hub .line-wrapper .vertical.bottom.right{
        display: none;
    }

    #service-hub .service-list{
        flex-direction: column;
        gap: 20px;
        position: relative;
        z-index: 1;
    }
}


.site section[data-child="3"] .image-wrapper{
    width: 100%;
    height: 450px;
    border-radius: 20px;
    background: url(/assets/images/main04.png) lightgray 50% / cover no-repeat;
}

@media screen and (max-width: 1280px){

    .site section[data-child="3"] .container{
        padding: 50px 0;
    }

    .site section[data-child="3"] .image-wrapper{
        border-radius: 0;
        height: 210px;
    }

    .site section[data-child="3"] ul.text-box-list{
        flex-direction: column;
        gap: 25px;
        padding: 0 20px;
        width: 100%;
    }
}


.site section[data-child="4"] .image-list{
    display: flex;
    gap: 40px;
    justify-content: center;
}

.site section[data-child="4"] .image-list li{
    height: fit-content;
}

.site section[data-child="4"] .image-list li img{
    width: auto;
    height: 100px;
}
@media screen and (max-width: 1280px){
    .site section[data-child="4"] .section-b3.t-center{
        text-align: left;
    }

    .site section[data-child="4"] .image-list li img{
        width: auto;
        height: 60px;
    }
}

.site section[data-child="5"] .container .image-wrapper{
    width: 100%;
    padding: 0 100px;
    display: flex;
    justify-content: space-between;
}

.site section[data-child="5"] .container h2{
    color: #222;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width: 1280px){
    .site section[data-child="5"] .container h2{
        font-size: 14px;
    }

    .site section[data-child="5"] .container .image-wrapper{
        gap: 40px 28px;
        flex-wrap: wrap;
        padding: 0 20px;
        max-width: 1126px;
        justify-content: center;
    }

    
}

.site section[data-child="6"] .container{
    padding: 0 32px 150px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site section[data-child="6"] .container > div{
    width: 100%;
    background: #F2F2F7;
    padding: 100px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
}


@media screen and (max-width: 1280px){
    .site section[data-child="6"] .container{
        padding: 0 20px 50px 20px;
    }

    .site section[data-child="6"] .container > div{
        padding: 50px 20px;
        gap: 30px;
    }

    .site section[data-child="6"] .title-wrapper{
        gap: 10px;
    }
}


/* #main-intro-graphics */

/* COMMON */
.wires{ 
    display:block; 
    width:100%;
}

#main-intro-graphics .brand-wrapper{
    position: relative;
}
#main-intro-graphics .brand-wrapper > svg{
    position: absolute;
}
.brand-wrapper li{
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 30px 0 rgba(1, 33, 103, 0.20);
  z-index: 1;
}
.brand-wrapper li:nth-child(1){
    background: #F8FBFC;
}
.brand-wrapper li:nth-child(2){
    background: #093687;
}
.brand-wrapper li:nth-child(3){
    background: #0B0E11;
}
.brand-wrapper li:nth-child(4){
    background: #F8FBFC;
}
.brand-wrapper li:nth-child(5){
    background: linear-gradient(121deg, #A229C5 -8.22%, #7B3FE4 79.81%);

}
.brand-wrapper li:nth-child(6){
    background: #000008;
}
.brand-wrapper li:nth-child(7){
    background: #F8FBFC;
}

#main-intro-graphics svg.wires{
    display:block; 
    width:100%;
}

#main-intro-graphics svg.wires .wire{
    fill:none;
    stroke: #C6C7D8;
    stroke-opacity: .7;
    stroke-width:2;
    stroke-linecap:round;
    stroke-dasharray:6 8;
    animation:flow 15s linear infinite;
    vector-effect:non-scaling-stroke;
}

#main-intro-graphics .service-logo{
    width: 100%;
    aspect-ratio:1/1;
    border-radius:25px;
    background: radial-gradient(62.56% 62.56% at 0% 73.48%, #00C6CD 0%, rgba(0, 198, 205, 0.00) 100%), radial-gradient(55.34% 55.34% at 93.26% 92.17%, #000DFF 0%, rgba(0, 13, 255, 0.00) 100%), radial-gradient(56.21% 56.21% at 10% 6.77%, #FFA7BC 0%, rgba(255, 167, 188, 0.00) 100%), radial-gradient(50% 50% at 50% 50%, #05194A 0%, #012167 100%);
    box-shadow: 0 8px 30px 0 rgba(1, 33, 103, 0.30);
    display:grid; 
    place-items:center;
    margin-inline:auto;
}

@keyframes flow { to { stroke-dashoffset:-200; } }
@media (prefers-reduced-motion: reduce){
  .wire{ animation:none; }
}



/* 모바일 */

#main-intro-graphics{
    width: 100%;
}

#main-intro-graphics > div{
    width: 100%;
}

#main-intro-graphics .mobile-graphics{
    display: none;
    flex-direction: column;
    gap: 0;
    min-height:427px;
}

#main-intro-graphics .mobile-graphics .service-logo{
    width: 30%;
    max-width: 110px;
}

#main-intro-graphics .mobile-graphics .service-logo img{width:60%; height:auto}

.mobile-graphics .symbol-list{
    width: 100%;
    height: 145px;
}

.mobile-graphics .symbol-list li{
    width: 40px;
    height: 40px;
}

.mobile-graphics .symbol-list li:nth-child(1){
    top: 7px; 
    left: calc( 6.8% - 20px );
}

.mobile-graphics .symbol-list li:nth-child(2){
    top: 42px; 
    left: calc( 24% - 10px );
}
.mobile-graphics .symbol-list li:nth-child(3){
    top: 7px; 
    left: calc( 38% - 20px );
}
.mobile-graphics .symbol-list li:nth-child(4){
    top:  58px;
    left: calc( 50% - 20px );
}
.mobile-graphics .symbol-list li:nth-child(5){
    top: 7px;
    right: calc( 38% - 20px );
}
.mobile-graphics .symbol-list li:nth-child(6){
    top: 42px;
    right: calc( 24% - 10px );
}
.mobile-graphics .symbol-list li:nth-child(7){
    top: 7px; 
    right: calc( 6.8% - 20px );
}

.mobile-graphics .service-wrapper{
    width: 100%;
    position: relative;
}

.mobile-graphics .service-wrapper > svg{
    top: 0;
}
.mobile-graphics .service-wrapper > ul{
    width: 100%;
}

.mobile-graphics .service-list{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 15px;
}

.mobile-graphics .service-list .card{
    flex:1;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(1, 33, 103, 0.15);
    padding: 15px 10px;
    text-align: center;
    color: #777;
    font-size: 14px;
    line-height: 100%;
}

.mobile-graphics .service-list .card .list-h1{
    font-size: 16px;
    color: #111;
}

@media screen and (max-width: 360px){
    .mobile-graphics .service-list {
        flex-direction: column;
    }
    .mobile-graphics .service-list .card{
        width: 100%;
    }
}

/* 데스크탑 */

#main-intro-graphics .desktop-graphics{
    display: grid;
    grid-template-columns: 1fr 230px 1fr;
    align-items: center;
    max-width: 1296px;
}

#main-intro-graphics .desktop-graphics .brand-wrapper{
    height: 410px;
}

#main-intro-graphics .desktop-graphics .brand-wrapper svg,
#main-intro-graphics .desktop-graphics .brand-wrapper ul{
    top: 0;
}

#main-intro-graphics .desktop-graphics .symbol-list li{
    width: 70px;
    height: 70px;
}

.desktop-graphics .symbol-list li:nth-child(1){
    top: 0px; 
    left: calc( 30% - 35px );
}

.desktop-graphics .symbol-list li:nth-child(2){
    top: 70px; 
    left: calc( 45% - 35px );
}
.desktop-graphics .symbol-list li:nth-child(3){
    top: 105px; 
    left: calc( 10% - 35px );
}
.desktop-graphics .symbol-list li:nth-child(4){
    top:  170px;
    left: calc( 30% - 35px );
}
.desktop-graphics .symbol-list li:nth-child(5){
    top: 235px;
    left: calc( 10% - 35px );
}
.desktop-graphics .symbol-list li:nth-child(6){
    top: 270px;
    left: calc( 45% - 35px );
}
.desktop-graphics .symbol-list li:nth-child(7){
    top: 340px; 
    left: calc( 30% - 35px );
}

#main-intro-graphics .desktop-graphics .service-logo{
    padding: 68px 36px;
    border-radius: 60px;
    height: 230px;
    width: 230px;
}

#main-intro-graphics .desktop-graphics .service-logo img{
    width: 100%;
    height: auto;
}

#main-intro-graphics .desktop-graphics .service-wrapper{
    display: grid;
    grid-template-columns: 1fr 250px;
}

#main-intro-graphics .desktop-graphics .service-wrapper ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#main-intro-graphics .desktop-graphics .service-wrapper li{
    padding: 20px 40px;
    box-shadow: 0 8px 30px 0 rgba(1, 33, 103, 0.15);
    border-radius: 15px;
    display: flex;
    gap: 30px;
    color: #777;
    font-size: 15px;
}

#main-intro-graphics .desktop-graphics .service-wrapper li .list-h1{
    color: #000;
    font-size: 18px;
}

@media screen and (max-width: 1280px){
    #main-intro-graphics .desktop-graphics{
        display: none;
    }

    #main-intro-graphics .mobile-graphics{
        display: flex;
    }
}