@charset "utf-8";
/* 공통사항 */
.contents_txt h3{
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 50px;
  line-height: 1.3;
  text-transform: uppercase;
  word-break: keep-all;
}
.contents_txt h3 div{
    color: var(--navy);
    font-size: inherit ;
    font-weight: inherit;
    letter-spacing: inherit;
	line-height: inherit;
}
.contents_txt h3 span{
    color: var(--navy);
    font-size: inherit;
    font-weight: 400;
    letter-spacing: inherit;
}

.contents_txt h3 + p,
.contents_txt h3 + pre{
    font-size: 18px;
    font-weight: 500;
    color: var(--gray01);
    line-height: 1.7;
    
}

br.mv{display:none;}


		

.swiper-button-next,.swiper-button-prev{
    position: static;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
}		
.nav_wrap .swiper-button-next::after,.nav_wrap .swiper-button-prev::after{
    display: none;
 }
 .nav_wrap{
    z-index: 5;
    display: flex;
    gap: 35px;
    align-items: center;
 }

.nav_wrap .next{
    background: url(/img/arrow_next.png) no-repeat center /cover;
    width: 16px; height: 25px;
    cursor: pointer;
    opacity: 1;
    transition: var(--transition);
    width: 16px;
    height: 26px;

}

.nav_wrap .prev{
    background: url(/img/arrow_prev.png) no-repeat center /cover;
    width: 16px; height: 25px;
    cursor: pointer;
    opacity: 1;
    transition: var(--transition);
    width: 16px;
    height: 26px;
}
.nav_wrap .next:hover,
.nav_wrap .prev:hover{
    opacity: 0.8;
}
.nav_wrap .bar{
    
    width: 1px; height: 23px;
    background: var(--white);
    opacity: 0.5;
    
}
.btn:hover{
    
    border: 1px solid var(--white);
    background: var(--white);
}
.btn:hover .text{
    color: var(--navy);   
}
.btn:hover .arrow {
    filter: invert(11%) sepia(38%) saturate(5292%) hue-rotate(225deg) brightness(90%) contrast(89%);
    }


@media(max-width:1200px){

    .contents_txt h3 {
        font-size: 40px;
    }
}
@media(max-width:768px){
     br.mv{
    display:block;
    }
	br.pcv{
    display:none;
    }
	.nav_wrap{
        gap: 20px; 
     }
     .nav_wrap .prev,
     .nav_wrap .next{
        width: 10px;
        height: 16px;
     }
     .nav_wrap .bar{
        height: 14px;
     }

}

@media screen and (max-width: 767px){
	 .contents_txt h3 {
        margin-bottom: 30px;
		font-size: 35px;
    }
}

@media(max-width:500px){
    
    .contents_txt h3 {
        font-size: 28px;
    }
   

    .contents_txt h3 + p,
	.contents_txt h3 + pre{
        font-size: 14px;
    }

	.contents_txt h3 + pre{
		white-space: normal;
	}


}


/* sec1 시작 */
#sec1{
    width: 100%; height: 100vh;
    position: relative;
}

#sec1 .mainvisual_txt{
	height: auto;
    position: absolute;
    z-index: 2;
    left:50%; top: 50%;
    transform: translate(-50%, -50%);
}
#sec1 .mainvisual_txt h2{
    font-size: 75px;
    font-weight: 800;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 50px;
    line-height: 1.2;
  
}

#sec1 .mainvisual_txt p{
    color: var(--white-opacity);
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    
}


#sec1 .mainvisual_img,
#sec1 .mainvisual_img .swiper-slide,
#sec1 .mainvisual_img .swiper-slide figure
{
    width: 100%; height: 100%;
}

#sec1 .mainvisual_img .swiper-slide figure::before{
    content: '';
    display: block;
    width: 100%; height: 100%;
    left: 0; top: 0;
    background-color: rgba(0,0,0,0.38);
    position: absolute;
}
#sec1 .mainvisual_img .swiper-slide img{
    display: block;
    width: 100%; height: 100%;
    object-fit: cover;
}
#sec1 .nav_wrap{
    position: absolute;
    right: 13.57%; bottom: 80px;
}

/* sec1 끝 */

/* sec2 시작 */
#sec2 {
    background: url(/img/bg_section2.jpg) no-repeat center / cover ;
	background-color:var(--white);
}
#sec2 .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
#sec2 .year_wrap{
  
}
#sec2 .year_wrap p{
    color: var(--navy);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    
	
  
}

#sec2 .year_wrap .year{
    font-size:160px;
    font-weight: 800;
    display: block;
	letter-spacing: -7.5px;
	 width:370px;
	 line-height:1;
}
/* sec2 끝 */
/* sec3 시작 */
#sec3{
    background: radial-gradient(var(--white-blue),var(--dark-blue));
    padding-left: 13.5%;  
    position: relative;
     
}
#sec3 .content_box{
    position: relative;
}

#sec3 .contents_txt h3{
    color: var(--white);
    margin-bottom: 70px;
}


#sec3 .product_list .swiper-slide figure{
    background: var(--white);
    position: relative;
    width: 100%;
    padding-top: 66.8%;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.1);

    
}
#sec3 .product_list .swiper-slide figure img{
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%) scale(0.8);
    width: 70%;
    

}
#sec3 .product_list .swiper-slide .product_tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 20px;
    margin-top: 30px;
}
#sec3 .product_list .swiper-slide .product_tit dl dt{
    color: var(--white);
    font-size: 26px;
    font-weight: 800;
   
    text-transform: uppercase;

}
#sec3 .product_list .swiper-slide .product_tit dl dd{
    font-size: 18px;
    font-weight: 500;
    color: var(--white-opacity);
      
}
#sec3 .nav_wrap{
    position: absolute;
    right: 13.57%; top: 250px;
}

/* sec3 끝 */
/* sec4 시작 */
#sec4{
    background-color:var(--white);
}
#sec4 .contents_txt{
    text-align: center;
}

#sec4 .brand_list ul{
    display: flex;
    flex-wrap: wrap;
    
    gap: 30px;
   
}
#sec4 .brand_list ul li{
    width:calc((100% - 90px) / 4) ;
	height: 105px;
    border: 1px solid var(--gray02);
    border-radius: 20px;

	display: flex;
	justify-content: center;
	align-items: center;

}
#sec4 .brand_list ul li figure{}
#sec4 .brand_list ul li figure img{}
/* sec4 끝 */
/* sec5 시작 */
#sec5{
  position: relative;
   overflow:hidden;
  
    
}
#sec5 .background{
  position: fixed;
  background: url(/img/bg_section5.jpg) no-repeat center /cover  ;
  top:0; left:0;
  width:100%; height:100%;
  z-index:-2;
  transform: translateZ(0); // fixed된 요소의 잔상 이슈 해결
  will-change: transform;

}
#sec5 .wrapper{
    text-align: center;
}

#sec5 .contents_txt h3{
    text-align: center;
    color: var(--white);
}
#sec5 .contents_txt h3 span{
    color:#fff;
	font-weight:300;
}

#sec5 .more {
    padding: 20px 30px ;
    border-radius: 50px;
    font-size: 18px;
	gap:12px;
 
    
}
#sec5 .more  .text{
    font-size: inherit;
}


/* sec5 끝 */

@media(max-width:1200px){
    #sec1 .mainvisual_txt h2{
        font-size: 65px;
    }
    #sec1 .nav_wrap{
        right: 5%;
		bottom:60px;
    }
    #sec2 .year_wrap .year{
        font-size: 120px;
		width:270px;
    }
    #sec3{
        padding-left: 5%;
    }
    #sec3 .nav_wrap{
        right: 5%; top: 180px;
    }
    #sec4 .brand_list ul li{
        width:calc((100% - 90px) / 3) ;
    }
}
@media(max-width:830px){
    #sec1 .mainvisual_txt h2{
        font-size: 55px;
    }
	#sec2 {
		background: url(/img/bg_section2.jpg) no-repeat center right 30% / cover;
	}
    #sec2 .year_wrap{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 65px;
    }

    #sec3 .product_list .swiper-slide .product_tit dl dt{
        /* font-size: 20px;
        margin-bottom:12px ; */
    }
    #sec3 .product_list .swiper-slide .product_tit dl dd{
        /* font-size: 14px; */
    }
   
    #sec3 .nav_wrap{
        top: 27%;
    }
    #sec4 .brand_list ul li{
        width:calc((100% - 30px) / 2) ;
    }
}

@media screen and (max-width: 767px){
	#sec3 .product_list .swiper-slide .product_tit dl dt{
		font-size: 20px;
	}
	#sec3 .product_list .swiper-slide .product_tit dl dd{
		font-size: 16px;
	}

	#sec4 .brand_list ul{
		gap: 20px;
	}

	#sec4 .brand_list ul li{
		width: calc((100% - 20px) / 2);
		height: 95px;
	}

	#sec4 .brand_list ul li figure img{
		transform: scale(0.8);
	}

	
    #sec5 .more {
        font-size: 15px;
        padding: 15px 30px;
		
     }
	   #sec5 .more  .text{
       
     }

}

@media(max-width:500px){
    #sec1{
	 height:88.5vh;
	}
    #sec1 .mainvisual_txt{
	  top:45%;
	}
    #sec1 .mainvisual_txt h2{
        margin-bottom: 30px;
        font-size: 34px;
    }
    #sec1 .mainvisual_txt h2 br{
        display: block;
    }
    #sec1 .mainvisual_txt p{
        font-size: 14px;
    }
	
    #sec2 {
		background-color:var(--white);
    }
	
    #sec2 .contents_txt{
        width: 100%;
    }


    #sec2 .year_wrap p{
        margin-bottom:0px ;
        font-size: 12px;
    }
    #sec2 .year_wrap .year{
        font-size: 92px;
		width:200px;
    }
 #sec3{
        padding: 0 4%;
    }
	#sec3 .ptb150{
	  padding:70px 0 40px !important;
	  }
	#sec3 .product_list .swiper-slide .product_tit{
	    padding:0;
		margin-top: 20px;
	}
	#sec3 .product_list .swiper-slide .product_tit dl dt{
		font-size: 18px;
	}
	#sec3 .product_list .swiper-slide .product_tit dl dd{
		font-size: 14px;
	}
    #sec4 .brand_list ul{
        gap: 10px;
    }
    #sec4 .brand_list ul li{
        width:calc((100% - 10px) / 2) ;
		height: 70px;
        border-radius: 10px;
    }

  #sec4 .brand_list ul li figure img{
  	transform: scale(0.5);
}
    #sec5 {
        /* padding-bottom:20px; */
    }
	#sec5 .ptb150{
	  padding:80px 0 !important;
	  }
	#sec5 .contents_txt h3{
	    
	}
   
    #sec5 .more {
        font-size: 12px;
        padding: 12px 20px;
		
     }
	   #sec5 .more  .text{
        font-size: 12px;
       
     }

     

}