@charset "utf-8";


#site {
    padding-top: 111px;
}



.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
    display: none;
}

/*°¡·Î 100% ·¹ÀÌ¾Æ¿ô Á¤ÀÇ*/
.container_contents,
.intro-html-layout,
.intro-html-layout>div,
.footer_copy>div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}

.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout+.row,
#mailForm,
#insertForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.board_wrapper {
    margin-top: 0;
}

.search_wrap {
    margin-bottom: 0;
}

* {
    word-break: keep-all
}

a:hover {
    text-decoration: none
}

.li-dash>li,
.li-dot>li,
.li-dash>dd,
.li-dot>dd {
    padding-left: 15px;
    position: relative;
    font-weight: 300;
}

.li-dash>li:before,
.li-dot>li:before,
.li-dash>dd:before,
.li-dot>dd:before {
    content: '-';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}

.li-dot>li:before,
.li-dot>dd:before {
    /* content: '¡¤'; */
    top: -2px;
}

/* ºÒÇÊ¿ä Ç×¸ñ »èÁ¦ */
.navbar .caret {
    display: none;
}

.subContent ul {
    padding: 0
}

/* »ó´Ü ¸Þ´º */
.navbar-inverse {
    background: #fff;
    position: absolute;
    margin-bottom: 0;
    border: 0;
    padding: 0;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin: 0;
    padding: 0
}

.navbar>.container .navbar-brand {
    height: auto;
    margin: 25px 0px 0;
}

.navbar>.container .navbar-brand img {
    max-width: 200px;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    padding: 50px 20px 40px;
    letter-spacing: -0.03em;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #0da25b;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
    background: none;
    color: #0da25b;
}

.navbar-inverse .navbar-nav .dropdown-menu{
    background-color: rgba(0,0,0,0.5);
    border-radius: 0;
    transform: translateX(-50%);
    left: 50%;
    right: auto;
    padding: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu>li+li {
    border-top: 1px solid rgba(255,255,255,0.1);
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    padding: 10px 0;
    text-align: center;
    font-size: 17px;
    letter-spacing: -0.01em;
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu>li:hover>a{
    background: #0A1B37;
}

@media (max-width: 767px) {
    #site{
        padding-top: 78px
    }
    .navbar-header{
        border-bottom: 1px solid #e6e6e6;
    }
    .navbar>.container .navbar-brand {
        height: auto;
        margin: 10px 0px 0 15px;
    }
    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
        margin: 25px 15px 20px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out .15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 20px;
        font-weight: 700;
        color: #333;
        padding: 18px 20px;
        letter-spacing: -0.03em;
        text-align: center;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        background-color: rgba(0,0,0,0.5);
        border-radius: 0;
        transform: translateX(0%);
    }
}

@media (min-width: 768px) and (max-width: 991px){
    #site {
        padding-top: 187px
    }
    .navbar-header{
        float: none;
    }
    .navbar>.container .navbar-brand {
        height: auto;
        margin: 25px auto 0;
        width: 200px;
        float: none;
        display: block;
    }
    .navbar-inverse .navbar-nav{
        text-align: center;
    }
    .navbar-inverse .navbar-nav > li{
        display: inline-block;
        float: none;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 17px;
        font-weight: 700;
        color: #333;
        padding: 50px 14px 40px;
        letter-spacing: -0.03em;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border: none;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        background: rgba(0,0,0,0.8);
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: #0da25b;
        font-weight: 500;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .navbar-inverse .navbar-nav > li > a {
        font-size: 17px;
        font-weight: 700;
        color: #333;
        padding: 50px 17px 40px;
        letter-spacing: -0.03em;
    }
    .navbar-inverse .navbar-right {
        margin-right: -30px;
    }
}

/* ÇÏ´Ü Ä«ÇÇ¶óÀÌÆ® ¼³Á¤ ½ÃÀÛ*/
#site footer {
    margin-top: 0px;
    background-color: #040d1d;
    color: #999;
    font-size: 13px;
}

#site footer .footer-link {
    padding: 15px 0;
    border-bottom: 1px solid #444
}

#site footer .footer-link ul {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0
}

#site footer .footer-link ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    line-height: 26px
}

#site footer .footer-link ul li a {
    color: inherit
}

#site footer .footer-info {
    padding: 30px 0
}

#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0
}
#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    line-height: 22px;
    font-size: 12px;
}
#site footer .footer-info img {
    width: 140px;
    margin-left: 0;
    margin-top: 3px;
}
@media (max-width: 767px) {
    #site footer .footer-info img{
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    
}

@media (min-width: 992px) and (max-width: 1199px){
    
}


/* ½½¶óÀÌµå °øÅë */
.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out .15s all;
    display: none;
}

.carousel-control.left .glyphicon::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-indicators{
    display: none;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    margin: 0 8px;
    border-radius: 0;
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 8px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transform: rotate(45deg);
}

#mainCarousel .carousel-inner .item {
    height: calc(100vh - 111px);
}

.carousel-indicators {
    display: none;
}

.carousel-caption {
    text-align: left;
    padding: 0;
    text-shadow: none;
    text-align: center;
    top: 30%;
}

.carousel-caption h1{
    font-size: 140px;
    letter-spacing: -0.04em;
    margin: 0 0 12px;
}
.carousel-caption p{
    text-shadow: none;
    font-size: 32px;
    margin: 0 0 0 5px;
    font-weight: 200;
}

@media (max-width: 767px) {
    .carousel-caption h1 {
        font-size: 15vw;
        letter-spacing: -0.04em;
        margin: 0 0 12px;
    }
    .carousel-caption p {
        font-size: 5.1vw;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .carousel-caption h1{
        font-size: 90px;
    }
    .carousel-caption p{
        font-size: 28px;
    }
    #mainCarousel .carousel-inner .item {
        height: calc(100vh - 187px);
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .carousel-caption h1 {
        font-size: 129px;
    }
}

/*main*/
.main-link{
    margin: -345px auto 83px;
    width: 860px;
}
.main-link .row {
    margin: 0;
}
.main-link .row > div {
    padding: 0;
}
.main-link .m_link{
    display: block;
    border-left: 1px solid rgba(255,255,255,0.5);
    text-align: center;
    color: #fff;
}
.main-link .m_link:hover{
    text-decoration: none;
}
.main-link .m_link.last{
    border-right: 1px solid rgba(255,255,255,0.5);
}
.main-link .m_link .caption{
    font-size: 42px;
    font-weight: 200;
    line-height: 1.1;
}
.main-link .m_link .caption > span{
    font-size: 30px;
    display: block;
    margin-top: 3px;
}

@media (max-width: 767px) {
    .main-link{
        margin: -215px auto 45px;
        width: 100%;
    }
    .main-link .m_link {
        padding: 10px;
    }
    .main-link .m_link .caption {
        font-size: 6vw;
    }
    .main-link .m_link .caption > span {
        font-size: 4vw;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .main-link {
        margin: -235px auto 28px;
        width: auto;
    }
    .main-link .m_link {
        display: block;
        border-left: 1px solid rgba(255,255,255,0.5);
        text-align: center;
        color: #fff;
        padding: 0 70px;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .main-link {
        margin: -290px auto 28px;
        width: 860px;
    }
}

/*sub*/
.subContent .container > .row > .col-md-3{
    width: calc(100% - 920px);
}
.subContent .container > .row > .col-md-9{
    width: 920px;
}
.subContent .subMenu {
    padding-top: 50px;
    padding-right: 10px;
}

.subContent .subMenu>li {
    margin: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.subContent .subMenu>li>a {
    border-radius: 0;
    color: #fff;
    font-size: 17px;
    padding: 10px 8px;
    font-weight: 300;
    display: block;
    letter-spacing: -0.02em;
    opacity: 0.7;
}

.subContent .subMenu>li>a:hover {
    color: #fff;
    opacity: 1;
}

.subContent .subMenu>li.active>a {
    color: #fff;
    opacity: 1;
}
.subContent .subMenu > li:first-child {
    border-top: 2px solid #fff;
}
.subContent .subBody{
    padding: 60px 60px;
}
#trade01 .subContent .subBody, #services01 .subContent .subBody, [id^="logistics"] .subContent .subBody{
    padding: 0;
}
.subTitle h3 {
    margin-top: 0;
    margin-bottom: 45px;
    font-size: 47px;
    letter-spacing: -0.035em;
    font-weight: 600;
    text-align: center;
}
.subTop {
    width: 100%;
    height: 270px;
    background: #0A1B37;
    position: relative;
}
.company .subTop, #location .subTop{background: url(/public/img/sub/subTop01.jpg)no-repeat center / cover;} 
.business .subTop{background: url(/public/img/sub/subTop02.jpg)no-repeat center / cover;} 
.trade .subTop{background: url(/public/img/sub/subTop03.jpg)no-repeat center / cover;} 
#services01 .subTop{background: url(/public/img/sub/subTop04.jpg)no-repeat center / cover;} 
[id^="logistics"] .subTop{background: url(/public/img/sub/subTop05.jpg)no-repeat center / cover;}
#location .subTop{background: url(/public/img/sub/subTop06.jpg)no-repeat center / cover;}
#link .subTop{background: url(/public/img/sub/subTop07.jpg)no-repeat center / cover;}

.subTop::before {

}
.subTop h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 52px;
    font-weight: 700;
}
.subTop .bread{
    height: 100%;
}
.subTop .bread .container{
    position: relative;
    height: 100%;
}
.subTop .bread ol {
    padding: 0;
    background: none;
    border-radius: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.breadcrumb{
    /* display: none; */
}
.breadcrumb>li {
    font-size: 14px;
    color: #fff;
    text-align: center;
    letter-spacing: -0.02em;
    opacity: 0.7;
}
.breadcrumb > li:first-child {
    margin-left: 0;
    color: #fff;
}
.breadcrumb > li:last-child{
    margin-right: 0;
}

.subContent {
    padding: 0;
    background: #0A1B37;
}
.subContent h4 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 600;
}
.subContent .con {
    margin-bottom: 80px;
}

.subContent .con:last-child {
    margin-bottom: 0;
}
.subContent .con h5 {

}



/*company*/
#company01 .subBody{
    background: url(/public/img/sub/comp01_bg.jpg) no-repeat center / cover;
}
.history_wrap{
    position: relative;
}
.history_wrap::before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 0;
}
.history_wrap .history {
    padding-top: 30px;
}
.history_wrap .history.leftside{
    padding-right: calc(50% + 25px);
    text-align: right;
} 
.history_wrap .history.rightside{
    padding-left: calc(50% + 25px);
    text-align: left;
} 
.history_wrap .history dl{
    margin-bottom: 40px;
}
.history_wrap .history dl dt{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.034em;
    position: relative;
    line-height: 1.5em;
}
.history_wrap .history dl dt::before{
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 5px solid #000;
    background: #fff;
    position: absolute;
    top: 14px;
}
.history_wrap .history.leftside dl dt::before{
    right: -36px;
}
.history_wrap .history.rightside dl dt::before{
    left: -36px;
}
.history_wrap .history dl dt::after{
    content: '';
    display: block;
}
.history_wrap .history dl dt .year{
    font-size: 40px;
    margin-right: 10px;
}
.history_wrap .history dl dd{
    font-size: 15px;
    font-weight: 300;
    margin-top: 5px;
}

#company02 .subBody{
    background: url(/public/img/sub/comp02_bg.jpg) no-repeat top/ cover;
}
#company02 .con2 .clearfix {
    margin-bottom: 30px;
}
#company02 .con2 h4{
    display: inline-block;
    vertical-align: top;
}
#company02 .con2 .icon_wrap{
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
}
#company02 .con2 .icon_wrap p{
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 600;
}
#company02 .con2 .icon_wrap p img{
    display: inline-block;
    vertical-align: middle;
    width: 32px;
}
#company02 .con2 .li-dash{
    margin-bottom: 30px;
}
#company02 .con2 .li-dash dt{
    font-size: 19px;
    margin-bottom: 5px;
}
#company02 .con2 .li-dash dd{
    font-size: 15px;
}

/*business*/
#business .subContent .subBody{
    background: url(/public/img/sub/busi_bg.jpg) no-repeat center / cover;
}
#business img.cnlogo{

}

#business .cnlogo_line{
    height: 110px;
    width: 515px;
    position: relative;
    margin: 0 auto;
}
#business .cnlogo_line .line{
    position: absolute;
    background-color: rgba(255,255,255,0.5);
}
#business .cnlogo_line .line.center{
    width: 1px;
    height: 90px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#business .cnlogo_line .line.mid{
    width: 100%;
    height: 1px;
    bottom: 45px;
}
#business .cnlogo_line .line.left{
    width: 1px;
    height: 45px;
    left: 0;
    bottom: 0;
}
#business .cnlogo_line .line.right{
    width: 1px;
    height: 45px;
    right: 0;
    bottom: 0;
}

#business .busi_inner_wrap{
    margin-left: -6px;
    margin-right: -6px;
}
#business .busi_inner_wrap .col-md-4{
    padding-left: 6px;
    padding-right: 6px;
}
#business .busi_inner{
    background: rgba(0,0,0,0.3);
    padding: 10px;
    height: 365px;
}
#business .busi_inner img{
    
}
#business .busi_inner dl{
    margin: 10px 0 17px;
}
#business .busi_inner dl dt{
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 5px;
    letter-spacing: -0.02em;
}
#business .busi_inner dl dt dd{
    font-size: 16px;
}

/*trade*/
#trade01 .con{
    margin: 0;
}
#trade01 .con1{
    background: url(/public/img/sub/trade_bg_1.jpg) no-repeat top / cover;
    height: 500px;
}
#trade01 .con2{
    background: url(/public/img/sub/trade_bg_2.jpg) no-repeat center / cover;
    height: 500px;
}
#trade01 .con3{
    background: url(/public/img/sub/trade_bg_3.jpg) no-repeat center / cover;
    height: 500px;
}
#trade01 .subTitle{
    margin: 0 0 30px;
}
#trade01 .subTitle h3{
    margin-bottom: 20px;
}
#trade01 .subTitle p{
    text-align: center;
    font-size: 19px;
    margin: 0;
}
#trade01 .con, #services01 .con, [id^="logistics"] .con{
    padding: 70px 50px;
}

.subContent .cont_wrap{
    
}
.subContent .cont_wrap dl{
    margin-bottom: 15px;
}
.subContent .cont_wrap dl dt{
    font-size: 19px;
    margin-bottom: 8px;
    font-weight: 700;
    letter-spacing: -0.034em;
    line-height: 1.2em;
}
.subContent .cont_wrap dl dd{
    font-size: 15px;
}
.subContent .img_row{
    margin-left: 0;
    margin-right: 0;
}
.subContent .img_row .col-md-4{
    padding-left: 0;
    padding-right: 0;
}
.subContent .img_row .col-md-4 img{
    border: 2px solid #fff;
}

/*services*/
#services01 .con{
    margin: 0;
}
#services01 .con1{
    background: url(/public/img/sub/service_bg_1.jpg) no-repeat center / cover;
    height: 500px;
}
#services01 .con2{
    background: url(/public/img/sub/service_bg_2.jpg) no-repeat center / cover;
    height: 500px;
}
#services01 .con3{
    background: url(/public/img/sub/service_bg_3.jpg) no-repeat center / cover;
    height: 500px;
}
#services01 .con4{
    background: url(/public/img/sub/service_bg_4.jpg) no-repeat center / cover;
    height: 500px;
}
#services01 .con5{
    background: url(/public/img/sub/service_bg_5.jpg) no-repeat center / cover;
    height: 500px;
}

/*logistics*/
#logistics01 .subBody{
    background: url(/public/img/sub/logi01_bg.jpg) no-repeat center / cover;
}
#logistics01 .subTitle h3 {
    margin-bottom: 80px;
}
#logistics01 .con2{
    padding: 20px 20px 50px !important;
}
#logistics01 .con2 > div {
    padding: 0;
}
#logistics01 .con1.row{
    margin-left: 0;
    margin-right: 0;
}
#logistics01 .con1.row > .col-md-3{
    padding-left: 0;
    padding-right: 0;
}
#logistics01 .con{
    background: url(/public/img/sub/logi01_bg_.jpg) no-repeat top / cover;
    margin: 0;
    padding: 60px 30px;
}

.logi01_box.top{
    border-right: 1px solid rgba(255,255,255,0.3);
}
.logi01_box.top img{
    margin-bottom: 15px;
}
.logi01_box.top .caption{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin: 0;
    letter-spacing: -0.04em;
}
.logi01_box.top.last{
    border-right: 0;
}
.logi01_wrap{
    padding: 35px 20px;
    background: rgba(0,0,0,0.3);
    border-radius: 20px;
}
.logi01_wrap .row{
    margin-left: -4px;
    margin-right: -4px;
}
.logi01_wrap .row > div{
    padding-left: 0;
    padding-right: 0;
}
.logi01_box.bottom{
    
}
.logi01_box.bottom img{
    margin-bottom: 10px;
}
.logi01_box.bottom dl{
    margin-bottom: 0;
}
.logi01_box.bottom dl dt{
    font-size: 15px;
    margin-bottom: 5px;
    padding-left: 15px;
}
.logi01_box.bottom dl dd{
    letter-spacing: -0.02em;
    line-height: 1.35em;
}

#logistics02 .con{
    margin: 0;
}
#logistics02 .con1{
    background: url(/public/img/sub/logi02_bg_1.jpg) no-repeat center / cover;
    height: 1000px;
}
#logistics02 .con2{
    background: url(/public/img/sub/logi02_bg_2.jpg) no-repeat center / cover;
    height: 500px;
}
#logistics02 .con3{
    background: url(/public/img/sub/logi02_bg_3.jpg) no-repeat center / cover;
    height: 500px;
    /* padding: 35px 50px 0; */
}
#logistics02 .con4{
    background: url(/public/img/sub/logi02_bg_4.jpg) no-repeat center / cover;
    height: 500px;
}
#logistics02 .con3 dl:last-child{
    margin-bottom: 0;
}

#logistics03 .con{
    margin: 0;
}
#logistics03 .con1{
    background: url(/public/img/sub/logi03_bg_1.jpg) no-repeat top / cover;
    height: 590px;
}
#logistics03 .con2{
    background: url(/public/img/sub/logi03_bg_2.jpg) no-repeat top / cover;
    height: 500px;
}
#logistics03 .con3{
    background: url(/public/img/sub/logi03_bg_3.jpg) no-repeat center / cover;
    height: 500px;
}
#logistics03 .con4{
    background: url(/public/img/sub/logi03_bg_4.jpg) no-repeat center / cover;
    height: 500px;
}
#logistics03 .con1 > div{
    height: 100%;
}
#logistics03 .con1 .subTitle {
    position: relative;
    height: 100%;
}
#logistics03 .con1 .subTitle .intro{
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 373px;
    height: 293px;
    background: url(/public/img/sub/logi03_1.png) no-repeat center / contain;
    padding-top: 66px;
}
#logistics03 .con1 .subTitle .intro h4{margin-bottom: 25px;}
#logistics03 .con1 .subTitle .intro .li-dash{
    
}
#logistics03 .con1 .subTitle .intro .li-dash li{
    font-size: 15px;
    display: inline-block;
    letter-spacing: -0.02em;
}
#logistics03 h4 small{
    color: #fff;
    display: block;
    font-weight: 200;
    font-size: 21px;
    margin-top: 7px;
}
#logistics03 .li-dash li{
    font-size: 15px;
}
#logistics03 .con5{
    background: #000;
    padding: 60px 15px;
}
@media (min-width: 992px){
    #logistics03 .con5 .col-md-20{
        width: 20%;
        padding-left: 0;
        padding-right: 0;
    }
}
#logistics03 .con5 h4{
    text-align: center;
}
#logistics03 .con5 .logi03_box {
    border-right: 1px solid rgba(255,255,255,0.5);
}
#logistics03 .con5 .logi03_box.last{
    border-right: 0;
}
#logistics03 .con5 .logi03_box dl{
    margin: 0;
    text-align: center;
}
#logistics03 .con5 .logi03_box dl dt{
    font-size: 21px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#logistics03 .con5 .logi03_box dl dd{
    letter-spacing: -0.034em;
    font-weight: 300;
}


/*location*/
#daumRoughmapContainer1589158044924 {
    width: 100% !important
}

#location .location_box
#location .location_box ul {

}
#location .location_box ul li {
    font-size: 15px;
    border: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 60px;
    position: relative;
    letter-spacing: -0.02em;
    margin: 0;
    font-weight: 300;
}
#location .location_box ul li span {
    font-weight: 500;
    position: absolute;
    left: 0;
}
#location .con h4{
    position: relative;
    font-size: 22px;
    margin-bottom: 20px;
}
#location .con h4 .txt{
    background: #0A1B37;
    position: relative;
    padding-right: 5px;
    z-index: 1;
}
#location .con h4 .dotted_line{
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    height: 1px;
    border-top: 2px dotted;
}
#location .con1 .location_box{
    background: url(/public/img/sub/location01.png) no-repeat center;
    height: 420px;
}
#location .con2 .location_box{
    background: url(/public/img/sub/location02.png) no-repeat center;
    height: 520px;
}
#location .con3 .location_box{
    background: url(/public/img/sub/location03.png) no-repeat right;
    height: 520px;
}
#location .con4 .location_box{
    background: url(/public/img/sub/location04.png) no-repeat bottom right;
    height: 600px;
}
#location .con5 .location_box{
    background: url(/public/img/sub/location05.png) no-repeat right;
    height: 320px;
}


/*link*/
#link .con .row{
    margin-left: 0;
    margin-right: 0;
}
#link .con .row > div{
    padding-left: 0;
    padding-right: 0;
}
#link .con a{
    display: block;
    border-right: 1px solid rgba(255,255,255,0.5);
    color: #fff;
}
#link .con a.last{
    border-right: 0;
}
#link .con a img{
    margin-bottom: 10px;
}
#link .con a p{
    margin: 5px 0 0;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
}
#link .con a:hover p{color: #4dd694;}
#link .con3 a p {
    margin-bottom: 40px;
}
/* login */
.member_wrapper{
    max-width:1140px;
    margin: 0 auto;
}

/* btn */
.btn.btn-primary {
    background:#0da25b;
    border-color:#0da25b;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus{
    background:#087f45;
    border-color:#087f45;
}

@media (max-width: 767px) {
    .subTop {
        height: 160px;
    }
    .subTop h2 {
        font-size: 34px;
        width: 100%;
    }
    .subTitle h3 {
        font-size: 30px;
    }
    .subContent .subBody {
        padding: 60px 15px;
    }
    .subContent .container > .row > .col-md-3 {
        display: none;
    }
    .subContent .container > .row > .col-md-9 {
        width: 100%;
        padding: 0;
    }
    .history_wrap {
        position: relative;
        padding-left: 30px;
    }
    .history_wrap::before {
        left: 5px;
    }
    .history_wrap .history,
    .history_wrap .history.leftside,
    .history_wrap .history.rightside{
        padding-left: 0;
        padding-right: 0;
        text-align: left;
    }
    .history_wrap .history.leftside dl dt::before,
    .history_wrap .history.rightside dl dt::before{
        right: auto;
        left: -35px
    }

    #business .cnlogo_line{
        display: none;
    }
    #trade01 .con, #services01 .con, [id^="logistics"] .con{
        height: auto !important;
    }
    .subContent .img_row .col-md-4 img{
        width: 100%;
    }
    .logi01_box.top {
        border-right: 0;
        margin: 15px 0;
    }
    .logi01_box.top .caption {
        font-size: 16px;
    }
    .logi01_box.bottom {
        margin: 0 0 30px;
    }

    .logi01_box.bottom dl {
        margin-bottom: 0;
        width: 180px;
        margin: 0 auto;
    }

    /* #logistics03 .con1 .subTitle .intro{
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0,0);
        width: auto;
        height: auto;
    } */
    #logistics03 .con1 {
        height: 610px !important;
    }
    #logistics03 .con1 .subTitle .intro {
        width: 355px;
    }
    #logistics03 .con5 .logi03_box {
        border-right: 0;
        margin-bottom: 20px;
    }
    #location .con1 .location_box {
        background: url(/public/img/sub/location01.png) no-repeat center / contain;
        height: 468px;
    }
    #location .con2 .location_box {
        background: url(/public/img/sub/location02.png) no-repeat center / contain;
        height: 615px;
    }
    #location .con3 .location_box {
        background: url(/public/img/sub/location03.png) no-repeat right / contain;
        height: 344px;
    }
    #location .con4 .location_box {
        background: url(/public/img/sub/location04.png) no-repeat bottom right / contain;
        height: 600px;
    }
    #location .con5 .location_box {
        background: url(/public/img/sub/location05.png) no-repeat right / contain;
        height: 320px;
    }
    #link .con a {
        display: block;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.5);
        color: #fff;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    #link .con a.last {
        border-right: 0;
        border-bottom: 0
    }
    #link .con3 a p {
        margin-bottom: 0;
    }
    
}

@media (min-width: 768px) and (max-width: 991px){
    .container {
        width: 100%;
    }
    .subContent .container > .row > .col-md-3 {
        display: none;
    }
    .subContent .container > .row > .col-md-9 {
        width: 100%;
        padding: 0;
    }
    .subContent .img_row .col-md-4{
        width: calc(100% / 3);
        margin: 0;
        float: left;
    }
    .logi01_box.top{
        border-right: 0;
        margin-bottom: 30px;
    }
    .logi01_box.bottom {
        margin-bottom: 30px;
    }
    .logi01_box.bottom dl{
        width: 185px;
        margin: 0 auto;
    }
    .logi01_box.bottom dl dd {
        letter-spacing: -0.02em;
        line-height: 1.35em;
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .subContent .container > .row > .col-md-3 {
        width: 25%;
    }
    .subContent .container > .row > .col-md-9 {
        width: 75%;
    }
    #business .busi_inner dl dt {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 5px;
        letter-spacing: -0.02em;
    }
    #business .busi_inner dl dd{
        font-size: 14px;
    }
    .logi01_box.bottom dl dd {
        letter-spacing: -0.02em;
        line-height: 1.35em;
        font-size: 12px;
    }
    #logistics03 .con5 .logi03_box dl dd {
        letter-spacing: -0.034em;
        font-weight: 300;
        font-size: 11px;
    }
    #location .con .location_box{
        background-size: contain !important;
    }
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}