<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* main banner ì‹œìž‘*/

.mainbanner {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.mainbanner_bg {
    background-image: url("/img/smartfactory_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    animation: sb_ani 2s ease-in-out;
}

@keyframes sb_ani {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.0);
    }
}

.mainbannerText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
    white-space: nowrap;
}

.mainbanner h1 {
    font-size: 80px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px;
    line-height: 100%;
}

.mainbanner h2 {
    font-size: 30px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    line-height: 100%;
}

/* main banner ë*/
/* íƒ­ ë©”ë‰´ ì‹œìž‘ */

.tab_menu {
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    background-color: #fff;
}

.tab_menu ul {
    display: flex;
    justify-content: center;
}

.tab_menu ul li {
    height: 60px;
}

.tab_menu ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #8f8f8f;
    height: 60px;
    line-height: 60px;
    margin: 0 35px;
    position: relative;
    display: inline-block;
}

.tab_menu ul li a.active {
    font-weight: 700;
    color: #222;
    position: relative;
}

.tab_menu ul li a.active:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: #003C85;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

.tab_menu ul li a:hover {
    font-weight: 700;
    color: #222;
}

/* íƒ­ ë©”ë‰´ ë */
/* íƒ€ì´í‹€ ì‹œìž‘ */

.title {
    margin-top: 100px;
}

.titleBox {
    margin-bottom: 100px;
}

.title .titleText {
    display: flex;
    align-items: flex-end;
}

.title .titleName {
    width: 384px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #003C85;
    color: #fff;
    margin-top: -68px;
    position: relative;
    z-index: 5;
    margin-right: 30px;
}

.title .titleName h2 {
    font-size: 40px;
    font-weight: 700;
}

.title .titleName h3 {
    font-size: 18px;
    font-weight: 500;
}

.title .titleContent {
    font-size: 18px;
    font-weight: 500;
    color: #8f8f8f;
    line-height: 150%;
}

/* íƒ€ì´í‹€ ë */
/* ì£¼ìš” ëª¨ë“ˆ ì‹œìž‘*/

.module {
    margin-bottom: 76px;
}

.module h3 {
    padding-left: 20px;
    font-size: 35px;
    font-weight: 700;
    color: #222;
    position: relative;
    margin-bottom: 50px;
}

.module h3:before {
    content: "";
    width: 10px;
    height: 35px;
    background-color: #003C85;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.moduleList {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 24px;
    column-gap: 24px;
    grid-row-gap : 24px;
    row-gap : 24px;
}

.moduleList li {
    width: 180px;
    height: 230px;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-right: 24px; */
    /* margin-bottom: 24px; */
    position: relative;
}

.moduleList li .option {
    font-size: 16px;
    font-weight: 700;
    color: #003c85;
    position: absolute;
    top: 10px;
    left: 10px
}

.moduleList li .moduleName {
    font-size: 20px;
    font-weight: 500;
    color: #222;
    margin-top: 20px;
    text-align: center;
    height: 24px;
    line-height: 120%;
}

/* ì£¼ìš” ëª¨ë“ˆ ë*/
/* ì£¼ìš” ê¸°ëŠ¥ ì‹œìž‘ */

.function {
    margin-bottom: 100px;
}

.function h3 {
    padding-left: 20px;
    font-size: 35px;
    font-weight: 700;
    color: #222;
    position: relative;
    margin-bottom: 50px;
}

.function h3:before {
    content: "";
    width: 10px;
    height: 35px;
    background-color: #003C85;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.functionBox {
    display: flex;
    justify-content: space-between;
}

.functionBox li {
    width: 588px;
    border-top: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    padding: 35px 0 35px 0;
}

.functionBox .pd {
    padding: 34px 0 25px 0;
}

.functionBox li:last-child {
    border-bottom: 1px solid #eaeaea;
}

.functionBox li .functionNum {
    font-size: 60px;
    font-weight: 700;
    color: rgba(216, 230, 246, 0.5);
    padding: 0px 78px 0 57px;
    line-height: 100%;
}

.functionBox .functionName {
    font-size: 20px;
    font-weight: 700;
    color: #003C85;
    margin-bottom: 9px;
    line-height: 100%;
}

.functionBox .functionContent {
    font-size: 16px;
    font-weight: 500;
    color: #8f8f8f;
    line-height: 130%;
}


/* ì£¼ìš” ê¸°ëŠ¥ ë */
/* ì‚¬ìš© ë°©ì‹ ì‹œìž‘ */

.use {
    margin-bottom: 100px;
}

.use h3 {
    padding-left: 20px;
    font-size: 35px;
    font-weight: 700;
    color: #222;
    position: relative;
    margin-bottom: 50px;
}

.use h3:before {
    content: "";
    width: 10px;
    height: 35px;
    background-color: #003C85;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.useBox ul {
    display: flex;
    justify-content: space-between;
}

.useBox ul li {
    width: 588px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    padding: 35px 0 35px 0;
}

.useBox ul li .useImg {
    padding: 0 90px 0 67px;
}

.useBox ul li .useName {
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

/* ì‚¬ìš© ë°©ì‹ ë */

/* ì£¼ìš” í™”ë©´ ì‹œìž‘ */

.screen {
    margin-bottom: 110px;
}

.screen h3 {
    padding-left: 20px;
    font-size: 35px;
    font-weight: 700;
    color: #222;
    position: relative;
    margin-bottom: 50px;
}

.screen h3:before {
    content: "";
    width: 10px;
    height: 35px;
    background-color: #003C85;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

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

.screenBox ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.screenBox ul li span {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #8f8f8f;
    text-align: center;
}

/* ì£¼ìš” í™”ë©´ ë */


/* ë°°ë„ˆ, ì•ˆì&nbsp;„ì‚¬ì´ì¦ˆ, íƒ­ ë©”ë‰´ */
@media screen and (max-width : 1240px) {
    .safe_size {
        width: 100%;
        padding: 0 25px;
    }

    .titleImg {
        width: 100%;
        height: auto;
    }

    .titleImg img {
        width: 100%;
        height: auto;
    }

    .title .titleContent {
        font-size: 16px;
    }
}

@media screen and (max-width : 1168px) {
    .title .titleContent {
        font-size: 14px;
    }
}

@media screen and (max-width : 1085px) {
    .mainbanner {
        height: 500px;
    }

    .mainbanner_bg {
        background-position: right -250px center;
    }

    .mainbanner h1 {
        font-size: 50px;
    }

    .mainbanner h2 {
        font-size: 20px;
    }

    .tab_menu ul {
        overflow: hidden;
        padding: 0 25px;
        justify-content: center;
    }

    .tab_menu ul li {
        height: 50px;
    }

    .tab_menu ul li a {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        margin: 0;
        margin-right: 35px;
        white-space: nowrap;
    }

    .tab_menu ul li:last-child a {
        margin-right: 0;
    }

    .tab_menu ul li a.active:after {
        width: 50px;
        bottom: 0px;
    }

    .title {
        margin-top: 70px;
    }

    .titleBox {
        margin-bottom: 70px;
    }

    .title .titleName {
        width: 247px;
        height: 120px;
        margin-top: -60px;
        margin-right: 20px;
    }

    .title .titleName h2 {
        font-size: 30px;
    }

    .title .titleName h3 {
        font-size: 14px;
    }

    .title .titleContent {
        font-size: 14px;
    }
}

@media screen and (max-width : 934px) {
    .title .titleText {
        flex-direction: column;
        align-items: flex-start;
    }

    .title .titleName {
        margin-bottom: 10px;
    }

    .title .titleContent {
        text-align: justify;
    }

    .title .titleContent br {
        display: none;
    }
}

@media screen and (max-width : 934px) and (-ms-high-contrast: none), (max-width : 934px) and (-ms-high-contrast : active) {
    .title .titleText {
        display: block;
    }
}

@media screen and (max-width : 767px) {
    .tab_menu ul {
        justify-content: flex-start;
        overflow: hidden;
        overflow-x: scroll;
    }
}

@media screen and (max-width : 580px) {
    .mainbanner {
        height: 400px;
    }

    .mainbanner_bg {
        background-image: url("/img/smartfactory_bg_360.png");
        background-position: center;
    }

    .mainbanner h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .mainbanner h2 {
        font-size: 16px;
        white-space: pre-wrap;
        line-height: 130%;
        width: 247px;
    }

    .tab_menu ul li {
        height: 40px;
    }

    .tab_menu ul li a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-right: 25px;
    }

    .tab_menu ul li a.active:after {
        width: 40px;
        bottom: 0px;
    }

    .title {
        margin-top: 40px;
    }

    .titleBox {
        margin-bottom: 40px;
    }

    .title .titleName {
        width: 180px;
        height: 60px;
        margin-top: -35px;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .title .titleName h2 {
        font-size: 18px;
    }

    .title .titleName h3 {
        font-size: 12px;
    }

    .titleImg {
        content: url("/img/sf_mes_bg_360.png");
        width: 100%;
        height: auto;
    }

    .titleImg img {
        width: 100%;
        height: auto;
    }

    .title .titleContent {
        font-size: 12px;
    }

}

@media screen and (max-width : 442px) {
    .title .titleContent br {
        display: none;
    }
}

/* ë³¸ë¬¸ */
@media screen and (max-width : 1240px) {
    .module {
        margin-bottom: 48px;
    }

    .module h3 {
        font-size: 20px;
        margin-bottom: 30px;
        padding-left: 12px;
    }

    .module h3:before {
        width: 6px;
        height: 20px;
    }

    .moduleList {
        -moz-column-gap: 22px;
        column-gap: 22px;
        grid-row-gap : 22px;
        row-gap : 22px;
    }

    .moduleList li {
        width: 163px;
        height: 210px;
        /* margin-bottom: 22px;
        margin-right: 22px; */
    }

    .moduleList li .option {
        font-size: 14px;
    }

    .moduleList li img {
        width: 100px;
        height: 100px;
    }

    .moduleList li .moduleName {
        font-size: 16px;
        margin-top: 17px;
    }

    .function {
        margin-bottom: 70px;
    }

    .function h3 {
        font-size: 20px;
        margin-bottom: 30px;
        padding-left: 12px;
    }

    .function h3:before {
        width: 6px;
        height: 20px;
    }

    .functionBox {
        width: 100%;
    }

    .functionBox&gt;div {
        width: 48.5%;
    }

    .functionBox li {
        width: 100%;
        height: 90px;
    }

    .functionBox li .functionNum {
        font-size: 36px;
        padding: 0 30px 0 12px
    }

    .functionBox .functionName {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .functionBox .functionContent {
        font-size: 14px;
    }

    .use {
        margin-bottom: 70px;
    }

    .use h3 {
        font-size: 20px;
        margin-bottom: 30px;
        padding-left: 12px;
    }

    .use h3::before {
        width: 6px;
        height: 20px;
    }

    .useBox ul li {
        width: 48.5%;
        height: 72px;
        padding: 0;
    }

    .useBox ul li .useImg {
        width: 30px;
        padding: 0;
        margin: 0 43px 0 12px;
    }

    .useBox ul li .useImg img {
        width: 100%;
        height: auto;
    }

    .useBox ul li .useName {
        font-size: 14px;
    }

    .screen {
        margin-bottom: 50px;
    }

    .screen h3 {
        font-size: 20px;
        margin-bottom: 30px;
        padding-left: 12px;
    }

    .screen h3::before {
        width: 6px;
        height: 20px;
    }

    .screenBox ul li {
        width: 31.5%;
        height: auto;
        margin-right: 15px;
        margin-bottom: 20px;
    }

    .screenBox ul li:nth-child(3),
    .screenBox ul li:nth-child(6) {
        margin-right: 0;
    }

    .screenBox ul li img {
        width: 100%;
        height: auto;
    }

    .screenBox ul li span {
        font-size: 14px;
        margin-top: 10px;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .screenBox ul li img {
        min-height: 1px;
    }
}
@media screen and (max-width : 950px) {
    .useBox ul li .useName span {
        display: block;
    }
}

@media screen and (max-width : 785px) {
    .module {
        margin-bottom: 26px;
    }

    .module h3 {
        font-size: 16px;
        margin-bottom: 20px;
        padding-left: 12px;
    }

    .module h3:before {
        width: 4px;
        height: 16px;
    }

    .moduleList {
        -moz-column-gap: 14px;
        column-gap: 14px;
        grid-row-gap : 14px;
        row-gap : 14px;
    }

    .moduleList li {
        width: 94px;
        height: 120px;
        /* margin-bottom: 14px;
        margin-right: 14px; */
    }

    .moduleList li .option {
        font-size: 8px;
        top: 5px;
        left: 5px;
    }

    .moduleList li img {
        width: 58px;
        height: 58px;
    }

    .moduleList li .moduleName {
        font-size: 12px;
        margin-top: 10px;
        height: 12px;
    }

    .function {
        margin-bottom: 40px;
    }

    .function h3 {
        font-size: 16px;
        margin-bottom: 20px;
        padding-left: 12px;
    }

    .function h3::before {
        width: 4px;
        height: 16px;
    }

    .functionBox {
        flex-direction: column;
    }

    .functionBox&gt;div {
        width: 100%;
    }

    .functionBox&gt;div:last-child li:first-child {
        border: 0;
    }

    .use {
        margin-bottom: 40px;
    }

    .use h3 {
        font-size: 16px;
        margin-bottom: 20px;
        padding-left: 12px;
    }

    .use h3:before {
        width: 4px;
        height: 16px;
    }

    .screen {
        margin-bottom: 40px;
    }

    .screen h3 {
        font-size: 16px;
        margin-bottom: 20px;
        padding-left: 12px;
    }

    .screen h3::before {
        width: 4px;
        height: 16px;
    }

    .screenBox ul {
        display: flex;
        justify-content: space-between;
    }

    .screenBox ul li {
        width: 48%;
        height: auto;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .screenBox ul li:nth-child(3),
    .screenBox ul li:nth-child(6) {
        margin-right: 0;
    }

    .screenBox ul li img {
        width: 100%;
        height: auto;
    }

    .screenBox ul li span {
        font-size: 12px;
        margin-top: 5px;
    }
}

@media screen and (max-width : 565px) {
    .functionBox li {
        width: 100%;
        height: 75px;
    }

    .functionBox li .functionNum {
        font-size: 28px;
        padding: 0 28px 0 13px
    }

    .functionBox .functionName {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .functionBox .functionContent {
        font-size: 12px;
    }
}

@media screen and (max-width : 630px) {
    .useBox ul {
        display: flex;
        flex-direction: column;
    }

    .useBox ul li {
        width: 100%;
    }

    .useBox ul li:last-child {
        border-top: 0;
    }

    .useBox ul li .useName {
        font-size: 12px;
    }
}

</pre></body></html>