@charset "utf-8";


.network_con01 {}
.network_con01 .custom-list.type-2 li::before {width:30px; height:30px; border:1px solid #d10a11; border-radius:50%; text-align:center; line-height:28px; font-size:15px; }
.network_con01 .bg_gray {padding:8% 10%; margin-top:50px; background-color:#ededed; box-sizing:border-box; }
.network_con01 .bg_gray h4 {font-size:24px; font-weight:bold; color:#444444; letter-spacing:-0.025em; }

.inner{width:100%; max-width:1200px; margin:0 auto; padding-top:100px;}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.timeline .box {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  box-sizing:border-box;
}
.timeline .box::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -11px;
  background-color: white;
  border: 4px solid #d10a11;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.timeline .left {
  left: 0;
}
.timeline .right {
  left: 50%;
}
.timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}
.timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}
.timeline .right::after {
  left: -13px;
}
.timeline .content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  box-sizing:border-box;
}


@media screen and (max-width: 640px) {
  .timeline::after {
	left: 31px;
  }
  .timeline .box {
	width: 100%;
	padding-left: 70px;
	padding-right: 25px;
  }
  .timeline .box::before {
	left: 60px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent;
  }
  .timeline .left::after, .timeline .right::after {
	left: 15px;
  }
  .timeline .right {
	left: 0%;
  }
}



/* 해외반송물류경쟁력 */
.competitiveness_con01{}
.competitiveness_con01 .box{padding:8% 10%; background:#ededed;}
.competitiveness_con01 .box h5{font-size:22px; color:#444444; letter-spacing:-0.025em; font-weight:700; margin:0;}
.competitiveness_con01 .box h6{font-size:16px; color:#444444; letter-spacing:-0.025em; font-weight:300; line-height:1.6; margin:0; }
.competitiveness_con01 .box p{font-size:16px; color:#888888; letter-spacing:-0.025em; font-weight:300; line-height:1.6; margin:0;}
.competitiveness_con01 .img_box img{max-width:100%;}
.competitiveness_con01 .txt_box h5{position:relative; font-size:22px; color:#444444; letter-spacing:-0.025em; font-weight:700; padding-left:15px;}
.competitiveness_con01 .txt_box h5:before{content:''; position:absolute; top:10px; left:0; display:block; width:7px; height:10px; background:url('/img/competitiveness_con01_icon01.png') no-repeat center center / contain;}


