@charset "utf-8";

.sub_bg {
    position: relative;
    background: url("../assets/img/bg/subTservice.jpg") no-repeat;
    height: 260px;
}
.sub_bg.company1 {
    background: url("../assets/img/bg/subTcompany.jpg") no-repeat;
}

.blockquote p {
    position: relative;
    padding: 35px;
    background: #eee;
    border-radius: 5px;
    font-size: 1rem;
}

.blockquote p::before {
    content: "\201C";
    color: #e8816e;
    position: absolute;
    left: 15px;
    font-size: 2rem;
    top: 20px;
}

.blockquote p::after {
    content: "\201D";
    color: #e8816e;
    position: absolute;
    right: 15px;
    font-size: 2rem;
    top: 20px;
}

.content_block {
    position: relative;
    height: 400px;
}
.content_block .img {
    position: absolute;
    top: 0;
}
.content_block .textInfo {
    width: 55%;
    margin-top: 30px;
    border: 3px solid #f3f3f3;

    height: 400px;
}

.content_block .f_left.textInfo {
    padding: 30px 150px 30px 50px;
}

.content_block .f_right.textInfo {
    padding: 30px 50px 30px 150px;
}

.content_block .f_left.img {
    left: 0;
}

.content_block .f_right.img {
    right: 0;
}

.textInfo h1 {
    font-size: 24px;
    font-weight: bold;
}
.content_block .f_left {
    float: left;
}
.content_block .f_right {
    float: right;
}
.content_block div {
    /*display: inline-block;*/
    vertical-align: top;
}

/*
상단 배경 텍스트
*/
.bg-mid-title {
    padding-top: 8%;
    font-size: 1.5rem;
    color: #fff;
}

/*
표 박스 영역
*/
.load-map-wrap {
    position: relative;
    height: 400px;
}

/*
동그란 영역
*/
.circle-wrap {
    position: absolute;
    z-index: 4;
    min-width: 130px;
    width: 130px;
    height: 130px;
    left: 0;
    right: 0;
}

/*
업체 위치 설정
*/
.circle-wrap.comp {
    top: 10px;
    left: 15px;
}

/*
고객 위치 설정
*/
.circle-wrap.user {
    top: 200px;
    left: 15px;
}

/*
물류 위치 설정
*/
.circle-wrap.whouse {
    top: 110px;
    left: 250px;
}

/*
항공/해상 위치 설정
*/
.circle-wrap.air {
    top: 110px;
    left: 500px;
}

/*
통관 배송 위치 설정
*/
.circle-wrap.delivery {
    top: 110px;
    left: 750px;
}

/*
마지막 도착 위치 설정
*/
.circle-wrap.end_user {
    top: 110px;
    left: 1000px;
}

/*
화살표 
*/
.arrow {
    position: relative;
    background-color: #888;
    height: 4px;
    width: 80px;
}

.arrow::after {
    position: absolute;
    content: "";
    right: 2px;
    top: -8px;
    width: 20px;
    height: 20px;
    border-top: 4px solid #888;
    border-right: 4px solid #888;
    transform: rotate(45deg);
}

.arrow2 {
    position: relative;
    background-color: #ffc800;
    height: 4px;
    width: 130px;
}

.arrow2::after {
    position: absolute;
    content: "";
    right: 2px;
    top: -8px;
    width: 20px;
    height: 20px;
    border-top: 4px solid #ffc800;
    border-right: 4px solid #ffc800;
    transform: rotate(45deg);
}

.arrow2::before {
    position: absolute;
    content: "";
    left: 2px;
    top: -8px;
    width: 20px;
    height: 20px;
    border-top: 4px solid #ffc800;
    border-left: 4px solid #ffc800;
    transform: rotate(-45deg);
}

/*
텍스트 표시
*/
.circle-wrap > span {
    position: absolute;
    text-align: center;
    width: 70%;
    bottom: -35px;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-weight: 600;
    z-index: 5;
    padding: 3px 10px;
    border: 2px solid #f3f3f3;
}

.circle-wrap .circle-box {
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    border: 5px solid #ffc800;
    overflow: hidden;
    z-index: 4;
    text-align: center;
}

/* 배송완료 이미지 */
.circle-wrap .circle-box.delivery_end {
    background: url("../assets/img/bg/6.jpg") no-repeat center;
    background-size: cover;
}

/* 빌딩 이미지 */
.circle-wrap .circle-box.building {
    background: url("../assets/img/bg/track03.jpg") no-repeat center;
    background-size: cover;
}

/* 빌딩 이미지 */
.circle-wrap .circle-box.user-order {
    background: url("../assets/img/bg/1.jpg") no-repeat center;
    background-size: cover;
}

/* 빌딩 이미지 */
.circle-wrap .circle-box.out {
    background: url("../assets/img/bg/3.jpg") no-repeat center;
    background-size: cover;
}

.air_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    /*background-color: red;*/
    transform: skewX(-30deg) translateX(-40px);
    overflow: hidden;
}
.air_bg:before {
    content: "";
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../assets/img/banner/banner01.jpg") no-repeat center;
    background-size: cover;
    transform: skewX(30deg) translateX(-60px);
    z-index: -1;
}

.ship_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    /*background-color: red;*/
    transform: skewX(-30deg) translateX(60px);
    overflow: hidden;
}
.ship_bg:before {
    content: "";
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../assets/img/banner/banner03.jpg") no-repeat center;
    background-size: cover;
    transform: skewX(30deg) translate(-25px);
    z-index: -1;
}

/*
통관 이미지
*/

.tong_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    /*background-color: red;*/
    transform: skewX(-30deg) translateX(-45px);
    overflow: hidden;
}
.tong_bg:before {
    content: "";
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../assets/img/bg/img04.jpg") no-repeat center;
    background-size: cover;
    transform: skewX(30deg) translateX(-5px);
    z-index: -1;
}

.delivery_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    /*background-color: red;*/
    transform: skewX(-30deg) translateX(60px);
    overflow: hidden;
}
.delivery_bg:before {
    content: "";
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../assets/img/bg/truck_delivery.jpg") no-repeat center;
    background-size: 50%;
    transform: skewX(30deg) translate(-90px);
    z-index: -1;
}

/*
물류 이미지
*/
.wb1_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    /*background-color: red;*/
    transform: skewX(-30deg) translateX(-45px);
    overflow: hidden;
}
.wb1_bg:before {
    content: "";
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../assets/img/bg/2.jpg") no-repeat center;
    background-size: cover;
    transform: skewX(30deg) translateX(-40px);
    z-index: -1;
}

.wb2_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    /*background-color: red;*/
    transform: skewX(-30deg) translateX(60px);
    overflow: hidden;
}
.wb2_bg:before {
    content: "";
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../assets/img/bg/3.jpg") no-repeat center;
    background-size: 60%;
    transform: skewX(30deg) translate(-95px);
    z-index: -1;
}

.step01-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.truck_icon {
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 10;
    -webkit-animation: 2s linear 0.5s forwards icon-move;
    animation: 2s linear 0.5s forwards icon-move;
}
.truck_icon i {
    font-size: 1.35rem;
}

.air_icon {
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 10;
    -webkit-animation: 2s linear 0.5s forwards icon-move;
    animation: 2s linear 2.3s forwards icon-move;
}
.air_icon i {
    font-size: 1.35rem;
}

@keyframes icon-move {
    0% {
        left: 0px;
    }
    100% {
        left: 55px;
    }
}

.bg-world2 {
    position: relative;
    margin: 0 auto;
    width: 400px;
    height: 400px;
    background: url("../assets/img/bg/world.png") 55%;
    background-size: cover;
    border-radius: 80%;
    overflow: hidden;
}

.bg-warehouse {
    position: relative;
    width: 200px;
    height: 100%;
    background: url("../assets/img/warehouse/sample2.jpg") 55%;
    background-size: cover;
    border-radius: 2%;
    overflow: hidden;
}
