.section1 {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto; 
}
.swiper.mySwiperSection1 {
    padding-bottom: 40px; /* Adjust the value as needed */
    z-index: 0;
}
.section1 .swiper-wrapper {
    margin: 0 auto;
}
.section1 .swiper {
    width: 100%;
    height: 100%;
 }

.section1 .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner {
    width: 60%;
}
.section1 .swiper-slide .left{
    margin-right: -50px;
    z-index: 1;
    position: relative;
}

.section1 .swiper-slide h1{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.section1 .swiper-slide span{
    font-size: 18px;
    line-height: 1.3;
}
.section1 .swiper-slide pre{
    font-size: 18px;
    line-height: 1.3;
    color: #6d6d6d;
    margin-top: 30px;
}
.section1 .swiper-slide a{
    font-size: 18px;
    line-height: 1.3;
  
    margin-top: 30px;
    padding: 5px 15px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap:5px;
    color: #4854f1; 
    background-color: #fff; 
    border: 2px solid #4854f1; 
}
.section1 .swiper-slide a:hover {
    color: #fff;
    background-color: #4854f1;
}

.section1 .swiper-button-next:after, .section1 .swiper-button-prev:after {
    display: none;
}
/* section1의 화살표 위치 */
.swiper-button-next-section1,
.swiper-button-prev-section1 {
  position: absolute;
  top: 50%; /* 세로 중앙 */
  transform: translateY(-50%);
  z-index: 10;
}

/* next 화살표는 오른쪽에 */
.swiper-button-next-section1 {
  right: 10px;
}

/* prev 화살표는 왼쪽에 */
.swiper-button-prev-section1 {
  left: 10px;
}

/* section3의 화살표 위치 */
.swiper-button-next-section3,
.swiper-button-prev-section3 {
  position: absolute;
  top: 50%; /* 세로 중앙 */
  transform: translateY(-50%);
  z-index: 10;
}

/* next 화살표는 오른쪽에 */
.swiper-button-next-section3 {
  right: 10px;
}

/* prev 화살표는 왼쪽에 */
.swiper-button-prev-section3 {
  left: 10px;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #3a47ef !important;
}
.section2 {
    background-color: #f4f4f6;
}
.contents{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 50px 0;
}
.top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top h2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}
.top h2 span{
    font-size: 20px;
    font-weight: 600;
    color: #4450f1;
}
.top h2 img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.top a{
    font-size: 16px;
    color: #6f6f6f;
}
.section2 .btn_wrap {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 40px;
}
.section2 .btn_wrap a {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;

    color: #333; /* 기본 텍스트 색상 (원하는 색으로 변경) */
    transition: color 0.3s ease; /* 색상 변경에 부드러운 전환 효과 추가 */
}

/* 호버 시 텍스트 색상 변경 */
.section2 .btn_wrap a:hover {
    color: #4854f1; /* 호버 시 텍스트 색상 변경 */
}

.section2 .btn_wrap a img {
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 75px;
    width: 100%;
    height: 90%;
    margin-bottom: 20px;
    transition: all 0.1s ease; /* 호버 시 부드러운 전환 효과 추가 */
}

/* 호버 시 테두리 추가 */
.section2 .btn_wrap a img:hover {
    border: 3px solid #4854f1;  /* 원하는 테두리 색상 */
}

.section3 .swiper-container {
    margin: 0 auto; 
    position: relative;
}
.section3 .swiper-wrapper {
    margin: 0 auto; 
}
.section3 {
    max-width: 1200px;
    margin: 50px auto;
    width: 100%;
}
.section3 .top{
    margin-bottom: 30px;
}
.swiper.mySwiperSection3.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    width: 90%;
    
}
.section3 .swiper {
    width: 100%;
    height: 100%;
    z-index: 0;
}

.section3  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.section3 .swiper-slide .pc_icon {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-overlay {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
}
.section3 .swiper-button-next:after, .section3 .swiper-button-prev:after {
    display: none;
}

.section4 .swiper {
    width: 100%;
    height: 100%;
    z-index: 0;
  }
.section4 {
    max-width: 1200px;
    margin: 50px auto;
    width: 100%;
}
.section4 .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #ececf3;
    border-radius: 30px;
    padding: 20px;
    margin-top: 30px;
}
.section4 .swiper-slide p{
    font-size: 16px;
    color: #6f6f6f;
}
.section4 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section4 .left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.section4 .left span{
    font-size: 20px;
    color: #4450f1;
    font-weight: 600;
}
.section5 {
    background-color: #f4f4f6;
    margin-bottom: 50px;
}
.section5 .btn_wrap {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
}
.section5 .btn_wrap a {
    width: calc(33% - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    border:3px solid transparent; /* 기본 상태에서 테두리는 투명 */
    transition: border-color 0.1s ease; /* 테두리 색상이 부드럽게 전환되도록 설정 */
}

/* 호버 시 테두리 색상 추가 */
.section5 .btn_wrap a:hover {
    border-color: #4854f1; /* 호버 시 테두리 색상 */
}

.section5 .btn_wrap a img{
    width: auto;
    height: 40%;
    margin-bottom: 20px;
}
.section5 .btn_wrap a p{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.section5 .btn_wrap a pre{
    font-size: 16px;
    line-height: 1.3;
    color: #6f6f6f;
}
.banner_mo {
    display: none;
}
.arrow2 {
    /* display: none; */
}
.arrow1 {
    transition: all 0.3s ease; /* 부드러운 전환 효과 */
}

/* 호버 시 이미지 변경 */
.swiper-slide a:hover .arrow1 {
    content: url('../img/btn-2.png'); /* 호버 시 btn-2 이미지로 변경 */
}

.mo_icon {
    display: none;
}
.p_mo {
    display: none;
}
@media (min-width: 320px) and (max-width: 500px) {

}
@media screen and (max-width: 767px) {
    .section1 {
      max-width: 100%;
      margin: 0;
    }
    .swiper.mySwiperSection1 {
        padding-bottom: 0;
        z-index: 0;
    }
    .section1 .swiper-slide h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .section1 .swiper-slide span {
        font-size: 15px;
        line-height: 1.3;
    }
    .section1 .swiper-slide pre {
        font-size: 15px;
        line-height: 1.3;
        color: #6d6d6d;
        margin-top: 15px;
    }
    .swiper-slide {
      position: relative; /* 부모 요소에 상대 위치 설정 */
    }
  
    .banner_mo {
      display: block;
      width: 100%;  /* 가로 100%로 맞춤 */
      height: auto;  /* 높이를 자동으로 맞춤 */
      object-fit: cover; /* 부모 영역에 맞춰 크기 조정 */
    }
  
    .banner {
      display: none;
    }
  
    .section1 .swiper-slide .left {
      position: absolute; 
      top: 42%;
      left: 20px; 
      transform: translateY(-50%);
      z-index: 2;
    }
    .swiper-button-next-section1, .swiper-button-prev-section1 {
        position: absolute;
        top: unset;
        bottom: 5%;
        transform: translateY(-50%);
        z-index: 10;
    }
    /* .arrow2 {
        display: block;
    }
    .arrow1 {
        display: none;
    } */
    .section1 .swiper-slide a {
        font-size: 18px;
        line-height: 1.3;
        color: #6e78f4;
        background-color: #ffffff;
        margin-top: 15px;
        padding: 5px 15px;
        border-radius: 30px;
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }
    .swiper-button-prev-section1 {
        left: 120px;
    }
    .swiper-button-next-section1 {
        right: 120px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 13%) !important;
        top: var(--swiper-pagination-top, auto);
        left: 39% !important;
        width: unset !important;
    }
    .contents {
        max-width: 100%;
        width: 90%;
        padding: 50px 0;
    }
    .section2 .btn_wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-between;
        margin-top: 40px;
    }
    .section2 .btn_wrap a img {
        background-color: #fff;
        border-radius: 5px;
        padding: 17px 42px;
        width: 100%;
        height: 100px;
        margin-bottom: 20px;
    }
    .section2 .btn_wrap a {
        width: calc(50% - 10px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        font-size: 15px;
    }
    .top a {
        display: none;
    }
    .section3 {
        max-width: 100%;
        margin: 50px auto;
        width: 90%;
    }
    .section3 .swiper-slide {
        font-size: 15px;
        flex-direction: column;
    }
    .swiper-button-next-section3, .swiper-button-prev-section3 {
        display: none;
    }
    .swiper.mySwiperSection3.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        width: 100%;
    }
    .text-overlay {
        position: unset;
        bottom: unset;
        left: unset;
        transform: unset;
        color: unset;
        font-size: 15px;
        text-align: center;
        border-radius: 5px;
        margin-top: 10px;
        line-height: 1.3;
    }
    .mo_icon {
        display: block;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .pc_icon {
        display: none !important;
    }
    .section4 {
        max-width: 100%;
        width: 90%;
    }
    .section4 .swiper-slide p{
        display: none;
    }
    .section4 .left span {
        font-size: 18px;
    }
    .section4 .left {
        font-size: 16px;
        line-height: 1.3;
        text-align: left;
        align-items: flex-start;
    }
    .section5 .btn_wrap {
        display: flex;
        gap: 20px;
        justify-content: space-between;
        margin-top: 40px;
        flex-wrap: wrap;
    }
    
    .section5 .btn_wrap a {
        width: calc(50% - 10px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        font-size: 18px;
        background-color: unset;
        border-radius: 10px;
        padding: unset;
        text-align: left;
        border: none;
        transition: unset;
    }
    
    .section5 .btn_wrap a p {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 8px;
        line-height: 1.2;
    }
    
    .section5 .btn_wrap a pre {
        font-size: 15px;
    }
    
    .section5 .btn_wrap a img {
        width: 100%; 
        height: 85px; 
        object-fit: contain; 
        margin-bottom: 20px;
        padding: 20px 50px;
        background-color: #fff;
    }
    .p_mo {
        display: block;
    }
    .p_pc {
        display: none;
    }
    .swiper-pagination-bullet {
        background: #fff !important;
        opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;
    }
    .swiper-pagination-bullet-active {
        background: #3a47ef !important;
    }
    .section5{
        margin-bottom: 0;
    }
  }
  