

body {
    background: linear-gradient(to bottom, #dedfec, #f1f0f0);
    margin: 0;
}


.totalBodyContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    padding-top: 120px
}


.commonTitleWrapper {
    background: url("../images/solutions/fieldSystem/enclosureControlSystemTitleImg.jpg") no-repeat center 0;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.commonTitle {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.69);
    color: #f1f8ff;
}

.enclosureControlSystemTotalBody{
    max-width: 100%;
    height: auto;
}

.enclosureControlSystemProductImg{
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enclosureControlSystemProductImg>img{
    aspect-ratio: 1024/534;
    max-width: 100%;
    height: auto;
}

.enclosureControlSystemShortIntro {
    margin: 20px 0 310px 0;
}

.fakeBrowserHeaderSpecific {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.fakeBrowserHeaderSpecific .bar {
    width: 820px;
    height: 4px;
    background: linear-gradient(
            to right,
            rgba(129, 18, 18, 0) 0%,
            rgba(129, 18, 18, 1) 50%,
            rgba(129, 18, 18, 0) 100%
    );

    border-radius: 2px;
}

.enclosureControlSystemShortIntroTitle {
    opacity: 0;
    transition: opacity 2s ease
}

.enclosureControlSystemShortIntroTitle.animate {
    opacity: 1;
}
.enclosureControlSystemShortIntro > p {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-align: center;
}

.enclosureControlSystemShortIntro > p > span {
    font-weight: 800;
    letter-spacing: -0.5px;
}

.needsWithKeyTitleWrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

.needsWithKeyTitle {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
    position: relative;
    opacity: 0;
    transition: opacity 2s ease;
    padding-left: 40px;
}

.needsWithKeyTitle.animate{
    opacity: 1;
}
.needsWithKeyTitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-image: linear-gradient(180deg, #000000 0%, #A51C00 100%);
}

.needsWithKeyTitle > span {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.5px;
    background-image: linear-gradient(205deg, #F1F8FF 0%, #FF9A9A63 100%);
}

.needsCurrentStatus {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
    gap: 10px;
}
.needsCurrentStatusWrapper{
    opacity: 0;
    transform: translateY(200px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.needsCurrentStatusWrapper.animate{
    opacity: 1;
    transform: translateX(0);
}

.needsCurrentStatusTitle {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #4B0505;
}

.needsCurrentStatusContent {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -1px;
}


.needsWarningIcon {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.needsWarningIcon > img {
    width: 150px;
    height: 150px
}

.needsIntroduced {
    margin-bottom: 400px;
}

.needsIntroducedWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.needsIntroducedTitle {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #4B0505;
}

.needsIntroducedContent {
    font-size: 20px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: -1px;
}

.needsIntroducedContent > p {
    margin: 0;
}



/* 위드키 실제 서비스 화면 */
.withKeyRealServiceTotalWrapper{
    opacity: 0;
    transition: opacity 0.5s ease;
}

.withKeyRealServiceTotalWrapper.animate{
    opacity: 1;
}



.needsWithKeyRealServiceTitle{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
    position: relative;
}
.needsWithKeyRealServiceTitle::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 10px;
    height: 100%;
    background-image: linear-gradient(180deg, #000000 0%, #A51C00 100%);
}

.needsWithKeyRealServiceTitle > span {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.5px;
    background-image: linear-gradient(205deg, #F1F8FF 0%, #FF9A9A63 100%);
}


.needsWithKeySubTitle {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.needsWithKeyRealServiceTabs {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tabWithKeyWrapper {
    width: fit-content;
    list-style: none;
    padding: 0 30px;
    margin: 80px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: auto;
}

.tabWithKeyWrapper > li {
    white-space: nowrap;
    padding: 20px 70px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
    background-color: #dadada;
    color: #12212c;
    border-radius: 18px 18px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 20px;
}

.tabWithKeyWrapper > li:hover {
    background-color: #12212c;
    color: white;
}

.tabWithKeyWrapper > li.active {
    color: white;
    background-color: #701919;
}

.needsWithKeyTabsContentWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
}


.needsWithKeyTabsContentWrapper .swiper {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.needsWithKeyTabsContentWrapper .swiper.fade-out {
    opacity: 0;
}

.enclosureControlSystemSwiperImg{
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 8 / 6;
    display: block;
    transition: all 0.3s ease;
}

.functionWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.functionWrapper.active {
    opacity: 1;
    transition: opacity 0.3s ease;
    pointer-events: auto;
    position: relative;
}

.withKeyServerContents {
    display: flex;
    align-items: center;
    gap: 50px;
    box-sizing: border-box;
    padding: 10px;
}

.withKeyServerContents > p {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1.4px;
}
.withKeyTerminalFunction{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1.4px;
}

.withKeyAppFunction{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1.4px;
}


@media screen and (max-width: 1150px){
    .enclosureControlSystemShortIntro > p{
        font-size: 22px;
    }

    .needsCurrentStatusContent{
        font-size: 16px;
    }

    .needsIntroducedContent{
        font-size: 16px;
    }

    .needsWithKeySubTitle{
        font-size: 16px;
    }
}

@media screen and (max-width: 768px){
    .commonTitle {
        font-size: 36px;
    }
    .enclosureControlSystemShortIntro > p{
        font-size: 18px;
    }

    .needsCurrentStatusContent{
        font-size: 14px;
    }

    .needsIntroducedContent{
        font-size: 14px;
    }
    .needsWithKeySubTitle{
        font-size: 14px;
    }
    .withKeyServerContents > p{
        font-size: 14px;
    }

    .withKeyTerminalFunction{
        font-size: 14px;
    }
    .withKeyAppFunction{
        font-size: 14px;
    }
}

@media screen and (max-width: 480px){
    .commonTitle {
        font-size: 30px;
    }
    .enclosureControlSystemShortIntro > p{
        font-size: 12px;
    }
    .needsCurrentStatusContent{
        font-size: 12px;
    }
    .needsIntroducedContent{
        font-size: 12px;
    }
    .needsWithKeySubTitle{
        font-size: 12px;
    }
    .withKeyServerContents > p{
        font-size: 12px;
    }
    .withKeyTerminalFunction{
        font-size: 12px;
    }

    .withKeyAppFunction{
        font-size: 12px;
    }

}

