@charset "utf-8";

/* secHero */
.secHero{
    margin-top: 8.7rem;
}
@media only screen and (max-width:1215px){
    .secHero{
        margin-top: 6rem;
    }
}

/* secReason */
.secReason{
    padding: 10rem 0 12rem;
}
.secReason.lazyloaded{
    background: url(../img/index/bgReason.png) center top / cover;
}
.secReason .txtReason{
    font-size: var(--pcFontSize42);
    font-weight: bold;
    color: var(--keyColor2);
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.secReason .txtNum{
    margin: 0 0.9rem 0.4rem;
}
.secReason .boxList{
    display: flex;
    justify-content: center;
    gap: 5rem;
    margin-top: 6.5rem;
}
.secReason .txtBottom2{
    text-align: center;
    margin-top: 5rem;
}
@media only screen and (max-width:1215px){
    .secReason{
        padding: 5rem 0;
    }
    .secReason.lazyloaded{
        background: url(../img/index/bgReason_sp.png) center top / cover;
    }
    .secReason .txtReason{
        font-size: var(--spFontSize24);
        flex-direction: column;
        align-items: center;
    }
    .secReason .txtBottom{
        display: flex;
        align-items: center;
        margin-top: 1.5rem;
    }
    .secReason .txtNum{
        display: block;
        width: 1.9rem;
        margin: 0 0.4rem 0.4rem 0;
    }
    .secReason .boxList{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem 1.5rem;
        margin-top: 2.5rem;
    }
    .secReason .item{
        width: calc((100% - 1.5rem) / 2);
    }
    .secReason .txtBottom2{
        width: 93.73%;
        margin: 3.5rem auto 0;
    }
}

/* boxFlexBtnCheck */
.boxFlexBtnCheck{
    display: flex;
    gap: 5rem;
    margin-bottom: 11.5rem;
}
.boxFlexBtnCheck .btnReserveIn{
    width: 52rem;
    height: 17rem;
    border-radius: 1rem;
    font-size: var(--pcFontSize28);
    letter-spacing: var(--pcLetterSpacing28_80);
    color: var(--Colorwhite);
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 5rem;
    box-shadow: 0.5rem 0.5rem 0.3rem var(--shadowColor2);
}
.boxFlexBtnCheck.lazyloaded .btnReserveIn{
    background: url(../img/index/bgFormBtn01.png) center top / cover;
}
.boxFlexBtnCheck.lazyloaded .btnReserveIn2{
    background: url(../img/index/bgFormBtn02.png) center top / cover;
}
.boxFlexBtnCheck .btnReserveIn::after{
    content: "";
    width: 1.8rem;
    height: 2.9rem;
    position: absolute;
    top: 50%;
    right: 4rem;
    transform: translateY(-50%);
}
.boxFlexBtnCheck.lazyloaded .btnReserveIn::after{
    background: url(../img/common/imgArrow.png) center top / cover;
}
.boxFlexBtnCheck .btnReserveIn .btnIn{
    position: relative;
    display: flex;
    flex-direction: column;
}
.boxFlexBtnCheck .btnReserveIn .btnIn::after{
    content: "";
    width: 5.5rem;
    height: 4rem;
    position: absolute;
    top: 50%;
    left: -8rem;
    transform: translateY(-50%);
}
.boxFlexBtnCheck.lazyloaded .btnReserveIn .btnIn::after{
    background: url(../img/common/iconBtnForm01.png) center top / cover;
}
.boxFlexBtnCheck .btnReserveIn2 .btnIn::after{
    width: 3.8rem;
    height: 5rem;
    left: -7.6rem;
}
.boxFlexBtnCheck.lazyloaded .btnReserveIn2 .btnIn::after{
    background: url(../img/common/iconBtnForm02.png) center top / cover;
}
.boxFlexBtnCheck .btnReserveIn .txtMin{
    font-size: var(--pcFontSize22);
    margin-top: 1.3rem;
}
@media only screen and (max-width:1215px){
    .boxFlexBtnCheck{
        flex-direction: column;
        align-items: center;
        gap: 2.5rem;
        margin-bottom: 5rem;
    }
    .boxFlexBtnCheck .btnReserve{
        width: 100%;
    }
    .boxFlexBtnCheck .btnReserveIn{
        width: 100%;
        max-width: 33.5rem;
        height: 9rem;
        border-radius: 1rem;
        font-size: var(--spFontSize20);
        letter-spacing: var(--spLetterSpacing20_80);
        padding-left: 4.5rem;
        margin: 0 auto;
    }
    .boxFlexBtnCheck.lazyloaded .btnReserveIn{
        background: url(../img/index/bgFormBtn01_sp.png) center top / cover;
    }
    .boxFlexBtnCheck.lazyloaded .btnReserveIn2{
        background: url(../img/index/bgFormBtn02_sp.png) center top / cover;
    }
    .boxFlexBtnCheck .btnReserveIn::after{
        width: 1.2rem;
        height: 2rem;
        right: 2.5rem;
    }
    .boxFlexBtnCheck .btnReserveIn .btnIn::after{
        width: 3.5rem;
        height: 2.6rem;
        left: -5.1rem;
    }
    .boxFlexBtnCheck .btnReserveIn2 .btnIn::after{
        width: 2.5rem;
        height: 3.2rem;
        left: -4rem;
    }
    .boxFlexBtnCheck .btnReserveIn .txtMin{
        font-size: var(--spFontSize15);
        margin-top: 1rem;
    }
}

/* secConcept */
.secConcept{
    background: var(--keyColor3);
    position: relative;
    padding: 12.1rem 0 0.4rem;
}
.secConcept::after{
    content: "";
    display: block;
    width: 100%;
    height: 16.6rem;
    background: var(--keyColor3);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 1;
}
.secConcept .txtTit{
    font-size: var(--pcFontSize32);
    color: var(--ColorYellow);
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.secConcept .txtBig{
    font-size: var(--pcFontSize42);
    margin-top: 1.8rem;
}
.secConcept .boxImg{
    text-align: center;
    margin-top: 6.6rem;
}
@media only screen and (max-width:1215px){
    .secConcept{
        padding: 5rem 0 2rem;
    }
    .secConcept::after{
        height: 5rem;
    }
    .secConcept .txtTit{
        font-size: var(--spFontSize18);
    }
    .secConcept .txtBig{
        font-size: var(--spFontSize24);
        margin-top: 2rem;
    }
    .secConcept .boxImg{
        width: 30.5rem;
        margin: 2.5rem auto 0;
    }
}

/* secZeroEnergyHouse */
.secZeroEnergyHouse{
    margin-top: 28.6rem;
    text-align: center;
}
.secZeroEnergyHouse .txtAbout{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_36);
    letter-spacing: var(--pcLetterSpacing18_80);
    margin-top: 4.4rem;
}
.secZeroEnergyHouse .imgBottom{
    margin-top: 5.6rem;
}
.secZeroEnergyHouse .boxTxtBottom{
    border: 0.3rem solid;
    border-image: var(--keyGradientColor) 1;
    position: relative;
    padding: 0 0 4.6rem;
    margin-top: 8.4rem;
}
.secZeroEnergyHouse .boxTxtBottom::after{
    content: "";
    width: 51.8rem;
    height: 3rem;
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--Colorwhite);
}
.secZeroEnergyHouse .txtBottomTit{
    width: 45.5rem;
    height: 4.5rem;
    background: var(--keyGradientColor3);
    font-size: var(--pcFontSize28);
    color: var(--Colorwhite);
    font-weight: bold;
    position: absolute;
    top: -2.25rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.secZeroEnergyHouse .txtMin{
    font-size: var(--pcFontSize24);
}
.secZeroEnergyHouse .txtAbout2{
    font-size: var(--pcFontSize21);
    line-height: var(--pcLineHeight21_40);
    letter-spacing: var(--pcLetterSpacing21_80);
    color: var(--keyColor);
    font-weight: bold;
    margin-top: 6.4rem;
}
.secZeroEnergyHouse .txtBottom{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_36);
    letter-spacing: var(--pcLetterSpacing18_150);
    margin-top: 3.1rem;
}
.secZeroEnergyHouse .txtKey{
    color: var(--keyColor);
    font-weight: bold;
}
.scrollItem::before{
    display: none;
}
@media only screen and (max-width:1215px){
    .secZeroEnergyHouse{
        margin-top: 9rem;
    }
    .secZeroEnergyHouse .txtTit{
        width: 100%;
        max-width: 33.5rem;
        margin: 0 auto;
    }
    .secZeroEnergyHouse .txtAbout{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_30);
        letter-spacing: var(--spLetterSpacing14_50);
        margin-top: 2.2rem;
    }
    .secZeroEnergyHouse .imgBottom{
        margin-top: 5.6rem;
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding: 0 4vw;
    }
    .secZeroEnergyHouse .imgBottom img{
        width: 52.3rem;
        height: auto;
    }
    /* scrollItem */
    @-webkit-keyframes sideItem {
        0%     { transform:translateX(0); }
        25%     { transform:translateX(10px) }
        50% { transform:translateX(0); }
        75% { transform:translateX(-10px); }
        100% { transform:translateX(0); }
    }
    @keyframes sideItem {
        0%     { transform:translateX(0); }
        25%     { transform:translateX(10px) }
        50% { transform:translateX(0); }
        75% { transform:translateX(-10px); }
        100% { transform:translateX(0); }
    }
    .scrollCenterWrap{
        position: relative;
    }
    .scrollItem::-webkit-scrollbar{
        display: none;
    }
    .scrollItem:not(.scrollCenter).on::before,
    .scrollCenterWrap.on::before{
        opacity: 1;
    }
    .scrollItem:not(.scrollCenter)::before,
    .scrollCenterWrap::before{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: url(../img/common/iconScroll.png) center center / 7.8rem auto no-repeat;
        opacity: 0;
        -webkit-transition: all 0.2s ease-out 0.2s;
        transition: all 0.2s ease-out 0.2s;
        -webkit-animation: sideItem 1s linear infinite;
        animation: sideItem 1s linear infinite;
        z-index: 10;
        pointer-events: none;
    }
    .secZeroEnergyHouse .boxTxtBottom{
        padding: 0 1.5rem 3.4rem;
        margin-top: 6rem;
    }
    .secZeroEnergyHouse .boxTxtBottom::after{
        display: none;
    }
    .secZeroEnergyHouse .txtBottomTit{
        width: 30.5rem;
        height: 4.5rem;
        font-size: var(--spFontSize20);
        top: -2.25rem;
    }
    .secZeroEnergyHouse .txtMin{
        font-size: var(--spFontSize16);
    }
    .secZeroEnergyHouse .txtAbout2{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight16_32);
        margin-top: 3.8rem;
    }
    .secZeroEnergyHouse .txtBottom{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_30);
        letter-spacing: var(--spLetterSpacing14_50);
        margin-top: 1.4rem;
    }
}
@media only screen and (max-width:340px){
    .secZeroEnergyHouse .txtBottomTit{
        width: calc(100% + 0.6rem);
    }
    .secZeroEnergyHouse .txtAbout2{
        font-size: var(--spFontSize15);
    }
}

/* secStructure */
.secStructure{
    background: var(--keyColor4);
    padding: 12rem 0;
    margin-top: 12rem;
}
.secStructure .txtTit{
    font-size: var(--pcFontSize42);
    font-weight: bold;
    color: var(--keyColor);
    text-align: center;
}
.secStructure .boxList{
    margin-top: 9.9rem;
}
.secStructure .boxList .item{
    background: var(--Colorwhite);
    padding: 6.4rem 4rem 9.5rem;
    border-top: 0.6rem solid;
    border-image: var(--keyGradientColor4) 1;
    position: relative;
    margin-bottom: 6.1rem;
}
.secStructure .boxList .item:last-child{
    margin-bottom: 0;
}
.secStructure .boxList .itemIcon{
    width: 17rem;
    height: 5rem;
    border-radius: 2.5rem;
    background: var(--keyGradientColor3);
    font-size: var(--pcFontSize21);
    font-weight: bold;
    color: var(--Colorwhite);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -2.8rem;
    left: 50%;
    transform: translateX(-50%);
}
.secStructure .boxList .itemTit{
    font-size: var(--pcFontSize24);
    letter-spacing: var(--pcLetterSpacing24_80);
    font-weight: bold;
    color: var(--keyColor);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}
.secStructure .boxList .itemTit .txtBig{
    font-size: var(--pcFontSize32);
}
.secStructure .boxList .boxFlex{
    display: flex;
    gap: 3rem;
    margin-top: 5rem;
}
.secStructure .boxList .boxTxt{
    width: calc(100% - 46rem - 3rem);
    display: flex;
    flex-direction: column;
}
.secStructure .boxList .txtTop{
    font-size: var(--pcFontSize21);
    line-height: var(--pcLineHeight21_36);
    letter-spacing: var(--pcLetterSpacing21_80);
    font-weight: bold;
}
.secStructure .boxList .txtBottom{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    margin-top: 2.9rem;
}
.secStructure .boxList .boxBtn{
    position: absolute;
    bottom: 0;
    right: 0;
}
.secStructure .boxList .txtBtn{
    width: 16.4rem;
    height: 5.5rem;
    background: var(--keyColor2);
    font-size: var(--pcFontSize16);
    font-weight: bold;
    color: var(--Colorwhite);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 0 0 0 3rem;
    position: relative;
}
.secStructure .boxList .txtBtn::after{
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background: url(../img/common/imgArrow2.png) center top / cover;
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width:1215px){
    .secStructure{
        padding: 5rem 0;
        margin-top: 5rem;
    }
    .secStructure .txtTit{
        font-size: var(--spFontSize24);
        line-height: var(--spLineHeight24_36);
    }
    .secStructure .boxList{
        margin-top: 4.5rem;
    }
    .secStructure .boxList .item{
        padding: 4.5rem 2rem 5.5rem;
        border-top: 0.5rem solid;
        border-image: var(--keyGradientColor4) 1;
        position: relative;
        margin-bottom: 4.5rem;
    }
    .secStructure .boxList .item:last-child{
        margin-bottom: 0;
    }
    .secStructure .boxList .itemIcon{
        width: 12rem;
        height: 3.5rem;
        border-radius: 1.75rem;
        font-size: var(--spFontSize16);
        top: -1.75rem;
    }
    .secStructure .boxList .itemTit{
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing18_50);
        flex-direction: column;
        gap: 1.5rem;
    }
    .secStructure .boxList .itemTit .txtBig{
        font-size: var(--pcFontSize22);
    }
    .secStructure .boxList .boxFlex{
        flex-direction: column;
        gap: 1.8rem;
        margin-top: 2.5rem;
    }
    .secStructure .boxList .boxTxt{
        width: 100%;
    }
    .secStructure .boxList .txtTop{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_30);
        letter-spacing: var(--spLetterSpacing16_50);
    }
    .secStructure .boxList .txtBottom{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_26);
        margin-top: 0.7rem;
    }
    .secStructure .boxList .txtBtn{
        width: 12rem;
        height: 3.5rem;
        font-size: var(--spFontSize13);
        padding: 0 0 0 1.9rem;
    }
    .secStructure .boxList .txtBtn::after{
        width: 1.2rem;
        height: 1.2rem;
        right: 1.8rem;
    }
}

/* secVoice */
.secVoice{
    background: var(--keyGradientColor2);
    padding: 12rem 0;
}
.secVoice .txtTit{
    font-size: var(--pcFontSize24);
    color: var(--ColorYellow);
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.secVoice .txtBig{
    font-size: var(--pcFontSize42);
    margin-top: 2rem;
}
.secVoice .boxSlider{
    position: relative;
    margin-top: 10rem;
}
.secVoice .swiper{
    width: 47rem;
    overflow: visible;
}
.secVoice .swiper-wrapper{
    align-items: stretch;
}
.secVoice .swiper-slide{
    background: var(--Colorwhite);
    padding: 2.4rem 3.8rem 4rem;
    text-align: center;
    height: auto;
    display: flex;
    flex-direction: column;
}
.secVoice .swiper-slide .boxTop{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.secVoice .swiper-slide .txtCustomer{
    font-size: var(--pcFontSize16);
    margin-top: 1.7rem;
}
.secVoice .swiper-slide .txtVoiceTit{
    font-size: var(--pcFontSize21);
    line-height: var(--pcLineHeight21_36);
    letter-spacing: var(--pcLetterSpacing21_80);
    color: var(--keyColor);
    font-weight: bold;
    margin-top: 2.2rem;
}
.secVoice .swiper-slide .txtAbout{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    text-align: left;
    margin-top: 1.1rem;
}
@media only screen and (max-width:1215px){
    .secVoice{
        padding: 5rem 0;
    }
    .secVoice .txtTit{
        font-size: var(--spFontSize18);
    }
    .secVoice .txtBig{
        font-size: var(--spFontSize24);
        margin-top: 2rem;
    }
    .secVoice .boxSlider{
        margin-top: 4rem;
    }
    .secVoice .swiper{
        width: 30.5rem;
    }
    .secVoice .swiper-slide{
        padding: 0 2rem 1.9rem;
    }
    .secVoice .swiper-slide .boxTop{
        flex-direction: row;
        gap: 3rem;
        margin-top: -1.5rem;
    }
    .secVoice .swiper-slide .boxImg{
        width: 7.7rem;
    }
    .secVoice .swiper-slide .txtCustomer{
        font-size: var(--spFontSize13);
        margin-top: 1.5rem;
    }
    .secVoice .swiper-slide .txtVoiceTit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_28);
        letter-spacing: var(--spLetterSpacing16_50);
        margin-top: 2rem;
    }
    .secVoice .swiper-slide .txtAbout{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_26);
        margin-top: 0.8rem;
    }
}

/* secLink */
.secLink{
    padding: 12rem 0;
}
.secLink .boxFlexBtnCheck{
    margin-bottom: 0;
}
@media only screen and (max-width:1215px){
    .secLink{
        padding: 5rem 0;
    }
    .secLink .boxFlexBtnCheck{
        margin-bottom: 0;
    }
}

/* secPerformance */
.secPerformance .boxPerformance{
    padding: 0 0 12rem;
}
.secPerformance .txtTit{
    width: 100%;
    height: 16rem;
    background: var(--keyGradientColor2);
    font-size: var(--pcFontSize32);
    letter-spacing: var(--pcLetterSpacing32_80);
    color: var(--Colorwhite);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secPerformance .txtMin{
    font-size: var(--pcFontSize24);
    margin-left: 1.5rem;
}
.secPerformance .boxTop{
    display: flex;
    align-items: center;
    gap: 4rem;
    margin-top: 6rem;
    margin-bottom: 3.9rem;
}
.secPerformance .txtPerformanceTit{
    font-size: var(--pcFontSize24);
    line-height: var(--pcLineHeight24_41);
    letter-spacing: var(--pcLetterSpacing24_80);
    font-weight: bold;
    color: var(--keyColor);
}
.secPerformance .txtPerformanceAbout{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    margin-top: 1.6rem;
}
.secPerformance .boxEffect .txtEffectTit{
    font-size: var(--pcFontSize24);
    letter-spacing: var(--pcLetterSpacing24_80);
    color: var(--keyColor);
    font-weight: bold;
}
.secPerformance .boxEffect .boxCalculation{
    display: flex;
    gap: 6.2rem;
    margin-top: 1.9rem;
}
.secPerformance .boxEffect .boxPrice{
    border: 0.1rem solid var(--textColor);
    padding: 2.1rem 3rem 2.5rem;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.secPerformance .boxEffect .boxPrice:nth-child(2)::before,
.secPerformance .boxEffect .boxPrice:nth-child(3)::before{
    content: "+";
    font-size: var(--pcFontSize36);
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: -4.5rem;
    transform: translateY(-50%);
}
.secPerformance .boxEffect .boxPrice:nth-child(3)::before{
    content: "=";
}
.secPerformance .boxEffect .txtPriceTop{
    font-size: var(--pcFontSize21);
    letter-spacing: var(--pcLetterSpacing21_80);
}
.secPerformance .boxEffect .txtPriceBottom{
    display: flex;
    align-items: baseline;
    gap: 0.8rem;
    font-size: var(--pcFontSize42);
    color: var(--keyColor);
    margin-top: 2.1rem;
}
.secPerformance .boxEffect .txtMin{
    font-size: var(--pcFontSize24);
    margin-left: 0;
}
.secPerformance .boxEffect .txtRed{
    color: var(--ColorRed);
}
.secPerformance .boxEffect .txtNote{
    background: var(--ColorGray);
    padding: 3.6rem 3.5rem;
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_22);
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.secPerformance .boxBottom .boxListBottom{
    display: flex;
    align-items: stretch;
    gap: 4rem;
}
.secPerformance .boxBottom .itemBottom{
    width: calc((100% - 4rem) / 2);
    border: 0.1rem solid var(--borderColor2);
    padding: 4rem 3rem;
}
.secPerformance .boxBottom .txtBottomTit{
    font-size: var(--pcFontSize21);
    line-height: var(--pcLineHeight21_36);
    letter-spacing: var(--pcLetterSpacing21_80);
    font-weight: bold;
    color: var(--keyColor);
    text-align: center;
}
.secPerformance .boxBottom .txtBottomAbout{
    font-size: var(--pcFontSize15);
    line-height: var(--pcLineHeight16_30);
    margin-top: 1.9rem;
}
.secPerformance .boxBottom .boxBottomImg{
    text-align: center;
    margin-top: 1.9rem;
}
@media only screen and (max-width:1215px){
    .secPerformance .boxPerformance{
        padding: 0 0 5rem;
    }
    .secPerformance .txtTit{
        width: 100%;
        height: 8rem;
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_28);
        letter-spacing: var(--spLetterSpacing18_80);
        text-align: center;
    }
    .secPerformance .boxPerformance:nth-child(4) .txtTit{
        display: flex;
        flex-direction: column;
    }
    .secPerformance .txtMin{
        font-size: var(--spFontSize14);
        margin-left: 1.4rem;
    }
    .secPerformance .boxTop{
        flex-direction: column;
        gap: 2.5rem;
        margin-top: 2.4rem;
        margin-bottom: 3.5rem;
    }
    .secPerformance .txtPerformanceTit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_30);
        letter-spacing: var(--spLetterSpacing18_50);
    }
    .secPerformance .txtPerformanceAbout{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_26);
        margin-top: 0.8rem;
    }
    .secPerformance .boxEffect .txtEffectTit{
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing18_50);
    }
    .secPerformance .boxEffect .boxCalculation{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5rem 6%;
        margin-top: 2rem;
    }
    .secPerformance .boxEffect .boxPrice{
        padding: 1.8rem 0.5rem 1.8rem;
        width: 46.86%;
    }
    .secPerformance .boxEffect .boxPrice:nth-child(3){
        width: 65.67%;
    }
    .secPerformance .boxEffect .boxPrice:nth-child(2)::before,
    .secPerformance .boxEffect .boxPrice:nth-child(3)::before{
        font-size: var(--spFontSize20);
        left: -12%;
    }
    .secPerformance .boxEffect .txtPriceTop{
        font-size: var(--spFontSize16);
        letter-spacing: var(--spLetterSpacing16_50);
    }
    .secPerformance .boxEffect .txtPriceBottom{
        justify-content: center;
        gap: 0.5rem;
        font-size: var(--spFontSize20);
        margin-top: 1.2rem;
    }
    .secPerformance .boxEffect .boxPrice:nth-child(3) .txtPriceBottom{
        font-size: var(--spFontSize32);
    }
    .secPerformance .boxEffect .txtMin{
        font-size: var(--spFontSize14);
        margin-left: 0;
    }
    .secPerformance .boxEffect .boxPrice:nth-child(3) .txtMin{
        font-size: var(--spFontSize19);
    }
    .secPerformance .boxEffect .txtNote{
        padding: 1.6rem 1.5rem;
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_20);
        margin-top: 2.5rem;
        margin-bottom: 4rem;
    }
    .secPerformance .boxBottom .boxListBottom{
        flex-direction: column;
        gap: 2.5rem;
    }
    .secPerformance .boxBottom .itemBottom{
        width: 100%;
        padding: 2.4rem 2rem;
    }
    .secPerformance .boxBottom .txtBottomTit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_28);
        letter-spacing: var(--spLetterSpacing16_50);
    }
    .secPerformance .boxBottom .txtBottomAbout{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_26);
        margin-top: 1.3rem;
    }
    .secPerformance .boxBottom .boxBottomImg{
        margin-top: 1.7rem;
    }
    .secPerformance .boxBottom .boxBottomImg01_01{
        width: 87.37%;
        margin: 1.7rem auto 0;
    }
    .secPerformance .boxBottom .boxBottomImg02_01{
        width: 68.6%;
        margin: 1.7rem auto 0;
    }
    .secPerformance .boxBottom .boxBottomImg02_02{
        width: 68.6%;
        margin: 1.7rem auto 0;
    }
    .secPerformance .boxBottom .boxBottomImg03_01{
        width: 68.6%;
        margin: 1.7rem auto 0;
    }
    .secPerformance .boxBottom .boxBottomImg03_02{
        width: 68.6%;
        margin: 1.7rem auto 0;
    }
}