@charset "utf-8";

.main-visual-swiper .swiper-slide {height: 37vw;}
.main-btn-area {display: flex; justify-content: space-between; align-items: flex-start; column-gap: 20px; margin-bottom: 60px;}
.main-tit {width: 100%; display: flex; flex-direction: column; align-items: center; row-gap: 16px;}
.main-tit h2 {font-size: 36px; font-weight: 600;}
.main-tit span {font-size: 18px; color: var(--color-primary);}
.main-btn-area .swiper-mo-btn {display: none;}

.main-list {position: relative;}
.main-list .swiper-pc-btn {position: absolute; width: calc(100% + 240px); top: 50%; left: 50%; transform: translate(-50%, -50%);  display: flex; justify-content: space-between; align-items: center;}
.main-list.bg {background-color: var(--color-bg);}
.main-list.bg .swiper-pc-btn {width: 1760px;}

/* 반응형 */
@media screen and (min-width: 1920px) {
    .main-visual-swiper .swiper-slide {height: 700px;}
}
@media screen and (max-width: 1920px) {
    .main-list .swiper-pc-btn {width: calc(100% + 10vw);}
    .main-list.bg .swiper-pc-btn {width: calc(1520px + 10vw);}
}
@media screen and (max-width: 1680px) {
    .main-list .swiper-pc-btn {display: none;}
    .main-btn-area .swiper-mo-btn {display: flex;}
    .main-tit {align-items: flex-start;}
    .main-btn-area .swiper-mo-btn {column-gap: 10px;}
}
@media screen and (max-width: 1520px) {
    
}
@media screen and (max-width: 1440px) {
    
}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {

    .main-btn-area {width: calc(100% - 40px); margin: 0 auto 40px auto;}
    .main-tit {row-gap: 10px;}
    .main-tit h2 {font-size: 28px;}
    .main-tit span {font-size: 16px;}
    
    .main-list {width: 100%;}
    
}
@media screen and (max-width: 600px) {
    
}
@media screen and (max-width: 500px) {
    
    .main-btn-area {width: calc(100% - 32px); margin: 0 auto 30px auto;}
    .main-tit h2 {font-size: 24px;}
    .main-tit span {font-size: 14px;}

    .main-btn-area .swiper-mo-btn {column-gap: 6px;}

}
@media screen and (max-width: 340px) {

}

/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/