body {
    font-family: 'pretendard', 'Noto Sans KR', 'Roboto', sans-serif !important;
    color: #222222;
    letter-spacing: -0.025em;
}

.hide {
    display: none;
}

/* content 기본 css */
.container {
    max-width: 1340px;
    margin: 0 auto;
}

.container h2 {
    text-align: center;
    font-size: 42px;
    font-family: 'Poppins', sans-serif;
}

/* maincompany */
.maininformation_1 {
    background-color: #f5f5f9;
}

.padding-top {
    padding: 100px 0;
}

.content-con>ul {
    display: flex;
    padding: 40px 50px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-con>ul>li {
    width: 31%;
}

.content-con div {
    overflow: hidden;
}

.content-con div img {
    transition: 0.5s all;
}

.main-company-wrap>li:hover img {
    scale: 1.2;
}

.content-text-1,
.content-text-2,
.content-text-3 {
    padding-top: 35px;
    position: relative;
}


.content-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.content-ex {
    color: #666666;
    font-size: 16px;
    line-height: 27px;
    word-break: keep-all;
}

.content-view {
    position: absolute;
    right: 0;
    top: 35px;
    display: flex;
    color: #222222;
}

.content-view li {
    font-size: 14px;
    font-weight: 500;
}

.content-view i {
    background-image: url('../img/content-button.png');
    height: 20px;
    width: 20px;
    background-size: cover;
    margin-top: -3px;
    margin-left: 12px;
}

/* mainvision */
.mainvision-content a {
    width: 40%;
    height: 300px;
    display: block;
}

.mainvision-content section {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
    height: 300px;
}

.mainvision-content section:hover p {
    margin-right: 25px;
}

.mainvision-content a:nth-child(1) {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/vision-1.png');
    background-size: cover;
}

.mainvision-content a:nth-child(2) {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/vision-2.png');
    background-size: cover;
}

.mainvision-content section p {
    color: #fff;
    font-size: 25px;
    margin-right: 15px;
    line-height: 30px;
    transition: 0.5s all;
}

/*  */
.main-product {
    display: flex;
}

.main-product .main-product-slide {
    max-width: 860px;
    height: 535px;
    position: relative;
}

.main-product #product-slide {
    max-width: 100%;
    display: flex;
    position: relative;
    left: 0;
}

.main-product .slide-bg {
    width: 860px;
    height: 535px;
    position: relative;
}

.main-product .product-text {
    max-width: 1060px;
}

.main-product .slick-caption {
    width: 550px;
    height: 270px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 44px 50px 0;
    box-sizing: border-box;
}

.main-product .slide_txtarea span {
    font-size: 14px;
    color: #559cca;
    margin-bottom: 20px;
}

.main-product .slide_txtarea h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 15px 0 20px;
}

.main-product .slide_txtarea p,
.main-product .slide_txtarea li {
    font-size: 16px;
    line-height: 1.8;
    word-break: keep-all;
}

/* product-text */

.product-text {
    z-index: 9;
    width: 100%;
    background-color: #f5f5f9;
    padding: 110px 110px 0;
}

.product-text h2 {
    font-size: 42px;
    font-family: 'Poppins', sans-serif;

}

.product-text>article>p {
    color: #434689;
    font-size: 24px;
    margin: 30px 0;
    font-weight: 600;

}

.product-text span {
    font-size: 18px;
    line-height: 2;
    color: #666666;
}


.mainbutton button {
    margin: 80px 0 0;
    width: 170px;
    height: 48px;
    background-color: #434689;
    border-radius: 10px;
    border: none;
    font-weight: 400;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;

}

.mainbutton button:hover {
    border: 1px solid #434689;
    color: #434689 !important;
    border-radius: 10px;
    background-color: #fff;
    cursor: pointer;
}



.mainbutton button p {
    font-size: 15px;
}

.mainbutton button i {
    width: 20px;
    height: 20px;
    background-image: url('../img/product_button.png');
    background-size: cover;
    margin-left: 12px;
}

/* main-product */
#product-slide {
    position: relative;
}

#product-slide .slick-dots {
    display: none !important;
}

#product-slide .slick-arrow {
    opacity: 1;
    width: 12px !important;
    height: 43px !important;
    font-size: 0;
    text-indent: -9999px;
    z-index: 10;
    position: absolute;
    top: 45%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px;
    transition: all 0.5s;
}


#product-slide .slick-prev {
    background-image: url('../img/product_prev.png') !important;
    top: 300px;
    right: 110px;
    cursor: pointer;
}

#product-slide .slick-next {
    background-image: url('../img/product_next.png') !important;
    top: 300px;
    right: 60px;
    cursor: pointer;
}

.slick-dots {
    /* display: none !important; */
}

/* vision */
.mainvision-con {
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}

.mainvision-con article {
    width: 45%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: #fff; */
    font-size: 30px;
    font-weight: 600;
}

.mainvision-con-1 {
    background-image: url('../img/vision-1.png');
}

.mainvision-con-2 {
    background-image: url('../img/vision-2.png');
}

/* information */
.maininformation {
    background-image: url('../img/imformation_back.png');
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    height: 315px;
}

.maininformation p {
    font-size: 18px;
    font-weight: 500;
}

.maininformation button {
    margin: 30px auto 0 !important;
}

.maininformation .main-title p {
    margin-top: 30px;
}

.main-title h2,
.main-title .tit {
    font-weight: 700;
    text-align: center;
    font-size: 42px;
}

/* footer */
.main-page-footer .mainfooter {
    margin-top: 0;
}

.mainfooter {
    margin-top: 100px;
    border-top: 1px solid #cccccc;
    color: #666666;
}

.mainfooter footer {
    padding: 60px 310px;
}

.mainfooter span {
    margin-right: 20px;
    color: #666666;
}

.footer-logo img {
    width: 138px;
}


.footer-con .footer-top {
    margin: 30px 0;
}

.footer-con .footer-mid {
    line-height: 2;
    margin-bottom: 30px;
}

.footer-con .footer-mid article>span:nth-child(1) {
    font-weight: 600;
}

.footer-con .footer-end {
    color: #8c8c8c;
}

/* 서브페이지 상단 */
.subp01-con {
    max-width: 90%;
    margin: 0 auto;
    position: relative;
}

.subp01-con-tit {
    text-align: center;
}

.subp01-con-tit>h3 {
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 150px 0 50px 0;
}

.subp01-con-tit>p {
    color: #1a1a1a;
    font-size: 20px;
    line-height: 1.15;
    margin-bottom: 50px;
}

.subp01-con-img {
    width: 100%;
    margin: 0 auto 200px;
}

.subp01-con-img img {
    width: 100%;
    height: 600px;
}

.subp01-con-img h3 {
    color: #fff;
    font-size: 30px;
    line-height: 1.92;
    position: absolute;
    top: 300px;
    left: 600px;
    text-align: center;
}

.subp01-con-txt {
    padding: 75px 10% 75px 5%;
    background-color: #fff;
    position: absolute;
    bottom: -200px;
    left: 300px;
}

.subp01-con-txt p {
    font-size: 18.5px;
    line-height: 1.8;
    letter-spacing: -0.7px;
    color: #303030;
    margin-bottom: 30px;
}

.line {
    height: 1px;
    width: 100%;
    margin: 100px auto 0;
    background-color: #cccccc;
}

/* ceo인사말 */
.subp04-con-tit h4 {
    font-size: 24px;
    line-height: 1.54;
    color: #383838;
    margin: 20px 0;
}

.subp04-con-tit span {
    font-size: 18px;
    line-height: 1.15;
    color: #666;
}

/*  */
.subp04-con-text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.subp04-con-text>article {
    width: 330px;
    border: 1px solid #ccc;
    padding: 30px 40px;
}

.subp04-con-text h4 {
    font-size: 25px;
    line-height: 1.35;
    margin-bottom: 20px;
}

.subp04-con-text h4>span {
    font-size: 18px;
    color: #5a5a5a;
}

.subp04-con-text p {
    line-height: 1.54;
    color: #5a5a5a;
}

.subp04-con-text p>span {}

/* vision */
.content-vision {
    background-image: url('../img/vision_back_1.png');
    box-sizing: border-box;
    background-position: left bottom 410px;
    background-size: cover;
}

.subp03-con {
    padding: 100px 0;
}

.subp03-con-tit {
    padding-bottom: 550px;
}

.subp03-con-tit>section {
    display: flex;
    align-items: center;
}

.subp03-con-tit h3 {
    font-size: 30px;
    font-weight: 700;
}

.subp03-con-tit p {
    width: 4px;
    height: 20px;
    background-color: #559cca;
    margin-right: 15px;
}

.subp03-con-tit>span {
    padding: 30px 0 0;
    line-height: 1.35;
    font-size: 20px;
    display: block;
}

/*  */
.subp03-con-text {
    position: relative;
    top: -900px;
}

.subp03-con-text h4 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
}

.subp03-con-text h5 {
    font-size: 18px;
    margin-bottom: 15px;
    /* line-height: 45px; */
}

.subp03-con-text p {
    line-height: 1.7;
}

.subp03-con-text p>span {
    font-weight: 600;
}


.subp03-con-img-1 {
    position: absolute;
    right: 0;
    top: 20px;
}

.subp03-con-img-2 {
    position: absolute;
    right: 600px;
    top: 400px;
}

/* ceo인사말 */
.sub01-con {
    display: flex;
    justify-content: space-evenly;
}

.sub01-con .sub01-con-img {
    width: 500px;
    height: 500px;
    background-image: url('../img/sample.png');
}

.sub01-con .sub01-con-txt {
    width: 500px;
    height: 500px;
    font-size: 20px;
    line-height: 1.5;
}


/* 3PL */

.content-tit {
    padding-top: 100px;
}

.content-tit h3 {
    text-align: center;
    font-weight: 500;
    font-size: 42px;
    margin-bottom: 60px;
}

.content-tit .tit-3PL {
    font-weight: 700;
    color: #559cca;
    font-size: 42px;
    padding-bottom: 20px;
}

.content-tit p {
    font-size: 25px;
    text-align: center;
    line-height: 1.54;
    padding-bottom: 30px;
}

.content-tit span {
    display: inline;
    font-weight: 600;
}

.con-3pl {
    display: flex;
    max-width: 80%;
    margin: 40px auto 0;
    justify-content: space-between;
    text-align: center;
}


.con-3pl dt {
    background: linear-gradient(#b3dffc, #559cca);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 15px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}


.con-3pl div {
    font-size: 22px;
    line-height: 1.15;
}

.con-3pl dt i {
    margin-bottom: 15px;
}

.con-3pl dd {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    color: #707070;
}

/* 물류 vission 및 전략 */
.subp04-txt {}

.subp04-txt article {
    display: flex;
    margin-bottom: 50px;
}

.subp04-txt h4 {
    font-size: 25px;
    font-weight: 500;
    width: 20%;
}

.subp04-txt p {
    text-align: center;
    width: 100%;
    font-size: 23px;
    font-weight: 700;
}

.subp04-txt span {
    font-weight: 700;
    font-size: 23px;
    color: #559cca;
}

.subp04-txt .mission {
    margin-left: 16%;
}

.subp04-txt img {
    width: 100px;
    display: block;
    margin: 0 auto 50px;
}

.mission-tactic {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.mission-tactic>li {
    font-size: 23px;
    margin-bottom: 30px;
    font-weight: 700;
}

.mission-tactic>li>ul {
    display: flex;
    justify-content: space-around;
}

.mission-tactic>li>ul>li {
    width: 150px;
    height: 150px;
    background: linear-gradient(#b3dffc, #559cca);
    border-radius: 50%;
    display: flex;
    align-items: center;
}


.mission-tactic>li>ul>li:nth-child(2) {
    background: none;
    font-size: 50px;
    display: block;
    padding-top: 50px;
    box-sizing: border-box;
}

.management-task {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.management-task li {
    width: 27%;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.103);
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    font-weight: 500;
}

/* future */
.future {}

.future-con1,
.future-con2 {
    display: flex;
}

.future-con1 {
    margin-bottom: 70px;
}

h4 {
    font-size: 25px;
    font-weight: 500;
    width: 40%;
}

.future-con1 article {
    width: 100%;
}

.future-con1 ul {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.future-con1 ul>li {
    width: 200px;
    height: 200px;
    background: linear-gradient(#b3dffc, #559cca);
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.future-con1 div {
    width: 100%;
}

.future-con1 img {
    width: 100px;
    transform: rotate(180deg);
    margin: 50px auto;
    display: block;
}

.future-con1 p {
    text-align: center;
    font-size: 20px;
    color: #3f3f3f;
    line-height: 1.5;
}

.future-con1 p>span {
    font-size: 25px;
    font-weight: 700;
    color: #222222;
}

.future-con2 li {
    font-size: 18px;
    line-height: 1.8;
}

/* 입점문의 */
.store {
    display: flex;
    justify-content: space-between;
}

.store_left {
    width: 37%;
}

.store_left h4 {
    width: 100%;
    margin-bottom: 50px;
    line-height: 1.3;
}

.store_left p {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 50px;
}

.store_left img {
    width: 100%;
}


/*  */
.store_right {
    width: 55%;
    margin-top: -50px;
}

.store_right tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.store_right td {
    background: none !important;
    text-align: left;
    width: 100%;
    line-height: 1.5;
}

.formmail_cell_bgcolor {
    width: 100%;
}

.formmail_cell_bgcolor input {
    width: 29.3%;
}

.store_right .formmail_textarea_style {
    height: 100px !important;
}

.store_right td.formmail_cell_bgcolor>table {
    margin-top: 100px !important;
}

.store_right div {
    margin-top: -100px !important;
}

/* our partner */
.subp04-con-tit span {
    display: block;
    margin-top: 30px;
}

.partners-con {}

.partners-con ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.partners-con li {
    background-color: #8c8c8c;
    width: 300px;
    height: 100px;
    margin-bottom: 50px;
}

/* estimate */
.subp04-con-tit {
    padding: 100px 0 50px 0;
}

.subp04-con-tit>section {
    display: flex;
    align-items: center;
}

.subp04-con-tit p {
    width: 4px;
    height: 20px;
    background-color: #559cca;
    margin-right: 15px;
}

.subp04-con-tit h3 {
    font-size: 30px;
    font-weight: 700;
}

.product-text span {
    word-break: keep-all;
}

.open {
    right: 0;
}

.Logistics-Agency-table img,
.consulting-con img,
.Warehouse-img img,
.future-bottom-txt img {
    width: 100%;
}

/* 반응형 */
@media screen and (max-width:1573px) {
    .product-text {
        padding: 50px 50px 0;
    }

    .mainbutton button {
        margin: 50px 0 0;
    }
}

@media screen and (max-width:1440px) {
    .header-wrap .tlogo img {
        margin-left: 0 !important;
    }

    .main-product .main-product-slide {
        max-width: 750px;
    }

    .main-product .slick-caption {
        right: 100px;
    }

    .mainfooter footer {
        padding: 60px 60px;
    }

    .sub-content {
        margin: 0 30px;
    }
}

@media screen and (max-width:1330px) {
    .main-company-wrap li {
        margin-bottom: 30px;
    }

    .content-con>ul {
        flex-direction: column;
        align-items: center;
    }

    #cm_formmail_style_03 .form-img-wrap .info-con {
        text-align: center !important;
    }

    #cm_formmail_style_03 .form-content {
        flex-direction: column;
        align-items: center;

    }

    #cm_formmail_style_03 .form-content .form-img-wrap {
        width: 100% !important;
    }

    #cm_formmail_style_03 .form-content .form-img-wrap img {
        height: 300px;
    }

    #cm_formmail_style_03 .form-content .form-wrap {
        width: 100% !important;
        margin-left: 0 !important;
    }

    #cm_formmail_style_03 .form-btn ul {
        justify-content: space-evenly;
    }

    .tab-pane .row {
        width: 100% !important;
        padding: 0 0 0 30px;
        display: flex;
        flex-direction: column;
    }

    .google-map,
    .google-map-2,
    .google-map-3 {
        width: 100% !important;
    }

    .map-table-con {
        width: 50% !important;
    }

    .main-map {
        position: absolute;
        right: 30px;
    }

    .content-con>ul>li {
        width: 100%;
        max-width: 400px;
    }
}

@media screen and (max-width:1180px) {
    .map-table-con {
        width: 30% !important;
    }
}

@media screen and (max-width:1165px) {
    .main-product {
        display: flex;
        flex-direction: column-reverse;
        overflow: hidden;
    }

    .main-product .main-product-slide {
        max-width: 100%;
    }

    .main-product .slick-caption {
        right: 0;
    }

    .main-product .slide-bg {
        width: 100vw;
    }

    .product-text {
        padding: 50px 50px;
    }

    .main-product .product-text {
        width: 100% !important;
        max-width: 100% !important;
    }

    .mission-bottom .task-txt-con .txt-con dl {
        margin: 20px !important;
    }

    #cm_formmail_style_03 .form-content {
        flex-direction: column;
    }

    .Recruitment-con {
        margin-left: 0 !important;
        margin-top: 40px !important;
    }

    #cm_formmail_style_03 .form-content .form-img-wrap {
        width: 100% !important;
    }

    .form-img-wrap img {
        height: 300px !important;
    }
}

@media screen and (max-width:1060px) {
    .Logistics-Agency-table-tit article p {
        padding: 30px !important;
        font-size: 18px !important;
        word-break: keep-all;
    }
}

@media screen and (max-width:1024px) {
    #main_slide {
        height: auto !important;
    }

    .ethics-detail-list .ethics-detail-item .detail-img-con .detail-img {
        height: 300px !important;
    }

    .ethics-detail-list .ethics-detail-item .detail-txt-con p {
        font-size: 18px !important;
    }

    .detail-txt-con strong {
        font-size: 18px !important;
    }

    .ethics-detail-con .ethics-detail-list .ethics-detail-item {
        width: 49% !important;
    }
}

@media screen and (max-width:1023px) {
    .ethics-detail-con .ethics-detail-list .ethics-detail-item:last-child {
        margin-top: 0 !important;
    }

    .ethics-detail-con .ethics-detail-list {
        padding-left: 0 !important;
    }
}

@media screen and (max-width:925px) {
    .Corporation-img img {
        width: 100%;
    }

    .mission-bottom .task-txt-con .txt-con {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width:900px) {
    .Corporation-con .Corporation-tet {
        width: 100% !important;
    }

    .main-map img {
        width: 80%;
        float: right;
    }

    .footer-mid article {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width:821px) {
    .map-table-con {
        width: 100% !important;
    }

    .map-table-con:nth-child(1) {
        margin-top: 250px;
    }
}

@media screen and (max-width:800px) {
    .greeting-content {
        flex-direction: column;
        align-items: center;
    }

    .greeting-content .greeting-txt-con {
        width: 100% !important;
        margin-top: 30px;
    }

    .greeting-content .greeting-txt-con {
        padding-left: 0% !important;
    }
}

@media screen and (max-width:768px) {
    #main_slide .slide_txtarea {
        margin-top: 70px;
    }

    .mainvision-content {
        flex-direction: column;
        align-items: center;
    }

    .mainvision-content a {
        width: 90%;
        margin-bottom: 20px;
    }

    .business-top-sec .tit h2 {
        font-size: 30px !important;
    }

    .business-top-sec .tit h4 {
        font-size: 25px !important;
    }

    .business-top-sec .txt p {
        font-size: 18px !important;
    }

    .mission-img img {
        width: 100%;
    }

    .future-bottom-content .future-tit h2 {
        font-size: 25px !important;
    }

    #cm_formmail_style_03 .form-content .form-wrap .formmail>tbody {
        flex-direction: column;
    }

    #cm_formmail_style_03 table .formmail>tbody>tr {
        width: 100% !important;
    }

    #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: 27% !important;
    }

    .partners-list .partners {
        width: calc(100% / 3 - 20px) !important;
    }
}


@media screen and (max-width:731px) {
    .Corporation-con .Corporation-tet {
        flex-direction: column;
    }

    .Corporation-con .Corporation-tet article {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:700px) {
    .ethics-detail-con .ethics-detail-list {
        flex-direction: column;
        align-items: center;
    }

    .ethics-detail-item {
        margin-bottom: 20px;
    }

    .ethics-detail-con .ethics-detail-list .ethics-detail-item {
        width: 100% !important;
    }



    .map-table-con:nth-child(1) {
        margin-top: 150px;
    }

    .main-map {
        width: 336px;
    }

    .main-map img {
        width: 100%;
    }
}

@media screen and (max-width:630px) {
    .greeting-content .greeting-img-con {
        width: 100% !important;
        margin-bottom: 60px;
    }

    .greeting-content .greeting-img-con .greeting-img {
        height: auto !important;
    }

    .greeting-img img {
        width: 100%;
    }
}

@media screen and (max-width:572px) {
    .formmail_cell_bgcolor tr:nth-child(1) {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .formmail_cell_bgcolor tr:nth-child(1) td {
        margin: 5px 0;
    }

    #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% !important;
    }

    .partners-list .partners {
        width: calc(100% / 2 - 20px) !important;
    }

    .sub-title h2 {
        font-size: 25px !important;
    }

    .main-title h2,
    .main-title .tit,
    .product-text h2,
    .mission-top .mission-top-con .mission-txt-con h2 {
        font-size: 30px !important;
    }
}

@media screen and (max-width:550px) {
    .main-product .slick-caption {
        width: 100%;
        height: 300px;
    }

    #product-slide .slick-prev {
        top: 270px;
    }

    #product-slide .slick-next {
        top: 270px;
    }

    #cm_formmail_style_03 .form-img-wrap .info-con h2,
    #cm_formmail_style_03 .form-img-wrap .info-con p {
        word-break: keep-all;
    }
}

@media screen and (max-width:500px) {
    .tlogo img {
        width: 100%;
        scale: 1.1;
    }

    .mainfooter footer {
        padding: 60px 10px;
    }

    .main-company-wrap li {
        width: 100%;
    }

    .content-con>ul {
        padding: 40px 10px 0;
    }

    .content-view i {
        width: 25px;
        margin-right: 0;
        margin-left: 0;
    }

    .main-company-img img {
        width: 100%;
    }

    .product-text article {
        width: 90%;
    }

    .product-text {
        padding: 50px 10px;
    }

    .form-wrap {
        overflow: auto;
    }

    .form-wrap table {
        overflow-x: scroll;
    }

    .main-product .slick-caption {
        padding: 44px 20px 0;

    }

    td>.formmail_border,
    textarea {
        width: 300px !important;
    }

    #cm_formmail_style_03 .form-btn ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #cm_formmail_style_03 .form-btn ul li {
        margin-bottom: 10px !important;
    }

    .main-map {
        width: 90%;
        margin-top: -100px !important;
    }

    .map-table-con:nth-child(1) {
        margin-top: 450px;
    }

}

@media screen and (max-width:425px) {
    .Recruitment-con h2 {
        word-break: keep-all;
    }


    .Recruitment-con article ul {
        flex-direction: column;
    }

    .Recruitment-con article ul li:nth-child(2) {
        margin-left: 0 !important;
    }

    .sub-content {
        margin: 0 10px;
    }

    .mission-bottom .task-txt-con .txt-con dl {
        padding: 40px 10px !important;
    }

    .main-map {
        width: 85%;
        margin-top: -100px !important;
    }

    .map-table-con:nth-child(1) {
        margin-top: 350px;
    }

    #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: 21% !important;
    }
}