/* STYLE.CSS */
#wrap{
	min-width:320px;
	position:relative;
	overflow:hidden;
}
#wrap.m_open{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
#header{
	height:75px;
	padding-top:20px;
	position:fixed;
	right:0;
	top:0;
	left:0;
	background-color:#ffffff;
	z-index:100;
}
#header:after{
	content:"";
	clear:both;
	display:block;
}
.head{
	width:1100px;
	margin:0 auto;
	position:relative;
}
.head .h1_logo{
	float:left;
	width:450px;
}
.head .h1_logo a{
	background:url("../../img/Home_Main_Logo_450_20260513.png") 0 0 no-repeat;
	width:450px;
	height:52px;
	display:block;
	font-size:24px;
}
.btn_gMenu{
	display:none;
	position:absolute;
	right:15px;
	top:0;
	width:30px;
	height:40px;
	padding-top:16px;
}
.btn_gMenu span{
	background:#fff;
	display:block;
	height:3px;
	margin-top:7px;
	cursor:pointer;
}
.btn_gMenu span:first-child{
	margin-top:0;
}
.head .gnb_w{
	position:absolute;
	right:5%;
	top:1px;
}
.head .gnb:after{
	content:"";
	clear:both;
	display:block;
}
.head .gnb>li{
	float:left;
}
.head .gnb>li>a{
	display:block;
	padding:10px 0 11px;
	margin:0 20px;
}
.head .gnb>li>a>span{
	color:#024f9e;
	font-size:20px;
	font-weight:bold;
	display:inline-block;
}
.head .gnb>li.active>a>span{
	border-bottom:2px solid #024f9e;
	padding-bottom:5px;
}
.head .low{
	display:none;
}
.head .low li a{
	color:#000;
	display:block;
}
.r_topMn{
	position:absolute;
	right:0;
	top:16px;
}
.r_topMn .language{
	float:left;
	margin-right:16px;
}
.r_topMn .language a{
	color:#bfbfbf;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	line-height:14px;
	padding-top:4px;
}
.r_topMn .language a.active{
	color:#fff;
}
.r_topMn .language .bar{
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
	background:#626262;
	height:13px;
	width:2px;
}
.r_topMn .sns_fb{
	float:left;
	width:26px;
	height:26px;
	display:block;
	background:url("../../img/ico_01.png") 0 0 no-repeat;
	font-size:0;
}
.r_topMn .sns_insta{
	float:left;
	width:26px;
	height:26px;
	display:block;
	background:url("../../img/ico_01.png") 0 0 no-repeat;
	font-size:0;
    margin-top:-3px;
}

/* MAIN */

.m_speaker{
	background:#e6e6e6;
	padding:60px 0;
	text-align:center;
	margin-top:-3px;
}
.m_speaker .m_tlt{
	font-size:23px;
	color:#4b4b4b;
	margin-bottom:45px;
	letter-spacing:-1px;
}
.m_speaker .m_tlt strong{
	display:block;
	font-size:35px;
	color:#444;
	letter-spacing:-1.5px;
}

.main_visual{
	width:100%;
    height:645px;
	background:#024f9e;
}

.main_visual .swiper-wrapper .swiper-slide{
	width:100%
}
.center_1230{
	max-width:1230px;
	margin:0 auto;
}
.m_speaker .spk_wrap{
	max-width:1156px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.m_speaker .spk_list{
	max-width:1100px;
	margin:0 auto;
	position:relative;
	z-index:1;
}
.m_speaker .spk_list:after{
	content:"";
	clear:both;
	display:block;
}
.m_speaker .spk_list a{
	display:block;
}
.m_speaker .spk_list .bg{
	display:block;
	overflow:hidden;
	border-radius:50%;
	margin:0 10%;
}
.m_speaker .spk_list .bg .img{
	display:block;
	transition:all 0.5s ease;
	padding-top:100%;
}
.m_speaker .spk_list .nm{
	margin-top:30px;
	display:block;
	text-align:center;
	color:#333333;
	font-size:17px;
	letter-spacing:-1px;
	text-overflow:ellipsis;
	overflow:hidden;
	padding:0 35px;
	line-height: 24px;
}
.m_speaker .spk_list .nm strong{
	display:block;
	color:#335128;
	font-size:25px;
	margin-bottom:7px;
	letter-spacing:-1.5px;
	text-overflow:ellipsis;
	white-space:nowrap;
	/*overflow:hidden;*/
}
.m_speaker .spk_list .swiper-wrapper,
.main_visual .swiper-wrapper{
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-transition-property:-webkit-transform;
	transition-property:-webkit-transform;
	-o-transition-property:transform;
	transition-property:transform;
	transition-property:transform, -webkit-transform;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
.m_speaker .spk_list .swiper-slide,
.main_visual .swiper-slide{
	float:left;
	width:25%;
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	height:100%;
	position:relative;
	-webkit-transition-property:-webkit-transform;
	transition-property:-webkit-transform;
	-o-transition-property:transform;
	transition-property:transform;
	transition-property:transform, -webkit-transform;
}
/* .main_visual .swiper-slide{
	width:1400px!important;
	
} */
/* @media only screen and (max-width:950px){
	.main_visual .swiper-slide{
		width:100%!important
	}	
}  */
.m_speaker .spk_list .swiper-slide .image{
	display:block;
	width:85px;
	height:100px;
	overflow:hidden;
	margin:0 auto;
}
.m_speaker .spk_list .swiper-slide .image img{
	min-height:100%;
	width:100%;
}
.m_speaker .spk_list .swiper-slide .date{
	display:block;
	font-weight:bold;
	font-size:13px;
	margin-top:10px;
}
.m_speaker .spk_list .swiper-slide .name{
	display:block;
	font-size:12px;
	margin-top:4px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.swiper-button-prev,
.swiper-button-next{
	position:absolute;
	top:0;
	width:40px;
	height:100%;
	z-index:10;
	cursor:pointer;
	*display:none;
}

.swiper-button-prev{
	left:-40px;
}
.swiper-button-next{
	right:-40px;
}
.swiper-button-prev:before,
.swiper-button-next:before{
	content:"";
	background:url("../../img/ico_01.png") no-repeat;
	background-size:350px auto;
	width:28px;
	height:56px;
	position:absolute;
	top:50%;
	margin-top:-28px;
}
.swiper-button-prev:before{
	background-position:-166px -132px;
	right:0;
}
.swiper-button-next:before{
	background-position:-238px -132px;
	left:0;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled{
	opacity:0.35;
	cursor:auto;
	pointer-events:none;
}

.m_news{
	padding:50px 0 80px;
	margin:0 auto;
	max-width:1100px;
}
.m_news .top_tlt{
	border-bottom:1px solid #dcdcdc;
	padding-bottom:18px;
	margin-bottom:40px;
	position:relative;
}
.m_news .top_tlt>a{
	display:block;
}
.m_news .top_tlt .m_tlt{
	color:#000;
	font-size:20px;
	letter-spacing:-1px;
	font-weight:bold;
}
.m_news .top_tlt .r_btn{
	position:absolute;
	right:0;
	top:0;
	color:#7d7d7d;
	font-size:14px;
	height:35px;
	line-height:35px;
	display:inline-block;
}
.m_news .top_tlt .r_btn:after{
	content:"";
	background:url("../../img/ico_01.png") -80px 0 no-repeat;
	width:9px;
	height:15px;
	display:inline-block;
	margin-left:7px;
	vertical-align:middle;
	line-height:15px;
	margin-top:-2px;
}

/* SUB */
.sub_visual{
	height:245px;
	padding-top:95px;
	overflow:hidden;
}
.sub_contents{
	width:1100px;
	margin:0 auto;
	padding:30px 0 30px;
}
.h2_tlt{
	border-bottom:3px solid #03529b;
	padding-bottom:12px;
	font-size:25px;
	color:#000;
	font-weight:bold;
	margin-bottom:40px;
	letter-spacing:-1px;
}
.h3_tlt{
	font-weight:bold;
	font-size:21px;
	color:#000;
	margin:45px 0 15px;
	letter-spacing:-1px;
}
.ready{
	font-size:22px;
	color:#444;
	letter-spacing:-1px;
	font-weight:bold;
	padding:260px 0 80px;
	background:url("../images/logo_gray.png") 50% 80px no-repeat;
	text-align:center;
}
.tlt_green{
	font-weight:bold;
	font-size:18px;
	margin:40px 0 10px;
}
.r_logo1020{
	position:relative;
	min-height:30px;
}
.r_logo1020:after{
	content:"";
	background:url("../images/logo_1020.png") 0 0 no-repeat;
	background-size:100% auto;
	width:170px;
	height:38px;
	position:absolute;
	right:0;
	top:-10px;
}
.txt_cnts{
	line-height:1.8em;
	font-size:16px;
}
.txt_cnts_eng{
	line-height:1.8em;
	font-size:18px;
}
.tab_mn{
	border:1px solid #bfbfbf;
	border-left:0;
	overflow:hidden;
	margin-bottom:45px;
}
.tab_mn:after{
	content:"";
	clear:both;
	display:block;
}
.tab_mn li{
	float:left;
	width:20%;
}
.tab_mn li a{
	display:block;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#313131;
	border-left:1px solid #bfbfbf;
	font-size:16px;
	font-weight:bold;
}
.tab_mn li.active a{
	background:#2c306d;
	color:#fff;
}
.tab_mn02 li{
	width:50%;
}
.tab_mn03 li{
	width:33.333%;
}
.sub_tabMn:after{
	content:"";
	clear:both;
	display:block;
}
.sub_tabMn li{
	float:left;
	padding:0 20px;
	position:relative;
}
.sub_tabMn li:before{
	content:"";
	width:2px;
	height:20px;
	background:#aaaaaa;
	position:absolute;
	left:0;
	top:0;
}
.sub_tabMn li:first-child{
	padding-left:0;
}
.sub_tabMn li:first-child:before{
	display:none;
}
.sub_tabMn li a{
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#aaaaaa;
	line-height:20px;
}
.sub_tabMn li.active a{
	color:#000;
}
.tab_goMn{
	padding: 30px 20px 30px;
    border-top: 1px solid #aaaaaa;
}
.tab_goMn:after{
	content:"";
	clear:both;
	display:block;
}
.tab_goMn li{
	float:left;
	margin:5px 0;
}
.tab_goMn li a{
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
	padding:5px 20px;
	border-radius:20px;
	height:30px;
	line-height:30px;
	background:#fff;
	display:block;
}
.tab_goMn li:hover a,
.tab_goMn li:active a{
	background:#ff9c00;
	color:#fff;
}

/* TABLE */
.bod_view{
	border-top:1px solid #3f3f3f;
}
.bod_view table{
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;
	width:100%;
}
.bod_view table th,
.bod_view table td{
	border-bottom:1px solid #dcdcdc;
	padding:15px;
	line-height:1.6em;
}
.bod_view table th,
.bod_view table td.e{
    letter-spacing:0.3px;
	font-size:17px;
}
.bod_view table th{
	background:#f6f6f6;
	text-align:left;
	padding-left:20px;
}
.bod_view table .c_blue{
	color:#4388b1;
   font-size:13px;
}
.bod_view table td span.box{
	display:inline-block;
	background:#f6f6f6;
	color:#fff;
	height:24px;
	line-height:24px;
	padding:0 10px 2px;
	margin-bottom:5px;
	font-size:13px;
	letter-spacing:0.2px;
}

.bod_view table .bnf_list li{
	margin-top:7px;
}
.bod_view table .bnf_list li:first-child{
	margin-top:0;
}
.bod_view table .bnf_list em{
	display:inline-block;
	background:#ff9c00;
	width:70px;
	height:28px;
	line-height:28px;
	color:#fff;
	margin-right:10px;
	text-align:center;
}
.bod_view table .bnf_list span{
	display:inline-block;
}
.bod_write{
	border-top:1px solid #3f3f3f;
}
.bod_write table{
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;
	width:100%;
}
.bod_write table th,
.bod_write table td{
	border-bottom:1px solid #dcdcdc;
	padding:10px 15px;
	line-height:1.6em;
}
.bod_write table th{
	background:#f6f6f6;
	text-align:left;
	padding-left:20px;
}
.bod_write table th br{
	display:none;
}
.bod_write table input[type="text"],
.bod_write table input[type="password"],
.bod_write table input[type="number"],
.bod_write table input[type="tel"],
.bod_write table input[type="email"]{
	padding:7px 10px;
	width:300px;
	max-width:100%;
	border:1px solid #bfbfbf;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	font-size: 14px;
}
.bod_write table input[type="radio"],
.bod_write table input[type="checkbox"]{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
.bod_write table input.m_size{
	width:100px;
	max-width:100px;
}
.bod_write table .m_inputW input{
	width:200px;
	max-width:45%;
}
.bod_write table .m_inputW span{
	display:inline-block;
	margin:0 5px;
	text-align:center;
}
.bod_write table td label{
	display:inline-block;
	vertical-align:middle;
}
.bod_write table .essnt:after{
	content:"*";
	color:#e60012;
	display:inline-block;
	margin-left:3px;
}
.bod_write table .r_txt{
	display:inline-block;
	margin-left:5px;
}
.bod_write table .tal_c{
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}
.bod_write.ss_bod table th,
.bod_write.ss_bod table td{
	border-right:1px solid #dcdcdc;
	background:#f5f5f5;
}
.bod_write.ss_bod table th:last-child,
.bod_write.ss_bod table td:last-child{
	border-right:0;
}
.bod_write.ss_bod table th.ss_active{
	background:#f3f9f9;
}
.bod_write.ss_bod table td.ss_active{
	background:#fff;
}
.bod_write.ss_bod table .chk_w{
	position:relative;
	padding-left:21px;
	line-height:15px;
}
.bod_write.ss_bod table .chk_w input[type="checkbox"]{
	position:absolute;
	left:0;
	top:4px;
	line-height:15px;
}
.bod_write.ss_bod table .chk_w label{
	line-height:20px;
}
.bod_write.bdl table th,
.bod_write.bdl table td{
	border-right:1px solid #dcdcdc;
}
.bod_write.bdl table th:last-child,
.bod_write.bdl table td:last-child{
	border-right:0;
}
.bod_write table .agree_area{
	border:1px solid #bfbfbf;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	height:200px;
	overflow-y:scroll;
	padding:10px;
	-webkit-overflow-scrolling:touch;
	background:#f7f4f4;
}
.bod_write table .chk_agr{
	margin-top:10px;
}
.bod_write table .chk_agr input{
	display:inline-block;
	vertical-align:middle;
}
.bod_write table .chk_agr label{
	display:inline-block;
	vertical-align:middle;
	margin:0 20px 0 3px;
}
.bod_list{
	border-top:1px solid #3f3f3f;
}
.bod_list table{
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;
	width:100%;
}
.bod_list table th{
    border-bottom:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	padding:15px;
	line-height:1.6em;
  text-align:center;
}
.bod_list table td{
	border-bottom:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	padding:15px;
	line-height:1.6em;
	text-align:left;
}
.bod_list table th:first-child{
	border-left:0;
}
.bod_list table tbody th{
	background:none;
	color:#000;
}
/* .bod_list table th:last-child, .bod_list table td:last-child{border-right:0;} */
.bod_list table th{
	background:#f6f6f6;
	color:#3b3735;
}
.bod_list table .tal_l{
	text-align:left;
}
.bod_list table .bg_gray td{
	background:#f5f5f5;
}
.bod_list table .bold{
	font-weight:bold;
}
.bod_list table .prg_tlt span{
	display:inline-block;
	background:#0096d9;
	color:#fff;
	height:30px;
	line-height:30px;
	padding:0 10px;
	font-size:15px;
	border-radius: 3px;
}

.bod_list table .prg_tlt span.gr{
	background:#2eb27f;
}

.bod_list table .prg_tlt span.blue{
	background:#415397;
}

.bod_list table .fz_m{
	font-size:15px;
}
.bod_list .sp_list li{
	margin-top:6px;
}
.bod_list .sp_list li:first-child{
	margin-top:0;
}
/* .bod_list .sp_list .sp_img{background:url("../images/sp_esf.png") 0 0 no-repeat;background-size:52px auto;display:inline-block;vertical-align:middle;width:50px;height:50px;margin-right:10px;border-radius:14px;} */
.bod_list .sp_list .sp_img{
	display:inline-block;
	vertical-align:middle;
	width:50px;
	height:50px;
	margin-right:10px;
	border-radius:14px;
	overflow:hidden;
}
.bod_list .sp_list .sp_img img{
	display:block;
	width:100%;
	min-height:100%;
}
.bod_list .sp_list .sp_nm{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
}

.bod_list .sp_list .sp_nm strong{
	font-weight:bold;
	display:block;
}

.bod_list .sp_list .sp_nm em{
	display:block;
	line-height: 1.8em;
}
.bod_list .sp_list .sp_nm em.eng{
	color:#333;
	font-size:15px;
	letter-spacing:-0.5px;
	margin-top:5px;
	line-height: 1.4em;
}
.bod_list .sp_list .sp_nm em.ttl{
	color:#4e6b9e;
	font-size:15px;
}
.bod_list .sp_list .sp_nm p.ttl{
	color:#4e6b9e;
	font-weight:bold;
	display:block;
	font-size:20px;
}
.bod_list table .bar_t{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 3px 0;
	line-height:14px;
}

/* BUTTON */
.bot_btn{
	text-align:center;
	margin-top:40px;
}

.bot_btn a{
	border-radius:5px;
	background:#959595;
	min-width:200px;
	margin-left:15px;
	display:inline-block;
	height:50px;
	line-height:50px;
	color:#fff;
	text-align:center;
}

.bot_btn a:first-child{
	margin-left:0;
}

.bot_btn .btn_yellow{
	background:#ff9c00;
}

.btn_botG{
	border:1px solid #d2d2d2;
	background:#f6f4f4;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	height:45px;
	line-height:45px;
	width:100%;
	color:#7d7d7d;
	font-size:15px;
	margin-top:40px;
}

.btn_more{
	border:1px solid #d2d2d2;
	background:#f6f4f4;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	height:45px;
	line-height:45px;
	width:100%;
	color:#7d7d7d;
	font-size:15px;
}

.btn_more:after{
	content:"";
	background:url("../../img/ico_01.png") -40px 0 no-repeat;
	width:20px;
	height:12px;
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
	margin-top:-2px;
}

/* GUIDE */
.bot_guide{
	margin-top:10px;
	font-size:13px;
}

.guide_txt{
	line-height:1.6em;
}

.finish_gd{
	text-align:center;
	padding:25px 0;
}

.finish_gd:before{
	content:"";
	display:block;
	background:url("../../img/ico_01.png") 0 -360px no-repeat;
	width:120px;
	height:120px;
	margin:0 auto 30px;
}

.finish_gd .tlt{
	display:block;
	font-weight:bold;
	font-size:25px;
	line-height:1.5em;
}

.finish_gd .txt{
	display:block;
	font-size:20px;
	line-height:1.5em;
}

/* GREETING */
.greeting{
	position:relative;
	padding:20px 0 0 265px;
	min-height:280px;
}

.greeting .l_img{
	background:url("../images/img_chairman.png") 0 0 no-repeat;
	position:absolute;
	left:0;
	top:25px;
	width:220px;
	height:373px;
	display:block;
}

.greeting .r_txtArea{
	position:relative;
	padding-bottom:150px;
}

.greeting .r_txtArea .txt{
	color:#000;
	line-height:1.7em;
	font-size:16px;
	letter-spacing: -0.7px;
}

.greeting .r_txtArea .e_txt{
	line-height:1.7em;
	font-size:18px;
}

.greeting .r_txtArea .txt span.bd{
	font-weight:600;
	font-size:19px;
}

.greeting .r_txtArea .sign{
	position:absolute;
	right:0;
	bottom:0;
	background:url("../images/img_sign.png") 100% 100% no-repeat;
	color:#000;
	font-size:20px;
	font-weight:bold;
	height:95px;
	width: 158px;
}


.txt_edaily{
	font-size:15px;
	line-height:1.8em;
	margin-top:30px;
}

.txt_edaily_eng{
	font-size:18px;
	line-height:1.8em;
	margin-top:30px;
}

.bsn_list{
	border:1px solid #d2d2d2;
	border-left:0;
	border-bottom:0;
}

.bsn_list:after{
	content:"";
	clear:both;
	display:block;
}

.bsn_list li{
	float:left;
	width:33.333%;
}

.bsn_list li span{
	display:block;
	border-left:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	text-align:center;
	padding:125px 10px 20px;
	height:50px;
	overflow:hidden;
	position:relative;
	line-height:1.6em;
	font-size:15px;
	color: #535353;
}

.bsn_list li span:before{
	content:"";
	background:url("../../img/ico_01.png") no-repeat;
	display:block;
	width:88px;
	height:80px;
	position:absolute;
	left:50%;
	margin-left:-44px;
	top:40px;
}

.bsn_list li:nth-child(1) span:before{
	background-position:-200px 0;
}

.bsn_list li:nth-child(2) span:before{
	background-position:-300px 0;
}

.bsn_list li:nth-child(3) span:before{
	background-position:-400px 0;
}

.bsn_list li:nth-child(4) span:before{
	background-position:-200px -80px;
	height:88px;
	top:30px;
}

.bsn_list li:nth-child(5) span:before{
	background-position:-300px -80px;
	height:88px;
	top:30px;
}

.bsn_list li:nth-child(6) span:before{
	background-position:-400px -80px;
	height:88px;
	top:30px;
}

/* PARTNERS */
.img_partners{
	max-width:100%;
	display:block;
	margin: 100px auto;
}

/* SESSION */
.sess_list{
	border-top:1px solid #dcdcdc;
	margin-top:40px;
}

.sess_list li{
	border-bottom:1px solid #dcdcdc;
	padding:75px 0px;
	position:relative;
	overflow:hidden;
}

.sess_list li:last-child{
	border-bottom:none;
}

.sess_list li .tag{
	display:inline-block;
	background:#ff9c00;
	color:#fff;
	min-width:85px;
	padding:0 10px;
	height:30px;
	line-height:30px;
	text-align:center;
}

.sess_list li .tag_gr{
	display:inline-block;
	background:#2eb27f;
	color:#fff;
	min-width:85px;
	padding:0 10px;
	height:30px;
	line-height:30px;
	text-align:center;
}

.sess_list li .tag_blue{
	display:inline-block;
	background:#415397;
	color:#fff;
	min-width:85px;
	padding:0 10px;
	height:30px;
	line-height:30px;
	text-align:center;
}

.sess_list li .tlt{
	margin:10px 0 20px;
	color:#444;
	font-weight:bold;
	font-size:23px;
	letter-spacing:-1px;
}

.sess_list li .txt{
	line-height:1.9em;
	font-size:15px;
}

.sess_list li .txt_eng{
	line-height:1.6em;
	font-size:17px;
	color:#777;
}

.sess_list li:after{
	content:"";
	background:url("../images/ico_session.png") no-repeat;
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-125px;
	width:197px;
	height:252px;
	display:none;
}


/* APPLY */
.apply_btn{
	margin-left:-15px;
	margin-top:-15px;
}

.apply_btn:after{
	content:"";
	clear:both;
	display:block;
}

.apply_btn li{
	float:left;
	width:50%;
	position:relative;
}

.apply_btn li a{
	display:block;
	background:#f4f4f4;
	margin-left:15px;
	margin-top:15px;
	padding:0px 0px 0px;
	height:195px;
	overflow:hidden;
	text-align:center;
}

.apply_btn li a:before{
	content:"";
	width:84px;
	height:20px;
	margin:0 auto;
	display:block;
	margin-bottom:10px;
}

.apply_btn .apl01 a:before{
	background-position:7px -40px;
}

.apply_btn .apl02 a:before{
	background-position:-100px -40px;
}

.apply_btn .apl03 a:before{
	background-position:7px -120px;
}

.apply_btn .apl04 a:before{
	background-position:-91px -120px;
}

.apply_btn li .tlt{
	display:block;
	color:#003179;
	font-size:24px;
	letter-spacing:-1px;
	margin-bottom:5px;
}

.apply_btn li .txt,
.apply_btn li .txt em{
	display:block;
	color:#000;
	font-size:14px;
	line-height:1.5em;
}

.apply_btn li:hover a{
	background-color:#003179;
}

.apply_btn .apl01:hover a:before{
	background-position:7px -200px;
}

.apply_btn .apl02:hover a:before{
	background-position:-100px -200px;
}

.apply_btn .apl03:hover a:before{
	background-position:7px -280px;
}

.apply_btn .apl04:hover a:before{
	background-position:-91px -280px;
}

.apply_btn li:hover .tlt{
	color:#fff;
}

.apply_btn li:hover .txt,
.apply_btn li:hover .txt em{
	color:#fff;
}

.apply_btn li.openVIP>span{
	display:block;
	background:#f4f4f4;
	margin-left:15px;
	margin-top:15px;
	padding:35px 10px 10px;
	height:195px;
	overflow:hidden;
	text-align:center;
}

.apply_btn li.openVIP>span:before{
	content:"";
	background:url("../../img/ico_01.png") 7px -120px no-repeat;
	width:84px;
	height:65px;
	margin:0 auto;
	display:block;
	margin-bottom:5px;
}

.apply_btn li.openVIP:hover>span{
	background-color:#003179;
}

.apply_btn li.openVIP:hover>span:before{
	background-position:7px -280px;
}

/*
.apply_btn li.openVIP .txt{
	display:none;
}
*/

/* .apply_btn li .vip_input{position:absolute;left:30px;right:15px;bottom:40px;padding-right:60px;max-width:200px;margin:0 auto;display:none;} */
.apply_btn li .vip_input{
	position:absolute;
	left:50%;
	margin-left:-115px;
	bottom:16px;
	padding-right:60px;
	max-width:200px;
	display:none;
}

.apply_btn li .vip_input .input_w{
	display:block;
	padding:2px 10px;
	background:#fff;
}

.apply_btn li .vip_input .input_w input{
	width:100%;
	height:26px;
	color:#000;
	border:none;
}

.apply_btn li .vip_input .btn_submit{
	position:absolute;
	right:0;
	top:0;
	width:55px;
	height:31px;
	border:none;
	background:#7d7d7d;
	color:#fff;
	border-radius:3px;
	font-size:13px;
	text-align:center;
}

.apply_btn li.openVIP .vip_input{
	display:block;
}

/* SPEAKER */
.speaker_list{
	border-top:1px solid #aaaaaa;
}

.speaker_list li{
	border-bottom:1px solid #aaaaaa;
	padding:40px 0 40px 270px;
	min-height:220px;
	position:relative;
}

.speaker_list li .image{
	display:block;
	border-radius:50%;
	width:220px;
	height:220px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:40px;
}

.speaker_list li .image img{
	width:100%;
	min-height:100%;
}

.speaker_list li .tlt{
	display:block;
	color:#38502f;
	font-size:22px;
	font-weight:bold;
}

.speaker_list li .tlt em{
	display:block;
	color:#000;
	font-size:17px;
	font-weight:bold;
	margin-top:5px;
}

.speaker_list li .txt{
	display:block;
	font-size:15px;
	margin-top:25px;
	line-height:1.8em;
}

.btn_goTop{
	position:fixed;
	right:15px;
	bottom:30px;
	z-index:9;
	border:none;
	background:url("../../img/ico_01.png") -142px -360px no-repeat;
	width:49px;
	height:49px;
	font-size:0;
	border:1px solid #d2d2d2;
	background-color:rgba(255, 255, 255, 0.8);
}

/* REGIST */
.img_regist{
	background:url("../images/eng/register_visual.png") 50% 0 no-repeat;
	background-size:cover;
	height:200px;
}

.rgst_area{
	text-align: center;
	margin-top: 50px;
}

/* NEWS */
.news_list li{
	border-top:1px solid #dcdcdc;
	padding:35px 0;
}
.news_list li:first-child{
	border-top:0;
	padding-top:0;
}
.news_list li a{
	display:block;
	height:50px;
	font-size:15px;
	position:relative;
	padding-top:20px;
	padding-left:20px;
	overflow:hidden;
}
.news_list li .image{
	display:block;
	width:220px;
	height:150px;
	position:absolute;
	left:0;
	top:0;
}
.news_list li .tlt{
	display:block;
	font-size:22px;
	letter-spacing:-1px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.news_list li .date{
	display:block;
	margin-top:18px;
	font-size:14px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.news_list li .txt{
	display:block;
	font-size:15px;
	line-height:1.6em;
	margin-top:10px;
}

.news_list li.no_img a{
	padding-left:0;
}

.news_list li.no_img .image{
	display:none;
}
.news_cnts .tlt{
	font-size:25px;
	letter-spacing:-1px;
	font-weight:bold;
	line-height:1.5em;
}
.news_cnts .date{
	display:block;
	margin-top:20px;
	color:#7d7d7d;
}
.news_cnts .sub_newsTlt{
	margin-top:25px;
	font-size:18px;
	letter-spacing:-0.5px;
	line-height:1.8em;
	font-weight:bold;
}
.news_cnts .news_txtArea{
	margin-top:30px;
	font-size:16px;
	line-height:1.9em;
}

.news_cnts .news_txtArea img{
	display:block;
	margin:0 auto;
	max-width:100%;
	margin-bottom:30px;
}

.news_cnts .news_cp{
	margin-top:20px;
	color:#7d7d7d;
	font-size:13px;
}

.photo_list{
	overflow:hidden;
}

.photo_list ul{
	margin-left:-20px;
	margin-bottom:-1px;
}

.photo_list ul:after{
	content:"";
	clear:both;
	display:block;
}

.photo_list li{
	float:left;
	width:25%;
	border-bottom:1px solid #bfbfbf;
	padding:35px 0;
}

.photo_list li a{
	display:block;
	margin-left:20px;
}

.photo_list li:nth-child(1),
.photo_list li:nth-child(2),
.photo_list li:nth-child(3),
.photo_list li:nth-child(4){
	padding-top:0;
}

.photo_list li .image{
	display:block;
	width:100%;
	height:160px;
	position:relative;
}

.photo_list li .image .ico_play{
	display:block;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:rgba(0, 0, 0, 0.5);
}

.photo_list li .image .ico_play:before{
	content:"";
	position:absolute;
	left:50%;
	margin-left:-24px;
	top:50%;
	margin-top:-25px;
	background:url("../../img/ico_01.png") -140px -420px no-repeat;
	width:48px;
	height:50px;
}
.photo_list li .tlt{
	display:block;
	font-size:16px;
	line-height:1.6em;
	letter-spacing:-1px;
	margin-top:15px;
	height:50px;
	overflow:hidden;
}
.video_area{
	position:relative;
	padding-top:56%;
	margin-bottom:30px;
}
.video_area iframe{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.bot_vdArea{
	border-top:1px solid #dcdcdc;
	margin-top:30px;
}
.bot_vdArea .h3_tlt{
	margin-top:30px;
}
.bot_vdArea .photo_list{
	height:226px;
	overflow:hidden;
}
.bot_vdArea .photo_list li{
	padding:0;
	border:none;
}

/* PAST FORUM */
.poster_w{
	overflow:hidden;
	border-bottom:1px solid #bfbfbf;
}
.poster_list{
	margin-top:-40px;
	margin-left:-40px;
}
.poster_list:after{
	content:"";
	clear:both;
	display:block;
}
.poster_list li{
	border-bottom:1px solid #bfbfbf;
	float:left;
	width:25%;
}
.poster_list li:last-child{
	border-bottom:0;
}
.poster_list li a{
	display:block;
	padding:40px 0 40px 40px;
}
.poster_list li img{
	width:100%;
}
.poster_list .year{
	color:#888;
	display:block;
	font-size:25px;
	letter-spacing:-1px;
	margin:10px 5px 5px;
}
.poster_list .tlt{
	display:block;
	margin-left:5px;
	font-size:15px;
	font-weight:bold;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.poster_list .sub{
	display:block;
	margin-left:5px;
	font-size:13px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
/* FOOTER */
#footer{
	background:#f5f5f5;
	border-top:1px solid #dddddd;
}
.foot{
	width:1100px;
	margin:0 auto;
	padding:25px 0;
	position:relative;
}
.foot .p_logo{
	position:absolute;
	left:0;
	top:40px;
}
.foot .p_logo a{
	display:block;
	background:url("../../img/img_footer_logo.png") 0 0 no-repeat;
	background-size:100% auto;
	width:148px;
	height:28px;
	font-size:13px;
}

.foot .right{
	padding-left:145px;
}
.foot_list{
	margin-bottom:15px;
}
.foot_list:after{
	content:"";
	clear:both;
	display:block;
}
.foot_list li{
	float:left;
}
.foot_list li:first-child:before{
	content:"";
	padding:0;
}
.foot_list li:before{
	content:"|";
	color:#c8c8c8;
	padding:0 10px;
}
.foot_list li a{
	color:#707070;
}
.foot_list li.bold a{
	font-weight:bold;
}
.foot .copyright,
.foot .copyright address,
.foot .copyright .copy{
	color:#707070;
	line-height:1.7em;
	font-size:13px;
	display:block;
}



.summary {
    display: flex;
}
.summary .l_poster {
    margin-right: 30px;
}

.udline{
	text-decoration: underline;
	line-height: 1.7em;
	margin-top: 10px;
	font-weight:600;
}

.pt5{padding-top:5px}
.pt10{padding-top:10px}
.pb10{padding-bottom:10px}
.mb30{margin-bottom: 30px;}


@media only screen and (max-width:1180px){
	.m_speaker .spk_wrap{
		padding:0 40px;
	}
	/* .swiper-button-prev{left:-40px;}
.swiper-button-next{right:-40px} */
}
@media only screen and (max-width:1130px){
	.head{
		width:auto;
		padding:0 15px;
	}
	.r_topMn{
		right:15px;
	}
	.sub_contents{
		width:auto;
		padding:30px 15px 50px;
	}
	.foot{
		width:auto;
		padding-right:15px;
	}
	.foot .p_logo, .foot .p_logo_eng{
		left:15px;
	}

	.m_video{
		padding:60px 15px;
	}
	.m_news{
		padding:30px 15px 50px;
	}
}
@media only screen and (max-width:1100px){
	#wrap{
		min-width:320px;
		width:100%;
	}
	.head .h1_logo a{
		/*background:url("../../img/Home_Sub_Logo_20260513") 0 0 no-repeat;*/
		width:268px;
		height:53px;
	}
	.head .gnb>li>a{
		margin:0 15px;
	}
	.vision_list{
		margin-left:-15px;
	}
	.vision_list li .vs_w{
		margin-left:15px;
	}
	.vision_list li .tlt{
		font-size:20px;
	}
	.vision_list li .txt{
		font-size:13px;
	}
	.poster_list{
		margin-top:-25px;
		margin-left:-20px;
	}
	.poster_list li a{
		padding:25px 0 25px 20px;
	}
	.m_speaker .spk_list .nm{
		font-size:15px;
	}
	.m_speaker .spk_list .nm strong{
		font-size:18px;
	}
	.vd_text .text{
		padding-right:40px;
	}
}
@media only screen and (max-width:830px){
	.head .gnb_w{
		position:fixed;
		left:0;
		right:0;
		top:95px;
		bottom:0;
		margin-top:0;
		background:#fff;
		overflow-y:scroll;
		-webkit-overflow-scrolling:touch;
	}
	.head .gnb>li{
		float:none;
		border-top:1px solid #dcdcdc;
		padding:15px 25px 20px;
	}
	.head .gnb>li:first-child{
		border-top:0;
	}
	.head .gnb>li>a{
		margin:0;
	}
	.head .gnb>li>a>span{
		color:#000;
		border-bottom:4px solid #066f10;
		padding-bottom:7px;
		min-width:80px;
		font-size:23px;
	}
	.head .low{
		display:block;
	}
	.head .low li a{
		display:block;
		padding:7px 0;
		font-size:18px;
	}
	.r_topMn{
		right:55px;
	}
	.btn_gMenu{
		display:block;
		color:#024f9e;
	}
	.btn_gMenu span{
		display:block;
		color:#024f9e;
	}
	.btn_gMenu.active span{
		display:none;
	}
	.btn_gMenu.active{
		background:url("../../img/btn_close.png") 100% 16px no-repeat;
		background-size:27px auto;
	}
	.sess_list li{
		padding:40px 0;
	}
	.sess_list li:after{
		display:none;
	}
}
@media only screen and (max-width:800px){
	.greeting{
		padding-left:0;
	}
	.greeting .l_img{
		position:relative;
		left:auto;
		top:auto;
		margin:0 auto 30px;
	}
	.tab_goMn{
		padding:0 0px 25px;
	}
	.tab_goMn li{
		margin:0;
	}
	.tab_goMn li a{
		font-size:15px;
		padding:5px 12px;
	}
	.speaker_list li{
		padding-left:0;
	}
	.speaker_list li .image{
		position:relative;
		left:auto;
		top:auto;
		margin:0 auto 20px;
	}
	.news_list li{
		padding:25px 0;
	}
	.news_list li a{
		height:40px;
		padding-left:3px;
	}
	.news_list li .image{
		width:150px;
		height:100px;
	}
	.news_list li .tlt{
		font-size:17px;
	}
	.news_list li .date{
		margin-top:7px;
		font-size:14px;
	}
	.news_list li .txt{
		font-size:14px;
		margin-top:7px;
	}
	.photo_list ul{
		margin-left:-15px;
	}
	.photo_list li{
		width:33.333%;
		padding:25px 0;
	}
	.photo_list li a{
		margin-left:15px;
	}
	.photo_list li:nth-child(4){
		padding:25px 0;
	}
	.vision_list{
		margin-left:-20px;
	}
	.vision_list li{
		width:50%;
		margin-top:20px;
	}
	.vision_list li .vs_w{
		margin-left:20px;
	}
	.vision_list li .txt{
		font-size:14px;
	}
	.bsn_list li{
		width:50%;
	}
}
@media only screen and (max-width:780px){
	.m_speaker .spk_list{
		margin-top:-25px;
	}
	.m_speaker .spk_list .swiper-slide{
		width:50%;
		margin-top:25px;
	}
	.m_speaker .spk_list .nm{
		margin-top:15px;
	}
}
@media only screen and (max-width:900px){
	.vd_warp{
		display:none;
	}
}
@media only screen and (max-width:640px){
	.r_topMn .language{
		margin-right:15px;
	}
	.tab_mn{
		margin-bottom:25px;
	}
	.tab_mn li a{
		height:40px;
		line-height:40px;
		font-size:15px;
	}
	.tab_mn04 li a{
		font-size:13px;
	}
	.h2_tlt{
		font-size:22px;
		margin-bottom:30px;
	}
	.foot{
		padding:20px 15px;
	}
	.foot .p_logo, .foot .p_logo_eng{
		position:relative;
		top:auto;
		left:auto;
		margin:0 auto 10px;
		width:80px;
	}
	.foot .p_logo a, .foot .p_logo_eng a{
		width:80px;
		height:23px;
	}
	
	.foot .right{
		padding-left:0;
	}
	.foot_list{
		display:none;
	}
	.foot .copyright address{
		display:none;
	}
	.foot .copyright br{
		display:none;
	}
	.foot .copyright .copy{
		display:block;
		text-align:center;
	}
	.sub_tabMn li{
		padding:0 10px;
	}
	.sub_tabMn li:before{
		height:16px;
	}
	.sub_tabMn li a{
		font-size:15px;
		line-height:15px;
	}
	.bod_list table th,
	.bod_list table td{
		padding:15px 3px;
	}
	.bod_list table .tal_l{
		padding:15px 5px 15px 10px;
	}
	.bod_list .sp_list .sp_img{
		display:block;
		margin-right:0;
		margin-bottom:5px;
	}
	.bod_list .sp_list .sp_nm{
		display:block;
	}
	.bod_list table .bar_t{
		display:block;
		margin:0;
		line-height:10px;
	}
	.bod_view table th{
		padding-left:10px;
		padding-right:5px;
	}
	.bod_view table .bnf_list li{
		margin-top:10px;
	}
	.bod_view table .bnf_list span{
		display:block;
		margin-top:3px;
	}
	.bod_write table th{
		padding-left:10px;
		padding-right:5px;
	}
	.bod_write table th br{
		display:block;
	}
	.apply_btn li .tlt{
		font-size:17px;
	}
	.apply_btn li .txt,
	.apply_btn li .txt em{
		font-size:13px;
	}
	.apply_btn li .txt br{
		display:none;
	}
	.bot_btn a{
		min-width:135px;
		margin-left:10px;
	}
	.news_cnts .tlt{
		font-size:22px;
	}
	.news_cnts .date{
		font-size:13px;
	}
	.news_cnts .sub_newsTlt{
		font-size:15px;
	}
	.photo_list li{
		width:50%;
	}
	.photo_list li .image{
		height:120px;
	}
	.photo_list li:nth-child(3){
		padding:25px 0;
	}
	.photo_list li .image .ico_play:before{
		margin-left:-16px;
		margin-top:-20px;
		background:url("../../img/ico_01.png") -98px -294px no-repeat;
		background-size:350px auto;
		width:32px;
		height:40px;
	}
	.bot_vdArea .photo_list{
		height:185px;
	}
	.img_edaily{
		height:150px;
	}
	.map_gd01{
		height:150px;
	}
	.map_gd02{
		height:300px;
	}
	.poster_list li{
		width:50%;
	}
	.apply_btn li .vip_input{
		left:30px;
		right:15px;
		margin:0;
		max-width:100%;
	}
}
@media only screen and (max-width:480px){
	.vision_list{
		margin-left:0px;
	}
	.vision_list li{
		width:100%;
		float:none;
		margin-top:20px;
	}
	.vision_list li .vs_w{
		margin-left:0px;
		height:auto;
	}
	.vision_list li .tlt{
		font-size:25px;
	}
	.vision_list li .txt{
		font-size:14px;
	}
	.bsn_list li span br{
		display:none;
	}
	/* .r_logo1020{min-height:25px;} */
	.r_logo1020:after{
		background:none;
	}
}
@media only screen and (max-width:340px){
	.sub_tabMn li{
		padding:0 5px;
	}
	.sub_tabMn li a{
		font-size:14px;
		line-height:14px;
	}
	.bod_write table .m_inputW input{
		max-width:43%;
	}
	.m_video .m_tlt{
		font-size:18px;
	}
	.m_speaker .m_tlt{
		font-size:18px;
	}
	.m_speaker .m_tlt strong{
		font-size:22px;
	}
	.m_news .m_tlt{
		font-size:18px;
	}
}

/* -------------------------------------------------------
							2022 
------------------------------------------------------- */

/* MAIN */
.korcham .m_visual{
	position:relative;
    margin: 0 auto;
    top:91px;
	width:604px;
	height:551px;
	background:url("../../img/Designer.jpeg") 50% no-repeat;
	background-size:cover;
}

.korcham .m_visual .m_vText_w{
	position:absolute;
	bottom:20px;
	width:80%;
	padding:0 10%;
	text-align:center;
}

.korcham .m_vText_w .left_tlt *{color:#fff;line-height:1.5em;}
.korcham .m_vText_w .left_tlt em{font-size:17px;display:block;}
.korcham .m_vText_w .left_tlt em strong{
	font-weight:600;
	font-size:17px;
}

@media screen and (max-width:1140px){
	.korcham .m_visual{
		width:1024px;
	}
}



@media screen and (max-width:1024px){
	.korcham .m_visual{
		width:1000px;
		height:503px;
	}
	.main_visual{
		height:600px;
	}
}

@media screen and (max-width:960px){
	.korcham .m_visual{
		width:840px;
	}
	.esfENG .m_visual{
		top:93px;
	}
	.main_visual_eng{
		width:100%;
		height:540px;
	}
}

@media screen and (max-width:840px){
	.korcham .m_visual{
		width:768px;
		height:432px;
	}
.main_visual{
    height:530px;
}
	.esfENG .m_visual{
		top:47px;
		width:770px;
		background-size: contain;
	}
	.main_visual_eng{
		width:100%;
		height:447px;
	}
}


@media screen and (max-width:640px){
.korcham .m_visual{
	position:relative;
    margin: 0 auto;
    top:90px;
	width:640px;
	height:322px;
	background:#fff url("../images/kr/bg_visual.png") 50% no-repeat;
	background-size:cover;
}
.main_visual{
    height:415px;
}
	.esfENG .m_visual{
		top:20px;
		width:640px;
	}
	.main_visual_eng{
		width:100%;
		height:389px;
	}
}

@media screen and (max-width:460px){
	.korcham .m_visual{
		width:460px;
		height:240px;
	}
	.main_visual{
		height:330px;
	}
	.esfENG .m_visual{
	top:95px;	
	width:358px;
	background:url("../images/eng/bg_visual_mb.png") 50% no-repeat;
	background-size:cover;
	}
	.main_visual_eng{
		width:100%;
		height:542px;
	}
}

@media screen and (max-width:414px){
	.korcham .m_visual{
	width:414px;
	height:453px;
	background:#fff url("../images/kr/bg_visual_mb.png") 50% no-repeat;
	background-size:cover;
	}
	.main_visual{
		height:546px;
	}
}

@media screen and (max-width:390px){
	.korcham .m_visual{
	width:390px;
	height:427px;
	}
	.main_visual{
		height:520px;
	}
}

@media screen and (max-width:375px){
	.korcham .m_visual{
	width:375px;
	height:410px;
	background-size:cover;
	}
	.main_visual{
		height:502px;
	}
}

@media screen and (max-width:360px){
	.korcham .m_visual{
		width:360px;
	}
}


/* SUB */
.korcham .sub_visual{
	background:#0994dd;
	background-attachment:fixed;
}
.korcham .sub_title{
	height:245px;
	background:url("../../img/Home_Main_Visual_20260513.png") 50% 0 no-repeat;
	/*margin:0 auto;*/
	width: 1100px;
    margin: 0 auto;
    padding: 30px 0 30px;
}

.korcham .sub_title .tlt_kor{
	/*(position: absolute;
	right: 110px;*/
	display:block;
	color:#ffffff;
	margin-right: 160px;
	font-size:50px;
	font-weight:700;
	letter-spacing:3px;
}
.korcham .sub_title .date{
	position: absolute;
	right: 115px;
	margin-right: 160px;
    top:155px;
	display:block;
	color:#ffffff;
	font-size:40px;
	letter-spacing:1px;
}
.korcham .sub_title .date .bar{
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
	background:#ffffff;
	height:18px;
	width:1px;
	font-size:0;
	line-height:1.5em;
	margin-top:-3px;
}
.korcham .sub_title .date br{
	display:none;
}

@media only screen and (max-width:830px){
	.korcham .sub_title .tlt_kor{
		position: absolute;
		right: 10px;
		display:block;
		color:#ffffff;
		font-size:36px;
		font-weight:700;
		letter-spacing:2px;	
	}
	.korcham .sub_title .date{
	right: 70px;
    top:155px;
	font-size:18px;
	}
	.korcham .sub_title{
		height:250px;
		margin:0 auto;
	}
	.esfENG .sub_title{
		height:250px;
		margin:0 auto;
	}
}

@media only screen and (max-width:780px){
	.esfENG .sub_title{
		background-size: contain;
	}
}
@media only screen and (max-width:640px){
	.korcham .sub_title .tlt_kor{
		position: absolute;
		right: 10px;
		display:block;
		color:#012650;
		font-size:26px;
		font-weight:700;
		letter-spacing:2px;	
	}
	.korcham .sub_title .date{
	right: 35px;
    top:145px;
	font-size:16px;
	}
    .korcham .sub_visual{
	height:245px;
	padding-top:95px;
	}

	.speakerwrap ul li img {
		width:auto;
		max-height:250px;
		float: left;
	}
}

@media only screen and (max-width:540px){
	
	.korcham .sub_title{
		background:url("../../img/bg_subVisual_360.png") 50% 0 no-repeat;
	}
	.korcham .sub_visual{
	height:236px;
	}
	
}

@media only screen and (max-width:460px){
	.korcham .sub_title .tlt_kor{
		position: absolute;
		right: 10px;
		font-size:30px;
		font-weight:700;
		letter-spacing:2px;	
	}
	.korcham .sub_title .date{
		position: absolute;
		width:180px;
		text-align: right;
		top:135px;
		font-size:15px;
	}
	.korcham .sub_title .date .bar{
		display:inline-block;
		vertical-align:middle;
		margin:0 5px;
		background:#012650;
		height:12px;
		margin-top:-4px;
	}
	.speakerwrap ul li {
		width: calc(50% - 1rem);
		margin-bottom: 3rem;
		float: left;
		border: 1px solid #ddd;
		background-color: #F9F9F9;
		display: flex;
		 flex-wrap: wrap;
	}

	.speakerwrap ul li:nth-child(2n-1) {
		margin-right: 2rem;
	}

	.speakerwrap ul li .info {
		/* width: calc(100% - 18rem); */
		width: calc(100% - 14rem);
		padding-left: 1.0rem;
		padding-top: 1.0rem;
		padding-right: 1.0rem;
		float: left;
		word-break: break-all;
	} 

	.speakerwrap ul li .info a {
		font-size: 2.0rem;
		font-weight: 700;
		margin: 0 0 1.5rem;
		display: inline-block;
	}

	.speakerwrap ul li .info a:hover, .speakerwrap ul li .info a:focus {
		text-decoration: underline;
	}

	.speakerwrap ul li .info .job {
		font-size: 1.2rem;
		line-height: .5rem;
		margin-bottom: .5rem;
	}
}
@media only screen and (max-width:390px){
	.esfENG .sub_visual{
		height:210px;
		}
	
	.korcham .sub_visual{
	height:235px;
	}
}
@media only screen and (max-width:360px){
	
	.esfENG .sub_visual{
		height:188px;
		}	
	
	.korcham .sub_title{
		background:url("../images/kr/bg_subVisual_320.png") 50% -15px no-repeat;
	}
	.korcham .sub_visual{
	height:206px;
	}
}

@media only screen and (max-width:320px){
	.korcham .sub_visual{
		background:url("../images/kr/bg_subVisual_320.png") 50% 88px no-repeat;
		background-attachment:fixed;
}
	.sub_visual{
		height:230px;
	}
}

.eng.korcham .sub_title .tlt_kor{font-size:40px;}
.eng .vision_list li .vs_w{height:145px;}
.eng .vision_list li .txt{line-height:1.4em;}
.eng .bod_list .sp_list .sp_img{display:block;margin-right:0;margin-bottom:5px;}
.eng .bod_list .sp_list .sp_nm{display:block;}

.rgst_area img{max-width:100%;}

.contents .inner, .footer .inner {margin:0 auto; padding:0}
.contents .inner {max-width:1100px; padding:40px 0 105px}
.page-tit {margin-bottom:45px; font-size:40px}
.nav {padding-bottom:20px}
.nav li {line-height:22px; font-size:16px}
.nav li + li {margin-left:30px}
.nav li + li::before {top:8px; left:-24px}

ol,ul,li {list-style-type:none}

li {
    display: list-item;
    unicode-bidi: isolate;
}

.tab-menu {display:inline-flex; justify-content:space-between; width:100%; margin-top:15px}
.tab-menu li {width:49%; border-radius:10px; border:2px solid #e6e6e6; box-sizing:border-box; text-align:center}
.tab-menu li + li {margin-left:5px}
.tab-menu li button {display:block; width:100%; padding:12px 15px 14px}
.tab-menu li button span {display:inline-block}
.tab-menu li .day {font-weight:700; color:#999; font-size:17px}
.tab-menu li .tit {font-weight:800; color:#0821b1; font-size:17px}
.tab-menu li .date {margin-left:5px; color:#333; font-size:14px}
.tab-menu li.on {border-color:#4DAAA8}
.tab-menu li.on .day {color:#4DAAA8; font-size:17px}
.tab-cont {display:none; margin-top:20px}
.tab-cont.active {display:block}

.pop-menu {display:inline-flex; justify-content:space-between; width:100%; margin-top:15px}
.pop-menu li {width:99%; border-radius:10px; border:2px solid #e6e6e6; box-sizing:border-box; text-align:center}
.pop-menu li + li {margin-left:5px}
.pop-menu li button {display:block; width:100%; padding:12px 17px 14px}
.pop-menu li button span {display:inline-block}
.pop-menu li .day {font-weight:700; color:#999; font-size:17px}
.pop-menu li .tit {font-weight:800; color:#0821b1; font-size:17px}
.pop-menu li .date {margin-left:5px; color:#333; font-size:14px}
.pop-menu li.on {border-color:#4DAAA8}
.pop-menu li.on .day {color:#4DAAA8; font-size:17px}
.pop-cont {display:none; margin-top:20px}
.pop-cont.active {display:block}

/* left_fix */
.left_fix {position: fixed; top: 50%; right: 70px; transform: translateY(-50%); width: 100px; background-color: #fff; border-radius: 50px; box-shadow: 7px 7px 10px rgba(0,0,0,0.45); z-index: 3000;}

.left_fix > a:first-child {position: relative; display: block; width: 100%; height: 130px; border-top-left-radius: 50px; border-top-right-radius: 50px; background-color: #1f55a7;}
.left_fix > a:first-child h2 {position: absolute; top: 40px; left: 50%; transform: translateX(-50%); width: 100%; font-size: 21px; line-height: 21px; font-weight: 900; color: #fff; text-align: center; word-break: keep-all;}
.left_fix > a:first-child p {position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); width: 100%; font-size: 18px; font-weight: 500; color: #fff; text-align: center;}

.left_fix .middle {display: flex; flex-direction: column;}
.left_fix .middle a {position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; width: 100%; height: 100px; background-color: #fff;}
.left_fix .middle a img {width: 40px;}
.left_fix .middle a p {font-size: 12px; line-height: 14px; font-weight: 500; color: #999; width: 100%; text-align: center;}
.left_fix .middle a span {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 50px; height: 1px; background-color: #999;}

.left_fix > a:last-child {position: relative; display: block; width: 100%; height: 100px; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; background-color: #fff;}
.left_fix > a:last-child h2 {position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); width: 50px; height: 50px; border-radius: 50%; background-color: #1f55a7; color: #fff; font-size: 16px; line-height: 50px; text-align: center;}

/* bottom_fix */
.bottom_fix {position: fixed; bottom: 0; left: 0; width: 100%; height: 80px; background-color: #fff; z-index: 6666; box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.2); display: flex; display: none;}
.bottom_fix > a:first-child {display: flex; justify-content: center; align-items: center; flex-direction: column; width: 15%; height: 100%; background-color: #f7931e; gap: 5px;}
.bottom_fix > a:first-child h2 {font-size: 24px; line-height: 24px; font-weight: 900; color: #fff; width: 100%; text-align: center;}
.bottom_fix > a:first-child p {font-size: 20px; line-height: 20px; font-weight: 700; color: #fff; width: 100%; text-align: center;}
.bottom_fix .middle {display: flex; width: calc(85% - 80px);}
.bottom_fix .middle a {position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 33.33%; height: 100%;}
.bottom_fix .middle a::before {content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 65px; background-color: #999;}
.bottom_fix .middle a img {width: 40px;}
.bottom_fix .middle a p {font-size: 12px; line-height: 14px; font-weight: 500; color: #999; text-align: center; height: 28px; display: flex; justify-content: center; align-items: center;}
.bottom_fix > a:last-child {display: flex; justify-content: center; align-items: center; width: 80px; height: 100%;}
.bottom_fix > a:last-child h2 {width: 50px; height: 50px; border-radius: 50%; background-color: #f7931e; color: #fff; font-size: 18px; line-height: 50px; font-weight: 700; text-align: center;}

.speakerwrap ul li {
    width: calc(50% - 1rem);
    margin-bottom: 3rem;
    float: left;
    border: 1px solid #ddd;
    background-color: #F9F9F9;
    display: flex;
    flex-wrap: wrap;
}

.speakerwrap ul li:nth-child(2n-1) {
    margin-right: .5rem;
}

.speakerwrap ul li img {
    width:auto;
	max-height:250px;
	object-fit: cover;
    float: left;
}

.speakerwrap ul li .info {
    width: calc(100% - 16rem);
    padding-left: 0.2rem;
    padding-top: 1.0rem;
    padding-right: 0.1rem;
    float: left;
    word-break: break-all;
}

.speakerwrap ul li .info .speaker {
    font-size: 2.0rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    display: inline-block;
}

.speakerwrap ul li .info a {
    font-size: 2.0rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    display: inline-block;
}

.speakerwrap ul li .info a:hover, .speakerwrap ul li .info a:focus {
    text-decoration: underline;
}

.speakerwrap ul li .info .job {
    font-size: 22px;
    line-height: 1.5rem;
    margin-bottom: .5rem;
}

.speakerwrap ul li .info .jobs {
    font-size: 15px;
    line-height: 1.5rem;
    margin-bottom: .5rem;
}

.speakerwrap ul li .more {
    clear: both;
    width: 100%;
    background-color: #002265;
    height: 5.2rem;
    line-height: 5.2rem;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.speakerwrap ul li .more:hover, .speakerwrap ul li .more:focus {
    color: #35DBCF;
}

.speakerwrap ul:after {
    content: '';
    display: block;
    clear: both;
}

.speaker_view_wrap {
    border: 1px solid #ddd;
    margin-bottom: 4.5rem;
}

.speaker_view_wrap > div {
    padding: 5.6rem 0rem;
    margin: 0 7rem;
    border-bottom: 1px dashed #ddd;
}

.speaker_view_wrap > div.contbox {
    background-color: #F9F9F9;
    border-bottom: 1px solid #ddd;
    padding: 5.6rem 7rem;
    margin: 0;
}

.speaker_view_wrap > div:last-child {
    border-bottom: none;
}

.speaker_view_wrap > div img {
    width: 22rem;
    float: left;
}

.speaker_view_wrap > div .info {
    width: calc(100% - 22rem);
    padding-left: 4.8rem;
    float: left;
}

.speaker_view_wrap > div .info .name {
    font-size: 2.5rem;
    font-weight: 700;
    margin: .5rem 0 1.8rem;
}

.speaker_view_wrap > div .info .job {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-bottom: .5rem;
}

.speaker_view_wrap > div .title {
    width: 27rem;
    float: left;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
}

.speaker_view_wrap > div .desc {
    width: calc(100% - 27rem);
    float: left;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #000;
}

.speaker_view_wrap > div .desc-title {
    display: block;
    font-size: 2.3rem;
    margin-bottom: 2rem;
}

.speaker_view_wrap > div:after {
    content: '';
    display: block;
    clear: both;
}

.img_wrap {
    border-width: 130px;
    border-color: #eee;
    border-style: solid;
    border-radius: 0px;
    overflow: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.bul1 > li {
    position: relative;
    padding: .4rem 0 .4rem 2rem;
    text-align: left;
    font-size: 1.3rem;
    line-height: 2.0rem;
}

.bul1 > li::before {
    content: '';
    top: 1rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    background-color: #C2C2C2;
    position: absolute;
    left: 0.5rem;
    top: 1.4rem;
}

.overview_wrap img {
    width: 500px;
    height: auto;
    float: left;
}

.overview_wrap .info {
    width: 40%;
    float: left;
    padding-left: 1.6rem;
    padding-bottom: 1rem;
}

.overview_wrap .info .title {
    font-size: 26px;
    font-weight: 700;
    background-color: #F8F8F8;
    border-top: 1px solid #000;
    border-bottom: 1px solid #ddd;
    line-height: 2.6rem;
    padding: 0 2rem;
    position: relative;
}

.overview_wrap .info .title p {
    display: inline-block;
    max-width: 100%;
    position: relative;
    padding-right: 1rem;
}

.overview_wrap .info .title p .overviewItem-youtube {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 11rem;
    line-height: 1;
}

.overview_wrap .info .title p .overviewItem-youtube img {
    max-width: 100%;
    width: 100%;
    margin: 0;
    float: none;
    display: block;
    height: auto;
}

.overview_wrap .info ul.bul1 {
    border-bottom: 1px solid #ddd;
    margin: 3rem 0;
    padding-bottom: 2rem;
}

.overview_wrap .info ul.bul1 > li {
    margin: 1.2rem 0;
}

.overview_wrap .info ul.bul1 > li span {
    font-weight: 700;
    padding-right: 1.5rem;
}

.overview_wrap .info .link {
    font-size: 0;
    width: calc(100% + 1.5rem);
}

.overview_wrap .info .link a {
    width: calc(33.33% - 1.5rem);
    height: 5.5rem;
    line-height: 5.3rem;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid #707070;
    padding: 0 4rem 0 2rem;
    color: #000;
    font-weight: 400;
    font-size: 1.8rem;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.overview_wrap .info .link a::after {
    content: '';
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    position: absolute;
    right: 1.5rem;
    top: 1.6rem;
    font-family: "xeicon";
    text-align: center;
    font-size: 1.8rem;
}

.overview_wrap .info .link a.down:after {
    content: '';
}

.overview_wrap .info .link a.more:after {
    content: '';
}

.overview_wrap .info .link a:hover, .overview_wrap .info .link a:focus {
    color: #5F5DA6;
    border: 1px solid #00755D;
}

.overview_wrap::after {
    content: '';
    display: block;
    clear: both;
}

.tab {
    margin-bottom: 5.5rem;
    width: 100%;
}

.tab li {
    display: table-cell;
    width: 1%;
    text-align: center;
}

.tab li a {
    display: inline-block;
    height: 5rem;
    line-height: 7rem;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.tab li a:hover, .tab li a.focus {
    color: #0072BA;
}

.tab li.active a {
    color: #0072BA;
    border-bottom: 0.4rem solid #0072BA;
    line-height: 6.6rem;
}

#contents {
    width: 128rem;
    max-width: calc(100% - 8rem);
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
}

#contents h2.title {
    font-family: "Noto Sans KR";
    font-size: 3.5rem;
    padding-right: 45rem;
    margin-bottom: 2.5rem;
    font-family: 'Gmarket Sans';
}

.contents_util {
    line-height: 4.2rem;
    color: #555;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0;
}

.contents_util .location, .contents_util .location ul {
    display: inline;
}

.contents_util .location li {
    display: inline;
}

.contents_util .location li + li::before {
    display: inline-block;
    position: relative;
    top: 1px;
    font-family: "xeicon";
    vertical-align: top;
    font-size: 1.4rem;
    margin: 0 0.25rem;
    color: #555555;
    content: '';
}

.contents_util .util {
    display: inline;
}

.contents_util .share {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.contents_util .share .title {
    display: inline;
}

.contents_util .share .item {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    right: -.4rem;
    top: 100%;
    z-index: 5;
    width: 5rem;
    margin-top: 1rem;
    padding: 0;
    border: 1px solid #ddd;
    background-color: #fff;
}

.contents_util .share .item a {
    display: block;
    overflow: hidden;
    width: 2rem;
    height: 2rem;
    margin: 0 auto 1.5rem;
    line-height: 2rem;
}

.contents_util .share .item a::before {
    display: block;
    width: 100%;
    height: 100%;
    font-family: "xeicon";
    text-align: center;
    line-height: inherit;
    font-size: 2rem;
}

.contents_util .share .item .facebook a::before {
    color: #29487d;
    content: "";
}

.contents_util .share .item .twitter a::before {
    color: #1da1f2;
    content: "";
}

.contents_util .share .item .kakaostory a::before {
    color: #ffc20f;
    content: "";
}

.contents_util .share .item .kakaotalk a::before {
    color: #381e1f;
    content: "";
}

.contents_util .share .item .band a::before {
    font-size: 2rem;
    font-family: "Noto Sans KR";
    font-weight: 900;
    color: #21c531;
    content: 'b';
}

.contents_util .share .item .close {
    position: absolute;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(100% + 1rem);
}

.contents_util .share .item .close::before {
    margin: 0;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.contents_util .share .item .close:hover::before, .contents_util .share .item .close:focus::before {
    margin-top: -0.25rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.contents_util .share .open {
    display: inline-block;
    overflow: hidden;
    width: 4.2rem;
    height: 4.2rem;
    margin-left: 1rem;
    text-align: center;
    vertical-align: top;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.contents_util .share .open::before {
    display: block;
    width: 100%;
    height: 100%;
    font-family: "xeicon";
    text-align: center;
    line-height: inherit;
    font-size: 2rem;
    height: 150%;
    font-weight: 400;
    color: #535353;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
}

.contents_util .share .open:hover::before, .contents_util .share .open:focus::before {
    color: #0072BA;
}

.contents_util .share.active .item {
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    opacity: 1;
    width: 5rem;
    padding: 2rem 0 0.5rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#contents_body {
    margin-bottom: 14rem;
}