@charset "utf-8";
@import url("pretendard.css");
@import url("animate.min.css");
@import url("slick.css?v=1");
@import url("zoom.css");
@import url("quick.css");

.App{
	display: block;
	height: 100%;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
}
@media screen and (max-width: 100em) {
	.App {font-size: 0.925em;}
}
@media screen and (max-width: 80em) {
	.App {font-size: 0.825em;}
}

.App__main{
	overflow: hidden;
	background-color: #fff;
	height:100vh;
	width: 100vw;
}
.App__footer{}
.Container{background-color: #fff;background-image: none;}
.Footer{
	background-color: #115D62;
	border-top:0;
}
.Footer .Footer__address{color: #fff;}
.Footer__address{
	font-size: 0.75em;
}
.Footer__address .info a{
	color: #34C0B9;
    line-height: 1em;
    vertical-align: baseline;
}
.Footer__address .info.copy{
	text-transform: uppercase;
}
.Footer__menu ul li a {color: #fff;}
.Footer__menu ul li a.privacy{color:#34C0B9;font-weight: normal;}

/* Common Style */
.Title01{border-bottom: 2px solid #333;padding-top:3em;padding-bottom: .5em;}
.Title01 span{font-size: 3em;font-weight: bold;line-height: 1.3em;color:#111}

.Title02{position: relative;padding-left:.5em;padding-bottom: .5em;}
.Title02:after{
	content: '';
	position: absolute;
	left:-2px;
	top:-10px;
	width:5px;
	height: 13px;
	background-color: #BE4795;
	display: block;
	transform: rotate(-45deg);
}
.Title02 span{font-size: 1.5em;font-weight: 500;line-height: 1.4em;color:#111}

.Title03{font-size:0.825em;text-align:center;min-width:12em;display: inline-block;padding:0 1em;margin-bottom:.4em;border-radius: 3px;background-color: #efefef;}
.Title03 span{font-size: 1em;line-height: 1.5em;color:#353535}

.Text01{padding-left:.5em;}
.Text01 span{font-size: 1.125em;line-height: 1.4em;color:#666}

.Button__inner{
	display: flex;
	flex-direction: row;
	gap:1em;
	justify-items: center;
	align-items: center;
}
.Button__inner .Button{
	flex-grow: 1;
	flex-shrink: 1;
}
.Button__row{
	display: flex;
	flex-direction: row;
	gap:.2em;
	justify-items: center;
	align-items: center;
}
.Button__row .check{
	position: relative;
	overflow: hidden;
}
.Button__row .check input{
	position: absolute;
	left:-1em;
}
.Button__row.end{
	justify-content: end;
}

.Button.Button__file{
	display: block;
	background-color: #444;
	border-radius: .5em;
	flex-grow: 1;
	flex-shrink: 1;
	text-align: center;
	height:5em;
	line-height: 5em;
}

.Button.Button__file span{
	color:#fff;
	font-size: 1.5em;
}
.Button.Button__file.small{
	font-size: 0.8em;
}
.Button.Button__file:hover{
	background-color: #000;
}
.Button.Button__direct{
	display: block;
	background-color: #115D62;
	border-radius: .5em;
	text-align: center;
	height:5em;
	line-height: 5em;
	min-width: 9em;
}
.Button.Button__direct.small{
	font-size: 0.8em;
}
.Button.Button__direct span{
	color:#fff;
	font-size: 1.5em;
	font-weight: 400;
}
.Button.Button__direct:hover{
	background-color: #103d41;
}

.Button.Button__etc{
	display: block;
	background-color: #fff;
	border:1px solid #444;
	border-radius: .5em;
	text-align: center;
	height:3em;
	line-height: 3em;
	min-width: 10em;
	flex-basis: 10em;
	padding:0 1em;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	color:#111;
}
.Button.Button__etc span{
	color:#111;
	font-size: 1em;
	font-weight: 400;
}
.Button.Button__etc:hover{
	background-color: #efefef;
}
.Button.Button__etc.active{
	background: #111;
}
.Button.Button__etc.active span, .Button.Button__etc.active i{
	color:#fff;
}
input:checked + .Button.Button__category {
	background-color: #004448;
	color: #fff;
}

.Date__group{
	display: flex;
	flex-direction: row;
	gap:.2em;
	align-items: center;
}

.Button.Button__category{
	display: block;
	border:1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	height:2.5em;
	line-height: 2.5em;
	min-width: 8em;
	padding:0 1em;
	color:#888;
	overflow: hidden;
}
.Button.Button__category span{
	font-size: 1em;
	font-weight: 400;
}
.Button.Button__category:hover{
	color:#111;
	border-color:#111;
}

.empty{text-align: center;border:1px solid #efefef;padding:2em;border-radius: 1em;}
.empty span{font-size: 1em;color:#aaa}

/* App Layout */
.App__header.no{
	display: none;
}
.App_container .App__main {
	position: relative;
}
.Container{top:0 !important}
/* 본문 폭 — 2026-08-24 조정
 *
 * 무엇이 문제였나
 *   화면이 좁아지는데 본문이 오히려 넓어졌다. 1600px 이하에서 아래
 *   미디어쿼리가 96% 로 덮어쓰는 탓이다. (headless Chrome 실측)
 *
 *     1920px  본문 1408px  좌우여백 256px
 *     1600px  본문 1422px  좌우여백  89px   <- 1920px 보다 넓다
 *     1512px  본문 1338px  좌우여백  87px   (노트북)
 *     1440px  본문 1269px  좌우여백  86px   (노트북)
 *
 *   256px 이던 여백이 브레이크포인트를 넘는 순간 86px 로 주저앉는다.
 *
 * 어떻게 고쳤나
 *   1. 96% 를 없애고 노트북 구간(1600px 이하)은 폭 자체를 82em 으로 줄인다.
 *      .App 의 font-size 가 이 구간에서 0.925em 으로 작아지므로(파일 첫머리)
 *      em 폭도 함께 줄어 이중으로 좁혀진다.
 *   2. max-width 로 좌우 여백 하한(3em씩)을 둔다. 화면이 아무리 좁아져도
 *      본문이 가장자리에 붙지 않는다.
 *
 *   결과 (실측) — 폭이 단조롭게 줄고 여백이 90px 아래로 내려가지 않는다.
 *     1920px 1408/256   1600px 1214/193   1512px 1214/149
 *     1440px 1214/113   1366px 1159/104   1280px 1082/ 99
 *     1024px  839/ 92
 *
 *   측정: test/venv/bin/python + headless Chrome,
 *         .Container__main > .Container__inner 의 getBoundingClientRect()
 *
 * padding 이 아니라 max-width 를 쓴 이유
 *   .Container__inner 는 position:relative 라 안쪽 절대배치 요소의 기준이다.
 *   padding 을 주면 그 요소들이 함께 밀린다.
 */
.Container__inner{
	width:88em;
	max-width: calc(100% - 6em);
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 100em) {
	.Container__inner{width:82em}
}
/* MarketingTitle */
.MarketingTitle{
	position: absolute;
	right:5em;
	top:50%;
	margin-top:-5em;
	height:10em;
	display: flex;
	flex-direction: row;
	z-index: 100;
	justify-content: center;
	align-items: center;
	gap:1em;
}
.MarketingTitle .info{
	color:#fff;
}
.MarketingTitle .num{
	font-size: 5em;
	line-height: 1em;
	font-weight: 900;
	color:#fff;
}
.MarketingTitle .num:after{
	content: 'th';
	font-size: 1em;
	font-weight: 900;
}
.MarketingTitle .location span{
	font-size: 1.875em;
	line-height: 1em;
}
.MarketingTitle .date{
	line-height: 2em;
	font-weight: 100;
}
.MarketingTitle .date span{
	font-size: 1.25em;
	line-height: 1em;
}
.MarketingTitle .dday{
	width:6em;
	height:6em;
	line-height: 6em;
	border-radius: 6em;
	background-color: #BE4796;
	z-index: 10;
	color:#fff;
	text-align: center;
}
.MarketingTitle .dday span{font-size: 1.5em;}

/* ContainerTitle */
.ContainerTitle{
	background-image: url(../images/marketing/bg_menu_1.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 12em;
	position: relative;
}
.ContainerTitle:after{	
	content:'';
	display: block;
	width: 80%;
	height: 100%;
	position: absolute;
    right: 0;
    top: 0;
	z-index:1;
	background: linear-gradient(269.99deg, #115D62 37.07%, rgba(17, 93, 98, 0) 99.99%);
}
.ContainerTitle .Container__inner{
	display: flex;
	flex-direction: column;
	height: 100%;
    justify-content: center;
	position: relative;
	z-index: 10;
}
.ContainerTitle__text .title{
	font-weight: 100;
	font-size: 3em;
	line-height: 1.2em;
	color:#fff;
}
.ContainerTitle__text .en{
	padding-top:.5em;
}
.ContainerTitle__text .en span{
	font-weight: 500;
	font-size: 0.875em;
	line-height: 1.2em;
	text-transform: uppercase;
	color:#fff;
}

/* MarketingIntro */
.MarketingIntro__header{
	position: relative;
}
.MarketingIntro__inner{
	width: 88em;
    margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding:2.2em 3.5em;
	position: relative;
	gap:2em;
}
.MarketingIntro__header.line:after{
	content:'';
	display: block;
	bottom:0;
	position: absolute;
	left:0;
	right:0;
	background: #000;
	opacity: 0.1;
	height: 1px;
}
.MarketingIntro__group{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-grow: 1;
	flex-shrink: 1;
}
.MarketingIntro__title{
	flex-grow: 0;
	flex-shrink: 0;
}
.MarketingIntro__global{
    display: flex;
    flex-direction: row;
    gap: 0.2em;
}
.MarketingIntro__global .global{
	border-radius: .5em;
	border: 1px solid #999999;
	display: flex;
	flex-direction: row;
	overflow: hidden;
}
.MarketingIntro__global .global > a{
	display: block;
	opacity: 0.7;
	padding:0.6em 0;
	width: 2.4em;
	text-align: center;
}
.MarketingIntro__global .global > a span{
	font-size:0.75em;
	color:#999999;
}
.MarketingIntro__global .global > a.active{
	background-color: #BE4695;
}
.MarketingIntro__global .global > a.active span{color:#fff}
.MarketingIntro__global > .button{
	width: 6.875em;
	border: 1px solid #999999;
	text-align: center;
	opacity: 0.7;
	padding:0.6em 0;
	border-radius: .5em;
	transition: all .2s;
}
.MarketingIntro__global > .button > span{
	font-size:0.75em;
	color:#999999;
}
.MarketingIntro__global > .button:hover{
	opacity: 1;
	border-color: #004448;
}
.MarketingIntro__global > .button:hover > span{
	color: #004448;
}
/* 로그아웃 텍스트 버튼 (헤더용) */
.MarketingIntro__global > .button__text{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35em;
	padding: 0.6em 0.75em;
	min-width: 5em;
	font-size: 0.875em;
	color: #999999;
	text-decoration: none;
	border: none;
	border-radius: 0.5em;
	transition: color 0.2s;
}
.MarketingIntro__global > .button__text .mif-exit{
	font-size: 1.1em;
	vertical-align: middle;
}
.MarketingIntro__global > .button__text span{
	color: inherit;
	font-size: inherit;
	letter-spacing: -0.5px;
}
.MarketingIntro__global > .button__text:hover{
	color: #004448;
}
.MarketingIntro__global > .button__text:hover span{
	color: #004448;
}

.MarketingIntro__title .logo{
	text-align: center;
}
.MarketingIntro__title .logo .text
{
	font-size: 2em;
    color: #115D62;
    letter-spacing: -1px;
    font-weight: bold;
	background-color: #ffffff2d;
	padding:0 1em;
	display: inline-block;
	line-height: 1.6em;
}
.MarketingIntro__title .logo img{height: 3em;}
.MarketingIntro__title .title{
	text-align: center;
}
.MarketingIntro__content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.MarketingIntro__category{
	text-align: center;
    margin-top: -10em;
}
.MarketingIntro__category .main_title{
	padding:1em 0;
}
.MarketingIntro__category .main_title > span{
	font-size: 6.25em;
	line-height: 1em;
	color:#fff;
	font-weight: 900;
}
.MarketingIntro__category .sub_title{
	text-align: center;
	line-height: 1em;
	font-weight: 100;
	color:#fff;
	margin:0 auto;
	padding:1em 0;
}
.MarketingIntro__category .sub_title > span{font-size: 3.75em;line-height: 1.2em;}
.MarketingIntro__slider{
	padding-top:3em;
}

/* MarketingPage */
.MarketingPage{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
}
.MarketingPage__top{
	position: absolute;
	left:1em;
	top:1em;
	z-index: 102;
}
.MarketingPage__title{
	text-align: center;
}
.MarketingPage__title .title{padding-bottom: 3em;padding-top:1em}
.MarketingPage__title .title span{font-size: 6.25em;font-weight: 900;color:#fff}
.MarketingPage__title .text{padding-top:1em}
.MarketingPage__title .text span{font-size: 1.875em;font-weight: 400;color:#fff}
.MarketingPage__content{
	height: 100%;
    width: 100%;
}
.MarketingPage__info{
    display: flex;
    flex-direction: column;
	justify-content: center;
	width:70%;
	background-color: #004448;
	height: 100%;
	position: relative;
}
.MarketingPage__content:after{
	content:'';
	display: block;
	position: absolute;
	right:0;
	width:30%;
	bottom:0;
	top:0;
	background-color: #00444899;
	z-index: 10;
}
.MarketingPage__img{
    display: block;
    position: absolute;
    right: 0;
    width: 30%;
    bottom: 0;
    top: 0;
    background-image: url(../images/marketing/img_intro.jpg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
	z-index: 1;
}
.MarketingPage__list{
	padding-top:4em;
	display: flex;
	flex-direction: row;
	gap:1.5em;
	align-items: center;
	justify-content: center;
}
.MarketingPage__button{
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    border-radius: 1em;
    padding: 1em;
    width: 15.6em;
	box-sizing: border-box;
    background: #FFFFFF24;
    text-align: center;
	border: 1px solid #FFFFFF66;
	transition: all .5s;
}
.MarketingPage__button:hover{
	border: 1px solid #FFFFFF;
}
.MarketingPage__button:hover span{
	color:#fff;
}
.MarketingPage__button span{
	color:#FFFFFF99;
	line-height: 1.2em;
	transition: all .5s;
}
.MarketingPage__button .en{
	text-transform: uppercase;
	font-size: 0.75em;
}
.MarketingPage__button .ko{
	font-size: 1.5em;
}
.MarketingPage__button .img{
	display: block;
	width:2.5em;
	height:2.5em;
	border-radius: 2.5em;
	overflow: hidden;
}


/* MarketCategory */
.MarketCategory{
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background: #000000ff;
	z-index: -1;
    justify-content: center;
    align-items: center;
	transition: opacity .5s;
	opacity: 0;
}
.MarketCategory.active{
	display: flex;
	background: #0000005b;
	opacity: 1;
	z-index: 100;
}
.MarketCategory__close{
	position: absolute;
	right:-1em;
	top:-1em;
	color:#fff;
	opacity: 0.5;
	transition: all .5s;
}
.MarketCategory__close:hover{
	opacity: 1;
}
.MarketCategory__list{
	padding: 1em;
	top:43%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1em;
    box-sizing: border-box;
}
.MarketCategory__list.center{
	top:0;
}
.MarketCategory__item.small{
	width:18em;
}
.MarketCategory__item::marker{display: none;content:''}
.MarketCategory__item {
	width:24em;
	height: 9.75em;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 1.125em;
	transition: all .5s;
}
.MarketCategory__item:hover .main_title, .MarketCategory__item:hover .sub_title{
	color:#fff;
}
.MarketCategory__item:hover{
	box-shadow: inset 0 0 1em #00000055;
	background: rgba(0, 0, 0, 0.14);
}
.MarketCategory__item > a{
	display: block;
	text-align: center;
	line-height: 3em;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.MarketCategory__item > a > span{
	display: block;
}
.MarketCategory__item .main_title{
	color:rgba(255, 255, 255, 0.6);
	font-size: 3em;
	font-weight: 900;
	padding-bottom: 0.1em;
}
.MarketCategory__item .sub_title{
	color:rgba(255, 255, 255, 0.6);
	font-size: 0.9em;
	line-height: 1.2em;
	min-height: 2.4em;
}
.MarketCategory__item .sub_title.en{
	min-height: 1em;
}
@media screen and (max-width: 120em) {
	.MarketCategory{right:-43%}
}

/* MarketingHeader */
.MarketingHeader{
	position: relative;
	border-bottom: 1px solid #eee;
}
.MarketingLogo{
	position: relative;
	left:0;
	top:0;
	line-height: 5em;
	height: 5em;
	overflow: hidden;
}

/* BoardSearch */
.BoardSearch{padding:1em;text-align: right;}
.BoardSearch .Button{border-color: #adaecd;}
.MarketingBoard .TableStyle__1{font-size: 1em;}

/* MarketingMainMenu */
.MarketingMainMenu{
	padding-left:2em;
}
.MarketingMainMenu__list{
	display: flex;
	flex-direction: row;
	gap:5em;
	text-align: center;
	align-items: center;
	justify-content: end;
}
.MarketingMainMenu__list > li{
	position: relative;
}
.MarketingMainMenu__list > li.active:after{
	content:'';
	display: block;
	position: absolute;
	left:50%;
	margin-left:-3px;
	right:0;
	top:-0.8em;
	height:6px;
	width:6px;
	border-radius: 5px;
	background-color: #115D62;
}
.MarketingMainMenu__list > li.active > a > span{
	color:#115D62;
}
.MarketingMainMenu__list > li > a{
	display: block;
	font-weight: 600;
}
.MarketingMainMenu__list > li > a > span{
	font-size: 1.125em;
	color:#111111;
	line-height: 1em;
}

/* 특정 뷰포트 크기에 대한 스타일 변경 */
@media screen and (max-width: 100em) {
	.MarketingMainMenu{padding-right: 0;}
}
@media screen and (max-width: 60em) {
	.MarketingMainMenu{display: none;}
}

/* MarketingIntro */
.MarketingIntro{
	position: relative;
	height: 100%;
	width: 100%;
	background-image: url(../images/marketing/bg_cmef.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
@media screen and (max-width: 120em) {
	.MarketingIntro .MarketCategory {right:0}
}
.anim_zoom_in_out{
	animation: zoom 20s infinite;
}

@keyframes zoom {
	0% {
		background-size: auto 120%;
	}
	50% {
		background-size: auto 130%;
	}
	100% {
		background-size: auto 120%;
	}
}



/* MarketingSlider */
.MarketingSlider{
	width:102em;
	margin : 0 auto;
}
.MarketingSlider .slick-slide{
	padding: 0 0.5em;
}
.MarketingSlider .slick-slide img{width: 100%;}
.MarketingSlider .slick-dots{
	position: absolute;
	z-index: 1000;
	left:1em;
	right:1em;
	bottom:1em;
}
.MarketingSlider .slick-dots li{
    position: relative;
    display: inline-block;
    margin: 0 .2em;
    padding: 0;
    cursor: pointer;
}
.MarketingSlider .slick-dots li.slick-active button{
	background-color: #000;
}
.MarketingSlider .slick-dots li button{
    display: block;
    width: .5em;
    height: .5em;
	border-radius: .5em;
	overflow: hidden;
    cursor: pointer;
	opacity: 0.5;
	text-indent: -2em;
	background-color: #666;
}
.MarketingSlider .slick-arrow{
	width:6.25em;
	height:6.25em;
	background-color: #000;
	opacity: 0.3;
	background-position: center;
	background-size: 1.6em;
	background-repeat: no-repeat;
	border-radius: 6em;
	overflow: hidden;
	text-indent: -999px;
}

.MarketingSlider .slick-arrow.slick-prev{
	background-image: url(../images/marketing/icon_prev.svg);
	left:-8em;
}

.MarketingSlider .slick-arrow.slick-next{
	background-image: url(../images/marketing/icon_next.svg);
	right:-8em;
}

/* MarketingButton */
.MarketingButton{
	position: relative;
	z-index: 1;
	width:32em;
	height: 18.75em;
	margin: 0 auto;
	background-color: #ffffff36;
	border-radius: 1.8em;
	border: 1px solid #fbfbfb00;
	transition: all 1s;
}
.MarketingButton:hover{
	box-shadow:inset 0 0 1.5em #0000008e;
}
.MarketingButton .dday{
	position: absolute;
	right:3em;
	top:50%;
	margin-top:-4.5em;
	width:6em;
	height:6em;
	line-height: 6em;
	border-radius: 6em;
	background-color: #0000008e;
	z-index: 10;
	color:#fff;
	text-align: center;
}
.MarketingButton.applying{
	border-color: #fff;
	background-color: #ffffff4d;
}
.MarketingButton.applying .dday{
	background-color: #BE4695;
}
.MarketingButton.disabled{
	border-color: #666;
}
.MarketingButton.disabled .dday{
	background-color: #3333334d;
}
.MarketingButton .dday span{font-size: 1.5em;}
.MarketingButton .sub_title{}
.MarketingButton__link{
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.MarketingButton__info{
	color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 1em;
    padding: 0 3.5em;
    box-sizing: border-box;
}
.MarketingButton__info .num{
	font-size: 5em;
	line-height: 1em;
	font-weight: 900;
}
.MarketingButton__info .num:after{
	font-size: 1em;
	font-weight: 900;
}
.MarketingButton__info .location span{
	font-size: 2.25em;
}
.MarketingButton__info .date{
	line-height: 2em;
	font-weight: 300;
}
.MarketingButton__info .date span{
	font-size: 1.5em;
}

/* MarketingMenu */
.MarketingMenu{
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index: 100;
	background-color: #00000055;
	display: none;
}
.MarketingMenu.active{
	display: block;
}
.MarketingMenu__close{
	position: absolute;
	right:0;
	top:0;
	z-index: 101;
}
.MarketingMenu__inner{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.MarketingMenu__inner .sub_title{
	min-height: 1em;
} 
.MarketingMenu__list{
	display: flex;
	flex-direction: row;
	gap:1em;
}
.MarketingMenu__item{
	width: 10em;
	line-height: 5em;
	background-color: #fff;
	text-align: center;
} 


/* ExhibitionPrice */
.ExhibitionPrice{
	background-color: #F1F1F1;
	padding:3em 4em;
}
.ExhibitionPrice__currency{
	display: flex;
	flex-direction: row;
	gap:.5em;
	justify-items: start;
	align-items: center;
}
.ExhibitionPrice__currency > a{
	display: block;
	background-color: #CCCCCC;
	border-radius: .5em;
	text-align: center;
	height:3em;
	line-height: 3em;
	min-width: 7.5em;
}
.ExhibitionPrice__currency > a span{
	color:#fff;
	font-size: 1em;
}
.ExhibitionPrice__currency > a.active{
	background-color: #444444;
}
.ExhibitionPrice__info table{
	width: 100%;
	table-layout: fixed;
}
.ExhibitionPrice__info table td{
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.ExhibitionPrice__info table th{
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.ExhibitionPrice__info table th{
	height: 5em;
}
.ExhibitionPrice__info table tr th:first-child{
	border-left:0
}
.ExhibitionPrice__info thead th{
	background-color: #BE4695;
	font-weight: bold;
	color: #fff;
}
.ExhibitionPrice__info tbody th{
	font-weight: bold;
}

.ExhibitionPrice__info tfoot th{
	font-weight: bold;
	color:#BE4695;
	background-color: #BE469511;
}
.ExhibitionPrice__info tfoot td{
	background-color: #BE469511;
}
.TableStyle__01.no_head table{
	border-top:2px solid #444444;
}
.TableStyle__01.narrow table thead th,
.TableStyle__01.narrow table tbody th{
	height: 2.5em;
}
.TableStyle__01.narrow table td{
	padding:1em;
}
.TableStyle__01 table{
	width: 100%;
	table-layout: fixed;
}
.TableStyle__01 table td{
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color: #fff;
	color:#666;
	line-height: 1.4em;
	padding:2em 0;
}
.TableStyle__01 table th{
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.TableStyle__01 table td.left{
	text-align: left;
}
.TableStyle__01 table th{
	height: 5em;
}
.TableStyle__01 table tr th:first-child{
	border-left:0
}
.TableStyle__01 thead th{
	background: #F1F1F1;
	font-weight: 600;
	color: #111;
	border-top:1px solid #000;
}
.TableStyle__01 tbody th{
	font-weight: 600;
	background: #00777F0F;
	color: #111;
}
.TableStyle__01 tfoot th{
	font-weight: bold;
}

/* MapView */
.MapView__link{
	display: flex;
	flex-direction: row;
	gap:1em;
	justify-items: center;
	align-items: center;
}
.MapView__link a{
	display: block;
	background: #ccc;
	border-radius: .5em;
	flex-grow: 1;
	flex-shrink: 1;
	text-align: center;
	height:5em;
	line-height: 5em;
}
.MapView__link a span{
	color:#fff;
	font-size: 1.5em;
}
.MapView__link a:hover{
	background-color: #aaa;
}
.MapView__link a.active{
	background-color: #115D62;
}
.MapView__control{
	display: flex;
	flex-direction: row;
	gap:1em;
	justify-content: space-between;
	align-items: center;
	padding:1em 0;
}
.MapView__control-left,
.MapView__control-right {
	flex: 1;
	display: flex;
}
.MapView__control-left {
	justify-content: flex-start;
}
.MapView__control-right {
	justify-content: flex-end;
}
.MapView__no{
	border:1px solid #eee;
	min-height: 10em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.MapView__no span{
	font-size: 1.2em;
	color:#aaa;
}

.MapView__map{
	border:1px solid #eee;
	min-height: 10em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.MapView__map > div{
	position: relative;
	z-index: 10;
}
.MapView__map:not(.has-image):after{
	content:'NO IMAGE';
	display: block;
	font-size: 2em;
	font-weight: bold;
	color:#0000005b;
	position: absolute;
	z-index: 1;
}
#panzoom-container {
	width: 100%;
	height: 600px;
	overflow: hidden;
	cursor: move;
	display: flex;
	align-items: center;
	justify-content: center;
}
#panzoom-element {
	width: auto;
	height: auto;
	display: block;
	transform-origin: 0 0;
}
.MapView__zoom-controls {
	display: flex;
	gap: 0.5em;
	align-items: center;
	justify-content: center;
}
.MapView__zoom-controls .Button {
	padding: 0.5em 1em;
	min-width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5em;
}
.MapView__zoom-controls .Button:hover {
	background-color: #eee;
}
.MarektingForm__no{
	border:1px solid #eee;
	min-height: 10em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.MarektingForm__no span{
	font-size: 1.2em;
	color:#aaa;
}
.MapFindView__control{
	display: flex;
	flex-direction: row;
	gap:.2em;
	justify-content: space-between;
	padding:1em 0;
}
.MapFindView__control select{
	height: 3em;
    border-radius: 0.5em;
    width: 20em;
    border-color: #ccc;
}
.MapFindView__control .info{
	line-height: 3em;
	display: flex;
	flex-direction: row;
	gap: 1em;
	align-items: center;
}
.MapFindView__control .info i{
	vertical-align: middle;
}
.MapFindView__control .round{
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	border-radius: 1.2em;
	background-color: #BE4796ee;
}
.MapFindView__map{
	position: relative;
	overflow: hidden;
	border-radius: .5em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.MapFindView__map canvas{
	/*border: 1px solid #ccc;*/
	border-radius: .5em;
	overflow: hidden;
	margin:0 auto;
}
.MapFindView__map img{
	max-width: 100%;
}
.MapFindView__canvas{
	position: relative;
	display: block;
	background-repeat: no-repeat;
	max-width: 100%;
	width: 100%;
	max-height: 600px;
	background-size: contain !important;
	background-position: center !important;
}
.MapFindView__canvas canvas{
	/*background-color: #00000055;*/
	border: none !important;
	outline: none !important;
}
.FindSearch{
	display: flex;
	flex-direction: row;
	gap:.5em;
	justify-content: end;
	align-items: center;
}
.FindSearch .button{
	width: 8em;
	color:#fff;
	text-align: center;
	background-color: #004448;
	display: block;
	line-height: 3em;
	height: 3em;
	border-radius: 0.5em;
}
.FindSearch .text{font-size: 1.1em;}
.FindSearch input{
	line-height: 3em;
	height: 3em;
	width:16em;
	border-radius: 0.5em;
	border-color: #ccc;
}

/* MapFindPopup */
.MapFindPopup{
	position: absolute;
	left:0;
	top:0;
	background:#000000cc;
	border: 1px solid #004448;
	width:16em;
	border-radius: .5em;
	overflow: hidden;
}
.MapFindPopup__inner{
	padding:1em;
	color: #fff;
	text-align: center;
}
.MapFindPopup__inner .item{
	padding:.2em 0;
}
.MapFindPopup__inner .location{
	font-size: 1em;
}
.MapFindPopup__inner .name{
	font-size: 1.2em;
}
.MapFindPopup__inner .control{
	position: absolute;
	right:.5em;
	top:.5em;
}
.MapFindPopup__inner .control a{color:#fff}

/* MarketingForm */
.MarketingForm__row{
    position: relative;
    border-bottom:1px solid #eee;
    min-height:3em;
}
.MarketingForm__row > .title{
    position: absolute;
    left:0;
    line-height:2em;
    top:50%;
    margin-top:-1em;
    width:12em;
    font-weight: 400;
}
.MarketingForm__row > .title label{
	color:#333;
	font-size: 1em;
	text-align: left;
	display: block;
	padding:0 1em;
}
.MarketingForm__row > .data{
    position: relative;
    padding-left:13em;
    padding-top:.5em;
    padding-bottom:.5em;
    line-height: 2em;
}
.MarketingForm__row button{
	border-color: #ccc !important;
	border-radius: 5px;
}
.MarketingForm__row .data input{
	border-color: #ccc !important;
	border-radius: 5px;
}
.MarketingForm .AgreeBox{
	padding:2.5em;
	background-color: #efefef;
	border-top:1px solid #aaaaaa;
}
/* 개인정보 동의 항목 (① 필수 / ② 선택) */
.MarketingForm .AgreeBox__item{margin-top:1.5em;}
.MarketingForm .AgreeBox__item:first-of-type{margin-top:1em;}
.MarketingForm .AgreeBox__subtitle{
	font-size:1em;
	font-weight:600;
	color:#222;
	margin-bottom:0.5em;
}
.MarketingForm .AgreeBox__item .AgreeBox__checkbox{margin-top:0;}
.MarketingForm .AgreeBox__item .AgreeBox__list{
	max-height:none;
	overflow-y:visible;
	margin-top:0.6em;
	background-color:#fff;
}
.MarketingForm .AgreeBox__list p strong{color:#222;}
.MarketingForm .AgreeBox__req{font-style:normal;font-weight:600;color:#e74c3c;}
.MarketingForm .AgreeBox__opt{font-style:normal;font-weight:600;color:#3498db;}

/* ModalAlert */
.ModalAlert {
	z-index: -1;
	opacity: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	left: -999999px;
	background: #000000af;
	transition: opacity .5s;
}
.ModalAlert.active {
	z-index: 1000;
	opacity: 1;
	left: 0;
	right: 0;
}
.ModalAlert__close {
	position: absolute;
	right: 1em;
	top: 1em;
	line-height: 2em;
	color:#111;
}
.ModalAlert__close span{
	font-size: 0.825em;
	font-weight: 600;
	vertical-align: baseline;
}
.ModalAlert__close i{
	font-size: 0.8em;
	padding-left:.5em;
}
.ModalAlert__inner {
	width: 40em;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 30%;
	margin-left: -15em;
	z-index: 10;
	display: flex;
	flex-direction: column;
	border-radius: 1em;
	box-sizing: border-box;
	padding:2.5em 3em;
}
.ModalAlert__box .title{
	text-align: center;
	padding-top:1em;
}
.ModalAlert__box .title > span{
	font-size: 1.5em;
	line-height: 1em;
	color:#111;
	font-weight: 900;
}
.ModalAlert__box .text{
	line-height: 1.2em;
	color:#111;
	text-align: center;
}
.ModalAlert__box .Button__inner .Button{
	font-size: 0.8em;
}

/* DataCenter */
.DataCenter__title{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 2px solid #333;
	align-items: center;
	margin-top:3em;
}
.DataCenter__title .Title01{
	border-bottom: 0;
	padding-top:0;
}
.DatCenter__list{
	margin-left: -1em;
}
.DataCenter__list .DataCenter__inner:first-child{
	margin-left:0
}
.DataCenter__inner{
	float: left;
	width:33.33%;
}
.DataCenter__item{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #CCCCCCCC;
	border-radius: 1.875em;
	box-sizing: border-box;
	padding:2em;
	z-index: 1;
	transition: all .5s;
	margin-left:1em;
	margin-bottom: 1em;
	height:16em;
}
.DataCenter__item:hover{
	box-shadow: 0px 10px 30px 0px #00000033;
}
.DataCenter__item .link{
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	display: block;
	z-index: 10;
}
.DataCenter__item .cate{
	background-color: #004448;
	color:#fff;
	display: inline-block;
	line-height: 2em;
	border-radius: 10px;
	padding: 0 1em;
}
.DataCenter__item .cate > span{
	font-weight: bold;
	font-size: 1.25em;
}
.DataCenter__item .donwload{
	overflow: hidden;
	width:3em;
	height:3em;
	background-image: url(../images/marketing/icon_down.svg);
	background-position: center;
	background-size: 2.6em;
	background-repeat: no-repeat;
	text-indent: -999px;

	position: absolute;
	right:2em;
	bottom:2em;
	z-index: 20;
}
.DataCenter__item .title{
	height: 5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
.DataCenter__item .title span{
	font-weight: 600;
	font-size: 1.875em;
	color:#111;
	line-height: 1em;
}
.DataCenter__item .info{
	line-height: 1.4em;
}
.DataCenter__item .date span{
	font-size: 1.25em;
	color:#111;
	line-height: 1em;
}
.DataCenter__item .location{
	padding-left:0;
}
.DataCenter__item .location span{
	font-size: 1.25em;
	color:#111;
	line-height: 1em;
}

.DataCenter .gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	padding: 10px;
}

.DataCenter .gallery div {
	position: relative;
	overflow: hidden;
	height: 300px; /* 세로 크기를 300px로 고정 */
	border-radius: 5px; /* 이미지 둥근 테두리 */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 이미지 그림자 */
}

.DataCenter .gallery img {
	max-width: none;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 50%; /* 가로 중앙 정렬 */
	transform: translateX(-50%); /* 가로 중앙 정렬 */
	height: 100%; /* 세로 크기를 부모 div에 맞춤 */
	width: auto; /* 가로 크기를 자동 조정 */
	object-fit: cover; /* 이미지 크기 조정 */
}
.DataCenter .chart
{
	max-width: 500px;
	max-height: 500px;
	margin: auto;
}
/* Pagination */
.Pagination strong, .Pagination a{
	width:3em;
	line-height: 3em;
	border-radius: 3em;
}
.Pagination strong {
    background: #fff;
	border-color: #004448;
	color:#004448;
}
.Pagination a:hover{
	background-color: #efefef;
}

/* GalleryArea */
.GalleryArea img{
	max-width: 50%;
	flex-grow: 1;
	flex-shrink: 1;
	height: auto !important;
}
.GalleryArea p{
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap:1em;
	margin-bottom: 1em;
}


/* ChartBox */
.ChartBoxInner{
	display: flex;
	flex-direction: row;
	gap : 1em;
	margin-bottom:1em;
}
.ChartBoxInner:last-child{
	margin-bottom: 0;
}
.ChartBox{
	border-radius: 1em;
	background-color: #fff;
	padding:1.5em 1em;
	box-sizing: border-box;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 50%;
	border:1px solid #00000055;
}
.ChartBox__title {
	padding:1em;
	text-align: center;
}
.ChartBox__title span{
	font-size: 1.4em;
	color:#111;
}

/* DataTable */
.DataTable {
	overflow-x: auto;
	line-height: 1.2em;
	border-top: 1px solid #333;
}
.DataTable .icon{vertical-align: middle;}
.DataTable.font_md {
	font-size: 1em;
}
.DataTable.font_sm {
	font-size: 0.825em;
}
.DataTable.no_width table {
	min-width: 100%;
}
.DataTable td,
.DataTable th {
	border-bottom: 1px solid #efefef;
	margin: 0;
	padding: 0;
	color: #615c71;
}
.DataTable tr.active td{
	background-color: rgba(190,71,149,0.2);
}
.DataTable thead th{
	background-color: #f1f1f1;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	height: 5em;
}
.DataTable thead tr th:first-child{border-left: 0;} 
.DataTable tbody tr td{
	border-left:1px solid #ccc;
	padding:1em;
	height: 2em;
}
.DataTable tbody tr td:first-child{border-left: 0;} 
.DataTable td.left {
	text-align: left;
}
.DataTable .empty{
	line-height: 3em;
	text-align: center;
	margin-top:1em;
}
.DataTable .button{font-size: 1.2em;}
@media screen and (max-width: 80em) {
}


/* marketing type */
.MarketingPage__type__wrap{width:100%;height:100%;}
.MarketingPage__type{
	display: flex;
    flex-direction: column;
	justify-content: center;
	width:100%;
	background-color: #004448;
	height: 100%;
	position: relative;
}



.mfds-products {
    max-width: 450px;
}

.mfds-product-item {
    margin-bottom: 8px;
    padding: 8px;
    border: 1px solid #ddd;
    background: #fafafa;
}

.mfds-product-item[data-clickable="true"] {
    border-color: #40427f;
    background: #f8f8ff;
}

.mfds-product-item[data-clickable="true"]:hover {
    background: #f0f0ff;
    border-color: #333366;
}

.nmpa-matching-item[data-clickable="true"] {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.nmpa-matching-item[data-clickable="true"]:hover {
    background: #f0f8ff !important;
    border-color: #40427f;
}

.mfds-product-item:last-child {
    margin-bottom: 0;
}

.product-type {
    background: #40427f;
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 11px;
    display: inline-block;
    margin-right: 5px;
}

.product-name {
    font-weight: bold;
    color: #333;
    font-size: 13px;
}

.product-category {
    color: #666;
    font-size: 12px;
    margin-top: 3px;
}

.nmpa-status {
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 11px;
    margin-top: 3px;
    display: inline-block;
}

.nmpa-on {
    background: #40427f;
    color: white;
    max-width: 200px;
    word-break: break-all;
}

.nmpa-off {
    background: #8789ad;
    color: white;
}


/* 부스 클릭 시 테이블 행 하이라이트 효과 */
tr.booth-highlighted {
    background-color: #f5f5f5 !important;
    transition: background-color 0.3s ease;
}
/* 새로운 NMPA 매칭 정보 스타일 */
.nmpa-matching-container {
    margin-top: 8px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fafafa;
    overflow: hidden;
}

.nmpa-matching-header {
    background: #40427f;
    color: white;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.nmpa-matching-item {
    padding: 8px 10px;
    border-bottom: 1px solid #f0f0f0;
    background: white;
}

.nmpa-matching-item:last-child {
    border-bottom: none;
}

.nmpa-type-badge {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 6px;
    color: white;
}

.nmpa-type-badge.medical {
    background: #28a745;
}

.nmpa-type-badge.ivd {
    background: #17a2b8;
}

.nmpa-type-badge.other {
    background: #6c757d;
}

.nmpa-type-badge.default {
    background: #40427f;
}

.nmpa-categories {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.nmpa-category-item {
    display: flex;
    align-items: center;
    font-size: 11px;
}

.category-label {
    background: #f8f9fa;
    color: #495057;
    padding: 1px 6px;
    border-radius: 3px;
    font-weight: bold;
    min-width: 40px;
    text-align: center;
    margin-right: 6px;
    font-size: 10px;
}

.category-value {
    color: #333;
    flex: 1;
    font-weight: 500;
}

@media (max-width: 768px) {
    .mfds-products {
        max-width: 100%;
    }
    
    .mfds-product-item {
        padding: 6px;
        margin-bottom: 6px;
    }
    
    .product-name {
        font-size: 12px;
    }
    
    .nmpa-matching-container {
        margin-top: 6px;
    }
    
    .nmpa-matching-item {
        padding: 6px 8px;
    }
    
    .nmpa-category-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }
    
    .category-label {
        margin-right: 0;
        margin-bottom: 2px;
    }
}


/* 전시부스 */
#image-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
}

#map-image {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

#image-map-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

#image-map-overlay polygon {
	transition: all 0.2s ease;
	pointer-events: all;
	cursor: pointer;
}

/* 전체화면 모달 스타일 */
.fullscreen-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.95);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fullscreen-header {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10001;
}

.fullscreen-close-btn {
	background-color: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	padding: 0;
}

.fullscreen-close-btn:hover {
	background-color: #fff;
	transform: scale(1.1);
}

.fullscreen-close-btn i {
	font-size: 16px;
}

.fullscreen-content {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.fullscreen-content img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* 확대/축소 버튼 스타일링 */
.MapView__zoom-controls {
	display: flex;
	gap: 5px;
	align-items: center;
}

.MapView__zoom-controls .Button {
	min-width: 36px;
	height: 36px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.MapView__zoom-controls .Button i {
	font-size: 14px;
}

/* 확대/축소 시 드래그 커서 */
#image-container.zoom-draggable {
	cursor: grab !important;
}

#image-container.zoom-draggable:active {
	cursor: grabbing !important;
}

/* 스크롤바 숨기기 (확대 시) */
#image-container.zoom-draggable::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera */
}

#image-container.zoom-draggable {
	-ms-overflow-style: none;  /* IE, Edge */
	scrollbar-width: none;     /* Firefox */
}
/* ============================================================
   /marketing/main 임시 페이지 (2026-08-24)
   뷰: application/views/marketing/main_v.php
   실제 화면이 정해지면 이 블록과 그 뷰를 함께 정리한다.
   ============================================================ */
.MarketingPage__temp {
	margin-top: 24px;
	text-align: center;
}

.MarketingPage__temp_label {
	display: inline-block;
	padding: 6px 16px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.04em;
}

.MarketingPage__temp_text {
	margin-top: 14px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	line-height: 1.6;
}

.MarketingPage__temp .MarketingPage__list {
	margin-top: 28px;
}
