@charset "UTF-8";

.program	{ width: 100%; }
.kor_title	{
	padding:			2px 8px;
	background-color:	#4472c4;
	font-size:			13px;
	color:				#fff;
}

/* table thead tr th								{ background-color: #6252a0; color: #fff; } */
/* table thead tr th.table_top.five_floor				{ background-color: #4472c4; color: #fff; }
table thead tr th.table_top.six_floor				{ background-color: #262161; color: #fff; } */
table thead tr th									{ border: 1px solid #333 !important; padding: 18px !important; }
table tbody tr td									{ font-size: 15px; border: 1px solid #333 !important; padding: 18px !important; }
table tbody tr td.kor_lecture_cont					{ position: relative; }
table tbody tr td.kor_lecture_cont span.kor_lecture {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 8px;
	background-color: #4472c4;
	font-size: 13px;
	color: #fff;
}
table tbody tr td	 span {display:block;}

/* a				{ color: #222 !important; } */
/* a:hover			{ text-decoration: underline; } */

.bold			{ font-weight: 700 !important; }
.announce_txt	{ font-size: 16px; }

/* .titlebefore {
	display: flex !important;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.titlebefore::before {
	content: '';
	background-image: url('../images/title.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 25px;
	height: 35px;
	display: inline-block;
} */

/* Colour */
/*.room1_themeColor_light		{ background-color: #b0c8d0; }
.room2_themeColor_light		{ background-color: #cba7b0; }
 .room3_themeColor			{ background-color: #d79a16; color: #fff; }
.room3_themeColor_light		{ background-color: #e1d2b0; }
.opening_ceremony_color		{ background-color: #bed7ee; }
.integrated_session_color	{ background-color: #ecf1c9; }
.park_studio_color			{ background-color: #b6e4b7; }
.studio_8-10_color			{ background-color: #bed7ee; } */
.themeColor			{ background-color: #387550; color: #fff !important; }
.themeColor2			{ background-color: #d6eae7;} /* Symposium */ 
.themeColor3			{ background-color: #f0e4c8;} /* Luncheon */
.themeColor4			{ background-color: #e0d0c9;} /* Plenary */
.themeColor5			{ background-color: #bdd7bc;} /* Breakfast  */
.themeColor6			{ background-color: #d4c8de;} /* Poster */ 
.themeColor7			{ background-color: #dedede; } /* Opening / Closing */
.themeColor8			{ background-color: #d4f5fc;} /* Fetured */
.themeColor9			{ background-color: #d1f6d7;} /* Satellite */
.black						{ background-color: #555; color: #fff !important; }
.gray						{ background-color: #fafafa; }
.beige						{ background-color: #fff2cc; }


/* 팝업 플러그인 CSS */
.my-button {cursor:pointer;}
.swal2-container.swal2-center>.swal2-popup		{ width: 60%; }
.swal2-title									{ font-size: 28px !important; padding: 1.2em 1em 0 !important; }
.swal2-close									{ display: none !important; transition: all 0.1s linear; }
.swal2-styled.swal2-confirm						{ background-color: #1e2331 !important; box-shadow: unset !important; }
.swal2-styled.swal2-confirm:hover				{ background-color: #387550 !important; }
/*.my-button										{ cursor: pointer; }
 .my-button:hover								{ text-decoration: underline; } */
/* .swal2-popup.animate__animated.animate__fadeIn	{ animation-duration: 1.5s !important; } */

/* 팝업 KOR CSS */
span.popup_kor {
	position:			absolute;
	top:				0;
	right:				0;
	padding:			2px 8px;
	background-color:	#4472c4;
	font-size:			13px;
	color:				#fff;
}


table td div {
	align-items: center;
    justify-content: center;
}
table td div 	 img { height: 45px;}
table img.tw {
	width:				100px;
}