@charset 'euc-kr';

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');
/*
³ëÅä»ê½º 'Noto Sans KR - 3,4,5,7,9'
³ª´®½ºÄù¾î 'NanumSquare - 3,4,7,8'
*/


body { min-width:320px; }
.pc { display: none !important; }
.mobile { display: block !important; }
* a, a:hover, a:visited { text-decoration: none; }
.main_color { color: #8DC63F !important; }
.colorOrange { color: #ffa24f !important; }
.colorGreen { color: #8DC63F !important; }

/* header */
header { position: fixed; left: 0; top: 0; z-index: 10000000; background: rgba(0,0,0,1) !important; }
header .gnb_wrap {width:100%; height: 50px;}
.top_wrap { width: 95%; height: 50px; margin: 0 auto; overflow: hidden; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-items: center; box-sizing: border-box;}
.top_wrap .dDay { display: none; }
.top_wrap .logo { overflow: hidden;}
.top_wrap .logo img { position: static; height: 20px; max-width:100%;margin-top: 5px;}
.top_wrap .logo .subtitle { font-size:16px;color:#fff }
.global { display: none; }

@media all and (max-width:480px){/**/
	.top_wrap .logo img { max-width:70%; height: auto; }
}/**/

.all_menu {position:absolute;right:20px;top:17.5px;display:none;width:20px;height:18px;z-index: 1000;font-size:0;line-height:0;margin: 0; padding: 0; cursor: pointer; background: transparent; outline:none; border: 0;}
.all_menu .ico_cate, .all_menu .ico_cate:before, .all_menu .ico_cate:after {display:block;position:absolute;left:0;width:100%;height:2px;background:#fff;content:"";-webkit-transition: .25s ease-in;transition: .25s ease-in}
.all_menu .ico_cate {top:8px}
.all_menu .ico_cate:before {top:-8px}
.all_menu .ico_cate:after {top:8px}
.all_menu.close .ico_cate {background-color:transparent}
.all_menu.close .ico_cate:before {transform:rotate(135deg);top:0}
.all_menu.close .ico_cate:after {transform:rotate(45deg);top:0}

.gnb_m_wrap { overflow:hidden; visibility: hidden; position:fixed; top:0; left:0; right:0; bottom:0; z-index:10000; margin:0; opacity:0;transition: .3s; display: none; background: rgba(0,0,0,0.8); flex: 1 1 auto; }
.gnb_m_wrap.active { opacity: 1; visibility:visible; transition: .3s ease; }
.gnb_m {position:fixed;right:-100%;width:80%;top:0;bottom:0;height:auto;padding-bottom:65px;overflow-x:hidden;overflow-y:auto;z-index:102;background-color:#fff;-webkit-transition: .25s ease-in;transition: .25s ease-in;}
.gnb_m.active {right:0}
.gnb_m .topLink { position:static; padding:18px 20px; border-bottom:1px solid #e5e5e5;}
.gnb_m .topLink a { position:relative; font-size:14px; color:#333333; font-weight:bold;}
.gnb_m .topLink > * + * { margin-left:20px;}
.gnb_m .topLink > * + *:before { content:''; display:block; position:absolute; top:50%; left:-15px; width:1px; height:10px; background:#d6d6d6; transform: translateY(-50%);}
.gnb_m .topLink .language { margin-left:auto; margin-right:50px;}
.gnb_m .topLink .language > a { font-size:12px;}

.gnb_m .snb_level1 { overflow:hidden; }
.gnb_m .snb_level1 .menu { overflow:hidden; overflow-y:auto; position:absolute; top:0; right:0; bottom:0; width:80%; background:#fff; transform: translateX(100%); transition: .3s ease;}
.gnb_m .snb_level1 { display:block; padding:0px 30px 60px;}
.gnb_m .snb_level1 > li:nth-child(2) > a { padding-left:0px; padding-right:0px;}
.gnb_m .snb_level1 > li span { display:block; position:relative; padding-right:0px; padding:20px 0; font-size:18px; color: #111; border-bottom:2px solid #8DC63F; font-weight:bold;}
.gnb_m .snb_level1 > li span:after { content:''; position:absolute; top:50%; right:20px; width:17px; height:10px; background:url('/images/common/ico_gnb_arrow.png') no-repeat center center / 100%; transition:all .3s ease}
.gnb_m .snb_level1 > li.on > span:after { background-image: url('/images/common/ico_gnb_arrow_on.png'); }
.gnb_m .snb_level1 > li .snb_level2 { visibility: visible; display:none; position:static; padding:15px 20px; opacity:1; transition:none; background:#f6f6f6}
.gnb_m .snb_level1 > li .snb_level2 > li > a { display:block; font-size:16px; color:#333333; transition: all .3s ease;}
.gnb_m .snb_level1 > li .snb_level2 > li > a:hover { color: #8DC63F; }
.gnb_m .snb_level1 > li .snb_level2 > li + li { margin-top:10px;}
.gnb_m .btn_gnb_close { display:block; position:absolute; top:12px; right:30px; width:40px; height:40px; font-size:0; background:url('/images/common/btn_gnb_close.png') no-repeat center center / 20px;}


/* visual*/
.visual {width:100%; min-width:320px; height:45vw; min-height:220px; margin-bottom:0px; margin-top: 49px; position:relative; overflow:hidden; }
.visual .swiper-container { height:45vw; min-height:220px; }
.visual .swiper-slide {width:100%; height:100%;}
.swiper-slide.visual_01 { background:linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("/images/main/visu_00.jpg") center no-repeat; text-align:center; color:#fff; background-size: cover; }
.swiper-slide.visual_02 { background:linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("/images/main/visu_01.jpg") center no-repeat; text-align:center; color:#fff; background-size: cover; }
.swiper-slide.visual_03 { background:linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("/images/main/visu_02.jpg") center no-repeat; text-align:center; color:#fff; background-size: cover; }
.swiper-slide.visual_04 { background:linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("/images/main/visu_03.jpg") center no-repeat; text-align:center; color:#fff; background-size: cover; }
.swiper-slide.visual_05 { background:linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("/images/main/visu_04.jpg") center no-repeat; text-align:center; color:#fff; background-size: cover; }

.visuTxt_wrap { width: 95%; height: 100%; position: absolute; left: 0; right: 0; top: 0; z-index: 99; display: flex; flex-direction:column; justify-content: center; align-items: center; margin: 0 auto; }
.visuTxt { text-shadow: 5px 0px 5px rgba(0,0,0,0.4); line-height: 145%; color: #fff; text-align: center; }
.visuTxt01 { font-size: 3.5vw; font-weight: 600; line-height: 110%; }
.visuTxt02 { font-size: 2.9vw; font-weight: 500; color: #8DC63F; font-style: italic; line-height: 130%;}
.visuTxt02:before { content:''; display: block; width: 4vw; height: 1px; background: #fff; margin: 2vw auto 2vw;}
.visuTxt03 { font-size: 2.9vw; font-weight: 500; color: #fff; font-style: italic; line-height: 130%;}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets { width: 100%; left: 0; right: 0; bottom: 20px; margin: auto; text-align: center; z-index: 1000;}
.visual .swiper-pagination-bullet { width: 12px; height: 12px;box-sizing: border-box; border: 3px solid #fff; background: #fff; opacity: 1; border-radius: 0 !important; }
.swiper-pagination-bullet + .swiper-pagination-bullet { margin-left: 8px; }
.swiper-pagination-bullet.swiper-pagination-bullet-active { border: 2px solid #8DC63F; background: #8DC63F; }

/* mSpeaker_wrap */
.mContents_wrap { padding: 40px 0; }
.mContents_wrap02 { background: url('/images/main/mContents_bg.png') right 40% no-repeat; background-size: 60%; }
.mTitle { font-size: 22px; font-weight: 700; color: #111; text-align: center; margin-bottom: 20px;}
.mTitle a img { width: 19px; transition:0.3s; margin-left: 10px; margin-top: -7px;}
.mTitle a:hover img { transform:rotate(180deg); }
.mContents { width: 95%; margin: 0 auto; overflow: hidden; }

/* mSpeaker_wrap */
.mSpeaker_wrap { background: #f3f3f3;}
.mSpeakers_inner { width: 100%; margin: 0 auto; padding: 0 calc(2.5% + 45px); position: relative; }
.mSpeakers_inner .swiper-slide { width: auto; display: flex; flex-direction:row; justify-content: center; align-items: flex-start; }
.mSpeaker_left { width: 150px; height: 150px; border-radius: 150px; margin-right: 25px; overflow: hidden; }
.mSpeaker_left img { width: 100%; }
.mSpeaker_right { width: calc(100% - 175px); }
.mSpeaker_roll { width: 140px; color: #fff; font-size: 12px; padding: 5px 15px; border-radius: 0 20px 20px 0;}
.mSpeaker_roll_key { background: #0c51a0; }
.mSpeaker_roll_invited { background: #00adcb; }
.mSpeaker_name { font-size: 18px; font-weight: 600; color: #111; margin-top: 20px; line-height: 120%;}
.mSpeaker_position { font-weight: 300; }
.mSpeaker_title { color: #0c51a0; font-weight: 300; margin-top: 15px; }

.mSpeakers_inner .swiper-button-prev { width: 30px !important; height: 50px !important; top: 0px; bottom: 0; left: 10px; margin: auto 0; background: url('/images/main/mSpeak_prev.png') center no-repeat !important; z-index: 999; border: 1px solid #d7d7d7; background-size: 16px !important;}
.mSpeakers_inner .swiper-button-next { width: 30px !important; height: 50px !important; top: 0; bottom: 0; right: 10px; margin: auto 0; background: url('/images/main/mSpeak_next.png') center no-repeat !important; z-index: 999; border: 1px solid #d7d7d7; background-size: 16px !important;}
.mSpeakers_inner .swiper-button-prev:hover { background: url('/images/main/mSpeak_prev_ov.png') center no-repeat !important; z-index: 999; border: 1px solid #c1c0c0; background-size: 16px !important;}
.mSpeakers_inner .swiper-button-next:hover {background: url('/images/main/mSpeak_next_ov.png') center no-repeat !important; z-index: 999; border: 1px solid #c1c0c0; background-size: 16px !important;}

@media all and (max-width:800px){/**/
	.mSpeaker_left { width: 130px; height: 130px; }
	.mSpeaker_right { width: calc(100% - 155px); }
}/**/

/* mContents_inner */
.mContents_inner { width: 49%; }
.mContents_inner ul li + li { margin-top: 10px; }
.mContents_inner ul li { height: 75px;	border: 2px solid; padding: 12px 25px; }
.mSchedule li { border-color: #e0d2c1 !important; background: #fcf6ef; letter-spacing: -0.5px;}
.mSchedule_date { font-size: 17px; font-weight: 700; color: #8DC63F; }
.mSchedule_txt { font-weight: 500; color: #111; }
.mBoard li { border-color: #ebebeb !important; background: #f8f8f8; }
.mBoard li:hover .mBoard_title { color: #0c51a0; }
.mBoard_title { font-size: 16px; font-weight: 600; color: #252525; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mBoard_date { font-weight: 300; }
.mSchedule_wrap { float: left; }
.mBoard_wrap { float: right; }

@media all and (max-width:800px){/**/
	.mContents_inner { width: 100%; }
	.mSchedule { margin-bottom: 40px; }
}/**/

/* mQuick_wrap */
.mQuick_wrap { margin-top: 40px; }
.mQuick { display: flex; flex-direction:row; flex-wrap:wrap; justify-content: center; align-items: flex-start; overflow: visible;}
.mQuick li { text-align: center; margin-bottom: 10px;}
.mQuick li + li { margin-left: 30px; }
.mQuick li img { width: 75px; transition:0.3s; }
.mQuick li:hover img { transform:translateY(-10px) }
.mQuick li:hover .mQuick_title { color: #8DC63F; }
.mQuick_title { font-size: 14px; color: #111; margin-top: 7px;}

@media all and (max-width:430px){/**/
	.mQuick li { width: 50%; margin-bottom: 15px;}
	.mQuick li + li { margin-left: 0; }
}/**/

/* mQuick_card_wrap */
.mQuick_card_wrap { margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.mQuick_card { width: 32%; height: auto; min-height: 130px; overflow: hidden; position: relative; border-radius: 10px; }
.mQuick_card a { display: block; width: 100%; height: 100%; padding: 35px 30px; }
.mQuick_card_title { color: #fff; font-size: 17px; font-weight: 600; line-height: 130%;  }
.mCard_bg { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: -1;}
.mCard_arr { margin-top: 15px; width: 45px;}
.mQuick_card:hover .mCard_arr { margin-left: 10px; }
.mQuick_card:hover .mCard_bg { transform:scale(1.1) }
.mQuick_card img { transition:0.3s; }

@media all and (max-width:650px){/**/
	.mQuick_card { width: 49%; height: 100px; }
	.mQuick_card:nth-child(3) { margin-top: 10px; }
	.mQuick_card a { padding: 25px 30px; }
}/**/

/* mVenue_wrap */
.mVenue_wrap { background: url('/images/main/mVenue_bg.png') 0 0 no-repeat; background-size: cover;	 }
.mVenue { font-size: 26px; font-weight: 600; color: #8DC63F; text-align: center; }
.mVenue_add { font-size: 14px; font-weight: 500; color: #fff; text-align: center; }
.view_btn.btn_over { height: 40px;  border: 3px solid #fff; cursor: pointer; z-index: 999;  border-radius: 30px; margin: 30px auto 0; line-height: 36px; background: transparent; border-radius: 10px;}
.view_btn.btn_over:hover { border-color: #8DC63F; }
.view_btn.btn_over a { color: #fff; font-weight: 300; background: url('/images/main/mArr.png') 95px center no-repeat !important; transition:0.3s;  padding: 0 75px 0 20px; box-sizing: border-box; background-size: 35px !important;	}
.view_btn.btn_over:hover a { color: #8DC63F; background: url('/images/main/mArr_green.png') 105px center no-repeat !important;  background-size: 35px !important;}
.view_btn.btn_over:before, .mTitle .view_btn.btn_over:hover::before { background: transparent !important; }

/* Banner */
.banner_list_wrap { padding: 30px 0; border-top: 1px solid #ddd; }
.banner_list_inner { width: 95%; margin: 0 auto; display: flex; flex-direction:row; justify-content:space-between; align-items: center;	}
.banner_list_inner + .banner_list_inner { margin-top: 30px; }
.banner_title { width: 100px; font-size: 14.5px; font-weight: 600; color: #464646; margin-right: 35px; position: relative; letter-spacing: -1px; }
.banner_title:after { content:''; width: 1px; height: 20px; background: #c2c2c2; display: inline-block; position: absolute; right: 0; top: 3px; }
.banner_list { width: calc(100% - 130px); display: flex; flex-wrap:wrap; flex-direction:row; justify-content:flex-start; align-items: center; gap:20px 20px; }
.banner_list_wrap img { height: 25px; }

@media all and (max-width:600px){/**/
	.banner_list_inner { display: block; }
	.banner_title, .banner_list { width: 100%; }
	.banner_title { margin-bottom: 10px; }
	.banner_title:after { width: 20px; height: 1px; margin: 10px 0; display: none; position: static; }
	.banner_list_wrap img { height: 25px; }
}/**/


/* Footer */
footer { width: 100%; background: #333; padding: 30px 0;}
/*
.footer_wrap { width: 95%; margin: 0 auto; position: relative; overflow: hidden; display: flex; flex-direction:row; align-items: center; justify-content:space-between; }
.footer_logo { width: 210px;}
.footer_logo img { width: 180px; }
.footer_wrap .footer_txt { width: calc(100% - 210px); padding-left: 30px; color: #acacac; font-size: 12px; font-weight: 300;  border-left: 1px solid #959595;}
*/

.top-btn { position: fixed; width: 40px; height: 40px; right: 2.5%; bottom:-100px; z-index: 9999999; background: #696969; cursor: pointer; transition: all 0.3s ease; display: flex; flex-direction:row; align-items: center; justify-content:center;}
.top-btn:hover { background: #515050; }
.top-btn img { cursor: pointer; }
.top-btn.show{ bottom:45px; }

@media all and (max-width:800px){/**/
	.top-btn { position: static; margin: 0 auto 15px;}
	.top-btn img { width: 13px; }
	/*
	.footer_wrap { display: block; }
	.footer_logo { width: 100%; text-align: center; display: none; margin-bottom: 20px; }
	.footer_wrap .footer_txt { width: 100%; border-left: 0; padding-left: 0; text-align: center; }
	*/
}/**/

/* sVisual */
.sVisual { width:100%; height: 200px; margin-top: 50px; background-size:cover; position: relative; }
.sVisuTxt_wrap { width:100%; height: 200px; position: relative; overflow: hidden; display: flex; flex-direction:column; justify-content: center; margin: 0 auto; text-align: center}
.sVisual_bg { position: absolute; top: 0; width: 100%; height: 100%; animation: sv_ani 1s ease-in-out; animation-fill-mode: forwards; background: url('/images/sub/sVisu.jpg') center no-repeat; background-size:cover; }
.sVisuTxt { width: 100%; padding-top: 0; font-size: 26px; font-weight: 900; color: #fff; z-index: 9; line-height: 110%; text-shadow: 1px 2px 5px rgba(0,0,0,0.7); box-sizing: border-box; }

@media all and (max-width:500px){/**/
	.sVisual, .sVisuTxt_wrap  { height: 150px; }
	.sVisuTxt { font-size: 28px; margin-bottom: 5px;}
}/**/

/* sContainer */
.sContainer { width: 100%; height: 100%; margin: 0 auto 50px; overflow: hidden; }
.sContainer .title { width: 95%; margin: 0 auto; text-align: center; display:block; padding: 35px 0; margin-bottom: 35px;}
.sContainer .title h2 {font-size:27px; color:#111; font-weight: 600; letter-spacing: -0.5px; line-height: 130%; padding-top: 5px; display: block; margin-bottom: 5px; text-align: center;  }
.sContainer .title h2 span:before { content:''; display: block; }
.sContainer .title .location { display: none; }

/* sContentsr */
.sContents { width: 95%;  margin: 0 auto; min-height:300px; box-sizing: border-box; position: relative; word-break:keep-all;}
.sContents h4 {font-size:19px; color:#111; font-weight:600; line-height:100%; margin: 30px 0 15px; background:url('/images/common/conTitle.jpg') no-repeat left 3px; padding-left: 30px; background-size: auto 17px;}
.sContents h4:nth-child(1) { margin-top: 0; }
.sContents h5 { font-size: 16px; margin-bottom:10px; font-weight: 500; color: #0d5099;}
.boardTable + h5 { margin-top: 20px; }
.sContents .imgBox { margin-bottom: 20px; }
.sContents .imgBox img { max-width:100%; }
.txtBox { text-align: justify; }

/* sContainer sub_nav */
.m_area_subnav { width:100%; height:35px; line-height:35px; color: #fff; background: #636363; box-sizing: border-box; position: relative; }
.m_area_subnav .sub_arr { position: absolute; right: 2.5%; top: 14.5px; transform:rotate(180deg); cursor: pointer; transition:0.3s; }
.m_area_subnav .sub_arr.rotate { transform:rotate(0deg);  }
.m_area_subnav .m_sub_nav_title { font-size: 14px; display: block; padding-left: 2.5%; cursor: pointer; }
.m_area_subnav .m_sub_nav { width:100%; padding:0; margin:auto; border-bottom: 1px solid #ddd; background: #fff; box-shadow: 0 2px 15px rgba(0,0,0,0.2); padding: 5px 2.5%; display: none;	position: absolute; left: 0; top: 35px; z-index: 99; }
.m_area_subnav .m_sub_nav:after { clear:both; display:block; content:'';}
.m_area_subnav .m_sub_nav li { width:100%; height:100%;	margin:0; font-size:14px; line-height: 35px; color:#111; float:left; display:block;	 display:block; cursor: pointer; }
.m_area_subnav .m_sub_nav li a { display: block; }
.m_area_subnav .m_sub_nav li:hover { color: #33c7fd; }

.sub_tab { width: 100%; height: auto; text-align: center; margin: 30px auto 20px; overflow: hidden;  display: flex; flex-wrap: wrap; flex-direction: row;  align-items: stretch; padding-top: 1px; padding-left: 1px;}
.sub_tab > li { min-height: 40px; margin-left: -1px; margin-top: -1px; box-sizing: border-box; width: 100%; text-align: center; font-size: 13px; color: #666; box-sizing: border-box; border: 1px solid #d0d0d0; font-weight: 400; position: relative; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-items: center; }
.sub_tab > li > a { display: flex; flex-wrap: wrap; flex-direction: row;  align-items: stretch; }
.sub_tab > li.on { color: #fff; background: #595959; }
.sub_tab > li:after {content:''; z-index:-1; position:absolute; left:0; top:0; display:block; width:100%; height:0%; background:#f9f9f9; transition: all 0.3s ease 0s; }
.sub_tab > li:hover:after,.sub_tab > li:focus:after {height:51px; transition: all 0.3s ease 0s;}

.sub_tab.s2 > li {width:calc(50% + 1px);}
.sub_tab.s3 > li {width:calc(33.3333% + 1px);}
.sub_tab.s4 > li {width:calc(25% + 1px);}
.sub_tab.s5 > li {width:calc(20% + 1px);}
.sub_tab.s6 > li {width:calc(16.666% + 1px);}
.sub_tab.s7 > li {width:calc(14.285% + 1px);}
.sub_tab.s8 > li {width:calc(12.5% + 1px);}

.table-scroll { width: 100%; overflow-x:auto; margin-bottom: 40px; }
.table-scroll table.boardTable { width: 100%; table-layout:fixed; min-width:700px; margin-bottom: 10px;}
.table-scroll .imgBox { width: 100%; min-width:700px; margin-bottom: 10px;}
.table-scroll table td { word-break:break-all; }

@media screen and (max-width:700px) {
  .table-scroll { overflow-x:auto;  }
}

/* welcome */
.greeing_wrap { padding: 60px 35px 30px 35px; background-image: url('/images/sub/greeting_top.jpg'), url('/images/sub/greeting_bottom.jpg'), url('/images/sub/greeting_vertical.jpg'), url('/images/sub/greeting_vertical.jpg'); background-position: top left, bottom right, top left, top right; background-repeat: no-repeat, no-repeat, repeat-y, repeat-y; box-sizing: border-box;}
.greeing_wrap span { color: #0c51a0; font-weight: 500; font-size: 18px; }

/*invitation*/
.invitation { background: #fff url("/images/sub/welcome.jpg") 0 0 no-repeat; padding: 40px 50px; box-sizing: border-box; background-size: 100% 100%; }
.invitation_img { width: 130px;float:right;margin:5px 0 20px 20px; }
.invitation .dotList li { font-weight: 500; }
.invitation .dotList li span { color: #243d87; font-weight: 500; }
.greeting_name span { color: #111; font-weight: 600; font-size: 16px; margin-left: 5px; font-family: 'Nanum Myeongjo', serif;}
.greeting_name  { margin-top: 30px; }


/* Overview */
/*.overview { width: 100%; border-bottom: 1px solid #ccc; }
.overview tr { border-top: 1px solid #ccc; }
.overview tr:nth-child(1) th { border-top: 1px solid #ccc; }
.overview tr:nth-child(1) td { border-top: 1px solid #ccc; }
.overview tr th { width: 160px; font-weight: 600; color: #3962db; vertical-align: top; position: relative; padding: 20px 25px;}
.overview tr th:after { position: absolute; right: 0; top: 20px; width: 1px; height: 20px; background: #cdcdcd; content:''; display: block;}
.overview tr th span {  display: block; font-weight: 300; }
.overview tr td { padding-left: 30px; padding: 20px 25px; }

@media all and (max-width:500px){/**/
/* .overview tr th, .overview tr td { display: block; padding: 10px 0 10px 15px;}
 .overview tr:nth-child(1) td { border-top: 0; }
 .overview tr th:after { position: absolute; right: auto; top: auto; bottom: 0; left: 15px;  width: 20px; height: 1px; background: #cdcdcd; content:''; display: block;}
 .overview tr th { width: 100%; text-align: left;  }*/
/**/


/**** Overview ****/
.overview_img { position: relative; }
.overview_img .overview_txt { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; font-size: 4vw; font-weight: 600; text-shadow: 2px 2px 10px rgba(0,0,0,0.5); line-height: 140%;}
.overview_img .overview_txt span { display: block; font-size: 3vw }

.overview { margin-top: 30px; width: 100%; border-bottom: 1px solid #ccc; }
.overview tr { border-top: 1px solid #ccc; }
.overview tr th, .overview tr td { padding: 15px 0; }
.overview tr th { width: 100px; font-size: 14px; font-weight: 700; color: #111; vertical-align: top; }
.overview tr td { background: url('/images/sub/overview_line.jpg') 0 20px no-repeat; padding-left: 40px; }
.overview_spon td {display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items: flex-start; gap: 15px 30px;}
.overview tr td img { height: 30px; }
.overview_spon02 img { height: 24px; }

@media all and (max-width:760px){/**/
	.overview tr th, .overview tr td { padding: 15px 0; display: block;}
	.overview_spon td { display: flex !important;  }
	.overview tr th { font-size: 14px; font-weight: 700; color: #111; vertical-align: top; text-align: left;}
	.overview tr td { background: url('/images/sub/overview_line.jpg') 0 3px no-repeat; padding-left: 10px; padding-top: 0;}
}/**/

/* venue */
@media all and (max-width:800px){/**/
	.root_daum_roughmap .cont .section.lst { display: none; }
	.map_osco, .wrap_map { width: 100% !important; }
	.wrap_btn_roadview { text-align: right; }
	.row-2 { display: flex; flex-wrap:wrap; flex-direction:row; justify-content: space-between; flex: 1 1; gap: 15px; align-items: stretch;}
	.row-2 > div { width: 100%; }
	.bus > div { width: 100%; }
}

.sContainer div.AccomMenu {margin-bottom:45px; text-align:center;}
.sContainer div.AccomMenu > a {width:25%; height:40px; line-height:40px; border:1px solid #ddd; text-align:center; font-size:14px; text-decoration:none; display:inline-block; margin-left:-1px; position:relative; z-index:1; cursor:pointer;}
.sContainer div.AccomMenu > a:hover {background:#f9f9f9; border:1px solid #ccc;}
.sContainer div.AccomMenu > a.on {background:#00adcb; border:1px solid #00adcb; color:#fff; z-index:2;}

.previous_CSW li { height: auto; display: flex !important; flex-wrap: wrap; flex-direction: row; justify-content:flex-start; align-items: stretch; }
.previous_CSW li + li { margin-top: 15px; }
.previous_CSW a { width: 130px; background: #3962db; font-size: 16px; font-weight: 600; color: #fff; display: flex !important; flex-wrap: wrap; flex-direction: column; justify-content:center; align-items: center; padding: 10px; }
.previous_txt { width: calc(100% - 130px); height: 100%; color: #111; display: flex !important; flex-wrap: wrap; flex-direction: row; justify-content:flex-start; align-items: center; border: 1px solid #ddd; padding: 10px 20px;}
.previous_txt span { color: #666; display: inline; }

/* speaker */
.speaker { margin-top: 10px; border-top: 1px solid #d4d4d4; }
.speaker > li { border-bottom: 1px solid #d4d4d4; padding: 30px 0; overflow: hidden; display: flex; flex-wrap: wrap; flex-direction:row; justify-content:space-between; align-items:stretch; }
.speaker_img { width: 130px; margin-right: 0;}
.speaker_img img { width: 130px; }
.speaker_txt_wrap { width: calc(100% - 160px); position: relative; }
.speaker_name { font-size: 22px; font-weight: bold; color: #111; line-height: 138%; }
.speaker_name span { font-size: 16px; }
.speaker_position { color: #1b2365; margin-top: 10px; }
.speaker_title { color: #0062a9; font-size: 14px; font-weight: 500; margin-top: 20px; letter-spacing: -0.5px; }
.speaker_title span { color: #111; }
.speaker_btn_wrap { display: block; margin-top: 20px;}

.gray_btn.btn_over {  border: 2px solid #959595 !important; border-radius: 5px; background: #959595 !important; margin-right: 5px; }
.gray_btn.btn_over a { font-size: 12px; display: inline-block; height: 100%; padding: 5px 20px; color: #fff !important; line-height: 140%; }
.gray_btn.btn_over:before { background: #fff !important; }
.gray_btn.btn_over:hover a { color: #959595 !important; }

.blue_btn.btn_over {  border: 2px solid #4472c4 !important; border-radius: 5px; background: #4472c4 !important; margin-right: 5px; }
.blue_btn.btn_over a { font-size: 12px; display: inline-block; height: 100%; padding: 5px 20px; color: #fff !important; line-height: 140%; }
.blue_btn.btn_over:before { background: #fff !important; }
.blue_btn.btn_over:hover a { color: #4472c4 !important; }

.green_btn.btn_over {  border: 2px solid #385723 !important; border-radius: 5px; background: #385723 !important; margin-right: 5px; }
.green_btn.btn_over a { font-size: 12px; display: inline-block; height: 100%; padding: 5px 20px; color: #fff !important; line-height: 140%; }
.green_btn.btn_over:before { background: #fff !important; }
.green_btn.btn_over:hover a { color: #385723 !important; }

.navy_btn.btn_over { border: 2px solid #203864 !important; border-radius: 5px; background: #203864 !important; margin-right: 10px; }
.navy_btn.btn_over a { font-size: 12px; display: inline-block; height: 100%; padding: 5px 20px; color: #fff !important; line-height: 140%; }
.navy_btn.btn_over:before { background: #fff !important; }
.navy_btn.btn_over:hover a { color: #203864 !important; }

.answer_wrap .answer {display: none; margin-top:20px; background:#f9f8f8; padding:20px; color: #111; }
.answer_wrap .anwer_title { width: 200px; background: #4472c4; color: #fff; font-weight: 600; font-size: 17px; display: inline-block; padding: 2px 15px; margin-top: 20px; margin-bottom: 10px; border-radius: 5px; text-align: center;}
.answer_wrap .anwer_title:nth-child(1) { margin-top: 0; }
.answer_wrap .anwer_title + h5 { margin-top: 0; }
.answer_wrap .answer p { color:#111; text-align:justify; }
.answer_wrap .answer li { color:#111; text-align:justify; }

@media all and (max-width:800px){/**/
	.speaker_img { width: 100%; text-align: center; margin-bottom: 20px; }
	.speaker_txt_wrap { float: none; width: 100%;  }
	.speaker_txt_right { position: static; margin-top: 10px; }
}/**/

.font_o { width: 13px; margin-top: -6px; margin-right: 1px; }
.font_a { width: 10px; margin-top: -8px; margin-right: 1px; }


/* Topics */
.sDown_btn.btn_over { width: 230px; height: 45px; border: 1px solid #3962db !important; border-radius: 30px; background: #3962db !important; }
.sDown_btn.btn_over:before { background: #fff !important; }
.sDown_btn.btn_over:hover a { color: #666 !important; }

.sDown_btn.btn_over a { background: url('/images/sub/sDown_white.png') calc(100% - 25px) center no-repeat !important; padding-left: 20px; display: flex !important; flex-wrap: wrap; flex-direction: row; justify-content:flex-start; align-items: center;}
.sDown_btn.btn_over:hover a { background: url('/images/sub/sDown_blue.png') calc(100% - 25px) center no-repeat !important; color: #3962db !important; }

.topic li {  display: flex !important; flex-wrap: nowrap; flex-direction: row; justify-content:flex-start; align-items: flex-start; }
.topic li + li { margin-top: 10px; }
.topic li .topic_num { width:33px; color: #3962db; font-weight: 600; }
.topic li .topic_txt { width: calc(100% - 33px); }

.topic_session { margin: 30px 0; display: flex !important; flex-wrap: nowrap; flex-direction: row; justify-content:flex-start; align-items: center; }
.topic_session_title { color: #fff; background: #3962db; font-size: 14px; font-weight: 500; padding: 7px 15px;	margin-right: 15px; text-align: center; }
.topic_session_txt { font-size: 14px; font-weight: 600; color: #111; font-style: italic; text-decoration: underline; }

/* pulication */
.publication_wrap b { font-weight: 500 !important; }
.publica_01 { width: 180px; margin-left: 30px; float: right; }
.publica_02 { width: 100px; margin-left: 15px; float: right; }
.publica_03 { width: 180px; margin-left: 15px; float: right; }
.publica_info { display: flex !important; flex-wrap: nowrap; flex-direction: row; justify-content:flex-start; align-items: flex-start; }
.publica_info_line { border-top: 1px solid #ddd; padding-top: 30px; margin-top: 40px;}
.publica_left { margin-right: 10px; }
.publica_right { letter-spacing: -0.5px; }
.pulica_line01 { height: 6px; margin: 60px 0 40px; border-top: 2px solid #ddd; border-bottom: 1px solid #ddd; box-sizing: border-box;}
.pulica_line02 { height: 6px; margin: 40px 0 0; border-top: 1px solid #ddd; border-bottom: 2px solid #ddd; box-sizing: border-box;}
.publication_wrap .dotList { margin-left: 20px; margin-top: 15px; }

@media screen and (max-width:700px) {
	.publica_01 { width: 130px; margin-left: 30px; margin-bottom: 10px; float: right; }
	.publica_02 { width: 70px; margin-left: 15px; margin-bottom: 10px; float: right; }
	.publica_03 { width: 130px; margin-left: 15px; margin-bottom: 10px; float: right; }
}

/* Jeju */
.jeju_list { display: flex; flex-wrap:wrap; flex-direction:row; justify-content:space-between; }
.jeju_list li { width: 23.5%; margin-bottom: 15px;}
.jeju_list li img { width: 100%; }

@media screen and (max-width:700px) {
  .jeju_list li { width: 48.5%;}
}

/* information */
.billTable { margin-bottom: 0 !important; }

@media screen and (max-width:800px) {
	.General_info .tableForm td, .General_info .tableForm th { display: block; }
	.billTable { width: 100%; }
	.billTable col { width: 100% !important; }
	.billTable tr { width: 100%; display: block; }
	.billTable tr th { width: 100%; display: block; }
	.billTable tr td { width: calc(50%); height: 140px; vertical-align: middle; margin-top: -1px; float: left; display: flex; flex-wrap:wrap; flex-direction:column; justify-content:center; align-items:center; }
	.billTable tr td:nth-child(2n) { margin-left: -1px; }
	.billTable tr td img { max-width:90%; margin-bottom: 5px; }
	.billTable tr td p { width: 100%; }
}


/* mPopup */
.mPopup { max-width: 90% !important; max-height:90%; height: auto !important; top: 70px !important; left: 0 !important; right: 0 !important; margin: 0 auto; }
.mPopup > div { width: 100% !important; height: 100% !important;  }
.mPopup > div img { max-width:100% !important; height: auto !important; }


/* btn */
.link_blue.btn_over {  border: 3px solid #0062a9 !important; border-radius: 30px; background: #0062a9 !important; }
.link_blue.btn_over a { font-size: 17px; display: block; height: 100%;  padding: 8px 60px 8px 30px; color: #fff !important; background: url('/images/sub/link_white.png') calc(100% - 30px) center no-repeat !important; background-size: 18px !important; line-height: 140%; }
.link_blue.btn_over:before { background: #fff !important; }
.link_blue.btn_over:hover a {  background: transparent url('/images/sub/link_blue.png') calc(100% - 30px) center no-repeat !important; background-size: 18px !important;  color: #0062a9 !important; position: relative;	}


/* popup */
.popup_wrap {width:100%; min-width:320px; height:100%; background: url('/images/main/popBg.png'); position:fixed; top:0; left:0; z-index:999999; }
.popup {width:95%; max-height:calc(100% - 100px); top: 25px; background:#fff; overflow:auto; position: relative;}
.popTitle { width: calc( 95% - 18px ); min-width:256px; height:40px; background: #3962db; box-sizing: border-box; position: fixed; border-bottom: 1px solid #3962db; font-size: 15px; z-index: 99; }
.popTitle div { width: calc( 100% - 50px );line-height:40px; color: #fff; font-weight:500; font-size: 20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding: 0 20px; }
.popTitle p.close_bt { position:absolute; top:5px; right:10px; z-index:999999;}
.popTitle p.close_bt img { width: 30px;  }
.popup_load { padding-bottom: 30px; }
.hidden {height:100%; min-height:100%; overflow:hidden !important; touch-action:none;}

.speaker_load { padding: 70px 20px 20px; box-sizing: border-box; display: flex; flex-wrap: wrap; flex-direction:row ; align-items: stretch; justify-content: flex-start;  }
.pop_speaker_profile {width:130px; position:relative; background:url('../image/sub/prof_line.gif') right 0 repeat-y; z-index:1; }
.pop_speaker_profile img { width: 130px; }
.pop_speaker_profile > ul li.spon_name h3 {font-size:27px; color:#222; font-weight:600; line-height:100%; margin-bottom:15px;}
.pop_speaker_career { width:calc(100% - 280px); margin:0 20px 0; padding-left: 20px; background:url('/images/sub/dotLine01.jpg') repeat-y 0;}

@media all and (max-width:800px){/**/
 .speaker_load { display: block; }
 .pop_speaker_profile { margin: 0 auto; }
 .pop_speaker_profile > ul li.pop_speaker_profile { width: 100% ; }
 .pop_speaker_career { width: 100%; padding: 0; background:url('/images/sub/dotLine.gif') repeat-x; padding-top: 20px; padding-left: 0; margin: 20px 0 0; }
}/**/

/* ¸ÞÀÎÆË¾÷ */
/*.ui-widget-content.ui-draggable.main-popup { width: 90% !important; height:auto !important;	box-sizing: border-box; top: 65px !important; left: 5% !important; }
.ui-widget-content.ui-draggable.main-popup img { width: 100% !important; height: auto !important;  box-sizing: border-box; }
.ui-widget-content.ui-draggable.main-popup > div { width: 100% !important; }
.ui-widget-content.ui-draggable.main-popup .main-popup-contents { height: auto !important; }
.ui-widget-content.ui-draggable.main-popup .main-popup-contents iframe { width: 100%; height: 48.45vw; }
.ui-widget-content.ui-draggable.main-popup .donot_ment { padding: 10px 0 0 !important; }
*/


.speaker_info .speaker_name { color: #0062a9; font-size: 14.5px; font-weight: 500; display: block; margin-top: 10px; line-height: 120%; }
.speaker_info .speaker_postion { font-size: 12px; line-height: 130%; margin-top: 5px; }

.pop_speaker_career h4 {font-size:18px; color:#111; font-weight:600; line-height:120%; margin: 30px 0 15px; background:url('/images/common/conTitle.png') no-repeat left 3px; padding-left: 30px; text-align: left; background-size: 20px;}
.pop_speaker_career h4:nth-child(1) { margin-top: 0; }
.pop_speaker_career h5 { font-size: 17px; font-weight: 600; color: #135b9f; margin:20px 0 15px; text-decoration: underline; }
.pop_speaker_career h4 + h5 { margin-top: 0; }


/* Invited Speakers */
.invited table a { display: flex; flex-direction:row; justify-content: flex-start; align-items: flex-start; }
.invited table a:hover { text-decoration: underline; }
.speker_plus { width: 25px; height: 25px; border-radius: 25px; transition:0.3s; background: #3962db; display: flex; flex-direction:column; justify-content: center; align-items: center; margin-left: 10px;}
.speker_plus img { width: 12px; transition:0.3s; }
.invited table a:hover .speker_plus { background: #0062a9;	}
.invited table a:hover .speker_plus img { transform:rotate(180deg); }


/*speakers*/
.sContents dl.speaker {overflow:hidden; margin-bottom:40px; padding-bottom:40px; background:url('../images/common/dotLine.gif') repeat-x bottom; border-top: 0; }
.sContents dl.speaker > dt {margin-bottom:25px;}
.sContents dl.speaker > dt > ul {overflow:hidden;}
.sContents dl.speaker > dt > ul > li {float:left;}
.sContents dl.speaker > dt > ul > li > h4 {background:none; padding-left:0; margin:5px 0 18px;}
.sContents dl.speaker > dd {padding:25px 30px; background:#f7f7f7;}
.sContents dl.speaker > dd > h5 {color:#333; line-height:100%; margin-bottom:20px;}


