/* 추가 템플릿 스타일 설정 2025.06.15 */

#logo .logo-w {
    display: block;
}

#logo .logo-v {
    display: none !important;
}

#intro div {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
}

#intro div img.main {
    object-fit: cover;
    border-radius: 0 !important;
    height: 100%;
    object-position: top;
}

.intro2 div section {
    padding-top: 110px;
}

.intro2 div section img.pro-logo {
    height: 120px !important;
}

.intro2 p {
    font-size: 30px;
    margin-top: 0;
    color: #ffffff;
}

.intro2 a {
    min-width: 376px;
    height: 48px;
    line-height: 48px;
    border: none;
    border-radius: 5px;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    color: #090909 !important;
    background-color: #fff;
}

.intro2 a::after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("../../images/arrow-right_stroke.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -5px;
}

.feature {
    background: #000 !important;
}

.feature .sec-title p {
    color: #ffffff;
}

.feature .sec-title h2.title {
    color: #FF4432;
    font-size: 47px;
    margin: 20px 0;
}

@media all and (max-width: 1279.99px) {
    .intro2 div section {
        padding-top: 80px !important;
    }
}

@media all and (max-width: 600px) {
    .intro2 div section {
        padding-top: 50px !important;
    }

    .intro2 p {
        font-size: 22px;
    }

    .intro2 a {
        min-width: 216px;
        pos
    }

    .intro2::after {
        content: '';
        width: 100%;
        height: 118px;
        background: #000000;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 9;
    }
}