:root {
    --swiper-theme-color: #C7000B !important;
}
.swiper-pagination-lock{
	display:block;
}
.autoplay-progress{
	display: flex;
	align-items: center;
	width: 285px;
	height: 100%;
	position: relative;
}
.autoplay-progress svg{
	--progress: 0;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 10;
	width: 100%;
	stroke-width: 4px;
	stroke: #fff;
	fill: none;
	stroke-dashoffset: calc(285 * (1 - var(--progress)));
	stroke-dasharray: 285;
	transform: translateY(-50%);
}
.autoplay-progress svg line{
	/* stroke-dasharray: 285;
	stroke-dashoffset: calc(var(--progress) * 285); */
}
.section01 {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.section01 .main_slide_wrap {
	max-width: 1640px;
	margin: 0 auto;
}
.section01 .main_slide_wrap .main_slider {
	height: 650px;
	border-radius: 20px;
	position: relative;
}
.section01 .main_slide_wrap .main_slider .swiper-slide::before{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 28%;
	background: transparent linear-gradient(180deg, #00000000 0%, #000000F2 100%) 0% 0% no-repeat padding-box;
}
.section01 .main_slide_wrap .main_slider .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section01 .main_slide_wrap .main_slider .swiper-slide video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section01 .main_slide_wrap a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.section01 .main_slide_wrap .main_slider {
	position: relative;
	overflow: hidden;
}
.section01 .main_slide_wrap .main_slider .imgbox {
	/* position: relative;
	height: 700px;
	overflow: hidden; */
}
.section01 .main_slide_wrap .main_slider .imgbox::after {
	/* content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.06; */
}
.section01 .main_slide_wrap .main_slider .imgbox .img {
	/* position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; */
}
.section01 .main_slide_wrap .main_slider .imgbox .img.img_pc {
	/* display: block; */
}
.section01 .main_slide_wrap .main_slider .imgbox .img.img_m {
	/* display: none; */
}
.section01 .main_slide_wrap .main_slider .txtbox {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	margin-left: -100px;
	padding: 230px 0 0 210px;
	background: url(../images/user/main/bg_visual_txtbox.png) no-repeat 0 0;
}
.section01 .main_slide_wrap .main_slider .txtbox .tit {
	color: #fff;
	font-size: 60px;
	line-height: 1.15;
	font-weight: 700;
	/* letter-spacing: -1.5px; */
}
.section01 .main_slide_wrap .main_slider .txtbox .tit em {
	color: #FCFE62;
	font-weight: 700;
}
.section01 .main_slide_wrap .main_slider .txtbox .txt {
	margin-top: 16px;
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
}
.section01 .main_slide_wrap .main_slider .wrap{
	display: inline-flex;
	align-items: center;
	position: absolute;
	/* left: calc((1640px - 1280px) / 2); */
	left: 5%;
	bottom: 6%;
	z-index: 3;
}
.section01 .main_slide_wrap .main_slider .wrap02{
	display: inline-flex;
	justify-content: flex-end;
	position: absolute;
	right: 5%;
    bottom: 6%;
    z-index: 3;
    width: 49%;
	text-align: right;
}
.section01 .main_slide_wrap .main_slider .wrap02 p{
	/* letter-spacing: -0.8px; */
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	width: 100%;
}
.section01 .main_slide_wrap .main_slider .wrap .pagination_progress_wrap{
	margin-right: 15px;
	/* letter-spacing: 1.3px; */
	font-size: 16px;
	color: #FFFFFF;
	display: flex;
	gap: 4px;
	min-width: 40px;
}
.section01 .main_slide_wrap .main_slider .wrap .pagination_progress_wrap .current{
	opacity: 1;
}
.section01 .main_slide_wrap .main_slider .wrap .pagination_progress_wrap .total{
	opacity: 0.3;
}
.section01 .main_slide_wrap .main_slider .wrap .pagination_progress_wrap .slash{
	opacity: 0.3;
}
.section01 .main_slide_wrap .main_slider .button_wrap{
	height: 20px;
	margin-left: 15px;
}
.section01 .main_slide_wrap .main_slider .button_wrap .btn_stop_play {
	width: 15px;
	height: 100%;
	text-indent: -999px;
	overflow: hidden;
	background: url(/images/user/main/stop_btn.svg) center center no-repeat;
    background-size: 9px;
}
.section01 .main_slide_wrap .main_slider .button_wrap .btn_stop_play.stop {
	height: 20px;
	background-image: url(/images/user/main/start_btn.svg);
	background-size: contain;
}
.section01 .main_slide_wrap .main_slider .swiper-button-prev {
	order: 1;
	position: absolute;
	top: 50%;
	left: 40px;
	background-color: transparent;
	color: #FBF9F6;
	/* transform: translateY(-25%);
	background-size: contain;
	text-indent: -999px;
	overflow: hidden;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url(/images/user/main/main_slider_arrow.svg) center center no-repeat;
	background-color: #FBF9F6; */
}
.section01 .main_slide_wrap .main_slider .swiper-button-next {
	order: 3;
	position: absolute;
	top: 50%;
	right: 40px;
	background-color: transparent;
	color: #FBF9F6;
	/* transform: translateY(-25%) rotate(180deg);
	background-size: contain;
	text-indent: -999px;
	overflow: hidden;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url(/images/user/main/main_slider_arrow.svg) center center no-repeat;
	background-color: #FBF9F6; */
}
/* .section01:hover .main_slide_wrap .main_slider .swiper-button-prev{
	opacity: 1;
}
.section01:hover .main_slide_wrap .main_slider .swiper-button-next{
	opacity: 1;
}
.section01 .main_slide_wrap .main_slider .swiper-button-prev:focus{
	opacity: 1;
}
.section01 .main_slide_wrap .main_slider .swiper-button-next:focus{
	opacity: 1;
} */
.section01 .main_slide_wrap .main_slider .swiper-pagination {
	display: flex;
	align-items: center;
	position: static;
	width: 230px;
	height: 2px;
	color: #fff;
	font-size: 20px;
	line-height: 23px;
	font-weight: 500;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #ffffff15;
}
.section01 .main_slide_wrap .main_slider .swiper-pagination .swiper-pagination-progressbar-fill{
	background-color: #fff;
}
.section01 .main_slide_wrap .main_slider .swiper-pagination .current {
	font-weight: 700;
}
.section01 .main_slide_wrap .main_slider .swiper-pagination .slash {
	margin: 0 6px;
}
.social_wrap {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 2;
}


/* section02 */
.section02{
	width: 100%;
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #F7F2EF 100%) 0% 0% no-repeat padding-box;
	padding-top: 100px;
	padding-bottom: 120px;
}
.inner_layout .top_wrap{
	display: flex;
    justify-content: space-between;
}
.inner_layout .top_wrap h2{
	/* letter-spacing: -0.03em; */
	color: #000000;
	font-size: 40px;
	font-weight: 700;
}
.inner_layout .top_wrap .button_wrap{
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.inner_layout .top_wrap .button_wrap .left{
	background-color: #FBF9F6;
	border: 1px solid #00000012;
	border-radius: 800px;
	height: 40px;
	display: flex;
	padding: 2px;
}
.inner_layout .top_wrap .button_wrap .left button{
	background-color: transparent;
	border-radius: 800px;
	/* letter-spacing: -0.8px; */
	/* color: #A29DA0; */
	color: #595454;
	font-size: 16px;
	padding: 7px 30px 8px 31px;
	flex: 1;
	white-space: nowrap;
}
.inner_layout .top_wrap .button_wrap .left button.active{
	border: 1px solid #0000001A;
	background-color: #C7000B;
	color: #FFFFFF;
}
.inner_layout .top_wrap .button_wrap .right{
	background-color: #FBF9F6;
	border: 1px solid #00000012;
	border-radius: 800px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner_layout .top_wrap .button_wrap .right a{
	width: 100%;
	height: 100%;
	background-color: transparent;
	display: flex;
    align-items: center;
    justify-content: center;
}
.inner_layout .top_wrap .button_wrap .right a img{
    transform: translate(0.5px,-0.5px);
    width: 15px;
    height: 15px;
}
.inner_layout .slide_style01{
	margin-top: 40px;
}
.inner_layout .slide_style01 .swiper-slide{
	width: 25%;
}
.inner_layout .slide_style01 .swiper-slide .box{
	width: 100%;
	position: relative;
}
.inner_layout .slide_style01 .swiper-slide .box > a{
	background-color: #fff;
	display: block;
	border-radius: 20px;
	overflow: hidden;
}
.inner_layout .slide_style01 .swiper-slide .box .top_area{
	width: 100%;
	aspect-ratio: 1/1;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.inner_layout .slide_style01 .swiper-slide .box .top_area::before{
	content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-radius: 20px;
    opacity: .10;
	z-index: 1;
}
.inner_layout .slide_style01 .swiper-slide .box.video .top_area::before {
	content: "";
	position: absolute;
	background: url(/images/user/common/icon_circle_play_btn.png) center center no-repeat;
	background-size: cover;
	width: 55px;
	height: 55px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.inner_layout .slide_style01 .swiper-slide .box .top_area::after{
	content: "";
	display: block;
	padding-bottom: 100%;
}
.inner_layout .slide_style01 .swiper-slide .box .top_area img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0px;
	left: 0px;
}
.inner_layout .slide_style01 .swiper-slide .box .bottom_area{
	padding: 32px 30px 40px;
}
.inner_layout .slide_style01 .swiper-slide .box .bottom_area .con{

}
.inner_layout .slide_style01 .swiper-slide .box .bottom_area .con.one{
	gap: 3px;
	display: flex;
}
.inner_layout .slide_style01 .swiper-slide .box .bottom_area .con.one .state{
	border: 1px solid #3f3c3c;
	border-radius: 800px;
	/* letter-spacing: -0.6px; */
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 500;
	padding: 2px 10px 3px;
	/* background-color: #A29DA0; */
	background-color: #5c5757;
}
.inner_layout .slide_style01 .swiper-slide .box .bottom_area .con.one .classify{
	border: 1px solid #736C70;
	border-radius: 800px;
	/* letter-spacing: -0.6px; */
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 500;
	padding: 2px 10px 3px;
	background-color: #ffffff;
	color: #5A5243;
}
.inner_layout .slide_style01 .swiper-slide .box .bottom_area .con.two .title{
	margin-top: 10px;
	/* letter-spacing: -0.03em; */
	color: #000000;
	font-size: 22px;
	font-weight: 700;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_layout .slide_style01 .swiper-slide .box .bottom_area .con.two p{
	/* letter-spacing: -0.03em; */
	color: #666666;
	margin-top: 5px;
}
.inner_layout .slide_style01 .swiper-slide .box .bottom_area .con.three {
	margin-top: 20px;
}
.inner_layout .slide_style01 .swiper-slide .box .bottom_area .con.three .date{
	position: relative;
	display: flex;
	align-items: center;
	/* letter-spacing: 0px; */
	color: #666666;
	font-size: 14px;
}
.inner_layout .slide_style01 .swiper-slide .box .bottom_area .con.three .date::before{
	content: url(/images/user/main/icon_clock.svg);
	position: relative;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
.inner_layout .slide_style01 .swiper-slide .box .bottom_area .con.three .place{
	position: relative;
	display: flex;
	align-items: center;
	/* letter-spacing: 0px; */
	color: #666666;
	font-size: 14px;
	margin-top: 8px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inner_layout .slide_style01 .swiper-slide .box .bottom_area .con.three .place::before{
	content: url(/images/user/main/icon_location.svg);
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	transform: translateY(2px);
}
.inner_layout .slide_style01 .slide_state_wrap{
	display: flex;
	padding-top: 33px;
	height: auto;
}
.inner_layout .slide_style01 .slide_state_wrap .left{
	width: calc(100% - 142px);
	padding-right: 52px;
	display: flex;
	align-items: center;
}
.inner_layout .slide_style01 .slide_state_wrap .left .swiper-pagination{
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	background-color: #0000001A;
	width: 100%;
	height: 4px;
	/* border-radius: 250px; */
	overflow: hidden;
}
.inner_layout .slide_style01 .slide_state_wrap .left .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	border-radius: 250px;
}
.inner_layout .slide_style01 .slide_state_wrap .right{
	width: 142px;
	height: auto;
	display: flex;
	justify-content: space-between;
}
.inner_layout .slide_style01 .slide_state_wrap .right .swiper-button-prev{
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
}
.inner_layout .slide_style01 .slide_state_wrap .right .swiper-button-next{
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	transform: rotate(180deg);
}
.inner_layout .slide_style01 .slide_state_wrap .right > button{
	margin: 0px;
	display: block;
	width: auto;
	height: auto;
	background-color: #5A5243;
	padding: 15px;
	background: url('/images/user/main/slide_arrow.svg') center center no-repeat;
}
.inner_layout .slide_style01 .slide_state_wrap .right > button:after{
	content: "";
	display: none;
}
.inner_layout .slide_style01 .slide_state_wrap .right .progress_num {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	/* letter-spacing: 1.3px; */
	color: #000000;
	font-size: 16px;
	font-weight: 500;
}
/* section03 */
.section03{
	padding-top: 100px;
}
.section03 .inner_layout{}
.section03 .inner_layout .top_wrap{

}
.section03 .inner_layout .bottom_wrap {
	margin-top: 37px;
}
.section03 .inner_layout .bottom_wrap .banner_area{
	display: flex;
	gap: 0px 40px;
}
.section03 .inner_layout .bottom_wrap .banner_area > div{
	width: calc(50% - 20px);
}
.section03 .inner_layout .bottom_wrap .banner_area > .left{
	aspect-ratio: 1 / 0.71;
}
.section03 .inner_layout .bottom_wrap .banner_area > .left .box{
	width: 100%;
	height: 100%;
	border-radius: 20px;
	padding: 60px 60px;
	display: inline-block;
	background:#f7f2ef url(/images/user/main/main_archive_bg01.svg) center center no-repeat;

}
.section03 .inner_layout .bottom_wrap .banner_area > .left .box .big{
	letter-spacing: -2.52px;
	color: #000000;	
	font-size: 36px;
	font-weight: 700;
}
.section03 .inner_layout .bottom_wrap .banner_area > .left .box .big span{
	display: inline-block;
	position: relative;
}
.section03 .inner_layout .bottom_wrap .banner_area > .left .box .big span::before{
	content: "";
	position: absolute;
	bottom: 6px;
	left: 0px;
	width: 100%;
	height: 5px;
	background-color: #C7000B4D;
	border-radius: 800px;
	z-index: -1;
}
.section03 .inner_layout .bottom_wrap .banner_area > .left .box .small{
	color: #666666;
	font-size: 16px;
	font-weight: 500;
	margin-top: 17px;
	line-height: 1.3;
}
.section03 .inner_layout .bottom_wrap .banner_area > .left .box .move_btn{
	margin-top: 40px;
	width: 45px;
	height: 45px;
	display: inline-block;
	background: url(/images/user/main/main_archive_black_arrow.svg) center center no-repeat;
	background-size: contain;
	transition: 0.3s;
	transform: scale(1);
}
.section03 .inner_layout .bottom_wrap .banner_area > .left .box:hover .move_btn{
	/* transform: scale(1.2); */
}
.section03 .inner_layout .bottom_wrap .banner_area > .right{
	display: flex;
	flex-direction: column;
	gap: 40px 0px;
}
.section03 .inner_layout .bottom_wrap .banner_area > .right .box{
	/* height: calc(50% - 20px); */
	background: #585b48 url(/images/user/main/main_archive_bg02.png) center center no-repeat;
	padding: 40px;
	border-radius: 20px;
	display: inline-block;
	height: auto;
}
.section03 .inner_layout .bottom_wrap .banner_area > .right .box:first-of-type{
	background-size: cover;
}
.section03 .inner_layout .bottom_wrap .banner_area > .right .box:last-of-type{
	background: #c48468 url(/images/user/main/main_archive_bg03.png) center right no-repeat;
}
.section03 .inner_layout .bottom_wrap .banner_area > .right .box .big{
	letter-spacing: -2.4px;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 500;
}
.section03 .inner_layout .bottom_wrap .banner_area > .right .box .small{
	margin-top: 10px;
	display: flex;
	align-items: center;
}
.section03 .inner_layout .bottom_wrap .banner_area > .right .box .small .in_text{
	letter-spacing: -0.7px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.7;
	word-break: keep-all;
}
.section03 .inner_layout .bottom_wrap .banner_area > .right .box .move_btn{
	min-width: 35px;
	width: 35px;
	height: 35px;
	display: inline-block;
	margin-left: 22px;
	background: url(/images/user/main/main_archive_black_arrow.svg) center center no-repeat;
	background-size: contain;
	transition: 0.3s;
	transform: scale(1);
}
.section03 .inner_layout .bottom_wrap .banner_area > .right .box:hover .move_btn{
	/* transform: scale(1.2); */
}
.section03 .inner_layout .bottom_wrap .icon_area{
	display: flex;
	gap: 0px 40px;
	margin-top: 40px;
}
.section03 .inner_layout .bottom_wrap .icon_area .item{
	flex: 1;
}
.section03 .inner_layout .bottom_wrap .icon_area .item i.img{
	display: inline-block;
	aspect-ratio: 1 / 1;
	border-radius: 20px;
	background-color:#F7F2EF;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
.section03 .inner_layout .bottom_wrap .icon_area .item i.img img{
	width: 53px;
}
.section03 .inner_layout .bottom_wrap .icon_area .item p{
	text-align: center;
	margin-top: 15px;
	font-weight: 500;
	font-size: 16px;
}
.section03 .inner_layout .bottom_wrap .icon_area .item:hover i.img{
	background-color: #C7000B;
}
.section03 .inner_layout .bottom_wrap .icon_area .item:nth-of-type(1):hover i.img img{content: url(/images/user/main/main_archive_white_icon01.svg);}
.section03 .inner_layout .bottom_wrap .icon_area .item:nth-of-type(2):hover i.img img{content: url(/images/user/main/main_archive_white_icon02.svg);}
.section03 .inner_layout .bottom_wrap .icon_area .item:nth-of-type(3):hover i.img img{content: url(/images/user/main/main_archive_white_icon03.svg);}
.section03 .inner_layout .bottom_wrap .icon_area .item:nth-of-type(4):hover i.img img{content: url(/images/user/main/main_archive_white_icon04.svg);}
.section03 .inner_layout .bottom_wrap .icon_area .item:nth-of-type(5):hover i.img img{content: url(/images/user/main/main_archive_white_icon05.svg);}
.section03 .inner_layout .bottom_wrap .icon_area .item:nth-of-type(6):hover i.img img{content: url(/images/user/main/main_archive_white_icon06.svg);}
.section03 .inner_layout .bottom_wrap .icon_area .item:nth-of-type(7):hover i.img img{content: url(/images/user/main/main_archive_white_icon07.svg);}
.section03 .inner_layout .bottom_wrap .icon_area .item:nth-of-type(8):hover i.img img{content: url(/images/user/main/main_archive_white_icon08.svg);}
/* section03 end */
/* section04 */
.section04{
	position: relative;
	padding-top: 120px;
}
.section04 .inner_layout{
	max-width: 1280px;
	overflow: visible;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 auto;
}
.section04 .inner_layout .section04_slider{
	position: relative;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}
.section04 .inner_layout .section04_slider .swiper-slide{
	
}
.section04 .inner_layout .section04_slider .swiper-slide a{
	width: 100%;
	height: 100%;
	display: inline-block;
	border-radius: 20px;
	overflow: hidden;
}
.section04 .inner_layout .section04_slider .swiper-slide a::after{
	content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% - 4px);
    border: 1px solid #000;
    border-radius: 20px;
    opacity: .10;
    z-index: 1;
}
.section04 .inner_layout .section04_slider .swiper-slide a img{
	width: 100%;
	object-fit: cover;
}
.section04 .swiper-button-prev{
	width: 70px;
	height: 70px;
	background: url(/images/user/main/banner_slide_arrow.svg) center center no-repeat;
	background-size: 50%;
	background-color: rgb(255, 255, 255);
	margin: 0;
	padding: 0;
	left: 0;
	right: auto;
	top: 50%;
	bottom: auto;
	transform:translate(-50%, -50%) rotate(-180deg);
	border-radius: 50%;
}
.section04 .swiper-button-next{
	width: 70px;
	height: 70px;
	background: url(/images/user/main/banner_slide_arrow.svg) center center no-repeat;
	background-size: 50%;
	background-color: rgb(255, 255, 255);
	margin: 0;
	padding: 0;
	left: auto;
	right: 0px;
	top: 50%;
	bottom: auto;
	border-radius: 50%;
	transform: translate(50%, -50%);
}

.section04 .swiper-button-next.swiper-button-disabled{
	opacity: 1;
	pointer-events: initial;
}
.section04 .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	pointer-events: initial;
}
.section04 .swiper-button-prev::after{
	display: none;
}
.section04 .swiper-button-next::after{
	display: none;
}
/* section04 end */
/* section05 start */
.section05{
	padding-top: 130px;
	padding-bottom: 125px;
}
.section05 .inner_layout .section05_slider{

}
.section05 .inner_layout .swiper-slide{
	width: 25%;
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #5A5243;
	position: relative;
}
.section05 .inner_layout .swiper-slide::after{
	content: "";
    display: block;
    padding-bottom: 100%;
}
.section05 .inner_layout .swiper-slide .in{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 30px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section05 .inner_layout .swiper-slide .in .top_area a:hover > div {
	/* text-decoration: underline; */
}
.section05 .inner_layout .swiper-slide .in .classify{
	/* letter-spacing: -0.6px; */
	font-weight: 500;
	font-size: 12px;
	padding: 2px 11px 3px 10px;
	display: inline-block;
	border-radius: 800px;
}
.section05 .inner_layout .swiper-slide .in .classify.type01{
	color: #FFFFFF;
	background-color: #C7000B;
	border: 1px solid #91060E;
}
.section05 .inner_layout .swiper-slide .in .classify.type02{
	color: #5A5243;
	background-color: #ffffff;
	border: 1px solid #5A5243;
}
.section05 .inner_layout .swiper-slide .in .tit{
	margin-top: 15px;
	/* letter-spacing: -1.54px; */
	color: #000000;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.section05 .inner_layout .swiper-slide .in .con{
	margin-top: 10px;
	/* letter-spacing: -0.8px; */
	color: #666666;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.section05 .inner_layout .swiper-slide .in .top_area{

}
.section05 .inner_layout .swiper-slide .in .bottom_area{

}
.section05 .inner_layout .swiper-slide .in .bottom_area .date{
	/* letter-spacing: 0px; */
	color: #A29DA0;
	font-size: 14px;
	font-weight: 500;
}
.section05 .more_wrap{
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.section05 .more_wrap a{
	/* letter-spacing: -1.68px; */
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	display: flex;
	align-items: center;
}
.section05 .more_wrap a i{
	background: url(/images/user/main/icon_moreArrow.svg) center center no-repeat;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-left: 10px;
}
/* section05 end */
@media screen and (max-width: 1340px){
	.section01 {
		max-width: 1280px;
		margin: 0 auto;
	}
	.section04 .inner_layout{
		padding-left: 30px;
		padding-right: 30px;
	}
	.section04 .inner_layout .section04_slider{
		height: auto;
	}
	.section04 .inner_layout .section04_slider .swiper-slide{
		height: auto;
	}
	.section04 .swiper-button-prev{
		left: 27px;
		width: 55px;
		height: 55px;
	}
	.section04 .swiper-button-next{
		right: 27px;
		width: 55px;
		height: 55px;
	}
}
@media screen and (min-width: 1281px){
	.section05 .inner_layout{
		padding: 1px;
	}
}
@media screen and (max-width: 1280px){
	.section03 .inner_layout .bottom_wrap{
		margin-top: 40px;
	}
	.section03 .inner_layout .bottom_wrap .banner_area{
		gap: 0px 20px;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .left{
		width: calc(45% - 10px);
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .left .box{
		padding: 30px 30px;
		background-size: contain;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .left .box .big{
		font-size: 27px;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .right{
		width: calc(60% - 10px);
		gap: 20px 0px;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .right .box{
		padding-right: 40%;
		background-size: cover;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .right .box .big{
		font-size: 24px;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .right .box:first-of-type{
		background-position: center right;
	}
	.section03 .inner_layout .bottom_wrap .icon_area{
		gap: 0px 25px;
		margin-top: 20px;
	}
	.section03 .inner_layout .bottom_wrap .icon_area .item i.img img{
		width: 37px;
	}
	.section04 .inner_layout{

	}
	.section05 .inner_layout .swiper-slide .in{
		padding: 15px;
	}
	.section05 .inner_layout .swiper-slide .in .tit{
		font-size: 17px;
		margin-top: 10px;
	}
	.section05 .inner_layout .swiper-slide .in .con{
		font-size: 15px;
	}
}
@media screen and (max-width: 1024px){
	.section01 .main_slide_wrap .main_slider .wrap02{
		width: 40%;
	}
	.section03 .inner_layout .bottom_wrap .banner_area{
		flex-direction: column;
		gap: 30px 0px;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > div{
		width: 100%;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .left{
		width: 100%;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .left .box{
		padding: 40px;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .left .box .big{
		font-size: 34px;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .right{
		width: 100%;
		gap: 30px 0px;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .right .box{
		background-size: cover;
	}
	.section04 .swiper-button-prev{
		width: 50px;
		height: 50px;
		left: 25px;
	}
	.section04 .swiper-button-next{
		width: 50px;
		height: 50px;
		right: 25px;
	}
}
@media screen and (max-width: 860px){
	.section03 .inner_layout{
		padding-left: 30px;
		padding-right: 30px;
	}
	.section03 .inner_layout .top_wrap{
		padding-left: 0px;
		padding-right: 0px;
	}
	.section03 .inner_layout .bottom_wrap .banner_area{
		padding-left: 0px;
		padding-right: 0px;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .left .box .big{
		font-size: 28px;
	}
	.section03 .inner_layout .bottom_wrap .icon_area{
		overflow-x: auto;
		padding-left: 0px;
		padding-right: 0px;
		gap: 0px 15px;
		margin-top: 15px;
	}
	.section03 .inner_layout .bottom_wrap .icon_area .item{
		min-width: 80px;
	}
	.section05{
		padding-top: 100px;
	}
}
@media screen and (max-width: 767px){
	/* 767 section01 */
	.section01{
		margin-top: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.section01 .main_slide_wrap{
		padding-left: 15px;
		padding-right: 15px;
	}
	.section01 .main_slide_wrap .main_slider{
		position: relative;
		height: auto;
		border-radius: 10px;
	}
	.section01 .main_slide_wrap .main_slider .swiper-slide{
		height: auto !important;
	}
	.section01 .main_slide_wrap .main_slider .swiper-wrapper{
		position: relative;
	}
	.section01 .main_slide_wrap .main_slider .swiper-button-prev{
		left: 10px;
	}
	.section01 .main_slide_wrap .main_slider .swiper-button-prev::after{
		font-size: 20px;
	}
	.section01 .main_slide_wrap .main_slider .swiper-button-next{
		right: 10px;
	}
	.section01 .main_slide_wrap .main_slider .swiper-button-next::after{
		font-size: 20px;
	}
	.section01 .main_slide_wrap .main_slider .wrap02{
		right: 15px;
	}
	.section01 .main_slide_wrap .main_slider .wrap02 p{
		font-size: 12px;
	}
	.section01 .main_slide_wrap .main_slider .wrap{
		left: 15px;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.section01 .main_slide_wrap .main_slider .swiper-pagination{
	    width: 23vw;
    	margin: auto 0px;
	}
	.section01 .main_slide_wrap .main_slider .wrap .pagination_progress_wrap{
		width: 100%;
		font-size: 11px;
	}
	.section01 .main_slide_wrap .main_slider::after{
		/* content: "";
		display: block;
		padding-bottom: 100%; */
	}
	.inner_layout .slide_style01 .swiper-slide .box > a{
		border-radius: 10px;
	}
	
	/* 767 공통 */
	.inner_layout .top_wrap{
		align-items: center;
	}
	.inner_layout .top_wrap h2{
		font-size: 24px;
	}
	.inner_layout .top_wrap .button_wrap{
		/* margin-top: 15px; */
	}
	.inner_layout .top_wrap .button_wrap .left{
		flex: 1;
		height: 36px;
	}
	.inner_layout .top_wrap .button_wrap .left button{
		font-size: 15px;
		padding: 0px;
	}
	.inner_layout .top_wrap .button_wrap .right{
		width: 36px;
		height: 36px;
	}
	.inner_layout .top_wrap .button_wrap .right a img{
		width: 11px;
		height: 11px;
	}
	.inner_layout .slide_style01{
		margin-top: 15px;	
	}
	.inner_layout .slide_style01 .swiper-slide{

	}
	.inner_layout .slide_style01 .swiper-slide .box .bottom_area{
		padding: 27px 25px 35px;
	}
	.inner_layout .slide_style01 .swiper-slide .box .bottom_area .con.one .state{
		font-size: 10px;
		padding: 2px 10px 1.5px;
	}
	.inner_layout .slide_style01 .swiper-slide .box .bottom_area .con.one .classify{
		font-size: 10px;
		padding: 2px 10px 1.5px;
	}
	.inner_layout .slide_style01 .swiper-slide .box .bottom_area .con.two .title a{
		font-size: 18px;
	}
	.inner_layout .slide_style01 .swiper-slide .box .bottom_area .con.two p{
		font-size: 13px;
	}
	.inner_layout .slide_style01 .swiper-slide .box .bottom_area .con.three{
		margin-top: 10px;
	}
	.inner_layout .slide_style01 .swiper-slide .box .bottom_area .con.three .date{
		font-size: 12px;
	}
	.inner_layout .slide_style01 .swiper-slide .box .bottom_area .con.three .place{
		font-size: 12px;
		margin-top: 4px;
	}
	.inner_layout .slide_style01 .slide_state_wrap{

	}
	.inner_layout .slide_style01 .slide_state_wrap .left{
		/* width: auto; */
		width: 50%;
		padding-right: 0px;
	}
	.inner_layout .slide_style01 .slide_state_wrap .right{
		margin-left: 20px;
		flex: 1;
		width: auto;
	}
	.inner_layout .slide_style01 .slide_state_wrap .right .progress_num{
		font-size: 11px;
		max-width: 50px;
	}
	.inner_layout .slide_style01 .slide_state_wrap .right > button{
		padding: 0px;
		background-size: contain;
		flex: 1;
	}
	.inner_layout .slide_style01 .swiper-slide .box .bottom_area .con.two .title{
		font-size: 18px;
	}
	.inner_layout .slide_style01 .slide_state_wrap .left .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
		/* border-radius: 25%; */
	}
	.inner_layout .slide_style01 .swiper-slide .box .top_area{
		border-radius: 10px;
	}
	.inner_layout .slide_style01 .swiper-slide .box .top_area{
		border-radius: 10px;
	}
	.inner_layout .slide_style01 .swiper-slide .box .top_area::before{
		border-radius: 10px;
	}
	/* 767 section02 */
	.section02{
		padding-top: 30px;
		padding-bottom: 40px;
	}
	/* 767 section03 */
	.section03{
		padding-top: 30px;
	}
	.section03 .inner_layout{
		padding-left: 0px;
		padding-right: 0px;
	}
	.section03 .inner_layout .top_wrap{
		padding-left: 15px;
		padding-right: 15px;
	}
	.section03 .inner_layout .bottom_wrap{
		margin-top: 15px;
	}
	.section03 .inner_layout .bottom_wrap .banner_area{
		gap: 15px 0px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .right{
		gap: 15px 0px;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .right .box{
		/* background: #585b48; */
		padding: 30px;
		border-radius: 10px;
		background: #585b48 url(/images/user/main/main_archive_bg02.png) center right -57px no-repeat;
		background-size: cover;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .right .box:first-of-type{
		background-size: cover;
		background-position: center right -57px;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .right .box:last-of-type{
		/* background: #c48468 */
		background: #c48468 url(/images/user/main/main_archive_bg03.png) center right 0px no-repeat;
		background-size: 460px;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .right .box .small{
		flex-direction: column;
		align-items: flex-start;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .right .box .move_btn{
		margin-left: 0px;
		margin-top: 20px;
		width: 30px;
		height: 30px;
		min-width: 30px;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .right .box .big{
		font-size: 18px;
		letter-spacing: -0.04em;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .left .box{
		padding: 30px;
		border-radius: 10px;
		background-position: right -30px center;
		background-size: cover;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .left .box .small{
		font-size: 13px;
		margin-top: 10px;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .left .box .big{
		font-size: 18px;
		letter-spacing: -0.04em;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .left .box .move_btn{
		width: 30px;
		height: 30px;
		margin-top: 20px;
	}
	.section03 .inner_layout .bottom_wrap .banner_area > .right .box .small .in_text{
		font-size: 13px;
		width: 50%;
	}
	.section03 .inner_layout .bottom_wrap .icon_area{
		padding-left: 15px;
		padding-right: 15px;
	}
	.section03 .inner_layout .bottom_wrap .icon_area .item i.img{
		border-radius: 10px;
	}
	.section03 .inner_layout .bottom_wrap .icon_area .item p{
		font-size: 14px;
		margin-top: 10px;
	}
	/* 767 section04 */
	.section04 {
		padding-top: 50px;
	}
	.section04 .swiper-button-prev{
		transform: translate(0px,-50%) rotate(180deg);
		left: 0px;
		right: auto;
		width: 32px;
		height: 32px;
	}
	.section04 .swiper-button-next{
		transform: translate(0px,-50%);
		left: auto;
		right: 0px;
		width: 32px;
		height: 32px;
	}
	.section04 .inner_layout{
		padding-left: 15px;
		padding-right: 15px;
	}
	.section04 .inner_layout .section04_slider{
		height: auto;
	}
	.section04 .inner_layout .section04_slider .swiper-slide{
		height: auto;
	}
	.section04 .inner_layout .section04_slider .swiper-slide a{
		border-radius: 10px;
	}
	.section04 .inner_layout .section04_slider .swiper-slide a::after{
		border-radius: 10px;
	}
	/* 767 section05 */
	.section05{
		padding-top: 50px;
		padding-bottom: 75px;
	}
	.section05 .more_wrap{
		margin-top: 20px;
	}
	.section05 .more_wrap a i{
		display: inline-block;
		width: 30px;
		height: 22px;
		background-size: 100%;
		margin-left: 5px;
	}
	.section05 .inner_layout .swiper-slide{
		border-radius: 10px;
	}
	.section05 .inner_layout .swiper-slide .in{
		padding: 25px;
	}
	.section05 .inner_layout .swiper-slide .in .tit{
		margin-top: 11px;
		font-size: 18px;
	}
	.section05 .inner_layout .swiper-slide .in .con{
		margin-top: 10px;
		font-size: 13px;
	}
	.section05 .more_wrap a{
		font-size: 16px;
	}
	.section05 .inner_layout .swiper-slide .in .con{
		font-size: 15px;
	}
	.section05 .inner_layout .swiper-slide .in .bottom_area .date{
		font-size: 13px;
	}
	.section05 .inner_layout .swiper-slide .in .classify{
		font-size: 10px;
    	padding: 2px 10px 1.5px;
	}
}
@media screen and (max-width: 425px){
	.section03 .inner_layout .bottom_wrap .icon_area .item{
		min-width: 65px;
	}
	.section03 .inner_layout .bottom_wrap .icon_area .item i.img img{
		/* width: 24px; */
		height: 30px;
	}
	.section03 .inner_layout .bottom_wrap .icon_area .item p{
		margin-top: 10px;
		font-size: 15px;
	}
	.section03 .inner_layout .bottom_wrap .icon_area{
		gap: 0px 15px;
	}
}