@charset "utf-8";

.skipToContent {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: block;
	width: 0px;
	height: 0px;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
}

.hidden {
	display: none;
}

.clear::after {
	content: "";
	display: block;
	clear: both;
}

/*** desktop ***********************************************************************************************************************/
body {
	min-width: 1500px;
	width: 100%;
	position: relative;
}

#header {
	width: 100%;
	min-width: 1500px;
	height: 120px;
	position: relative;
	z-index: 100;
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0.7),
			rgba(0, 0, 0, 0));
}

#header_content {
	position: relative;
	*zoom: 1;
	width: 100%;
	height: 115px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 103px;
	box-sizing: border-box;
}

#header_content .logo {}

#header_content .logo a {
	display: inline-block;
}

#top_right {
	display: none;
}

#header_content .flex_gnb {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top_menu {
	/* margin: 0 103px 0 0; */
}

.top_menu:after {
	content: "";
	display: block;
	clear: both;
}

.top_menu ul {
	float: right;
}

.top_menu ul:after {
	content: " ";
	display: block;
	clear: both;
}

.top_menu ul li {
	float: left;
}

.top_menu ul li:last-child {
	background: none;
}

.top_menu ul li a {
	position: relative;
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 50px;
	padding: 0 20px;
	color: #8da4dc;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.top_menu ul li a::before {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	left: 115%;
	top: 19px;
	width: 1px;
	height: 13px;
	background-color: #8da4dc;
}

.top_menu ul li:nth-child(3) a:before {
	background: none;
	width: 0;
}

.top_menu ul li a:last-child {
	padding: 0 0 0 20px;
}

.top_menu ul li a:hover {
	color: #8da4dc;
}

#gnb {}

#gnb>ul {
	*zoom: 1;
	width: 100%;
	max-width: 1300px;
	min-width: 1200px;
	margin: 0 auto;
	text-align: Center;
}

#gnb>ul:after {
	content: " ";
	display: block;
	clear: both;
}

#gnb>ul>li {
	float: left;
	position: relative;
	text-align: center;
	width: auto;
	height: 55px;
	display: inline-block;
	padding: 0 18px;
}

#gnb>ul>li>a {
	font-family: "Merriweather";
	/* color: #c2bfbc; */
	color: #fff;
	height: 100%;
	display: block;
	font-size: 16px;
	line-height: 55px;
	font-weight: 500;
	text-align: center;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

#gnb>ul>li>a:hover {
	color: #c2deff;
}

#gnb div.submenu {
	display: none;
	position: absolute;
	top: 55px;
	left: -86px;
	z-index: 999;
	width: 242px;
	background: #ffffff8e;
	border-bottom: 4px solid #02adf2;
}

#gnb div.submenu ul {
	margin: 0;
	height: auto;
}

#gnb div.submenu ul li {
	float: none;
	padding: 0;
	height: auto;
	text-align: center;
	background: none;
	margin: 0;
}

#gnb div.submenu ul li a {
	height: auto;
	font-size: 16px;
	line-height: 45px;
	display: block;
	color: #222;
	padding: 0;
	font-weight: 400;
	transition: all 0.2s;
}

#gnb div.submenu ul li a:hover,
#gnb div.submenu ul li a:focus {
	color: #02adf2;
	background: #fff;
}

#gnb>ul>li.m1 div.submenu {
	left: -80px;
}

#gnb>ul>li.m2 div.submenu {
	left: -68px;
}

#gnb>ul>li.m3 div.submenu {
	left: -36px;
}

#gnb>ul>li.m4 div.submenu {
	left: -53px;
}

#gnb>ul>li.m5 div.submenu {
	left: 0px;
}

#gnb>ul>li.m6 div.submenu {
	left: -55px;
}

#gnb>ul>li.m7 div.submenu {
	left: -62px;
}

/** mobile_none **/
.mobile_top {
	display: none;
}

#nav {
	display: none;
}


.quick_side {
	display: inline-block;
	margin: 20px auto 0;
	box-sizing: border-box;
}

.quick_side ul {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.quick_side ul li {
	float: left;
	width: 100px;
	height: 80px;
	text-align: center;
	margin: 0 10px 0 0;
}

.quick_side ul li:last-child {
	margin: 0;
}

.quick_side ul li span {
	display: block;
}

.quick_side ul li a {
	display: block;
	width: 100%;
	height: 80px;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 4px 0 0;
	box-sizing: border-box;
	line-height: 1;
}

.quick_side ul li:nth-child(1) a {
	background: #1b7fe5;
}

.quick_side ul li:nth-child(2) a {
	background: #f36161;
}

.quick_side ul li:nth-child(3) a {
	background: #67b92b;
}


.counter {
	margin: 15px 0 0;
}

.counter p {
	font-size: 34px;
	color: #9e9386;
	font-weight: 800;
}

.counter p span {
	padding: 20px 15px;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 3px 3px 10px rgba(158, 147, 134, 0.1);
	border-radius: 10px;
	font-family: 'Monomaniac One', sans-serif;
}

.counter p span:first-child {
	color: #c0b1a0;
}


/* main */
#container {
	width: 100%;
	margin: 0 auto;
}

.mainbg {
	background: none;
	width: 100%;
	position: relative;
	overflow: hidden;
	--current-bg-image: none;
	--next-bg-image: none;
	--hero-bg-height: 900px;
	--hero-fade-duration: 3s;
}

.mainbg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: var(--hero-bg-height);
	z-index: 1;
	pointer-events: none;
	background-image: var(--next-bg-image);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform: scale(1.08);
	transform-origin: center center;
	opacity: 0;
	transition: opacity var(--hero-fade-duration) ease-in-out;
}

.mainbg.is-fading::before {
	opacity: 1;
}

.mainbg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: var(--hero-bg-height);
	z-index: 0;
	pointer-events: none;
	background-image: var(--current-bg-image);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform: scale(1.08);
	transform-origin: center center;
}

.mainbg .mainbg-dim {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(var(--hero-bg-height) + 28px);
	z-index: 2;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.6);
}

#wrapper.mainbg> :not(.mainbg-dim) {
	position: relative;
	z-index: 3;
}

#wrapper.mainbg #header {
	position: relative;
	z-index: 20;
}

#wrapper.mainbg #container {
	position: relative;
	z-index: 5;
}

#mainvisual {
	background: url("../images/main/mainvisual.jpg") center center no-repeat;
	background-size: cover;
	width: calc(100% - 140px);
	max-width: 1600px;
	margin: 20px auto 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	--next-bg-image: none;
	--hero-fade-duration: 3s;
}

#mainvisual::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	background-image: var(--next-bg-image);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0;
	transition: opacity var(--hero-fade-duration) ease-in-out;
}

#mainvisual.is-fading::before {
	opacity: 1;
}

.main_txt {
	width: 100%;
	max-width: 1300px;
	padding: 135px 0 0 0;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	z-index: 30;
	width: 100%;
}

.main_txt .main_txt_box {
	display: inline-block;
	padding: 22px 30px;
	background: rgba(60, 66, 76, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 8px;
	backdrop-filter: blur(2px);
}

.main_txt h2 {
	font-family: "Noto Serif";
	font-weight: 600;
	color: #fff;
	font-size: 68px;
}

.main_txt h3 {
	font-family: "Poppins";
	font-size: 17px;
	color: #fff200;
	line-height: 24px;
	margin: 0px 0 26px;
	text-transform: uppercase;
}

.main_txt h5 {
	font-family: "Noto Serif";
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.03em;
}

.main_txt h5 span {
	font-size: 21px;
}

/* .main_txt p.date  {font-family:"Montserrat"; font-size:42px; font-weight:700; color:#424242;margin:20px 0 0;} */

.main_quick {
	width: 1300px;
	margin: 0 auto;
	position: relative;
	z-index: 30;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	padding: 70px 0 60px 0px;
}

.main_quick ul {
	*zoom: 1;
}

.main_quick ul:after {
	content: "";
	display: block;
	clear: both;
}

.main_quick ul li {
	float: left;
	width: 190px;
	height: 150px;
	background: #0000005e;
	border-right: 1px solid #ccc;
}

.main_quick ul li:last-child {
	border-right: none;
}

.main_quick ul li a {
	font-family: "Merriweather";
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: 30px 0;
	box-sizing: border-box;
}

.main_quick ul li a span {
	display: block;
	text-align: center;
	margin: 0 0 20px 0;
}

.main_quick ul li a span img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.main_quick ul li a:hover {
	background-image: linear-gradient(to top, #e82c35c6 0%, #faa718c6 100%);
}

/* .main_quick ul li a:hover span img {transform:rotate(15deg);} */

/* section01 */
.section01_bg {
	position: relative;
	z-index: 0;
	width: 100%;
	margin-top: -177px;
	background: url(../images/main/section01_bg.jpg) no-repeat top left;
	height: 750px;
}

/* .section01_bg img{max-width: 100%;} */
.section01 {
	padding-top: 176px;
}

.section01 .sec01_wrap {
	*zoom: 1;
	width: 1300px;
	margin: 0 auto;
	padding: 67px 0;
}

.section01 .sec01_wrap:after {
	content: "";
	display: block;
	clear: both;
}

.section01 .sec01_wrap>div {
	float: left;
	width: calc(50% - 20px);
	margin: 0 40px 0 0;
	box-sizing: border-box;
}

.section01 .sec01_wrap>div:last-child {
	margin: 0;
	width: calc(50% - 20px);
}

.section01 h4 {
	font-family: "Merriweather";
	font-size: 28px;
	font-weight: 700;
	color: #111;
	float: left;
	text-transform: uppercase;
}

.section01 h4+div::after {
	content: "";
	display: block;
	clear: both;
}

.section01 span.border {
	width: 100%;
	display: inline-block;
	border: 1px solid #ddd;
	margin: 20px 0;
}

.section01 ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #111;
	line-height: 42px;
	box-sizing: border-box;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.section01 ul li a:after {
	content: "";
	display: block;
	clear: both;
}

.section01 ul li a p {
	float: left;
	width: 70%;
	font-size: 18px;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.section01 ul li a p.date {
	width: 30%;
	color: #9e9e9e;
	text-align: right;
	font-size: 14px;
}

.section01 ul li a span {
	float: right;
	/*width:20%;*/
	font-size: 14px;
	line-height: 15px;
	padding: 4px 10px;
	display: inline-block;
	text-align: center;
	color: #0e76bc;
	border-radius: 50px;
	background: #fff;
	margin-top: 9px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.section01 ul li a:hover {
	color: #0e76bc;
}

.section01 ul li a:hover span {
	background: #0e76bc;
	color: #fff;
}

.section01 .important ul {
	clear: both;
}

.section01 .important ul li:after {
	content: "";
	display: block;
	clear: both;
}

.section01 .important ul li p {
	float: left;
	width: 30%;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
	line-height: 40px;
	color: #111;
}

.section01 .important ul li span {
	float: right;
	width: 70%;
	font-size: 16px;
	display: inline-block;
	text-align: right;
	font-weight: 500;
	color: #ff6700;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.section01 .important ul.import_date li {
	background: url(../images/main/date_ck.png) no-repeat left center;
	padding: 0 37px;
	line-height: 42px;
	color: #111;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}


.section01 .welcome_msg ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 10px 0 0 0;
}

.section01 .welcome_msg ul.import_date {
	display: block;
}

.section01 .welcome_msg ul.import_date li {
	width: 100%;
	background: rgba(255, 255, 255, 0.6);
	margin: 0;
	padding: 0 20px;
	box-sizing: border-box;
}

.section01 .welcome_msg li {
	font-size: 16px;
	color: #000;
	line-height: 26px;
}

.section01 .welcome_msg li.prof {}

.section01 .welcome_msg li:last-child {
	margin: 0 0 0 20px;
}

.section01 .welcome_msg li .welcom_more a {
	border-radius: 30px;
	background-color: #fff;
	color: #6c89af;
	text-align: center;
	margin-top: 38px;
	display: inline-block;
	width: auto;
	line-height: 38px;
	padding: 0px 15px;
	transition: all 0.2s;
}

.section01 .welcome_msg li .welcom_more a:hover {
	color: #6c89af;
}


.keep_wrap h4 {
	font-family: "Montserrat";
	font-size: 26px;
	font-weight: 700;
	color: #111;
	margin: 0 0 20px 0;
}

.keep {
	padding: 20px 30px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 20px;
}

.keep p {
	font-weight: 600;
	margin: 0 0 6px;
	font-size: 18px;
}

.keep input[type="text"] {
	width: 100%;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}

.keep div {
	margin: 0 0 10px;
}

.keep label {
	font-size: 18px;
	color: #111;
}

.keep input[type="checkbox"] {
	border: 1px solid #ec1c23;
}

.keep a {
	width: 120px;
	border-radius: 20px;
	display: block;
	background: #ec1c23;
	color: #fff;
	text-align: center;
	height: 32px;
	line-height: 32px;
	margin: 16px 0 0;
	font-weight: 500;
}

.keep a:hover {
	background: #c80c12;
}

/* section02 */
.section02 {
	background: #fff;
	border-radius: 0 150px 0 0;
	padding: 50px 0 0;
	box-sizing: border-box;
	width: 100%;
}

.section02 .sec02_wrap {
	width: 1300px;
	margin: 0 auto;
}

.sec02_wrap h5 {
	font-family: "Montserrat";
	font-size: 26px;
	color: #111;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.sec02_wrap .main_sup>div {
	min-height: 300px;
}

.sec02_wrap p {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin: 0 0 10px;
}

.sec02_wrap p:last-child {
	margin: 0;
}

.sec02_wrap .view_btn {
	display: block;
	margin: 30px 0 0;
	width: 180px;
	line-height: 32px;
	text-align: center;
	border: 2px solid #b8ad99;
	color: #b8ad99;
}

.sec02_wrap .view_btn:hover {
	background: #b8ad99;
	color: #fff;
}

/*section03 */
.section03 {
	/* background-color: #fff;  */
	background: url(../images/main/section02_bg.jpg) no-repeat;
	background-size: cover;
	padding: 20px 0 0px 0;
	width: 100%;
}

.section03 .sec03_wrap {
	width: 1300px;
	margin: 0 auto;
}

.section03 .sec_shadowbox {
	/* width: 1700px; */
	width: 100%;
	margin: -121px auto 0px;
	padding: 50px 0 0 0;
	background-color: #fff;
	box-shadow: 0px -4px 17px #0000000a;
	position: relative;
}

.section03 .sec03_wrap .main_sup {
	padding: 0 0 70px 0;
}

.section03 .sec03_wrap h5 {
	font-family: "Merriweather";
	font-size: 28px;
	color: #111;
	font-weight: 700;
	margin: 0 0 40px 0;
	position: relative;
}

.section03 .sec03_wrap h5::after {
	display: block;
	content: "";
	clear: both;
	width: 62%;
	top: 50%;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	right: 0;
}

.section03 .swiper {
	width: 1300px;
	margin: 0 auto;
}

.section03 .swiper-slide {
	text-align: center;
	/* width: 260px !important; */
	/* display: flex; */
	/* justify-content: space-between; */
	/* border: 1px solid  blue; */
}

.section03 .swiper-slide .spk {
	width: 230px;
	height: 220px;
	margin: 0 auto;
	background: url(../images/main/spk_bg.png) no-repeat;
	background-position: bottom center;
}

.section03 .swiper-slide .prof_txt {
	padding: 20px 0px;
	box-sizing: border-box;
}

/* .section03 .swiper-slide .prof_txt .normal::-webkit-scrollbar {width: 10px;} */
/* .section03 .swiper-slide .prof_txt .normal::-webkit-scrollbar-thumb {background-color: burlywood;border-radius: 10px;background-clip: padding-box;border: 2px solid transparent;} */
/* .section03 .swiper-slide .prof_txt .normal::-webkit-scrollbar-track {background-color: transparent;border-radius: 10px;} */
.section03 .swiper-slide .prof_txt {
	text-align: center;
}

.section03 .swiper-slide .prof_txt h6 {
	font-size: 18px;
	font-weight: 700;
	color: #d94a14;
	margin: 0 0 10px 0;
}

.section03 .swiper-slide .prof_txt .affil {
	font-size: 14px;
	color: #9e9e9e;
	display: block;
	margin: 0 0 30px 0;
}

.section03 .swiper-slide .prof_txt .normal {
	font-size: 16px;
	display: block;
	line-height: 21px;
}

.section03 .swiper-slide video {
	border-radius: 20px;
	width: 233px;
	height: auto;
}

.section03 .swiper-pagination {
	position: absolute;
	top: 290px !important;
	background-color: #9e9386 !important;
	color: #000;
}

:root {
	--swiper-theme-color: #e2dad1 !important;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
	display: block;
}

.section03 .swiper-button-next {
	background: url(../images/main/next_ico.png) no-repeat center;
	width: 52px;
	height: 52px;
	position: absolute;
	right: 142px;
}

.section03 .swiper-button-prev {
	background: url(../images/main/prev_ico.png) no-repeat center;
	width: 52px;
	height: 52px;
	position: absolute;
	left: 142px;
}

.section03 .swiper-button-next::after,
.section03 .swiper-button-prev::after {
	display: none;
}

/* banner-slider */
.section03 .main_spon {
	margin: 0 0 65px 0;
}

.section03 .main_spon .spon_bg {
	width: 100%;
	margin: 50px auto 0;
	background-color: #fff;
	box-shadow: 0px -4px 17px #0000000a;
	padding: 30px 0;
}

.slide_box {
	width: 1300px;
	margin: 0 auto;
	padding: 20px 0;
}

.slide_box ::after {
	display: block;
	content: "";
	clear: both;
}

.slide_box>div::after {
	display: block;
	content: "";
	clear: both;
}

.slide_box h5 {
	font-size: 28px;
	color: #000;
	font-weight: 700;
	margin: 0 0 29px 0;
	position: relative;
}

.slide_box h5.border.one::after {
	display: block;
	content: "";
	clear: both;
	position: absolute;
	right: 0px;
	top: 50%;
	width: 64%;
	height: 1px;
	background-color: #ddd;
}

.slide_box h5.border.two::after {
	display: block;
	content: "";
	clear: both;
	position: absolute;
	right: 0;
	top: 50%;
	width: 72%;
	height: 1px;
	background-color: #ddd;
}

.slide_box h5.border.three::after {
	display: block;
	content: "";
	clear: both;
	position: absolute;
	right: 0;
	top: 93%;
	width: 85%;
	height: 1px;
	background-color: #ddd;
}

.slide_box>div:last-child::after {
	display: block;
	content: "";
	clear: both;
}

.slide_box .spon_box:first-child {
	float: left;
	width: 49%;
	margin: 0 0 50px 0;
}

.slide_box .spon_box:last-child {
	float: right;
	width: 49%;
	margin: 0 0 50px 0;
}

.slide_box #gsefSpan span {
	display: inline-block;
	width: 240px;
	height: 70px;
	margin: 0 10px;
	text-align: center;
	position: Relative;
	overflow: hidden;
}

.slide_box #gsefSpan span a {
	width: 100%;
	display: block;
}

.slide_box .marquee>a {
	display: inline-block;
	width: 240px;
	height: 70px;
	margin: 0 10px;
	text-align: center;
	position: Relative;
	overflow: hidden;
}

.slide_box #gsefSpan span img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
}


/* section3 welcomemessage */
.section03 .main_sup div>ul {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.section03 .main_sup div>ul li:last-child {
	margin: 0 0 0 50px;
	font-size: 16px;
	line-height: 26px;
}

.section03 .main_sup div>ul li p {
	margin: 15px 0;
	text-align: justify;
	color: #111;
}

.section03 .main_sup div>ul li p:first-child {
	margin: 0 0 15px 0;
}

.section03 .main_sup div>ul li a {
	display: inline-block;
	padding: 7px 30px;
	background-color: #f7fbff;
	color: #6c89af;
	border-radius: 30px;
	transition: all 0.2s;
}

.section03 .main_sup div>ul li a:hover {
	background-color: #6c89af;
	color: #f7fbff;
}




/* footer */
#footer {
	width: 100%;
	margin: 0 auto;
	background-color: #f5f5f5;
}

#footer_content {
	margin: 0 auto;
	width: 1300px;
	box-sizing: border-box;
	padding: 20px 0;
}

#footer_content .address p {
	font-size: 17px;
	font-weight: 800;
	color: #262262;
	text-align: center;
	margin: 0 0 10px 0;
}

#footer_content .address address {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #666666;
	text-align: center;
}

.main-footer .address p,
.main-footer .address address {
	color: #777263;
}

/* .sub-footer {background:#f8f8f8;} */
.sub-footer .address p,
.sub-footer .address address {
	color: #555;
}

#footer_content .terms_btn {
	text-align: center;
	margin: 12px 0 0;
}

#footer_content .terms_btn a {
	display: inline-block;
	padding: 2px 5px;
	border: 1px solid #c1bfb4;
	color: #c1bfb4;
	font-size: 12px;
}

/*Quick Menu */
#quick_menu {
	position: fixed;
	bottom: 50px;
	margin: 0 0 0 730px;
	width: 65px;
	left: 50%;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	/* Firefox 4 */
	-webkit-transition: all 0.5s ease;
	/* Safari and Chrome */
	-o-transition: all 0.5s ease;
	/* Opera */
}

#quick_menu a {
	display: block;
}

/*Quick Menu */
#side_menu {
	right: 10px;
	width: 65px;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	overflow: hidden;
	background-color: #fff;
	border: 2px solid #bbccd6;
}

.wing {
	position: absolute;
	top: 450px;
	z-index: 30;
}

.wing.fixed {
	position: fixed;
	top: 20px;
}

#side_menu ul {}

#side_menu ul li {
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#side_menu ul li span {
	display: block;
	margin: 5px 0 8px 0;
}

#side_menu ul li span img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

#side_menu ul li a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	width: auto;
	margin: 0 4px;
	padding: 10px 0 0 0;
	font-size: 12px;
	font-weight: 500;
	color: #666;
	letter-spacing: -0.03em;
	line-height: 15px;
}

#side_menu ul li a p.small {
	font-size: 10px;
	line-height: 12px;
	color: #d43232;
	letter-spacing: -0.05em;
	margin: 7px 0 0 0;
}

#side_menu ul li:last-child {
	border-bottom: none;
}

#side_menu ul li.long {
	height: 160px;
}

#side_menu ul li a:hover span img,
#side_menu ul li a:focus span img {
	transform: rotate(15deg);
}

#side_menu p.topbtn {
	text-align: center;
}

#side_menu p.topbtn a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #00bdc7;
	font-size: 13px;
	font-weight: 700;
}

/* login */
.login_left {
	margin: 0 0 50px 0;
}

.login_left img {
	width: 40%;
}

/* sub */
.subvisual {
	width: 100%;
	height: 540px;
	background: url('../images/sub/subvisual.jpg') right bottom;
	position: relative;
	background-size: cover;
}

.sub_txt {
	width: 100%;
	max-width: 1300px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	z-index: 30;
}

.sub_txt h4 {
	font-family: "Noto Serif";
	font-weight: 800;
	color: #FFF;
	font-size: 68px;
}

.sub_txt .txt_box {
	margin: -96px 0 0 90px;
}

.sub_txt h3 {
	font-family: "Poppins";
	font-size: 17px;
	color: #ffff20;
	line-height: 24px;
	margin: 10px 0;
	text-transform: uppercase;
}

.sub_txt h5 {
	font-family: "Montserrat";
	font-size: 24px;
	font-weight: 800;
	color: #0e76bc;
	letter-spacing: -0.02em;
}

.sub_txt p.date {
	font-family: "Noto Serif";
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	margin: 20px 0 0;
	letter-spacing: 0.03em;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.582);
}

.sub_txt p.date span {
	font-size: 21px;
}

.sub_txt p.map {
	font-family: "Noto Serif";
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.03em;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.582);
}

/* leftmenu */
#leftmenu {
	margin: -60px auto 40px;
	position: relative;
	background-color: rgb(0 41 82 / 28%);
	transition: all 0.2s;
}

#leftmenu .lab {
	width: 1300px;
	margin: 0 auto;
}

/* #leftmenu ul {text-align:center;} */
#leftmenu ul::after {
	display: block;
	content: "";
	clear: both;
}

#leftmenu ul li {
	float: left;
	;
	width: 250px;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	transition: all 0.2s;
}

#leftmenu ul li a {
	display: block;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #fff;
}

#leftmenu ul li.on,
#leftmenu ul li:hover {
	background-color: #015cae;
}

/* #leftmenu ul li.on a, #leftmenu ul li:hover a {} */
#leftmenu ul li.menu01 {
	width: 50%;
}

#leftmenu ul li.menu02 {
	width: 33.33%;
}

#leftmenu ul li.menu03 {
	width: 33.33%;
}

#leftmenu ul li.menu04 {
	width: 25%;
}

#leftmenu ul li.menu05 {
	width: calc(100% / 5);
}

/* #leftmenu ul li:last-child{border: none;} */
/* content */
#contents {
	/*background:url('../images/sub/cont.png') center 0 no-repeat; background-size:cover;*/
	background: #fff;
	margin: 70px auto 0;
}

#cont {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	position: relative;
	padding: 30px 0;
	box-sizing: border-box;
}

#subtitle {
	margin: 0 0 70px 0;
	text-align: center;
}

#subtitle h2 {
	font-family: "Noto Serif";
	font-weight: 700;
	color: #111;
	font-size: 35px;
}

#con_area {
	clear: both;
	min-height: 320px;
	padding: 0 0 100px 0;
	max-width: 1300px;
	margin: 0 auto;
}

.top_wrap {
	display: block;
	text-align: center;
	margin: 0 auto 80px;
}

.topmenu:after {
	content: "";
	display: block;
	clear: both;
}

.topmenu {
	display: inline-block;
}

.topmenu li {
	float: left;
	width: 210px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	margin: 0 14px 0 0;
}

.topmenu li.long {
	width: 230px;
}

.topmenu li:last-child {
	margin: 0;
}

.topmenu li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #818181;
	letter-spacing: -0.03em;
}

.topmenu li.on a {
	background: #082666;
	color: #fff;
}


/* 공통 */
sup {
	font-size: 13px;
	line-height: 11px;
}

h4.title {
	font-size: 26px;
	font-weight: 700;
	color: #11174c;
	margin: 0 0 25px 0;
	/* font-family:"Montserrat","Pretendard"; */
}

.clearbox {
	*zoom: 1;
}

.clearbox:after {
	content: "";
	display: block;
	clear: both;
}

.table_a {
	border-top: 2px solid #182278
}

.table_a thead th {
	padding: 20px 10px;
	font-weight: 600;
	line-height: 22px;
	font-size: 17px;
	color: #111;
	border-bottom: 2px solid #ddd;
	background: #f8f8f8;
	border-right: 1px solid #ddd;
}

.table_a thead th:last-child {
	border-right: none;
}

.table_a tbody th {
	padding: 20px 10px;
	font-weight: 600;
	line-height: 22px;
	font-size: 17px;
	color: #111;
	border-bottom: 1px solid #ddd;
	background: #f9f9f9;
}

.table_a tbody th.border {
	border-right: 1px solid #ddd;
}

.table_a tbody td {
	padding: 20px 10px;
	font-weight: 500;
	line-height: 22px;
	font-size: 17px;
	color: #111;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.table_a tbody td:last-child {
	border-right: none;
}

.table_a tbody td.center {
	text-align: center;
}

.table_a tbody td.border {
	border-right: 1px solid #ddd;
}

.table_b {
	border-top: 2px solid #182278
}

.table_b th {
	font-family: "Lato", "Pretendard";
	padding: 20px 10px;
	font-weight: 600;
	line-height: 20px;
	font-size: 16px;
	color: #111;
	border-bottom: 1px solid #ddd;
	;
	background: #f8f8f8;
	border-right: 1px solid #ddd;
}

.table_b th.border {
	border-right: 1px solid #ddd
}

.table_b td {
	font-family: "Lato", "Pretendard";
	padding: 10px;
	font-weight: 500;
	line-height: 20px;
	font-size: 16px;
	color: #111;
	border-bottom: 1px solid #ddd;
}

.table_b td.center {
	text-align: center;
}

.table_b .center {
	text-align: center;
}

div.linebox {
	padding: 20px;
	box-sizing: border-box;
	border: 2px solid #eee;
	font-size: 18px;
}

div.linebox.center {
	text-align: center;
	border: none;
	font-weight: 600;
	font-size: 23px;
	color: #815e34;
	border: 2px solid #eee;
}

div.linebox.border {
	border-top: 2px solid #493e32;
}

div.dotbox {
	font-size: 18px;
	line-height: 30px;
}

div.dotbox p::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #493e32;
	vertical-align: middle;
	margin: 0 6px 2px 0;
	border-radius: 50%;
}

div.bgbox {
	padding: 10px 20px;
	box-sizing: border-box;
	border: 4px solid #f1f1f1;
	background: #f5f5f5;
}

div.bgbox.border {
	border-top: 2px solid #493e32;
}

ul.list_dot li {
	font-size: 18px;
	font-weight: 500;
	color: #111;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	background: url('../images/sub/black_arrow.png') 0 11px no-repeat;
}

ul.list_dot li:last-child {
	margin: 0;
}

ol.list_num>li {
	font-size: 16px;
	font-weight: 500;
	color: #111;
	line-height: 26px;
	margin: 0 0 5px 20px;
	box-sizing: border-box;
	list-style: decimal;
}

p.normal {
	font-size: 16px;
	font-weight: 500;
	color: #111;
	line-height: 26px;
	letter-spacing: -0.02em;
}

/* p.strong {font-size:186px; font-weight:600; color:#111; line-height:26px; 
} */
p.red {
	font-size: 18px;
	font-weight: 500;
	color: red;
	line-height: 26px;
}

.red {
	color: red !important;
	font-weight: 600 !important;
	font-size: 15px;
	display: block;
	margin: 9px 0 0 0;
}

.blue {
	color: blue !important;
	font-weight: 600 !important;
}

.top_wrap {
	display: block;
	text-align: center;
	margin: 0 auto 80px;
}

.topmenu:after {
	content: "";
	display: block;
	clear: both;
}

.topmenu {
	display: inline-block;
}

.topmenu li {
	float: left;
	width: 210px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	margin: 0 14px 0 0;
}

.topmenu li.long {
	width: 230px;
}

.topmenu li:last-child {
	margin: 0;
}

.topmenu li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #818181;
	letter-spacing: -0.03em;
}

.topmenu li.on a {
	background: #082666;
	color: #fff;
}

input[type="text"],
input[type="email"],
input[type="password"] {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 6px 10px;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
	outline: none;
	border: 1px solid #3d92e8;
}

input[type="radio"] {
	margin: 0 3px 0 0;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}

input[type="checkbox"] {
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
	margin: 0 3px 0 0;
}

textarea {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 6px 10px;
	box-sizing: border-box;
	width: 90%;
	height: 80px;
	resize: none;
	overflow-y: scroll;
}

textarea:focus {
	outline: none;
	border: 1px solid #e2dad1;
}

label {
	display: inline-block;
	margin: 0 13px 0 0;
}

label:last-child {
	margin: 0;
}

.input_10 {
	width: 10%;
}

.input_15 {
	width: 15%;
}

.input_20 {
	width: 20%;
}

.input_30 {
	width: 30%;
}

.input_40 {
	width: 40%;
}

.input_50 {
	width: 50%;
}

.input_60 {
	width: 60%;
}

.input_80 {
	width: 80%;
}

.btn_box {
	text-align: center;
	padding-top: 10px;
}

.btn_box a {
	display: inline-block;
	padding: 0px 30px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	border-radius: 50px;
	color: #fff;
	margin: 0 5px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

select#select_option {
	border: 1px solid #ddd;
	width: 20%;
	padding: 6px 10px;
	border-radius: 8px;
	height: 38px;
	line-height: 38px;
}

.btn_box a.btn01 {
	background-color: #0e76bc;
	color: #fff;
}

.btn_box a.btn01:hover,
.btn_box a.btn01:focus {
	background-color: #0a5c93;
}

.btn_box a.btn02 {
	background-color: #777;
}

.btn_box a.btn02:hover,
.btn_box a.btn02:focus {
	background-color: #333;
}

.btn_box a.btn03 {
	background-color: #d12b52;
}

.btn_box a.btn03:hover,
.btn_box a.btn02:focus {
	background-color: #a61034;
}


/* Join */
.join_box {}

.join_box .table_b th {
	/* text-align: left; */
	/* font-size: 14px; */
	text-align: center;
	font-size: 18px;
}

.join_box .table_b td p {
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
	color: #9e9e9e;
	display: inline-block;
	margin: 0 0 0 10px;
}

.join_box .table_b td p.red {
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
	color: #9e9e9e;
	display: inline-block;
	margin: 0 0 0 10px;
}

.join_box .table_b td p.blue_txt {
	color: #0e76bc;
}

.join_box .table_b td p.greed {
	color: green;
}

.join_box .j_noti {
	font-size: 14px;
	font-weight: 600;
	margin: 5px 0 0 0;
	color: #323ebd;
}

.join_box label {
	display: inline-block;
	margin: 0 13px 0 0;
}

.join_box label:last-child {
	margin: 0;
}

.join_box input[type="radio"] {
	margin: 0 3px 0 0;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}

.join_box input[type="text"],
.join_box input[type="password"] {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 6px 10px;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
}

.join_box input:focus {
	outline: none;
	border: 1px solid #3d92e8;
}

.join_box .chk_btn {
	display: inline-block;
	vertical-align: bottom;
	height: 38px;
	line-height: 38px;
	background: #a80e23;
	color: #fff;
	text-align: center;
	margin: 0 0 0 10px;
	border-radius: 5px;
	padding: 0 20px;
	font-size: 14px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.join_box .chk_btn:hover {
	background: #791926;
}

.join_box .clearbox .cate_wrap {
	display: inline-block;
	float: left;
	margin: 0 2% 0 0;
	width: 160px;
}

.join_box .clearbox .cate_wrap h6 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.join_box .clearbox .cate_wrap input[type="text"] {
	width: 155px;
}

.join_box .clearbox .cate_wrap p {
	margin: 5px 0 0 0;
}

.join_box .mypage_btn {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	float: right;
	display: inline-block;
	margin: 10px 0;
}

.join_box .mypage_btn a {
	border: 2px solid #2330b2;
	height: 26px;
	line-height: 28px;
	padding: 2px 20px 5px 20px;
	color: #2330b2;
}


/* 01_01 */
.greet {
	background: url(../images/sub/intro_bg.png) right bottom no-repeat;
	background-position: ;
	/* background-size: cover; */
}

.greet>div {
	position: relative;
	/* border-bottom:4px solid #eee;  */
	padding: 68px 0;
}

.greet>div:first-child {
	padding: 0 0 68px 0;
}

.greet>div:after {
	content: "";
	display: block;
	clear: both;
}

.greet>div>.typo {
	position: absolute;
	bottom: 0;
	right: 20px;
	font-size: 86px;
	font-weight: 900;
	color: #f2f2f2;
	z-index: 0;
	line-height: 63px;
}

.greet p {
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #333;
	text-align: justify;
	word-break: break-word;
}

.greet p.name {
	font-size: 18px;
	font-weight: 600;
	color: #111;
	padding: 10px;
	text-align: center;
	background: #f4f3f0;
}

.greet p.name span {
	display: block;
	font-size: 14px;
	font-weight: 400;
}

.greet>div .left {
	float: left;
	width: 253px;
}

.greet>div .right {
	float: left;
	width: calc(100% - 283px);
	padding: 0 0 0 30px;
}

.overview .view_btn {
	margin: 0 0 0 10px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
}

.overview .view_btn img {
	margin: 0 0 -4px 0;
}

/* 01_02 */
.committee_color {
	color: #02adf2;
}

.organizing .title {
	font-weight: 600;
	font-size: 22px;
	padding: 15px 0 10px 0;
}

.organizing_title_line {
	background: #02adf2;
	height: 2px;
	border: 0
}

.organizing_line {
	background: #ddd;
	height: 1px;
	border: 0;
	margin: 15px 0 0 0;
}

.organizing_subtitle {
	font-weight: 600;
	font-size: 18px !important;
	padding: 15px 0 10px 0;
}

.organizing p {
	font-size: 16px;
}

.committee-table {
	border-collapse: collapse;
	border-top: 1px solid #000;
}

.committee-table td {
	padding: 18px 20px 18px 0;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.6;
}

.committee-table tr {
	border-bottom: 1px solid #ddd;
}

.committee-table .label {
	font-weight: bold;
	white-space: nowrap;
	width: 160px;
	font-size: 18px;
}

.member-line {
	display: flex;
	margin-bottom: 6px;
	align-items: flex-start;
	flex-wrap: wrap;
}

.member-role {
	font-weight: bold;
	width: 300px;
	flex-shrink: 0;
	margin-right: 10px;
	min-width: 150px;
}

.member-names {
	font-size: 16px;
}

.member-names {
	white-space: normal;
}

@media (max-width: 500px) {
	.member-line {
		flex-direction: column;
	}

	.member-role {
		width: 100%;
		margin-bottom: 4px;
	}

	.member-names {
		margin-top: 0;
	}

}

.committee-photo-btn {
	background: #02adf2;
	color: white !important;
	padding: 12px 28px;
	font-size: 16px;
	border-radius: 6px;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
}

.committee-photo-btn:hover {
	background: #0295d0;
}

.committee-title {
	font-size: 28px;
	margin: 40px 0 20px;
	color: #02adf2;
}

.committee-subtitle {
	font-size: 20px;
	margin: 25px 0 12px;
	font-weight: 600;
}

.committee-photo-btn {
	background: #02adf2;
	color: #fff;
	padding: 12px 28px;
	font-size: 16px;
	border-radius: 6px;
	text-decoration: none;
	display: inline-block;
}

.committee-photo-btn:hover {
	background: #0295d0;
}

.committee-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 30px;
}

.committee-row {
	display: flex;
	gap: 60px;
	align-items: flex-start;
	margin-bottom: 10px;
}

.committee-column {
	flex: 1;
	min-width: 0;
}

.committee-grid-small {
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
}

.committee-card {
	text-align: center;
	border: 1px solid #eee;
	padding: 15px;
	border-radius: 8px;
	background: #fff;
}

.committee-card img {
	width: 140px;
	height: 180px;
	object-fit: cover;
	border-radius: 6px;
	margin-bottom: 10px;
}

.committee-card h3 {
	font-size: 16px;
	margin: 5px 0;
}

.committee-card p {
	font-size: 13px;
	color: #666;
}

.committee-role {
	background: #e0f6ff;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 12px;
	display: inline-block;
	margin-top: 5px;
}

@media (max-width: 768px) {
	.committee-row {
		flex-direction: column;
		gap: 20px;
	}

	.committee-grid-small {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
		gap: 20px;
	}
}


/* ===================== */
/* Track Leader Layout */
/* ===================== */

.track-column {
	padding: 10px 30px;
	vertical-align: top;
}

.track-block {
	margin-bottom: 40px;
}

.badge {
	background: #e0f6ff;
	border-radius: 20px;
	padding: 3px 16px;
	font-weight: bold;
	margin-right: 10px;
}

.track-column b {
	font-size: 18px;
}

.track-column p {
	margin: 6px 0;
	line-height: 1.6;
}


/* ===================== */
/* Mobile responsive */
/* ===================== */

@media (max-width:900px) {

	.committee-table {
		display: block;
		width: 100%;
	}

	.committee-table tbody {
		display: block;
	}

	.committee-table tr {
		display: block;
		border-bottom: 1px solid #ddd;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.committee-table td {
		display: block;
		width: 100%;
		padding: 10px 0;
	}

	.committee-table .label {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.track-column {
		padding: 0;
	}

}


/* 01_03 */
.host h5 {
	font-size: 21px;
	background: url('../images/sub/host_icon.png') left center no-repeat;
	padding: 0 0 0 20px;
	font-weight: 600;
	margin: 20px 0 10px;
	color: #111;
}

.host .kadh {
	background: url('../images/sub/kadh_logo.png') right 20px bottom no-repeat;
}

.host .clear:after {
	content: "";
	display: block;
	clear: both;
}

.host .clear h4 {
	float: left;
	display: inline-block;
}

.host .clear a {
	float: right;
	display: inline-block;
	width: 160px;
	height: 34px;
	border: 2px solid #0e76bc;
	color: #0e76bc;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	font-weight: 600;
}

.host .clear a span {
	display: inline-block;
	margin: -4px 10px 0 0;
	vertical-align: middle;
}

/* 03_01 speakers */
.speak {}

.speak>div {
	margin: 0 0 20px 0;
}

.speak>div>div {
	margin: 10px auto 20px;
}

.speaktab {
	margin: 0 0 40px 0;
	text-align: center;
}

.speaktab:after {
	content: "";
	display: block;
	clear: both;
}

.speaktab a {
	float: left;
	display: inline-block;
	width: 24%;
	height: 40px;
	line-height: 40px;
	border: 2px solid #ddd;
	color: #aaa;
	font-size: 17px;
	font-weight: 500;
	margin: 0 0.3% 10px;
}

.speaktab a.on,
.speaktab a:hover {
	border: 2px solid #182278;
	color: #182278;
	font-weight: 600;
}

.speaktab a:nth-child(4n+1) {
	clear: both;
}

.speak h5 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px 0;
	background: #232d3c;
	color: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 5px;
}

.speak .clearbox>div {
	float: left;
	width: calc((100% - 60px) /3);
	margin: 0 30px 30px 0;
}

.speak .clearbox>div:nth-child(3n) {
	margin: 0 0 30px;
}

.speak .clearbox.box4>div {
	width: calc((100% - 90px) /4);
	margin: 0 30px 30px 0;
}

.speak .clearbox.box4>div:nth-child(5) {
	margin: 0 0 30px;
}

.speak .clearbox div.speak_wrap {
	height: 320px;
	border: 2px solid #eee;
	padding: 26px 10px;
	box-sizing: border-box;
	cursor: pointer;
}

.speak .clearbox div.speak_img {
	width: 150px;
	height: 180px;
	margin: 0 auto 20px;
	background: #f8f8f8;
	text-align: center;
}

.speak .clearbox div.speak_img img {
	max-width: 100%;
}

.speak .clearbox p {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #111;
	line-height: 24px;
}

.speak .clearbox span {
	text-align: center;
	display: block;
	font-size: 18px;
	color: #555;
	font-weight: 400;
	line-height: 20px;
	margin: 5px 0 0 0;
	letter-spacing: -0.03em;
}

.commi .title {
	color: #a1947a;
}

.commi .clearbox {
	margin: 0 0 40px 0;
	border-bottom: 2px solid #eee;
	padding: 0 0 40px;
}

.commi .clearbox div.speak_wrap {
	cursor: default;
	position: relative;
}

.commi .clearbox div.speak_wrap.chair {
	border-top: 2px solid #a1947a;
}

.commi .clearbox div.speak_wrap h5 {
	position: absolute;
	left: 0;
	top: 10px;
	border-radius: 0 5px 5px 0;
	background: #a1947a;
}



/* 04_01  program*/
.program {
	font-family: "Pretendard";
}

.program .program_tab {
	margin: 0 0 50px 0;
}

.program .program_tab a {
	display: inline-block;
	width: calc(100% / 4 - 19px);
	line-height: 25px;
	border: 2px solid #ddd;
	color: #aaa;
	font-size: 17px;
	font-weight: 500;
	margin: 0 20px 0 0;
	text-align: center;
	padding: 3px 0;
}

.program .program_tab a.on,
.program .program_tab a:hover {
	border: 2px solid #9e9386;
	color: #493e32;
	font-weight: 600;
}

.program .program_tab a:last-child {
	margin-right: 0;
}

.program .notify {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.program .notify {
	font-size: 15px;
	color: #111;
	margin: 0 0 15px 0;
}

.program .notify a {
	display: inline-block;
	border: 1px solid #9e9386;
	padding: 5px 7px;
	color: #9e9386;
}

.program .notify a:hover {
	background-color: #9e9386;
	color: #fff;
}

.program .click_pro {
	margin: 0 0 5px 0;
	font-weight: 600;
	text-align: left;
	color: #ed1c24;
	font-size: 18px;
}

.pro_top {
	margin: 0 0 20px 0;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #111;
	line-height: 35px;
}

.pro_top a {
	display: block;
	font-size: 18px;
	width: 250px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	top: 0;
	right: 10px;
	background: #d12b52;
	border-radius: 10px;
	text-align: center;
	color: #fff;
}

.pro_top.p_book {
	border: 3px solid #ddd;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 0 40px 0;
}

.pro_top.p_book a {
	top: 10px;
	background: #2330b2;
}

.pro_tab {
	margin: 0 0 30px 0;
}

.pro_tab:after {
	content: "";
	display: block;
	clear: both;
}

.pro_tab a {
	float: left;
	width: 50%;
	padding: 12px 10px;
	box-sizing: border-box;
	background: #f8f8f8;
	color: #999;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.pro_tab a span {
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin: 5px 0 0 0;
}

.pro_tab a.on,
.pro_tab a:hover {
	background: #182278;
	color: #fff;
}


.pro_wrap {}

.pro_wrap .top:after {
	content: "";
	display: block;
	clear: both;
}

.pro_wrap h4.title span {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	margin: 5px 0 0;
}

.pro_wrap h4.title {
	display: inline-block;
}

.pro_wrap h4.room {
	display: inline-block;
	float: right;
	color: #182278;
}

.pro_wrap .table_a tbody td.session {
	font-size: 18px;
	font-weight: 600;
	background: #f3f3fa;
	text-align: center;
	border-top: 4px solid #ccc;
	border-bottom: none;
}

.pro_wrap .table_a tbody td.session strong {
	color: #182278;
	font-size: 17px;
}

.pro_wrap .table_a tbody td.chair {
	font-size: 18px;
	font-weight: 500;
	background: #f3f3fa;
	text-align: center;
}

.pro_wrap .table_a tbody td.time {
	text-align: center;
}

.pro_wrap .table_a tbody td.title {
	font-weight: 600;
}

.pro_wrap .table_a tbody td.speaker {}

.pro_wrap .table_a tbody tr.break td {
	background: #fcfbf2;
	text-align: center;
	font-weight: 500;
}

.pro_wrap .table_a tbody tr.event td {
	background: #f3f8fa;
	text-align: center;
	font-weight: 500;
}

.pro_wrap .table_a tbody tr.lun td {
	background: #f2fcf6;
	text-align: center;
	font-weight: 600;
}

.pro_wrap .table_a tbody tr.blue td {
	background: #f2fcf6;
}

/* 04_01 */
.pro_table .pro_pdf {
	text-align: right;
	margin: 0 0 15px 0;
}

.pro_table .pro_pdf a {
	border: 2px solid #0068b7;
	color: #0068b7;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	display: Inline-block;
	padding: 5px 20px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.pro_table .pro_pdf a:hover {
	background: #0068b7;
	color: #fff;
}

.pro_table table {
	border-bottom: 2px solid #c6bfae;
}

.pro_table table thead tr th {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	padding: 10px 5px;
	border: 1px solid #fff;
	background: #9e9386;
	line-height: 16px;
}

.pro_table table thead tr.theme th {
	background: #0e76bc;
}

.pro_table table tbody tr td {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	padding: 8px 0px;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	line-height: 22px;
	text-align: left;
	letter-spacing: -0.03em;
	word-break: keep-all;
}

.pro_table table tbody tr td:last-child {
	border-right: none
}

.pro_table table tbody tr.center td {
	text-align: center;
}

.pro_table table tbody tr td.bdr {
	border-right: 1px solid #ddd;
}

/* color */
.pro_table table tbody tr td.small {
	padding: 0 5px;
	line-height: 10px;
}

.pro_table table tbody tr td.none {
	border-top: none;
}

.pro_table table tbody tr td.time {
	text-align: center;
	background: #f9f9f9;
}

.pro_table table tbody tr td.normal {
	background: #fff;
}

.pro_table table tbody tr td.board {
	background: #e9f2ce;
}

.pro_table table tbody tr td.luncheon {
	background: #f2fcf6;
	color: #2c6533;
	font-weight: 600;
}

.pro_table table tbody tr td.keynote {
	background-color: #fff3f5;
}

/* .pro_table table tbody tr td.keynote p{background: #ed143db0;color: #fff;font-size: 15px; padding: 3px 0;margin: 0 0 5px 0;} */
.pro_table table tbody tr td.oral {
	background: #ebf9ff;
}

.pro_table table tbody tr td.lecture {
	background-color: #e1f9cd87;
}

/* .pro_table table tbody tr td.lecture p{background-color: #64976b;color: #fff; font-size: 15px; padding: 3px 0; margin: 0 0 5px 0;} */
.pro_table table tbody tr td.symposium {
	background-color: #fffcde;
}

/* .pro_table table tbody tr td.symposium p{background-color: sandybrown; color: #fff; font-size: 15px; padding: 3px 0; margin: 0 0 5px 0;} */
/* .pro_table table tbody tr td.workshop{background-color: #eee6ff;} */
.pro_table table tbody tr td.commi {
	background-color: #cbf0f1;
}

.pro_table table tbody tr td.lunch {
	background: #f0eaff;
}

.pro_table table tbody tr td.managing {
	background-color: #46e73c33;
}

.pro_table table tbody tr td.special {
	background-color: #ffa298;
}

.pro_table table tbody tr td.digital,
.pro_table table tbody tr td.implant,
.pro_table table tbody tr td.endodontic {
	background-color: aliceblue;
}

.pro_table table tbody tr td.special_sm {
	background-color: #ff8c0040;
}

.pro_table table tbody tr td.opening {
	background: #fbffef;
	font-weight: 600;
}

.pro_table table tbody tr td.session {
	background: #f3f3fa;
	font-size: 14px;
	padding: 16px 5px;
}

.pro_table table tbody tr td.session span {
	display: block;
	font-weight: 600;
	color: #3e214f;
	margin: 0 0 5px 0;
	font-size: 18px;
}

.pro_table table tbody tr td.sim {
	background: #eef4fb;
	padding: 10px 5px;
	color: #143862;
	font-weight: 600;
}

.pro_table table tbody tr td.sim span {
	display: block;
	margin: 0 0 5px 0;
	font-size: 18px;
}

.pro_table table tbody tr td.educational span {
	display: block;
	font-weight: 600;
	color: #2a6d8a;
}

.pro_table table tbody tr td.poster {
	background: #fcf6f2;
}

.pro_table table tbody tr td.meeting {
	background: #fbeef2;
}

.pro_table table tbody tr td.meeting span {
	display: block;
	font-weight: 600;
	color: #771936;
	margin: 0 0 5px 0;
}

.pro_table table tbody tr td.ceremony {
	background: #4a5079;
	color: #fff;
}

/* session */
.pro_table table tbody tr td.qna {
	background: #f7fcf9;
	color: #029fa6;
}

.pro_table table tbody tr td.break {
	background: #f9f9f9;
	color: #555;
	font-weight: 400;
	padding: 4px 5px;
	line-height: 13px;
}

.pro_table table tbody tr td.chair {
	font-weight: 600;
	color: #222;
}

.pro_table table tbody tr td.title {
	font-weight: 500;
	color: #111;
	text-align: left;
}

.pro_table table tbody tr td.speaker {
	font-weight: 500;
	color: #555;
	line-height: 20px;
}

.pro_table table tbody tr td.speaker span {
	display: block;
	color: #2564b3;
	font-weight: 400;
	font-size: 12px;
}

/* onmodal */
.pro_table table tbody tr td.onmodal {
	cursor: pointer;
}

/* modal */
.modal_pro {
	display: none;
	position: fixed;
	z-index: 2000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1300px;
	height: Auto;
	padding: 60px 20px;
	border: 3px solid #2a6d8a;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	min-height: 360px;
}

.modal_pro h2 {
	font-size: 27px;
	font-weight: 700;
	line-height: 27px;
	padding: 0 0 20px;
	box-sizing: border-box;
	color: #111;
	letter-spacing: -0.02em;
}

.modal_pro h2 span {
	display: block;
	margin: 5px 0 0 0;
	font-size: 21px;
}

.modal_pro h2 span.gray {
	display: block;
	font-size: 21px;
	margin: 6px 0 0 0;
	color: #616161;
}

.modal_pro h3 {
	font-size: 21px;
	font-weight: 700;
	line-height: 26px;
	box-sizing: border-box;
	color: #1b2663;
	letter-spacing: -0.02em;
}

.modal_pro h6 {
	font-size: 18px;
	color: #333;
	font-weight: 500;
	margin: 15px 0 10px 5px;
	letter-spacing: -0.03em;
}

.modal_pro a.close {
	position: absolute;
	top: 15px;
	right: 20px;
	display: inline-block;
	width: 120px;
	height: 30px;
	color: #df6f00;
	border: 1px solid #df6f00;
	text-align: center;
	line-height: 30px;
	font-weight: 600;
}

.modal_pro a.close:hover,
.modal_pro a.close:focus {
	background-color: #f6f6f6;
}

.modal_pro .scrollbox {}

.modal_pro .scrollbox .scroll_p {
	display: none;
}

.modal_pro table {
	border-top: 1px solid #5f9dcc;
}

.modal_pro table tbody tr th.st {
	background-color: #5f9dcc;
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 500;
}

.modal_pro table tbody tr td {
	font-size: 18px;
	padding: 7px 10px;
	color: #111;
	font-weight: 600;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	line-height: 24px;
}

.modal_pro table tbody tr td:last-child {
	border-right: none;
}

.modal_pro table tbody tr td p.sp {
	font-size: 14px;
	color: #5b84a3;
	font-weight: 500;
	line-height: 18px;
	margin: 5px 0 0 0;
}

.modal_pro table tbody tr td.title span {
	display: inline-block;
	font-size: 14px;
	color: #818181;
	background: #efefef;
	padding: 5px 10px;
	margin: 0 0 5px;
	font-weight: 500;
}

.modal_pro table tbody tr td.time {
	text-align: center;
	color: #2a6d8a;
	font-size: 18px;
	letter-spacing: -0.05em;
	font-weight: 600;
}

.modal_pro table tbody tr.break td {
	background: #e9edf2;
}

.modal_pro table tbody tr.invited td {
	background: #ebf9ff;
}

.modal_pro table tbody tr.invited td span {
	display: inline-block;
	background: #0e76bc;
	color: #fff;
	padding: 2px 5px 3px;
	margin: 0 5px 0 0;
	font-size: 12px;
	font-weight: 600;
}

.modal_pro table tbody tr.cancel {
	background: url('../images/sub/cancel.png') center center no-repeat;
}

.modal_pro table tbody tr.cancel th,
.modal_pro table tbody tr.cancel td {
	font-size: 18px;
	font-weight: 500;
	text-decoration: line-through;
	color: #ddd;
}

.modal_pro table tbody tr.cancel p.sp {
	color: #ddd;
}

.top {
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px 0;
	align-items: flex-end;
}

.modal_pro.lecture {
	border: 3px solid #64976b;
}

.modal_pro.lecture h3 {
	color: #64976b;
}

.modal_pro.lecture table tbody tr th.st {
	background: #64976b;
	text-align: center;
}

.modal_pro.lecture table {
	border-top: 1px solid #64976b;
}

.modal_pro.lecture table tbody tr td.time {
	color: #64976b;
}

.modal_pro.oral {
	border: 3px solid #43708f;
}

.modal_pro.oral h3 {
	color: #43708f;
}

.modal_pro.oral table tbody tr th.st {
	background: #43708f;
	text-align: center;
}

.modal_pro.oral table {
	border-top: 1px solid #43708f;
}

.modal_pro.oral table tbody tr td.time {
	color: #43708f;
}


.modal_pro.workshop {
	border: 3px solid #3e214f
}

.modal_pro.workshop h3 {
	color: #3e214f;
}

.modal_pro.workshop table tbody tr th.st {
	background: #8e62a7;
	text-align: center;
}

.modal_pro.workshop table {
	border-top: 1px solid #8e62a7;
}

.modal_pro.workshop table tbody tr td.time {
	color: #3e214f;
}

.modal_pro.symposium {
	border: 3px solid sandybrown;
}

.modal_pro.symposium h3 {
	color: sandybrown;
}

.modal_pro.symposium table tbody tr th.st {
	background: sandybrown;
	text-align: center;
}

.modal_pro.symposium table {
	border-top: 1px solid sandybrown;
}

.modal_pro.symposium table tbody tr td.time {
	color: sandybrown;
}

.modal_pro.special_sm {
	border: 3px solid #e58248;
}

.modal_pro.special_sm h3 {
	color: #e58248;
}

.modal_pro.special_sm table tbody tr th.st {
	background: #e58248;
	text-align: center;
}

.modal_pro.special_sm table {
	border-top: 1px solid #e58248;
}

.modal_pro.special_sm table tbody tr td.time {
	color: #e58248;
}

.modal_pro.special {
	border: 3px solid #d76d6d;
}

.modal_pro.special h3 {
	color: #d76d6d;
}

.modal_pro.special table tbody tr th.st {
	background: #d76d6d;
	text-align: center;
}

.modal_pro.special table {
	border-top: 1px solid #d76d6d;
}

.modal_pro.special table tbody tr td.time {
	color: #d76d6d;
}

.modal_pro.keynote {
	border: 3px solid #771936;
}

.modal_pro.keynote h3 {
	color: #771936;
}

.modal_pro.keynote table tbody tr th.st {
	background: #b2526f;
	text-align: center;
}

.modal_pro.keynote table {
	border-top: 1px solid #b2526f;
}

.modal_pro.keynote table tbody tr td.time {
	color: #771936;
}

.modal_pro.commit {
	border: 3px solid #19857f;
}

.modal_pro.commit h3 {
	color: #19857f;
}

.modal_pro.commit table tbody tr th.st {
	background: #19857f;
	text-align: center;
}

.modal_pro.commit table {
	border-top: 1px solid #19857f;
}

.modal_pro.commit table tbody tr td.time {
	color: #19857f;
}

.modal_pro p.img {
	text-align: center;
	border: 1px solid#eee;
	padding: 10px;
	box-sizing: border-box;
	margin: 30px 0 0 0;
}

.modal_pro p.img img {
	max-width: 100%;
}

/* speaker modal */
.sp_modal {
	padding: 60px 20px;
	overflow-y: scroll;
}

.modal_pro.sp_modal {
	border: 3px solid #182278
}

.modal_pro.sp_modal h3 {
	color: #0e76bc;
}

.modal_pro.sp_modal table tbody tr th.st {
	background: #3289ca;
}

.modal_pro.sp_modal table {
	border-top: 1px solid #3289ca;
}

.modal_pro.sp_modal table tbody tr td.time {
	color: #131e81;
}

.modal_pro .scrollbox dl.modal_top {
	*zoom: 1;
	margin: 0 0 30px 0;
}

.modal_pro .scrollbox dl.modal_top:after {
	content: "";
	display: block;
	clear: both;
}

.modal_pro .scrollbox dl.modal_top dt {
	float: left;
	width: 120px;
}

.modal_pro .scrollbox dl.modal_top dt img {
	max-width: 100%;
}

.modal_pro .scrollbox dl.modal_top dd {
	float: left;
	margin: 0 0 0 30px;
	padding: 56px 0 0 0;
	max-width: 800px;
}

.modal_pro .scrollbox dl.modal_top dd h5 {
	font-size: 24px;
	font-weight: 700;
	color: #0e76bc;
}

.modal_pro .scrollbox dl.modal_top dd h5 span {
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	margin: 0 0 0 3px;
}

.modal_pro .scrollbox dl.modal_top dd p {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #333;
	margin: 10px 0 0 0;
}

.modal_pro .scrollbox dl.modal_top dd p span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #939cec;
}

.modal_pro .scrollbox div.modal_cv {
	border-top: 2px solid #d6d9f1;
	border-bottom: 1px solid #eee;
	padding: 15px;
	box-sizing: border-box;
}

.modal_pro .scrollbox div.modal_cv>div {
	margin: 0 0 20px 0;
}

.modal_pro .scrollbox div.modal_cv>div:last-child {
	margin: 0;
}

.modal_pro .scrollbox div.modal_cv h6 {
	font-size: 17px;
	font-weight: 600;
	color: #0e76bc;
	margin: 0 0 10px 0;
}

.modal_pro .scrollbox div.modal_cv p {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #111;
	text-align: justify;
	margin: 0 0 10px 0;
}

.modal_pro .scrollbox div.modal_cv p:last-child {
	margin: 0;
}

.modal_pro .scrollbox div.modal_cv span.gray {
	color: #9e9e9e;
}

.modal_pro .scrollbox div.modal_cv span.block {
	display: block;
}

.modal_pro .scrollbox div.modal_cv ul.list_dot li {
	line-height: 22px;
	color: #111;
}

.modal_pro .scrollbox div.modal_cv ul.list_dot li span.modal_year {
	display: block;
	font-weight: 500;
}

.modal_pro .scrollbox div.modal_cv ul.list_dot li u {
	font-weight: 500;
}

.modal_pro .scrollbox div.modal_cv ul.list_dot li strong {
	font-weight: 500;
	color: #111;
}

.modal_pro .scrollbox div.modal_cv ol.list_num li strong {
	font-weight: 500;
	color: #111;
}

.modal_pro .scrollbox table.modal_table {
	border-top: 2px solid #2572bf;
}

.modal_pro .scrollbox table.modal_table th {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	padding: 10px;
	width: 20%;
	border-bottom: 1px solid #eee;
	background: #f8f8f8;
}

.modal_pro .scrollbox table.modal_table td {
	font-size: 18px;
	font-weight: 400;
	color: #333;
	padding: 10px;
	width: 80%;
	border-bottom: 1px solid #eee;
}



.poster_tab {
	text-align: center;
	margin: 15px 0 25px 0;
}

.poster_tab a {
	display: inline-block;
	width: 200px;
	height: 35px;
	line-height: 35px;
	border: 2px solid #325194;
	color: #325194;
	margin: 0 5px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 50px;
}

.poster_tab a.on {
	background: #325194;
	color: #fff;
}

/* modal */
.pro_qr {
	padding: 0 0 150px 0;
}

.pro_qr h3 {
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	padding: 0 0 0 5px;
	box-sizing: border-box;
	color: #325194;
	letter-spacing: -0.05em;
	text-align: center;
}

.pro_qr h6 {
	font-size: 18px;
	color: #333;
	font-weight: 500;
	margin: 25px 0 15px;
	letter-spacing: -0.03em;
	text-align: Center;
}

.pro_qr a.close {
	position: absolute;
	top: 15px;
	right: 20px;
	display: inline-block;
	width: 120px;
	height: 30px;
	color: #df6f00;
	border: 1px solid #df6f00;
	text-align: center;
	line-height: 30px;
	font-weight: 600;
}

.pro_qr a.close:hover,
.modal_pro a.close:focus {
	background-color: #f6f6f6;
}

.pro_qr .scrollbox .pro_qr .scrollbox .scroll_p {
	display: none;
}

.pro_qr table {
	border-top: 1px solid #3289ca;
}

.pro_qr table tbody tr th.st {
	background-color: #3289ca;
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
	text-align: left;
	font-weight: 500;
	line-height: 22px;
}

.pro_qr table tbody tr td {
	font-size: 18px;
	padding: 10px 12px;
	color: #111;
	font-weight: 600;
	border-bottom: 2px solid #eee;
	line-height: 20px;
}

.pro_qr table tbody tr td p.sp {
	font-size: 14px;
	color: #5b84a3;
	font-weight: 500;
	line-height: 18px;
	margin: 5px 0 0 0;
}

.pro_qr table tbody tr td.time {
	text-align: center;
	color: #3289ca;
	font-size: 18px;
	letter-spacing: -0.05em;
	font-weight: 500;
}

.pro_qr table tbody tr.break td {
	background: #e9edf2;
}

.pro_qr table tbody tr.invited td {
	background: #f7f8f3;
}

.pro_qr table tbody tr.invited td span {
	display: inline-block;
	background: #abc10c;
	color: #fff;
	padding: 2px 5px 3px;
	margin: 0 5px 0 0;
	font-size: 12px;
	font-weight: 600;
}


/* submission_intert */
.abstract_form .join_Info ul li {
	display: inline-block;
	margin: 0 15px;
	font-family: "Montserrat", "Pretendard";
	font-weight: 500;
	color: #bdafa0;
}

.abstract_form .join_Info ul li:first-child {
	margin-left: 0;
}

.abstract_form table th a.award {
	display: inline-block;
	font-size: 16px;
	background-color: #e3ebf3;
	padding: 5px 9px;
	margin: 7px 0 0 0;
}

/* 05_01 abstract */
.abs>div {
	margin: 0 0 100px 0;
}

/* .abs > div:last-child {margin:0;} */
.abs div.dates .linebox {
	margin: 0 0 5px 0;
}

.abs div.dates .linebox.topicbox {
	border-radius: 10px;
	border: none;
	background-color: #f7f7f7;
}

.abs div.dates .linebox.topicbox .topic_title {
	font-weight: 600;
}

.abs div.dates ul.topiclist {
	background-color: aliceblue;
	padding: 15px 30px;
	font-size: 17px;
	margin-bottom: 50px;
	border-radius: 10px;
}

.abs div.dates ul.topiclist li {
	line-height: 22px;
	padding: 5px 0;
	list-style-type: disc;
	list-style-position: inside;
}

.abs div.dates ul.topiclist li::marker {
	font-size: 12px;
}

.abs div.dates .linebox:last-child {
	margin: 0;
}

.abs div.dates .linebox p span {
	float: right;
	color: #2331b2;
}

.abs .table_b th {
	width: 18%;
}

.abs .table_b td {
	width: 87%;
	line-height: 24px;
}

.abs .clearbox>div {
	/* float:left; 
	width:24%; */
	min-height: 370px;
	margin: 0 1% 0 0;
}

.abs .clearbox>div p.strong {
	margin: 0 0 10px 0;
}

.abs ol.list_num {
	margin: 10px 0 0 0;
}

/* 05_03 award */
.award p {
	font-size: 18px;
	margin: 0 0 12px;
	line-height: 26px;
}

.award .bold {
	font-weight: 700;
	color: #111;
}

.award .deadline {
	border: 3px solid #ed1c24;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #111;
	padding: 20px 0;
	margin: 40px 0;
}

.award .deadline span {
	color: #ed1c24;
}

.award .bgbox p:last-child {
	margin: 0;
}

.award h4.title {
	margin: 80px 0 25px 0;
}

.award .listbox {
	margin: 40px 0 20px 0;
}

.award .listbox p {
	margin: 0;
}

.award h5 {
	margin: 0 0 20px;
	font-size: 21px;
	font-weight: 600;
	color: #111;
}

.award h6 {
	color: #111;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.award a {
	color: #3289ca;
	text-decoration: underline;
}

.award ul.list_dot li {
	margin: 0 0 16px 0;
}

/* 06_01 registration */
.reg>div {
	margin: 0 0 100px 0;
}

.reg>div:last-child {
	margin: 0;
}

.reg .table_a thead th span {
	display: block;
	color: red;
	margin: 5px 0 0 0;
	font-size: 16px;
	letter-spacing: -0.04em;
}

.reg .table_a tbody td {
	text-align: center;
}

/* 07_01 sponsor exhibition */
.spon>div {
	margin: 0 0 40px 0;
}

.spontab {
	text-align: center;
}

.spontab a {
	display: inline-block;
	width: calc(100% / 3 - 22px);
	height: 50px;
	line-height: 46px;
	border: 2px solid #ddd;
	color: #aaa;
	font-size: 17px;
	font-weight: 500;
	margin: 0 20px 0 0;
}

.spontab a:last-child {
	margin: 0;
}

.spontab a.on,
.spontab a:hover {
	border: 2px solid #9e9386;
	/* color:#182278;  */
	color: #493e32;
	font-weight: 600;
}

.spon .filewrap {
	text-align: center;
	/* border:4px solid #eee;  */
	box-sizing: border-box;
	padding: 30px 0 0 0;
}

.spon .filewrap a {
	display: inline-block;
	background: #9e9386;
	width: calc(100% / 3 - 15px);
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 0 10px;
}

.spon .filewrap a:first-child {
	margin: 0;
}

.spon .filewrap a:hover {
	background: #7e756b;
	transition: all 0.4s;
}

.spon .spon_option p {
	width: 50%;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 18px;
	border: 2px solid #eee;
	color: #333;
	font-weight: 600;
	background: #fff2cc;
	margin: 10px 0 0;
}

.spon .spon_option p:nth-child(2) {
	background: #e2f0f9;
}

.spon .spon_option p:last-child {
	background: #d9f3de;
}

.spon .spon_contact {
	text-align: center;
	border: 2px solid #eee;
	color: #111;
	padding: 15px;
	background: #f5f5f5;
	font-size: 22px;
	font-weight: 600;
}

.spon .vat {
	text-align: right;
	display: block;
	width: 52%;
	color: red;
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 5px;
}

.spon .spon_box {
	margin: 0 0 70px 0;
	/* border:2px solid #eee;  */
	/* padding:20px 0;  */
	box-sizing: border-box;
}

/* .spon .spon_box > div {margin:10px 0 0 0;} */
.spon .spon_box.sponbook {
	display: flex;
	gap: 30px;
}

.spon h5 {
	font-size: 18px;
	font-weight: 600;
	color: #111;
	box-sizing: border-box;
	padding: 10px 20px;
}

.spon h5.spon_title1 {
	background: #fff2cc;
}

.spon h5.spon_title2 {
	background: #e2f0f9;
}

.spon h5.spon_title3 {
	background: #d9f3de;
}

.spon h6 {
	font-size: 17px;
	font-weight: 600;
	color: #111;
	margin-bottom: 5px;
}

.spon h6>span {
	margin: 3px 0;
	display: block;
}

.spon .table_a thead th {
	border-right: 1px solid #ddd;
}

.spon .table_a thead th:last-child {
	border-right: none;
}

.spon .table_a tbody td {
	border-right: 1px solid #ddd;
}

.spon .table_a tbody td.bgc {
	background-color: #f8f8f8;
}

.spon .table_a tbody td.diamond {
	background-color: #e2f0f9;
}

.spon .table_a tbody td.gold {
	background-color: #fff7ca;
}

.spon .table_a tbody td.silver {
	background-color: #e9e9e9;
}

.spon .table_a tbody td.bronze {
	background-color: #ddd4cb;
}

.spon .table_a tbody td.green {
	background-color: #d4fbd4;
}

.spon .table_a tbody td.basic {
	background-color: #f7f7f7;
}

.spon .table_a tbody td:last-child {
	border-right: none;
}

.spon .table_a tbody td.blue {
	background: #f4f5f9;
}

.spon .table_b tr td {
	border-right: 1px solid #ddd;
}

.spon .table_b tr td:last-child {
	border-right: none;
}

.spon .table_b tr td .btn {
	font-size: 14px;
	color: #818181;
	background: #ddd;
	padding: 0 12px;
	line-height: 24px;
	margin: 0 0 0 10px;
}

.spon .table_b tr td input[type="file"] {
	margin: 6px 0 0;
}

.spon .table_b tr td.booth_info {
	padding: 10px 20px;
	font-family: "Lato", "Pretendard";
}

.spon .book_img {
	border: 2px solid #f2f2f2;
	padding: 20px;
	box-sizing: border-box;
}

.booth_view_btn {
	display: inline-block;
	padding: 0 10px;
	border: 2px solid #ff0000;
	margin: 0 0 0 10px;
	cursor: pointer;
}

.booth_view_wrap {
	width: 920px;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
}

.booth_view_wrap img {
	max-width: 100%;
}


/* 07_01 */
.sponsor h3 {
	font-size: 23px;
	padding: 8px 20px;
	background: #333;
	box-sizing: border-box;
	color: #fff;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-weight: 600;
}

.sponsor>div {
	margin: 0 0 60px 0;
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px 0;
}

.sponsor>div:after {
	content: "";
	display: block;
	clear: both;
}

.sponsor>div span {
	float: left;
	width: calc((100% - 40px) /5);
	border: 1px solid #ddd;
	text-align: center;
	height: 87px;
	box-sizing: border-box;
	margin: 0 10px 10px 0;
}

.sponsor>div span a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sponsor>div.dia span,
.sponsor>div.platinum span {
	width: calc((100% - 20px) /3);
}

.sponsor>div span:nth-child(5n) {
	margin: 0 0 10px;
}

.sponsor>div.dia span:nth-child(3n) {
	margin: 0 0 10px;
}

.sponsor>div span img {
	max-width: 90%;
}

.sponsor .dia h3 {
	background: #2f69e7;
}

.sponsor .platinum h3 {
	background: #cb0048;
}

.sponsor .gold h3 {
	background: #ce922b;
}

.sponsor .silver h3 {
	background: #9ba1a5;
}

.sponsor .bronze h3 {
	background: #99794c;
}

.sponsor .sp h3 {
	background: #7b33a9;
}

.sponsor .dia {
	border-bottom: 2px solid #2f69e7
}

.sponsor .platinum {
	border-bottom: 2px solid #cb0048;
}

.sponsor .gold {
	border-bottom: 2px solid #ce922b;
}

.sponsor .silver {
	border-bottom: 2px solid #9ba1a5;
}

.sponsor .bronze {
	border-bottom: 2px solid #99794c;
}

.sponsor .sp {
	border-bottom: 2px solid #7b33a9;
}


/* 07_02 Hotel*/
.hotel div.linebox {
	margin: 0 0 40px 0;
}

.hotel .hotel_box {
	margin: 0 0 40px 0;
}

.hotel .hotel_box h3 {
	position: relative;
	padding: 0 20px;
	height: 48px;
	color: #fff;
	font-size: 22px;
	line-height: 48px;
	font-weight: 600;
	margin: 0 0 10px 0;
	background: #877662;
}

.hotel .hotel_box h3 a.web_go {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	background-color: #7b664d;
	font-size: 14px;
	font-weight: 400;
	color: #f9f0c8;
	padding: 0 25px;
	height: 48px;
	text-align: center;
}

.hotel .hotel_box h3 a.web_go:hover,
.hotel .hotel_box h3 a.web_go:focus {
	background-color: #705b40;
}

.hotel .hotel_info:after {
	content: "";
	display: block;
	clear: both;
}

.hotel .hotel_info .img {
	float: left;
	width: 550px;
	height: 370px;
	margin-right: 30px;
}

.hotel .hotel_info .info {
	float: left;
	width: calc(100% - 580px);
}

.hotel .hotel_info .info table {
	border-top: 1px solid #ddd;
}

.hotel .hotel_info .info table tr th {
	border-bottom: 1px solid #ddd;
	padding: 12px 0 12px 25px;
	font-size: 18px;
	font-weight: 600;
	color: #876d4e;
	text-align: left;
	vertical-align: text-top;
}

.hotel .hotel_info .info table tr td {
	border-bottom: 1px solid #ddd;
	padding: 12px 25px;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
}

.hotel .hotel_info .info table tr td span {
	font-size: 16px;
	font-weight: 400;
}

.hotel .hotel_info .info .map {
	width: 100%;
	height: 230px;
}

/* 07_03 booth map */
.boothmap>div {
	margin: 0 0 40px 0;
}

.boothmap .linebox p {
	text-align: center;
}

.boothmap .linebox img {
	max-width: 90%;
}

.boothmap .linebox ul {
	*zoom: 1;
	text-align: center;
	margin: 30px auto 50px;
}

.boothmap .linebox ul:after {
	content: "";
	display: block;
	clear: both;
}

.boothmap .linebox ul li {
	display: inline-block;
	width: 180px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	margin: 0 2px;
	font-size: 18px;
}

.boothmap .linebox ul li.azone {
	background: #dd600a;
}

.boothmap .linebox ul li.bzone {
	background: #0067ff;
}

.boothmap .linebox ul li.czone {
	background: #703099;
}

.boothmap .linebox ul li.dzone {
	background: #00af52;
}

.boothmap .linebox ul li.ezone {
	background: #fe0100;
}

.booth_table:after {
	content: "";
	display: block;
	clear: both;
}

.booth_table table {
	float: left;
	width: 50%;
}

.booth_table table tr td {
	text-align: center;
}

.booth_table table tr td:first-child {
	text-align: left;
}



/* 07_04 korea */
.korea>div {
	margin: 0 0 60px;
}

.korea .top {
	position: relative;
	height: 300px;
	background: url('../images/sub/korea_top.jpg') center center no-repeat;
	margin: 0 0 20px;
}

.korea .top>div {
	position: absolute;
	width: 760px;
	right: 0;
	bottom: 0;
	padding: 30px 50px 10px;
	background: #fff;
	box-sizing: border-box;
	background-position: left 30px center;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}

.korea ul.img_list:after {
	content: "";
	display: block;
	clear: both;
}

.korea ul.img_list li {
	position: relative;
	float: left;
	width: calc((100% - 80px) /5);
	height: 300px;
	margin: 0 20px 0 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.korea ul.img_list li a {
	display: block;
	width: 100%;
	height: 100%;
}

.korea ul.img_list li:last-child {
	margin: 0;
}

.korea ul.img_list li div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 100px 0;
	text-align: center;
	opacity: 0.4;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}




.korea ul.img_list li div h6 {
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	font-weight: 600;
	color: #fff;
}

.korea ul.img_list li div p {
	color: #fff;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin: 0 auto;
	padding: 0 10px;
}

.korea ul.img_list li:nth-child(1) {
	background: url('../images/sub/korea_img01.jpg') center center no-repeat;
}

.korea ul.img_list li:nth-child(2) {
	background: url('../images/sub/korea_img02.jpg') center center no-repeat;
	margin: 40px 20px 0 0;
}

.korea ul.img_list li:nth-child(3) {
	background: url('../images/sub/korea_img03.jpg') center center no-repeat;
}

.korea ul.img_list li:nth-child(4) {
	background: url('../images/sub/korea_img04.jpg') center center no-repeat;
	margin: 40px 20px 0 0;
}

.korea ul.img_list li:nth-child(5) {
	background: url('../images/sub/korea_img05.jpg') center center no-repeat;
}

.korea ul.img_list li:hover div {
	opacity: 1.0;
}

.korea .k_info .linebox {
	margin: 0 0 10px;
}

.korea .k_info .linebox h5 {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	width: 230px;
	text-align: center;
	color: #a1947a;
}

.korea .k_info .linebox p {
	display: inline-block;
}

/* 07_05 seoul */
.seoul>div {
	margin: 0 0 60px;
}

.seoul .top {
	position: relative;
	height: 300px;
	background: url('../images/sub/seoul_top.jpg') center center no-repeat;
}

.seoul .top>div {
	position: absolute;
	width: 760px;
	right: 0;
	bottom: 0;
	padding: 30px 50px 10px;
	background: #fff;
	box-sizing: border-box;
	background-position: left 30px center;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}

.seoul_list:after {
	content: "";
	display: block;
	clear: both;
}

.seoul_list {
	padding: 0 0 40px;
	border-bottom: 1px solid #eee;
}

.seoul_list>div {
	float: left;
	width: 200px;
}

.seoul_list>div h5 {
	font-size: 27px;
	font-weight: 600;
	color: #111;
	margin: 0 0 30px;
}

.seoul_list>div a {
	display: inline-block;
	font-size: 18px;
	border: 1px solid #a1947a;
	padding: 0 30px;
	line-height: 32px;
	font-weight: 500;
	color: #a1947a;
}

.seoul_list>div a:hover {
	background: #a1947a;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.seoul_list>ul {
	float: left;
	width: calc(100% - 200px);
	display: flex;
}

.seoul_list>ul li {
	margin: 0 20px 0 0;
}

/* 07_06 */
.contact>div {
	margin: 0 0 40px;
}

.contact h4 {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 20px;
}

.contact ul li {
	border: 1px solid #ddd;
	padding: 10px 20px 10px 80px;
	margin: 0 0 10px;
}

.contact ul li h5 {
	font-weight: 600;
	font-size: 21px;
	color: #111;
}

.contact ul li:nth-child(1) {
	background: url('../images/sub/contact_map.png') left 20px center no-repeat;
}

.contact ul li:nth-child(2) {
	background: url('../images/sub/contact_tel.png') left 20px center no-repeat;
}

.contact ul li:nth-child(3) {
	background: url('../images/sub/contact_mail.png') left 20px center no-repeat;
}

/* 09_02 hotel */
/* .hotel > div {margin:0 0 30px 0;}
.hotel h3 {background:url('../images/sub/info_star.png') 0 0 no-repeat; font-size:30px; font-weight:800; color:#de3627; padding:0 0 0 30px; box-sizing:border-box; margin:0 0 25px 0;}
.hotel_text {border:2px solid #eee; background:#f8f8f8; font-size:18px; font-weight:600; color:blue; text-align:center; padding:10px; box-sizing:border-box; margin:0 0 5px 0;}
.hotel table {border-top:2px solid #555;}
.hotel table thead th {padding:5px 5px; font-weight:600; line-height:20px; font-size:14px; color:#111; border-left:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd; background:#f6f6f6;}
.hotel table thead th span {display:block; font-size:13px;}
.hotel table td {padding:5px 5px; font-weight:500; line-height:20px; font-size:14px; color:#111; border-left:1px solid #eee; border-right:1px solid #eee; border-bottom:1px solid #eee; text-align:center;}
.hotel table td a.detail {display:block; width:100%; line-height:50px; font-weight:700; font-size:18px;}

.hotel .linetop {border-top:3px solid #0e76bc !important;}
.hotel .linebottom {border:2px solid #bbb;}
.hotel tr.hotel_info td {padding:0;}
.hotel table.sub_hotel {border-top:none;}
.hotel table.sub_hotel td		  {border-left:none; border-right:none; border-bottom:1px solid #ddd; text-align:left; padding:8px;}
.hotel table.sub_hotel td.sub_img {width:32%; border-bottom:none; vertical-align:top;}
.hotel table.sub_hotel td.sub_th  {width:11%; background:#f5f5f5; font-weight:600; text-align:center;}
.hotel table.sub_hotel tr:last-child td {border-bottom:none;}
.hotel table.sub_hotel td img {max-width:100%; height:100%;}
.hotel table.sub_hotel td a.hotel_homepage {display:block; width:150px; height:35px; line-height:35px; background:#0e76bc; color:#fff; text-align:Center; margin:8px auto 0; border-radius:5px;}
.hotel table.sub_hotel td a.hotel_homepage:hover {background:#151f74;}
.hotel table.sub_hotel td a.hotel_reserv {display:block; width:125px; height:25px; line-height:26px; padding:0 5px; background:#f40e5f; color:#fff; text-align:Center; margin:0 0 8px; border-radius:5px;}
.hotel table.sub_hotel td a.hotel_reserv:hover {background:#9f0c40;}
.hotel table.sub_hotel td dl {*zoom:1; border-bottom:1px solid #fff;}
.hotel table.sub_hotel td dl:first-child {border-top:1px solid #fff;}
.hotel table.sub_hotel td dl:after {content:""; display:block; clear:both;}
.hotel table.sub_hotel td dl dt {float:left; width:55%; letter-spacing:-0.03em; padding:10px 5px; box-sizing:border-box; background:#edf3f8; font-weight:600; border-right:1px dotted #fff; text-align:center;}
.hotel table.sub_hotel td dl dd {float:left; width:45%; letter-spacing:-0.03em; padding:10px 5px; box-sizing:border-box; text-align:center;}
.hotel table.sub_hotel td ul.list_dot li {font-size:14px;}
.hotel table.sub_hotel td p {text-align:center; padding:5px 0 10px 0;}
.hotel table.sub_hotel td p a {display:inline-block; margin:0 10px; padding:3px 8px; border:1px solid #0e76bc; color:#0e76bc;}
.hotel table.sub_hotel td p a:hover {background:#0e76bc; color:#fff;}
 */

.eposter_wrap {
	position: relative;
	z-index: 10;
}

.eposter_wrap .eposter_list ul:after {
	content: "";
	display: block;
	clear: both;
}

.eposter_wrap .eposter_list ul li {
	float: left;
	width: calc((100% - 80px) /5);
	height: auto;
	border: 1px solid #ddd;
	margin: 0 20px 40px 0;
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
}

.eposter_wrap .eposter_list ul li:nth-child(5n) {
	margin: 0 0 40px 0;
}

.eposter_wrap .eposter_list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.eposter_wrap .eposter_list ul li a.no_modal {
	cursor: default;
}

.eposter_wrap .eposter_list ul li a .tag {
	position: absolute;
	top: -10px;
	left: -10px;
	display: inline-block;
	width: 60px;
	padding: 5px 0;
	background-color: #2330b2;
	color: #fff;
	border-radius: 0 0 5px 0;
	font-weight: 600;
	text-align: center;
}

.eposter_wrap .eposter_list ul li a .thumb {
	text-align: center;
	/*margin: 0 0 15px 0;*/
}

.eposter_wrap .eposter_list ul li a .thumb img {
	height: 350px;
}

.eposter_wrap .eposter_list ul li a .title {
	color: #111;
	font-weight: 700;
	height: 120px;
	overflow: hidden;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}

.eposter_wrap .eposter_list ul li .view_modal {
	position: fixed;
	width: 1250px;
	height: 750px;
	padding: 45px 20px 20px;
	overflow-y: scroll;
	top: 3%;
	left: 50%;
	margin-left: -625px;
	margin-top: -45%;
	z-index: 99999;
	background-color: #fff;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.eposter_wrap .eposter_list ul li .view_modal h4 {
	color: #2330b2;
	font-size: 26px;
	font-weight: 700;
	border-bottom: 3px double #2330b2;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
}

.eposter_wrap .eposter_list ul li .view_modal a img {
	margin: 0 0 40px 0;
}

.eposter_wrap .eposter_list ul li .view_modal .close_btn {
	position: absolute;
	top: 15px;
	right: 20px;
	display: inline-block;
	width: 120px;
	height: 30px;
	color: #df6f00;
	border: 1px solid #df6f00;
	text-align: center;
	line-height: 30px;
	font-weight: 600;
	cursor: pointer;
}

.eposter_wrap .eposter_list ul li:hover {
	border: 1px solid #2330b2;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
}


/* 이용약관 */
.terms>div {
	margin: 0 0 60px;
}

/* .program .video_box {width:100%; height:686px; box-sizing:border-box; border:7px solid #d5d6d7; margin:0 0 30px 0} */
.program .video_box {
	width: 100%;
	height: 764px;
	box-sizing: border-box;
	border: 7px solid #d5d6d7;
	margin: 0 0 30px 0
}

.program .chair_video_box {
	height: 700px;
}

.program .video_box iframe {
	padding: 5px;
	box-sizing: border-box;
}

.program .video_box_wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.program .video_box_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.program .reply_box {
	background-color: #f5f5f5;
	padding: 20px 30px;
	border: 4px solid #f0f0f0;
	box-sizing: border-box;
}

.program .reply_box .reply_name {
	display: inline-block;
}

.program .reply_box h3 {
	font-size: 22px;
	font-weight: 900;
	color: #053863;
	margin: 0 0 10px 0;
}

.program .reply_box:after {
	content: "";
	display: block;
	clear: both;
}

.program .reply_box span {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #182278;
}

.program .reply_box input {
	width: 250px;
	height: 38px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
}

.program .reply_box textarea {
	float: left;
	width: 80%;
	height: 150px;
	border: 1px solid #ddd;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-sizing: border-box;
	padding: 10px;
	font-size: 13px;
	color: #333;
	line-height: 22px;
	resize: none;
	overflow: auto;
}

.program .reply_box textarea:focus {
	border-color: #a5b8ff;
}

.program .reply_box button {
	float: right;
	width: 19%;
	margin-left: 1%;
	height: 150px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 18px;
	font-weight: 600;
	border: none;
	outline: none;
	color: #fff;
	font-family: 'noto';
	cursor: pointer;
	background: #182278;
}

.program .reply_box button img {
	margin: 0 0 8px 0;
}

.program .btn_wrap {
	margin: 20px 0;
	text-align: right;
}

.program .btn_wrap .back_btn {
	display: inline-block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	background-color: #59a0bc;
	border-radius: 5px;
	color: #fff;
}

.program .btn_wrap .back_btn:hover,
.program .btn_wrap .back_btn:focus {
	background-color: #11bfb5;
}

.program_view h5 {
	background: #053863;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #534aad, #053863);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #534aad, #053863);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 55px;
	height: 55px;
	letter-spacing: -0.04em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 0 10px 0;

}

.program .chair_video {
	margin: 30px 0 0 0;
}

.program .chair_video:after {
	content: "";
	display: block;
	clear: both;
}

.program .chair_video .video_box {
	width: 65%;
	float: left;
}

.program .chair_video .right_reply {
	width: 34%;
	float: left;
	margin-left: 1%;
	height: 700px;
	overflow-y: scroll;
	box-sizing: border-box;
	padding: 10px;
	background-color: #f4f4f4;
	word-break: break-all;
}

.reply_list {
	margin: 0 0 8px 0;
}

.reply_list .info {
	font-size: 18px;
	font-weight: 600;
	color: #033396;
	background-color: #fff;
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}

.reply_list .info span {
	display: inline-block;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	margin: 0 0 0 10px;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #9e9e9e;
	vertical-align: middle;
	box-sizing: border-box;
}

.reply_list .info span:last-child {
	background-color: #85a3c0;
	color: #fff;
	padding: 0 10px;
	font-size: 12px;
}

.reply_list .txt {
	padding: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	letter-spacing: -0.03em;
	background-color: #fff
}

.reply_list .txt span.ask {
	padding: 2px 10px;
	border: 1px solid #ddd;
	display: block;
	margin: 0 0 5px 0;
}

.program .pop {
	width: 600px;
	height: auto;
	max-height: 400px;
	position: fixed;
	z-index: 3000;
	top: 60%;
	margin-top: -300px;
	left: 50%;
	margin-left: -350px;
	padding: 30px;
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 8px solid #59a0bc;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	overflow-y: auto;
}

.program .pop a.close_btn {
	position: absolute;
	top: 20px;
	right: 20px;
}

.program .pop a.close_btn2 {
	display: block;
	width: 70px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 6px;
	background-color: #eee;
	font-size: 13px;
	font-weight: 600;
	color: #555;
	margin: 20px auto 0;
}

.program .pop dl dt {
	font-size: 20px;
	font-weight: 600;
	color: #111;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	letter-spacing: -0.04em;
}

.program .pop dl dt span {
	font-size: 14px;
	color: #a5b2db;
	font-weight: 500;
}

.program .pop dl dd h4 {
	font-size: 17px;
	background-color: #f2f2f2;
	padding: 5px 20px;
	border-radius: 50px;
	margin: 20px 0 10px 0;
}

.program .pop dl dd p {
	font-size: 18px;
	line-height: 22px;
	margin: 10px 0;
	padding: 0 0 0 14px;
	color: #333;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.program .pop dl dd p.long {
	text-align: justify;
}

.logoutb {
	display: block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	margin: 80px auto 30px;
	color: #053863;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	border: 1px solid #053863;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
}

.logoutb:hover {
	background-color: #053863;
	color: #fff;
}


.ebook_box {
	text-align: center;
	margin: 30px 0 0 0;
}

.ebook_box a {
	display: inline-block;
	width: 270px;
	font-size: 18px;
	font-weight: 600;
	color: #fff !important;
	background-color: #1b61a8;
	padding: 10px 0;
	border-radius: 5px;
	text-align: center;
}

.ebook_box a.pdf_btn {
	background-color: #43b0be;
}

.video_box {
	width: 100%;
	height: 798px;
	box-sizing: border-box;
	border: 7px solid #d5d6d7;
	margin: 0 0 30px 0;
}

#signboard {
	width: 100%;
	padding: 20px;
	border: 5px solid #ddd;
	text-align: center;
	font-size: 21px;
	font-weight: 600;
	line-height: 30px;
	box-sizing: border-box;
	margin: 20px 0 40px;
	color: #2330b2;
}

.reply_box {
	background-color: #f7f8fc;
	padding: 30px;
}

.reply_box:after {
	content: "";
	display: block;
	clear: both;
}

.reply_box textarea {
	float: left;
	width: 80%;
	height: 150px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 10px;
	font-size: 13px;
	color: #333;
	line-height: 22px;
	resize: none;
	overflow: auto;
}

.reply_box textarea:focus {
	border-color: #a5b8ff;
}

.reply_box button {
	float: right;
	width: 19%;
	margin-left: 1%;
	height: 150px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 18px;
	font-weight: 600;
	border: none;
	outline: none;
	color: #fff;
	font-family: 'noto';
	cursor: pointer;
	background: #06bcfb;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #4884ee, #06bcfb);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #4884ee, #06bcfb);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.reply_box button img {
	margin: 0 0 8px 0;
}

.save_reply h3 {
	font-size: 18px;
	color: #182278;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.save_reply .reply_list {
	padding: 15px 20px;
	border: 1px solid #ddd;
}

.reply_name {
	font-size: 18px;
	font-weight: 500;
	color: #111;
	margin: 0 0 10px 0;
}

.btn_box {
	margin: 60px 0 0;
}

.template_btn .btn_box {
	margin: 0 0 -30px;
	text-align: right;
}

.template_btn .btn_box a {
	width: auto !important;
	padding: 0 20px;
	border-radius: 5px;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
}

.template_btn .btn_box a.btn01 {
	background: #23b294;
}

.template_btn .btn_box a.btn01:hover {
	background: #0d8e73;
}

.template_btn .btn_box a.btn02 {
	background: #2394b2;
}

.template_btn .btn_box a.btn02:hover {
	background: #0f728c;
}

.rolewrap .linebox {
	margin: 20px 0;
}

th.th-venue {
	color: #0067ff;
}

.mypage_wrap .table_b tr td .congress_type p span {
	background-color: #0b5383;
	padding: 2px 7px;
	border-radius: 7px;
	margin: 0px 5px 0 10px;
	color: #fff;
	font-size: 16px;
}

/* 08_01 */
.venue>div {
	padding: 0 0 60px;
	margin: 0 0 60px;
	border-bottom: 1px solid #ddd;
}

.venue .top {
	display: flex;
	flex-direction: column;
}

.venue .top .img {
	height: 650px;
	width: 100%;
	background: url('../images/sub/hotel.jpg') no-repeat center / cover;
}

.venue .top .title_box {
	width: 100%;
	border: 1px solid #02adf2;
	padding: 20px 30px;
	margin: 30px 0;
	box-sizing: border-box;
	display: flex;
	gap: 40px;
}

.venue .top .title_box h4 {
	font-size: 26px;
	font-weight: 700;
	font-family: "Poppins";
	color: #02adf2;
}

.venue .top .title_box p {
	font-size: 16px;
	font-family: "Poppins";
	font-weight: 400;
	color: #666;
}

.venue .top .title_box p span {
	font-weight: 600;
	color: #333;
}

.venue .top>div {
	width: 100%;
}

.venue .top .title_box .btn a {
	display: inline-block;
	background: #02adf2;
	color: #fff;
	font-weight: 600;
	font-family: "Poppins";
	padding: 10px 20px;
	font-size: 18px;
	margin: 10px 10px 0 0;
}

.venue .by h5 {
	font-size: 22px;
	font-weight: 700;
	color: #02adf2;
	margin: 0 0 20px;
}

.venue .by b {
	font-size: 18px;
	margin: 0 0 10px;
	display: block;
	color: #333;
}

.venue .by img {
	width: 100%;
}

.venue .by p {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	margin: 10px 0 20px;
}

.venue .by p span {
	font-weight: 600;
	color: #333;
	display: inline-block;
}

.venue .by .table_wrap {
	margin: 30px 0 0;
}

.venue .by table {
	border-top: 2px solid #02adf2;
}

.venue .by table th {
	background: #f7f7f7;
	font-size: 16px;
	color: #333;
	padding: 10px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

.venue .by table th:last-child {
	border-right: 0;
}

.venue .by table td {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	text-align: center;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

.venue .by table td:last-child {
	border-right: 0;
}

.venue .graybox {
	border: 1px solid #ddd;
	margin: 30px 0;
	padding: 30px 40px;
	display: flex;
	gap: 70px;
	align-items: center;
}

.venue .graybox h6 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
}

.venue .graybox ul li {
	font-size: 16px;
	margin: 0 0 10px;
}

.venue .graybox ul li::before {
	content: "";
	display: inline-block;
	clear: both;
	width: 4px;
	height: 4px;
	background: #666;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.venue .graybox p {
	margin: 0;
}



/* 08_02 about */
.about .about_top {
	display: flex;
	gap: 20px;
	margin: 0 0 50px;
}

.about .about_top li {
	width: calc((100% - 40px) / 3);
	background: #fff;
	text-align: center;
	border: 1px solid #00a76d;
	box-sizing: border-box;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.about .about_top li:hover {
	background: #00a76d;
}

.about .about_top li a {
	color: #00a76d;
	display: block;
	padding: 15px;
	font-size: 20px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.about .about_top li:hover a {
	color: #fff;
}

.about .about_top li.on {
	background: #00a76d;
}

.about .about_top li.on a {
	color: #fff;
}

.about h5 {
	min-width: 300px;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}

.about .jeju_list {
	display: flex;
	gap: 30px;
	flex-direction: column;
}

.about .jeju_list li {
	width: 100%;
	display: flex;
}

.about .jeju_list li span {
	display: block;
	margin: 0 40px 0 0;
}

.about .jeju_list li span img {
	width: 100%;
}

.about .jeju_list li h5 {
	text-align: left;
	margin: 20px 0 15px;
}

.about .jeju_list li p {
	font-size: 16px;
	font-weight: 500;
}

.about .jeju_list li a {
	font-size: 16px;
	color: #333;
	display: inline-block;
	margin: 40px 0 0;
	position: relative;
	padding: 0 0 10px;
}

.about .jeju_list li a:hover {
	color: #00a76d;
}

.about .jeju_list li a::after {
	content: "";
	display: block;
	width: 40%;
	height: 2px;
	background: #00a76d;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.about .jeju_list li a:hover::after {
	width: 100%;
}

.about .tips h5 {
	min-width: 300px;
	text-align: center;
}

.about .tips li {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}

.about .tips li p {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	margin: 0 0 10px;
}

.about .tips li p .green {
	color: #00a76d
}

.about .tips li p a {
	background: #00a76d;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
}

.about .tips li span img {
	width: 100%;
}

.about .visa h5 {
	margin: 0 0 15px;
}

.about .visa p {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	margin: 0 0 10px;
}

.about .visa a {
	background: #00a76d;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
}

.about .visa>li {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

ul.list_dot li {
	font-weight: 500;
	color: #111;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	background: url(../images/sub/black_arrow.png) 0 13px no-repeat;
}

.about .emergency ul {
	display: flex;
	gap: 20px;
}

.about .emergency ul li {
	border: 1px solid #ddd;
	padding: 20px;
	width: calc((100% - 80px) / 5);
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}

.about .emergency ul li h5 {
	min-width: 100%;
	text-align: center;
}

.about .emergency span.material-symbols-outlined {
	font-size: 36px;
}





/**** mobile layout *************************************************************************************************************/
@media screen and (max-width:640px) {

	html,
	body {
		min-width: 320px;
		height: auto;
		min-height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}

	#header {
		min-width: 100%;
		height: auto;
		position: relative;
		z-index: 10020;
	}

	#header_content {
		width: 100%;
		height: auto;
		display: block;
		padding: 20px 0;
		position: relative;
		z-index: 10030;
	}

	#header_content .logo {
		text-align: center;
		padding: 0;
		z-index: 7;
		position: relative;
	}

	#header_content .logo img {
		height: 52px;
	}

	#gnb {
		display: none;
	}

	.top_menu {
		display: none;
	}

	#top_right {
		display: block;
	}

	.counter {
		display: none;
	}

	.mainbg {
		background: none;
		overflow: visible;
	}

	/* nav */
	#top_right {
		position: absolute;
		top: 22px;
		right: 15px;
		z-index: 60;
	}

	.allmenu {
		/*position:absolute; top:35px; right:15px; z-index:1000; display:block; cursor:pointer;*/
		position: relative;
	}

	#menu-icon2 {
		position: relative;
		width: 30px;
		height: 20px;
		transform: rotate(0deg);
		transition: 0.5s ease-in-out;
		cursor: pointer;
	}

	#menu-icon2 span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #fff;
		opacity: 1;
		left: 0;
		transform: rotate(0deg);
		transition: 0.25s ease-in-out;
	}

	#menu-icon2 span.short {
		width: 20px;
		left: 10px;
	}

	#menu-icon2 span:nth-child(1) {
		top: 0px;
	}

	#menu-icon2 span:nth-child(2) {
		top: 8px;
	}

	#menu-icon2 span:nth-child(3) {
		top: 17px;
	}

	#menu-icon2.open span:nth-child(1) {
		top: 6px;
		transform: rotate(-45deg);
	}

	#menu-icon2.open span:nth-child(2) {
		opacity: 0;
		/*클릭하면 중간선이 사라집니다.*/
	}

	#menu-icon2.open span:nth-child(3) {
		top: 6px;
		transform: rotate(-135deg);
		width: 30px;
		left: 0;
	}

	nav {
		position: absolute;
		top: 90px;
		right: 0;
		width: 100%;
		text-align: left;
		z-index: 11000;
	}

	#nav {
		display: block;
		position: relative;
		z-index: 11000;
	}

	#nav li {
		position: relative;
		border-top: 1px solid #edebe9;
		background: #fff;
		z-index: 11001;
	}

	#nav li a {
		position: relative;
		color: #000;
		font-size: 14px;
		font-weight: 600;
		display: block;
		line-height: 130%;
		padding: 15px 20px 15px 20px;
		z-index: 1010;
	}

	#nav>li>ul {}

	#nav>li>ul>li {
		border-bottom: none;
		border-top: 1px solid #fff;
	}

	#nav>li>ul>li:first-child {
		border-top: none;
	}

	#nav>li>ul>li a {
		color: #333;
		font-size: 14px;
		background: #efefef;
		font-weight: 500;
		line-height: 130%;
	}

	#nav li.nav_l {
		*zoom: 1;
		background: #e83030;
	}

	#nav li.nav_l:after {
		content: "";
		display: block;
		clear: both;
	}

	#nav li.nav_l a {
		color: #fff;
		padding: 15px 20px;
		box-sizing: border-box;
	}

	#nav li.nav_l a.nav_l_f {
		float: left;
		width: 50%;
	}

	#nav li.nav_l a.nav_l_f:first-child {
		border-right: 1px solid #fff;
	}

	/* main */
	#wrapper {
		overflow: visible;
	}

	#container {
		width: 100%;
		overflow: visible;
	}

	/*Quick Menu */
	#side_menu {
		display: none;
	}

	/* mainvisual */
	#mainvisual {
		width: 100%;
		height: auto;
		min-width: unset;
		margin: 0;
		background: url(../images/main/m_mainvisual.jpg) no-repeat center center;
		background-size: cover;
		position: relative;
		z-index: 1;
	}

	#mainvisual::before {
		background-position: center center;
		background-size: cover;
	}

	#mainvisual .slideshow {
		width: 100%;
		height: 400px;
	}

	#mainvisual .slideshow .bx-slider {
		width: 100%;
		height: 400px;
	}

	#mainvisual .slideshow .bx-slider li {
		width: 100%;
		height: 400px;
		background-position: 70% center;
		background-size: cover;
	}

	.main_txt {
		width: 100%;
		padding: 143px 15px 30px;
	}

	.main_txt .main_txt_box {
		width: 100%;
		padding: 16px 14px;
		box-sizing: border-box;
	}

	.main_txt h2 {
		font-size: 32px;
	}

	.main_txt h3 {
		font-size: 14px;
		line-height: 22px;
		margin: 10px 0 20px;
	}

	.main_txt h5 {
		font-size: 18px;
	}

	.main_txt p.date {
		font-size: 24px;
	}

	.main_quick {
		width: 100%;
		margin: 30px auto 30px;
		padding: 0;
	}

	.main_quick ul li.q_date {
		width: 100%;
		padding: 15px 10px;
		clear: both;
	}

	.main_quick ul li.q_date p {
		font-size: 18px;
	}

	.main_quick ul li.q_date div {
		font-size: 40px;
	}

	.main_quick ul li.q_icon {
		width: 50%;
		background: none;
		box-sizing: border-box;
		border: 1px solid #ddd;
	}

	.main_quick ul li.q_icon:last-child {
		clear: both;
		width: 100%;
	}

	.main_quick ul li.q_icon a {
		padding: 28px 10px;
	}

	.section01 .important ul li.red {
		display: block;
	}

	.section01 .important ul li {
		background: rgba(255, 255, 255, 0.4);
	}

	/* section01 */
	.main_quick ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0 0 60px 0;
	}

	.main_quick ul li {
		width: 120px;
		height: 120px;
		margin: 0 0 1px 0;
	}

	.main_quick ul li a {
		padding: 26px 0;
		font-size: 12px;
	}

	.main_quick ul li a span {
		margin: 0 0 10px;
	}

	.main_quick ul li a span img {
		width: 43px;
	}

	/* .main_quick ul li:nth-child(3) {margin: 0 10px 10px 0;}
	.main_quick ul li:nth-child(2n) {margin: 0 0 10px 0;} */
	.section01_bg {
		width: 100%;
		height: auto;
		background-size: cover;
	}

	.section01 .important ul.import_date li {
		padding: 0 0 0 30px;
	}

	.section01 span.border {
		margin: 10px 0;
	}

	/* section02 */
	.section01 .sec01_wrap {
		width: 100%;
		padding: 40px 20px;
		box-sizing: border-box;
	}

	.section01 .sec01_wrap>div {
		float: none;
		width: 100%;
		margin: 0;
	}

	.section01 .sec01_wrap>div.main_left {
		padding: 0 0 60px;
	}

	/* .section01 ul li {padding:10px;line-height:28px;} */
	.section01 .important ul.import_date li {
		background-position: left 15px;
		line-height: normal;
	}

	.section01 .important ul.import_date li p {
		width: 100%;
		white-space: normal;
	}

	.section01 .important ul.import_date li span {
		display: inline-block;
		width: auto;
		font-size: 14px;
	}

	.section01 .welcome_msg ul {
		display: block;
		margin: 0 0 135px 0;
	}

	.section01 .welcome_msg li.prof {
		text-align: center;
		margin: 20px 0;
	}

	.section01 .welcome_msg li:last-child {
		margin: 0;
	}

	.section01 .welcome_msg li .welcom_more a {
		margin-top: 20px;
	}

	.video_wrap {
		margin: 0 0 100px 0;
		height: 100%;
	}

	.video_wrap iframe {
		height: auto;
		width: 100%;
	}

	.section01 h4 {
		font-size: 21px;
	}

	.section01 ul li a p {
		font-size: 18px;
	}

	.section01 .main_right ul li p {
		float: none;
		width: 100%;
		font-size: 18px;
	}

	.section01 .main_right ul li span {
		width: 100%;
		font-size: 18px;
	}

	.section01 .sec01_wrap>div:last-child {
		width: 100%;
	}


	.section02 .sec02_wrap {
		width: 100%;
		padding: 0 20px;
	}

	.sec02_wrap h5 {
		font-size: 21px;
	}

	.sec02_wrap p {
		font-size: 14px;
		line-height: 24px;
	}

	/*section03 */
	/* .section03{padding: 0 0 70px 0;} */
	.section03 .sec_shadowbox {
		width: 100%;
	}

	.section03 .sec03_wrap {
		width: 100%;
	}

	.section03 .main_spon {
		margin: 0;
	}

	.section03 .sec_shadowbox {
		width: 100%;
		padding: 50px 20px;
		box-sizing: border-box;
	}

	.section03 .sec03_wrap .main_sup {
		padding: 0 0 50px 0;
	}

	.section03 .sec03_wrap h5 {
		font-size: 21px;
	}

	.section03 .sec03_wrap h5::after {
		top: 147%;
		width: 100%;
	}

	.section03 .swiper {
		width: 100%;
		height: auto;
	}

	.section03 .swiper-slide {
		border-radius: 20px;
		width: 100% !important;
		display: block;
	}

	.section03 .swiper-slide .prof_txt {
		padding: 20px;
		box-sizing: border-box;
	}

	.section03 .swiper-slide .prof_txt .normal::-webkit-scrollbar {
		width: 10px;
	}

	.section03 .swiper-slide .prof_txt .normal::-webkit-scrollbar-thumb {
		background-color: burlywood;
		border-radius: 10px;
		background-clip: padding-box;
		border: 2px solid transparent;
	}

	.section03 .swiper-slide .prof_txt .normal::-webkit-scrollbar-track {
		background-color: transparent;
		border-radius: 10px;
	}

	.section03 .swiper-slide .prof_txt h6 {
		font-size: 19px;
	}

	.section03 .swiper-slide .prof_txt .affil {
		font-size: 15px;
		color: #9e9e9e;
		display: block;
		margin: 0 0 15px 0;
	}

	.section03 .swiper-slide .prof_txt .normal {
		font-size: 14px;
		height: 209px;
		line-height: 21px;
	}

	.section03 .swiper-slide video {
		border-radius: 20px;
		width: 100%;
		height: auto;
	}

	.section03 .swiper-pagination {
		position: absolute;
		top: 290px !important;
		background-color: #9e9386 !important;
		color: #000;
	}

	:root {
		--swiper-theme-color: #e2dad1 !important;
	}

	.section03 .swiper-button-next,
	.section03 .swiper-button-prev {
		margin: 190px 0 0 0;
	}

	.section03 .swiper-button-next {
		right: 50%;
		margin-right: -52px
	}

	;

	.section03 .swiper-button-prev {
		left: 50%;
		margin-left: -52px;
	}


	/* section3 welcomemessage */
	.section03 .main_sup div>ul {
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-direction: column;
	}

	.section03 .main_sup div>ul li:last-child {
		margin: 20px 0 0 0;
		font-size: 14px;
		line-height: 24px;
		word-break: break-all;
	}

	.section03 .main_sup div>ul li p {
		text-align: left;
	}

	.section03 .main_sup div>ul li p:first-child {
		margin: 0 0 15px 0;
	}

	.section03 .main_sup div>ul li a {
		display: inline-block;
		padding: 7px 30px;
		background-color: #f7fbff;
		color: #6c89af;
		border-radius: 30px;
		transition: all 0.2s;
	}

	.section03 .main_sup div>ul li a:hover {
		background-color: #6c89af;
		color: #f7fbff;
	}

	/* banner-slider */
	.section03 .main_spon .spon_bg {
		width: 100%;
	}

	.slide_box {
		width: auto;
		margin: 0 auto;
		padding: 20px 20px;
	}

	.slide_box h5 {
		font-size: 21px;
	}

	.slide_box h5.border.one::after {
		width: 52%;
	}

	.slide_box h5.border.two::after {
		width: 64%;
	}

	.slide_box h5.border.three::after {
		top: 59%;
		width: 61%;
	}

	.slide_box #gsefSpan span {
		display: inline-block;
		width: 150px;
		height: 70px;
		margin: 0 5px;
		text-align: center;
		position: Relative;
		overflow: hidden;
	}

	.slide_box #gsefSpan span img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		max-width: 100%;
	}

	.slide_box .spon_box:first-child {
		float: initial;
		width: 100%;
		margin: 0;
	}

	.slide_box .spon_box:last-child {
		float: initial;
		width: 100%;
		margin: 0;
	}

	.quick_side {
		display: block;
		margin: 0 auto;
		box-sizing: border-box;
	}

	.quick_side ul {
		display: flex;
		justify-content: center;
		width: 100%;
		height: 120px;
		align-items: flex-end
	}

	.quick_side ul li {
		float: left;
		width: 100px;
		height: 60px;
		text-align: center;
		margin: 0 10px 0 0;
	}

	.quick_side ul li:last-child {
		margin: 0;
	}

	.quick_side ul li span {
		display: block;
	}

	.quick_side ul li a {
		display: block;
		width: 100%;
		height: 60px;
		border-radius: 5px;
		color: #fff;
		font-size: 12px;
		font-weight: 500;
		padding: 4px 0 0;
		box-sizing: border-box;
		line-height: 1;
	}

	.quick_side ul li a br {
		display: none;
	}

	/* footer */
	#footer {
		width: auto;
	}

	#footer_content {
		width: auto;
		padding: 40px 15px;
	}

	#footer_content .address p {
		font-size: 18px;
	}

	#footer_content .address address {
		font-size: 13px;
		line-height: 21px;
	}

	/* sub */
	.subvisual {
		height: 400px;
		position: relative;
		background-size: cover;
		background-position: left center;
	}

	.sub_txt {
		width: 100%;
		padding: 0px 30px 0 0;
	}

	.sub_txt .txt_box {
		margin: -61px 0 0 58px;
	}

	.sub_txt h4 img {
		max-width: 100%;
	}

	.sub_txt h3 {
		font-size: 13px;
		line-height: 22px;
		margin: 10px 0 15px;
	}

	.sub_txt h5 {
		font-size: 18px;
	}

	.sub_txt p.date {
		font-size: 20px;
		margin: 0;
	}

	.sub_txt p.date span {
		font-size: 16px;
	}

	.sub_txt p.map {
		font-size: 20px;
	}






	.greet>div>.typo {
		font-size: 37px;
		line-height: 28px;
	}

	.greet>div {
		padding: 30px 0;
	}

	.greet>div:first-child {
		padding: 0 0 30px 0;
	}

	/* leftmenu */
	#leftmenu {
		margin: 0 auto 20px;
	}

	#leftmenu ul li {
		width: 49%;
		/* margin:0 1% 10px; */
		height: 45px;
		line-height: 45px;
	}

	#leftmenu ul li a {
		font-size: 13px;
	}

	#leftmenu ul li.menu02 {
		width: 49%;
	}

	/* content */
	#contents {
		margin: 50px auto 0;
	}

	#cont {
		padding: 0 10px 80px;
		box-sizing: border-box;
	}

	#subtitle {
		margin: 20px 0 40px 0;
		text-align: center;
	}

	#subtitle h2 {
		font-size: 28px;
	}

	#con_area {
		padding: 0px 10px;
		box-sizing: border-box;
	}

	/* 공통 */
	sup {
		font-size: 8px;
		line-height: 8px;
	}

	h4.title {
		font-size: 20px;
	}

	.table_a thead th {
		padding: 4px;
		font-weight: 600;
		font-size: 14px;
		line-height: 18px;
		box-sizing: border-box;
	}

	.table_a tbody th {
		padding: 4px;
		font-weight: 600;
		font-size: 14px;
		line-height: 18px;
		box-sizing: border-box;
	}

	.table_a tbody td {
		padding: 4px;
		font-weight: 600;
		font-size: 14px;
		line-height: 18px;
	}

	.table_b th {
		padding: 4px;
		font-weight: 600;
		font-size: 14px;
		line-height: 18px;
		word-break: auto-phrase;
	}

	.table_b td {
		padding: 4px;
		font-weight: 500;
		font-size: 14px;
		line-height: 18px;
		word-break: break-word;
	}

	.input_10 {
		width: 20%;
	}

	.input_20 {
		width: 40%;
	}

	.input_30 {
		width: 45%;
	}

	.input_50 {
		width: 80%;
	}

	.input_80 {
		width: 90%;
	}

	div.linebox {
		padding: 8px 10px;
	}

	div.linebox.center {
		font-size: 16px;
		line-height: 24px;
	}

	div.bgbox {
		padding: 8px 10px;
	}

	ul.list_dot li {
		font-size: 14px;
		line-height: 22px;
		background-position: 0 8px;
	}

	p.normal {
		font-size: 14px;
		line-height: 24px;
	}

	p.strong {
		font-size: 14px;
		line-height: 24px;
	}

	.btn_box a {
		display: inline-block;
		width: 260px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		font-size: 14px;
		font-weight: 600;
		border-radius: 50px;
		color: #fff;
		margin: 0 5px 5px;
	}

	.red {
		font-size: 13px;
		display: inline-block;
	}

	ol.list_num>li {
		font-size: 14px;
		line-height: 24px;
	}

	/* Join */
	.join_box .j_noti {
		line-height: 18px;
	}

	.join_box label {
		display: block;
		margin: 0 0 5px 0;
	}

	.join_box input[type="radio"] {
		width: 12px;
		height: 12px;
	}

	.join_box input[type="text"],
	.join_box input[type="password"] {
		padding: 5px 8px;
	}

	.join_box .chk_btn {
		width: 80px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}

	.join_box .clearbox .cate_wrap {
		display: block;
		float: none;
		margin: 0 0 10px 0;
		width: 90%;
	}

	.join_box .clearbox .cate_wrap select#select_Option {
		width: 100%;
	}

	.join_box .clearbox .cate_wrap input[type="text"] {
		width: 100%;
	}


	/* 01_01 */
	.greet p.name {
		font-size: 15px;
		padding: 2px;
	}

	.greet>div:last-child {
		margin: 20px 0 0 0;
		padding: 20px 0 0 0;
	}

	.greet>div p {
		width: 100%;
		margin: 0 0 10px 0;
		font-size: 14px;
		line-height: 24px;
		text-align: initial;
		word-break: break-all;
	}

	.greet>div .clearbox {
		position: static;
		text-align: left;
		margin: 20px auto 0;
	}

	.greet>div .g_img {
		width: 120px;
	}

	.greet>div .g_sign {
		text-align: left;
	}

	.greet>div .left {
		float: none;
		width: 250px;
		margin: 0 auto 20px;
	}

	.greet>div .right {
		float: none;
		width: 100%;
		padding: 0 0 30px 0;
	}

	.abstract_form .join_Info ul li {
		font-size: 14px;
		display: inline-block;
		margin: 5px 8px;
	}

	/* 02_01 committee */
	.com .clearbox>div {
		float: none;
		width: 100%;
		margin: 0 0 5px 0;
	}

	.com .clearbox>div:nth-child(4n+1) {
		clear: none;
	}

	.com .clearbox div.com_wrap {
		border: double 4px #ddd;
		height: auto;
		padding: 10px 20px;
	}

	.com .clearbox p {
		font-size: 18px;
		line-height: 22px;
	}

	.com .clearbox span {
		font-size: 13px;
		line-height: 18px;
		letter-spacing: 0;
	}

	/* 03_01 speakers */
	.speaktab {
		margin: 0 0 30px 0;
	}

	.speaktab a {
		display: block;
		font-size: 14px;
		width: 48%;
		height: 35px;
		line-height: 35px;
		margin: 0 0 5px 1%;
	}

	.speaktab a:nth-child(odd) {
		margin: 0 0 5px 0;
	}

	.speaktab a:nth-child(2n+1) {
		clear: both;
	}

	.speak h5 {
		font-size: 17px;
		padding: 12px 10px;
	}

	.speak .clearbox>div {
		float: none;
		width: 100%;
		margin: 0 0 5px 0;
	}

	.speak .clearbox>div:nth-child(4n+1) {
		clear: none;
	}

	.speak .clearbox div.speak_wrap {
		height: auto;
		padding: 15px;
	}

	.speak .clearbox div.speak_img {
		margin: 0 auto 10px;
	}

	.speak .clearbox p {
		font-size: 18px;
		line-height: 22px;
	}

	.speak .clearbox span {
		font-size: 13px;
		line-height: 18px;
		letter-spacing: 0;
	}

	.speak .clearbox.box4>div {
		width: 100%;
	}

	/* 04_01 */
	p.red {
		font-size: 14px;
		line-height: 20px;
	}

	.pro_top {
		font-size: 18px;
		line-height: 28px;
	}

	.pro_top a {
		font-size: 14px;
		width: 250px;
		height: 30px;
		line-height: 30px;
		position: static;
		margin: 10px auto 0;
	}

	.pro_tab a {
		padding: 8px;
		font-size: 17px;
	}

	.pro_tab a span {
		display: block;
		font-size: 14px;
	}

	.pro_wrap .table_a tbody td.session {
		font-size: 14px;
	}

	.pro_wrap .table_a tbody td.chair {
		font-size: 14px;
	}

	.pro_table .pro_pdf {
		text-align: left;
	}

	.pro_table .pro_pdf a {
		font-size: 13px;
		padding: 3px 10px;
	}

	.pro_table {
		overflow: auto;
	}

	.pro_table table thead tr th {
		font-size: 13px;
		padding: 4px;
		line-height: 18px;
		height: 30px;
	}

	.pro_table table tbody tr td {
		font-size: 13px;
		padding: 4px;
		line-height: 18px;
	}

	/* color */
	.pro_table table tbody tr td.time {
		font-size: 12px;
	}

	.pro_table table tbody tr td.meeting span {
		font-size: 13px;
	}

	.pro_table table tbody tr td.workshop span {
		font-size: 13px;
	}

	.pro_table table tbody tr td.oral span {
		font-size: 13px;
	}

	.pro_table table tbody tr td.oral2 {
		padding: 4px;
	}

	/* session */
	.pro_table table tbody tr td.session {
		padding: 0 0 0 12px;
		line-height: 16px;
		background-position: 5px 13px;
		background-size: 3px;
	}

	.pro_table table tbody tr td.chair {
		font-size: 12px;
	}

	.pro_table table tbody tr td.title {
		font-size: 12px;
	}

	.pro_table table tbody tr td.speaker {
		font-size: 12px;
	}

	/* program */
	.program .notify {
		display: block;
		font-size: 13px;
		text-align: right;
		color: #111;
	}

	.program .notify .txt {
		margin: 0 0 8px 0;
	}

	.program .notify a {
		display: inline-block;
		border: 1px solid #9e9386;
		padding: 5px 7px;
		color: #9e9386;
	}

	.program .click_pro {
		font-size: 13px;
	}

	.program .program_tab {
		margin: 0 0 20px 0;
	}

	.program .program_tab a {
		width: 100%;
		line-height: normal;
		font-size: 14px;
		margin: 0 0 7px 0;
	}

	.program .program_tab a sup {
		font-size: 11px;
	}

	/* modal */
	.modal_pro {
		/* top:20%; margin-top:0; left:50%; margin-left:-48%; width:96%; max-height:none; height:70%; padding:60px 15px; box-sizing:border-box; */
		width: 94%;
	}

	.modal_pro h2 {
		font-size: 18px;
	}

	.modal_pro h3 {
		font-size: 15px;
	}

	.modal_pro h6 {
		font-size: 18px;
	}

	.modal_pro a.close {
		width: 80px;
		right: 15px;
		font-size: 14px;
	}

	.modal_pro .scrollbox .scroll_p {
		display: none;
	}

	.modal_pro table tbody tr th.st {
		font-size: 15px;
	}

	.modal_pro table tbody tr td {
		font-size: 14px;
		padding: 7px;
		line-height: 21px;
	}

	.modal_pro table tbody tr td p.sp {
		font-size: 13px;
	}

	.modal_pro table tbody tr td.time {
		font-size: 13px;
		letter-spacing: -0.06em;
	}

	.modal_pro table tbody tr.invited td span {
		font-size: 10px;
	}

	.poster_tab {}

	.poster_tab a {
		width: 22%;
		margin: 0 0.5%;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}

	/* qr */
	.pro_qr {
		padding: 0 0 80px 0;
	}

	.pro_qr h3 {
		font-size: 25px;
		line-height: 30px;
	}

	.pro_qr h6 {
		font-size: 18px;
		margin: 20px 0 10px;
	}

	.pro_qr .scrollbox .scroll_p {
		display: none;
	}

	.award p {
		font-size: 14px;
	}

	.award ol.list_num>li {
		font-size: 16px;
		line-height: 21px;
	}

	/* 05_01 abstract */
	.abs ol.list_num li {
		font-size: 14px;
	}

	.abs>div {
		margin: 0px 0 60px 0;
	}

	.abs div.dates .linebox {
		width: auto;
	}

	.abs div.dates .linebox p span {
		float: none;
		display: block;
	}

	.abs div.dates .linebox p.normal {
		margin: 10px 0 0 0;
	}

	.abs .table_b th {
		display: block;
		width: 100%;
	}

	.abs .table_b td {
		display: block;
		width: 100%;
	}

	.abs .clearbox>div {
		float: none;
		width: auto;
		min-height: unset;
		margin: 0 auto 10px;
	}

	.abs .clearbox>div p.strong {
		margin: 0 0 6px 0;
	}

	/* 06_01 */
	.reg>div {
		margin: 0 0 60px 0;
	}

	.reg .table_a thead th {
		word-break: break-word;
	}

	.reg .table_a tbody th {
		word-break: break-word;
	}

	.reg .table_a tbody td {
		word-break: break-word;
	}

	.reg .table_a thead th span {
		font-size: 14px;
	}

	/* 07_01 sponsor exhibition */
	.spontab {}

	.spontab a {
		display: block;
		font-size: 14px;
		margin: 0 auto 5px;
		width: 100%;
		height: 43px;
		line-height: 38px;
	}

	.spon .filewrap {
		padding: 15px;
	}

	.spon .filewrap a {
		width: 100%;
		max-width: 260px;
		height: 35px;
		line-height: 35px;
		margin: 5px auto;
	}

	.spon .spon_option p {
		width: 100%;
		font-size: 14px;
	}

	.spon .spon_contact {
		padding: 10px;
		font-size: 18px;
	}

	/* .spon .spon_box {padding:10px;} */
	.spon h5 {
		font-size: 17px;
	}

	.spon h6 {
		font-size: 14px;
	}

	.spon h6>span {}

	.spon .filewrap a {
		font-size: 13px;
	}

	.spon .table_a thead th {
		word-break: break-all;
	}

	.spon .table_a tbody td {
		word-break: break-all;
	}

	.spon .table_b tr td {
		word-break: break-all;
	}

	.spon .spon_box.sponbook {
		display: block;
	}

	.spon .vat {
		width: 100%;
		font-size: 14px;
	}

	.spon .spon_box {
		margin: 0 0 70px 0;
	}

	.spon .spon_box.sponbook .book_img {
		margin: 30px 0 0 0;
	}

	.spon .spon_box.sponbook img {
		max-width: 100%;
	}

	.sponsor>div span {
		width: calc((100% - 10px) /2);
	}

	.sponsor>div span:nth-child(5n),
	.sponsor>div.dia span:nth-child(3n) {
		margin: 0 10px 10px 0;
	}

	.sponsor>div span:nth-child(2n) {
		margin: 0 0 10px 0;
	}

	.sponsor>div span a {
		display: block;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.sponsor>div.dia span,
	.sponsor>div.platinum span {
		width: calc((100% - 10px) /2);
	}

	.booth_view_btn {
		font-size: 11px;
	}

	.booth_view_wrap {
		width: 100% !important;
	}

	.booth_view_wrap img {
		max-width: 100%;
	}

	/* 07_01 */


	/* 07_02 Hotel*/
	.hotel .hotel_box {
		margin: 0 0 60px 0;
	}

	.hotel .hotel_box h3 {
		padding: 0 90px 0 15px;
		height: 40px;
		font-size: 15px;
		line-height: 40px;
	}

	.hotel .hotel_box h3 a.web_go {
		font-size: 12px;
		padding: 0 10px;
		height: 40px;
	}

	.hotel .hotel_info .img {
		float: none;
		width: auto;
		height: auto;
		margin: 0 0 10px 0;
	}

	.hotel .hotel_info .img img {
		width: 100%;
		height: auto;
	}

	.hotel .hotel_info .info {
		float: none;
		width: auto;
	}

	.hotel .hotel_info .info table tr th {
		display: block;
		padding: 12px 0 12px 25px;
		font-size: 14px;
	}

	.hotel .hotel_info .info table tr td {
		display: block;
		font-size: 15px;
	}

	.hotel .hotel_info .info table tr td span {
		font-size: 13px;
	}

	.hotel .hotel_info .info .map {
		height: 170px;
	}


	/* 07_03 booth map */
	.boothmap .linebox img {
		max-width: 100%;
	}

	.boothmap .linebox ul {
		margin: 25px auto;
	}

	.boothmap .linebox ul li {
		width: 110px;
		height: 25px;
		line-height: 26px;
		font-size: 13px;
		margin: 0 5px 5px;
	}

	.booth_table table {
		float: none;
		width: 100%;
	}

	.booth_table table:last-child {
		border-top: none
	}

	.booth_table table:last-child thead {
		display: none;
	}


	/* 07_04 korea */
	.korea .top {
		background-position: center -83px;
		height: 366px;
	}

	.korea .top>div {
		width: auto;
		bottom: -1px;
		padding: 10px;
		font-size: 14px;
		line-height: 21px;
		text-align: justify;
		letter-spacing: -0.02em;
	}

	.korea .k_info .linebox h5 {
		width: auto;
		font-size: 16px;
	}

	.korea .k_info .linebox p {
		display: block;
		font-size: 14px;
	}

	.korea ul.img_list li {
		position: relative;
		float: left;
		width: calc((100% - 40px) /2);
		height: 300px;
		margin: 0;
	}

	.korea ul.img_list li a {
		display: block;
		width: 100%;
		height: 100%;
	}

	.korea ul.img_list li div h6 {
		margin: 0 0 20px;
		font-size: 24px;
		line-height: 32px;
		text-align: center;
		font-weight: 600;
		color: #fff;
	}

	.korea ul.img_list li div p {
		color: #fff;
		border-bottom: 1px solid #fff;
		display: inline-block;
		margin: 0 auto;
		padding: 0 10px;
	}

	.korea ul.img_list li:nth-child(1) {
		margin: 10px;
	}

	.korea ul.img_list li:nth-child(2) {
		margin: 10px;
	}

	.korea ul.img_list li:nth-child(3) {
		margin: 10px;
	}

	.korea ul.img_list li:nth-child(4) {
		margin: 10px;
	}

	.korea ul.img_list li:nth-child(5) {
		margin: 10px;
	}

	.korea .k_info .linebox {
		margin: 0 0 10px;
	}

	.korea .k_info .linebox h5 {
		width: auto;
		margin: 0 0 6px 0;
	}

	/* .korea .k_info .linebox p {display:inline-block;} */





	/* 07_04 application */
	.applitab a {
		display: block;
		font-size: 14px;
		margin: 0 auto 5px;
		width: 100%;
		max-width: 220px;
		height: 35px;
		line-height: 35px;
	}

	.seoul .top {
		height: 400px;
		background-position: center top;
	}

	.seoul .top>div {
		width: 100%;
		font-size: 14px;
		padding: 20px 10px;
		line-height: 22px;
		text-align: justify;
	}

	.seoul_list>div {
		float: none;
		width: 100%;
	}

	.seoul_list>div h5 {
		font-size: 21px;
		margin: 0 0 20px;
	}

	.seoul_list>ul {
		float: none;
		width: 100%;
		overflow-x: scroll;
		margin: 20px 0 0;
	}


	/* 07_06 */
	.contact h4 {
		font-size: 21px;
	}

	.contact ul li {
		border: 1px solid #ddd;
		padding: 10px 20px 10px 60px;
		margin: 0 0 10px;
	}

	.contact ul li h5 {
		font-size: 18px;
	}

	.contact ul li:nth-child(1),
	.contact ul li:nth-child(2),
	.contact ul li:nth-child(3) {
		background-size: 30px;
	}

	/* 08_1 */
	.venue>div {
		margin: 0 0 40px;
		padding: 0 0 40px;
	}

	.venue .top .img {
		height: 450px;
	}

	.venue .top .title_box {
		flex-direction: column;
		gap: 20px;
	}

	.venue .top .title_box h4 {
		font-size: 22px;
	}

	.venue .top .title_box p {
		font-size: 14px;
	}

	.venue .top .title_box .btn a {
		font-size: 16px;
	}

	.venue .by h5 {
		font-size: 20px;
	}

	.venue .by b {
		font-size: 16px;
	}

	.venue .by p {
		font-size: 14px;
	}

	.venue .by .table_wrap {
		overflow-x: scroll;
	}

	.venue .graybox {
		flex-direction: column;
		gap: 20px;
		padding: 20px;
	}

	.venue .graybox h6 {
		font-size: 18px;
	}

	.venue .graybox ul li {
		font-size: 14px;
	}

	/* 08_02 */
	.about .about_top {
		flex-direction: column;
		gap: 10px;
	}

	.about .about_top li {
		width: 100%;
	}

	.about .about_top li a {
		font-size: 18px;
		padding: 10px;
	}

	.about h5 {
		font-size: 18px;
	}

	.about .jeju_list li {
		flex-direction: column;
	}

	.about .jeju_list li span {
		margin: 0;
	}

	.about .jeju_list li h5 {
		font-size: 18px;
	}

	.about .jeju_list li p {
		font-size: 14px;
	}

	.about .jeju_list li a {
		margin: 20px 0 0;
		font-size: 14px;
	}

	.about .tips li {
		flex-direction: column;
	}

	.about .tips h5 {
		margin: 0 0 20px;
	}

	.about .tips li p {
		font-size: 14px;
	}

	.about .visa p {
		font-size: 14px;
	}

	.about .emergency ul {
		flex-direction: column;
	}

	.about .emergency ul li {
		width: 100%;
		padding: 20px 0;
	}

	/* 09_01 */
	.venue_notice {
		font-size: 18px;
		font-weight: 500;
	}

	.venue .icc {
		padding: 15px;
	}

	.venue .icc>div {
		float: none;
	}

	.venue .icc>div:first-child {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.venue .icc>div:last-child {
		width: 100%;
		text-align: center;
	}

	.venue .icc div img {
		width: 100%;
		max-width: 600px;
	}

	.venue .icc h3 {
		font-size: 20px;
		margin: 0;
	}

	.venue .icc h5 {
		font-size: 18px;
		margin: 10px 0 15px;
	}

	.venue .icc p {
		margin: 15px 0 0 0;
	}

	.venue .icc p a {
		width: 200px;
		display: block;
		margin: 0 auto 5px;
		font-size: 14px;
	}

	.venue .imgbox {
		padding: 10px;
	}


	/* 09_02 hotel */
	.hotel_text {
		font-size: 14px;
	}

	.hotel table thead th {
		font-size: 12px;
	}

	.hotel table thead th span {
		font-size: 11px;
	}

	.hotel table td {
		font-size: 13px;
	}

	.hotel table td a.detail {
		line-height: 22px;
		font-size: 13px;
	}

	.hotel table.sub_hotel td {
		padding: 8px;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.hotel table.sub_hotel td.sub_img {
		display: block;
		width: 100%;
	}

	.hotel table.sub_hotel td.sub_th {
		display: block;
		width: 100%;
	}

	.hotel table.sub_hotel td img {
		max-width: 100%;
		height: auto;
	}

	.hotel table.sub_hotel td dl dt {
		float: none;
		width: 100%;
	}

	.hotel table.sub_hotel td dl dd {
		float: none;
		width: 100%;
	}


	.eposter_wrap .eposter_list ul li {
		width: calc((100% - 10px) /2);
		height: auto;
		margin: 0 10px 20px 0;
	}

	.eposter_wrap .eposter_list ul li:nth-child(5n) {
		margin: 0 10px 20px 0;
	}

	.eposter_wrap .eposter_list ul li:nth-child(2n) {
		margin: 0 0 20px 0;
	}

	.eposter_wrap .eposter_list ul li a .tag {
		font-size: 11px;
	}

	.eposter_wrap .eposter_list ul li a .thumb img {
		width: 100%;
		height: 240px;
	}

	.eposter_wrap .eposter_list ul li a .title {
		font-size: 14px;
		line-height: 20px;
		height: 65px;
	}

	.eposter_wrap .eposter_list ul li .view_modal {
		width: 98%;
		margin: 0 1%;
		box-sizing: border-box;
		height: auto;
		left: 0;
		margin-left: 0;
	}

	.eposter_wrap .eposter_list ul li .view_modal img {
		width: 100%;
		!important;
		height: auto;
	}

	#signboard {
		padding: 20px;
		font-size: 15px;
		line-height: 22px;
	}

	.program .video_box {
		width: 100%;
		height: 300px;
	}

	.program .reply_box {
		padding: 20px;
	}

	.program .reply_box h3 {
		font-size: 18px;
	}

	.program .reply_box textarea {
		float: none;
		width: 100%;
		height: 150px;
	}

	.program .reply_box button {
		display: block;
		float: none;
		width: 160px;
		margin: 10px 0 0 auto;
		height: 40px;
	}

	.program .reply_box button br {
		display: none;
	}

	.program .reply_box button img {
		margin: 0 10px 0 0;
		vertical-align: middle;
		width: 25px;
	}

	.program_view h5 {
		font-size: 18px;
	}

	.program .chair_video .video_box {
		BORDER: 3px solid #efefef;
		;
		WIDTH: AUTO;
		float: none;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		margin: 0 0 20px 0;
	}

	.program .chair_video .video_box iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}

	.program .chair_video .right_reply {
		width: auto;
		float: none;
		margin-left: 0;
		margin-top: 20px;
		height: 400px;
		overflow-y: scroll;
		box-sizing: border-box;
		padding: 10px;
		background-color: #f4f4f4;
	}

	.reply_name {
		font-size: 18px;
	}

	.save_reply {
		margin: 40px 0 0 0;
		border-top: 1px solid #a8a8a8;
		padding: 40px 0 0;
	}

	.save_reply h3 {
		font-size: 18px;
	}

	.save_reply .reply_list {
		padding: 10px;
	}

	.ebook_box:after {
		content: "";
		display: block;
		clear: both;
	}

	.ebook_box a {
		float: left;
		width: calc((100% - 10px) /2);
		margin: 0 10px 0 0;
		font-size: 18px;
	}

	.ebook_box a:last-child {
		margin: 0;
	}

}


@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {}