<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.swiper-container {
	/*
	width: 100%;
	height: 100%;
	*/
}

.swiper-slide {
	/*
	background		: #fff;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	*/
}


.main_tab01
{
	margin			: 0 -20px;
	border-top		: 1px solid #d0d0d0;
	border-bottom	: 1px solid #d0d0d0;
    background      : #fff;
}

.main_tab01 .swiper-slide
{
    font-family     : 'Noto Sans KR', 'Noto SanS hk', '노토산스', 'applegothic', 'Sans-serif';
    font-size       : 20px;
    color           : #111111;
    font-weight     : 400;
    line-height     : 68px;
    height          : 68px;
	width			: auto;
	padding			: 0 45px;
    display         : inline-block;
    text-align      : center;
}

.main_tab01 .active01_cur
{
    color           : #fff;
    background      : #ff4000;

}









.main_cont_swiper .swiper-pagination .swiper-pagination-bullet
{
	width			: 18px;
	height			: 18px;
	background		: #c5c6c9;
	opacity			: 1;
}

.main_cont_swiper .swiper-pagination .swiper-pagination-bullet-active
{
	background		: #ed1c2b;
}










.sub_tab01
{
	border-top		: 1px solid #d0d0d0;
    background      : #fff;
}

.sub_tab01 .swiper-slide
{
    font-family     : 'Noto Sans KR', 'Noto SanS hk', '노토산스', 'applegothic', 'Sans-serif';
    font-size       : 20px;
    color           : #111111;
    font-weight     : 400;
    line-height     : 68px;
    height          : 67px;
	width			: auto;
	padding			: 0 25px;
    display         : inline-block;
    text-align      : center;
}

.sub_tab01 .active01_cur
{
    font-weight     : 500;
    color           : #ff4000;
    background      : #fff;
	border-bottom	: 2px solid #ff4000;

}





.main_section_swiper3
{
	height			: 70px;
	background		: #fff;
	border:1px solid #e3e4e8;
	border-radius		: 10px;
}

.main_section_swiper3 .swiper-container
{
	float			: left;
	width			: 460px;
	height			: 50px;
	padding-left	: 20px;
	margin-top		: 10px;
	
}
.main_section_swiper3 .swiper-button-next,
.main_section_swiper3 .swiper-button-prev
{
	padding			: 0px;
	margin			: 0px;
	line-height		: 0px;
	margin-top		: 0px;
	height			: 27px;
	width			: 30px;
	left			: 450px;
	top				: 23px;

}
.main_section_swiper3 .swiper-button-prev
{
	top				: 0px;

}

.main_section_swiper3 .swiper-button-next:after,
.main_section_swiper3 .swiper-button-prev:after
{
	font-family		: auto;
	content			: '';
	padding			: 0px;
	margin			: 0px;
	height			: 22px;
	width			: 30px;
	background		: url('../img/main/swiper_btn2_1.png') center center  no-repeat;
}


.main_section_swiper3 .swiper-button-prev:after
{
	background		: url('../img/main/swiper_btn2_2.png') center center  no-repeat;
}


.main_section_swiper_tit3
{
	font-family		: 'Noto Sans KR', '노토산스', 'AppleGothic', 'Sans-serif';
	font-weight		: 700;
	color			: #222222;
	font-size		: 20px;
	line-height		: 70px;
	display			: inline-black;
	float			: left;
	padding-left	: 20px;
}

.main_section_swiper3 .swiper-slide a
{
	font-family		: 'Noto Sans KR', '노토산스', 'AppleGothic', 'Sans-serif';
	font-weight		: 400;
	color			: #666666;
	font-size		: 17px;
	line-height		: 50px;
	display			: inline-block;
	width			: 350px;
}

.main_section_swiper3 .swiper-slide span
{
	font-family		: 'Noto Sans KR', '노토산스', 'AppleGothic', 'Sans-serif';
	font-weight		: 300;
	color			: #8e8e8e;
	font-size		: 16px;
	line-height		: 50px;
	opacity			: 0.75;
	display			: inline-block;
}















.section1
{
	position		: relative;
	z-index			: 1;
}

.section1 .swiper_ctr
{
	position		: absolute;
	z-index			: 1;
	line-height		: 35px;
	bottom			: 10px;
	width			: 170px;
	right			: 10px;
}




.section1 .swiper_ctr .swiper-pagination1
{
	font-family		: 'Noto Sans KR', 'Noto SanS hk', '노토산스', 'applegothic', 'Sans-serif';
	font-weight		: 500;
	font-size		: 16px;
	color			: #fff;
	text-align		: center;
	background-color: rgba(0,0,0, 0.3);
	border-radius	:	30px;
	width			: 125px;
	height			: 35px;
}



.section1 .swiper_ctr .swiper-pagination-current
{
	font-size		: 16px;
	font-weight		: 400;
	color			: #fff;
}



.section1 .swiper_ctr .swiper-button-next,
.section1 .swiper_ctr .swiper-button-prev
{
	top				: 0px;
	padding			: 0px;
	margin			: 0px;
	line-height		: 0px;
	height			: 35px;
}

.section1 .swiper_ctr .swiper-button-prev
{
	left			: 5px;
}
.section1 .swiper_ctr .swiper-button-next
{
	left			: 92px;
}

.section1 .swiper_ctr .swiper-button-next:after,
.section1 .swiper_ctr .swiper-button-prev:after
{
	font-family		: auto;
	content			: '';
	height			: 20px;
	width			: 20px;
	background		: url('../img/main/swiper_btn2.png') center center  no-repeat;
}
.section1 .swiper_ctr .swiper-button-prev:after
{
	background		: url('../img/main/swiper_btn1.png') center center  no-repeat;
}



.section1 .swiper-button-dnext
{
	cursor				: pointer;
	position		: absolute;
	z-index: 2;
	top				: 50%;
	margin-top: -40px;
	left			: 50%;
	margin-left		: 540px;
	height			: 60px;
	width			: 50px;
	background		: url('../img/main/swiper_btn7.png') center center  no-repeat;
}



.section1 .swiper-button-dprev
{
	cursor				: pointer;
	position		: absolute;
	z-index: 2;
	top				: 50%;
	margin-top: -40px;
	left			: 50%;
	margin-left		: -590px;
	height			: 60px;
	width			: 50px;
	background		: url('../img/main/swiper_btn6.png') center center  no-repeat;
}














.section1 .swiper_ctr .swiper-button-pend,
.section1 .swiper_ctr .swiper-button
{
	cursor				: pointer;
	position			: absolute;
	top					: 0px;
	right				: 0px;
	width				: 35px;
	height				: 35px;
	
	border-radius	:	30px;

	background			: url('../img/main/swiper_btn3.png') center center  no-repeat rgba(0,0,0, 0.3);
}
/*
.section1 .swiper_ctr .swiper-button-play
{
	cursor				: pointer;
	position			: absolute;
	top					: 0px;
	right				: 80px;
	width				: 32px;
	height				: 32px;
	
	border-radius	:	30px;

	background			: url('../img/1688/swiper_btn4.png') center center  no-repeat rgba(0,0,0, 0.3);
}
*/
.section1 .swiper_ctr .swiper-button-pend.play {
	background			: url('../img/main/swiper_btn4.png') center center  no-repeat rgba(0,0,0, 0.3);
}
/*
.section1 .swiper_ctr .swiper-button-jia
{
	cursor				: pointer;
	position			: absolute;
	top					: 0px;
	right				: 0px;
	width				: 35px;
	height				: 34px;
	
	border-radius	:	30px;

	background			: url('../img/1688/swiper_btn5.png') center center  no-repeat rgba(0,0,0, 0.12);

}
*/
</pre></body></html>