#container {
    background: #f6f8fb;
}

#header {
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
}
#header.solid {
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 40px rgba(20, 35, 55, 0.08);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    width: max-content;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(74, 228, 213, 0.26);
    border-radius: 18px;
    background: rgba(74, 228, 213, 0.08);
    color: #30c9c0;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
}

.main-hero {
    overflow: hidden;
    position: relative;
    min-height: 880px;
    padding: 180px 80px 96px;
    background:
        radial-gradient(circle at 12% 18%, rgba(66, 214, 205, 0.2), transparent 34%),
        radial-gradient(circle at 78% 8%, rgba(255, 109, 0, 0.18), transparent 30%),
        linear-gradient(138deg, #07121f 0%, #10243a 48%, #101820 100%);
    color: #fff;
}
.hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 72px 72px;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), transparent 86%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), transparent 86%);
}
.hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 560px);
    align-items: center;
    gap: 72px;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}
.hero-copy h1 {
    margin-top: 26px;
    font-weight: 800;
    font-size: 72px;
    line-height: 88px;
    word-break: keep-all;
}
.hero-copy p {
    max-width: 720px;
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    word-break: keep-all;
}
.hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 42px;
}
.hero-actions a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    padding: 0 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
}
.hero-actions .primary {
    background: #34d6c9;
    color: #041016;
}
.hero-actions .secondary {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}
.hero-panel {
    position: relative;
    min-width: 0;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(9, 21, 33, 0.8);
    box-shadow: 0 34px 110px rgba(0, 0, 0, 0.38);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
}
.panel-top,
.metric-row,
.signal-list p {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.055);
}
.panel-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 54px;
    padding: 0 18px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    font-size: 14px;
}
.panel-top strong {
    color: #37e6ca;
}
.metric-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    overflow: hidden;
    margin-top: 14px;
    border-radius: 8px;
}
.metric-row div {
    min-height: 132px;
    padding: 22px 18px;
    background: rgba(5, 14, 24, 0.62);
}
.metric-row span,
.metric-row em {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    line-height: 17px;
}
.metric-row strong {
    display: block;
    margin-top: 16px;
    font-size: 27px;
    line-height: 33px;
}
.metric-row em {
    margin-top: 10px;
    color: #ffb067;
    font-style: normal;
}
.ops-map {
    position: relative;
    height: 300px;
    margin-top: 14px;
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(52, 214, 201, 0.12), transparent 48%, rgba(255, 109, 0, 0.11)),
        #0b1624;
}
.ops-map:before,
.ops-map:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 11%;
    right: 11%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(80, 225, 210, 0.75), rgba(255, 143, 60, 0.65), transparent);
}
.ops-map:after {
    transform: rotate(25deg);
}
.node {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 82px;
    height: 82px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    background: #0e2235;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.025);
    font-weight: 800;
    font-size: 15px;
}
.node.pos { top: 34px; left: 10%; color: #38d8cf; }
.node.kds { top: 36px; right: 12%; color: #74a7ff; }
.node.table { bottom: 36px; left: 18%; color: #ffb067; }
.node.app { right: 18%; bottom: 36px; color: #82da76; }
.node.ai {
    top: 50%;
    left: 50%;
    width: 104px;
    height: 104px;
    background: linear-gradient(145deg, #34d6c9, #2d66f6);
    color: #fff;
    transform: translate(-50%, -50%);
}
.signal-list {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}
.signal-list p {
    padding: 16px 18px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 22px;
}
.signal-list strong {
    margin-right: 10px;
    color: #fff;
}

.main-trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 1440px;
    margin: -52px auto 0;
    padding: 0 80px;
    position: relative;
    z-index: 2;
}
.main-trust div {
    min-height: 142px;
    padding: 28px 24px;
    border-right: 1px solid #dfe5ec;
    background: #fff;
    box-shadow: 0 22px 60px rgba(23, 36, 54, 0.08);
}
.main-trust div:first-child {
    border-radius: 8px 0 0 8px;
}
.main-trust div:last-child {
    border-right: 0;
    border-radius: 0 8px 8px 0;
}
.main-trust strong {
    display: block;
    color: #081727;
    font-size: 21px;
    line-height: 27px;
}
.main-trust span {
    display: block;
    margin-top: 14px;
    color: #647081;
    font-size: 15px;
    line-height: 23px;
}

.main-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 160px 80px 0;
}
.section-heading {
    max-width: 840px;
    margin: 0 auto 56px;
    text-align: center;
}
.section-heading.align-left {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}
.section-heading h2 {
    margin-top: 20px;
    color: #081727;
    font-weight: 800;
    font-size: 48px;
    line-height: 62px;
    word-break: keep-all;
}
.section-heading p {
    margin-top: 18px;
    color: #657284;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    word-break: keep-all;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 430px;
    padding: 30px;
    border: 1px solid #dfe6ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(18, 33, 54, 0.06);
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.product-card:hover {
    border-color: rgba(52, 214, 201, 0.6);
    box-shadow: 0 28px 70px rgba(18, 33, 54, 0.12);
    transform: translateY(-6px);
}
.product-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    aspect-ratio: 5 / 3;
    margin-bottom: 28px;
    padding: 0;
    border: 1px solid #e8eef4;
    border-radius: 8px;
    background: #f7f9fb;
}
.product-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.product-index {
    color: #34bfb6;
    font-weight: 800;
    font-size: 14px;
}
.product-card h3 {
    margin-top: 22px;
    color: #081727;
    font-size: 34px;
    line-height: 42px;
    word-break: keep-all;
}
.product-card p {
    min-height: 104px;
    margin-top: 18px;
    color: #566475;
    font-size: 17px;
    line-height: 28px;
    word-break: keep-all;
}
.product-card ul {
    margin-top: 28px;
}
.product-card li {
    position: relative;
    padding-left: 18px;
    color: #1d2d40;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    word-break: keep-all;
    overflow-wrap: normal;
}
.product-card li + li {
    margin-top: 12px;
}
.product-card li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #34d6c9;
}
.product-card.accent-blue .product-index {
    color: #386df6;
}
.product-card.accent-blue li:before {
    background: #386df6;
}
.product-card.accent-orange .product-index {
    color: #ff7b1a;
}
.product-card.accent-orange li:before {
    background: #ff7b1a;
}
.product-card.accent-green .product-index {
    color: #35a95f;
}
.product-card.accent-green li:before {
    background: #35a95f;
}

.industry-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.industry-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    min-height: 300px;
    padding: 34px;
    border-radius: 8px;
    color: #fff;
}
.industry-card.franchise {
    min-height: 560px;
    background:
        linear-gradient(180deg, rgba(5, 15, 28, 0.02) 0%, rgba(5, 15, 28, 0.28) 46%, rgba(5, 15, 28, 0.88) 100%),
        url(./../images/main/industry_franchise_real.png) no-repeat center center/cover;
}
.industry-card.hotel {
    min-height: 560px;
    background:
        linear-gradient(180deg, rgba(7, 18, 31, 0.02) 0%, rgba(7, 18, 31, 0.24) 46%, rgba(7, 18, 31, 0.86) 100%),
        url(./../images/main/industry_hospitality_tableorder_real_v5.png) no-repeat center center/cover;
}
.industry-card span {
    color: #37e6ca;
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
}
.industry-card h3 {
    max-width: 620px;
    margin-top: 16px;
    font-size: 32px;
    line-height: 42px;
    word-break: keep-all;
}
.industry-card p {
    max-width: 650px;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    word-break: keep-all;
}

.main-ai {
    max-width: none;
    padding-right: 80px;
    padding-left: 80px;
}
.ai-console {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 64px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 70px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(52, 214, 201, 0.13), transparent 38%),
        #101820;
    color: #fff;
}
.ai-console .section-heading h2 {
    color: #fff;
}
.ai-console .section-heading p {
    color: rgba(255, 255, 255, 0.68);
}
.ai-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.ai-cards div {
    min-height: 180px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}
.ai-cards strong {
    display: block;
    font-size: 22px;
    line-height: 28px;
}
.ai-cards span {
    display: block;
    margin-top: 54px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    line-height: 24px;
}

.main-global {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: 40px;
    align-items: center;
}
.global-copy h2 {
    margin-top: 20px;
    color: #081727;
    font-size: 46px;
    line-height: 60px;
    word-break: keep-all;
}
.global-copy p {
    margin-top: 20px;
    color: #657284;
    font-size: 18px;
    line-height: 30px;
    word-break: keep-all;
}
.global-map {
    overflow: hidden;
    isolation: isolate;
    position: relative;
    min-height: 500px;
    border: 1px solid #dfe6ee;
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 42%, rgba(8, 23, 39, 0.08) 100%),
        url(./../images/main/global_corporate_scale.png) no-repeat center center/cover;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 30px 86px rgba(18, 33, 54, 0.1);
}
.global-map:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(8, 23, 39, 0.08) 100%),
        radial-gradient(circle at 24% 31%, rgba(52, 214, 201, 0.18), transparent 24%),
        radial-gradient(circle at 74% 53%, rgba(255, 123, 26, 0.16), transparent 24%);
    pointer-events: none;
}
.global-map:after {
    content: "";
    position: absolute;
    inset: 28px;
    z-index: 0;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 8px;
    box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.18);
    pointer-events: none;
}
.country {
    position: absolute;
    z-index: 2;
    width: 340px;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(8, 23, 39, 0.9);
    backdrop-filter: blur(16px);
    color: #fff;
    box-shadow: 0 26px 76px rgba(8, 23, 39, 0.28);
}
.country:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 24px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #34d6c9;
    box-shadow: 0 0 0 8px rgba(52, 214, 201, 0.18);
}
.country.usa:before {
    background: #ff7b1a;
    box-shadow: 0 0 0 8px rgba(255, 123, 26, 0.18);
}
.country.korea {
    top: 74px;
    left: 54px;
}
.country.usa {
    right: 54px;
    bottom: 66px;
}
.country strong {
    display: block;
    font-size: 28px;
    line-height: 36px;
}
.country span {
    display: block;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
    line-height: 24px;
    word-break: keep-all;
    overflow-wrap: normal;
}

.partner-strip {
    overflow: hidden;
    padding: 28px;
    border: 1px solid #dfe6ee;
    border-radius: 8px;
    background: #fff;
}
.partner-strip ul {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}
.partner-strip li {
    overflow: hidden;
    border: 1px solid #ecf0f4;
    border-radius: 8px;
    background: #f8fafc;
}
.partner-strip img {
    width: 100%;
}

.main-media {
    max-width: none;
    padding-right: 80px;
    padding-left: 80px;
}
.main-media .section-heading {
    max-width: 860px;
}
.media-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 1280px;
    margin: 0 auto;
}
.media-card {
    min-width: 0;
    padding: 18px;
    border: 1px solid #dfe6ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(18, 33, 54, 0.06);
}
.media-frame {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    background: #0b1624;
    aspect-ratio: 16 / 9;
}
.media-frame video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.media-card h3 {
    margin-top: 22px;
    color: #081727;
    font-size: 24px;
    line-height: 32px;
    word-break: keep-all;
}
.media-card p {
    margin-top: 10px;
    color: #657284;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    word-break: keep-all;
}

.main-inner-section {
    display: flex;
    max-width: 1184px;
    margin: 0 auto;
    padding: 150px 80px 0;
}
.main-inner-section h2 {
    flex-shrink: 0;
    width: 320px;
    color: #081727;
    font-weight: 800;
    font-size: 40px;
    line-height: 52px;
}
.main-inner-section .content {
    width: 100%;
}
.main-inner-section.wide {
    flex-direction: column;
}
.main-inner-section.wide h2 {
    width: 100%;
    margin-bottom: 40px;
}
.main-news {
    max-width: 1440px;
}
.main-news .news-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: none;
    margin: 0;
}
.main-news .news-list li {
    min-width: 0;
    width: auto;
}
.main-news .news-list a {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    min-height: 410px;
    border: 1px solid #dfe6ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(18, 33, 54, 0.06);
}
.main-news .news-list a .txts {
    display: flex;
    flex-direction: column;
    order: 2;
    flex: 1;
    padding: 24px;
    border-radius: 0;
    background: #fff;
}
.main-news .news-list a .subject {
    display: -webkit-box;
    overflow: hidden;
    min-height: 58px;
    color: #081727;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main-news .news-list a .lead {
    display: -webkit-box;
    overflow: hidden;
    height: auto;
    min-height: 72px;
    margin-top: 14px;
    color: #657284;
    font-size: 15px;
    line-height: 24px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.main-news .news-list a .thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    order: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    border-radius: 0;
    background: #e8edf2;
}
.main-news .news-list a .thumb:before {
    display: none;
}
.main-news .news-list a .thumb img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-thumb-placeholder {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(135deg, rgba(52, 214, 201, 0.2), transparent 50%),
        #101820;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.08em;
}

.qna {
    width: 100%;
    border: solid #1e2b3a;
    border-width: 1px 0;
    font-size: 16px;
    line-height: 24px;
}
.qna dt {
    border-top: 1px solid #dfe6ee;
}
.qna dt:first-child {
    border-top: 0;
}
.qna dt button {
    position: relative;
    width: 100%;
    padding: 28px 42px 28px 0;
    border: 0;
    background: transparent;
    color: #081727;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}
.qna dt button:after {
    content: "";
    position: absolute;
    top: 31px;
    right: 0;
    width: 18px;
    height: 18px;
    border-right: 2px solid #081727;
    border-bottom: 2px solid #081727;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}
.qna dt button.expand:after {
    transform: rotate(225deg);
}
.qna dd {
    padding: 0 42px 28px 0;
    color: #657284;
    font-weight: 500;
}

.main-inquiry {
    margin-bottom: 260px;
}
.main-inquiry .inquiry-form {
    max-width: none;
}

.quick-inquiry {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 990;
    height: 64px;
    margin-bottom: 40px;
    padding: 0 32px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background-color: #081727;
    box-shadow: 0 24px 60px rgba(8, 23, 39, 0.34);
    opacity: 0;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    transform: translate(-50%, 24px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.quick-inquiry.visible {
    opacity: 1;
    transform: translate(-50%, 0);
}
.quick-inquiry.static {
    position: absolute;
    bottom: calc(100% + 72px);
}

@media (max-width: 1440px) {
    .main-hero {
        min-height: 760px;
        padding: 150px 40px 84px;
    }
    .hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(0, 440px);
        gap: 42px;
    }
    .hero-copy h1 {
        font-size: 54px;
        line-height: 68px;
    }
    .hero-copy p {
        font-size: 19px;
        line-height: 31px;
    }
    .metric-row strong {
        font-size: 22px;
        line-height: 28px;
    }
    .main-trust,
    .main-section,
    .main-inner-section,
    .main-media {
        padding-right: 40px;
        padding-left: 40px;
    }
    .section-heading h2,
    .global-copy h2 {
        font-size: 40px;
        line-height: 52px;
    }
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .product-card {
        min-height: 360px;
    }
    .product-card p {
        min-height: auto;
    }
    .ai-console {
        padding: 52px;
    }
    .main-news .news-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .media-grid {
        grid-template-columns: 1fr;
        max-width: 944px;
    }
    .media-card {
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
        gap: 22px;
        align-items: center;
    }
    .media-card .media-frame {
        grid-row: 1 / span 2;
    }
    .media-card h3,
    .media-card p {
        grid-column: 2;
    }
    .media-card h3 {
        margin-top: 0;
    }
}

@media (max-width: 1024px) {
    .main-hero {
        min-height: auto;
        padding: 104px 20px 64px;
    }
    .hero-inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }
    .hero-copy h1 {
        font-size: 38px;
        line-height: 48px;
    }
    .hero-copy p {
        font-size: 17px;
        line-height: 28px;
    }
    .hero-actions {
        flex-direction: column;
    }
    .hero-actions a {
        width: 100%;
    }
    .hero-panel {
        padding: 18px;
    }
    .metric-row {
        grid-template-columns: 1fr;
    }
    .metric-row div {
        min-height: auto;
    }
    .ops-map {
        height: 270px;
    }
    .node {
        width: 66px;
        height: 66px;
        font-size: 13px;
    }
    .node.ai {
        width: 86px;
        height: 86px;
    }
    .main-trust {
        grid-template-columns: 1fr;
        margin-top: 0;
        padding: 0 20px;
    }
    .main-trust div,
    .main-trust div:first-child,
    .main-trust div:last-child {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid #dfe5ec;
        border-radius: 0;
    }
    .main-trust div:first-child {
        border-radius: 8px 8px 0 0;
    }
    .main-trust div:last-child {
        border-bottom: 0;
        border-radius: 0 0 8px 8px;
    }
    .main-section {
        padding: 96px 20px 0;
    }
    .section-heading {
        margin-bottom: 32px;
        text-align: left;
    }
    .section-heading h2,
    .global-copy h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .section-heading p,
    .global-copy p {
        font-size: 16px;
        line-height: 26px;
    }
    .product-grid,
    .industry-layout,
    .ai-console,
    .main-global,
    .main-news .news-list,
    .media-grid {
        grid-template-columns: 1fr;
    }
    .product-card {
        min-height: auto;
        padding: 26px;
    }
    .product-visual {
        aspect-ratio: 16 / 9;
        margin-right: -8px;
        margin-left: -8px;
    }
    .product-card h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .industry-card {
        min-height: 440px;
        padding: 28px;
    }
    .industry-card h3 {
        font-size: 26px;
        line-height: 35px;
    }
    .main-ai {
        padding-right: 20px;
        padding-left: 20px;
    }
    .main-media {
        padding-right: 20px;
        padding-left: 20px;
    }
    .ai-console {
        gap: 34px;
        padding: 32px 24px;
    }
    .ai-cards {
        grid-template-columns: 1fr;
    }
    .ai-cards div {
        min-height: auto;
    }
    .ai-cards span {
        margin-top: 26px;
    }
    .global-map {
        min-height: 460px;
        background-position: center center;
    }
    .global-map:after {
        inset: 18px;
    }
    .country {
        width: calc(100% - 48px);
    }
    .country.korea {
        top: 54px;
        left: 24px;
    }
    .country.usa {
        right: 24px;
        bottom: 54px;
    }
    .partner-strip {
        padding: 16px;
    }
    .partner-strip ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .media-card {
        display: block;
        padding: 14px;
    }
    .media-card .media-frame,
    .media-card h3,
    .media-card p {
        grid-column: auto;
        grid-row: auto;
    }
    .media-card h3 {
        margin-top: 18px;
        font-size: 21px;
        line-height: 28px;
    }
    .main-inner-section {
        flex-direction: column;
        padding: 96px 20px 0;
    }
    .main-inner-section h2 {
        width: 100%;
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 36px;
    }
    .main-news .news-list a {
        min-height: auto;
    }
    .main-news .news-list a .thumb {
        aspect-ratio: 16 / 10;
    }
    .qna dt button {
        padding: 22px 34px 22px 0;
        font-size: 16px;
        line-height: 24px;
    }
    .qna dt button:after {
        top: 25px;
    }
    .qna dd {
        padding-right: 0;
    }
    .main-inquiry {
        margin-bottom: 148px;
    }
    .quick-inquiry {
        display: none;
    }
}

