<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main_banner {
    height: 100%;
    margin-bottom: 0;
}

.slick-list {
    height: 100%;
}

.main_banner .slick-slide {
    min-height: 710px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.main_banner .banner_bg {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.banner_top {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.banner_top p:first-of-type {
    font-size: 30px;
    opacity: 0.5;
    margin-bottom: 0;
}

.banner_top p:last-of-type {
    font-size: 90px;
    line-height: 1;
    font-family: playfair-display, serif;
    font-weight: 700;
}

.banner_img {
    width: 97%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 39%;
    transform: translate(-50%, -50%);
}

.banner_bottom {
    width: 80%;
    max-width: 560px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 16px;
}

.banner_bottom:before {
    content: " ";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
}


/* customor_banner */

.customor_banner {
    border-bottom: 1px solid #000;
}

.customor_banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#aboutCompany,
#business {
    padding-top: 5rem;
    padding-bottom: 30px;
}


/* aboutCompany */

.main_heading {
    text-align: center;
    justify-content: center;
}

#aboutCompany .card {
    width: calc(100% / 3 - 20px);
    background-color: #f2f2f2;
    border-bottom: 1px solid #000;
}

#aboutCompany .card-header {
    background-color: #c02;
    color: #fff;
}

#aboutCompany .card-header h3 {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}

#aboutCompany .card-header a {
    position: relative;
    display: block;
}

#aboutCompany .card-header a:after {
    content: " ";
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    right: 0.3rem;
}


/* business */

#business {
    text-align: center;
}

#business .card a {
    display: block;
}

#business .card {
    border-bottom: 1px solid #000;
}

#business h3,
#business .card p {
    background-color: #f2f2f2;
    color: #c02;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 16px;
    padding: 5px;
}

#business ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#business li {
    width: calc(100% / 3 - 20px);
    margin-bottom: 30px;
    text-transform: uppercase;
}

#business img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.view_btn {
    border: 1px solid #000;
    color: #c02;
    font-weight: 700;
    padding: 15px 35px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.view_btn:after {
    content: " ";
    display: inline-block;
    width: 50px;
    height: 10px;
    background-image: url("../img/00_main/arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 10px;
}


/* globalNetwork */

#globalNetwork .container {
    padding: 60px 0 40px;
}

#globalNetwork h1,
#globalNetwork .lead {
    color: #fff;
}

#globalNetwork .view_btn {
    background-color: #c02;
    border: 1px solid #fff;
    color: #fff;
}

#globalNetwork .view_btn:after {
    background-image: url("../img/00_main/arrow_wh.png");
}

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


/* precisionPrinting */

#precisionPrinting {
    background-image: url("../img/00_main/sewon.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 60px 0 90px;
}

#precisionPrinting .lead {
    margin: 0 auto;
}


/* responsive */

@media screen and (max-width:1024px) {
    .banner_top p:last-of-type {
        font-size: 60px;
    }
}

@media screen and (max-width:640px) {
    .lead {
        font-size: 1rem;
    }
    .main_banner .slick-slide {
        height: 80vh;
        min-height: 500px;
    }
    .banner_top p:first-of-type {
        font-size: 28px;
    }
    .banner_top p:last-of-type {
        font-size: 52px;
    }
    .banner_bottom {
        bottom: 100px;
    }
    .slick-dots {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .main_heading {
        text-align: left;
    }
    .row {
        margin: 0;
    }
    #aboutCompany,
    #business {
        padding-top: 3rem;
        padding-bottom: 2.5rem;
    }
    .card {
        margin-bottom: 1rem;
    }
    #aboutCompany .card {
        width: 100%;
    }
    #business li {
        width: calc(100% / 2 - 10px);
        margin-bottom: 20px;
    }
    .view_btn {
        width: 100%;
    }
    #globalNetwork .row {
        padding: 0 15px;
    }
    img.map {
        margin-bottom: 1rem;
    }
    #precisionPrinting .lead {
        margin: 0;
        padding: 0;
    }
}</pre></body></html>