#box-1 h2{
    margin-bottom: 8px;
}
#box-1 p{
    margin-bottom: 24px;
}

.imgswiper{
    width: 945px;
    padding-bottom: 40px;
    margin-top: 24px;
}
.swiper-pagination-bullet{
	width:30px;
	height: 4px;
    background-color: #E4E8EB;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0175E8;
}
.faq-tab{
    display: flex;
    width: 100%;
    justify-content: center;
    background: #F7F9FA;
    text-align: center;
}
.faq-tab div{
    width: 25%;
    padding: 10px 0;
    cursor: pointer;
    font-size: 16px;
}
.faq-active{
    border-bottom: 1px solid #0175E8;
    
}
.faq-content{
    margin-top: 24px;
}
.faq-item{
    padding: 16px 0;
}
.faq-a{
    color: var(----2A2B2E, #2A2B2E);
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; /* 24px */
}
.faq-q{
    color: var(----6A6B6D, #6A6B6D);
    font-size: 16px;
    line-height: 150%; /* 24px */
    margin: 8px 0;
}
.faq-item .hub-link{
    margin-top: 8px;
    padding-left: 0;
}
.faq-item .hub-link::before{
    width: 0;
}
.faq-q p{
    margin-bottom: 0;
    color: var(----6A6B6D, #6A6B6D);
}


@media screen and (max-width:1480px) {
    .imgswiper{
        width: 745px;
    }
    .faq-tab div{
        font-size: 14px;
    }
}

@media screen and (max-width:1280px) {
    .imgswiper{
        width: 800px;
    }
    .faq-q{
       font-size: 14px;
    }
}
@media screen and (max-width:1200px) {
    .imgswiper{
        width: 728px;
    }
}
@media screen and (max-width:1024px) {
    .imgswiper{
        width: 864px;
    }
}
@media screen and (max-width:768px) {
    .imgswiper{
        width: 100%;
    }
    .faq-tab {
        justify-content: space-around;
    }
    .faq-tab div{
        width: fit-content;
    }
}
