/* 공통 */
img{width:100%;}
b,strong{font-weight: 600;}
body {background-color: #eee; color:#333; font-family: 'SUIT Variable', sans-serif;}
/* div,p{word-break: keep-all;} */
a{ text-decoration: none; color:#333;}
.hidden {
    width: 1px;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    position: absolute;}
.clear:after {
    display: block;
    content: "";
    clear: both;
    height: 0;}

.logis{width:100%; max-width: 1024px; padding:0px 80px; box-sizing: border-box; margin: 0px auto; background:white; position: relative;}
.logis.news{min-height: 100vh;}

/* 헤더-로고상단 */
header {  border-bottom:solid 5px #00253E; position: relative; z-index: 1;}
header .header_wrap{width:100%; position: relative; padding-top: 57px; padding-bottom:27px; border-bottom:solid 2px #00253E;}
header .header_wrap h1{width:279px; position: absolute; left:50%; transform: translate(-50%); top:51px;}
header .header_wrap > img:first-child{float:left; width: 118px;}
header .header_wrap > img:last-child{float:right; width:144px;}

/* 헤더-info라인 */
header .header_info {width:100%; height:40px; line-height: 40px; position:relative; right:0px; padding:0px 20px; box-sizing: border-box;}
header .header_info .view_before a{color:#00253E; font:550 17px/40px 'SUIT'; cursor: pointer;}
header .header_info .subsc {float:left; font:600 17px/40px 'SUIT'; position: relative; }
header .header_info .info_wrap { float:right; font:600 17px/40px 'SUIT'; position: relative;}
header .header_info .info_wrap .before_list { visibility: hidden; border:solid 1px #A6C0DA; border-top: solid 0px #00253E; position: absolute; z-index: 1; text-align: center; width:80px; font:500 14px 'SUIT'; padding-top: 7px; background: white; transition: 0.3s; opacity: 0; top: 45px;}
header .header_info .info_wrap .before_list.on {visibility: visible; opacity: 1;}
header .header_info .info_wrap .before_list li {padding: 3px 0px 5px; cursor: pointer;}
header .header_info .info_wrap .before_list a{color:#00253E;}
header .header_info .info_wrap span {margin-right: 20px; text-align: end; color:#00253E;}
header .header_info .info_wrap span.info02 {font:300 14px/40px 'SUIT'; margin-right:0px;}

.content {min-height: 88vh; background: white;}
.content .inner{width:100%;}
footer{ border-top: solid 5px #00253E;}
.footer_wrap {padding:0 80px; box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer_wrap .footer_logo {width:20%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer_txt {width: 68%; padding:23px 0 23px; color:#666; font:300 14px/140% 'SUIT';}
.footer_txt p:nth-child(1){margin-bottom: 20px;}
.footer_txt a{font-weight: 500; color:#333;}
.c_right{text-align: center; border-top: solid 2px #00253E; padding:20px 0px 22px; color:#666; font:300 13px 'SUIT';}



/* 로지스진-메인 */
.content.main {min-height: 300px; padding:35px 0px 5px; }
.con {border: solid 1px #eee; border-top: solid 3px #7192A8; padding:20px; box-sizing: border-box; position: relative; margin-bottom: 30px;}

/* vertical */
.con_v{ display: -webkit-box; display: -moz-box;    display: -ms-flexbox;    display: flex;    -webkit-box-pack: justify;    -moz-justify-content: space-between;    -ms-flex-pack: justify;    justify-content: space-between;}
.con_v .con_img {width:50%;}
.con_v .con_txt {width:50%;}

.flex_01 {width:566px;} /* con01 + con02 왼쪽 */
.flex_02 {width:268px;} /* con03 오른쪽 */
.flex_03 { display: -webkit-box;    display: -moz-box;    display: -ms-flexbox;    display: flex;    -webkit-box-pack: justify;    -moz-justify-content: space-between;    -ms-flex-pack: justify;    justify-content: space-between;}
.sec_01 { display: -webkit-box;    display: -moz-box;    display: -ms-flexbox;    display: flex;    -webkit-box-pack: justify;    -moz-justify-content: space-between;    -ms-flex-pack: justify;    justify-content: space-between;}
.sec_02 { display: -webkit-box;    display: -moz-box;    display: -ms-flexbox;    display: flex;    -webkit-box-pack: justify;    -moz-justify-content: space-between;    -ms-flex-pack: justify;    justify-content: space-between;}

/* con_01 왼쪽 위 하나 */
.con_01 .con_img,.con_03 .con_img,.con_05 .con_img {height: 225px;}
.con_01 .con_img img{height: 100%; object-fit: cover;}
.con_01 .txt { margin-bottom: 20px; }
.con_01 .con_txt {padding-left: 15px; box-sizing: border-box;}

/* con_02 왼쪽 아래 두개 */
.con_02 { width:47.5%; }
.con_02 .tit { margin-bottom: 20px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex;}
.con_02 .tit a { display: inline-block; width: calc(100% - 15px); }
.con_02 .tit::before {display: inline-block; width:5px; height: 20px; margin:0px 7px 0px 0px; position: relative; top: 2px;}
.con_02 .con_txt {padding:0px; margin-top: 20px;}
.con_02 .con_img {height:140px;}
.con_02 .con_img img {height: 100%; object-fit: cover;}

/* con_03 오른쪽 하나 */
.con_03 .con_img img { height:100%; object-fit: cover;}
.con_03 .con_txt {padding:0px; margin-top: 20px;}
.con_03 .txt {-webkit-line-clamp: 8;}

/* con_04 */
.con_04 {width:268px;}
.con_04 .con_img {width:100%; height:140px;}
.con_04 .con_img img{height:100%; object-fit: cover;}
.con_04 .con_txt {width:100%; margin-top: 20px;}
.con_04 .tit { margin-bottom: 20px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex;}
.con_04 .tit a { display: inline-block; width: calc(100% - 15px); }
.con_04 .tit::before {display: inline-block; width:5px; height: 20px; margin:0px 7px 0px 0px; position: relative; top: 2px;}
/* .con_04 .con_txt::after {content: ""; width:150px; height:17px; display: block; background: url('../img/logis_logo_w.png') no-repeat center/contain; position: absolute; right:0px; bottom:0px;} */

/* con_05 물류통계포커스 */
.con_05 {width:566px; border-top: solid 3px #3D7194;}
.con_05 .con_txt {width:50%; padding-right: 15px; box-sizing: border-box; position: relative;}
.con_05 .con_txt > a {right:20px; bottom: 10px;}
.con_05 .con_txt .tit a{font-weight: 400;}
.con_05 .con_txt .tit::before {background-color: #00253E;}
.con_05 .con_txt .txt {-webkit-line-clamp: 4;}
.con_05 .con_img {width:47%;}
.con_05 .con_img img{ height: 100%; object-fit: cover;}

.con_h .con_img {width:100%;}
.con_txt > a {width:23px; height:8px; display: block; position: absolute; right:20px; bottom:30px;}
.tit{font:550 17px/140% 'SUIT'; margin-bottom: 10px; word-break: keep-all;}
.tit::before{content: ""; width:60px; height:8px; display: block; margin-bottom: 12px; background-color: #00253E;}
.txt {font:300 14px/140% 'SUIT'; margin-bottom: 5px;    overflow: hidden;    text-overflow: ellipsis;    display: -webkit-box;    -webkit-line-clamp: 6;    -webkit-box-orient: vertical;    /* text-align: justify; */    word-break: keep-all;}
.logis_c {text-align: left;}
.txt_m {margin-bottom: 5px; text-indent: 0px;}


/* 로지스진-detail */
.label_wrap {position: absolute; right: 0px; top:0px; font:500 16px/140% 'SUIT';}
.label_1 {display: inline-block; padding:7px 17px 8px; background-color: #00253E; color: white;}
.label_2 {display: inline-block; padding:7px 30px 8px; background-color: #3D7194; color: white;}

/* 물류통계포커스 */
.logis_c .label_1{background-color: #00253E;}
.logis_c .label_2{background-color: #00253E;}
.logis_c .tit_wrap {border-bottom: solid 5px #00253E;}

.detail .tit_wrap {padding: 70px 0 20px; position: relative; text-align: center; border-bottom: solid 5px #00253E;}
.detail .tit_wrap h3{font:600 26px 'SUIT'; margin-bottom: 10px;}
.sub_tit {font:500 20px 'SUIT';}
.sub_tit::before {content: "-"; display: inline-block; width:20px;}
.sub_tit::after {content: "-";  display: inline-block; width:20px;}

/* vertical 가로형*/
.cont_wrap.img_v {width:100%; padding:30px 0 20px;}
.cont_wrap.img_v .txt_wrap { padding:0px 10px 0px;}
.cont_wrap .img_v {width:100%;  object-fit: cover; margin-bottom: 30px;}

/* horizontal 세로형*/
.cont_wrap.img_h{    width:100%;    padding:30px 0px 20px;    display: -webkit-box;    display: -moz-box;    display: -ms-flexbox;    display: flex;}
.cont_wrap.img_h .txt_wrap {width:57%; padding:0px 32px 10px 20px;}
.cont_wrap .img_h {width:43%;}
.cont_wrap .img_h img{height:100%; object-fit: cover; margin-bottom: 30px;}

.cont_wrap .txt_wrap { padding:0px 10px 20px; font:300 18px 'SUIT'; text-align: justify;}
.cont_wrap .txt_wrap p {margin-bottom: 15px;}
.cont_wrap .txt_wrap p:last-child {margin-bottom: 0px;}

.detail_view {display: inline-block; padding:8px 27px 8px; border: solid 1px #333; font:500 14px/20px 'SUIT'; border-radius: 50px; color:#333; margin-bottom: 60px; transition: 0.3s;}
.detail_view:hover {background-color: #333333; color:white;}

.b_btns {border-top: solid 2px #00253E; padding:30px 0 32px;    display: -webkit-box;    display: -moz-box;    display: -ms-flexbox;    display: flex;    -webkit-box-pack: justify;    -moz-justify-content: space-between;    -ms-flex-pack: justify;    justify-content: space-between;}
.b_btns a {display: inline-block; font:500 16px/140% 'SUIT';}
.b_btns a.on {color:white; border: solid 1px #7192A8; background: #7192A8;}
.b_btns a.off {color:#ccc; border: solid 1px #ccc; cursor: default;}
.b_btns a:nth-child(1) {padding:11px 7.5% 12px; }
.b_btns a:nth-child(2) {padding:11px 24.5% 12px; color:white; border: solid 1px #00253E; background-color: #00253E;}
.b_btns a:nth-child(3) {padding:11px 7.5% 12px; }

@media screen and (max-width:1024px){
    .logis{width:100%;}
    .flex_01 {width:65%;}
    .flex_02 {width:32%;}
    .con_04 {width:31%;}
    .con_05 {width:66%;}
}
@media screen and (max-width:900px){
    .logis{padding:0 30px;}
    header .header_wrap h1{width:240px;}
}
@media screen and (max-width:768px){
    .logis{padding:0 14px;}
    header .header_wrap h1{width:160px; top: 33px;}
    header .header_wrap{padding-top:34px;}
    .before_list {width:64px;}
    header .header_info {padding:0px 12px;}
    header .header_info .subsc {font-size: 14px;}
    header .header_info .view_before a{font-size: 14px;}
    header .header_info span {font-size: 14px;}
    header .header_info span.info02 {font-size: 12px;}
    header .header_info span:last-child {font-size:12px ;}
    header .header_info span{margin-right: 10px;}
    .footer_wrap {-webkit-box-lines: multiple;        -moz-flex-wrap: wrap;        -ms-flex-wrap: wrap;        flex-wrap: wrap;        padding:14px;    }    .footer_wrap .footer_logo {width:152px;}
    .footer_txt {width:100%; padding-bottom: 0px;}

    .detail .tit_wrap {padding-top:60px;}

    .sec_01{ -webkit-box-lines: multiple; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
    .sec_02{ -webkit-box-lines: multiple; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
    .con_v{ -webkit-box-lines: multiple; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;    }
    .con_v .con_img,.con_v .con_txt{width:100%;}
    .con_txt{padding:0px; margin-top: 20px;}
    .flex_01,.flex_02{width:100%;}
    .con_01 .con_txt,.con_05 .con_txt {padding:0px;}
    
    .con_04 {width: 100%;}
    .con_04 .con_img {height:225px;}
    .con_05{width:100%; -webkit-box-orient: vertical; -webkit-box-direction: reverse;        -moz-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse;}
    .txt,.con_03 .txt {margin-bottom: 20px; -webkit-line-clamp: 3;}

    .detail .tit_wrap h3{font-size: 20px;}
    .sub_tit {font-size: 18px;}
    .cont_wrap .txt_wrap {font-size: 16px;}

    .b_btns a:nth-child(1){padding:8px 6% 8px;}
    .b_btns a:nth-child(2){padding:8px 20% 8px;}
    .b_btns a:nth-child(3){padding:8px 6% 8px;}

    .cont_wrap.img_h{        -webkit-box-lines: multiple;        -moz-flex-wrap: wrap;        -ms-flex-wrap: wrap;        flex-wrap: wrap;        -webkit-box-orient: vertical;        -webkit-box-direction: reverse;        -moz-flex-direction: column-reverse;        -ms-flex-direction: column-reverse;        flex-direction: column-reverse;    }
    .cont_wrap .img_h{width:100%; height: 240px;}
    .cont_wrap.img_h .txt_wrap {width:100%; padding:30px 10px 20px; box-sizing: border-box;}
}
@media screen and (max-width:500px){

    header .header_info .info_wrap {line-height: 38px;}
    header .header_info .info_wrap span {margin-right:6px;}
    header .header_wrap > img:first-child,header .header_wrap > img:last-child{width:70px;}
    header .header_wrap > img:last-child {margin-top: 3px;}
    
    .flex_03{        -webkit-box-lines: multiple;    -moz-flex-wrap: wrap;    -ms-flex-wrap: wrap;    flex-wrap: wrap;    }
    .con_02 {width: 100%;}
    .con_02 .con_img {height: 225px;}
    .con_02 .tit,.con_04 .tit{-webkit-box-lines: multiple; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
    .con_02 .tit::before,.con_04 .tit::before {content: ""; width: 60px; height: 8px; display: block; margin-bottom: 12px;}
    
    .txt {margin-bottom: 20px;}

    .footer_txt{font-size: 12px; padding: 14px 0 14px;}
    .c_right{font-size: 12px;padding: 14px 0px 16px;}

    .b_btns a:nth-child(1){padding:8px 6% 8px;}
    .b_btns a:nth-child(2){padding:8px 15% 8px;}
    .b_btns a:nth-child(3){padding:8px 6% 8px;}
}