/**
 * Sub0101 - 인사말 페이지 스타일
 */

/* ==========================================================================
   1. Introduction Section
   ========================================================================== */
.intro-section {
    position: relative;
    min-height: 960px;
    padding: 110px 0 60px;
    background-color: #F6F8FC;
}

.intro-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.intro-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.intro-section .container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}

/* Introduction Content */
.intro-content {
    flex: 0 0 auto;
    max-width: 742px;
}

.intro-title {
    font-family: 'Roboto', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.25;
    background: linear-gradient(150.105deg, #0068B7 31.982%, #2AA0F9 84.753%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 80px;
}

.intro-description {
    margin-bottom: 240px;
}

.intro-subtitle {
    font-family: 'Pretendard', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    color: #1B1B1B;
    margin: 0;
}

.intro-subtitle .text-primary {
    color: #0068B7;
}

.intro-logos {
    display: flex;
    align-items: center;
    gap: 40px;
}

.logo-leeyoung {
    width: 185px;
    height: auto;
}

.logo-leeyoung img {
    width: 100%;
    height: auto;
    display: block;
}

.logo-electrolley {
    width: 185px;
    height: auto;
}

.logo-electrolley img {
    width: 100%;
    height: auto;
    display: block;
}

/* Introduction Images */
.intro-images {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.intro-image {
    width: 453px;
    border-radius: 10px;
    overflow: hidden;
}

.intro-image-01 {
    height: 346px;
}

.intro-image-02 {
    height: 368px;
    margin-left: -200px;
}

.intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ==========================================================================
   2. Greeting Section
   ========================================================================== */
.greeting-section {
    position: relative;
    min-height: 960px;
    padding: 140px 0;
    background-color: #1B1B1B;
}

.greeting-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.greeting-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.greeting-section .container {
    position: relative;
    z-index: 1;
}

/* Greeting Header */
.greeting-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 130px;
}

.greeting-label {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.greeting-title {
    font-family: 'Pretendard', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4;
    color: #FFFFFF;
    margin: 0;
}

/* Greeting Body */
.greeting-body {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.greeting-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

html[lang="en"] .greeting-text {
    max-width: 700px;
}

.greeting-text p {
    font-family: 'Pretendard', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #FFFFFF;
    margin: 0;
}

.greeting-signature {
    font-family: 'Pretendard', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.greeting-signature .signature-label {
    font-weight: 500;
}

.greeting-signature .signature-name {
    font-weight: 600;
}

/* ==========================================================================
   3. Responsive
   ========================================================================== */

@media screen and (max-width: 1440px) {
    .intro-section {
        min-height: 800px;
        padding: 100px 0 60px;
    }

    .intro-content {
        max-width: 640px;
    }

    .intro-title {
        font-size: 56px;
        margin-bottom: 60px;
    }

    .intro-subtitle {
        font-size: 28px;
    }

    .intro-description {
        margin-bottom: 240px;
    }

    .intro-logos {
        gap: 30px;
    }

    .logo-leeyoung,
    .logo-electrolley {
        width: 160px;
    }

    .intro-images {
        margin-top: 100px;
        gap: 48px;
    }

    .intro-image {
        width: 400px;
    }

    .intro-image-01 {
        height: 300px;
    }

    .intro-image-02 {
        height: 320px;
        margin-left: -160px;
    }

    .greeting-section {
        min-height: 800px;
        padding: 120px 0;
    }

    .greeting-header {
        margin-bottom: 100px;
    }

    .greeting-title {
        font-size: 38px;
    }
}

@media screen and (max-width: 1200px) {
    .intro-section {
        min-height: 700px;
        padding: 80px 0 40px;
    }

    .intro-section .container {
        flex-direction: column;
        gap: 40px;
    }

    .intro-content {
        max-width: 100%;
    }

    .intro-title {
        font-size: 48px;
        margin-bottom: 50px;
    }

    .intro-subtitle {
        font-size: 26px;
    }

    .intro-description {
        margin-bottom: 180px;
    }

    .intro-images {
        margin-top: 0;
        flex-direction: row;
        gap: 36px;
        width: 100%;
    }

    .intro-image {
        flex: 1;
        width: auto;
    }

    .intro-image-01,
    .intro-image-02 {
        height: 300px;
        margin-left: 0;
    }

    .greeting-section {
        min-height: 700px;
        padding: 100px 0;
    }

    .greeting-header {
        margin-bottom: 80px;
    }

    .greeting-title {
        font-size: 34px;
    }

    .greeting-text p {
        font-size: 17px;
    }
}

@media screen and (max-width: 1024px) {
    .intro-section {
        min-height: auto;
        padding: 60px 0 40px;
    }

    .intro-title {
        font-size: 42px;
        margin-bottom: 40px;
    }

    .intro-subtitle {
        font-size: 24px;
    }

    .intro-description {
        margin-bottom: 150px;
    }

    .intro-logos {
        gap: 25px;
    }

    .logo-leeyoung,
    .logo-electrolley {
        width: 140px;
    }

    .intro-images {
        flex-direction: column;
        gap: 45px;
    }

    .intro-image-01,
    .intro-image-02 {
        height: 250px;
    }

    .intro-image-02 {
        margin-left: 0;
    }

    .greeting-section {
        min-height: auto;
        padding: 80px 0;
    }

    .greeting-header {
        margin-bottom: 60px;
    }

    .greeting-title {
        font-size: 30px;
    }

    .greeting-text p {
        font-size: 16px;
    }

    .greeting-signature {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .intro-section {
        padding: 40px 0 30px;
    }

    .intro-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .intro-subtitle {
        font-size: 20px;
    }

    .intro-description {
        margin-bottom: 120px;
    }

    .intro-logos {
        gap: 20px;
        flex-wrap: wrap;
    }

    .logo-leeyoung,
    .logo-electrolley {
        width: 120px;
    }

    .intro-images {
        gap: 36px;
    }

    .intro-image-01,
    .intro-image-02 {
        height: 200px;
    }

    .greeting-section {
        padding: 60px 0;
    }

    .greeting-header {
        margin-bottom: 50px;
    }

    .greeting-label {
        font-size: 14px;
    }

    .greeting-title {
        font-size: 26px;
    }

    .greeting-text p {
        font-size: 15px;
    }

    .greeting-signature {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .intro-section {
        padding: 30px 0 20px;
    }

    .intro-title {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .intro-subtitle {
        font-size: 18px;
    }

    .intro-description {
        margin-bottom: 90px;
    }

    .intro-logos {
        gap: 15px;
    }

    .logo-leeyoung,
    .logo-electrolley {
        width: 100px;
    }

    .intro-images {
        gap: 27px;
    }

    .intro-image-01,
    .intro-image-02 {
        height: 180px;
    }

    .greeting-section {
        padding: 50px 0;
    }

    .greeting-header {
        margin-bottom: 40px;
        gap: 15px;
    }

    .greeting-label {
        font-size: 14px;
    }

    .greeting-title {
        font-size: 22px;
        word-break: keep-all;
    }

    .greeting-body {
        gap: 20px;
    }

    .greeting-text {
        gap: 15px;
    }

    .greeting-text p {
        font-size: 14px;
        word-break: keep-all;
    }

    .greeting-text br {
        display: none;
    }

    .greeting-signature {
        font-size: 14px;
    }
}
