header {
    border-bottom: none;
}
.section1 {
    width: 100%;
    max-width: 1350px;
    margin: 50px auto;
    overflow: hidden;
}

.swiper {
    position: relative;
    width: 90%; /* 슬라이드 크기를 줄이기 위한 조정 */
    margin: 0 auto;
    overflow: unset !important;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    position: relative;
    width: 100%; /* 슬라이드 크기 */
    height: 400px; /* 슬라이드의 높이 설정 */
    overflow: unset !important;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 이미지가 슬라이드 영역에 맞게 잘리도록 설정 */
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    color: white;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
}

.text-overlay h1 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'NanumSquareNeoExtraBold' !important;
}

.text-overlay pre {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}

/* 화살표 버튼 스타일 */
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white; /* 화살표 색상 */
    padding: 10px;
    border-radius: 50%;
    z-index: 10;
}

/* 화살표 위치 조정: 슬라이드 밖에 배치 */
.swiper-button-next {
    right: -60px !important; /* 오른쪽으로 벗어나게 설정 */
}

.swiper-button-prev {
    left: -60px !important; /* 왼쪽으로 벗어나게 설정 */
}
/* 이미지 화살표 스타일 */
.swiper-button-next img,
.swiper-button-prev img {
    width: 40px; /* 화살표 이미지 크기 설정 */
    height: 40px;
}

/* Swiper 기본 스타일을 초기화 (화살표 기본 위치 및 스타일 제거) */
.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none !important;
}
.section2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.section2 .btn_wrap{
    display: flex;
    gap: 30px;
}
.section2 .btn_wrap a{
    border: 1px solid #bebebe;
    padding: 30px;
    width: 50%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 20px;
    font-weight: 600;
    color: #444444;
}
.section3, .section4 {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
}
h2{
    font-size: 22px;
    font-family: 'NanumSquareNeoExtraBold' !important;
    margin-bottom: 30px;
}
.section3 .btn_wrap, .section4 .btn_wrap{
    display: flex;
    gap: 30px;
}

.section3 .btn_wrap a, .section4 .btn_wrap a {
    display: flex;
    flex-direction: column;
    width: 33.333%;
    align-items: center;
    height: auto;  /* 고정된 높이를 제거하고 컨텐츠에 맞게 자동으로 조정되게 합니다 */
}

.section3 .btn_wrap a img, .section4 .btn_wrap a img {
    padding: 50px;
    border-radius: 15px;
    height: 200px; /* 고정된 높이를 설정하여 이미지 크기를 일정하게 맞출 수 있습니다 */
    width: 100%;
    object-fit: contain;
}

.section3 .btn_wrap a:nth-child(1) img{
    background-color: #dee9ff;
 }
.section3 .btn_wrap a:nth-child(2) img{
    background-color: #c4ebff;
 }
.section3 .btn_wrap a:nth-child(3) img{
    background-color: #ffedd9;
 }
.section3 .btn_wrap a span, .section4 .btn_wrap a span {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    color: #444444;
    text-align: center;
    line-height: 1.3;
}
.section4 .btn_wrap a:nth-child(1) img{
    background-color: #c7dbff;
 }
.section4 .btn_wrap a:nth-child(2) img{
    background-color: #ffe0ea;
 }
.section4 .btn_wrap a:nth-child(3) img{
    background-color: #efefef;
 }
.pc_mo {
    display: none !important;;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .swiper-button-next {
        right: -35px !important;
    }
    .swiper-button-prev {
        left: -35px !important;
    }
}
 @media screen and (max-width: 767px) {
.section1 {
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    overflow: hidden;
}
    
.swiper-slide img {
    width: 100%;
    height: 140px !important;
    object-fit: unset;
}
.swiper-button-next img, .swiper-button-prev img {
    width: 25px;
    height: 25px;
}
.swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 65%) !important;
}
.swiper-button-next {
    right: 10px !important;
}
.text-overlay {
    top: 50%;
    left: 50%;
    width: 100%;
}
.text-overlay h1 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'NanumSquareNeoExtraBold' !important;
}
.pc_mo {
    display: block !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
}
.pc_p {
    display: none !important;
}
.section2 {
    width: 90%;
    max-width: 100%;
}
.section2 .btn_wrap {
    display: flex;
    gap: 10px;
}
.section2 .btn_wrap a {
    padding: 30px 10px;
    width: 50%;
    font-size: 17px;
    flex-direction: column-reverse;
    gap: 15px;
}
.section2 .btn_wrap a img {
    width: auto;
    height: 50px;
}
.section3, .section4 {
    width: 90%;
    max-width: 100%;
    margin: 35px auto;
}
h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.section3 .btn_wrap, .section4 .btn_wrap {
    display: flex;
    gap: 10px;
}
.section3 .btn_wrap a, .section4 .btn_wrap a {
    display: flex;
    flex-direction: column;
    width: 31.333%;
    align-items: center;
    height: auto;
}
.section3 .btn_wrap a img, .section4 .btn_wrap a img {
    padding: 25px;
    border-radius: 15px;
    height: 100px;
    width: 100%;
    object-fit: contain;
}
.section3 .btn_wrap a span, .section4 .btn_wrap a span {
    font-size: 16px;
    margin-top: 15px;
}
}