h4 {
    width: 100%;
}

.container h2 {
    text-align: inherit;
    font-family: 'pretendard'
}

#subContent {
    padding: 100px 0px;
}

.sub-title {
    text-align: left;
    margin-bottom: 40px;
}

.sub-title h2 {
    position: relative;
    font-family: 'Pretendard';
    font-size: 30px;
    text-align: left;
    color: #333;
    padding-left: 15px;
}

.sub-title h2::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background: #559cca;
}

.greeting-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.greeting-content .greeting-img-con {
    width: 40%;
}

.greeting-content .greeting-img-con .greeting-img {
    width: 100%;
    height: 400px;

}

.ceo-img {
    margin: 0 auto !important;
    scale: 1 !important;
}

.greeting-content .greeting-txt-con {
    width: 56%;
    padding-left: 3%;
    display: flex;
    align-items: center;
}

.greeting-content .greeting-txt-con h2 {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 500;
}

.greeting-content .greeting-txt-con h2 strong {
    font-weight: 700;
}

.greeting-content .greeting-txt-con h3 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 500;
    word-break: keep-all;
}

.greeting-content .greeting-txt-con p {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
    word-break: keep-all;
}

.greeting-img img {
    display: block;
    margin: 50px auto 0;
    scale: 0.8;
}

#subContent.sub-ethics-content {
    background: url('../img/vision_back_1.png') no-repeat;
    background-position: left bottom;
    padding-bottom: 0;
}

.ethics-content {
    padding-bottom: 100px;
}

.ethics-content .ethics-txt-con p {
    font-size: 19px;
    color: #222;
    margin-bottom: 25px;
    line-height: 1.5;
    word-break: keep-all;
}

.ethics-detail-con {
    margin-top: 80px;
}

.ethics-detail-con .ethics-detail-list {
    display: flex;
    justify-content: space-between;
    padding-left: 30%;
}

.ethics-detail-con .ethics-detail-list .ethics-detail-item {
    width: 45%;
}

.ethics-detail-con .ethics-detail-list .ethics-detail-item:last-child {
    margin-top: -25%;
}

.ethics-detail-list .ethics-detail-item .detail-img-con .detail-img {
    width: 100%;
    height: 460px;
    background-size: cover;
    background-position: center;
}

.ethics-detail-list .ethics-detail-item .detail-txt-con {
    margin-top: 30px;
}

.ethics-detail-list .ethics-detail-item .detail-txt-con h4 {
    font-size: 32px;
    color: #222;
    font-weight: 600;
}

.ethics-detail-list .ethics-detail-item .detail-txt-con h6 {
    font-size: 21px;
    color: #222;
    font-weight: 500;
    margin-top: 10px;
}

.ethics-detail-list .ethics-detail-item .detail-txt-con p {
    margin-top: 15px;
    font-size: 21px;
    color: #4e4e4e;
    line-height: 1.5;
}

.ethics-detail-list .ethics-detail-item .detail-txt-con p b {
    color: #222;
    font-weight: 300;
}


.business-top-sec {
    text-align: center;
    margin-bottom: 50px;
}

.business-top-sec .tit {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.business-top-sec .tit:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background: #bcbcbc;
    bottom: -25px;
    left: 50%;
}

.business-top-sec .tit h2 {
    font-family: 'pretendard';
    font-size: 42px;
    color: #559cca;
    text-align: center;
    margin-bottom: 20px;
}

.business-top-sec .tit h4 {
    font-size: 32px;
    font-weight: 600;
    color: #222;
    word-break: keep-all;
}

.business-top-sec .txt {
    border: 1px solid #ddd;
    background: #f4f4f4;
    padding: 40px 20px;
}

.business-top-sec .txt p {
    color: #333;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.5;
    word-break: keep-all;
}

.business-top-sec .txt p strong {
    color: #000;
}

.business-box-con {
    margin: 80px auto 0;
}

.business-box-con .business-list {
    display: flex;
    justify-content: space-between;
}

.business-box-con .business-list .business-item {
    width: 21%;
    border-radius: 10px;
}

.business-box-con .business-list .business-item .tit-con {
    padding: 40px;
    text-align: center;
    border-radius: 10px;
}


.business-box-con .business-list .business-item .tit-con h4 {
    font-size: 19px;
    font-weight: 400;
}

.business-box-con .business-list .business-item:nth-child(even) .tit-con h4 {
    color: #fff;
}

.business-box-con .business-list .business-item .txt-con {
    padding: 0 20px;
    text-align: center;
}

.business-box-con .business-list .business-item .txt-con dl {
    position: relative;
    padding-left: 10px;
    margin: 10px 0;
}

.business-box-con .business-list .business-item .txt-con dl dt {
    font-weight: 700;
    font-size: 20px;
    color: #222;
    margin-bottom: 10px;
}

.business-box-con .business-list .business-item .txt-con dl dd {
    font-size: 19px;
    color: #666;
}

.business-box-line p {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #434689;
    border-radius: 100%;
}

.business-box-line {
    position: relative;
    margin: 0 -17px 10px;
}

.business-box-line:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #dfdfdf;
}

.business-3pl {
    margin-top: 100px;
}

.business-3pl img {
    display: block;
    margin: 0 auto;
}

/*  */
.business-item:first-child .business-box-line:before {
    left: 50%;
}

.business-item:last-child .business-box-line:before {
    right: 50%;
}

.mission-top {
    text-align: center;
    position: relative;
    height: 500px;
}

.mission-top .mission-bg {
    background-image: url('../img/mission_bg.jpg');
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.mission-top .mission-top-con {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.mission-top .mission-top-con .mission-txt-con {
    position: relative;
    padding-top: 60px;
    z-index: 1;
}

.mission-top .mission-top-con .mission-txt-con .eng {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
    text-shadow: 1px 1px 6px #000
}

.mission-top .mission-top-con .mission-txt-con h2 {
    font-family: 'pretendard';
    padding-left: 0;
    font-size: 36px;
    font-weight: 800;
    margin: 30px 0px;
    color: #fff;
    ;
}

.mission-top .mission-top-con .mission-txt-con p {
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    word-break: keep-all;
}

.mission-top .mission-top-con .mission-txt-con p span {
    font-weight: 600;
}

.mission-top .mission-top-con .mission-img {
    position: relative;
    padding: 20px 0px;
    background: rgba(0, 0, 0, 0.5);
}




.mission-bottom {
    position: relative;
    padding-top: 50px;
    margin-top: 50px;
    ;
}

.mission-bottom:before {
    content: '';
    width: 1px;
    height: 30px;
    background: #ddd;
    position: absolute;
    top: 0;
    left: 50%;
    ;
}

.mission-bottom .task-img-con {
    width: 100%;
    height: 300px;
    background: #ddd;
}

.mission-bottom .task-txt-con .tit-con {
    margin: 20px 0 50px;
    text-align: center;
}

.mission-bottom .task-txt-con .tit-con h2 {
    font-size: 36px;
    color: #000;
    font-weight: 800;
}

.mission-bottom .task-txt-con .tit-con .eng {
    font-size: 26px;
    color: #ccc;
    font-weight: 800;
    margin-top: 20px;
    text-transform: uppercase
}

.mission-bottom .task-txt-con .txt-con {
    display: flex;
    justify-content: space-between;
}

.mission-bottom .task-txt-con .txt-con dl {
    display: flex;
    margin: 20px 40px;
    padding: 40px 20px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
}

.mission-bottom .task-txt-con .txt-con dl dt {
    font-family: 'Montserrat';
    width: 25%;
    padding: 0 10px;
    font-size: 36px;
    font-weight: 800;
    color: #c3c3c3;
    transform: skewX(-10deg)
}

.mission-bottom .task-txt-con .txt-con dl dd p {
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 1.3;
    word-break: keep-all
}

.mission-bottom .task-txt-con .txt-con dl:nth-child(even) dt {
    color: #559cca
}

#subContent.sub-future-content {
    padding: 100px 0 0;
}

.future-top-content .tit {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.future-top-content .future-list {
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
}

.future-top-content .future-item {
    width: 20%;
    text-align: center;
}

.future-top-content .future-item .icon {
    display: inline-block;
    width: 140px;
    height: 140px;
    background: #559cca1a;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.future-top-content .future-item .icon_01 {
    background-image: url('../img/future_icon01.png')
}

.future-top-content .future-item .icon_02 {
    background-image: url('../img/future_icon02.png')
}

.future-top-content .future-item .icon_03 {
    background-image: url('../img/future_icon03.png')
}

.future-top-content .future-item h5 {
    font-size: 19px;
    font-weight: 500;
    color: #222;
    margin-top: 15px;
}

.future-bottom-content {
    padding: 80px 0px 100px;
}

.future-bottom-content .future-tit h2 {
    color: #000;
    font-size: 36px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 50px;
}

.future-bottom-content .future-tit h2:before {
    content: '';
    position: Absolute;
    width: 10px;
    height: 10px;
    background: #2d3092;
    left: 0;
}

.future-bottom-content .future-bottom-txt {
    display: flex;
    flex-wrap: wrap;
}

.future-bottom-content .future-bottom-txt dl {
    width: 50%;
    padding: 40px;
    border-bottom: 1px solid #dedede;
    display: flex;
    box-sizing: border-box;
}

.future-bottom-content .future-bottom-txt dl dt {
    font-size: 28px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.7);
    font-family: 'Montserrat';
    min-width: 150px;
}

.future-bottom-content .future-bottom-txt dl dd {
    font-size: 19px;
    color: #000;
    font-weight: 300;
    line-height: 1.5;
    word-break: keep-all;
}

.future-bottom-content .future-bottom-txt dl:last-child {
    width: 100%;
}

.mainfooter {
    margin-top: 0;
    border-top: 1px solid #eee;
}

/* 도매물류 */
.Wholesale-con {
    margin-top: 80px;
}

/* 기업물류 */
.Corporation-con {
    background-image: url('../img/Corporation-1.jpg');
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 120px 0;
}

.Corporation-con h2 {
    font-size: 35px;
}

.Corporation-con .Corporation-tet {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 80px auto 0;
}

.Corporation-con article {
    flex-basis: 30%;
}

.Corporation-con article h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.Corporation-con article p {
    font-size: 18px;
    line-height: 1.5;
}

.Corporation-img img {
    display: block;
    margin: 50px auto 0;
}

/* 물류대행 */
.Logistics-Agency {
    margin-bottom: 80px !important;
}

.Logistics-Agency .business-item {
    width: 30% !important;
    word-break: keep-all;
}

.Logistics-Agency .tit-con {
    background-color: #919191;
    color: #fff;
}

.Logistics-Agency .business-list {
    display: flex;
    justify-content: space-around;
}

.Logistics-Agency .business-item {
    box-shadow: 5px 5px 5px 5px #dbdbdb;
}

.Logistics-Agency .business-list .business-item .tit-con h4 {
    font-size: 22px;
    font-weight: 600;
}

.Logistics-Agency .business-item .txt-con dl dd {
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px !important;
}

.Logistics-Agency .business-item .txt-con dl dd:before {
    margin-top: 10px;
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: -5px;
    z-index: -1;
    background: #919191;
}

.Logistics-Agency-table-tit {
    margin-bottom: 30px;
}

.Logistics-Agency-table h3 {
    font-size: 24px;
    color: #222;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.Logistics-Agency-table-tit h3:before {
    content: '';
    width: 4px;
    height: 17px;
    margin-right: 10px;
    left: -5px;
    z-index: -1;
    background: #559cca;
}

.Logistics-Agency-table-con {
    display: flex;
    flex-wrap: wrap;
}

.Logistics-Agency-table-concon {
    width: 25%;
    margin-bottom: 20px;
}

.Logistics-Agency-table-concon img {
    display: block;
    margin: 0 auto;
}

.Logistics-Agency-table-concon article {
    text-align: center;
}

.Logistics-Agency-table-concon article h3 {
    margin: 10px auto;
    display: block;
}

.Logistics-Agency-table-concon article li {
    line-height: 1.2;
    font-size: 18px;
    color: #666;
}

/* 물류컨설팅 */
.consulting-con {
    margin-top: 100px;
}

.consulting-con img {
    display: block;
    margin: 0 auto;
}

/* 창고보관업 */
.Logistics-Agency-table-tit article {
    display: flex;
    justify-content: space-evenly;
}

.Logistics-Agency-table-tit article p {
    background-color: #919191;
    color: #fff;
    box-shadow: 5px 5px 5px 5px #dbdbdb;
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 600;
    flex-basis: 25%;
}

/* 오시는길 */
.map-container {
    display: flex;
    justify-content: space-around;
}

.map-button {
    margin-bottom: 30px;
}

.map-button a {
    font-size: 20px;
}

.map-button a:hover {
    color: #559cca;
}

.map-img {
    position: relative;
}

.map-img>img {
    display: block;
    margin: 0 auto;
}

.map-point img {
    position: absolute;
}


.map-point img:nth-child(1) {
    top: 110px;
    left: 220px;
}

.map-point img:nth-child(2) {
    top: 130px;
    left: 250px;
}

.map-point img:nth-child(3) {
    bottom: 280px;
    right: 70px;
}

.map-point img:nth-child(4) {
    top: 140px;
    left: 10px;
}

.nav-item .this {
    color: #559cca;
}

.main-map-con {
    padding-bottom: 300px;
}

.main-map-con-2 .google-map {
    margin-top: 0;
}

.main-map-con-3 .google-map {
    margin-top: 250px;
}

@media screen and (max-width:900px) {
    .main-map-con {
        padding-bottom: 200px;
    }

    .main-map-con-3 .google-map {
        margin-top: 130px;
    }
}

@media screen and (max-width:821px) {

    .main-map-con-3 .google-map {
        margin-top: 0;
    }
}

@media screen and (max-width:700px) {
    .main-map-con {
        padding-bottom: 50px;
    }
}

@media screen and (max-width:500px) {
    .main-map-con {
        padding-bottom: 50%;
    }
}

/**************************************
    폼메일 스타일 03 :: 예식 폼메일 전용
***************************************/
/* 채용문의 */
.Recruitment-con {
    margin-left: 200px;
    margin-top: 40px;
    margin-bottom: 100px;
}

.Recruitment-con article {
    margin-bottom: 50px !important;
}

.Recruitment-con article h2 {
    font-size: 22px !important;
    margin-bottom: 20px;
    position: relative;
    margin-left: 15px;
    color: #7e7e7e;
}

.Recruitment-con article h2 span {
    color: #222;
    font-size: 26px !important;
}

.Recruitment-con article h2::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 45%;
    left: -15px;
    background: #559cca;
    border-radius: 50%;
}

.Recruitment-con article h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 25px;
}

.Recruitment-con article ul {
    margin-left: 10px;
    margin-left: 25px;
    display: flex;
}

.Recruitment-con article ul li {
    line-height: 1.5;
    font-size: 16px;
}

.Recruitment-con article ul li:nth-child(2) {
    margin-left: 20px;
}

.margin-gottom-20 {
    margin-bottom: 20px;
}

/*  */
.formmail-content {
    position: relative;
    padding: 100px 0px;
}

.formmail-content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    background: #e4e3c3;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#cm_formmail_style_03 {
    max-width: 1420px;
    margin: 0 auto;
}

#cm_formmail_style_03 tr,
#cm_formmail_style_03 td,
#cm_formmail_style_03 th {
    font-family: 'pretendard';
}

#cm_formmail_style_03 .form-content {
    display: flex;
}

/* 이미지 */
#cm_formmail_style_03 .form-content .form-img-wrap {
    width: 40%;
}

#cm_formmail_style_03 .form-content .form-img-wrap img {
    width: 100%;
    vertical-align: top;
}

#cm_formmail_style_03 .form-img-wrap .info-con {
    text-align: left;
    padding: 40px 0px;
}

#cm_formmail_style_03 .form-img-wrap .info-con h2 {
    font-size: 26px;
    color: #000;
    margin-bottom: 20px;
}

#cm_formmail_style_03 .form-img-wrap .info-con p {
    line-height: 1.5;
    font-size: 17px;
}

/* 폼메일 */
#cm_formmail_style_03 .form-content .form-wrap {
    width: 58%;
    padding: 40px 20px 40px 20px;
    margin-left: 2%;
    background: #fff;
}

#cm_formmail_style_03 .form-sub-tit p {
    color: #2b2b2b;
    font-weight: 300;
}

#cm_formmail_style_03 table {
    width: 100%;
    border-collapse: collapse;
}

#cm_formmail_style_03 .form-content .form-wrap .formmail>tbody {
    display: flex;
    flex-wrap: wrap;
}

#cm_formmail_style_03 table .formmail>tbody>tr {
    width: 50%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0px;
}

#cm_formmail_style_03 .formmail td.formmail_title_bgcolor {
    font-family: 'pretendard';
    margin: 0 10px 15px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    text-align: left;
    width: 100%;
}

#cm_formmail_style_03 .formmail td.formmail_title_bgcolor font {
    color: #333 !important;
}

#cm_formmail_style_03 .formmail td.formmail_cell_bgcolor {
    padding: 0px;
    margin: 0 10px;
    width: 100%;
}

#cm_formmail_style_03 .formmail td.formmail_cell_bgcolor input,
#cm_formmail_style_03 .formmail td.formmail_cell_bgcolor textarea {
    width: 95%;
    border: 1px solid #ddd;
    padding: 10px;
    font-family: 'pretendard';
}

#cm_formmail_style_03 .form-content .form-wrap .formmail>tbody>tr>td.formmail_cell_bgcolor>input[name=mobile_no1],
#cm_formmail_style_03 .form-content .form-wrap .formmail>tbody>tr>td.formmail_cell_bgcolor>input[name=mobile_no2],
#cm_formmail_style_03 .form-content .form-wrap .formmail>tbody>tr>td.formmail_cell_bgcolor>input[name=mobile_no3] {
    width: 28%;
}

#cm_formmail_style_03 .form-content .form-wrap .formmail>tbody>tr.textarea {
    width: 100%;
}

/* 폼메일 연락처 */
#cm_formmail_style_03 .formmail td.formmail_cell_bgcolor input[name='phone_no1'],
#cm_formmail_style_03 .formmail td.formmail_cell_bgcolor input[name='phone_no2'],
#cm_formmail_style_03 .formmail td.formmail_cell_bgcolor input[name='phone_no3'] {
    width: 24%;
}

/* 폼메일 날짜 */
#cm_formmail_style_03 .formmail td.formmail_cell_bgcolor select {
    border: 1px solid #ddd;
    font-size: 13px;
    color: #666;
    min-height: 35px;
    min-width: 25%;
    padding: 0 10px;
}

#cm_formmail_style_03 .formmail td.formmail_cell_bgcolor select[name=add1Y],
#cm_formmail_style_03 .formmail td.formmail_cell_bgcolor select[name=add1M],
#cm_formmail_style_03 .formmail td.formmail_cell_bgcolor select[name=add1D] {
    min-width: 15%;
}

/* 체크박스 */
#cm_formmail_style_03 .formmail td.formmail_cell_bgcolor input[type='checkbox'] {
    display: inline-block;
    width: auto;
}

/* 파일첨부 */
#cm_formmail_style_03 .formmail td.formmail_cell_bgcolor input[type='file'] {
    border: none;
}

/* 하단 버튼 (HTML 태그에 form-btn class 추가 후 수정) */
#cm_formmail_style_03 .form-btn ul {
    display: flex;
}

#cm_formmail_style_03 .form-btn ul li {
    display: inline-block;
    width: 200px;
    margin: 0 10px;
    ;
}

#cm_formmail_style_03 .form-btn ul li a {
    padding: 15px 0;
    display: block;
    background: #ddd;
    font-size: 15px;
    color: #222;
}

#cm_formmail_style_03 .form-btn ul li:nth-child(1) a {
    background: #5398c6;
    color: #fff;
}

#cm_formmail_style_03 .form-btn ul li a:hover {
    opacity: .8
}



.partners-list {
    display: flex;
    flex-wrap: wrap;
}

.partners-list img {
    display: block;
    margin: 0 auto;
}

.partners-list .partners {
    width: calc(100% / 4 - 20px);
    margin: 0 10px 20px;
}

.partners-list .partners .partners-img {
    width: 100%;
    height: 85px;
}

.partners-list .partners .partners-name {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    padding: 10px 0px;
    text-align: center;
}

/* 약관 */
#subinfo {
    background-image: url('../img/info.png');
}

#sec-info {
    margin: 100px 0;
}

#subinfo h2 {
    margin-top: 50px !important;
}

/* 로그인 */
#sec-admin {
    margin: 100px 0;

}

/* 식품물류 */
.food-distribution {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.food-distribution h3 {
    font-size: 24px;
    color: #222;
    font-weight: 700;
    display: flex;
    align-items: center;
    line-height: 2;
}

.food-distribution h3:before {
    content: '';
    width: 4px;
    height: 17px;
    margin-right: 10px;
    left: -5px;
    z-index: -1;
    background: #559cca;
}

@media screen and (max-width:970px) {
    .food-distribution {
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start
    }

    .food-distribution article {
        margin-bottom: 30px;
    }

    .food-distribution img {
        width: 100%;
    }
}

@media screen and (max-width:500px) {
    .food-distribution h3 {
        font-size: 20px;
    }
}