.section1 {
    
}
h2{
    font-size: 2rem;
    font-weight: 800;
}
.btn_wrap {
    position: relative; 
    display: flex; 
    gap: 20px; 
}

.btn1, .btn2, .btn3 {
    position: relative; 
    text-align: center;
}

.icon {
    width: 100px; 
    height: auto; 
    position: relative;
    z-index: 2; 
}

.frame1, .frame2, .frame3 {
    position: relative; 
    top: -35px; 
    left: 0; 
    width: 100%;
}

.text-overlay1, .text-overlay2, .text-overlay3 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    padding: 2rem;
    width: 100%;
}
.swiper-container {
    width: 100%;
    height: 250px; 
    position: relative; 
    margin-top: 3rem;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.swiper-slide {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: calc(100% / 2.8) !important; /* 두 개의 슬라이드가 보이도록 설정 */
    margin: 0 5px; 
}

.swiper-progress-bar {
    position: relative; /* 위치를 relative로 변경 */
    top: 15px;
    left: 0;
    right: 0;
    height: 4px;
    background: rgba(255, 255, 255, 0.7);
    overflow: hidden;
}

.swiper-progress-bar span {
    display: block;
    height: 100%;
    background: #3855a9; /* 원하는 색상으로 설정 */
    transition: width 0.5s; /* 부드러운 애니메이션 */
}

.swiper-slide p {
    font-size: 1.6rem;
    font-weight: 800;
    text-align: left;
    line-height: 1.3;
}

.swiper-slide a {
    font-size: 1.8rem;
    background-color: #f0f4fd;
    color: #4560af;
    padding: 1rem 2rem;
    display: flex;
    width: 100%;
    border-radius: 1.5rem;
    justify-content: center;
    font-weight: 600;
    margin-top: 30px;
}

.section2 {
    margin: 30PX 0 30PX;
}
.section2 pre{
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 30px;
}
.section2 span, .section3 span {
   font-size: 1.7rem;
   font-weight: 600;
   color: #6674d4;
   margin-bottom: .8rem;
   display: block;
}
.section2 .btn_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem; /* 버튼 간격 */
    width: 100%;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}
.section2 .btn_wrap:nth-of-type(3) {
    margin-top: 0;
}
.section2 .btn_wrap a {
    width: calc(50% - 8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 20px; /* 버튼 내부 패딩 추가 */
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 10px; /* 둥근 모서리 (선택 사항) */
    text-align: center; /* 텍스트 중앙 정렬 */
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
}
.section2 .btn_wrap a img {
    width: 80%;
    margin-bottom: 2rem;
  
}

.qna .q{ 
    font-size: 1.6rem;
    font-weight: 600;
    border-bottom: 1.5px solid #e6e6e6;
    padding: 2rem 1.5rem;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.3;
    padding-right: 4rem;
    background-color: #fff;
    border: 1px solid #f6f7fc;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    border-radius: 1.5rem;
    margin-bottom: 1.5rem;
    align-items: flex-start;
    gap: .5rem;
}
.qna .q span {
    font-size: 1.6rem;
    font-weight: 600;
    color: #375eff;
}
.qna_wrap { 
    margin-top: 3rem;
}

.qna .q::after{ 
    content: '';
    background-image: url('../img/qna-down-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: 1.5rem;
    top: 55%;
    transform: translateY(-50%);
}
.qna.on .q::after{ 
    background-image: url('../img/qna-up-arrow.png');
}

.qna.on .q { 
    margin-bottom: 0;
}
.qna.on .a { 
    font-size: 1.6rem;
    display: block;
    padding: 1.5rem;
    background-color: #fff;
    
}
.qna .a { 
    display: none;
    line-height: 1.5;
}
.top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top .top_right a{
    font-size: 1.6rem;
    color: #cdcdcd;
    border: 1px solid #cdcdcd ;
    background-color: #fff;
    padding: .8rem 1rem;
    border-radius: 3rem;
}
.fixed {
    width: 92%;
    margin: 4rem auto 0;
    position: fixed;
    bottom: 10%; /* 화면 하단에 고정 */
}
.fixed a {
   color: #fff;
   background: linear-gradient(to right, #3f7dbc, #42d3d8); 
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 1.5rem;
   font-size: 1.8rem;
   border-radius: 1.5rem;
   gap: 1.5rem;
}