/* slide 1------------------------------*/

.slide_1 {
	background-color: #cecece;
	background-image:url(../../images/products/product_list/list_wr/list_wr_1920x494_bg.jpg);
}

.slide_1 h1 {
	color: #d16a3e;
}

.slide_1 h2 {
	color: #595959;
}

.slide_1 .slide_textContainer {
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}

.slide_1 .slide_text {
	position: absolute;
	animation-delay: 0.5s;
	font-size: 4rem;
	opacity: 0;
}



.slide_1.swiper-slide-active .slide_text{
	animation-name: fadeInLeft;
}

.slide_1 .t1 {
	color: #686868;
	font-weight: bold;
	font-size: 3.25rem;
}

.slide_1 .t2 {
	display: flex;
	justify-content: space-between;
	column-gap: 1rem;
}

.slide_1 .highlighted {
	font-size: 5.8rem;
	font-weight: normal;
	color: white;
	background-color: #ad5214;
	padding: 0.75rem 1rem;
	border-radius: 0.75rem;
	line-height: 1;
}

.slide_1 .t3 {
	color: #8c400c;
}

.slide_1 .t3 span {
	color: #d15c0c;
}

.eng .slide_1 .t1 {
	font-size: 2rem;
	padding-bottom: 15px;
}
.eng .slide_1 .t3 {font-size: 3rem}

.eng .slide_1 .highlighted {
	color: white;
	font-size: 3rem;
}



@media only screen and (max-width: 1100px){
	
	.slide_1 .slide_text {
		left: 4rem;
		padding-right: 1.75rem;
	}
		
	.slide_1 .t1 {

		font-size: 2rem;
	}

	.slide_1 .t2 {
		display: flex;
		justify-content: space-evenly;
		column-gap: 1rem;
		border-radius: 0.75rem;
	}

	.slide_1 .highlighted {

		font-size: 3rem;

	}

	.slide_1 .t3 {
		font-size: 2.25rem;
	}
}
@media only screen and (max-width: 960px) {
	.eng .slide_1 .t1 {
		font-size: 1.8rem;
	}

	.eng .slide_1 .t3 {
		font-size: 2.3rem;
	}
}

@media only screen and (max-width: 800px){	
	.slide_1 {
		background-image:url(../../images/products/product_list/list_wr/list_wr_800x1200_bg.jpg);
		background-position: bottom !important;
	}
	
	#swiperSection .swiper-slide {
		min-height: 800px;
	}
	
	.slide_1 .d_image {
		display:none;
	}
	
	.slide_1 .m_image {
		display:block;
	}
	/**/
	.slide_1.swiper-slide-active .slide_text{
		animation-name: fadeInDown;
		position: relative;
		left: inherit;
	}
	
	.slide_1 .slide_textContainer {
		justify-content: center;
		align-items: flex-start;
		text-align: center;
	}
	
	.slide_1 .slide_text {
		padding-top: 4rem;
		padding-right: 0;
	}
	
	.slide_1 .t.t1 {
		display:block;
	}
	.slide_1 .highlighted {
		font-size: 2.5rem;
	}
	
	.slide_1 .t {
		display: flex;
		justify-content: center;
	}
}

@media only screen and (max-width: 768px){
	.slide_1 .slide_text {
		padding-top: 2rem;
	}
	
	.eng .slide_1 .t1 {
		font-size: 1.5rem;
	}
	
	
	
	.slide_1 .slide_text >div {
		transform: scale(1.5);
		transform-origin: top;
	}
	
	.eng .slide_1 .slide_text >div {
		transform: none;
	}
}

@media only screen and (max-width: 640px){
	#swiperSection .swiper-slide {
		min-height: 700px;
	}
	
	.slide_1 .slide_text {
		text-align: center;
	}
	
	.slide_1 .m_image img {
		width: 50%;
	}
}

@media only screen and (max-width: 550px){
	#swiperSection .swiper-slide {
		min-height: 600px;
	}
	
	.eng .slide_1 .highlighted {
		font-size: 2rem;
	}
	
	.eng .slide_1 .t3 {
		font-size: 2rem;
	}
}

@media only screen and (max-width: 480px){
	#swiperSection .swiper-slide {
		min-height: 500px;
	}
	
	.slide_1 .t.t1 {
		display: block;
		margin-bottom: 0;
	}
	
	
	.slide_1 .t1 {
		margin-bottom: 0;
	}

	.slide_1 .t2 {

		border-radius: 1.5rem;
	}

	.slide_1 .highlighted {
		font-size: 2rem;
	}

	.eng .slide_1 .highlighted {
		font-size: 1.75rem;
	}

	.eng .slide_1 .t2 {
		font-size: 1.75rem;
	}

	.slide_1 .t3 {
		font-size: 1.5rem;
	}
	
	.eng .slide_1 .t3 {
		font-size: 1.75rem;
	}
}

/* slide 2------------------------------*/
.slide_2 {
	background-color: #cecece;
	background-image:url(../../images/products/product_list/list_wr/dwr_1838_2/wrSlider02_1920x494_bg.png);
}

.slide_2 .t{
	line-height: 1.2;
}
.slide_2 .slide_textContainer {
	justify-content: flex-end;
	align-items: center;
	text-align: center;
	transform: scale(1.15);
	transform-origin: right;
}

.slide_2 .slide_text {
	position: absolute;
	animation-delay: 0.5s;
	font-size: 5.5rem;
	opacity: 0;
}



.slide_2.swiper-slide-active .slide_text{
	animation-name: fadeInLeft;
}

.slide_2 .t1 {
	color: #d9802a;
	font-weight: bold;
	font-size: 2.25rem;
}

.slide_2 .t2 {
	color: white;
	display: flex;
	font-size: 4rem;
	justify-content: center;
	column-gap: 1rem;
}
.slide_2 .t2 >div {
	letter-spacing: 27px;
	padding-left: 25px;
}

.eng .slide_2 .t2 >div {
	letter-spacing: 0;
	padding-left: 0;
}

.slide_2 .t3 {
	color: #f0cc3a;
	font-weight: 900;
	font-size: 5.5rem;
}



.eng .slide_2 .t1 {
	font-size: 2.5rem;
	font-weight: normal;
}

.eng .slide_2 .t2 {
	font-size: 2.6rem;
	font-weight: bold;
}
.eng .slide_2 .t3 {font-size: 2.6rem}

.slide_2 #s2b .t1 {
	font-size: 4rem;
}

.slide_2 #s2b .t2 {
	font-size: 2rem;
	font-weight: normal;
}

.eng .slide_2 #s2b .t1 {
	font-size: 3rem;
}
.slide_2a.swiper-slide-active .slide_text.animated {animation-name: fadeIn}


@media only screen and (max-width: 1100px){
	
	.slide_2 .slide_text {
		right: 4rem;
		padding-right: 1.75rem;
		
	}
		
	.slide_2 .slide_textContainer {
		transform: translateY(-100%) scale(0.75);
		transform-origin: right;
	}

	.slide_2 .t2 {
		display: flex;
		justify-content: space-evenly;
		column-gap: 1rem;
		border-radius: 0.75rem;
	}

	

	
}
@media only screen and (max-width: 960px) {
	
}

@media only screen and (max-width: 800px){	
	.slide_2 {
		background-image:url(../../images/products/product_list/list_wr/dwr_1838_2/wrSlider02_800x1200_bg.png);
		background-position: bottom !important;
	}
	
	
	.slide_2 .slide_textContainer {
		justify-content: center;
		align-items: flex-start;
		text-align: center;
		
		transform: translateY(-100%) scale(0.75);
		transform-origin: top;
	}
	.slide_2 .d_image {
		display:none;
	}
	
	.slide_2 .m_image {
		display:block;
	}
	/**/
	.slide_2.swiper-slide-active .slide_text{
		animation-name: fadeInDown;
		position: relative;
		left: 0;
	}
	
	.slide_2 .slide_textContainer {
		align-items: flex-start;
		text-align: center;
	}
	
	.slide_2 .slide_text {
		padding-top: 4rem;
		padding-right: 0;
	}
	
	.slide_2 .t.t1 {
		display:block;
	}
	.slide_2 .highlighted {
		font-size: 2.5rem;
	}
	
	.slide_2 .t {
		display: flex;
		justify-content: center;
	}
}

@media only screen and (max-width: 768px){
	.slide_2 .slide_text {
		padding-top: 2rem;
	}
	
	
}

@media only screen and (max-width: 640px){
	#swiperSection .swiper-slide {
		min-height: 700px;
	}
	
	.slide_2 .slide_text {
		text-align: center;
	}
	
}

@media only screen and (max-width: 550px){
	#swiperSection .swiper-slide {
		min-height: 600px;
	}
	

}

@media only screen and (max-width: 480px){
	#swiperSection .swiper-slide {
		min-height: 500px;
	}
	
	.slide_2 .t.t1 {
		display: block;
		margin-bottom: 0;
	}
	
	
	.slide_2 .t1 {
		margin-bottom: 0;
	}

}