@charset "utf-8";

#site {
    padding-top: 0;
    font-size: 15px;
    font-family: 'notokr', sans-serif;
    color: #333;
    letter-spacing: -0.03em;
}

a,
button {
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -ms-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
}

a,
a:hover,
a:focus {
    color: inherit;
}

p {
    line-height: 1.55;
}

.btn.btn-primary {
    background-color: #cb2323;
    border-color: #cb2323;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #9a0606;
    border-color: #9a0606;
}

a[href^="mailto"] {
    color: inherit;
}

/* 페이지 준비중입니다 */
.wrap-prepare-page {
    width: 100%;
    display: inline-block;
    padding: 15px;
    background-color: #f9f9f9;
}

.prepare-page {
    padding: 60px;
    text-align: center;
    border: 1px solid #ddd;
}

.prepare-page>.exclamation {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    padding: 38px 30px;
    line-height: 1em;
    border: 4px solid #23395d;
    border-radius: 100%;
}

.prepare-page>.exclamation::before {
    content: '\f12a';
    top: 0;
    font-size: 42px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #23395d;
}

.prepare-page>h4 {
    margin: 25px 0 20px;
    font-size: 38px;
    font-weight: 300;
    color: #23395d;
}

.prepare-page>h4 strong {
    font-weight: 400;
}

.prepare-page>p {
    margin: 0;
    font-size: 18px;
    line-height: 1.3em;
}

/* 불필요 항목 삭제 */
.navbar .caret {
    display: none;
}

/* 상단 메뉴 */
.navbar-inverse {
    position: static;
    margin-bottom: 0;
    background: #fff;
    border: 0;
}

.navbar-inverse .navbar-brand::after {
    content: 'Cold Chain Platform';
    font-size: 12px;
    font-weight: 600;
    color: #ba1717;
    line-height: 1.1;
    letter-spacing: -0.015em;
}

.navbar-brand {
    padding: 0;
    margin-left: 0 !important;
    margin-top: 25px;
    height: auto;
}

.navbar-inverse .navbar-nav>li#text {
    padding: 28px 25px 0;
    font-size: 14px;
    font-weight: 900;
    color: #1d2443;
    line-height: 1.12;
    text-align: right;
    font-style: oblique;
}

.navbar-inverse .navbar-nav>li#text span {
    color: #ba1717;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 17px;
    font-weight: 600;
    color: #323233;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #23395d;
}

.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 {
    color: #fff;
    background: #1d2443;
    border-top: none;
}

@media (max-width: 767px) {

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 18px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #323233;
        transition: ease-in-out .15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #23395d;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #23395d;
    }

    .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;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: none;
        padding: 0;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
        background: rgba(0, 0, 0, 0.85);
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 12px 20px;
        text-align: center;
        color: #eee;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16)
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        color: #fff;
        background: #cb2323;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -30px;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 35px 32px;
    }
}


/* 슬라이드 공통 */
.carousel-caption {
    padding: 13px 0 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
}

.carousel-caption h1 {
    font-weight: 600;
    font-size: 50px;
    letter-spacing: -0.015em;
    margin: 0 0 12px;
}

.carousel-caption p {
    font-size: 22px;
}

.carousel-indicators {
    bottom: 15px;

}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
}

.carousel-indicators li.active {
    background: #fff;
}

.carousel-control {
    background: rgba(0, 0, 0, 0) !important;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out .15s all;
}

.carousel-control>span {
    width: 30px;
    height: 40px;
    margin-top: -20px;
    font-size: 35px;
}

.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;
}


@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 10px;
        height: 10px;
    }
}

/* 푸터 */
#site footer {
    margin-top: 0px;
    background-color: #454546;
    color: #999;
}

#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;
    font-size: 13px;
    margin-right: 15px;
    line-height: 22px;
}

#site footer .footer-info .left {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #999;
}

#site footer .footer-info ul li.copy {
    font-size: 13px;
}

#btn-switch,
.blog-btn {
    position: relative;
    display: block;
    width: 100px;
    /* margin: 20px 0 0; */
    padding: 6px 12px;
    font-size: 12px;
    color: #bbb;
    background-color: #555;
    border: none;
}
.blog-btn{
    color: #fff;
    background-color: #00a832;
}
/* #site footer button+button{
    margin-left: 20px;
} */
.blog-btn:hover,
.blog-btn:focus{
    color: #ddd;
    background-color: #157431;
    outline: none;
}
.blog-btn:hover a,
.blog-btn:focus a{
    text-decoration: none;
}
#btn-switch:hover,
#btn-switch:focus {
    color: #ddd;
    background-color: #333;
}
#btn-switch:focus {
    outline: none;
}
#btn-switch i {
    padding-right: 5px;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
    height: 450px;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 220px
    }

    #mainCarousel .carousel-caption h1 {
        font-size: 24px
    }

    #mainCarousel .carousel-caption p {
        font-size: 12px;
    }
}

.root_daum_roughmap {
    width: 100% !important;
    padding: 0 !important;
}

.root_daum_roughmap .map_border {
    display: none !important;
}

.board_box_blog2 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.board_box_blog2 .row>div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.board_box_blog2 .inner {
    margin-top: 0;
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
    padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
    font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
    display: none;
}

.board_box_blog2 .inner .top a .thumb {
    height: 100px;
}

.navbar>.container,
#section_03afdb>.container,
.main-contents>section>.container,
.footer-info .container {
    max-width: 1230px;
    width: 100%;
}

#main_wrapper>#mainCarousel {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#section_03afdb {
    padding: 60px 0;
    background: #eee;
}

/* 공지사항 */
div[class^="board_box_"] .page-header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin: 0 0 18px;
}

div[class^="board_box_"] .page-header .pull-right{
    margin-top:2px;
}

div[class^="board_box_"] .page-header h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    color: #111;
    letter-spacing: -0.03em;
}

#section_03afdb .board_box_list {
    width: 25%;
    margin: 0 !important;
    padding: 30px 30px 25px;
    min-height: 230px;
    background: #fff;
}

.board_box_list ul li {
    position:relative;
    font-size: 14px;
    padding-left:9px;
}


.board_box_list ul li::before{
    content:"";
    position:absolute;
    left:2px;
    top:14px;
    width:2px;
    height:2px;
    background:#333;
    border-radius:50%;

}

.board_box_list ul li span {
    color: #aaa;
    letter-spacing: 0;
    font-size: 12px;
    margin-top: 2px;
}

.main-contents {
    float: right;
    width: 75%;
    padding-left: 30px;
}

/* 배너 */
.main-contents .row {
    margin: 0;
    /* padding-left: 40px; */
}

.main-contents .row>div[class^='col-'] {
    padding: 0;
}

.main-contents .main-banner>a {
    z-index: 1;
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 38px 35px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 230px;
}

.main-contents .main-banner>a::before {
    content: '';
    bottom: 0;
    right: 0;
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    /* border: 7px solid rgba(255, 255, 255, 0.2); */
    opacity: 0.1;
    border-bottom: 50px solid #000;
    border-right: 70px solid #000;
    border-left: 70px solid transparent;
    border-top: 50px solid transparent;
}

.main-contents .main-banner>a::after {
    content:"";
    width: 61px;
    height: 38px;
    position:absolute;
    right:35px;
    bottom:40px;
    background:url('/public/img/banner-icon1.png') no-repeat right bottom;
    opacity:0.5
}

.main-contents #banner2.main-banner>a::after {
    width: 42px;
    height: 42px;
    background:url('/public/img/banner-icon2.png') no-repeat right bottom;
}

.main-contents #banner3.main-banner>a::after {
    width: 46px;
    height: 46px;
    background:url('/public/img/banner-icon3.png') no-repeat right bottom;
}

.main-contents #banner1.main-banner>a {
    /* background-image: url('/public/img/main-banner-bg1.jpg'); */
    background: #cb2323;
}

.main-contents #banner2.main-banner>a {
    /* background-image: url('/public/img/main-banner-bg2.jpg'); */
    background: #2c2c2f;
}

.main-contents #banner3.main-banner>a {
    /* background-image: url('/public/img/main-banner-bg3.jpg'); */
    background: #313d73;
}


.main-contents .main-banner>a:hover,
.main-contents .main-banner>a:focus {
    color: #fff;
    text-decoration: none;
}

.main-contents .main-banner>a:hover::before,
.main-contents .main-banner>a:focus::before {
    opacity: 0.2;
}

.main-contents .main-banner>a:hover::after,
.main-contents .main-banner>a:focus::after {
    opacity: .5;
}

.main-contents .main-banner h4 {
    min-height: 45px;
    margin: 0;
    color: #fff;
    font-size: 27px;
}

.main-contents .main-banner h4::before{
    content:"";
    width:30px;
    height:2px;
    background:#fff;
    display:block;
    margin-bottom:20px;
}

#banner2.main-banner h4,
#banner2.main-banner h4>.kr {
    /* color:#333 */
}

.main-contents .main-banner h4>.kr {
    color: #fff;
    letter-spacing: -0.045em;
    font-weight: 300;
}

.main-contents .main-banner>a:hover h4>.kr,
.main-contents .main-banner>a:focus h4>.kr {
    color: #fff;
}

.main-contents .main-banner h4>.en {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 300;
    opacity: 0.7;
}

.main-contents .main-banner .more {
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 40px;
    display: none;
}

.main-contents .main-banner>a:hover .more,
.main-contents .main-banner>a:focus .more {
    background: #1d2443;
    border-color: #1d2443;
}

/********** 서브 시작 **********/
/* 공통 */
.navbar-inverse+.container {
    width: 100%;
    padding: 0;
}

.sub-contents {
    margin-bottom: 110px;
}

.sub-contents>.page-top,
.member_wrapper.privacy>.page-top {
    height: 120px;
    position: relative;
    padding-top: 50px;
    color: #fff;
    background: #000 url('/public/img/sub/back-page-top.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.sub-contents>.page-top h3,
.member_wrapper.privacy>.page-top h3 {
    display: none;
    margin: 0;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.06em;
    line-height: 1.25;
    text-align: center;
}

/* Left Menu */
.sub-contents .left-menu {
    width: 18%;
    float: left;
    position: relative;
    margin-top: -20px;
}

.sub-contents .left-menu h3 {
    position: relative;
    margin: 0;
    padding: 82px 20px 20px;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.06em;
    line-height: 1.25;
    background: #cb2323;
}

.sub-contents .left-menu h3::after {
    content: "";
    background-color: #cb2323;
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 18px solid #000;
    border-right: 35px solid #000;
    border-left: 35px solid #cb2323;
    border-top: 18px solid #cb2323;
    opacity: 0.1;
}

.sub-contents .left-menu ul {
    margin-left: 0;
}

.sub-contents .left-menu>ul>li {
    position: relative;
    margin-bottom: 0;
}

.sub-contents .left-menu>ul>li>a {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: -0.035em;
    border-bottom: 1px solid #d7d7d7;
    transition: none;
}

.sub-contents .left-menu>ul>li>a::after {
    content: '\f054';
    top: 17px;
    right: 20px;
    position: absolute;
    font-size: 15px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #ccc;
}

.sub-contents .left-menu>ul>li.current>a {
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.04em;
    background: #1d2443;
}

.sub-contents .left-menu>ul>li.current>a::after {
    color: #cb2323;
}

.sub-contents .left-menu>ul>li>a:hover,
.sub-contents .left-menu>ul>li>a:focus {
    text-decoration: none;
}
.sub-contents .left-menu>ul>li:not(.current)>a:hover,
.sub-contents .left-menu>ul>li:not(.current)>a:focus {
    background:#f7f7f7
}

/* Contents */
.sub-contents .right-contents {
    width: 82%;
    float: right;
    display: inline-block;
    padding: 65px 0 0 45px;
}

.sub-contents .right-contents .page-title {
    position: relative;
    margin-bottom: 45px;
}

.sub-contents .right-contents .page-title h2,
.member_wrapper.privacy .contents .page-title h2 {
    margin: 0 5px 18px;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #212122;
}

.sub-contents .right-contents .page-title h2+hr,
.member_wrapper.privacy .contents .page-title h2+hr {
    margin: 12px 0 0;
    border-color: #ccc;
}

/* Bradcrumb */
.sub-contents .wrap-breadcrumb {
    right: 15px;
    bottom: 15px;
    position: absolute;
}

.sub-contents .breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #999;
    background-color: transparent;
}

.sub-contents .breadcrumb>li:first-child::before {
    content: '\f015';
    top: 0;
    left: 0;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #777;
}

.breadcrumb>li+li:before {
    content: "\f054";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    color: #bbb;
    padding: 0 7px;
}

.breadcrumb>li.current {
    font-weight: 500;
}

.space-bottom {
    margin-bottom: 80px;
}

.title-lv-3 {
    position: relative;
    margin: 0 0 20px;
    padding-left: 22px;
    font-size: 26px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.06em;
}

.title-lv-3::before {
    content: '';
    top: 8px;
    left: 0;
    width: 12px;
    height: 12px;
    position: absolute;
    border: 6px solid #000;
    border-top-color: #cb2323;
    border-right-color: #fff;
    border-bottom-color: #1d2443;
    border-left-color: #cb2323;
    border-radius: 2px;
}

.title-lv-4 {
    position: relative;
    margin: 0 0 13px;
    font-size: 18px;
    font-weight: 600;
    color: #cb2323;
    letter-spacing: -0.03em;
    line-height: 1em;
}

.list-default {
    padding-left: 0;
    list-style-type: none;
}

.list-default>li {
    position: relative;
    margin-bottom: 5px;
}

.list-style-1>li {
    padding-left: 22px;
}

.list-style-1>li::before {
    content: '';
    top: 9px;
    left: 7px;
    width: 6px;
    height: 2px;
    position: absolute;
    background-color: #cb2323;
}

.list-style-2>li {
    padding-left: 12px;
}

.list-style-2>li::before {
    content: '';
    top: 8px;
    left: 2px;
    width: 4px;
    height: 4px;
    position: absolute;
    background-color: #333;
    border-radius: 10px;
}

table.tb-default>thead>tr>th,
table.tb-default>tbody>tr>th,
table.tb-default>tbody>tr>td {
    padding: 14px 16px;
    font-size: 15px;
    vertical-align: middle;
}

table.tb-style-1 {
    border-top: 1px solid #ba1717;
    border-bottom: 1px solid #ddd;
}

table.tb-style-1>thead>tr>th,
table.tb-style-1>tbody>tr>th {
    font-weight: 600;
    letter-spacing: -0.03em;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ddd;
}

.table.table_default {
    border-top: 1px solid #333;
}

.table.table_default thead th {
    border-bottom: 1px solid #ddd;
}

.board_data_view {
    border-top: 1px solid #333;
}

.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
    text-align: left;
    padding: 0;
}

.board_data_view .header_wrap .title {
    background: #f6f6f6;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 13px;
}

.board_data_view .header_wrap .info {
    background: #fff;
    padding: 10px;
    margin-top: 0;
    font-size: 12px;
}

.board_data_view .header_wrap .info span {
    font-size: 12px;
}

/* CEO 인사말 (페이지) */
#greeting .image,
#greeting .text {}

#greeting .text {
    word-break: keep-all;
}

#greeting .text p {
    font-size: 16px;
    color: #333;
    letter-spacing: -0.05em;
    margin-bottom: 22px;
    line-height: 1.58;
}

#greeting .text .txt-big {
    position: relative;
    margin: 15px 0px 45px;
    font-size: 28px;
    color: #cb2323;
    line-height: 1.3em;
    letter-spacing: -0.06em;
    z-index: 1;
    font-weight: 350;
}

#greeting .image {
    margin-top: 105px;
    padding: 0px 40px 0 30px;
    position: relative;
    z-index: 1;
}

#greeting .image::before {
    content: "";
    position: absolute;
    left: 21px;
    top: -9px;
    background-color: #cd2323;
    width: 30px;
    height: 30px;
    z-index: -1;
}

#greeting .image::after {
    content: "";
    position: absolute;
    right: 25px;
    bottom: -15px;
    background-color: rgba(148, 148, 148, 0.54);
    z-index: -1;
    width: 90px;
    height: 90px;
}

#greeting .text .sign {
    text-align: left;
    margin-top: 25px;
    display: inline-block;
    color: #111;
}

#greeting .text .sign>img {
    float: right;
}

#greeting .text .sign>.name {
    display: inline-block;
    margin: 15px 25px 0 0;
    font-size: 14px;
    font-weight: 500;
    float: left;
}

#greeting .text .sign>.name strong {
    margin-left: 5px;
    font-size: 19px;
    font-weight: 600;
}

/* 오시는길 (페이지) */
#location .info:first-child {
    margin-top: 20px;
}

#location .info {
    padding: 8px 20px;
    font-size: 16px;
}

#location .info strong {
    display: inline-block;
    width: 40px;
    margin-left: 6px;
}

#location .left {
    padding-right: 0;
}

#location .right {
    padding-left: 0;
}

#location .right .info {
    text-align: right;
}

#location .info>i {
    color: #ba1717;
}

i.fa-phone {
    font-size: 90%;
    transform: rotate(85deg);
}

/* CI (페이지) */
#ci #row1,
#ci #row2 {
    margin-bottom: 50px;
}
#ci .title-lv-3{
    margin-bottom:15px;
}
#ci .right-contents img {
    border: 1px solid #ddd;
}
#ci #row1 img{
    border:none
}
#ci #row1 .ci-box{
    border: 1px solid #ddd;
    background: url('/public/img/sub/ci-pattern.png') repeat left 0px top 0px;
    padding: 56px 0;
}
/* 물류서비스 (페이지) */
#business1 .right-contents .nav {
    margin-bottom: 50px;
}

#business1 .right-contents .nav>li>a {
    padding: 15px;
    font-size: 15px;
    border-radius: 0;
    background: #f3f3f3;
    border: 1px solid #ddd;
    border-right: none;
    color: #666;
    letter-spacing: -0.03em;
}

#business1 .right-contents .nav>li:last-child>a {
    border-right: 1px solid #ddd;
}

#business1 .right-contents .nav>li.active {}

#business1 .right-contents .nav>li.active a {
    border-bottom: 1px solid #fff;
    background-color: #fff;
    border-top: 2px solid #cb2323;
    font-weight: 600;
    color: #cb2323;
}

#business1 .text-box {
    padding: 30px 30px 15px;
    word-break: keep-all;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}

#business1 .text-box p {
    margin-bottom: 15px
}

#business1 #row1 img {
    margin-top: 50px;
}

#business1 #row3>.inner {
    text-align: center;
    padding: 0px 15px;
    margin-top: 25px;
}

#business1 #row3>#inner2.inner {
    border-right: 1px dashed #ddd;
    border-left: 1px dashed #ddd;
}

#business1 #row3>.inner .wrap-icon {
    display: inline-block;
    padding: 31px 0 0;
    border-radius: 100%;
    width: 105px;
    height: 105px;
    border: 1px solid #cb2323;
}

#business1 #row3>.inner h4 {
    margin: 25px 0 18px;
    color: #333;
    letter-spacing: -0.03em;
    font-weight: 600;
    font-size: 20px;
}

#business1 #row3 ul li{
    font-size:14px;
    color:#111   
}

/* 물류컨설팅 (페이지) */
#business2 #row1 p {
    margin: 0 0 35px;
    padding: 0 40px;
    text-align: center;
    word-break: keep-all;
}
#business2 .process {
    width: 100%;
    position: relative;
    display: inline-block;
}
#business2 .process::before {
    content: '';
    top: 28px;
    left: 0;
    width: 100%;
    position: absolute;
    border: 20px solid #ffe1e1;
}
#business2 .process > li {
    float: left;
    width: 33.3%;
    padding: 0 50px;
}
#business2 .process > li+li::before {
    content: '\f054';
    top: 3px;
    left: -19px;
    position: absolute;
    font-size: 62px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #fff;
}
#business2 .process > li .inner {
    padding: 22px;
    font-weight: 600;
    text-align: center;
    background: #fff;
    border: 2px solid #cb2323;
}

#business2 .feature {
    position: relative;
    margin: 15px -5px;
}
#business2 .feature > li {
    float: left;
    width: 20%;
    padding: 0 5px;
}
#business2 .feature > li .inner {
    font-weight: 500;
    text-align: center;
}
#business2 .feature > li h5 {
    margin: 0 0 8px;
    padding: 10px;
    font-size: 15px;
    color: #fff;
    background: #1e2444;
}
#business2 .feature > li .desc {
    min-height: 112px;
    padding: 20px 30px;
    font-size: 13px;
    word-break: keep-all;
    background: #eee;
}
#business2 .feature > li:not(:nth-child(3)) .desc {
    padding: 28px 30px;
}
#business2 #row2 h4 {
    display: inline-block;
    margin: 60px auto 30px;
    padding: 16px 30px 14px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    background: #1e2444;
    border-radius: 30px;
}

/* 영업안내 (페이지) */
.sub-contents:not(#inquiry) .board_wrapper,
.search_wrap,
.pagination_wrap {
    visibility: hidden;
}

.board_wrapper {
    margin-top: 0;
}

.search_wrap {
    margin-bottom: 0;
}

#inquiry #row1 {
    margin-bottom: 40px;
}

#inquiry #row1 table.tb-default>thead>tr>th, 
#inquiry #row1 table.tb-default>tbody>tr>td{
    text-align:center;
    border-right:1px solid #eaeaea;
}

#inquiry #row1 table.tb-default>thead>tr>th:last-child, 
#inquiry #row1 table.tb-default>tbody>tr>td:last-child{
    border-right:none;
}

.board_wrapper .table.board_write_table {
    border-top: none;
}

.board_wrapper .table.board_write_table tbody tr:first-child th,
.board_wrapper .table.board_write_table tbody tr:first-child td {
    border-top: 1px solid #23395d;
}

.board_wrapper .table.board_write_table .form-control {
    width: 350px;
}

.board_wrapper .table.board_write_table tbody tr th>span.required_text {
    color: #ba1717;
}

.board_wrapper .table.board_write_table .text-muted {
    font-size: 13px;
}

.board_wrapper .table.board_write_table tbody tr td a {
    color: #0E83CC;
    text-decoration: underline;
}

/* 인재경영 (페이지) */
#recruit #row1,
#recruit #row2 {
    margin-bottom: 60px;
}

#recruit .text-box {
    padding: 30px 30px 15px;
    word-break: keep-all;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
}

#recruit .process {
    width: 100%;
    display: inline-block;
}
#recruit .process ul {
    margin: 0 -20px;
}
#recruit .process ul>li {
    float: left;
    width: 25%;
    display: inline-table;
    padding: 15px 20px;
}

#recruit .process ul>li+li::before {
    content: '\f054';
    top: 42%;
    left: -7px;
    position: absolute;
    font-size: 25px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #ccc;
}

#recruit .process ul>li>.inner {
    height: 191px;
    display: table-cell;
    padding: 52px 30px;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #e45c5c;
    font-size: 16px;
    letter-spacing: -0.05em;
    font-weight: 500;
}

#recruit .process ul>li .step {
    margin: 0 0 8px;
    font-weight: 600;
    color: #cb2323;
    font-size: 24px;
    font-weight: 300;
}

#recruit .process ul>li:last-child>.inner {
    background-color: #cb2323;
    color: #fff;
}

#recruit .process ul>li:last-child .step {
    color: #ffffff;
}

#recruit .interview {
    margin-top: 20px;
    padding: 35px 5px 10px;
    border-top: 1px solid #333;
}

#recruit .interview h5 {
    float: left;
    margin: 0 0 15px;
    font-size: 16px;
    letter-spacing: -0.05em;
    font-weight: 600;
    border-radius: 50px;
}

#recruit .interview ul {
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 20px;
}

/* INFRA (페이지) */
#infra #row1,
#infra #row2 {
    margin-right: -5px;
    margin-left: -5px;
}
#infra #row1 > div[class^='col-'],
#infra #row2 > div[class^='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}
#infra .info {
    float: right;
    top: 15px;
    right: 5px;
    position: absolute;
    font-size: 16px;
}
#infra .info > i {
    color: #ba1717;
}
#infra .info strong {
    margin-right: 8px;
    margin-left: 2px;
}

/* 주문폼, 게시판 공통 스타일 */
.sub-contents:not(#inquiry)+.wrap-board .board_wrapper,
.wrap-board .pagination_wrap,
.wrap-board .search_wrap {
    width: 81%;
    float: right;
    margin-bottom: 0;
    padding-left: 60px;
}

.sub-contents:not(#inquiry)+.wrap-board .board_wrapper {
    margin-top: -225px;
}

.container>.wrap-board:last-child {
    padding-bottom: 140px;
}

.wrap-board .search_wrap {
    margin-top: 40px;
}

.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 350px;
}

.table.table_default tbody .subject .badge {
    margin-top: -1px;
    margin-right: 7px;
    padding: 5px 7px 4px;
    font-weight: 500;
    background-color: #23395d;
    border-radius: 0;
}

/* 개인정보 처리방침 */
.member_wrapper.privacy br,
#join_privacy_agree_text br {
    display: none;
}

.member_wrapper.privacy ul>li>br,
#join_privacy_agree_text ul>li>br {
    display: block;
}

.member_wrapper.privacy h1 {
    display: none;
}

.member_wrapper .privacy_body #top {
    display: none;
}

.member_wrapper.privacy {
    padding-top: 0;
    padding-bottom: 0;
}

.member_wrapper.privacy .contents {
    padding-top: 60px;
}

.member_wrapper.privacy .contents .inner {
    padding: 0 20px;
}

.member_wrapper.privacy .contents h3 {
    margin: 50px 0 25px;
    font-size: 24px;
    font-weight: 400;
    color: #111;
    letter-spacing: -0.06em;
}

.member_wrapper.privacy .contents h4 {
    margin: 30px 0 15px;
    font-size: 20px;
    color: #111;
    letter-spacing: -0.06em;
}

.member_wrapper.privacy .contents .text-box {
    margin-bottom: 30px;
    padding: 30px 30px 20px;
    word-break: keep-all;
    background-color: #f9f9f9;
}

.member_wrapper.privacy .contents ul>li {
    font-size: 17px;
}

.member_wrapper.privacy .contents ul>li ul {
    margin-top: 8px;
}

.member_wrapper.privacy .contents ul>li ul li {
    font-size: 16px;
}

/* 회원가입 - 개인정보 처리방침 */
#join_privacy_agree_text #top {
    display: none;
}
#join_privacy_agree_text .sub-contents {
    margin-bottom: 0;
}

/*********** 서브 끝 ***********/

/****** 모바일 최적화 시작 ******/
@media (max-width: 767px) { /* 모바일 */
    #site {
        padding-top: 66px;
        overflow-x: hidden;
    }
    .navbar-inverse {
        width: 100%;
        position: fixed;
        display: inline-table;
        border-bottom: 1px solid #ddd;
    }
    .navbar-brand {
        margin-top: 20px;
        margin-left: 15px !important;
    }
    .navbar-inverse .navbar-nav {
        margin: 0 -15px;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 12px 15px;
        font-size: 16px;
        border-top: 1px solid #ddd;
    }
    .navbar-inverse .navbar-nav > li#text {
        padding: 15px;
        text-align: left;
        background: #f9f9f9;
        border-top: 1px solid #ddd;
    }
    .navbar-inverse .navbar-nav > .open {
        background-color: #f6f6f6;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu {
        padding: 10px 0;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 25px;
        color: #111;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        font-weight: 500;
        color: #0e224e;
    }

    #site footer .footer-info .left {
        margin-bottom: 12px;
        font-size: 16px;
    }
    #site footer .footer-info ul li {
        font-size: 12px;
        line-height: 21px;
    }
    #site footer .footer-info ul li.copy {
        font-size: 11px;
    }

    .carousel-caption {
        right: 10%;
        left: 10%;
    }

    .navbar>.container,
    #section_03afdb>.container,
    .main-contents>section>.container,
    .footer-info .container {
        max-width: none;
    }
    #section_03afdb {
        padding: 40px 15px;
    }
    #section_03afdb .board_box_list {
        width: 100%;
        min-height: auto;
        margin: 0 0 35px !important;
    }
    .main-contents {
        width: 100%;
        padding-left: 0;
    }
    .main-contents .main-banner>a {
        min-height: 160px;
    }

    .sub-contents {
        margin-bottom: 60px;
    }
    .sub-contents>.page-top,
    .member_wrapper.privacy>.page-top {
        background-position: 45% 50%;
    }
    .sub-contents>.page-top h3 {
        display: block;
    }
    .sub-contents .left-menu {
        width: 100%;
        margin-top: 20px;
    }
    .sub-contents .left-menu h3 {
        display: none;
    }
    .sub-contents .left-menu ul {
        border-top: 3px solid #cb2323;
    }
    .sub-contents .left-menu>ul>li>a {
        padding: 12px 20px;
        font-size: 15px;
        border: 1px solid #d7d7d7;
        border-top: none;
    }
    .sub-contents .left-menu>ul>li.current>a {
        border-color: #1d2443;
    }
    .sub-contents .left-menu>ul>li>a::after {
        top: 12px;
        font-size: 13px;
    }
    .sub-contents .right-contents {
        width: 100%;
        padding: 40px 0 0;
    }
    .sub-contents .right-contents .page-title {
        margin-bottom: 35px;
    }
    .sub-contents .right-contents .page-title h2,
    .member_wrapper.privacy .contents .page-title h2 {
        font-size: 29px;
    }
    .title-lv-3 {
        font-size: 24px;
    }
    .title-lv-3::before {
        top: 6px;
    }
    .space-bottom {
        margin-bottom: 50px;
    }
    #greeting .text .txt-big {
        margin: 15px 0px 30px;
        font-size: 26px;
        text-align: center;
    }
    #location .root_daum_roughmap {
        height: 300px;
    }
    #ci #row1, #ci #row2 {
        margin-bottom: 0;
    }
    #ci #row1 .ci-box {
        padding: 50px 30px;
    }
    #ci .title-lv-3 {
        margin-top: 35px;
    }
    #business1 .text-box {
        padding: 20px 20px 10px;
    }
    #business1 #row3>.inner {
        margin-top: 0;
        padding: 30px 15px;
    }
    #business1 #row3>#inner2.inner {
        border: none;
        border-top: 1px dashed #ddd;
        border-bottom: 1px dashed #ddd;
    }
    #business2 #row1 p {
        padding: 0;
    }
    #business2 .process::before {
        display: none;
    }
    #business2 .process > li {
        width: 100%;
        margin-bottom: 40px;
    }
    #business2 .process > li+li::before {
        top: -56px;
        left: 45%;
        font-size: 50px;
        color: #ffe1e1;
        transform: rotate(90deg);
    }
    #business2 .feature > li {
        width: 50%;
        margin-bottom: 10px;
    }
    #business2 .feature > li .desc {
        min-height: auto;
    }
    #business2 .feature > li:nth-child(4) .desc {
        min-height: 112px;
    }
    #business2 #row2 h4 {
        font-size: 16px;
    }
    #recruit #row1,
    #recruit #row2 {
        margin-bottom: 40px;
    }
    #recruit .text-box {
        padding: 20px 20px 10px;
    }
    #recruit .process ul {
        margin: 0;
    }
    #recruit .process ul>li {
        width: 100%;
        padding: 0;
        margin-top: 35px;
    }
    #recruit .process ul>li+li::before {
        top: -37px;
        left: 49%;
        transform: rotate(90deg);
    }
    #recruit .process ul>li>.inner {
        height: auto;
        padding: 20px;
        border-radius: 60px;
    }
    #recruit .interview ul {
        padding-left: 0;
    }

    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
    }
    .board_wrapper .text-center .btn.btn-lg {
        width: 100%;
        margin: 0 0 10px;
        padding: 12px 15px;
    }
    .board_wrapper > .table.table_default > colgroup > col:nth-child(1) {
        width: 60px;
    }
    .board_wrapper > .table.table_default > colgroup > col:nth-child(2) {
        width: 220px;
    }
    .board_wrapper > .table.table_default > colgroup > col:nth-child(5) {
        width: 75px;
    }
    .member_wrapper {
        padding-top: 50px;
        padding-bottom: 90px;
    }

    .member_wrapper.privacy .contents h3 {
        font-size: 21px;
    }
    .member_wrapper.privacy .contents h4 {
        font-size: 18px;
    }
    .member_wrapper.privacy .contents .inner {
        padding: 0;
    }
    .member_wrapper.privacy .contents .text-box {
        padding: 20px 20px 10px;
    }
}

@media (min-width: 768px) and (max-width: 1119px) { /* 태블릿 */
    .navbar-inverse .navbar-brand {
        margin-top: 30px;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 35px 20px;
    }
    #recruit .process ul>li>.inner {
        height: auto;
        padding: 45px 30px;
    }
    #recruit .process ul>li:nth-child(2)>.inner {
        padding: 34px 30px;
    }
}

@media (max-width: 1119px) { /* 태블릿, 모바일 */
    .navbar-inverse .navbar-brand img {
        height: 15px;
        margin-bottom: -2px;
    }
    .navbar-inverse .navbar-brand::after {
        font-size: 11px;
    }
}
@media (min-width: 768px) {/* 데스크탑, 태블릿 */
    #btn-switch {
        margin-top: 15px;
    }
}
@media (max-width: 768px) {/* 데스크탑, 태블릿 */
    #btn-switch,
    .blog-btn {
        display: inline;
        margin-top: 15px;
    }
    #btn-switch{
        margin-left: 10px;
    }
}
/****** 모바일 최적화 끝 ******/