/* @media (min-width: 1024px) {
	.witc-fold2-content ul > li::before, .afc-fold3-content-text ul > li::before{
		opacity:0;
	}
	
	.animate-complete .witc-fold2-content ul > li::before, .animate-complete .afc-fold3-content-text ul > li::before{
		opacity: 1;
		transition: all .5s ease 1s;
	}

    .animate .witc-fold2-content > .subtitle, .animate .witc-fold2-content li p, .animate .witc-fold2-content > p:not(.subtitle), .animate.witc-fold2 .witc-readmore, .animate.witc-fold2 .subtext, .animate .title-wrap, .animate .witc-fold2-content > h3{
        opacity: 0;
    }
    .animate-complete .witc-fold2-content > .subtitle, .animate-complete .witc-fold2-content li p, .animate-complete .witc-fold2-content > p:not(.subtitle), .animate.animate-complete.witc-fold2 .witc-readmore, .animate.animate-complete .subtext, .animate.animate-complete .title-wrap, .animate.animate-complete .witc-fold2-content > h3{
        animation-name: slideUp;
        animation-duration: 2s;
        animation-timing-function: ease-in-out;
        animation-delay: 0s;
        animation-fill-mode: forwards;
        opacity: 1;
    }


    .animate .witc-fold3-content > p, .animate .witc-fold3-content > .readmore, .animate .witc-fold3-title > .subtitle {
        opacity: 0;
        transition: all 0s ease;
    }
    .animate-complete .witc-fold3-content > p, .animate-complete .witc-fold3-content > .readmore, .animate-complete .witc-fold3-title > .subtitle {
        animation-name: slideUp;
        animation-duration: 2s;
        animation-timing-function: ease-in-out;
        animation-delay: 0s;
        animation-fill-mode: forwards;
        opacity: 1;
    }

    
    .animate .witc-fold4-content > p:not(.subtitle), .animate .witc-fold4-content > .subtitle, .animate .witc-fold5-main {
        opacity: 0;
    }
    .animate-complete .witc-fold4-content > p:not(.subtitle), .animate-complete .witc-fold4-content > .subtitle, .animate-complete .witc-fold5-main {
        animation-name: slideUp;
        animation-duration: 2s;
        animation-timing-function: ease-in-out;
        animation-delay: 0s;
        animation-fill-mode: forwards;
        opacity: 1;
    }


    .animate .witc-fold2-img, .animate .witc-fold4-listitem, .animate .witc-fold5-list > img {
        opacity: 0;
    }
    .animate-complete .witc-fold2-img, .animate-complete .witc-fold4-listitem, .animate-complete .witc-fold5-list > img {
        animation-name: scaleIn;
        animation-duration: .5s;
        animation-timing-function: ease-in-out;
        animation-delay: 0s;
        animation-fill-mode: forwards;
        opacity: 1;
    }

.witc-fold2.animate .simple-block-fold-wrapper .simple-block-fold-item{
    transform: scale(0);
    transition: all 500ms ease;
    opacity:0;
}

.witc-fold2.animate.animate-complete .simple-block-fold-wrapper .simple-block-fold-item:nth-of-type(1) {
    transform: scale(1);
    transition: all 500ms ease 750ms;
    opacity:1;
}

.witc-fold2.animate.animate-complete .simple-block-fold-wrapper .simple-block-fold-item:nth-of-type(2) {
    transform: scale(1);
    transition: all 500ms ease 1000ms;
    opacity:1;
}

.witc-fold2.animate.animate-complete .simple-block-fold-wrapper .simple-block-fold-item:nth-of-type(3) {
    transform: scale(1);
    transition: all 500ms ease 1250ms;
    opacity:1;
}

.witc-fold2.animate.animate-complete .simple-block-fold-wrapper .simple-block-fold-item:nth-of-type(4) {
    transform: scale(1);
    transition: all 500ms ease 1500ms;
    opacity:1;
}
    
} */