@charset "utf-8";

/******************************  메인  ******************************/
.main_title {
	position: absolute;
	top: 21.48vh;
	left: 8.59vw;
	/* width: 15.57vw; */
	height: 67.59vh;
}


.img_wrap {
	position: absolute;
	top: 50%;
	left: 27.25vw;
	height: 85%;
	transform: translateY(-50%);
}

.img_wrap .main_schedule {
	height: 100%;
}

.schedule_button {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4vh solid transparent;
	border-right: 4vh solid transparent;
	border-bottom: 33vh solid transparent;
	z-index: 9;
}

.schedule_button.button3, 
.schedule_button.button5, 
.schedule_button.button6, 
.schedule_button.button7 {
	width: 25vh;
	height: 33vh;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	clip-path: polygon(
		50% 100%,
		0% 10%,
		25% 3%,
		50% 0%,
		75% 3%,
		100% 10%
	);
	/* background: rgba(0,0,0,0.5); */
}

.schedule_button.button1 {
	top: 40%;
	left: 65%;
	transform: rotate(-68deg);
}

.schedule_button.button2 {
	top: 44.5%;
	left: 62%;
	transform: rotate(-53deg);
}

.schedule_button.button3 {
	top: 51%;
	left: 43%;
	transform: rotate(158deg);
}

.schedule_button.button4 {
	top: 52%;
	left: 42.5%;
	transform: rotate(8deg);
}

.schedule_button.button5 {
	top: 48.5%;
	left: 21.5%;
	transform: rotate(217deg);
}

.schedule_button.button6 {
	top: 34%;
	left: 13.5%;
	height: 34vh;
	transform: rotate(263deg);
}

.schedule_button.button7 {
	top: 18%;
	left: 16.5%;
	width: 26vh;
	height: 35vh;
	transform: rotate(-52deg);
}


.schedule_layer {
	position: absolute;
	opacity: 0;
	transition: opacity 0.2s ease;
	z-index: 5;
}

.schedule_layer::after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("/images/click_icon.png") no-repeat center center / 13vh;
	z-index: 1;
	content: "";
}

.schedule_layer > img {
	width: 100%;
}

.schedule_layer.layer1 {
	top: 52.6%;
	left: 53%;
	width: 30.5vh;
}

.schedule_layer.layer1::after {
	top: 15%;
	left: 30%;
}

.schedule_layer.layer2 {
	top: 52.6%;
	left: 51.8%;
	width: 28vh;
}

.schedule_layer.layer2::after {
	top: 24%;
	left: 27%;
}

.schedule_layer.layer3 {
	top: 52.3%;
	left: 50.3%;
	width: 23.3vh;
}

.schedule_layer.layer3::after {
	top: 28%;
	left: -3%;
}

.schedule_layer.layer4 {
	top: 53.9%;
	left: 39.9%;
	width: 8.2vh;
}

.schedule_layer.layer4::after {
	top: 35%;
	left: 5%;
}

.schedule_layer.layer5 {
	top: 52%;
	left: 14%;
	width: 29.07vh;
}

.schedule_layer.layer5::after {
	top: 20%;
	left: -8%;
}

.schedule_layer.layer6 {
	top: 41%;
	left: 8%;
	width: 34.07vh;
}

.schedule_layer.layer6::after {
	top: 0%;
	left: -35%;
}

.schedule_layer.layer7 {
	top: 15%;
	left: 9%;
	width: 33.33vh;
}

.schedule_layer.layer7::after {
	top: -10%;
	left: -20%;
}



/******************************  리스트  ******************************/
.search_area {
	margin-top: 135px;
	padding: 50px 45px;
	background: url('/images/searchbar_bg.png') no-repeat center center / cover;
}

.search_area .search_box {
	position: relative;
}

.search_area .search_box .search_text {
	float: left;
	width: 100%;
	height: 120px;
	padding: 0 35px;
	padding-right: 130px;
	border: 3px solid #000;
	box-sizing: border-box;
	font-family: "Laundry";
	font-size: 28px;
}

.search_area .search_box .search_text::placeholder {
	color: #B2B2B2;
}

.search_area .search_box .search_submit {
	position: absolute;
	top: 50%;
	right: 35px;
	transform: translateY(-50%);
}


.tab_area {
	display: flex;
	margin-top: 70px;
	justify-content: center;
	/* justify-content: space-between; */
	align-items: center;
}

.tab_area button {
	width: 227px;
	height: 70px;
	padding-top: 3px;
	margin: 0 10px;
	border-radius: 54px;
	background: #FFA73E;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.16);
	font-family: "Laundry";
	font-size: 32px;
	color: #fff;
}


.exhibits_list {
	margin-top: 135px;
	margin-bottom: 250px;
}

.exhibits_list > li {
	position: relative;
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}

.exhibits_list > li > a {
	display: flex;
	width: 294px;
	height: 250px;
	justify-content: center;
	align-items: center;
	background: rgba(255, 167, 62, 0.9);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.exhibits_list > li:nth-child(4n + 4) {
	margin-right: 0;
}

.exhibits_list > li .info {
	font-family: "GumiRomance";
	text-align: center;
	color: #fff;
}

.exhibits_list > li .info .name {
	display: block;
	margin-bottom: 15px;
	font-size: 32px;
}

.exhibits_list > li .info .detail {
	display: block;
	margin-bottom: 30px;
	font-size: 24px;
}

.exhibits_list > li .info .click {
	display: inline-block;
	padding: 0 28px;
	padding-top: 2px;
	background: #fff;
	border-radius: 54px;
	font-family: 'Pretendard';
	font-size: 32px;
	font-weight: bold;
	line-height: 50px;
	color: #FFAF50;
}


.exhibit_info_area {
	display: flex;
	margin-top: 120px;
	justify-content: space-between;
	align-items: flex-start;
}

.exhibit_info_area .exhibit_img_box {
	width: 612px;
}

.exhibit_info_area .exhibit_img_box .exhibit_img_big {
	width: inherit;
	height: 520px;
	cursor: pointer;
}

.exhibit_info_area .exhibit_img_box .exhibit_img_small {
	display: flex;
	margin-top: 20px;
	/* justify-content: space-between; */
	align-items: center;
	gap: 17px;
}

.exhibit_info_area .exhibit_img_box .exhibit_img_small .img {
	flex: 1;
	height: 192px;
	max-width: 192px;
	cursor: pointer;
}

.exhibit_info_area .exhibit_info_box {
	width: 665px;
	min-height: 520px;
	border-top: 3px solid #000;
	box-sizing: border-box;
	font-family: 'Pretendard';
	border-bottom: 1px solid #ACACAC;
}

.exhibit_info_area .exhibit_info_box .exhibit_title {
	padding: 0 30px;
	padding-top: 25px;
	font-size: 44px;
	font-weight: bold;
}

.exhibit_info_area .exhibit_info_box .exhibit_subtitle {
	display: block;
	padding: 10px 30px 25px;
	border-bottom: 1px solid #ACACAC;
	font-size: 28px;
	color: #444;
}

.exhibit_info_area .exhibit_info_box .exhibit_intro {
	padding: 25px 30px;
	font-size: 32px;
	line-height: 1.4;
	color: #444;
}

.exhibit_detail_area {
	margin-top: 38px;
	padding-top: 85px;
}

.exhibit_detail_area .exhibit_detail {
	width: 100%;
}

.exhibit_detail_area .exhibit_detail th,
.exhibit_detail_area .exhibit_detail td {
	border: 1px solid #ACACAC;
	font-family: 'Pretendard';
}

.exhibit_detail_area .exhibit_detail th {
	width: 306px;
	padding: 30px 0;
	background: #F0F0F0;
	font-size: 28px;
	font-weight: 600;
}

.exhibit_detail_area .exhibit_detail td {
	padding: 30px 45px;
	font-size: 24px;
}

.exhibit_detail_area .exhibit_detail td .content {
	min-height: 270px;
}

.exhibit_btn_area {
	margin-top: 90px;
	margin-bottom: 250px;
	text-align: center;
}

.exhibit_btn_area .exhibit_btn {
	width: 227px;
	height: 70px;
	border: 2px solid #222222;
	border-radius: 54px;
	font-family: 'Pretendard';
	font-size: 32px;
	font-weight: 500;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}