/* 추가 템플릿 스타일 설정 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%;
}

.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;
    position: relative;
}

#autobe.feature::before,
#autoview.feature::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-image: url('../../images/labs-bg-round-gradient-left.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}


#agentica.feature::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-image: url('../../images/labs-bg-round-gradient-right.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

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

.feature .sec-title h3 {
    color: #86FFD9;
}

.feature .sec-title h2.title {
    color: #ffffff;
    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;

    }
}