.subhead_wrap .wrap .title_logo{
    background-image: url("/resources/newimg/jp/logistics/logistics_logo.png");
}

/* 폰트 공통 */
section h2{
    font-size: 3.3rem;
    font-weight: 900;
    text-align: left;
    transition: 0.5s;
}
section h3{
    font-size: 2.6rem;
    font-weight: 900;
    transition: 0.5s;
}
section p{
    font-size: 1.4rem;
    font-weight: 500;
    transition: 0.5s;
}
section p strong{
    font-size: 1.6rem;
    font-weight: 900;
    transition: 0.5s;
}
section li, section span{
    transition: 0.5s;
}



/* 히든태그를 선택해야하는 이유 */
#sec_one{
    background-image: url("/resources/newimg/jp/logistics/logistics_background.jpg");
    background-position: center;
    background-size: 4500px;
}
#sec_one .sec_one_wrap div{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 30px;
}
#sec_one .sec_one_wrap div h2{
    margin-bottom: 50px;
    text-align: center;
    display: block;
    font-size: 2rem;
}
#sec_one .sec_one_wrap div ul{
    display: flex;
    flex-direction: column;
}
#sec_one .sec_one_wrap div ul li{
    padding:10px 0;
    border-top: 1px solid #fff;
    box-sizing: border-box;
}
#sec_one .sec_one_wrap div ul li:nth-of-type(7){
    border-bottom: 1px solid #fff;
}
#sec_one .sec_one_wrap div h2,#sec_one .sec_one_wrap div ul li{
    color: #fff;
}


/* 물류유통관리&모니터링 */
#sec_two .sec_two_wrap .one p:nth-of-type(2){
    margin-top: 20px;
}
#sec_two .sec_two_wrap .two{
    text-align: right;
    padding: 100px 0;
}
#sec_two .sec_two_wrap .two h3{
    padding-bottom: 30px;
}
#sec_two .sec_two_wrap div:nth-of-type(3){
    padding-top: 50px;
}
#sec_two .sec_two_wrap div:nth-of-type(4){
    padding: 100px 0;
}
#sec_two .sec_two_wrap div:nth-of-type(4) p{
    text-align: center;
    font-size: 2.6rem;
    font-weight: 500;
}
#sec_two .sec_two_wrap div:nth-of-type(4) p strong{
    font-size: 2.8rem;
    font-weight: 900;
}
#sec_two .sec_two_wrap div:nth-of-type(5){
    width: 60%;
    margin: 0 auto;
}

#sec_two .gray{
    background-color: #4e4e4e;
    overflow: hidden;
}
#sec_two .gray h3, #sec_two .gray p{
    color: #fff;
}
#sec_two .gray_wrap .one > p{
    margin: 50px 0;
}
#sec_two .gray_wrap .one ul{
    width: 700px;
    padding-bottom: 100px;
}
#sec_two .gray_wrap .one ul li > p{
    border-top: 1px solid #fff;
    padding: 10px 0;
}
#sec_two .gray_wrap .one ul li:nth-of-type(5) > p{
    border-bottom: 1px solid #fff;
}
#sec_two .gray_wrap .two{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#sec_two .gray_wrap .two div{
    text-align: right;
}
#sec_two .gray_wrap .two div h3{
    padding-bottom: 50px;
}
#sec_two .gray_wrap .two::before{
    content: "";
    display: block;
    clear: both;
    width: 30%;
    height: 300px;
    background-image: url("/resources/newimg/jp/logistics/logistics-02.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

/* 마스터 라벨 */
#sec_three .img{
    width: 100%;
    padding: 100px 0;
}
#sec_three .img img{
    display: block;
    margin: 0 auto;
    width: 70%;
}
#sec_three div:nth-of-type(3) ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#sec_three div:nth-of-type(3) ul li{
    width: calc(100% / 3);
    position: relative;
}
#sec_three div:nth-of-type(3) ul li:not(:nth-of-type(3))::after{
    content: "";
    display: block;
    clear: both;
    background-color: #000;
    width: 1px;
    height: 160px;
    position: absolute;
    right: 0;
    top: calc(50% - 160px/2);
    transition: 0.5s;
}
#sec_three div:nth-of-type(3) p{
    text-align: center;
    transition: 0.5s;
}

/* 소비자 */
#sec_four{
    background-color: #0097ff;
}
#sec_four h2, #sec_four p{
    color: #fff;
}
#sec_four p{
    padding-bottom: 100px;
}
#sec_four img{
    display: block;
}

/* media */
@media all and (max-width:1300px) {
    /* 마스터 라벨 */
    #sec_three div:nth-of-type(3) p{
        font-size: 1.5vw;
    }
    #sec_three div:nth-of-type(3) ul li:not(:nth-of-type(3))::after{
        top: calc(50% - 15vw/2);
        height: 15vw;
    }
}

/* 테블릿 세로 (해상도 768px ~ 1023px)*/ 
@media all and (max-width:1023px) {

    /* 폰트 공통 */
    section h2{
        font-size: 2.8rem;
    }
    section h3{
        font-size: 2.2rem;
    }
    section p{
        font-size: 1.1rem;
    }
    section p strong{
        font-size: 1.3rem;
    }

    /* 히든태그를 선택해야하는 이유 */
    #sec_one .sec_one_wrap div h2{
        font-size:1.7rem
    }
    #sec_one .sec_one_wrap div ul li{
        font-size: 1.2rem;
    }

    /* 물류유통관리&모니터링 */
    #sec_two .sec_two_wrap div:nth-of-type(4) p{
        font-size: 2.1rem;
    }
    #sec_two .sec_two_wrap div:nth-of-type(4) p strong{
        font-size: 2.3rem;
    }
    #sec_two .sec_two_wrap .two{
        padding: 80px 0;
    }
    #sec_two .sec_two_wrap div:nth-of-type(3){
        padding-top: 20px;
    }
    #sec_two .sec_two_wrap div:nth-of-type(4){
        padding: 80px 0;
    }
    #sec_two .sec_two_wrap div:nth-of-type(5){
        width: 80%;
    }
    #sec_two .gray_wrap .one ul{
        width: 550px;
    }
    #sec_two .gray_wrap .two::before{
        height: 185px;
    }

    /* 마스터라벨 */
    #sec_three .img{
        padding: 70px 0;
    }

    /* 소비자 */
    #sec_four p{
        padding-bottom: 70px;
    }
}
  
/* 모바일 가로, 테블릿 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
    .blocks{
        display: block;
    }
    section h2.cont_null{
        margin-bottom: 30px;
    }
    /* 폰트 공통 */
    section h2{
        font-size: 7vw;
    }
    section h3{
        font-size: 5vw;
    }
    section p{
        font-size: 3vw;
    }
    section p strong{
        font-size: 3.5vw;
    }

    /* 히든태그를 선택해야하는 이유 */
    #sec_one .sec_one_wrap div h2{
        font-size: 1.3rem;
        margin-bottom: 20px
    }
    #sec_one .sec_one_wrap div ul li{
        font-size: 1rem;
        padding: 5px 0
    }

    /* 물류유통관리&모니터링 */
    #sec_two .gray_wrap .one ul{
        width: 85vw;
    }
    #sec_two .sec_two_wrap div:nth-of-type(4) p{
        font-size: 4.7vw;
    }
    #sec_two .sec_two_wrap div:nth-of-type(4) p strong{
        font-size: 5.2vw;
    }
    #sec_two .sec_two_wrap div:nth-of-type(3){
        width: 40%;
        margin: 0 auto;
    }
    #sec_two .gray_wrap .one > p{
        margin: 30px 0;
    }
    #sec_two .gray_wrap .two div{
        width: 100%;
        padding-bottom: 100px;
    }
    #sec_two .gray_wrap .two div h3{
        padding-bottom: 30px;
    }
    #sec_two .gray_wrap .two{
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }
    #sec_two .gray_wrap .two::before{
        width: 60vw;
        height: 46vw;
    }

    /* 마스터라벨 */
    #sec_three .img img{
        width: 90%;
    }
    #sec_three div:nth-of-type(3) ul{
        flex-direction: column;
    }
    #sec_three div:nth-of-type(3) ul li{
        width: 100%;
    }
    #sec_three div:nth-of-type(3) ul li:nth-of-type(1){
        padding-bottom: 6vw;
    }
    #sec_three div:nth-of-type(3) ul li:nth-of-type(2){
        padding: 6vw 0;
    }
    #sec_three div:nth-of-type(3) ul li:nth-of-type(3){
        padding-top: 6vw;
    }
    #sec_three div:nth-of-type(3) ul li:not(:nth-of-type(3))::after {
        width: 6vw;
        height: 2px;
        right: calc(50% - 6vw/2);
        top: 100%
    }
    #sec_three div:nth-of-type(3) p{
        font-size: 3vw;
    }

    /* 소비자 */
    #sec_four{
        padding-bottom: 100px;
    }
    #sec_four .change{
        width: 60%;
        margin: 0 auto;
    }
} 

@media all and (max-width:550px) {

    /* 히든태그를 선택해야하는 이유 */
    #sec_one .sec_one_wrap div h2{
        font-size: 3.4vw;
    }
    #sec_one .sec_one_wrap div ul li{
        font-size: 2.8vw;
    }
}

/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/ 
@media all and (max-width:479px) {
    section h2.cont_null{
        margin-bottom: 5vw;
    }
    #sec_two .sec_two_wrap .two{
        padding: 15vw 0
    }
    #sec_two .sec_two_wrap .two h3{
        padding-bottom: 5vw;
    }
    #sec_two .sec_two_wrap div:nth-of-type(4){
        padding: 15vw 0;
    }
    #sec_two .gray_wrap .one > p{
        margin: 5vw 0;
    }
    #sec_two .gray_wrap .one ul{
        padding-bottom: 15vw;
    }
    #sec_two .gray_wrap .two div h3{
        padding-bottom: 5vw;
    }
    #sec_two .gray_wrap .two div{
        padding-bottom: 15vw;
    }
    #sec_three .img{
        padding: 12vw 0;
    }
    #sec_four p{
        padding-bottom: 12vw;
    }
    #sec_two .sec_two_wrap div:nth-of-type(5){
        width: 90%;
    }
    #sec_two .sec_two_wrap div:nth-of-type(3){
        width: 50%;
    }
    #sec_four .change{
        width: 70%;
    }
    #sec_four{
        padding-bottom: 50px;
    }

    /* 히든태그를 선택해야하는 이유 */
    #sec_one .sec_one_wrap div h2{
        font-size: 1rem;
    }
    #sec_one .sec_one_wrap div ul li{
        font-size: 0.8rem;
    }
}
@media all and (max-width:400px) {

    /* 히든태그를 선택해야하는 이유 */
    #sec_one .sec_one_wrap div h2{
        font-size: 3.7vw;
    }
    #sec_one .sec_one_wrap div ul li{
        font-size: 3vw;
    }
}
