.sec14{
    padding: 71px 0px 0px 0px;
    background: #F5F3EE;
}
.sec07{
   background: #F5F3EE; 
}
.sec15{
    padding: 71px 0px 71px 0px;
    background: #F5F3EE;
}
.sec14-group{
    margin-top: 52px;
}
.sec04-item-title{
    width: fit-content;
    padding: 12px 63px 12px 62px;
    border-radius: 20px 20px 0 0;
    background: #1F2F53;
    color: #FFF;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto;
}
.sec04-item-body{
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
    gap: 21;

    border-radius: 20px;
    background: #1F2F53;
}
.sec04-item-body p{
   color: #FFF;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; 
}
.sec04-item-body a{
    margin-top: 40px;
    display: flex;
    width: 184px;
    height: 48px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;

    color: #96C60B;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */

    border-radius: 8px;
    border: 1px solid #96C60B;
    background: #FFF;

    /* Shadow */
    box-shadow: 0 4px 10px 0 rgba(154, 154, 154, 0.05);
	transition: all 0.3s ease;
}
.sec04-item-body a:hover{
    color:#FFF;
    background-color: #96C60B;
}
.sec04-item-body img{
    width: 572px;
    border-radius: 10px;
}
.sec04-item-body div{
    width: calc(100% - 593px);
}
.CardContainer+.CardContainer{
    margin-top: 25px;
}
.service-agency-txt+.service-agency-txt{
    margin-top: 25px;
}
.sec15-group{
    margin-top: 41px;
    
}
.sec15-group-body{
    padding: 159px 0px;
}
.sec15-item{
    max-width: 400px;
}
.sec15-item01 .sec15-item-nub{
    width: 132.51px;
    margin-left: auto;
}
.sec15-item-title{
    margin-top: 23.3px;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    padding: 0px 18px 0px 17px;
}
.sec15-item-txt{
    padding: 0px 18px 0px 17px;
    margin-top: 14px;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
}
.sec15-item02 .sec15-item-nub{
    width: 138.913px;
    margin-left: auto;
}
.sec15-item04,
.sec15-item02{
    margin-left: auto;
}
.sec15-item03  .sec15-item-nub{
    width: 138.913px;
    margin-left: auto;
}
.sec15-item03 .sec15-item-title{
    margin-top: 14.77px;
}
.sec15-item04  .sec15-item-nub{
    width: 145px;
    margin-left: auto;
}
.sec15-item04 .sec15-item-title{
    margin-top: 15px;
}
.sec15-group{
    position: relative;
    align-self:flex-start;
}
.sec15-group::before{
    content: "";
    position: absolute;
    background: #000;
    width: 10px;
    height: 11px;
    top: 0;
    left: calc(50% - 5px);
}
.sec15-group::after{
    content: "";
    position: absolute;
    background: #000;
    width: 10px;
    height: 11px;
    bottom: 0;
    left: calc(50% - 5px);
}
.sec15-group-body{
    position: relative;
}
.sec15-group-body::before{
    content: "";
    background: #000;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
}
.sec15-group-logo{
    position: absolute;
    top:28px;
    left:calc(50% - 38.5px);
    width:77px;
    height:100%;
    z-index:5;
}

.sec15-group-logo p{
    position: sticky;
    top:28px;

    width:77px;
    height:77px;

    background:#161F40;
    border-radius:50%;

    display:flex;
    justify-content:center;
    align-items:center;
	transition: transform 0.4s ease;
    will-change: transform;
}
.sec15-group.active .sec15-group-logo p{
    transform: translateY(90px);
}
.sec15-group-logo img{
    width: 54.646px;
}
.sec08-optimization .sec08-group01{
    justify-content: center;
}
.sec08-optimization .sec08-item-group01 p+p {
    margin-top: 10px;
}
.sec08-optimization .sec08-item .sec08-txt01{
    min-height: auto;
}
.faq-item-content p+p{
    margin-top: 15px;
}
.sec05-txt{
    max-width: 615px;
}
.sec05-group01{
    padding: 33px 0px 119px 51px;
}

@media screen and (max-width:850px){
    .sec04-item-body img{
        display: none;
    }
    .sec04-item-body div {
        width: 100%;
    }
    .sec04-item-title{
        width: 100%;
        padding: 18px 18px 14px 18px;
        border-radius: 10px 10px 0 0;
    }
    .sec04-item-body{
        padding: 0px 18px 18px 18px;
        border-radius: 0px 0px 10px 10px;
    }
    .sec04-item-body p{
        font-size: 14px;
        line-height: 28px; /* 200% */
    }
    .sec04-item-body a {
        margin-top: 10px;
        width: fit-content;
        height: auto;
        padding: 8px 12px;
        font-size: 14px;
        border-radius: 6px;
        border: 1px solid #96C60B;
    }
    .CardContainer+.CardContainer {
        margin-top: 10px;
    }
    .sec15-group-logo{
        display: none;
    }
    .sec15-group::after,
    .sec15-group::before,
    .sec15-group-body::before{
        content: none;
    }
    .sec15-item01 .sec15-item-nub {
        width: 90.109px;
        margin-left: auto;
    }
    .sec15-item-title{
        font-size: 14px;
        padding: 0px 12px;
        margin-top: 15.85px;
    }
    .sec15-item-txt{
        padding: 0px 12px;
        margin-top: 9.5px;
        font-size: 12px;
        line-height: 18px;
    }
    .sec15-group{
        margin-top: 40px;
    }
    .sec15-group-body{
        padding: 0px;
    }
    .sec15-item+.sec15-item{
        margin-top: 40px;
    }
    .sec15-item02 .sec15-item-nub {
        width: 94.461px;
    }
    .sec15-item03 .sec15-item-nub {
        width: 94.461px;
    }
    .sec15-item04 .sec15-item-nub {
        width: 98.6px;
    }
    .sec05-group01{
        padding: 24px 24px 70px 24px;
    }
    .sec05-group02{
        padding: 18px 22px;
    }
	.content-page .hero {
        height: auto;
        max-height: none; 
        overflow: visible;
        padding-bottom: 30px;
    }
}
.content-page .hero{
    height: auto;
}
.content-page .hero .video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-body{
    position: relative;
    height: unset;
    padding-bottom: 50px;
}

@media (min-width: 901px) {
    .sec07-img-ec .ec-comparison-table {
        grid-template-rows: repeat(6, auto);
    }
	
	.sec07-img-ec .ec-table-cell.header {
        padding: 18.5px 15px;
    }

    .sec07-img-ec .bg-seo-light,
    .sec07-img-ec .bg-meo-light,
    .sec07-img-ec .bg-aio-light {
        min-height: 96px;
		max-height: 96px;
        justify-content: flex-start;
        text-align: left;
		padding: 10px 10px;
		align-items: flex-start;
    }
}

.bg-seo-head { background-color: #2563EB; }
.bg-meo-head { background-color: #16A34A; }
.bg-aio-head { background-color: #7C3AED; }

.bg-search-optimize-light { background-color: #C2EEFF; }
.bg-seo-light { background-color: #2563EB33; }
.bg-meo-light { background-color: #16A34A33; }
.bg-aio-light { background-color: #7C3AED33; }