@charset "UTF-8";

body.smart-factory3-sizl {
    --sf3-page-max: min(1440px, calc(100% - 4.8rem));
    --sf3-inner: min(1320px, calc(100% - 9.6rem));
    --sf3-section-gap: 4.8rem;
    --sf3-purple: #971bfd;
    --sf3-purple-deep: #6427d2;
    --sf3-mint: #7ce7d5;
    --sf3-cyan: #3d67ff;
    --sf3-ink: #131928;
    --sf3-text: #22283a;
    --sf3-muted: #626d82;
    --sf3-line: rgba(151, 27, 253, 0.16);
    --sf3-shadow: 0 2.4rem 5.5rem rgba(79, 30, 114, 0.08);
    background:
        radial-gradient(circle at 10% 12%, rgba(216, 180, 254, 0.15), transparent 28%),
        radial-gradient(circle at 92% 20%, rgba(124, 231, 213, 0.11), transparent 24%),
        linear-gradient(180deg, #fbf9ff 0%, #ffffff 32%, #fcfbff 100%);
    color: var(--sf3-text);
}

body.smart-factory3-sizl #wrap {
    position: relative;
    overflow-x: hidden;
}

body.smart-factory3-sizl #wrap::before,
body.smart-factory3-sizl #wrap::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

body.smart-factory3-sizl #wrap::before {
    left: -18rem;
    top: 28rem;
    width: 42rem;
    height: 42rem;
    background: radial-gradient(circle, rgba(216, 180, 254, 0.18), rgba(216, 180, 254, 0) 72%);
}

body.smart-factory3-sizl #wrap::after {
    right: -14rem;
    top: 90rem;
    width: 36rem;
    height: 36rem;
    background: radial-gradient(circle, rgba(124, 231, 213, 0.16), rgba(124, 231, 213, 0) 72%);
}

body.smart-factory3-sizl .header {
    background: rgba(252, 248, 255, 0.82);
    box-shadow: 0 1.2rem 3.2rem rgba(125, 45, 191, 0.08);
    border-bottom: 1px solid rgba(234, 220, 255, 0.9);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.smart-factory3-sizl .header.scroll,
body.smart-factory3-sizl .header:hover,
body.smart-factory3-sizl .header.nav-open {
    background: rgba(252, 248, 255, 0.92);
    box-shadow: 0 1.8rem 4rem rgba(125, 45, 191, 0.1);
}

body.smart-factory3-sizl .header::after {
    height: 1px;
    top: calc(100% - 1px);
    background: linear-gradient(90deg, rgba(234, 220, 255, 0) 0%, rgba(234, 220, 255, 0.98) 14%, rgba(234, 220, 255, 0.98) 86%, rgba(234, 220, 255, 0) 100%);
}

body.smart-factory3-sizl .header .menu > li > a,
body.smart-factory3-sizl .header .menu > li > a span {
    color: #1c1730;
}

body.smart-factory3-sizl .header .menu > li:hover > a,
body.smart-factory3-sizl .header .menu > li.is-open > a,
body.smart-factory3-sizl .header .menu > li.current > a {
    color: var(--sf3-purple);
}

body.smart-factory3-sizl .header .menu > li > a span::after {
    background: linear-gradient(90deg, rgba(216, 180, 254, 0.92) 0%, rgba(151, 27, 253, 0.98) 100%);
}

body.smart-factory3-sizl .header .submenu {
    background: rgba(252, 248, 255, 0.96);
    box-shadow: 0 2.6rem 5rem rgba(125, 45, 191, 0.12);
}

body.smart-factory3-sizl .header .submenu li > a {
    color: #2a2440;
}

body.smart-factory3-sizl .header .submenu li > a:hover,
body.smart-factory3-sizl .header .submenu li > a:focus-visible,
body.smart-factory3-sizl .header .submenu li > a.current {
    color: var(--sf3-purple);
    background: rgba(151, 27, 253, 0.06);
}

body.smart-factory3-sizl .header .nav.active {
    background: rgba(252, 248, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

body.smart-factory3-sizl .header .m_menu span {
    background: #243550;
}

body.smart-factory3-sizl #container.sub_page.smart_factory.smart-factory3-sizl-page {
    position: relative;
    z-index: 1;
    margin-top: 6.8rem;
    padding-bottom: 12rem;
}

body.smart-factory3-sizl #content {
    margin-top: -2.8rem;
    padding-top: 0;
}

body.smart-factory3-sizl .smart_factory_third_con.notice_list.smart-factory3-shell {
    position: relative;
    z-index: 1;
}

body.smart-factory3-sizl .sf3-section {
    width: var(--sf3-page-max);
    margin: var(--sf3-section-gap) auto 0;
    position: relative;
    border: 1px solid transparent;
    border-radius: 4rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 248, 255, 0.98) 100%) padding-box,
        linear-gradient(135deg, rgba(125, 45, 191, 0.26) 0%, rgba(151, 27, 253, 0.14) 44%, rgba(124, 231, 213, 0.28) 100%) border-box;
    box-shadow: var(--sf3-shadow);
    overflow: hidden;
}

body.smart-factory3-sizl .sf3-section:first-child {
    margin-top: 0;
}

body.smart-factory3-sizl .sf3-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 88% 14%, rgba(216, 180, 254, 0.16), rgba(216, 180, 254, 0) 26%),
        radial-gradient(circle at 8% 88%, rgba(124, 231, 213, 0.12), rgba(124, 231, 213, 0) 24%);
    pointer-events: none;
}

body.smart-factory3-sizl .sf3-section > .inner {
    width: var(--sf3-inner);
    margin: 0 auto;
    padding: 8rem 0;
    position: relative;
    z-index: 1;
}

body.smart-factory3-sizl .sf3-section.sf3-hero > .inner {
    padding: 6.4rem 0 5.6rem;
}

body.smart-factory3-sizl .sf3-hero-copy {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

body.smart-factory3-sizl .sf3-hero-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(24rem, 30rem);
    gap: 3.2rem;
    align-items: start;
}

body.smart-factory3-sizl .sf3-hero-text h3 {
    margin: 0;
    color: var(--sf3-ink);
    font-size: clamp(4.8rem, 5.2vw, 6.8rem);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.02;
    text-align: left;
}

body.smart-factory3-sizl .sf3-hero-desc {
    max-width: 78rem;
    margin: 1.8rem 0 0;
    color: var(--sf3-muted);
    font-size: clamp(1.9rem, 1.8vw, 2.5rem);
    line-height: 1.75;
}

body.smart-factory3-sizl .sf3-hero-summary {
    min-height: 18.5rem;
    padding: 2.4rem 2.8rem;
    border-radius: 3rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(244, 236, 255, 0.96) 100%) padding-box,
        linear-gradient(135deg, rgba(125, 45, 191, 0.28) 0%, rgba(124, 231, 213, 0.32) 100%) border-box;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.6rem;
    box-shadow: 0 2rem 4rem rgba(85, 40, 125, 0.08);
}

body.smart-factory3-sizl .sf3-hero-summary strong {
    display: block;
    margin-top: 0;
    color: var(--sf3-ink);
    font-size: clamp(5.2rem, 6vw, 7.2rem);
    font-weight: 800;
    line-height: 1;
}

body.smart-factory3-sizl .sf3-hero-summary strong::after {
    content: "건";
    margin-left: 0.8rem;
    font-size: 2rem;
    font-weight: 700;
    color: var(--sf3-muted);
}

body.smart-factory3-sizl .sf3-hero-summary p {
    margin: 0;
    color: var(--sf3-muted);
    font-size: 1.6rem;
    line-height: 1.75;
}

body.smart-factory3-sizl .sf3-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2.4rem;
    margin-bottom: 4rem;
}

body.smart-factory3-sizl .sf3-section-head h4 {
    margin: 0;
    color: var(--sf3-ink);
    font-size: clamp(3.2rem, 3.6vw, 4.6rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

body.smart-factory3-sizl .sf3-section-head p {
    max-width: 70rem;
    margin: 0;
    color: var(--sf3-muted);
    font-size: 1.8rem;
    line-height: 1.7;
}

body.smart-factory3-sizl .sf3-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.4rem;
}

body.smart-factory3-sizl .sf3-featured-card a {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
    color: inherit;
    position: relative;
    border-radius: 3rem;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 248, 255, 0.98) 100%) padding-box,
        linear-gradient(135deg, rgba(151, 27, 253, 0.18) 0%, rgba(124, 231, 213, 0.34) 100%) border-box;
    border: 1px solid transparent;
    box-shadow: 0 1.6rem 4rem rgba(74, 32, 98, 0.08);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

body.smart-factory3-sizl .sf3-featured-media::before,
body.smart-factory3-sizl .sf3-list-thumb::before,
body.smart-factory3-sizl .sf3-list-arrow::before,
body.smart-factory3-sizl .sf3-more::before {
    content: "";
    position: absolute;
    top: 0;
    left: -38%;
    width: 38%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.18), rgba(255,255,255,0.72), rgba(255,255,255,0));
    transform: skewX(-22deg) translateX(-220%);
    z-index: 2;
}

body.smart-factory3-sizl .sf3-featured-card a:hover,
body.smart-factory3-sizl .sf3-featured-card a:focus-visible {
    transform: translateY(-0.5rem);
    box-shadow: 0 2.4rem 5rem rgba(90, 36, 130, 0.14);
}

body.smart-factory3-sizl .sf3-featured-card a:hover .sf3-featured-media::before,
body.smart-factory3-sizl .sf3-featured-card a:focus-visible .sf3-featured-media::before,
body.smart-factory3-sizl .sf3-list-link:hover .sf3-list-thumb::before,
body.smart-factory3-sizl .sf3-list-link:focus-visible .sf3-list-thumb::before,
body.smart-factory3-sizl .sf3-list-link:hover .sf3-list-arrow::before,
body.smart-factory3-sizl .sf3-list-link:focus-visible .sf3-list-arrow::before,
body.smart-factory3-sizl .sf3-more:hover::before,
body.smart-factory3-sizl .sf3-more:focus-visible::before {
    opacity: 1;
    animation: sf3ShineSweep 0.72s ease-out forwards;
}

body.smart-factory3-sizl .sf3-featured-media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, #241039 0%, #4b1e79 100%);
}

body.smart-factory3-sizl .sf3-featured-media img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease, filter 0.35s ease;
}

body.smart-factory3-sizl .sf3-featured-card a:hover .sf3-featured-media img,
body.smart-factory3-sizl .sf3-featured-card a:focus-visible .sf3-featured-media img {
    transform: scale(1.04);
    filter: saturate(1.06);
}

body.smart-factory3-sizl .sf3-featured-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(18, 10, 32, 0.1) 0%, rgba(18, 10, 32, 0.56) 100%);
    pointer-events: none;
    z-index: 1;
}

body.smart-factory3-sizl .sf3-featured-body {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    padding: 2.6rem 2.6rem 3rem;
}

body.smart-factory3-sizl .sf3-featured-body strong {
    min-height: 8rem;
    color: var(--sf3-ink);
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

body.smart-factory3-sizl .sf3-featured-meta {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: auto;
    color: var(--sf3-muted);
}

body.smart-factory3-sizl .sf3-featured-meta span {
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--sf3-purple-deep);
}

body.smart-factory3-sizl .sf3-featured-meta time {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.6;
}

body.smart-factory3-sizl .sf3-board-head {
    display: flex;
    flex-direction: column;
    gap: 2.8rem;
}

body.smart-factory3-sizl .sf3-board-head .sf3-section-head {
    margin-bottom: 0;
}

body.smart-factory3-sizl .sf3-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.4rem;
    padding-top: 3.2rem;
    border-top: 1px solid var(--sf3-line);
}

body.smart-factory3-sizl .sf3-total {
    margin: 0;
    color: var(--sf3-muted);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.7;
}

body.smart-factory3-sizl .sf3-total strong {
    color: var(--sf3-purple-deep);
    font-weight: 800;
}

body.smart-factory3-sizl .sf3-search {
    display: flex;
    align-items: center;
    width: min(44rem, 100%);
    padding: 0.8rem;
    border-radius: 999px;
    background: #f3f1f8;
    box-shadow: inset 0 0 0 1px rgba(151, 27, 253, 0.08);
}

body.smart-factory3-sizl .sf3-search input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 2rem;
    border: none;
    outline: none;
    background: transparent;
    color: var(--sf3-text);
    font-size: 1.7rem;
    line-height: 1.6;
}

body.smart-factory3-sizl .sf3-search input::placeholder {
    color: rgba(97, 112, 138, 0.72);
}

body.smart-factory3-sizl .sf3-search button,
body.smart-factory3-sizl .sf3-more {
    font: inherit;
    border: none;
    cursor: pointer;
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

body.smart-factory3-sizl .sf3-search button {
    flex: 0 0 4.8rem;
    width: 4.8rem;
    height: 4.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sf3-purple-deep) 0%, var(--sf3-purple) 100%);
    color: #ffffff;
    box-shadow: 0 1.2rem 2.8rem rgba(100, 39, 210, 0.26);
}

body.smart-factory3-sizl .sf3-search-icon {
    width: 2rem;
    height: 2rem;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

body.smart-factory3-sizl .sf3-search button:hover,
body.smart-factory3-sizl .sf3-search button:focus-visible,
body.smart-factory3-sizl .sf3-more:hover,
body.smart-factory3-sizl .sf3-more:focus-visible {
    transform: translateY(-0.2rem);
}

body.smart-factory3-sizl .sf3-list {
    display: flex;
    flex-direction: column;
    margin-top: 4rem;
    border-top: 1px solid rgba(17, 27, 46, 0.12);
}

body.smart-factory3-sizl .sf3-list-card {
    border-bottom: 1px solid rgba(17, 27, 46, 0.12);
}

body.smart-factory3-sizl .sf3-list-link {
    display: grid;
    grid-template-columns: minmax(26rem, 36rem) minmax(0, 1fr);
    gap: 3.6rem;
    align-items: center;
    padding: 3.6rem 0;
    color: inherit;
}

body.smart-factory3-sizl .sf3-list-thumb {
    position: relative;
    border-radius: 2.8rem;
    overflow: hidden;
    aspect-ratio: 23 / 15;
    background:
        linear-gradient(135deg, #f7f1ff 0%, #e7f8f4 100%) padding-box,
        linear-gradient(135deg, rgba(151, 27, 253, 0.18) 0%, rgba(124, 231, 213, 0.34) 100%) border-box;
    border: 1px solid transparent;
}

body.smart-factory3-sizl .sf3-list-thumb img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

body.smart-factory3-sizl .sf3-list-link:hover .sf3-list-thumb img,
body.smart-factory3-sizl .sf3-list-link:focus-visible .sf3-list-thumb img {
    transform: scale(1.04);
}

body.smart-factory3-sizl .sf3-list-body {
    display: flex;
    flex-direction: column;
    min-height: 24rem;
}

body.smart-factory3-sizl .sf3-list-title {
    margin: 0;
    color: var(--sf3-ink);
    font-size: clamp(2.8rem, 2.9vw, 4rem);
    font-weight: 800;
    line-height: 1.24;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

body.smart-factory3-sizl .sf3-list-desc {
    margin: 1.8rem 0 0;
    color: var(--sf3-muted);
    font-size: 1.8rem;
    line-height: 1.9;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}

body.smart-factory3-sizl .sf3-list-desc p,
body.smart-factory3-sizl .sf3-list-desc div,
body.smart-factory3-sizl .sf3-list-desc span,
body.smart-factory3-sizl .sf3-list-desc font {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

body.smart-factory3-sizl .sf3-list-desc * {
    max-width: 100% !important;
    margin: 0 !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
}

body.smart-factory3-sizl .sf3-list-desc table,
body.smart-factory3-sizl .sf3-list-desc thead,
body.smart-factory3-sizl .sf3-list-desc tbody,
body.smart-factory3-sizl .sf3-list-desc tfoot,
body.smart-factory3-sizl .sf3-list-desc tr,
body.smart-factory3-sizl .sf3-list-desc th,
body.smart-factory3-sizl .sf3-list-desc td {
    display: inline !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    vertical-align: baseline !important;
}

body.smart-factory3-sizl .sf3-list-desc img,
body.smart-factory3-sizl .sf3-list-desc video,
body.smart-factory3-sizl .sf3-list-desc iframe,
body.smart-factory3-sizl .sf3-list-desc canvas,
body.smart-factory3-sizl .sf3-list-desc svg {
    display: none !important;
}

body.smart-factory3-sizl .sf3-list-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-top: auto;
    padding-top: 3rem;
    color: var(--sf3-muted);
    font-size: 1.7rem;
    line-height: 1.6;
}

body.smart-factory3-sizl .sf3-list-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 4.8rem;
    position: relative;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    background: rgba(151, 27, 253, 0.1);
    color: var(--sf3-purple-deep);
    overflow: hidden;
    transition: transform 0.24s ease, background-color 0.24s ease, color 0.24s ease;
}

body.smart-factory3-sizl .sf3-arrow-icon {
    width: 1.9rem;
    height: 1.9rem;
    stroke: currentColor;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

body.smart-factory3-sizl .sf3-list-link:hover .sf3-list-arrow,
body.smart-factory3-sizl .sf3-list-link:focus-visible .sf3-list-arrow {
    transform: translateX(0.3rem);
    background: linear-gradient(135deg, var(--sf3-purple-deep) 0%, var(--sf3-purple) 100%);
    color: #ffffff;
}

body.smart-factory3-sizl .sf3-pagination {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 4rem;
}

body.smart-factory3-sizl .sf3-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    min-width: 18rem;
    min-height: 6rem;
    padding: 0 2.8rem;
    position: relative;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--sf3-purple-deep) 0%, var(--sf3-purple) 100%);
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    overflow: hidden;
    box-shadow: 0 1.6rem 3.4rem rgba(100, 39, 210, 0.22);
}

body.smart-factory3-sizl .sf3-more-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
}

body.smart-factory3-sizl .sf3-more-svg {
    width: 1.8rem;
    height: 1.8rem;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

body.smart-factory3-sizl .sf3-more:hover,
body.smart-factory3-sizl .sf3-more:focus-visible {
    box-shadow: 0 2rem 4rem rgba(100, 39, 210, 0.28);
}

@keyframes sf3ShineSweep {
    0% {
        opacity: 0;
        transform: skewX(-22deg) translateX(-220%);
    }
    18% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: skewX(-22deg) translateX(420%);
    }
}

body.smart-factory3-sizl .sf3-page-status {
    margin: 0 0 0 auto;
    color: var(--sf3-muted);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.7;
}

body.smart-factory3-sizl .sf3-page-status span {
    color: var(--sf3-purple-deep);
    font-weight: 800;
}

body.smart-factory3-sizl .sf3-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 28rem;
    padding: 4rem 2rem;
    text-align: center;
}

body.smart-factory3-sizl .sf3-empty strong {
    color: var(--sf3-ink);
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.35;
}

body.smart-factory3-sizl .sf3-empty p {
    margin: 1.6rem 0 0;
    color: var(--sf3-muted);
    font-size: 1.7rem;
    line-height: 1.8;
}

@media all and (max-width:1400px) {
    body.smart-factory3-sizl {
        --sf3-page-max: calc(100% - 8rem);
        --sf3-inner: calc(100% - 8rem);
        --sf3-section-gap: 3.6rem;
    }

    body.smart-factory3-sizl .sf3-section {
        border-radius: 3.4rem;
    }

    body.smart-factory3-sizl .sf3-section > .inner {
        padding: 6.8rem 0;
    }

    body.smart-factory3-sizl .sf3-section.sf3-hero > .inner {
        padding: 5.8rem 0 5rem;
    }
}

@media all and (max-width:1024px) {
    body.smart-factory3-sizl .sf3-hero-head {
        grid-template-columns: 1fr;
    }

    body.smart-factory3-sizl .sf3-hero-summary {
        min-height: 0;
        max-width: 36rem;
    }

    body.smart-factory3-sizl .sf3-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    body.smart-factory3-sizl .sf3-section-head p {
        max-width: none;
    }

    body.smart-factory3-sizl .sf3-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.smart-factory3-sizl .sf3-list-link {
        grid-template-columns: minmax(24rem, 30rem) minmax(0, 1fr);
        gap: 2.8rem;
    }
}

@media all and (max-width:820px) {
    body.smart-factory3-sizl .sf3-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    body.smart-factory3-sizl .sf3-search {
        width: 100%;
    }

    body.smart-factory3-sizl .sf3-list-link {
        grid-template-columns: 1fr;
        gap: 2.2rem;
    }

    body.smart-factory3-sizl .sf3-list-body {
        min-height: 0;
    }

    body.smart-factory3-sizl .sf3-list-meta {
        padding-top: 2.4rem;
    }
}

@media all and (max-width:640px) {
    body.smart-factory3-sizl .sf3-featured-grid {
        grid-template-columns: 1fr;
    }

    body.smart-factory3-sizl .sf3-pagination {
        flex-direction: column;
        align-items: stretch;
    }

    body.smart-factory3-sizl .sf3-more {
        width: 100%;
    }

    body.smart-factory3-sizl .sf3-page-status {
        margin-left: 0;
        text-align: center;
    }
}

@media all and (max-width:480px) {
    body.smart-factory3-sizl {
        --sf3-page-max: calc(100% - 4rem);
        --sf3-inner: calc(100% - 4rem);
    }

    body.smart-factory3-sizl #container.sub_page.smart_factory.smart-factory3-sizl-page {
        padding-bottom: 8rem;
    }

    body.smart-factory3-sizl .sf3-section {
        border-radius: 2.8rem;
    }

    body.smart-factory3-sizl .sf3-section > .inner {
        padding: 5rem 0;
    }

    body.smart-factory3-sizl .sf3-section.sf3-hero > .inner {
        padding: 4.4rem 0 4rem;
    }

    body.smart-factory3-sizl .sf3-hero-desc {
        font-size: 1.7rem;
    }

    body.smart-factory3-sizl .sf3-hero-summary {
        max-width: none;
        min-height: 0;
        padding: 2.2rem 2.4rem;
        border-radius: 2.4rem;
        gap: 1.4rem;
    }

    body.smart-factory3-sizl .sf3-section-head {
        margin-bottom: 3rem;
    }

    body.smart-factory3-sizl .sf3-section-head p,
    body.smart-factory3-sizl .sf3-total,
    body.smart-factory3-sizl .sf3-page-status,
    body.smart-factory3-sizl .sf3-list-desc,
    body.smart-factory3-sizl .sf3-list-meta,
    body.smart-factory3-sizl .sf3-featured-meta time {
        font-size: 1.6rem;
    }

    body.smart-factory3-sizl .sf3-search input {
        padding: 0 1.4rem;
        font-size: 1.6rem;
    }

    body.smart-factory3-sizl .sf3-search button {
        flex-basis: 4.4rem;
        width: 4.4rem;
        height: 4.4rem;
    }

    body.smart-factory3-sizl .sf3-featured-body {
        padding: 2.2rem 2.2rem 2.6rem;
    }

    body.smart-factory3-sizl .sf3-featured-body strong {
        min-height: 0;
        font-size: 2.3rem;
    }

    body.smart-factory3-sizl .sf3-list-link {
        padding: 2.8rem 0;
    }

    body.smart-factory3-sizl .sf3-list-thumb {
        border-radius: 2.2rem;
    }

    body.smart-factory3-sizl .sf3-list-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    body.smart-factory3-sizl .sf3-list-arrow {
        display: none;
    }

    body.smart-factory3-sizl .sf3-more {
        min-height: 5.6rem;
        font-size: 1.7rem;
    }

    body.smart-factory3-sizl .sf3-empty {
        min-height: 22rem;
    }

    body.smart-factory3-sizl .sf3-empty strong {
        font-size: 2.4rem;
    }

    body.smart-factory3-sizl .sf3-empty p {
        font-size: 1.6rem;
    }
}
