.elementor-21085 .elementor-element.elementor-element-2a561a8{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-2a561a8 */.elementor-21085 .elementor-element.elementor-element-2a561a8 {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.world-map-background {
    width: 100%;
    height: 100%;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/8/80/World_map_-_low_resolution.svg');
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.grid-background {
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.85);
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.grid-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    pointer-events: none;
}

.page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding: 150px 20px;
    gap: 40px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    min-height: 100vh;
}

.page-header {
    text-align: center;
    width: 100%;
    margin-bottom: 100px;
}

.logo-image {
    margin-bottom: 15px;
}

.logo-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.logo {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.description-text {
    font-size: 18px;
    line-height: 1.6;
    color: #ddd;
    margin: 20px auto 25px;
    max-width: 800px;
    text-align: center;
    font-weight: 300;
}

.header-actions {
    margin-top: 20px;
}

.official-site-button {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background-color: #ff3737;
    padding: 12px 30px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.official-site-button:hover {
    background-color: #d92e2e;
    transform: translateY(-2px);
}

.main-title {
    font-size: 20px;
    font-weight: 700;
    color: #dc2a1b;
    margin: 5px 0;
    letter-spacing: 1px;
}

.subtitle {
    font-size: 16px;
    color: #aaa;
    margin: 5px 0;
}

.product-card {
    display: flex;
    flex-wrap: nowrap;
    background-color: #202325;
    width: 100%;
    max-width: 1000px;
    height: 500px;
    min-height: 400px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.card-left {
    flex: 0 0 calc(40% - 20px);
    padding: 0;
    background-color: #1a1a1a;
    max-width: 40%;
}

.product-image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.card-right {
    flex: 0 0 calc(60% - 30px);
    padding: 25px 20px 25px 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    max-width: 60%;
}

.product-title {
    color: #ff3737;
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
}

.product-description {
    box-sizing: border-box;
    width: 100%;
    padding-right: 10px;
    height: 350px;
    max-height: 350px;
    overflow-y: auto;
}

.product-description p {
    line-height: 1.5;
    margin-bottom: 12px;
    color: #dedede;
    font-size: 20px;
    font-weight: 300;
}

.card-actions {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    margin-bottom: 0;
    justify-content: flex-end;
    box-sizing: border-box;
    width: 100%;
}

.action-button {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    padding: 10px 17px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background-color: #ff3737;
}

/* 스크롤바 스타일 제거 */
.product-description::-webkit-scrollbar,
.card-right::-webkit-scrollbar {
    width: 5px;
}

.product-description::-webkit-scrollbar-thumb,
.card-right::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

.product-description::-webkit-scrollbar-track,
.card-right::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.company-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 50px;
    margin-bottom: 200px;
    position: relative;
    z-index: 2;
}

.company-logo img {
    max-width: 150px;
    height: auto;
}

.company-logo svg {
    width: 300px;
    height: auto;
    margin: 10px 0;
}

.company-email a {
    color: #ff3737;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.company-email a:hover {
    color: #fff;
    text-decoration: underline;
}

.attribution {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    margin-top: 20px;
    max-width: 600px;
    line-height: 1.5;
    opacity: 0.3;
}

.attribution a {
    color: #ff3737;
    text-decoration: none;
    transition: all 0.3s ease;
}

.attribution a:hover {
    color: #fff;
    text-decoration: underline;
}

/* 태블릿 반응형 (768px ~ 1200px) */
@media (min-width: 768px) and (max-width: 1200px) {
    .page-content {
        padding: 100px 20px;
        box-sizing: border-box;
    }

    .logo-image img {
        max-width: 380px;
    }

    .logo {
        font-size: 40px;
    }

    .product-card {
        flex-direction: column;
        height: auto;
        max-width: 700px;
        width: 100%;
        box-sizing: border-box;
    }

    .card-left, .card-right {
        flex: none;
        max-width: 100%;
        width: 100%;
    }

    .card-left {
        height: 300px;
    }

    .product-image {
        object-fit: contain;
        height: 100% !important;
    }

    .card-right {
        padding: 25px;
    }

    .product-description {
        height: auto;
        max-height: none;
    }

    .description-text {
        font-size: 16px;
        line-height: 1.5;
        margin: 15px auto 20px;
        max-width: 600px;
    }
}

/* 모바일 반응형 (767px 이하) */
@media (max-width: 767px) {
    .page-content {
        padding: 80px 15px;
        gap: 30px;
        box-sizing: border-box;
        width: 100%;
    }

    .page-header {
        margin-bottom: 60px;
    }

    .logo-image img {
        max-width: 280px;
    }

    .logo {
        font-size: 30px;
    }

    .main-title {
        font-size: 18px;
    }

    .subtitle {
        font-size: 14px;
    }

    .official-site-button {
        font-size: 16px;
        padding: 10px 25px;
    }

    .product-card {
        flex-direction: column;
        height: auto;
        min-height: auto;
        border-radius: 20px;
        margin-bottom: 30px;
        width: 100%;
        box-sizing: border-box;
    }

    .card-left, .card-right {
        flex: none;
        max-width: 100%;
        width: 100%;
    }

    .card-left {
        height: 220px;
    }

    .product-image {
        object-fit: contain;
        height: 100% !important;
    }

    .card-right {
        padding: 20px;
    }

    .product-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .product-description {
        height: auto;
        max-height: none;
    }

    .product-description p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .card-actions {
        margin-top: 10px;
    }

    .action-button {
        font-size: 15px;
        padding: 8px 15px;
    }

    .company-info {
        margin-top: 30px;
        margin-bottom: 100px;
    }

    .company-logo img {
        max-width: 120px;
    }

    .company-logo svg {
        width: 240px;
    }

    .company-email a {
        font-size: 16px;
    }

    .attribution {
        font-size: 12px;
        margin-top: 15px;
        max-width: 90%;
    }

    .description-text {
        font-size: 15px;
        line-height: 1.4;
        margin: 15px auto;
        max-width: 100%;
        padding: 0 10px;
    }
}/* End custom CSS */