main{
    background-color: #fdfbf7;
}
#section1{}

#section1 .swiper-container{
    position: relative; top: 30px; 
    width: 100%; height: 100svh;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
#section1 .swiper-container ul.swiper-wrapper{
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
}

/*section1 메인 슬라이드*/
#section1 .swiper-container ul.swiper-wrapper li.swiper-slide:nth-of-type(1)  img:first-of-type{
    position: absolute; top: 0; left: 0;
	width: 100%; height: 100%; max-height: 100vh;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background:rgba(0, 0, 0, 0.9);
}

#section1 .swiper-container ul.swiper-wrapper li.swiper-slide:nth-of-type(1) img:last-of-type{  
    position: absolute; top: 0; left: 0;
    display: none;
	width: 100%; height: 100%; max-height: 100vh;
    aspect-ratio: 5 / 9;
    object-fit: cover;
    transform: translateY(30px);
    background:rgba(0, 0, 0, 0.9);
}
#section1 .swiper-container ul.swiper-wrapper li.swiper-slide:nth-of-type(2)  img:first-of-type{
    position: absolute; top: 0; left: 0;
	width: 100%; height: 100%; max-height: 100vh;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background:rgba(0, 0, 0, 0.9);
}

#section1 .swiper-container ul.swiper-wrapper li.swiper-slide:nth-of-type(2) img:last-of-type{  
    position: absolute; top: 0; left: 0;
    display: none;
	width: 100%; height: 100%; max-height: 100vh;
    aspect-ratio: 5 / 9;
    object-fit: cover;
    transform: translateY(30px);
    background:rgba(0, 0, 0, 0.9);
}

/*section1 이미지 문구*/
#section1 .swiper-container ul.swiper-wrapper li.swiper-slide .main-bg-sub{
    position: absolute; left: 10%; bottom: 16%;
    color: #fff;
    
}
#section1 .swiper-container ul.swiper-wrapper li.swiper-slide .main-bg-sub em{
    font-size: 2.5rem;
}
#section1 .swiper-container ul.swiper-wrapper li.swiper-slide .main-bg-sub p{
    padding: 20px 0 30px;
    font-size: 1.2rem;
}
#section1 .swiper-container ul.swiper-wrapper li.swiper-slide .main-bg-sub button{
    padding: 15px 110px; letter-spacing: 2px; background-color: #fff;
    color: #000;
}

/* swipe - 첫번 째 메인 슬라이드*/
/* 활성화 버튼*/
#section1 .swiper-container .swiper-pagination{
	position: absolute; right: 2%; bottom: 8%;
	width: 100px; height: 10px; margin-left: auto;
	display: flex; gap: 20px;
	font-size: 0.85rem;
	background-color: transparent;
	color: rgba(253,253,253,0.65);
	cursor: pointer;
}

#section1 .swiper-container .swiper-pagination .custom-bullet.active{
    color: #ffffff; 
}


/*side button - 이전/다음 */
#section1 .swiper-container button.swiper-btn-prev{
    position: absolute; left: 0; top: 50%;
    transform: translateX(-200%) translateY(-50%);
    transition: transform 0.5s;
    width: 73px; height: 28px; text-align: center; background-color: #fff; cursor: pointer;
    z-index: 100;
}
#section1 .swiper-container button.swiper-btn-prev > img{}

#section1 .swiper-container button.swiper-btn-next{
    position: absolute; right: 0; top: 50%;
    transform: translateX(200%) translateY(-50%);
    transition: transform 0.5s;
    width: 73px; height: 28px; text-align: center; background-color: #fff; 
    cursor: pointer;
    z-index: 100;
}
#section1 .swiper-container button.swiper-btn-next > img{
}

/*swipe - 2번 째 중간 슬라이드*/
#section2{
}

#section2 #md.swiper-md-container{
    position: relative; top: 0px;
    width: 100%; height: 100%;
    padding-top: 150px; padding-bottom: 150px;
    text-align: center; 
    box-sizing: border-box;
    overflow: hidden;
	background-color: #fdfbf7;
    -webkit-overflow-scrolling: touch; /* iOS 부드러운 스크롤 */    
} 

#section2 #md.swiper-md-container ul.swiper-wrapper{
    display: flex; justify-content: space-around; align-items: center;   
    width: 100%; height: 100%;
} 

#section2 #md.swiper-md-container ul.swiper-wrapper li.swiper-slide{
    display: flex; align-items: center;
    width: 100%; height: 100%; 
}


#section2 #md.swiper-md-container ul.swiper-wrapper li.swiper-slide a{
    display: flex; flex-direction: column; align-items: center; 
	aspect-ratio: 1 / 1;
	width: 100%; max-height: 50svh; height: auto;
	border-right: 1px solid #ccc; border-left: 1px solid #ccc;
} 

#section2 #md.swiper-md-container ul.swiper-wrapper li.swiper-slide a p {
    width: 100%; height: auto;
    font-size: 1rem; font-weight: 400;
} 

#section2 #md.swiper-md-container ul.swiper-wrapper li.swiper-slide a span{
    word-break: keep-all; 
    width: 100%; height: auto;
    font-size: 0.95rem; font-weight: 300; 

}

#section2 #md.swiper-md-container ul.swiper-wrapper li.swiper-slide a img{
    width: 100%; height: 100%; max-height: 50vh;
    object-fit: contain;
    
}

/*side button - 이전/다음 */

#section2 #md.swiper-md-container button.swiper-md-btn-prev{
    z-index: 200;
    position: absolute; left: 0; top: 50%;
    transform: translateX(-200%);
    transition: transform 0.5s;
    width: 73px; height: 28px; text-align: center; background-color: #fff; cursor: pointer;
}

#section2 #md.swiper-md-container button.swiper-md-btn-prev > img{}

#section2 #md.swiper-md-container button.swiper-md-btn-next{
    z-index: 200;
    position: absolute; right: 0; top: 50%;
    transform: translateX(200%);
    transition: transform 0.5s;
    width: 73px; height: 28px; text-align: center; background-color: #fff; cursor: pointer;
}

#section2 #md.swiper-md-container button.swiper-md-btn-next > img{}


/*swipe - 3번 째 슬라이드*/
#section3{
}
#section3 .sec3-box{
    position: relative; top: 0;
    aspect-ratio: 16 / 9;
    width: 100%; height: 100svh;
    overflow: hidden;
}
#section3 .sec3-box::before{
        content: "";
        position: absolute; left: 0; top: 0;
        background-image: url("../img/img-sec3-01.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%; height: 100%;
}    
#section3 .sec3-box .sec3-text{
    position: absolute; left: 5%; top: 14%;
    width: 100%; min-height: 80%; max-height: 85%; height: auto;
    padding: 0 20px;
    color: #fff;
}
#section3 .sec3-box .sec3-text span{
    font-size: 1.5rem;
    word-spacing: 3px;
    letter-spacing: 2px;
}
#section3 .sec3-box .sec3-text p{
    padding-top: 15px;
    font-size: 1.1rem; 
    word-spacing: 3px;
    line-height: 35px;
    letter-spacing: 2px;
}
#section3 .sec3-box .sec3-text > button{
    position: absolute; left: 0; bottom: 33%; 
    padding: 15px 110px; 
    text-align: center;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    
}

#section4{ 
    box-sizing: border-box; 
    padding: 100px;
}

#section4 .sec4-box{
    display: flex; flex-direction: column;
    justify-content: center; align-items: flex-start; gap: 100px;
    width: 100%; height: auto;
}

#section4 .sec4-box > .sec4-box-1{
    display: flex; justify-content: flex-start; align-items: center;
    width: 100%; height: 100%;
    gap: 100px;
}

#section4 .sec4-box > .sec4-box-1 > img:first-of-type{
    width: 60%; max-width: 100svh;  min-height: 65svh; max-height: 50svh; height: auto;
    object-fit: cover;
}

#section4 .sec4-box > .sec4-box-1 > img:last-of-type{display: none;}

#section4 .sec4-box > .sec4-box-1 .sec4-box-text{
    display: flex; flex-direction: column;
    justify-content: center; align-items: flex-start;
    gap: 40px;
    width: 50%; min-height: 50svh; height: auto;
}
#section4 .sec4-box .sec4-box-1 .sec4-box-text > h2{
    padding-bottom: 10px;
    font-size: 1.5rem; font-weight: 500;
}
#section4 .sec4-box .sec4-box-1 .sec4-box-text > ul{
    display: flex; flex-direction: column;
    width: 100%; height: 100%; 
}

#section4 .sec4-box .sec4-box-1 .sec4-box-text > ul > li{
    margin: 14px 0;
    line-height: 18px; 
}
#section4 .sec4-box .sec4-box-1 .sec4-box-text > ul > li > b{
    width: 100%; 
    font-size: 0.9rem;
    font-weight: 500;
    
}
#section4 .sec4-box .sec4-box-1 .sec4-box-text > ul > li > p{
    margin: 10px 0;
    font-weight: 400;
    word-break: keep-all;
    
}
#section4 .sec4-box .sec4-box-1 .sec4-box-text > button{
    width: 300px; height: 50px; 
    margin-top: 7%;
    border: 1px solid #000;
    background-color: #fff;
    font-weight: bold;
}



#section4 .sec4-box .sec4-box-2{
    display:flex; flex-direction: row-reverse; justify-content: flex-start;    align-items: center; gap: 100px;
    width: 100%; height: auto;    
}

#section4 .sec4-box .sec4-box-2 > img:first-of-type{
    width: 50%; max-width: 100svh; min-height: 65svh; max-height: 45svh; height: auto;
    object-fit: cover;
}

#section4 .sec4-box .sec4-box-2 > img:last-of-type{display: none;}

#section4 .sec4-box .sec4-box-2 .sec4-box-text{
    display: flex; flex-direction: column;
    justify-content: center; align-items: flex-start;
    gap: 40px;
    width: 50%;  min-height: 40svh; height: auto;
}

#section4 .sec4-box .sec4-box-2 .sec4-box-text > h2{
    padding-bottom: 10px;
    font-size: 1.5rem; font-weight: 500;
}
#section4 .sec4-box .sec4-box-2 .sec4-box-text > ul{
    display: flex; flex-direction: column; 
    width: 100%; height: 100%;
}

#section4 .sec4-box .sec4-box-2 .sec4-box-text > ul > li{
    margin: 14px 0;
    line-height: 18px; 
    
}
#section4 .sec4-box .sec4-box-2 .sec4-box-text > ul > li > b{
    width: 100%;
    font-size: 0.9rem;
    font-weight: 500;
}
#section4 .sec4-box .sec4-box-2 .sec4-box-text > ul > li > p{
    margin: 10px 0;
    font-weight: 400;
}

#section4 .sec4-box .sec4-box-2 .sec4-box-text > button{
    width: 300px; height: 50px; 
    margin-top: 7%;
    border: 1px solid #000;
    background-color: #fff;
    font-weight: bold;
}


#section5{
    width: 100%; height: calc(100svh - padding 150px 0);
    padding: 10%;
    box-sizing: border-box;
    


}
#section5 .swiper-pr-container{
    position: relative; 
    width: auto; max-width: 1200px; height: 100%; 
    margin: 0 auto;
    overflow: hidden;
    
}
#section5 .swiper-pr-container > ul.swiper-wrapper{
    display: flex;
    height: 100%;
}

#section5 .swiper-pr-container > ul.swiper-wrapper > li.swiper-slide{
    display: flex; flex-direction: column;
    align-items: center; justify-content: center; flex-shrink: 0;
    width: 100%; min-width: 100%;
    
    
}

#section5 .swiper-pr-container > ul.swiper-wrapper > li.swiper-slide > span{    
    position: relative;
    display: block;
    width: 100%; 

}
#section5 .swiper-pr-container > ul.swiper-wrapper > li.swiper-slide > span >img{
    width: auto; max-width: 100%; min-height:  65svh; max-height: 65svh;
    object-fit: cover;
}

#section5 .swiper-pr-container > ul.swiper-wrapper > li.swiper-slide > em{
    margin-right: auto; padding-top: 5px;
    font-size: 0.85rem; font-weight: normal;
    letter-spacing: 2px;
}

#section5 .swiper-pr-container button.swiper-pr-btn-prev {
    position: absolute; top: 50%; left: -80px; 
    transform: translateY(-50%);
    width: 70px; height: 25px;
    transition: all 0.3s ease;
    background: #fff;
    z-index: 300;
}

#section5 .swiper-pr-container button.swiper-pr-btn-prev img{    
    width: 30%; height: 25%;
    object-fit: contain;
}
#section5 .swiper-pr-container button.swiper-pr-btn-next {
    position: absolute; top: 50%; right: -80px;
    width: 70px; height: 25px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    background: #fff;
    z-index: 300;
}
    
#section5 .swiper-pr-container button.swiper-pr-btn-next img{
    width: 30%; height: 25%;
    object-fit: contain;
}
    
#section5 .swiper-pr-container .swiper-pagination{
    right: 0; bottom: 0; 
    display: flex; gap: 20px; justify-content: flex-end;
    width: 100%; height: auto;
    
}

#section5 .swiper-pr-container .swiper-pagination .custom-bullet{
    color: #969696;
    font-size: 0.85rem;
}

#section5 .swiper-pr-container .swiper-pagination .custom-bullet.active{
    color: #000;
}

#section5 .sec5-text{
    height: auto; text-align: center;
}
#section5 .sec5-text span{
    display: block; height: 100%;
    padding: 40px 0;
    font-size: 1.3rem;
    font-weight: 300;
    word-break: keep-all;
}
#section5 .sec5-text button{
    display: inline-flex; justify-content: center; align-items: center;
    width: auto; max-width: 100%;
    padding: 15px 110px; 
    border: 1px solid #000;
    font-size: 0.9rem;
    background-color: #fff;
}














@media all and (max-width: 989px) {

    #section1 .swiper-container {
        width: 100%;
        min-height: 90svh; height: auto;
    }
    
    #section1 .swiper-container ul.swiper-wrapper li.swiper-slide:nth-of-type(1) img:first-of-type{
        display: block;
    }
	
	#section1 .swiper-container ul.swiper-wrapper li.swiper-slide:nth-of-type(1) img:last-of-type{
        display: none;
	}
	
	#section1 .swiper-container ul.swiper-wrapper li.swiper-slide:nth-of-type(2) img:first-of-type{
	    display: block;
	}
	
	#section1 .swiper-container ul.swiper-wrapper li.swiper-slide:nth-of-type(2) img:last-of-type{ 
	    display: none;
	}
    

    #section1 .swiper-container ul.swiper-wrapper li.swiper-slide .main-bg-sub {
        left: 4%; 
        bottom: 10%;
    }

    #section1 .swiper-container ul.swiper-wrapper li.swiper-slide .main-bg-sub button {
        width: 100%
    }

    #section1 .swiper-container ul.swiper-wrapper li.swiper-slide .main-bg-sub em {
        font-size: 1.7rem;
    }

    #section1 .swiper-container ul.swiper-wrapper li.swiper-slide .main-bg-sub p {
        padding: 15px 0 32px;
        font-size: 0.85rem;
    }
    

    #section2 #md.swiper-md-container{
    }
	
    #section2 #md.swiper-md-container ul.swiper-wrapper li.swiper-slide a p{
        font-size: 0.95rem;
        font-weight: 400;
    } 
    #section2 #md.swiper-md-container ul.swiper-wrapper li.swiper-slide a span{
        font-size: 0.85rem;
        font-weight: 300;
    } 
    
    #section4{    
        padding: 50px;
    }
    
    #section4 .sec4-box .sec4-box-1{
        flex-direction: column; justify-content: space-around;
        align-items: center; width: 100%;  min-height:auto; height: auto;
    }
    
    #section4 .sec4-box .sec4-box-1 > img:first-of-type{
        display: none;
    }
    
    #section4 .sec4-box .sec4-box-1 > img:last-of-type{
        display: block;
        width: 100%; height: 80%; max-height: 65svh;
        object-fit: cover
    }
    
    #section4 .sec4-box .sec4-box-1 .sec4-box-text{
        width: 100%; min-height: 30svh; height: auto;
        padding-left: 7%;
    }
    
    #section4 .sec4-box .sec4-box-1 .sec4-box-text > h2{
        font-weight: 400;
    }
        
    #section4 .sec4-box .sec4-box-1 .sec4-box-text > ul > li > b{
        font-weight: 500;
    }
    
    #section4 .sec4-box .sec4-box-1 .sec4-box-text > ul > li > p{    
        font-weight: 400;
    }
    
    #section4 .sec4-box .sec4-box-1 .sec4-box-text > button{
        display: block;
        width: 330px; height: 50px; margin: 0 auto;
        margin-top: 6%; padding-left: 0;

    }
    
    
    #section4 .sec4-box .sec4-box-2{
        flex-direction: column; justify-content: space-around;
        align-items: center; width: 100%;  min-height:auto; height: auto;

    }
    
    #section4 .sec4-box .sec4-box-2 >  img:first-of-type{
        display: none;
    }
    
    #section4 .sec4-box .sec4-box-2 > img:last-of-type{
        display: block;
        width: 100%; height: 100%; max-height: 50svh;
        object-fit: cover;
    }
    
    #section4 .sec4-box .sec4-box-2 .sec4-box-text{
        width: 100%; min-height: 30svh; height: auto;
        padding-left: 7%;
    }
    
    #section4 .sec4-box .sec4-box-2 .sec4-box-text > h2{
        font-weight: 400;
    }
    
    #section4 .sec4-box .sec4-box-2 .sec4-box-text > ul > li{
        margin: 14px 0;
        line-height: 18px; 
        
    }
    
    #section4 .sec4-box .sec4-box-2 .sec4-box-text > ul > li > b{
        font-weight: 500;
    }
    
    #section4 .sec4-box .sec4-box-2 .sec4-box-text > ul > li > p{    
        font-weight: 400;
    }
    
    #section4 .sec4-box .sec4-box-2 .sec4-box-text > button{
        display: block;
        width: 330px; height: 50px; margin: 0 auto;
        margin-top: 6%; 

    }
}


@media all and (max-width: 749px) {

    
    #section1 .swiper-container ul.swiper-wrapper li.swiper-slide:nth-of-type(1) img:first-of-type{
        display: none;
    }
	
	#section1 .swiper-container ul.swiper-wrapper li.swiper-slide:nth-of-type(1) img:last-of-type{
        display: block;

	}
	
	#section1 .swiper-container ul.swiper-wrapper li.swiper-slide:nth-of-type(2) img:first-of-type{
	    display: none;
	}
	
	#section1 .swiper-container ul.swiper-wrapper li.swiper-slide:nth-of-type(2) img:last-of-type{ 
	    display: block;
    }
    
    #section1 .swiper-container ul.swiper-wrapper li.swiper-slide .main-bg-sub {
        left: 0;
        padding: 0 20px;
        bottom: 10%;
        width: 100%;
        margin: 0 auto;
    }

    #section1 .swiper-container ul.swiper-wrapper li.swiper-slide .main-bg-sub em {
        font-size: 1.6rem;
    }

    #section1 .swiper-container ul.swiper-wrapper li.swiper-slide .main-bg-sub button {
        width: 100%; 
        left: 0;
        line-height: 20px;
        background-color: #fff;
        color: #000;
    }

	#section1 .swiper-container .swiper-pagination{
        position: absolute; 
        right: 90%; 
        bottom: 5%;
        width: 10px; 
        height: 10px; 
        margin-right: auto;
    }

	#section2 #md.swiper-md-container ul.swiper-wrapper li.swiper-slide a{
		border-right: 1px solid transparent; border-left: 1px solid transparent;
	} 
	
	#section2 #md.swiper-md-container ul.swiper-wrapper li.swiper-slide a p{
        font-size: 0.9rem;
        font-weight: 400;
    } 
    
    #section2 #md.swiper-md-container ul.swiper-wrapper li.swiper-slide a span{
        padding: 0;
        font-size: 0.8rem;
        font-weight: 300;
    }
    
    #section3 .sec3-box{
        aspect-ratio: 9 / 16;
    }
    
    #section3 .sec3-box::before{
        content:"";
        background-image: url("../img/img-sec3-mobile-01.jpg");
        background-size: cover;
    }
    
    #section3 .sec3-box .sec3-text span{
        left: 0; padding: 0 5px;
    }
    
    #section4 .sec4-box{
        display: flex; flex-direction: column;  gap: 100px;
        width: 100%; min-height: 200svh; height: auto;
    }
    
    #section4 .sec4-box .sec4-box-1{
        gap: 50px
        
    }
    #section4 .sec4-box .sec4-box-2{
        gap: 50px;
    }

    
    #section5 .swiper-pr-container{
        min-height: 65svh; height: auto;
    }
    #section5 .swiper-pr-container > ul.swiper-wrapper > li.swiper-slide > span >img{
        width: auto; max-width: 100%; min-height:  55svh; max-height: 55svh;
        object-fit: cover;
    }
    
    
    #section5 .swiper-pr-container > ul.swiper-wrapper > li.swiper-slide > em{
        width: 100%; height: auto; text-align: center; padding-top: 0;
    }
    #section5 .swiper-pr-container .swiper-pagination{
        justify-content: center; 
    }
    
    #section5 .sec5-text{
        height: auto; text-align: center;
    }
    #section5 .sec5-text span{
        display: block; height: 100%;
        padding: 40px 0;
        font-weight: 300;
    }
    #section5 .sec5-text button{
        width: 100%; line-height: 40px;
        padding: 0;  
    }
    
    
    
    
}
@media all and (max-width: 460px){

    #section3 .sec3-box{
        left: 0;
        min-height: 80svh; height: auto;
        text-align: center;
        margin: 0 auto;
        
    }
    #section3 .sec3-box .sec3-text{
        left: 0; min-height: 80%; height: auto;
    }
    #section3 .sec3-box .sec3-text span{
        font-size: 1.5rem;
        word-spacing: 3px;
        letter-spacing: 2px;
    }
    #section3 .sec3-box .sec3-text p{
        font-size: 0.87rem; 
        word-spacing: 3px;
        line-height: 24px;
        letter-spacing: 2px
    }
    
    #section3 .sec3-box .sec3-text p > br{
        display: none;        
    }
    
    #section4 .sec4-box .sec4-box-1 .sec4-box-text > h2{
        font-size: 1.3rem;
    }
    
    #section3 .sec3-box .sec3-text p{
        display: block; 
        word-break: keep-all;
    }
    
    #section3 .sec3-box .sec3-text button{
        position: absolute; left: 50%; bottom: 20%;
        display: inline-flex; justify-content: center; align-items: center;
        width: 80%; 
        padding: 20px 60px;
        transform: translateX(-50%);
    }
    
    #section4{
        padding: 40px 20px;
        gap: 0;
    }
    
    #section4 .sec4-box .sec4-box-1 .sec4-box-text{
        padding-left: 0;
    }
    
    #section4 .sec4-box .sec4-box-1 .sec4-box-text > h2{
        font-size: 1.3rem;
    }
    
    #section4 .sec4-box .sec4-box-1 .sec4-box-text > ul > li > b{
        width: 100%; 
        font-size: 1rem;
        font-weight: 400;
        
    }
    #section4 .sec4-box .sec4-box-1 .sec4-box-text > ul > li > p{
        margin: 10px 0;
        font-size: 0.95rem;
        font-weight: 300;
        
    }
    
    #section4 .sec4-box .sec4-box-1 .sec4-box-text > button{
        display: block;
        width: 100%; height: 50px;
        margin-top: 5%;
    }

    #section4 .sec4-box .sec4-box-2 .sec4-box-text{
        padding-left: 0;
    }
    
    #section4 .sec4-box .sec4-box-2 .sec4-box-text > h2{
        font-size: 1.3rem;
    }
    
    #section4 .sec4-box .sec4-box-2 .sec4-box-text > ul > li > b{
        width: 100%; 
        font-size: 1rem;
        font-weight: 400;
        
    }
    
    #section4 .sec4-box .sec4-box-2 .sec4-box-text > ul > li > p{
        margin: 10px 0;
        font-size: 0.95rem;
        font-weight: 300;
        
    }
    
    #section4 .sec4-box .sec4-box-2 .sec4-box-text > button{
        display: block;
        width: 100%; height: 50px;
        margin-top: 5%;
    }
    
}



@media all and (max-width: 420px) {
    #section1 .swiper-container {
        width: 100%; 
        max-width: 100%;
        min-height: 100svh; height: auto;
        overflow-x: hidden;
    }

    #section1 .swiper-container ul.swiper-wrapper li.swiper-slide:nth-of-type(1) img:first-of-type{
        display: none;
    }
	
	#section1 .swiper-container ul.swiper-wrapper li.swiper-slide:nth-of-type(1) img:last-of-type{
        display: block;
	}
	
	#section1 .swiper-container ul.swiper-wrapper li.swiper-slide:nth-of-type(2) img:first-of-type{
	    display:none;                                    
	}
	
	#section1 .swiper-container ul.swiper-wrapper li.swiper-slide:nth-of-type(2) img:last-of-type{ 
	    display: block;
	}
	
    #section1 .swiper-container ul.swiper-wrapper li.swiper-slide .main-bg-sub {
        left: 0;
        padding: 0 30px;
        bottom: 15%;
        width: 100%;
        margin: 0 auto;
        font-weight: 500;
    }

    #section1 .swiper-container ul.swiper-wrapper li.swiper-slide .main-bg-sub em {
        font-weight: 500;
    }
    
    #section1 .swiper-container .swiper-pagination{
        position: absolute; left: 0; bottom: 8%;
    }
    
    #section1 .swiper-container .swiper-pagination{
        position: absolute; right: 52%; bottom: 6%;
        width: 100px; height: 10px;; margin-left: auto;
        display: flex; gap: 20px;
        font-size: 0.85rem;
    }

    #section2 #md.swiper-md-container ul.swiper-wrapper li.swiper-slide a p{
        font-size: 0.75rem;
    }
    #section2 #md.swiper-md-container ul.swiper-wrapper li.swiper-slide a span{
        padding-bottom:  5%;
        font-size: 0.7rem;  
    
    }
    #section3 .sec3-box .sec3-text{
        padding: 0 5px;
    }

    
} 
    

@media all and (max-width: 360px) {
    #section1 .swiper-container {
        min-height: 90svh; height: auto;
    }
    
    #section1 .swiper-container ul.swiper-wrapper li.swiper-slide:nth-of-type(1) img:first-of-type{
        display: none;
    }
	
	#section1 .swiper-container ul.swiper-wrapper li.swiper-slide:nth-of-type(1) img:last-of-type{
        display: block;
	}
	
	#section1 .swiper-container ul.swiper-wrapper li.swiper-slide:nth-of-type(2) img:first-of-type{
	    display: none;
	}
	
	#section1 .swiper-container ul.swiper-wrapper li.swiper-slide:nth-of-type(2) img:last-of-type{ 
	    display: block;
	}
	
    #section1 .swiper-container ul.swiper-wrapper li.swiper-slide .main-bg-sub {
        position: absolute; 
        right: 90%; 
        bottom: 12%; 
    }
    
    #section1 .swiper-container ul.swiper-wrapper li.swiper-slide .main-bg-sub em {
        font-weight: 500; 
    }

    #section1 .swiper-container ul.swiper-wrapper li.swiper-slide .main-bg-sub button{
        width: 100%; padding: 10px 60px;
    }

    
    #section1 .swiper-container .swiper-pagination{
        position: absolute; left: 0; bottom: 7%;
    }

}


	/*side button hover*/
	
	#section1 .swiper-container:hover button.swiper-btn-prev {
		transform: translate(0, -50%)
	}

	#section1 .swiper-container:hover button.swiper-btn-next {
		transform: translate(0, -50%)
	}

	#section2 #md.swiper-md-container:hover button.swiper-md-btn-prev{
		transform: translate(0, -50%)
	}

	#section2 #md.swiper-md-container:hover button.swiper-md-btn-next {
		transform: translate(0, -50%)
	}

	#section5 .swiper-pr-container:hover .swiper-pr-btn-prev {
        left: 20px;
    }
    #section5 .swiper-pr-container:hover .swiper-pr-btn-next {
        right: 20px; 
    }
    /* 끝에 도달하면 버튼 숨김 */
    #section5 .swiper-pr-container button.swiper-pr-btn-prev.swiper-button-disabled,
    #section5 .swiper-pr-container button.swiper-pr-btn-next.swiper-button-disabled {
        opacity: 0;
        pointer-events: none;
    }


    
    /*border*/
    #section2 #md.swiper-md-container ul.swiper-wrapper li.swiper-slide:first-of-type a{        
        width: 100%; height: 100%;
        border-left: 1px solid transparent;
    }
    
    #section2 #md.swiper-md-container ul.swiper-wrapper li.swiper-slide a:nth-of-type(odd){
        width: 100%; height: 100%;
        border-right: 1px solid transparent;
    }
    
    #section2 #md.swiper-md-container ul.swiper-wrapper li.swiper-slide a:nth-of-type(even){
        width: 100%; height: 100%;
        border-left: 1px solid transparent;
    }
    