.contents{margin-top: 100px;}

/* 물류센터 */
.sub-text{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    margin: 100px 0;
}
.sub-text span{
    font-size: 3rem;
    font-weight: 800;
    line-height: 2;
}
.flow {overflow: hidden;display: flex;max-width: 100%;margin: 30px auto;}
.flow-list {display: flex;}
.flow-list img{
    border-radius: 20px;
}
.flow-list > li {white-space: nowrap;font-size: 1.8rem;padding: 20px;text-align: center;}

@keyframes flowRolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.kcp{
    width: 1000px;
    padding-top: 50px;
    margin: auto;
}
.kcp div{
    width: 50%;
    text-align: center;
    cursor: pointer;
}
.kcp div img{
    height: 70px;
    
}

.way{
    width: 1000px;
    margin: auto;
    position: relative;
}

.way::after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 540px;
    background: #363636;
    left: 500px;
    top: 90px;
    z-index: 1;
    
}

.way .flex-box div{
    width: 50%;
    margin-bottom: 50px;
}
.way-img{
    text-align: right;
    padding-right:40px;
}
.way-txt{
    text-align: left;
    align-content: center;
    padding-left: 40px;
}
.way-txt::before{
    content: '';
    position: absolute;
    margin-top: 40px;
    left: 497px;
    width: 7px;
    height: 7px;
    background-color: #363636;
    border-radius: 100%;
    z-index: 2;
}

.way .flex-box div img{
    border-radius: 20px;
}
.way .purple{
    font-size: 2.2rem;
    padding-bottom: 10px;
}
.sub-text-2{
    font-size: 1.8rem;
    line-height: 1.5;
}


/* 제휴브랜드 */

h5{
    font-size: 2.4rem;
    font-weight: 800;
    text-align: center;
    margin-top: 100px;
}

.brand .sub-text-2{text-align: center;padding-top: 29px;}

.brand-wrap{
    
    margin-top: 10px;
}
.brand-wrap div{
    width: 19%;
    height: 70px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px #3636363f;
    margin-top: 20px;
    text-align: center;
    display: flex; /* 추가 */
    align-items: center; /* 추가 */
    justify-content: center; /* 추가 */
}
.brand-wrap div img{height: 32px;}
.brand-wrap div:not(:nth-child(5n)){
    margin-right: calc(5%/4);
}
.event-wrap{
    justify-content: space-between;
}
.event-wrap a{
    width:49%;
    border-radius: 20px;
    box-shadow: 0px 4px 10px #3636363f;
    margin-top: 30px;
    overflow: hidden;
}
.event-wrap a img{width: 100%;}
.event-wrap>div img{
    height: 300px;

}

.event-txt{
    padding: 15px 20px;
    color: #000;
}
.event-title{
    font-size: 2rem;
    font-weight: 800;
    padding-bottom: 10px;
    color: #000;

}
.event-sub{
    font-size: 1.6rem;
    font-weight: 400;
}



/* 모달창 */

.ADpopup_wrap{
    width: 900px;
    height: 900px; 
    position: fixed; 
    border-radius: 20px;
    background: #fff; 
    top: 50%; 
    left: 50%; 
    padding: 50px; 
    text-align: center;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 100000px #0000009f;
    z-index: 10;
}
.ADpopup_wrap img{
    width: 100%;
}
.AD_info{
    height: 95%;
    max-height: 95%;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.5;
    position: relative;
}
.close_btn{ 
    padding: 0 1;
    color: #000; 
    background-color: transparent;
    font-size: 1.6rem;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 2.8rem;
}

.modal-title{
    font-size: 2.8rem;
    font-weight: 800;
    padding-bottom: 20px;
}
.modal-sub{
    font-size: 2rem;
    
    line-height: 1.5;
}
/* 플랫폼 */

.platform h2{
    font-weight: 800;
    text-align: center;
}
.flatform-sub{
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    padding: 30px 0;
    line-height: 1.5;
}
.platform .flow img{
    width: 70px;
}
.flow-list > li p{
    font-size: 1.6rem;
    padding: 10px 0;
    letter-spacing: 0.8;
    font-weight: 700;
}
.platform .flow li{
    width: 150px;
    height: 150px;
    border-radius: 20px;
    box-shadow: 0px 5px 10px #0000003a;
    margin:10px  20px;
}
.platform .flow-list img{
    border-radius: 0px;
}
.platform section{
    margin-top: 100px;
}
.one-channel img{
    width: 100%;
}
.img-wrap{
    width: 120px;
    text-align: center;
}
.img-wrap img{
    width: 100px;
    margin-right: 20px;
}
.text-wrap{
    display: flex; /* 추가 */
    align-items: center; /* 추가 */
    justify-content: center; /* 추가 */
    font-size: 2.4rem;
    line-height: 1.5;
}
.text-wrap p{font-size: inherit;}
.text-wrap span{
    font-weight: 900;
    font-size: inherit;
}
.icon-box{
    width: 1000px;
    margin: auto;
}
.icon-box>div{
    width: 470px;
    padding: 20px;
    border: solid 1px #ddd;
    height: 150px;
    align-content: center;
    margin-bottom: 20px;
    border-radius: 20px;
}
.pd-pay{
    text-align: center;
}
.pd-pay img{
    width: 800px;
}
.contact-bt {
    margin-top: 100px;
    text-align: center;
}
.contact-bt a {
    display: flex; /* 추가 */
    width: 300px;
    height: 50px;
    align-items: center; /* 추가 */
    justify-content: center; /* 추가 */
    font-size: 22px;
    font-weight: 700;
    margin: auto;
    color: #fff;
    background-color: #360658;
}

/* 반응형 */
    /* 노트북 & PC (해상도 1279px ~ 1600px)*/
    @media (max-width:1600px){


    }

    /* 노트북 & PC (해상도 1024px ~ 1279px)*/
    @media (max-width:1279px){
        .kcp {
            width: 100%;
        }
        .way{
            width: 100%;
        }
        .kcp div img{
            height: 60px;
        }
        .way .flex-box div img{
            border-radius: 10px;
            width: 100%;
        }
        .way::after{
            display: none;
        }
        .way-txt::before{
            left: 50%;
            transform: translate(-50%,0);
        }
        .brand-wrap div:not(:nth-child(5n)){
            margin-right: 0;
        }

        .brand-wrap div:not(:nth-child(4n)) {
            margin-right: calc(4% / 3);
        }
        .brand-wrap div {
            width: 24%;
        }
        .brand-wrap div img{height: 28px;}

    }

    /* 태블릿 가로, 태블릿 세로 (해상도 768px ~ 1023px)*/
    @media (max-width:1023px){
        .kcp div img{
            height: 50px;
        }
        .pd-pay img{width: 100%;}
        .icon-box{width: 100%;}
        .icon-box>div{width: 100%;}

        .ADpopup_wrap{
            width: 90%;
            height: 80%;
            padding: 50px 20px;
        }

    }




    /* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
    @media (max-width:767px) {
        .kcp div img{
            height: 20px;
        }
        .way .purple{
            font-size: 1.8rem;
        }
        .sub-text-2{
            font-size: 1.5rem;
        }
        .way .flex-box div{
            width: 100%;
            text-align: center;
            margin-bottom: 20px;

        }
        .way-img{
            text-align: center;
            padding-right:0;
            margin-top: 30px;
        }
        .way-txt{
            text-align: center;
            padding-left: 0;
        }
        .way-txt::before{display: none;}
        .sub-text{ font-size: 1.6rem; margin: 100px 0 30px 0;}
        .flatform-sub{font-size: 1.6rem;}
        .text-wrap{font-size: 1.6rem;}
        .img-wrap img{width: 90px;}
        .img-wrap{width: 95px;}
        .platform h2{font-size: 2.4rem;}
        .event-wrap a{
            width:100%;
            border-radius: 20px;
            box-shadow: 0px 4px 10px #3636363f;
            margin-top: 30px;
            overflow: hidden;
        }
        .event-sub{
            font-size: 1.5rem;
        }
        .brand-wrap div img{width: 70%;height: auto;}
        .brand-wrap div:not(:nth-child(5n)){
            margin-right: 0;
        }

        .brand-wrap div:not(:nth-child(4n)) {
            margin-right: 0;
        }
        .brand-wrap div:not(:nth-child(3n)) {
            margin-right: calc(4% / 2);
        }
        .brand-wrap div {
            width: 32%;
        }
        .brand-wrap div{
            height: 50px;
            border-radius: 10px;
        }
    }