@charset "utf-8";

@media (max-width: 1023px) {
	.wrap {
		overflow-x: hidden !important;
	}
}



/*퀵 이동*/

.quick_menu {
	position: fixed;
	top: 50%;
	right: 50px;
	transform: translateY(-50%);
	z-index: 1000;
}

.quick_menu .content {
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.quick_menu .header_tab_cont_wrap {
	width: 115px;
	height: 375px;
	background-color: #ecc427;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.17);
	border-radius: 58px;
	padding: 28px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	/* gap: 4px; */
	margin-bottom: 0;
}

.quick_menu .header_tab_cont {
	width: 78px;
	height: 78px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #fff;
}

.quick_menu .header_tab_cont.tab_cont02.on {
	border: 3px solid #ab8b0c;
}


.quick_menu .header_tab_cont a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	background-color: transparent;
	border-radius: 50%;
	transition: background-color 0.3s;
}

.quick_menu p {
	font-family: 'Pretendard';
	font-size: 15px;
	color: #fafafb;
}

@media (max-width: 767px) {
	.quick_menu {
		display: none;
	}
}



/* main visual */
.main_wrap {
	width: 100%;
}

.main_wrap .guide {
	width: 100%;
	max-width: 1640px;
	padding: 0 20px;
}

.main_visual_wrap {
	position: relative;
	width: 100%;
	height: 600px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.main_visual_wrap {
		height: 80vw;
	}
}

.main_visual {
	width: 100%;
	height: 100%;
}

.main_visual_sub_evnet{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	/* height: 100%; */
	overflow: hidden;
}


.main_visual_sub_evnet img {
	width: 100%;
	/* height: 100%; */
	object-fit: cover;
}


.main_visual_sub {
	position: absolute;
	top: 29%;
	left: 8%;
	/* z-index: 2; */
}

.main_visual .main_banner {
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}

.main_banner {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.main_banner::before {
	/* content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4); */
	/* z-index: 1; */
}

/* .main_banner>* {
	position: relative;
	z-index: 2;
} */

.main_visual .main_banner .guide {
	position: absolute;
	top: 48%;
	left: 8%;
	/* transform: translateX(-50%); */
	width: 500px;
}

.main_visual .main_banner .txt_box {
	color: #fff;
	width: 500px;
}

.main_visual .main_banner .txt_box .title01 {
	font-family: 'Pretendard';
	font-size: 3.75em;
	font-weight: 500;
	margin-bottom: 10px;
	width: 500px;
}

.main_visual .main_banner .txt_box .title02 {
	font-family: 'Pretendard';
	font-size: 3.75em;
	font-weight: 700;
	width: 500px;
}

.main_visual .main_banner .txt_box .title03 {
	font-family: 'Pretendard';
	font-size: 1.75em;
	font-weight: 300;
	line-height: 1.33em;
	margin-top: 0.9em;
	width: 500px;
}

@media (max-width: 767px) {
	.main_visual_sub{
		width: 50%;
		left: 6%;
		top: 35%;
	}

	.main_visual .main_banner .txt_box {
		color: #fff;
		font-size: 2vw;
	}

	.main_visual .main_banner .guide {
		top: 40vw;
		left: 6%;
	}
}

@media (max-width: 450px) {
	.main_visual_sub{
		top: 41%;
	}
}

/*main_section01*/
.main_section01 {
	max-width: 1640px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 100px;
	/* margin-top: 450px; */
	margin-top: 100px;
	margin-bottom: 100px;
}

.main_section01 .title {
	font-weight: 700;
	font-family: 'Pretendard';
	color: #222222;
	font-size: 50px;
	letter-spacing: -3%;
	line-height: 60px;
}

@media (max-width: 767px) {
	.main_section01 {
		flex-direction: column;
		gap: 40px;
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.main_section01>div {
		width: 85%;
		/* height: 90%; */
	}

	.main_section01 .title {
		text-align: left;
		font-size: 8vw;
		line-height: 1.1;
	}
}


/*main_section02*/
.main_section02 {
	max-width: 1640px;
	margin: 0 auto;
	margin-bottom: 80px;
	/* position: relative;
	z-index: 1; */
}

.main_section02 .area01 {
	display: flex;
	align-items: end;
	gap: 260px;
}

@media (max-width: 767px) {
	.main_section02 .area01 {
		flex-direction: column;
		gap: 30px;
		display: flex;
		align-items: center;
	}
}

.main_section02 .area01 .title {
	font-weight: 700;
	font-family: 'Pretendard';
	color: #222222;
	font-size: 45px;
	border-bottom: 8px solid #fddca8;
	display: inline;
}

@media (max-width: 767px) {
	.main_section02 .area01 .title {
		font-size: 8vw;
	}
}

.main_section02 .area01 .sub_top {
	display: flex;
	align-items: center;
	gap: 30px;
}

@media (max-width: 767px) {
	.main_section02 .area01 .sub_top {
		display: flex;
		justify-content: center;
		width: 100vw;
		gap: 4%;
		padding-left: 2%;
	}
}

.main_section02 .area01 .sub_top .sub_top01 {
	display: flex;
	align-items: center;
	gap: 10px;
}

.main_section02 .area01 .sub_top .sub_top01 .circle {
	width: 9px;
	height: 9px;
	border-radius: 9px;
	background-color: #ffa200;
	margin: 0 auto;
}

.main_section02 .area01 .sub_top .sub_top01 a {
	font-weight: 500;
	font-family: 'Pretendard';

	color: #222222 !important;
	font-size: 20px;
	border-bottom: 2px solid #222222;
	display: inline;
}

.main_section02 .area01 .sub_top .sub_top02 a {
	font-weight: 500;
	font-family: 'Pretendard';

	color: #9A9A9A;
	font-size: 20px;
}

.main_section02 .area01 .sub_top .sub_top03 a {
	font-weight: 500;
	font-family: 'Pretendard';

	color: #9A9A9A;
	font-size: 20px;
}

.main_section02 .area01 .sub_top .sub_top04 a {
	font-weight: 500;
	font-family: 'Pretendard';

	color: #9A9A9A;
	font-size: 20px;
}

.main_section02 .area02 {
	display: flex;
	align-items: center;
	margin-top: 40px;
	gap: 50px;
}

@media (max-width: 767px) {
	.main_section02 .area02 {
		flex-direction: column;
		gap: 30px;
	}
}


.main_section02 .area02 .sub_news {
	display: flex;
	align-items: center;
	gap: 30px;
}

@media (max-width: 767px) {
	.main_section02 .area02 .sub_news {
		flex-direction: column;
	}
}

.main_section02 .area02 .sub_news .content.news {
	width: 293px;
	height: 270px;
	border-width: 2px;
	border-color: #4e5dbc;
	border-style: solid;
	border-radius: 23px 60px 23px 60px;
	background-color: rgb(250, 250, 251);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.17);
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 767px) {
	.main_section02 .area02 .sub_news .content.news {
		width: 90vw;
		height: auto;
		padding: 6vw;
	}
}

.main_section02 .area02 .sub_news .content.news .title {
	font-weight: 500;
	font-family: 'Pretendard';
	color: #FFFFFF;
	width: 62px;
	height: 62px;
	border-radius: 31px;
	background-color: #4e5dbc;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

@media (max-width: 767px) {
	.main_section02 .area02 .sub_news .content.news .title {
		width: 50px;
		height: 50px;
		border-radius: 25px;
	}
}

.main_section02 .area02 .sub_news .content.news .item_wrap {
	font-weight: 500;
	font-family: 'Pretendard';
	line-height: 1.3;
	font-size: 20px;
	color: #222222;
}

@media (max-width: 767px) {
	.main_section02 .area02 .sub_news .content.news .item_wrap {
		font-size: 20px;
	}
}

.main_section02 .area02 .sub_news .content.news .item_wrap .item a .date {
	font-weight: 500;
	font-family: 'Pretendard';
	color: #9A9A9A;
	font-size: 18px;
	margin-bottom: 5px;
	text-align: right;
}

@media (max-width: 767px) {
	.main_section02 .area02 .sub_news .content.news .item_wrap .item a .date {
		font-size: 16px;
	}
}

.main_section02 .area02 .sub_news .content.news .item_wrap .item a .separator-box {
	background-color: #4e5dbc;
	width: 250px;
	height: 7px;
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	.main_section02 .area02 .sub_news .content.news .item_wrap .item a .separator-box {
		width: 100%;
		margin-bottom: 7px;
	}
}

.main_section02 .area02 .sub_news .content.notice {
	width: 293px;
	height: 270px;
	border-width: 2px;
	border-color: #ffa200;
	border-style: solid;
	border-radius: 23px 60px 23px 60px;
	background-color: rgb(250, 250, 251);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.17);
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 767px) {
	.main_section02 .area02 .sub_news .content.notice {
		width: 90vw;
		height: auto;
		padding: 6vw;
	}
}

.main_section02 .area02 .sub_news .content.notice .title {
	font-weight: 500;
	font-family: 'Pretendard';
	color: #FFFFFF;
	width: 62px;
	height: 62px;
	border-radius: 31px;
	background-color: #F9A019;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

@media (max-width: 767px) {
	.main_section02 .area02 .sub_news .content.notice .title {
		width: 50px;
		height: 50px;
		border-radius: 25px;
	}
}

.main_section02 .area02 .sub_news .content.notice .item_wrap {
	font-weight: 500;
	font-family: 'Pretendard';
	line-height: 1.3;
	font-size: 20px;
	color: #222222;
}

@media (max-width: 767px) {
	.main_section02 .area02 .sub_news .content.notice .item_wrap {
		font-size: 20px;
	}
}

.main_section02 .area02 .sub_news .content.notice .item_wrap .item a .date {
	font-weight: 500;
	font-family: 'Pretendard';
	color: #9A9A9A;
	font-size: 18px;
	margin-bottom: 5px;
	text-align: right;
}

@media (max-width: 767px) {
	.main_section02 .area02 .sub_news .content.notice .item_wrap .item a .date {
		font-size: 16px;
	}
}

.main_section02 .area02 .sub_news .content.notice .item_wrap .item a .separator-box {
	background-color: #F9A019;
	width: 250px;
	height: 7px;
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	.main_section02 .area02 .sub_news .content.notice .item_wrap .item a .separator-box {
		width: 100%;
		margin-bottom: 7px;
	}
}

.main_section02 .area02 .sub_news .content.bidding {
	width: 293px;
	height: 270px;
	border-width: 2px;
	border-color: #d42d2a;
	border-style: solid;
	border-radius: 23px 60px 23px 60px;
	background-color: rgb(250, 250, 251);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.17);
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 767px) {
	.main_section02 .area02 .sub_news .content.bidding {
		width: 90vw;
		height: auto;
		padding: 6vw;
	}
}

.main_section02 .area02 .sub_news .content.bidding .title {
	font-weight: 500;
	font-family: 'Pretendard';
	color: #FFFFFF;
	width: 62px;
	height: 62px;
	border-radius: 31px;
	background-color: #D22229;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

@media (max-width: 767px) {
	.main_section02 .area02 .sub_news .content.bidding .title {
		width: 50px;
		height: 50px;
		border-radius: 25px;
	}
}

.main_section02 .area02 .sub_news .content.bidding .item_wrap {
	font-weight: 500;
	font-family: 'Pretendard';
	line-height: 1.3;
	font-size: 20px;
	color: #222222;
}

@media (max-width: 767px) {
	.main_section02 .area02 .sub_news .content.bidding .item_wrap {
		font-size: 20px;
	}
}

.main_section02 .area02 .sub_news .content.bidding .item_wrap .item a .date {
	font-weight: 500;
	font-family: 'Pretendard';
	color: #9A9A9A;
	font-size: 18px;
	margin-bottom: 5px;
	text-align: right;
}

@media (max-width: 767px) {
	.main_section02 .area02 .sub_news .content.bidding .item_wrap .item a .date {
		font-size: 16px;
	}
}

.main_section02 .area02 .sub_news .content.bidding .item_wrap .item a .separator-box {
	background-color: #D22229;
	width: 250px;
	height: 7px;
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	.main_section02 .area02 .sub_news .content.bidding .item_wrap .item a .separator-box {
		width: 100%;
		margin-bottom: 7px;
	}
}

.main_section02 .area02_sub {
	position: relative;
	width: fit-content;
	height: auto;
}

@media (max-width: 767px) {
	.main_section02 .area02_sub {
		margin-top: 18vw;
	}
}

.main_section02 .area02_sub .bg-deco {
	position: absolute;
	z-index: 1;
	top: -200px;
	left: 300px;
	width: auto;
	height: auto;
}

@media (max-width: 767px) {
	.main_section02 .area02_sub .bg-deco {
		top: -20vw;
		left: 60vw;
		width: 20vw;
	}
}


.main_section02 .area02_sub_images_wrap {
	width: 530px;
	height: 270px;
	border-radius: 70px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.17);
	overflow: hidden;
	position: relative;
	z-index: 2;
	opacity: 0;
}

@media (max-width: 767px) {
	.main_section02 .area02_sub_images_wrap {
		width: 90vw;
		height: 50vw;
		border-radius: 8%;
	}
}

.main_section02 .area02_sub_images {
	display: flex;
	/* 5장은 500% */
	/* width: calc(100% * 5);  */
	width: 100%;
	height: 100%;
	transition: transform 0.6s ease-in-out;
}

.main_section02 .area02_sub_images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	flex-shrink: 0;
}

.main_section02 .area02_sub_images img.active {
	display: block;
}

.main_section02 .area02_sub_bt_area {
	width: 133px;
	height: 58px;
	position: absolute;
	bottom: -29px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	/* gap: 10px; */
	background-color: #ffa200;
	box-shadow: 0px 0px 10px 0px rgba(14, 14, 14, 0.22);
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}






/*main_section03*/
.main_section03 {
	/* border: 2px solid blueviolet; */

	max-width: 1640px;
	margin: 0 auto;
	margin-bottom: 80px;
}

.main_section03 .area01 {
	display: flex;
	align-items: end;
	gap: 600px;
}

@media (max-width: 767px) {
	.main_section03 .area01 {
		flex-direction: column;
		gap: 30px;
		display: flex;
		align-items: center;
	}
}

.main_section03 .area01 .title {
	font-weight: 700;
	font-family: 'Pretendard';
	color: #222222;
	font-size: 45px;
	border-bottom: 8px solid #fddca8;
	display: inline;
}

@media (max-width: 767px) {
	.main_section03 .area01 .title {
		font-size: 8vw;
	}
}

.main_section03 .area01 .sub_top {
	display: flex;
	align-items: center;
	gap: 30px;
}

@media (max-width: 767px) {
	.main_section03 .area01 .sub_top {
		display: flex;
		justify-content: center;
		width: 100vw;
		gap: 4%;
		padding-left: 2%;
	}
}

.main_section03 .area01 .sub_top .sub_top01 {
	display: flex;
	align-items: center;
	gap: 10px;
}

.main_section03 .area01 .sub_top .sub_top01 .circle {
	width: 9px;
	height: 9px;
	border-radius: 9px;
	background-color: #ffa200;
	margin: 0 auto;
}

.main_section03 .area01 .sub_top .sub_top01 a {
	font-weight: 500;
	font-family: 'Pretendard';

	color: #222222 !important;
	font-size: 20px;
	border-bottom: 2px solid #222222;
	display: inline;
}

.main_section03 .area01 .sub_top .sub_top02 a {
	font-weight: 500;
	font-family: 'Pretendard';
	color: #9A9A9A;
	font-size: 20px;
}

.main_section03 .area02 {
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 30px;
	gap: 40px;
	overflow: visible;
}

@media (max-width: 767px) {
	.main_section03 .area02 {
		flex-direction: column;
	}
}

.main_section03 .area02 .sub_gallery_wrap {
	width: 1110px;
	overflow: hidden;
	position: relative;
}

@media (max-width: 767px) {
	.main_section03 .area02 .sub_gallery_wrap {
		width: 90vw;
	}
}

.main_section03 .area02 .sub_gallery_wrap .sub_gallery {
	display: flex;
	gap: 30px;
	transition: transform 0.5s ease-in-out;
}

@media (max-width: 767px) {
	.main_section03 .area02 .sub_gallery_wrap .sub_gallery {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
}

.main_section03 .area02 .sub_gallery_wrap .sub_gallery>div {
	width: 350px;
	height: 370px;
	flex-shrink: 0;
	border: 1px solid rgb(255, 114, 0);
	border-radius: 31px;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.17);
	overflow: hidden;
}

@media (max-width: 767px) {
	.main_section03 .area02 .sub_gallery_wrap .sub_gallery>div {
		width: calc(50% - 10px);
		height: 40vw;
		box-sizing: border-box;
		border-radius: 10%;
		box-shadow: 0 0 10% rgba(0, 0, 0, 0.17);
	}
}

.main_section03 .area02 .sub_gallery_wrap .sub_gallery>div a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width: 767px) {
	.main_section03 .area02 .sub_gallery_wrap .sub_gallery>div a img {
		object-fit: cover;
		display: block;
	}
}

.gallery-button-prev,
.gallery-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 2px 1px 14px rgba(0, 0, 0, 0.13);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
}

.gallery-button-prev {
	left: -35px;
	transform: translateY(-50%);
}

.gallery-button-next {
	left: 1075px;
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	.gallery-button-prev {
		display: none;
	}

	.gallery-button-next {
		display: none;
	}
}








.main_section03 .area02 .contnet_banner_wrap {
	position: relative;
	width: 370px;
	height: 400px;
}

@media (max-width: 767px) {
	.main_section03 .area02 .contnet_banner_wrap {
		width: 85vw;
		height: 50%;
	}
}

.main_section03 .area02 .contnet_banner_wrap .contnet_banner_inner {
	background-image: -moz-linear-gradient(97deg, rgba(249, 160, 27, 0.99608) 0%, rgb(210, 35, 42) 100%);
	background-image: -webkit-linear-gradient(97deg, rgba(249, 160, 27, 0.99608) 0%, rgb(210, 35, 42) 100%);
	background-image: -ms-linear-gradient(97deg, rgba(249, 160, 27, 0.99608) 0%, rgb(210, 35, 42) 100%);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.17);
	width: 100%;
	height: 100%;
	border-radius: 60px 23px 60px 23px;
	text-align: left;
	z-index: 1;
	padding: 30px 20px;
}

.main_section03 .area02 .contnet_banner_wrap .contnet_banner_inner .com_tit {
	font-weight: 500;
	font-family: 'Pretendard';
	color: #fff;
	font-size: 40px;
	margin-top: 20px;
	margin-left: 30px;
}

@media (max-width: 767px) {
	.main_section03 .area02 .contnet_banner_wrap .contnet_banner_inner .com_tit {
		margin-left: 5%;
		margin-top: 5%;
		font-size: 8vw;
	}
}

.main_section03 .area02 .contnet_banner_wrap .contnet_banner_inner .com_desc {
	font-weight: 300;
	font-family: 'Pretendard';
	color: #fff;
	font-size: 30px;
	margin-top: 60px;
	margin-left: 20px;
}

@media (max-width: 767px) {
	.main_section03 .area02 .contnet_banner_wrap .contnet_banner_inner .com_desc {
		margin-top: 5%;
		margin-left: 5%;
		font-size: 5vw;
		line-height: 1.33em;
	}
}

.main_section03 .area02 .contnet_banner_wrap .contnet_banner_inner .com_desc .br_space {
	display: inline;
}

.br_mobile {
	display: none;
}

@media (max-width: 767px) {
	.br_mobile {
		display: inline;
	}
}

.main_section03 .area02 .contnet_banner_wrap .contnet_banner_inner .com_desc02 {
	font-weight: 300;
	font-family: 'Pretendard';
	color: #fff;
	font-size: 25px;
	margin-top: 80px;
	margin-left: 20px;
}

@media (max-width: 767px) {
	.main_section03 .area02 .contnet_banner_wrap a .contnet_banner_inner .com_desc02 {
		display: none;
	}
}

.main_section03 .area02 .contnet_banner_wrap .icon {
	position: absolute;
	bottom: -50px;
	right: -40px;
	z-index: 2;
}

@media (max-width: 767px) {
	.main_section03 .area02 .contnet_banner_wrap .icon {
		right: 2vw;
		top: 5vw;
		bottom: 0;
	}

	.main_section03 .area02 .contnet_banner_wrap .icon img {
		width: 15vw;
	}
}


/*main_section04*/
.main_section04 {
	/* border: 2px solid green; */

	max-width: 1640px;
	margin: 0 auto;
	margin-bottom: 80px;
}

.main_section04 .area01 {
	display: flex;
	align-items: end;
}

@media (max-width: 767px) {
	.main_section04 .area01 {
		flex-direction: column;
		display: flex;
		align-items: center;
	}
}

.main_section04 .area01 .title {
	font-weight: 700;
	font-family: 'Pretendard';
	color: #222222;
	font-size: 45px;
	border-bottom: 8px solid #fddca8;
	display: inline;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.main_section04 .area01 .title {
		font-size: 8vw;
	}
}

.main_section04 .media_wrap {
	display: flex;
	align-items: stretch;
	position: relative;
	margin-top: 30px;
	gap: 30px;
}

@media (max-width: 767px) {
	.main_section04 .media_wrap {
		flex-direction: column;
		display: flex;
		align-items: center;
	}
}

.main_section04 .media_cont {
	width: 45%;
	height: 21.25em;
}

@media (max-width: 767px) {
	.main_section04 .media_cont {
		width: 90vw;
	}
}

.main_section04 .media_list_box.media_cont {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
}

.main_section04 .media_cont .choice_media {
	width: 100%;
	height: 100%;
}

.main_section04 .media_list_box {
	padding-left: 0;
	overflow: hidden;
	/* position: relative; */
	/* padding-bottom: 90px; */
}

@media (max-width: 767px) {
	.main_section04 .media_list_box.media_cont {
		width: 90vw;
	}
}

.main_section04 .media_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1em;
	background-color: transparent;
	padding: 0;
}

.main_section04 .media_list .list {
	border: none;
	/* background-color: #fff; */
}

.main_section04 .media_list .list a {
	display: block;
	padding: 0;
}

.main_section04 .media_list .list .thumb {
	width: 100%;
	/* padding-top: 56.25%; */
	padding-top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 0.5em;
}


.main_section04 .media_list .list .txt_box .subject {
	/* display: none; */
	text-align: center;
	margin-top: 10px;
}


.main_section04 .media_list .list .txt_box .date {
	/* display: none; */
	text-align: center;
}


.main_section04 .media_list .list .txt_box {
	/* display: none; */
	text-align: center;
}

.main_section04 .movie_more_btn {
	width: 148px;
	height: 41px;
	position: absolute;
	right: 70px;
	bottom: 0;
	border-radius: 35px 10px 30px 5px;
	background-image: -moz-linear-gradient(97deg, rgba(249, 160, 27, 0.99608) 0%, rgb(210, 35, 42) 100%);
	background-image: -webkit-linear-gradient(97deg, rgba(249, 160, 27, 0.99608) 0%, rgb(210, 35, 42) 100%);
	background-image: -ms-linear-gradient(97deg, rgba(249, 160, 27, 0.99608) 0%, rgb(210, 35, 42) 100%);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.17);
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	/* z-index: 2; */
}

@media (max-width: 767px) {
	.main_section04 .movie_more_btn {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
}

.main_section04 .movie_more_btn .movie_more {
	font-weight: 700;
	font-family: 'Pretendard';
	letter-spacing: -3%;
	color: #FFFFFF;
	font-size: 20px;
}


/*main_section05*/

.main_section05 {
	max-width: 1640px;
	display: flex;
	margin: 0 auto;
	gap: 50px;
	margin-top: 80px;
	margin-bottom: 80px;
}

@media (max-width: 767px) {
	.main_section05 {
		flex-direction: column;
		display: flex;
		align-items: center;
		margin-top: 60px;
	}

	.main_section05 .area01 {
		flex-direction: column;
		display: flex;
		align-items: center;
	}
}

.main_section05 .area01 .title {
	font-weight: 700;
	font-family: 'Pretendard';
	color: #222222;
	font-size: 45px;
	border-bottom: 8px solid #fddca8;
	display: inline;
}

@media (max-width: 767px) {
	.main_section05 .area01 .title {
		font-size: 8vw;
	}
}

.main_section05 .area01 .sub_title {
	font-weight: 500;
	font-family: 'Pretendard';
	letter-spacing: -3%;
	color: #c3c3c4;
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-left: 10px;
}

@media (max-width: 767px) {
	.main_section05 .area01 .sub_title {
		text-align: center;
		font-size: 1.5em;
	}
}

.main_section05 .area01 .rink_area {
	display: flex;
	gap: 20px
}

.main_section05 .area01 .rink_area .cate_box {
	background-color: #F9A019;
	width: 270px;
	height: 54px;
	border-radius: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.main_section05 .area01 .rink_area .cate_box {
		width: 44vw;
		height: 15vw;
	}
}

.main_section05 .area01 .rink_area .cate_box a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.main_section05 .area01 .rink_area .cate_box .txt {
	font-weight: 700;
	font-family: 'Pretendard';
	color: #FFFFFF;
	font-size: 20px;
}

@media (max-width: 767px) {
	.main_section05 .area01 .rink_area .cate_box .txt {
		font-size: 4.5vw;
	}
}

@media (max-width: 767px) {
	.main_section05 .area02 {
		flex-direction: column;
		display: flex;
		align-items: center;
	}
}

.main_section05 .area02 .title {
	font-weight: 700;
	font-family: 'Pretendard';
	letter-spacing: -3%;
	color: #222222;
	font-size: 45px;
	border-bottom: 8px solid #fddca8;
	display: inline;
}

@media (max-width: 767px) {
	.main_section05 .area02 .title {
		font-size: 8vw;
	}
}

.main_section05 .area02 .sub_title {
	font-weight: 500;
	font-family: 'Pretendard';
	letter-spacing: -3%;
	color: #c3c3c4;
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-left: 10px;
}

@media (max-width: 767px) {
	.main_section05 .area02 .sub_title {
		text-align: center;
		font-size: 1.5em;
	}
}

.main_section05 .area02 .rink_area {
	display: flex;
	gap: 20px
}

.main_section05 .area02 .rink_area .cate_box {
	background-color: #4E5DBC;
	width: 270px;
	height: 54px;
	border-radius: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.main_section05 .area02 .rink_area .cate_box {
		width: 44vw;
		height: 15vw;
	}
}

.main_section05 .area02 .rink_area .cate_box a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.main_section05 .area02 .rink_area .cate_box .txt {
	font-weight: 700;
	font-family: 'Pretendard';
	letter-spacing: -3%;
	color: #FFFFFF;
	font-size: 20px;
}

@media (max-width: 767px) {
	.main_section05 .area02 .rink_area .cate_box .txt {
		font-size: 4.5vw;
	}
}

@media (max-width: 767px) {
	.main_section05 .area03 {
		flex-direction: column;
		display: flex;
		align-items: center;
	}
}

.main_section05 .area03 .title {
	font-weight: 700;
	font-family: 'Pretendard';
	letter-spacing: -3%;
	color: #222222;
	font-size: 45px;
	border-bottom: 8px solid #fddca8;
	display: inline;
}

@media (max-width: 767px) {
	.main_section05 .area03 .title {
		font-size: 8vw;
	}
}

.main_section05 .area03 .cate_box {
	width: 293px;
	height: 270px;
	border: 2px solid #ffa200;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.17);
	border-radius: 23px 60px 23px 60px;
	margin-top: 60px;
}

@media (max-width: 767px) {
	.main_section05 .area03 .cate_box {
		width: 80vw;
	}
}

.main_section05 .area03 .cate_box a .info {
	font-weight: 500;
	font-family: 'Pretendard';
	letter-spacing: -3%;
	color: #c3c3c4;
	font-size: 15px;
	text-align: center;
	margin-top: 40px;
}

.main_section05 .area03 .cate_box a .info p {
	margin-top: 5px;
}

.main_section05 .area03 .cate_box a .number_box {
	text-align: center;
}

.main_section05 .area03 .cate_box a .number_box .total_num {
	font-weight: 700;
	font-family: 'Pretendard';
	letter-spacing: -3%;
	color: #000000;
	font-size: 60px;
	margin-top: 30px;
}

.main_section05 .area03 .cate_box a .number_box .change_num {
	font-weight: 700;
	font-family: 'Pretendard';
	letter-spacing: -3%;
	color: #F9A019;
	font-size: 35px;
	text-align: center;
	margin-top: 20px;
}

.main_section05 .area03 .cate_box a .txt {
	font-weight: 500;
	font-family: 'Pretendard';
	letter-spacing: -3%;
	color: #c3c3c4;
	font-size: 15px;
	text-align: center;
	margin-top: 20px;
}

.gray-bg-wrapper::before {
	content: "";
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(249, 246, 244, 0.6);
	z-index: 0;
	pointer-events: none;
}
@media (max-width: 767px){
  .gray-bg-wrapper::before{
    top:200px;
    bottom:0;  
    height:auto;
  }
}

.gray-bg-wrapper {
	position: relative;
	z-index: 0;
}

.gray-bg-wrapper section {
	position: relative;
	z-index: 1;
}