@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css");

@font-face {
	font-family: "SB Aggro";
	src: url("../fonts/SBAggroB.woff") format("woff2"),
		url("../fonts/SBAggroB.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "SB Aggro";
	src: url("../fonts/SBAggroM.woff2") format("woff2"),
		url("../fonts/SBAggroM.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "SB Aggro";
	src: url("../fonts/SBAggroL.woff2") format("woff2"),
		url("../fonts/SBAggroL.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

body {
	margin: 0;
	font-family: "Pretendard Variable", sans-serif;
	color: #222;
}
.kr,
.en {
	overflow: hidden;
}
.mb {
	display: none;
}
.main_wp {
	position: relative;
}
.main_bnr {
	position: relative;
	width: 100%;
	height: 100vh;
	background: url(/img/pc_bg.png) center / cover no-repeat;
}
.main_bnr > img {
	width: 100%;
	height: 100vh;
}
.bnr_btn {
	position: absolute;
	top: 40px;
	right: 80px;
	display: flex;
	gap: 32px;
	z-index: 20;
}
.main_cont {
	width: 1600px;
	height: calc(100vw * (810 / 1920));
	position: absolute;
	top: 90px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
}
.main_cont .cont01 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.main_cont .cont01 img {
	width: 300px;
	margin-bottom: 40px;
}
.main_cont .cont01 .tit {
	margin-bottom: 20px;
	font-size: 44px;
	color: #fff200;
	font-family: "SB Aggro";
	font-weight: 700;
	text-align: right;
}
.main_cont .cont01 p {
	font-size: 40px;
	font-weight: 500;
	font-family: "SB Aggro";
	color: #fff;
	text-align: right;
	margin: 0;
}
.main_cont .cont02 {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.main_cont .cont02 .txt_box {
	margin-bottom: 80px;
}
.main_cont .cont02 .date {
	font-family: "SB Aggro";
	font-weight: 500;
	font-size: 28px;
	color: #00a0a3;
}
.en .main_cont .cont02 .date,
.en .main_cont .cont02 .place {
	font-size: 20px;
}
.main_cont .cont02 .place {
	margin: 0 0 -30px 0;
	font-family: "SB Aggro";
	font-weight: 500;
	font-size: 28px;
	color: #fff;
	text-align: justify;
}
.en .main_cont .cont02 .place {
	margin: 0 0 -20px 0;
}
.main_cont .cont02 .table {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.main_cont .cont02 .row {
	display: flex;
	gap: 24px;
	padding: 8px 0;
}
.en .main_cont .cont02 .row {
	display: flex;
	gap: 14px;
	padding: 8px 0;
}
.main_cont .cont02 .row:nth-child(2) {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.main_cont .cont02 .th {
	font-size: 20px;
	font-family: "SB Aggro";
	font-weight: 500;
	color: #00a0a3;
}
.en .main_cont .cont02 .th {
	font-size: 18px;
}
.en .main_cont .cont02 .th {
	width: 140px;
}
.main_cont .cont02 .td {
	font-size: 18px;
	font-family: "SB Aggro";
	font-weight: 300;
	color: #fff;
	line-height: 1.3;
}
.en .main_cont .cont02 .td {
	font-size: 16px;
}
.main_cont .cont02 > img {
	width: 380px;
}
.bnr_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
	width: 1px;
	height: 10px;
	background: rgba(255, 255, 255, 0.5);
}
.bnr_btn a {
	display: block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 95;
}
.modal_inner {
	position: absolute;
	top: 100px;
	right: 280px;
	width: 494px;
}
.modal_inner .mb {
	display: none;
}
.modal_inner img {
	width: 100%;
	height: 100%;
}
.modal a {
	width: 100%;
	height: 424px;
}
.modal .hide {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	padding: 10px;
	background: #fff;
}
.modal button {
	background: transparent;
	border: none;
	padding: 0;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.modal button img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1650px) {
	.bnr_btn {
		top: calc(100vw * (40 / 1650));
		right: calc(100vw * (80 / 1650));
		gap: calc(100vw * (32 / 1650));
	}
	.main_cont {
		width: calc(100vw * (1600 / 1650));
		height: calc(100vw * (710 / 1650));
		top: 50%;
		transform: translate(-50%, -50%);
		justify-content: space-around;
	}
	.main_cont .cont01 img {
		width: calc(100vw * (270 / 1650));
		margin-bottom: calc(100vw * (40 / 1650));
	}
	.main_cont .cont01 .tit {
		margin-bottom: calc(100vw * (20 / 1650));
		font-size: calc(100vw * (35 / 1650));
	}
	.main_cont .cont01 p {
		font-size: calc(100vw * (35 / 1650));
	}
	.main_cont .cont02 .txt_box {
		margin-bottom: calc(100vw * (60 / 1650));
	}
	.main_cont .cont02 .date {
		font-size: calc(100vw * (24 / 1650));
	}
	.en .main_cont .cont02 .date,
	.en .main_cont .cont02 .place {
		font-size: calc(100vw * (18 / 1650));
	}
	.main_cont .cont02 .place {
		margin: 0 0 calc(100vw * (-30 / 1650)) 0;
		font-size: calc(100vw * (24 / 1650));
	}
	.en .main_cont .cont02 .place {
		margin: 0 0 calc(100vw * (-20 / 1650)) 0;
	}
	.main_cont .cont02 .row {
		gap: calc(100vw * (24 / 1650));
		padding: calc(100vw * (8 / 1650)) 0;
	}
	.en .main_cont .cont02 .row {
		gap: calc(100vw * (14 / 1650));
		padding: calc(100vw * (8 / 1650)) 0;
	}
	.main_cont .cont02 .th {
		font-size: calc(100vw * (18 / 1650));
	}
	.en .main_cont .cont02 .th {
		font-size: calc(100vw * (16 / 1650));
	}
	.en .main_cont .cont02 .th {
		width: calc(100vw * (140 / 1650));
	}
	.main_cont .cont02 .td {
		font-size: calc(100vw * (16 / 1650));
	}
	.en .main_cont .cont02 .td {
		font-size: calc(100vw * (14 / 1650));
	}
	.main_cont .cont02 > img {
		width: calc(100vw * (350 / 1650));
	}
	.bnr_btn::after {
		left: calc(100vw * (40 / 1650));
		height: calc(100vw * (10 / 1650));
	}
	.modal_inner {
		top: calc(100vw * (100 / 1650));
		right: calc(100vw * (280 / 1650));
		width: calc(100vw * (494 / 1650));
	}
	.modal a {
		height: calc(100vw * (424 / 1650));
	}
	.modal .hide {
		gap: calc(100vw * (10 / 1650));
		padding: calc(100vw * (10 / 1650));
	}
	.modal button {
		width: calc(100vw * (12 / 1650));
		height: calc(100vw * (12 / 1650));
	}
}
@media screen and (max-width: 1350px) {
	.main_cont {
		height: calc(100vw * (810 / 1350));
		flex-direction: column;
		align-items: center;
	}
	.main_cont .cont01 {
		align-items: center;
	}
	.main_cont .cont01 .tit {
		text-align: center;
	}
}
@media screen and (max-width: 1000px) {
	.bnr_btn {
		top: calc(100vw * (40 / 1000));
		right: calc(100vw * (80 / 1000));
		gap: calc(100vw * (32 / 1000));
	}
	.main_cont {
		width: calc(100vw * (1600 / 1000));
		height: calc(100vw * (910 / 1000));
		gap: calc(100vw * (50 / 1000));
	}
	.main_cont .cont01 img {
		width: calc(100vw * (300 / 1000));
		margin-bottom: calc(100vw * (40 / 1000));
	}
	.main_cont .cont01 .tit {
		margin-bottom: calc(100vw * (20 / 1000));
		font-size: calc(100vw * (44 / 1000));
	}
	.main_cont .cont01 p {
		font-size: calc(100vw * (40 / 1000));
	}
	.main_cont .cont02 .txt_box {
		margin-bottom: calc(100vw * (80 / 1000));
	}
	.main_cont .cont02 .date {
		font-size: calc(100vw * (28 / 1000));
	}
	.en .main_cont .cont02 .date,
	.en .main_cont .cont02 .place {
		font-size: calc(100vw * (20 / 1000));
	}
	.main_cont .cont02 .place {
		margin: 0 0 calc(100vw * (-30 / 1000)) 0;
		font-size: calc(100vw * (28 / 1000));
	}
	.en .main_cont .cont02 .place {
		margin: 0 0 calc(100vw * (-20 / 1000)) 0;
	}
	.main_cont .cont02 .row {
		gap: calc(100vw * (24 / 1000));
		padding: calc(100vw * (8 / 1000)) 0;
	}
	.en .main_cont .cont02 .row {
		gap: calc(100vw * (14 / 1000));
		padding: calc(100vw * (8 / 1000)) 0;
	}
	.main_cont .cont02 .th {
		font-size: calc(100vw * (20 / 1000));
	}
	.en .main_cont .cont02 .th {
		font-size: calc(100vw * (18 / 1000));
	}
	.en .main_cont .cont02 .th {
		width: calc(100vw * (140 / 1000));
	}
	.main_cont .cont02 .td {
		font-size: calc(100vw * (18 / 1000));
	}
	.en .main_cont .cont02 .td {
		font-size: calc(100vw * (16 / 1000));
	}
	.main_cont .cont02 > img {
		width: calc(100vw * (380 / 1000));
	}
	.bnr_btn::after {
		left: calc(100vw * (40 / 1000));
		height: calc(100vw * (10 / 1000));
	}
	.bnr_btn a {
		font-size: calc(100vw * (14 / 1000));
	}
	.modal_inner {
		top: calc(100vw * (100 / 1000));
		right: calc(100vw * (280 / 1000));
		width: calc(100vw * (494 / 1000));
	}
	.modal a {
		height: calc(100vw * (424 / 1000));
	}
	.modal .hide {
		gap: calc(100vw * (10 / 1000));
		padding: calc(100vw * (10 / 1000));
	}
	.modal button {
		width: calc(100vw * (12 / 1000));
		height: calc(100vw * (12 / 1000));
	}
}
@media screen and (max-width: 500px) {
	.pc {
		display: none;
	}
	.mb {
		display: block;
	}
	.bnr_btn {
		top: calc(100vw * (20 / 375));
		right: calc(100vw * (15 / 375));
		z-index: 1;
	}
	.bnr_btn {
		gap: calc(100vw * (32 / 375));
	}
	.main_cont {
		flex-direction: column;
		width: calc(100vw * (345 / 375));
		justify-content: center;
		gap: calc(100vw * (48 / 375));
		height: calc(100vw * (595 / 375));
		/* top: calc(100vw * (120 / 375)); */
		top: 50%;
		margin: 0 auto;
	}
	.main_cont .cont01 img {
		width: calc(100vw * (162 / 375));
		margin-bottom: calc(100vw * (20 / 375));
	}
	.main_cont .cont01 .tit {
		margin-bottom: calc(100vw * (24 / 375));
		font-size: calc(100vw * (22 / 375));
		letter-spacing: -0.03em;
	}
	.main_cont .cont01 p {
		font-size: calc(100vw * (22 / 375));
		letter-spacing: -0.03em;
	}
	.en .main_cont .cont01 p {
		font-size: calc(100vw * (20 / 375));
	}
	.main_cont .cont02 .txt_box {
		margin-bottom: calc(100vw * (40 / 375));
	}
	.main_cont .cont02 .date {
		font-size: calc(100vw * (25 / 375));
		letter-spacing: -0.03em;
		text-align: center;
	}
	.en .main_cont .cont02 .date,
	.en .main_cont .cont02 .place {
		font-size: calc(100vw * (14 / 375));
	}
	.main_cont .cont02 .place {
		margin: 0 0 calc(100vw * (-30 / 375)) 0;
		font-size: calc(100vw * (25 / 375));
	}
	.en .main_cont .cont02 .place {
		margin: 0 0 calc(100vw * (-10 / 375)) 0;
		text-align: center;
	}
	.main_cont .cont02 .row {
		gap: 24px;
		padding: calc(100vw * (8 / 375)) 0;
	}
	.en .main_cont .cont02 .row {
		gap: calc(100vw * (20 / 375));
		padding: calc(100vw * (8 / 375)) 0;
	}
	.main_cont .cont02 .th {
		font-size: calc(100vw * (18 / 375));
	}
	.en .main_cont .cont02 .th {
		font-size: calc(100vw * (14 / 375));
	}
	.en .main_cont .cont02 .th {
		width: calc(100vw * (90 / 375));
	}
	.main_cont .cont02 .td {
		font-size: calc(100vw * (16 / 375));
	}
	.en .main_cont .cont02 .td {
		font-size: calc(100vw * (12 / 375));
	}
	.main_cont .cont02 > img {
		width: 100%;
	}
	.bnr_btn::after {
		left: 40px;
		height: 10px;
	}
	.bnr_btn a {
		font-size: 14px;
	}
	.overlay {
		width: 100%;
		height: 100%;
		background: rgba(92, 92, 92, 0.6);
	}
	.modal_inner {
		width: 320px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		right: auto;
	}
	.modal_inner .pc {
		display: none;
	}
	.modal_inner .mb {
		display: block;
	}
	.modal a {
		height: 274px;
	}
	.modal .hide {
		gap: 10px;
		padding: 10px;
	}
	.modal button {
		width: 12px;
		height: 12px;
	}
}

/* main page */
.main_bnr2 {
	padding: 74px 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-bottom: 40px;
	background: url("/img/main_bnr_pc.png") center / cover no-repeat;
	border-radius: 16px;
}
.main_bnr2 .tit {
	display: flex;
	flex-direction: column;
	gap: 48px;
}
.main_bnr2 .cont_img {
	width: 234px;
	height: 240px;
}
.main_bnr2 .cont_txt h3 {
	margin-bottom: 20px;
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
}
.main_bnr2 .cont_txt div {
	display: flex;
	gap: 33px;
}
.main_bnr2 .cont_txt div span {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
.en .main_bnr2 .cont_txt div span {
	font-size: 18px;
}
.main_bnr2 .cont_txt div span:first-of-type {
	position: relative;
}
.main_bnr2 .cont_txt div span:first-of-type::after {
	content: "";
	position: absolute;
	right: -16px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 16px;
	background: rgba(255, 255, 255, 0.3);
}
.main_bnr2 .main_video {
	width: 758px;
	height: 426px;
	border-radius: 20px;
	flex-shrink: 0;
}
.main_bnr2 .main_video iframe {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.main_bnr2 .link_wp {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 560px;
}
.main_bnr2 .link_wp li a {
	width: 100%;
	height: 132px;
	padding: 48px 40px;
	font-size: 24px;
	font-weight: 500;
	border-radius: 16px;
	color: #fff;
	background: url("/img/link_icon.png") center right 40px / 24px no-repeat,
		rgba(255, 255, 255, 0.5);
	text-align: center;
}
/* cont link tab */
.cont_link_tab {
	margin-bottom: 160px;
}
.cont_link_tab .tab_wp {
	display: flex;
	gap: 16px;
}
.cont_link_tab .tab_wp li {
	width: 25%;
}
.cont_link_tab .tab_wp li a {
	padding: 32px 56px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 16px;
	background: #fff;
	font-size: 32px;
	font-weight: 700;
}
.en .cont_link_tab .tab_wp li a .cont_txt {
	font-size: 19px;
}
.cont_link_tab .tab_wp li a .cont_img {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
}
/* speaker section */
.speak_sec {
	margin-bottom: 120px;
}
.speak_sec h2 {
	margin-bottom: 64px;
	font-size: 56px;
	font-weight: 700;
	text-align: center;
	color: #222;
}
.speak_sec .swiper {
	padding-bottom: 80px;
}
.speak_sec .swiper-slide {
	cursor: pointer;
}
.speak_sec .cont_img {
	width: 388px;
	height: 422px;
}
.speak_sec .cont_txt {
	padding: 33px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	font-size: 20px;
	font-weight: 400;
	color: #666;
	border-radius: 0 0 16px 16px;
	border: 1px solid #ddd;
}
.speak_sec .cont_txt strong {
	font-size: 24px;
	font-weight: 500;
	color: #222;
}
.swiper-pagination {
	width: 1440px !important;
	top: auto !important;
	bottom: 20px;
}
.swiper-pagination-progressbar {
	background: #eee;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #752e87 !important;
}
.swiper_btn {
	display: flex;
	justify-content: space-between;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 120px;
}
.swiper-button-next,
.swiper-button-prev {
	position: unset !important;
	width: 56px !important;
	height: 56px !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
	content: none !important;
}
.swiper-button-next {
	background: url("/img/next_icon.png") center / cover no-repeat;
}
.swiper-button-prev {
	background: url("/img/prev_icon.png") center / cover no-repeat;
}

/* notice section */
.notice_sec {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}
.notice_sec .cont_inner {
	width: 792px;
	display: flex;
}
.notice_sec .cont_inner:first-of-type {
	flex-direction: column;
	gap: 16px;
}
.notice_sec .cont_inner:first-of-type > div {
	padding: 48px 40px;
}
.notice_sec .cont_inner:first-of-type h3 {
	margin-bottom: 24px;
}
.notice_sec div h3 {
	font-size: 40px;
	font-weight: 700;
}
.notice_sec .cont_inner > div {
	border-radius: 16px;
}
.notice_sec .notice {
	border-radius: 16px;
	border: 1px solid #ddd;
}
.notice_sec .notice h3 {
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
}
.notice_sec .notice .cont_txt {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.notice_sec .notice .txt {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.notice_sec .notice p {
	width: 590px;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.notice_sec .notice span {
	font-size: 16px;
	color: #999;
}
.notice_sec .guide {
	background: #f5f5f5;
}
.notice_sec .guide .cont_wp {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.notice_sec .guide li {
	display: flex;
	gap: 8px;
}
.notice_sec .guide .cont_img {
	width: 24px;
	height: 24px;
}
.notice_sec .guide .cont_txt {
	font-size: 20px;
}
.en .notice_sec .guide .cont_txt {
	font-size: 18px;
}
.notice_sec .host {
	background: #752e87;
}
.notice_sec .host h3 {
	color: #fff;
}
.notice_sec .host_wp {
	display: flex;
	justify-content: space-between;
}
.notice_sec .host .cont_img {
	width: 348px;
	height: 100px;
}
.notice_sec .map {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.notice_sec .map h3 {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 48px;
	background: #f5f5f5;
	border-radius: 16px 16px 0 0;
}
.notice_sec .map small {
	font-size: 20px;
	font-weight: 400;
	color: #666;
}
.en .notice_sec .map small {
	font-size: 14px;
}
.notice_sec .map iframe {
	width: 100%;
	height: 100%;
	border-radius: 0 0 16px 16px;
}
/* 바이어 등록 */
.buyer .section-top {
	display: flex;
	gap: 120px;
	margin-bottom: 100px;
}
.buyer .section-top .cont_img {
	width: 640px;
	height: 400px;
}
.buyer .section-top .cont_img img {
	width: 100%;
	border-radius: 16px;
}
.buyer .section-top .cont_txt {
	padding: 25px 0;
}
.buyer .section-top .cont_txt .tit,
.buyer .section-step .tit {
	font-size: 32px;
	margin-bottom: 30px;
	font-weight: 700;
}
.buyer .section-top .cont_txt .highlight {
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 700;
	color: #91268f;
}
.buyer .section-top .cont_txt .cont_img,
.buyer .step-tag .cont_img {
	display: inline-block;
	width: 17px;
	height: 20px;
}
.buyer .section-top .cont_txt .highlight,
.buyer .step-tag {
	display: flex;
	align-items: center;
	gap: 3px;
}
.en.buyer .section-top .cont_txt .highlight,
.en.buyer .step-tag {
	align-items: flex-start;
}
.buyer .section-top .cont_txt ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 43px;
}
.buyer .section-top .cont_txt li {
	font-size: 18px;
	color: #555;
	line-height: 1.5;
}
.buyer .section-top .cont_txt .tag {
	display: inline-flex;
	gap: 10px;
	padding: 8px 20px;
	margin-bottom: 17px;
	border-radius: 50px;
	font-size: 18px;
	font-weight: 700;
	background: rgba(145, 38, 143, 0.1);
	color: #91268f;
}
.buyer .section-top .cont_txt .tag span {
	color: rgba(145, 92, 144, 0.5);
}
.buyer .section-top .cont_txt .tag p {
	color: #915c90;
	font-weight: 400;
}
.buyer .section-top .cont_txt ol {
	display: flex;
	flex-direction: column;
	gap: 10px;
	line-height: 1.5;
}
.buyer .section-top .cont_txt ol li {
	font-size: 18px;
	color: #555;
}
.en.buyer .section-top .cont_txt li,
.en.buyer .section-top .cont_txt ol li {
	font-size: 17px;
}
.buyer .section-step {
	margin-bottom: 60px;
}
.buyer .section-step h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.buyer .section-step .step-tag {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #91268f;
}
.buyer .step-box {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 80px;
}
.buyer .step-box .step {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 670px;
	padding: 46px 0;
	font-size: 20px;
	border-radius: 20px;
	background: #eff1fb;
}
.buyer .step-box .step strong {
	margin-right: 10px;
}
.buyer .step-box .arrow {
	font-size: 24px;
	color: #8000b3;
}
.regist-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 511px;
	height: 67px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 18px;
	border-radius: 10px;
	font-weight: 500;
	color: #fff;
	background: #6c267c;
}
/* 바이어 등록 상세*/
.buyer_regist .container {
	margin-bottom: 120px;
}
.buyer_regist .box,
.pre_regist .box {
	margin-bottom: 120px;
}
.buyer_regist .box p,
.pre_regist .box p {
	height: 280px;
	overflow-y: scroll;
	border-top: 1px solid #222;
	padding: 24px;
	font-size: 16px;
	background: #f5f5f5;
}
.buyer_regist .box .custom_chk,
.pre_regist .box .custom_chk {
	padding: 24px 0;
	border: 1px solid #ddd;
	text-align: center;
}
.buyer_regist .section,
.pre_regist .section {
	margin-bottom: 40px;
}
.buyer_regist .section strong,
.pre_regist .section strong {
	display: block;
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: 700;
}
.buyer_regist .section strong + p,
.pre_regist .section strong + p {
	font-size: 18px;
	color: #666;
}
.pre_regist .checkbox-group {
	position: relative;
}
.pre_regist .checkbox-group::after {
	content: "※ 상담 내용은 신청서 참고, 시간은 추후 개별 통보";
	position: absolute;
	bottom: -30px;
	right: 0;
	font-size: 1em;
	color: #222;
}
.buyer_regist .checkbox-group,
.pre_regist .checkbox-group {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 48px;
}
.buyer_regist .checkbox-group .chk_box,
.pre_regist .checkbox-group .chk_box {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 20px 30px;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.buyer_regist .checkbox-group .chk_box .chk_tit,
.pre_regist .checkbox-group .chk_box .chk_tit {
	width: 100px;
	font-size: 18px;
	font-weight: 700;
	color: #91268f;
}
.buyer_regist .checkbox-group .chk_box .chk_tit + div,
.pre_regist .checkbox-group .chk_box .chk_tit + div {
	display: flex;
	gap: 60px;
}
/* .buyer_regist .checkbox-group .chk_box .custom_chk,
.pre_regist .checkbox-group .chk_box .custom_chk {
	width: 262px;
} */
.en.buyer_regist .checkbox-group .chk_box .custom_chk,
.en.pre_regist .checkbox-group .chk_box .custom_chk {
	width: auto;
}
.buyer_regist .custom_select {
	width: 240px;
	flex-shrink: 0;
}
.buyer_regist .dual-input {
	display: flex;
	gap: 8px;
}
.buyer_regist .file-box {
	display: flex;
}
.hiddenFile {
	display: none;
}
.buyer_regist .file-box button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 48px;
	font-size: 16px;
	color: #fff;
	background: #666;
}
.buyer_regist .custom_chk label {
	padding-left: 34px;
	font-size: 18px;
	letter-spacing: -0.03em;
}
.en.buyer_regist .custom_chk label {
	font-size: 16px;
}
.custom_chk input:checked + label[for="agree"] .cont_img {
	opacity: 0;
}
.container .custom_chk label[for="agree"] {
	padding-left: 0;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.custom_chk label[for="agree"] .cont_img {
	width: 20px;
	height: 20px;
	opacity: 1;
}
.buyer_regist .day_chk input:checked + label,
.pre_regist .day_chk input:checked + label {
	color: #91268f;
	background: url("/img/chk_on_icon02.png") center left / contain no-repeat;
}
.buyer_regist .dual_btn {
	display: flex;
	justify-content: flex-end;
	gap: 16px;
	margin-top: 24px;
}
.buyer_regist .dual_btn button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 48px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 24px;
	background: #6c267c29;
}
.buyer_regist .dual_btn button:last-of-type {
	background: transparent;
	border: 1px solid #ddd;
}
.buyer_regist .regist_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 200px;
	height: 64px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 16px;
	color: #fff;
	background: #6c267c;
}
.custom_rdo label:not(:first-of-type) {
	margin-left: 20px;
}
.custom_rdo label {
	padding-left: 30px;
	font-size: 16px;
	cursor: pointer;
	background: url("/img/radio_off.png") center left / contain no-repeat;
}
.en .custom_rdo label {
	padding-left: 20px;
	font-size: 14px;
}
.custom_rdo input:checked + label {
	background: url("/img/radio_on.png") center left / contain no-repeat;
}
/* 행사개요 페이지 */
.event .cont_wp {
	display: flex;
	gap: 120px;
}
.event .cont_wp > .cont_img {
	width: 580px;
	height: 802px;
}
.event .cont_wp > .cont_img img:last-of-type {
	display: none;
}
.event .cont_wp .cont_txt {
	padding-top: 60px;
}
.event .cont_wp .cont_txt .tit {
	margin-bottom: 60px;
	line-height: 1.5;
}
.event .cont_wp .cont_txt .tit strong {
	font-size: 48px;
}
.event .cont_wp .cont_txt .tit h2,
.greeting .cont_wp .cont_txt .tit h2 {
	font-size: 40px;
	color: #581467;
	text-align: start;
}
.event .cont_txt_wp {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.event .cont_txt_wp .tag {
	display: flex;
	gap: 20px;
	align-items: center;
}
.event .cont_txt_wp span {
	display: inline-block;
	width: 120px;
	padding: 8px 20px;
	font-size: 16px;
	border-radius: 50px;
	font-weight: 700;
	color: #91268f;
	text-align: center;
	background: rgba(145, 38, 143, 0.1);
}
.en.event .cont_txt_wp span {
	width: 150px;
}
.event .cont_txt_wp p {
	font-size: 20px;
	color: #222;
}
.event .cont_txt_wp .cont_img {
	width: 348px;
	height: 40px;
}
/* 모시는 글 페이지 */
.greeting {
	position: relative;
}
.greeting::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 800px;
	z-index: -1;
	background: #eff1fb;
}
.en.greeting::after {
	height: 935px;
}
.greeting .inner {
	display: flex;
	gap: 120px;
}
.greeting .inner .cont_img {
	width: 580px;
	height: 690px;
}
.greeting .inner .cont_img img:last-of-type {
	display: none;
}
.greeting .inner .cont_txt {
	width: 605px;
}
.greeting .cont_txt .tit {
	margin-bottom: 80px;
	line-height: 1.5;
}
.en.greeting .cont_txt .tit {
	margin-bottom: 40px;
}
.greeting .cont_txt .tit h2 {
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 700;
	color: #581467;
	text-align: start;
}
.en.greeting .cont_txt .tit h2 {
	font-size: 24px;
}
.greeting .cont_txt .tit p {
	font-size: 18px;
	font-weight: 600;
}
.en.greeting .cont_txt .tit p {
	font-size: 16px;
}
.greeting .cont_txt .tit + p {
	font-size: 18px;
	color: #555;
	line-height: 1.5;
}
.en.greeting .cont_txt .tit + p {
	font-size: 14px;
}
.greeting .cont_txt .name {
	margin-top: 30px;
}
.greeting .cont_txt .name span {
	display: inline-block;
	margin-left: 10px;
	font-size: 24px;
	font-weight: 700;
}

/* 행사장 안내 페이지 */
.guide .inner {
	flex-direction: column;
}
.guide iframe {
	width: 100%;
	height: 500px;
	margin-bottom: 40px;
	border-radius: 16px;
}
.guide .address .cont_img {
	width: 24px;
	height: 24px;
}
.guide h3 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 700;
}
.guide .address {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
.guide .address h3 {
	display: flex;
	align-items: center;
	gap: 5px;
}
.guide .address p {
	font-size: 18px;
}
.guide .address .btn_wp {
	display: flex;
	gap: 10px;
}
.guide .address .btn_wp a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 18px 40px;
	width: 180px;
	height: 54px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	letter-spacing: -0.08em;
	border: 1px solid #ddd;
}
.en.guide .address .btn_wp a {
	padding: 18px 35px;
}
.guide .address .btn_wp a .cont_img {
	width: 20px;
	height: 20px;
}
.guide .traffic_wp {
	display: flex;
	justify-content: space-between;
}
.guide .traffic_wp li {
	padding: 30px 35px;
	width: 460px;
	height: 220px;
	border-radius: 15px;
	border: 1px solid #ddd;
}
.guide .traffic .tag {
	display: inline-block;
	margin-bottom: 10px;
	padding: 3px 10px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.guide .traffic_wp li:first-of-type .tag {
	background: #fabf02;
}
.guide .traffic_wp li:nth-of-type(2) .tag {
	background: #d5023d;
}
.guide .traffic_wp li:last-of-type .tag {
	background: #187ce8;
}
.guide .traffic strong {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
}
.guide .traffic p {
	margin-bottom: 10px;
	font-size: 16px;
	color: #555;
}
.en.guide .traffic p {
	font-size: 14px;
}

/* 전체 프로그램 페이지 */

.schedule-table {
	display: none;
	border-top: none;
}

.schedule-table.active {
	display: block;
}

.tabs {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.tab {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 324px;
	height: 67px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	color: #6c267c;
	background-color: #fff;
	border: 1px solid #6c267c;
}

.tab + .tab {
	margin-left: 20px;
}

.tab.active {
	background-color: #6c267c;
	color: #fff;
}

.table-wrap {
	overflow-x: auto;
}

.schedule-table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	font-size: 14px;
}
.schedule-table th,
.schedule-table td {
	border: 1px solid #ddd;
	padding: 12px;
	vertical-align: middle;
	text-align: center;
}

.schedule-table th {
	width: auto;
	padding: 25px 0;
	font-size: 16px;
	font-weight: 700;
	color: #752e87;
	background: #eff1fb;
}
.schedule-table td {
	font-weight: 500;
	font-size: 18px;
}
.schedule-table td span {
	font-size: 16px;
	color: #555;
}
.schedule-table .time {
	padding: 25px 0;
	font-size: 16px;
}

.pink {
	background-color: #ffdede;
	box-shadow: inset 0 0 0 4px #fff;
}
.yellow {
	background-color: #fff5da;
	box-shadow: inset 0 0 0 4px #fff;
}
.blue {
	background-color: #d7edfe;
	box-shadow: inset 0 0 0 4px #fff;
}
.sky {
	background-color: #eaf6ff;
	box-shadow: inset 0 0 0 4px #fff;
}
.purple {
	background-color: #e0e6ff;
	box-shadow: inset 0 0 0 4px #fff;
}
.mint {
	background-color: #d7f3f2;
	box-shadow: inset 0 0 0 4px #fff;
}
.note {
	margin-top: 10px;
	font-size: 16px;
	text-align: right;
	color: #555;
}

/* 사전등록 페이지 */
.pre_regist .regist-btn {
	margin-top: 80px;
}
.pre_regist_chk .inner .cont_img {
	width: 640px;
	height: 500px;
}
.pre_regist_chk .inner {
	display: flex;
	justify-content: space-between;
}
.pre_regist_chk .inner .cont_txt {
	display: flex;
	flex-direction: column;
	padding: 32px 65px 32px 0;
}
.pre_regist_chk .cont_txt .tit {
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 700;
}
.pre_regist_chk .input_box label {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
}
.pre_regist_chk .input_box:not(:last-of-type) {
	margin-bottom: 15px;
}
.pre_regist_chk .input_box:nth-of-type(4) {
	margin-bottom: 30px;
}
.sub_wrap.pre_regist_chk2 th {
	padding: 18px 16px;
	width: 200px;
	font-size: 18px;
	font-weight: 500;
	background: #f5f5f5;
	text-align: left;
}
.sub_wrap.pre_regist_chk2 td {
	padding: 26px 15px;
	font-size: 18px;
}
.pre_regist_chk2 .section:first-of-type {
	margin-bottom: 70px;
}
.pre_regist_chk2 .section strong {
	display: block;
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: 700;
}
.sub_wrap.pre_regist_chk2 .section:last-of-type {
	margin-top: 70px;
}
.pre_regist_chk2 .section:last-of-type .form-table span {
	display: inline-block;
	margin-right: 15px;
	padding: 10px 20px;
	font-size: 18px;
	border-radius: 50px;
}

/* notice page */
.notice .table_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.notice .total-count {
	font-size: 16px;
	color: #555;
}
.notice .total-count span {
	display: inline-block;
	margin-left: 5px;
	color: #91268f;
}
.notice .search-box {
	display: flex;
	align-items: center;
	position: relative;
}
.notice .search-input {
	padding: 12px 16px;
	border: 1px solid #ddd;
	font-size: 16px;
	width: 280px;
}
.search-btn {
	position: absolute;
	right: 8px;
	background: none;
	border: none;
	cursor: pointer;
	color: #999;
	font-size: 16px;
}
.notice.sub_wrap tr {
	border-bottom: 1px solid #ddd;
}
.notice.sub_wrap th,
.notice.sub_wrap td {
	padding: 20px 50px;
	border: none;
}
.notice.sub_wrap th {
	font-size: 18px;
	font-weight: 500;
	color: #222;
}
.notice.sub_wrap td {
	font-size: 16px;
	color: #222;
}

/* notice detail */
.notice_detail .inner {
	border-top: 1px solid #222;
}
.notice_detail .cont_tit {
	padding: 30px 40px;
	border-bottom: 1px solid #ddd;
}
.notice_detail .title {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
	color: #222;
}
.notice_detail .meta-info {
	display: flex;
	gap: 20px;
}
.notice_detail .meta-info div {
	font-size: 15px;
	color: #555;
}
.notice_detail .meta-info span {
	display: inline-block;
	margin-right: 5px;
	color: #999;
}
.notice_detail .content {
	padding: 40px;
	font-size: 14px;
}
.notice_detail .section-title {
	font-size: 16px;
	margin-bottom: 15px;
	color: #222;
}
.notice_detail .info-list {
	margin-bottom: 30px;
}
.notice_detail .info-item {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.8;
	display: flex;
	align-items: flex-start;
}
.notice_detail .info-item .bullet {
	margin-right: 8px;
	color: #666;
	flex-shrink: 0;
}
.notice_detail .poster-section {
	width: 355px;
	height: 502px;
}
.notice_detail .navigation {
	padding-top: 40px;
	border-top: 1px solid #ddd;
}
.notice_detail .nav-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 188px;
	height: 54px;
	padding: 15px 0;
	margin: 0 auto 40px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	color: #fff;
	background-color: #6c267c;
}
.notice_detail .nav_wp {
	display: flex;
	flex-direction: column;
}
.notice_detail .nav-links {
	display: flex;
	justify-content: space-between;
	padding: 25px 50px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.notice_detail .nav-links:last-of-type {
	border-top: none;
}
.notice_detail .nav-links .cont {
	display: flex;
	align-items: center;
	gap: 50px;
}
.notice_detail .nav-links strong {
	font-size: 16px;
	font-weight: 600;
	color: #222;
}
.notice_detail .nav-link,
.notice_detail .date {
	font-size: 16px;
	color: #222;
}
/* business */
/* opening presentation */
.presentation .sub_tab_wp {
	margin: 0;
}
.presentation h3 {
	margin: 40px 0;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}
.presentation table {
	border-top: none;
}
.presentation .header_row th {
	padding: 25px 0;
	font-size: 16px;
	font-weight: 700;
	color: #752e87;
	background: #eff1fb;
}
.presentation td {
	height: 80px;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}
.presentation td span {
	font-weight: 400;
}
.presentation .lunch_td {
	padding: 3px;
}
.presentation .td_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: #e0e6ff;
}
.presentation .note {
	margin-top: 40px;
	font-size: 16px;
	color: #555;
	text-align: right;
}

/* key note */
.key_note .inner {
	display: flex;
	flex-direction: column;
	gap: 70px;
}
.key_note .tit {
	margin-bottom: 30px;
}
.key_note .tit span {
	font-size: 24px;
	font-weight: 700;
	color: #91268f;
}
.key_note .tit h3 {
	font-size: 40px;
	font-weight: 700;
	color: #222;
}
.key_note .cont {
	position: relative;
	width: 100%;
	border-radius: 30px;
	background: #eff1fb;
}
.key_note .cont .cont_img,
.key_note .cont .cont_txt {
	position: absolute;
}
.key_note .cont .cont_img {
	top: 60px;
	left: 74px;
	width: 220px;
	height: 260px;
	z-index: 2;
}
.key_note .cont .cont_txt {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 296px;
	left: 0;
	width: 367px;
	padding: 47px 60px 65px;
	border-radius: 0 20px 20px 20px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	background: #91268f;
	z-index: 1;
}
.key_note .cont .cont_txt p {
	margin-top: 15px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
}
.key_note .txt_box {
	min-height: 500px;
	padding: 48px 352px 50px 434px;
	background: url("/img/key_bg.png") top right / 444px no-repeat;
}
.key_note .txt_box h4 {
	margin-bottom: 32px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
	color: #661576;
}
.key_note .txt_box .list {
	font-size: 16px;
	line-height: 1.5;
	color: #222;
}
.key_note .txt_box .list:not(:last-of-type) {
	margin-bottom: 30px;
}

/* map */
.map .inner {
	display: flex;
	justify-content: space-between;
}
.map .inner .img_cont {
	width: 690px;
	height: 414px;
}
.map .booth_table {
	width: 690px;
	border-top: none;
}
.map .booth_table th,
.map .booth_table td {
	height: 45px;
	text-align: center;
}
.map .booth_table th:nth-child(odd) {
	width: 46px;
}
.map .booth_table th:nth-child(even) {
	width: 300px;
}
.map .header_row th {
	padding: 15px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #752e87;
}
.map .booth_table td {
	padding: 0;
	font-size: 16px;
	font-weight: 500;
}
.map .booth_table td:last-child {
	border-right: 1px solid #dddfed;
}
.map .data_row {
	background-color: #fff;
}
.map .data_row:nth-child(even) {
	background-color: #eff1fb;
}

/* open ceremony page */
.open_ceremony .tit {
	text-align: center;
}
.open_ceremony .tit span {
	display: block;
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: 700;
	color: #91268f;
}
.open_ceremony .tit h3 {
	margin-bottom: 16px;
	font-size: 64px;
	font-weight: 700;
}
.open_ceremony .tit small {
	display: block;
	margin-bottom: 40px;
	font-size: 20px;
	color: #666;
}
.open_ceremony .tit_info {
	display: flex;
	width: 815px;
	margin: 0 auto;
	gap: 25px;
	justify-content: center;
	align-items: center;
	padding: 24px 40px;
	font-size: 24px;
	font-weight: 600;
	border-radius: 20px;
	color: #91268f;
	background: #f4eaf4;
}
.open_ceremony .tit_info p:first-of-type {
	position: relative;
}
.open_ceremony .tit_info p:first-of-type::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -14px;
	width: 1px;
	height: 15px;
	background: rgba(145, 92, 144, 0.5);
}
.open_ceremony .cont01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 120px 0;
}
.open_ceremony .cont01 .tit {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	text-align: start;
}
.open_ceremony .cont01 .list_wp {
	display: flex;
	gap: 16px;
}
.open_ceremony .cont01 .list_wp li {
	width: 180px;
	height: 200px;
}
.open_ceremony .cont02 {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 120px;
	padding: 200px 250px;
	background: #eff1fb;
	overflow: hidden;
}
.open_ceremony .cont02 .vr_bg .cont_img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.open_ceremony .cont02 .vr_bg .cont_img img:last-of-type {
	display: none;
}
.open_ceremony .cont02 .vr_bg .cont_img:first-of-type {
	top: -104px;
	width: 446px;
	height: 695px;
	margin-left: -880px;
}
.open_ceremony .cont02 .vr_bg .cont_img:nth-of-type(2) {
	top: 557px;
	width: 752px;
	height: 755px;
	margin-left: 784px;
}
.open_ceremony .cont02 .vr_bg .cont_img:last-of-type {
	bottom: -247px;
	width: 1242px;
	height: 883px;
	margin-left: -600px;
}
.open_ceremony .cont02 .cont_list {
	display: flex;
	justify-content: space-between;
}
.open_ceremony .cont02 .cont_list:nth-of-type(2) {
	flex-direction: row-reverse;
}
.open_ceremony .cont02 .cont_list .cont_txt {
	padding: 64px 0 0 40px;
}
.open_ceremony .cont02 .cont_list .cont_txt span {
	display: block;
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: 700;
	color: #91268f;
}
.open_ceremony .cont02 .cont_list .cont_txt p {
	font-size: 48px;
	font-weight: 700;
}
.open_ceremony .cont02 .cont_list .cont_img {
	width: 920px;
	height: 430px;
}
.open_ceremony .fin_bnr {
	padding: 120px 260px;
	background: url("../img/vr_fin_bnr.jpg") center / cover no-repeat;
}
.open_ceremony .fin_bnr .tit {
	margin-bottom: 40px;
	text-align: start;
	line-height: 1.5;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}
.open_ceremony .fin_bnr .host_wp {
	display: flex;
	gap: 20px;
}
.open_ceremony .fin_bnr .host_wp .cont_img {
	width: 240px;
	height: 80px;
}
