.elementor-53 .elementor-element.elementor-element-6ff725b9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-53 .elementor-element.elementor-element-715ddaf1{--display:flex;--padding-top:0px;--padding-bottom:0100px;--padding-left:0px;--padding-right:0px;}.elementor-53 .elementor-element.elementor-element-52198c79{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:30px 0px 0px 0px;}.elementor-53 .elementor-element.elementor-element-3354fe73{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-53 .elementor-element.elementor-element-76cf3c35{--display:flex;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-57a6c66f *//* Hero (메인 배너) 섹션 */
.hero-section {
    background: linear-gradient(rgba(0, 80, 180, 0.8), rgba(0, 80, 180, 0.8)), url('https://via.placeholder.com/1920x600/0056b3/ffffff?text=Qvics+Technology') no-repeat center center/cover;
    color: #fff;
    padding: 120px 0;
    text-align: center;
}
.hero-section .hero-title {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 20px;
}
.hero-section .hero-subtitle {
    font-size: 22px;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
}

/* 반응형 */
@media (max-width: 768px) {
    .hero-section { padding: 100px 0; }
    .hero-section .hero-title { font-size: 36px; }
    .hero-section .hero-subtitle { font-size: 18px; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-715ddaf1 *//* 인사말 섹션 */
#message {
    background-color: #ffffff; /* 흰색 배경 */
}
.message-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}
.message-grid img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.message-text h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #0056b3;
    line-height: 1.4;
}
.message-text p {
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
    color: #555;
}

/* 반응형 */
@media (max-width: 992px) {
    .message-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3354fe73 *//* 인사말 섹션 */
#message {
    background-color: #ffffff; /* 흰색 배경 */
}
.message-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}
.message-grid img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.message-text h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #0056b3;
    line-height: 1.4;
}
.message-text p {
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
    color: #555;
}

/* 반응형 */
@media (max-width: 992px) {
    .message-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d2d2f36 *//* 인증 및 특허 섹션 */
#certs {
    background-color: #ffffff;
}
.certs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 30px;
}
.cert-item {
    text-align: center;
    border: 1px solid #e9ecef;
    padding: 20px;
    border-radius: 8px;
    transition: box-shadow 0.3s, transform 0.3s;
}
.cert-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
.cert-item img {
    width: 100%;
    height: 220px;
    object-fit: contain; /* 이미지가 잘리지 않고 비율에 맞게 표시되도록 contain으로 설정 */
    margin-bottom: 15px;
}
.cert-item p {
    font-size: 15px;
    font-weight: 600;
    color: #444;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-76cf3c35 *//* 인사말 섹션 */
#message {
    background-color: #ffffff; /* 흰색 배경 */
}
.message-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}
.message-grid img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.message-text h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #0056b3;
    line-height: 1.4;
}
.message-text p {
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
    color: #555;
}

/* 반응형 */
@media (max-width: 992px) {
    .message-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}/* End custom CSS */