@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; }
@media all and (max-width:480px){/**/
	.mmobile { display: block !important; }
}/**/

/* header */
header {position:fixed;top:0;left:0;right:0;z-index:10;min-height:100px; padding-top: 35px; }
.all_menu {position:absolute;right:35px;top:27px;display:none;width:20px;height:18px;font-size:0;line-height:0;margin: 0; padding: 0; cursor: pointer; background: transparent; outline:none; border: 0;z-index: 1000;}
.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:#3939D0;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; background: #0B4191;}
.all_menu.close .ico_cate:after {transform:rotate(45deg);top:0; background: #0B4191;}

.sHeader { width: calc(100% - 15px); height: 100px; background: #fff url('/images/sub/sHeader_bg.png') center center no-repeat !important; border-radius: 0 0 90px 0; margin: 0; top: 0px; padding-top: 90px; background-size: cover !important;	position:fixed;}
.sHeader_symbol { width: 70px; right: 75px; bottom: -12.5px !important; position: absolute; }

@media all and (max-width:600px){/**/
	.sHeader_symbol { width: 10vw; bottom: -1vw;}
}/**/

header .gnb_wrap {width:100%;}
header .gnb_wrap .logo {position:absolute; top: 35px; left: 32px; z-index: 1000; }
header .gnb_wrap .logo img { width: auto; height: 30.5px; }
header .all_menu {display:block}
header .gnb { display: none !important; }
header .gnb_m {position:fixed;right:-100%;width:100%;height: 100%;top:0;bottom:0;height:auto;;overflow-x:hidden;overflow-y:auto;z-index:102;background:#E6F0FA;-webkit-transition: .25s ease-in;transition: .25s ease-in; padding: 100px 0 90px; display: flex !important; flex-direction:row; flex-wrap: nowrap; justify-content: center; align-items: center; }
header .gnb_m.block,.gnb_m.block .gnb_fix {right:0}

/* 1µª½º ¸Þ´º */
.gnb_m .menu_logo { text-align: center; position: relative; }
.gnb_m .snb_level1{ list-style: none; padding: 0; margin: 0; text-align:center; }
.gnb_m .snb_level1 li{ margin: 5vh 0; }
.gnb_m .snb_level1 a{ display:inline-block; text-decoration: none; color: #3939D0; font-weight: 800; letter-spacing: .02em; font-size: clamp(30px, 4.8vw, 40px); position: relative; padding-bottom: 6px; transition: color .25s ease; font-family: 'Roboto'; }
.gnb_m .snb_level1 a::after{ content:""; position:absolute; left:0; bottom:-5px; width:0; height:2px; background:#3939D0; transition: width .3s ease; }
.gnb_m .snb_level1 a:hover::after{ width:100%; }

/* ¿ÀÇÂ ½Ã Ç×¸ñ ¼øÂ÷ µîÀå (stagger) */
.gnb_m.block .snb_level1 li{ opacity:0; transform: translateY(8px); animation: menuFade .45s ease forwards;}
.gnb_m.block .snb_level1 li:nth-child(1){ animation-delay: .10s; }
.gnb_m.block .snb_level1 li:nth-child(2){ animation-delay: .15s; }
.gnb_m.block .snb_level1 li:nth-child(3){ animation-delay: .18s; }
.gnb_m.block .snb_level1 li:nth-child(4){ animation-delay: .23s; }

@keyframes menuFade{
  to{ opacity:1; transform: translateY(0); }
}

/* ¸Þ´º ¿­·ÈÀ» ¶§ ½ºÅ©·Ñ ¶ô */
html.menu-open, body.menu-open{ overflow: hidden; }
.menu-footer { position:absolute; bottom:30px; text-align:center; color: #3939D0; width: 100%; }


/* visual */
.visual { min-width:320px; position: relative; }
.visual .swiper-container { width: calc(100% - 15px); border-radius: 0 0 0 0; margin: 0;  }
.visual .swiper-slide { padding: 135px 0 80px; height: auto; }
.visual_01 { background: url('/images/main/main_top_bg.png') 0 0 no-repeat; background-size: cover;}
.visu_inner { padding: 0 25px; max-width: 1540px; display: flex; flex-direction:row; flex-wrap: nowrap; justify-content: space-between; align-items: center;  margin: 0 auto; }
.visu_logo { width: 300px; margin-right: 10px; }
.visu_logo img { width: 100%; }
.visu_conference { color: #3939D0; font-weight: 800; font-size: 50px; }
.visu_title { font-weight: 700; font-size: 28px; line-height: 120%; color: #3282FF; margin-top: 20px;}
.visu_title_eng { font-weight: 500; font-size: 20px; line-height: 120%; color: #3282FF; margin-top: 10px; }
.visu_place { font-weight: 500; font-size: 20px;  line-height: 120%; color: #333; display: inline-block;}
.visu_place:before { content:''; display: block; width: 100%; height: 1px; background: #B1CBEB; margin: 15px 0; }

.visual .swiper-pagination { padding: 0 25px; max-width: 1540px !important; bottom: 60px !important; left: 0; right: 0; margin: 0 auto; z-index: 999; text-align: left; }
.swiper-pagination-bullet { width: 11px !important; height: 11px !important; background-color: #3282FF !important; border: 0; border-radius:5px !important; box-sizing: border-box; opacity: 1 !important; transition:0.3s; text-align: left; }
.visual .swiper-pagination-bullet + .swiper-pagination-bullet { margin-left: 10px !important; }
.swiper-pagination-bullet.swiper-pagination-bullet-active { width: 41px !important; background-color: #3282FF !important; border: 0px !important; opacity: 1; }

.button-bg:before {
  content: '';
  display: block;
  position: absolute;
  top: -28px;
  right:15px;
  width: 30px;
  height: 28px;
  background:  url('/images/main/curve_bg.png')  bottom right no-repeat;
  background-size: cover;
}
.button-bg { background: white; position: absolute;  bottom: 0; right: 0; z-index: 99999;  padding: 10px; border-radius: 20px 0 0 0; }
.visual .btn_red.btn_over { padding: 0 25px; border-radius: 30px !important; }

@media all and (max-width:850px){/**/
	.visual .swiper-container { width: calc(100% - 15px); border-radius: 0 0 0 0; margin: 0;  }
	.visu_inner { padding: 0 25px; max-width: 1540px; display: block; margin: 0 auto; }
	.visu_logo { width: 29vw; margin-right: 0; padding-right: 0; position: absolute; right: 10px; top: 80px;}

	.visu_conference { color: #3939D0; font-weight: 800; font-size: 7vw; }
	.visu_title { font-weight: 700; font-size: 5vw; line-height: 120%; color: #3282FF; margin-top: 20px;}
	.visu_title_eng { font-weight: 500; font-size: 3.6vw; line-height: 120%; color: #3282FF; margin-top: 10px; }
	.visu_title_eng br { display: none; }
	.visu_title_eng br.mmobile { display: block !important; }
	.visu_place { font-weight: 500; font-size: 3.6vw;  line-height: 120%; color: #333; }
	.visu_place:before { content:''; display: block; width: 100%; height: 1px; background: #B1CBEB; margin: 20px 0; }
	.visual .swiper-pagination { padding: 0 25px; max-width: 1540px !important; bottom: 35px !important; left: 0; right: 0; margin: 0 auto; z-index: 999; text-align: left; }
}/**/

@media all and (max-width:480px){/**/
	.visual .swiper-container { width: calc(100% - 15px); border-radius: 0 0 0 0; margin: 0;  }
	.visu_inner { padding: 0 25px; max-width: 1540px; display: block; margin: 0 auto; }
	.visu_logo { width: 27vw; margin-right: 0; padding-right: 0; position: absolute; right: unset; left: 65%; top: 80px;}

	.visu_conference { color: #3939D0; font-weight: 800; font-size: 6.5vw; }
	.visu_title { font-weight: 700; font-size: 4.5vw; line-height: 120%; color: #3282FF; margin-top: 3.5vw;}
	.visu_title_eng { font-weight: 500; font-size: 3.2vw; line-height: 120%; color: #3282FF; margin-top: 1.5vw; }
	.visu_title_eng br { display: none; }
	.visu_place { font-weight: 500; font-size: 3.2vw;  line-height: 120%; color: #333; }
	.visu_place:before { content:''; display: block; width: 100%; height: 1px; background: #fff; margin: 3vw 0; }
	.visual .btn_red.btn_over { padding: 0 10px; border-radius: 30px !important; }
	.visual .btn_red.btn_over a { font-size: 15px;  }
}/**/


/* mContainer ¹× °øÅë */
.mContainer { position: relative; background: none; }
.mContainer::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("/images/main/main_wave_bg.png") 0 0 no-repeat; background-size: cover; filter: grayscale(100%); z-index: -1; }

.mTitle { text-align: center; margin-bottom: 45px; }
.mTitle_main{ font-family: 'Escoredream',sans-serif; font-weight: 600; font-size:  28px; margin: 0; color:#222; letter-spacing: -0.06em; margin-top: 10px; position: relative; word-break:keep-all; }
.mTitle_desc{ color:#3939D0; letter-spacing:.08em; }

/* invite */
.invite { padding: 65px 30px 60px; max-width:1598px; display: flex; flex-direction:row; flex-wrap: nowrap; justify-content: space-between; align-items: center; gap:20px; margin: 0 auto; }
.invite_left {  }
.invite_title { font-weight: 700; font-size: 24px; color: #222222;  }
.invite_txt { font-weight: 400; font-size: 16px; line-height: 130%; letter-spacing: -0.05em; color: #777777; margin-top: 20px; word-break:keep-all; }
.invite_link { margin-top: 20px; }
.invite_right {  }
.invite_btn { max-width:100%; min-width: 400px; width: unset; padding: 30px 40px 30px 40px; display: flex; flex-direction:row; flex-wrap: nowrap; justify-content: space-between; align-items: center; gap:0; background: url('/images/main/btn_registration.png') center no-repeat; border-radius: 200px; background-size: cover; transition:0.3s; }
.invite_btn:hover { background-position: 40%; background-size: 300%; }

.invite_btn_txt { font-size: 24px; line-height: 120%; color: #fff; letter-spacing: -0.07rem;}
.invite_btn_txt span { font-size: 18px; line-height: 120%; display: block; margin-top: 10px; }
.invite_btn_arr { width: 70px; height: 70px; border-radius: 70px; display: flex; flex-direction:row; flex-wrap: nowrap; justify-content: center; align-items: center; background: url('/images/main/bgcircle_btn_wh.png') center no-repeat; background-size: 70px; }
.invite_btn_arr img { width: 30px; }

@media all and (max-width:800px){/**/
	.invite { display: block; }
	.invite_left { text-align: center; }
	.invite_btn { min-width: unset; width: 100%; gap:0; padding: 20px 35px 20px 35px; border-radius: 30px; margin: 50px 0 0; }
	.invite_btn_txt  { max-width:calc(100% - 80px); }
	.invite_btn_arr { width: 47px; height: 47px; border-radius: 70px; display: flex; flex-direction:row; flex-wrap: nowrap; justify-content: center; align-items: center; background: url('/images/main/bgcircle_btn_wh.png') 0 0 no-repeat; 	background-size: 47px; }
	.invite_btn_arr img { width: 20px; }
}/**/


/* speaker */
.mSpeaker { padding: 60px 0 65px 0;background: url('/images/main/main_speaker_bg .png') 0 bottom no-repeat; background-size: cover; border-radius: 120px 0px 0px 0px; overflow:hidden; width: 100%; }
.mSpeaker_inner { max-width:100%; width:1598px; padding: 0 30px; display: flex; flex-direction:row; flex-wrap: nowrap; justify-content: space-between; align-items: center; margin: 0 auto; }
.mSpeaker_left { min-width: 200px; }
.mSpeaker_title { font-weight: 700; font-size: 22px; line-height: 120%; color: #FFFFFF; margin-bottom: 20px; word-break:keep-all; }

.mSpeaker_btn {  }
.mSpeaker_controls { margin-top: 45px; }
.mSpeaker_controls .mSpeaker_prev{width: 22px;height: 38px;background:url('/images/main/arr_speaker_left_wh.png') no-repeat;position: static !important; display: inline-block; margin-right: 30px; cursor: pointer; background-size: 18px;}
.mSpeaker_controls .mSpeaker_next{width: 22px;height: 38px;background:url('/images/main/arr_speaker_right_wh.png') no-repeat;position: static !important;display: inline-block; cursor: pointer; background-size: 18px;}
.mSpeaker_right { max-width: 1040px; width: calc(100% - 260px);}
.mSpeaker_slider { justify-content:space-between; }
.mSpeaker_slider .swiper-wrapper {justify-content:space-between;}
.mSpeaker_card { max-width: 315px; height: auto !important;  background: #fff; padding: 10px 10px 15px; }
.mSpeaker_card:hover .mSpeaker_img img { transform:scale(1.05) }
.mSpeaker_img { width: 100%; overflow: hidden; }
.mSpeaker_img img { width: 100%; transition:0.3s; }
.mSpeaker_info { margin-top: 20px; }
.mSpeaker_name { font-weight: 700; font-size: 16px; line-height: 120%; font-family: 'Escoredream' !important; display: flex; flex-direction:row; flex-wrap: wrap; justify-content: center; align-items: center; letter-spacing: -0.05em; gap: 2px 5px;}
.mSpeaker_eng { font-weight: 500; font-size: 12px; line-height: 120%; font-family: 'Escoredream' !important; letter-spacing: -0.04em; flex-basis: 100%;}
.mSpeaker_subject { font-weight: 400; font-size: 11px; line-height: 120%; letter-spacing: -0.05em; color: #777777; word-break:keep-all; text-align: center; margin-top: 8px; }
mSpeaker_subject_eng {	margin-top: 5px; display: block; font-weight: 300; }

@media all and (max-width:700px){/**/
	.mSpeaker_inner { display: block;  }
	.mSpeaker_left { width: 100%; text-align: center; min-width:unset; max-width:100%;}
	.mSpeaker_right { width: 140%; margin-top: 45px; }
	.mSpeaker_slider { }
	.mSpeaker_title br { display: none; }
	.mSpeaker_title .mmobile { display: block; }
	.mSpeaker_controls { display: none; }
	/*.mSpeaker_subject { display: none; }*/

	.mSpeaker_slider .swiper-slide.is-center { transform: translateY(-40px); z-index: 2; }
}/**/


/* event */
.event { background: url('/images/main/bg_symbol.png') 0 55px no-repeat; padding: 60px 30px; background-size: 300px; }
.event_wrap { display: flex; flex-direction:row; flex-wrap: nowrap; justify-content: center; align-items: center; gap:55px;  }
.pre_event { margin-left: 80px; margin-top: 40px; }
.event_info {  }
.event_title { font-family: 'Escoredream' !important; font-weight: 700; font-size: 20px; line-height: 120%; }
.event_txt { font-weight: 400; font-size: 16px; letter-spacing: -0.05em; margin-top: 10px; }
.event_card { border-radius: 60px 0 0 0; transition:0.3s; overflow: hidden; }
.event_card a { width: 100%; min-width:340px; height: unset; padding: 35px 25px 35px 30px; display: flex; flex-direction:row; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.event_card:hover { box-shadow: 5px 5px 10px rgba(0,0,0,0.3); }
.event_card:hover .event_arr { background: rgba(255,255,255,0.5);  transform: translateX(6px); }
.event_card_title { font-family: 'Roboto'; font-size: 24px; line-height: 120%; color: #FFFFFF; }
.event_arr { width: 55px; height: 55px; border-radius: 55px; border: 2px solid #fff; display: flex; justify-content: center; align-items: center; transition:0.3s; }

.pre_open .event_card a{ background: url("/images/main/pre_open.png") center no-repeat; background-size: cover; }
.pre_event .event_card a{ background: url("/images/main/pre_event.png") center no-repeat; background-size: cover; }

@media all and (max-width:650px){/**/
	.event_wrap { display: flex; flex-direction:column; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; gap:20px;  }
	.event_card, .event_card a { width: 100%; min-width:unset;}
	.pre_event { margin-left: 0; margin-top: 40px;}
	.pre_event .event_card {  border-radius: 0 0 60px 0;  }
	.event_txt br { display: none; }
	.event_arr { width: 42.5px; height: 42.5px; border-radius: 55px; border: 2px solid #fff; display: flex; justify-content: center; align-items: center; transition:0.3s; }
	.event_arr img { width: 7px; }
}/**/

/* video */
.videos { padding: 45px 0 90px 0;background: url('/images/main/main_video_bg.png') center no-repeat; background-size: cover; border-radius: 0px 120px 0px 0px; overflow:hidden; width: 100%; }
.videos_inner{ width: 100%; margin: 0 auto; }
.mTitle_main_video {}
.videos_more{ position: absolute; right: 20%; top: 50%; transform: translateY(-50%); font-size: 15px; font-weight: 500; color:#222; text-decoration: none; }
.videos_more img { margin-left: 5px; width: 7.5px;}
.videos_more:hover{ text-decoration: underline; }

/* ½½¶óÀÌ´õ */
.videos_slider_wrap{ display:flex; justify-content:center; overflow:visible; margin-top: 6vw; }
.videos .swiper-wrapper{ align-items:center; }
.videos .swiper-slide{ width: 29.4vw; transition: width .35s ease; }
.videos .swiper-slide:hover .video_card_play{ background: rgba(255,255,255,0.6); }
.videos_slider .video_card { display: flex; flex-direction: column; gap: 0; text-decoration: none; color: inherit; transform: scale(.88); opacity: 1; transition: transform .35s ease, opacity .35s ease, box-shadow .35s ease; }

.videos_slider .swiper-slide.is-center { transform: scale(1.35); z-index: 2; }

.video_card_thumb{ position: relative; width: 100%; aspect-ratio: 16 / 9; background-size: cover; background-position: center; overflow: hidden; transition:0.3s; }
.video_card_thumb:hover { box-shadow: 0 12px 15px rgba(0,0,0,.3); }

/* Àç»ý ¹öÆ° */
.video_card_play{ position:absolute; inset:0; margin:auto; width: 60px; height: 60px; border-radius: 125px; background: rgba(255,255,255,0.2); border: 2px solid #fff; transition:0.3s; }
.video_card_play::before{ content:""; display: block; position:absolute; left:50%; top:50%; transform: translate(-40%,-50%); width: 52px; height: 60px; background: url('/images/main/play.png') center no-repeat; background-size: 30px;}
.video_card_chip{ position:absolute; left:12px; top:12px; padding:6px 10px; border-radius:999px; background:#1b4fd3; color:#fff; z-index:2; }
.video_card_title{ font-weight: 600; font-size: 18px; color:#222; margin-top: 10px; }

/* ÄÁÆ®·Ñ ·¡ÆÛ */
.videos_controls{ display:flex; align-items:center; justify-content:center; gap: 14px; margin-top:20px; position: relative; z-index: 99999; overflow: hidden; }

/* ÄÁÆ®·Ñ ¼ýÀÚ */
.videos_fraction{ font-family: 'Escoredream',sans-serif; font-weight: 600; min-width: 66px; text-align:center; font: 600 14px/1 'SCoreDream', sans-serif; color:#222; width:unset !important; }
.swiper-pagination-current { color: #222;	 }
.swiper-pagination-total { color: #777; }

.videos .videos_prev{width: 12px;height: 20px;background:url('/images/main/icon_arr_bk_left.png') no-repeat;position: static !important; display: inline-block;  cursor: pointer; }
.videos .videos_next{width: 12px;height: 20px;background:url('/images/main/icon_arr_bk_right.png') no-repeat;position: static !important;display: inline-block; cursor: pointer; }

@media all and (max-width:1500px){/**/
	.videos_slider_wrap{ margin-top: 8vw; }
}/**/

@media all and (max-width:700px){/**/
	.videos_slider_wrap_pc { display: none; }
	.videos_slider_wrap_mobile { display: block; padding: 0 30px; margin-top: -40px;}
	.mTitle_main_video {padding: 0 30px; overflow: hidden; }
	.mTitle_main_video span { display: block;  }
	.videos_more { position: static; float: right; display: inline-block; margin-top: 16px;}
	.video_card { display: block; }
	.video_card + .video_card { margin-top: 30px; }
}/**/

/* faq_wrap */
.faq_inner { max-width:1137px; padding: 0 30px; margin: 0 auto; }
.faq_wrap li { border-radius: 10px; position: relative; overflow: hidden; background: #fff; padding: 20px 15px 20px 15px; }
.faq_wrap li:before { content:''; width: 15px; height: 100%; position: absolute; left: 0; top: 0; background: #3939D0; display: none;}
.faq_wrap li + li { margin-top: 15px; }
.faq_wrap li div { font-size: 18px; font-weight: 600;}
.faq_question a { display: block; position: relative; padding-right: 40px;  }
.faq_question a:after { content:''; width: 25px; height: 25px; border-radius: 25px;  background: #3939D0 url('/images/main/icon_arr_faq.png') center no-repeat; position: absolute; right: 0; top: -3px; transition:0.3s; background-size: 10px; }
.faq_question a.on:after { transform:rotate(180deg); }
.faq_anwer { display: none; margin-top: 15px; }
.faq_anwer span { font-size: 16px; font-weight: 400; color: #666; }

/* Footer */
footer { width: 100%; background: #2A2C39; padding: 20px 0 50px 0;}
.top_btn { position: fixed; background: #fff; width: 45px; height: 45px; border-radius: 45px; background: rgba(255, 255, 255, 0.5); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); display: flex; flex-wrap: wrap; justify-content: center; align-items: center; align-content:center; bottom: 35px; right: 30px; z-index: 100; }
.footer_wrap { margin: 0 auto;display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: space-between; align-content:stretch; gap:120px; }
.footer_wrap div { color: #fff; font-size: 14px; line-height: 17px; }
.footer_wrap .footer_txt { margin-top: 45px; }
.footer_wrap .footer_rigth { display: flex; flex-wrap: wrap; flex-direction:column; justify-content: space-between; }
.footer_wrap .footer_title { font-size: 20px; line-height: 25px; letter-spacing: -0.05em; font-weight: 700; letter-spacing: -0.05em;}
.footer_wrap .footer_info { letter-spacing: -0.05em; line-height: 20px; }
.footer_wrap .footer_copy { color: rgba(255, 255, 255, 0.6); }

@media all and (max-width:800px){/**/
	.footer_wrap .footer_txt { margin-top: 10px; }
	.footer_wrap .footer_txt br { display: none; }
	.footer_wrap { flex-direction:column; gap:50px; }
	.footer_wrap .footer_info { margin-top: 15px; }
	.footer_wrap .footer_info .mmobile { display: block !important; }
	.footer_wrap .footer_info .mmobile_none { display: none; }
	.footer_wrap .footer_copy { margin-top: 10px; }
}/**/


/* sContainer */
.sContainer { width: 100%; max-width:1315px; padding: 0 30px; margin: 100px auto 50px; position: relative; }
.sContainer .title { z-index: 10; font-family: 'Roboto'; font-style: normal; font-weight: 800; font-size: 50px; color: #3939D0; text-align: center; margin: -30px auto 30px; transition: visibility 0.2s, opacity 0.2s;
  opacity: 1;}
.sContainer .title.hidden {
  visibility: hidden;
  opacity: 0;
}
.sContainer .sTitle { font-weight: 600; font-size: 40px; line-height: 120%; }
.sContents .boardTable thead th { background: #2F2F2F; color: #fff; }
.sContents .boardTable tr th {  }
.sContents .boardTable tr td { border-right: 0; border-left: 0; }


@media all and (max-width:800px){/**/
	.sContainer { margin: 130px auto 50px;  }
	.sContainer .title { margin-top: 30px; }
}/**/


/* snb */
.snb-swiper-wrap { margin-top: 20px; width: 100%; }
.snb-swiper-wrap:before { content:''; width: 100%; height: 1px; background: #D9D9D9; position: absolute; left: 100%; bottom: -1px; }
.snb-swiper-wrap:after { content:''; width: 100%; height: 1px; background: #D9D9D9; position: absolute; left: -100%; bottom: 0; }
.snb-swiper { width: 100%; }
.snb-swiper .swiper-wrapper { flex-wrap: nowrap; align-items: stretch; padding: 0 ; }
.snb-swiper .swiper-slide { width: auto important; position: relative; display:flex; align-items:center; justify-content:center; flex: 0; flex-shrink: 0 !important; white-space: nowrap; }
.snb-swiper .swiper-slide a { display: inline-block; font-size: 18px; font-weight: 600; color: #999; padding: 10px 14px 12px; text-decoration: none; white-space: nowrap; transition: .25s; }
.snb-swiper .swiper-slide.on a,
.snb-swiper .swiper-slide a:hover { color: #222; }
.snb-swiper .swiper-slide a::after { content: ""; display: block; width: 0; border-bottom: 2px solid #222; position: absolute; left: 0; right: 0; bottom: 0; transition:0.3s; margin: 0 auto; }
.snb-swiper .swiper-slide.on a::after, .snb-swiper .swiper-slide a:hover::after { width: 100%; }
.snb-swiper.snb--swiper-enabled .swiper-slide { flex: 0 0 auto !important; max-width: none !important; }

.tab-menu-container {position: relative;display: flex;align-items: center;background: #fff;border-bottom: 1px solid #ddd;padding: 0 20px;user-select: none; margin-top: 35px; }
.tab-menu-container:before { content:''; width: 100%; height: 1px; background: #D9D9D9; position: absolute; left: 100%; bottom: -1px; }
.tab-menu-container:after { content:''; width: 100%; height: 1px; background: #D9D9D9; position: absolute; left: -100%; bottom: -1px; }

.tab-menu-scroll {display: flex;gap: 20px;overflow-x: auto;scroll-behavior: auto;scrollbar-width: none;-ms-overflow-style: none;padding : 0px 20px;}
.tab-menu-scroll::-webkit-scrollbar {display: none;}
.tab-menu-item {position: relative;white-space: nowrap;cursor: pointer;font-size: 18px; font-weight: 600; color: #999; padding: 10px 14px 12px; text-decoration: none; white-space: nowrap; transition: all 0.3s ease; }
.tab-menu-item::after {content: "";position: absolute;left: 50%;bottom: 0;width: 0;height: 2px;background: #007bff;border-radius: 2px;transition: all 0.3s ease;transform: translateX(-50%);}
.tab-menu-item:hover,.tab-menu-item.active {font-weight: bold;color: #007bff;}
.tab-menu-item:hover::after,.tab-menu-item.active::after {width: calc(100% + 20px);}
.arrow {position: absolute;top: 40%;transform: translateY(-50%);background: white;border: none;cursor: pointer;font-size: 1.5rem;padding: 5px 10px;color: #333;z-index: 10;box-shadow: 0 0 5px rgba(0,0,0,0.1);border-radius: 8px;}
.arrow img { width: 10px; }
.arrow:hover {background: #eee;}
.arrow.left {left: -20px;}
.arrow.right {right: -20px;}
.arrow.hidden {display: none;}

/* program */
.programTable.boardTable { margin-bottom: 20px !important; }
.programTable.boardTable tr th { font-size: 20px; padding: 10px 20px !important; word-break:keep-all; }
.programTable.boardTable tr th.bg_darkBlue { border-left: 0; border-right: 0; text-align: left; font-size: 20px;}
.programTable.boardTable tr td { font-weight: 400; font-size: 20px; display: block; padding: 15px 20px !important; text-align: left; border-top: 0; }
.programTable.boardTable tr td:nth-child(2) { padding: 15px 20px !important; }
.programTable.boardTable .pro_classify { color: #3939D0; font-weight: 500; font-size: 16px; font-weight: 400; }
.pro_speakers_wrap { display:flex; flex-wrap:nowrap; flex-direction:row; align-items:stretch; justify-content:flex-start; gap:20px; }
.pro_speakers_wrap + .pro_speakers_wrap { margin-top: 15px; }
.pro_speakers_name { font-size: 20px; }

.pro_caption { text-align: right; margin-top: 00px; font-size: 15px; font-weight: 500; color: #555; }

.programTable.boardTable, .programTable.boardTable thead,  .programTable.boardTable tbody,  .programTable.boardTable th,  .programTable.boardTable td,  .programTable.boardTable tr { display: block; width: 100%; }
.programTable.boardTable thead { display: none; } /* Çì´õ ¼û±è */
.programTable.boardTable td span.mobile { display: inline !important; }

@media (max-width: 400px) {
  .pro_speakers_wrap { flex-wrap:wrap;  gap:5px; }
}

/* speakers */
.sSpeakers_list { display:flex; flex-wrap:wrap; flex-direction:row; align-items:stretch; justify-content:flex-start; gap: 50px calc((100% - 23.8% * 4) / 3);  }
.sSpeakers_list li { width: 23.8%; background: #F2F6F9; position: relative; transition:0.3s ease;  }
.sSpeakers_list li:hover .sSpeakers_name, .sSpeakers_list li:hover .sSpeakers_title  { color: #fff; }
.sSpeakers_list li:hover { background: #3939D0; }
.sSpeakers_list li:hover .sSpeakers_img img { transform:scale(1.05); }
.sSpeakers_img { overflow: hidden; }
.sSpeakers_img img { width: 100%; transition:0.3s ease; }
.sSpeakers_info { padding: 27px 20px 60px; text-align: left;	}
.sSpeakers_name { font-size: 20px; font-weight: 900; }
.sSpeakers_name_eng { font-size: 16px; font-weight: 500; }
.sSpeakers_title { font-size: 16px; font-weight: 400; color: #777; }
.sSpakers_arr { position: absolute; bottom: 22px; right: 20px; }

@media (max-width: 1200px) {
  .sSpeakers_list { gap: 35px calc((100% - 32% * 3) / 2); }
  .sSpeakers_list li { width: 32%; }
  .sSpeakers_name { text-align: center; }
  .sSpeakers_name_eng { display: block; }
  .sSpakers_arr { display: none; }
}

@media (max-width: 800px) {
  .sSpeakers_list { gap: 35px calc((100% - 48% * 2)); }
  .sSpeakers_list li { width: 48%; }
}

/* sSpeakers_detail */
.sSpeakers_detail_contents { margin-top: 130px; position: relative; z-index: 0; }
.sSpeakers_detail_name { font-family: 'Roboto'; font-weight: 800; font-size: 35px; color: #3939D0; }
.sSpeakers_detail_name_eng { font-weight: 500; font-size: 20px;color: #222222; margin-left: 10px; }
.sSpeakers_detail_wrap { margin-top: 30px; display:flex; flex-wrap:wrap; flex-direction:row; align-items:stretch; justify-content:flex-start; gap:50px; }
.sSpeakers_detail_left { width: 200px; }
.sSpeakers_detail_img img { width: 100%; }
.sSpeakers_detail_right { width: calc(100% - 250px); }
.sSpeakers_detail_pTitle { font-weight: 500; font-size: 18px; line-height: 25px; color: #222222; margin-bottom: 8px; }
.sSpeakers_detail_pt { display:flex; flex-wrap:wrap; flex-direction:row; align-items:stretch; justify-content:flex-start; gap:30px; }
.sSpeakers_detail_pt_line { width: 1px; background: #999; }
.sSpeakers_detail_pt_date { width: 235px; font-weight: 600; font-size: 24px; line-height: 37px; color: #222222; }
.sSpeakers_detail_pt_title { width: calc(100% - 365px); font-weight: 600; font-size: 24px; line-height: 37px; color: #222222; }
.sSpeakers_detail_career_wrap { width: 100%; margin-top: 40px; position: relative; }
.sSpeakers_detail_career { margin-top: 5px; padding-left: 10px; padding-right: 165px; }
.sSpeakers_detail_career li { font-weight: 400; font-size: 18px; line-height: 26px; color: rgba(34, 34, 34, 0.8); position: relative; padding-left: 15px; }
.sSpeakers_detail_career li:before { content:''; width: 3px; height: 4px; background: rgba(34, 34, 34, 0.8); display: block; position: absolute; left: 0; top: 10px;  border-radius: 10px;}
.sSpeakers_detail_btn { position: absolute; right: 0; bottom: 0; }
.sSpeakers_detail_btn .btn_over a { padding: 8px 20px }
.sSpeakers_detail_txt { font-weight: 300; letter-spacing: 0; line-height: 145%; margin-top: 40px; }
.sSpeakers_detail_txt_eng { padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid #ddd; }


@media (max-width: 1000px) {
  .sSpeakers_detail_wrap { flex-direction:column; }
  .sSpeakers_detail_name { text-align: center; }
  .sSpeakers_detail_left { margin: 0 auto; }
  .sSpeakers_detail_right { width: 100%; }
  .sSpeakers_detail_pt { display:flex; flex-wrap:wrap; flex-direction:column; align-items:stretch; justify-content:flex-start; gap:25px; }
  .sSpeakers_detail_pt_line { display: none; }
  .sSpeakers_detail_career { padding-right: 0; }
  .sSpeakers_detail_btn { position: static; text-align: right; margin-top: 40px; }
  .sSpeakers_detail_pt_title { width: 100% }
}

@media (max-width: 650px) {
  .sSpeakers_detail_name_eng { display: block; margin-left: 0; }
}


/* videos */
.video_search { display:flex; flex-direction:row; align-items:stretch; justify-content:space-between; margin-bottom: 40px; }
.video_search .year-toggle { width: 170px; text-align: left; padding: 10px 25px; }
.option_wrap { position: relative; }
.video_search .year-toggle .arr { position: absolute; right: 25px; top: 14px; }
.video_search .dropdown { width: 170px; left: 0; top: 50px; background: #fff; border: 1px solid #222; }
.video_search .dropdown a { color: #222; }
.video_search .dropdown div:hover a { color: #fff; }
.video_search .search_area { background: #f4f4f4; border-radius: 30px; color: #666; font-size: 16px; padding: 5px 25px; position: relative; }
.video_search .search_area .input_search { width: calc(100% - 20px); padding-right: 5px; background: transparent; border: 0; }
.video_search .search_area .input_search::placeholder { color: #666; }
.video_search .search_area .input_search:focus { background-color: transparent; border: none; outline: none; }
.video_search .search_area .btn_search { position: absolute; top: 12px; right: 25px; width: 20px; height: 20px; border: none; cursor: pointer;
background: url("/images/sub/icon_search.png") 0 0 no-repeat; overflow: hidden; line-height: 0; text-align: left; display: block; z-index: 9; font-size: 0;}

.video_list { display: flex; flex-wrap: wrap; flex-direction:row; justify-content: flex-start; align-items:center; gap: 50px calc((100% - 23.1% * 4) / 3); }
.video_list li { width: 23.1%; }
.video_card_thumb { width: 100%; }
.video_list .video_card_play{ position:absolute; inset:0; margin:auto; width: 45px; height: 45px; border-radius: 70px; background: rgba(255,255,255,0.2); border: 2px solid #fff; transition:0.3s; }
.video_list .video_card_play::before{ content:""; display: block; position:absolute; left:50%; top:50%; transform: translate(-40%,-50%); width: 30px; height: 33px; background: url('/images/main/play.png') center no-repeat; background-size: 20px; }

@media (max-width: 1200px) {
  .video_list { gap: 35px calc((100% - 32% * 3) / 2); }
  .video_list li { width: 32%; }
  .video_search .dropdown { margin: 0 auto; left: 0; right: 0;}
}

@media (max-width: 800px) {
  .video_list { gap: 35px calc((100% - 48% * 2)); }
  .video_list li { width: 48%; }
}

@media (max-width: 600px) {
  .video_search { display:flex; flex-direction:column-reverse; align-items:stretch; justify-content:space-between; gap:40px; margin-bottom: 20px; }

}


/* history */
.history {  }
.history li { padding: 15px 45px 15px 35px; box-shadow: 0 0 10px rgba(0,0,0,0.1); border-radius: 12px; border: 1px solid #fff; display: flex; flex-wrap: nowrap; flex-direction:row; justify-content: flex-start; align-items:center; transition:0.3s; }
.history li:hover { border: 1px solid #3939D0; }
.history li + li { margin-top: 20px; }
.history_year { display: flex; flex-wrap: wrap; flex-direction:row; justify-content: center; align-items:center; }
.history_year:after { content:''; display: inline-block; width: 1px; height: 42px; background: #ddd; margin: 0 30px; }
.history_content { width: calc(100% - 100px); display: flex; flex-wrap: nowrap; flex-direction:row; justify-content: space-between; align-items:center; gap:10px;}
.history_txt { line-height: 150%; }
.history_down { width: 200px; }
.history_down a { font-size: 18px;display: flex; justify-content: flex-end; align-items:center; letter-spacing: -0.5px;}
.history_down a .history_down_wrap { width: 50px; height: 50px; border-radius: 50px; transition:0.3s; display: flex; justify-content: center; align-items:center; margin-left: 10px;}
.history_down a:hover .history_down_wrap { background: #F9F9F9; }
.history_down a .history_down_wrap img { width: 23px; }

@media all and (max-width:950px){/**/
	.history li { padding: 20px 20px 20px 20px; display: flex; flex-wrap: wrap; flex-direction:column; justify-content: flex-start; align-items:flex-start;  }
	.history_year { flex-direction:column; }
	.history_year:after { content:''; display: block; width: 35px; height: 1px; background: #ddd; margin: 10px 0px; }
	.history_content { width: 100%; display: block; }
	.history_down { width: 100%; text-align: right; margin-top: 10px; }
}/**/


/* history_datail */
.sTitle { display: flex; justify-content: flex-start; align-items:center; gap:15px;  }
.year-toggle { background: #fff; border: 1px solid #222; border-radius: 25px; padding: 7px 15px; cursor: pointer; font-size: 15px; color: #222; position: relative; }
.year-toggle img { width: 15px; }
.dropdown { width: 142.5px; background: #111; border-radius: 20px; padding: 10px 10px; position: absolute; left: 115px; top: 45px; z-index: 10; display: none; }
.dropdown.show { display: block; }
.dropdown div { color: #fff; padding: 8px 12px; cursor: pointer; border-radius: 20px; text-align: center; transition:0.3s; background: 90% center no-repeat;}
.dropdown div:hover { background: #4a3aff url('/images/sub/arr_btn_wh_bottom.png') 90% center no-repeat; background-size: 15px; }

.snb-swiper-wrap { margin-top: 25px; width: 100%; }
.snb-swiper .swiper-wrapper { align-items: center; }
.snb-swiper .swiper-slide { position: relative; }


.pro_title { font-size: 26px; font-weight: 700; color: #222222; margin: 50px auto 30px; text-align: center; gap:3px; }
.pro_title_eng { font-size: 21px; font-weight: 500; color: #999; display: inline; }
.pro_wrap { display: flex; flex-wrap: wrap; justify-content: flex-start; gap:0px; margin-bottom: 45px;}
.pro_class { width: 90px; font-weight: 500; font-size: 18.5px; color: #03038B; letter-spacing: -1px; }
.pro_info { width: calc(100% - 90px); font-weight: 600; font-size: 18.5px; color: #222222;  }
.pro_info .pro_info_eng { font-size: 15px; color: #777; font-weight: 400; margin-top: 8px; }
.pro_speaker_wrap { position: relative; padding: 30px 0; background: #F2F6F9; flex-direction:column; gap:0; margin-bottom: -50px;}
.pro_speaker_wrap:before {content:''; width: 100%; height: 100%; background: #F2F6F9; position: absolute; left: -100px; top: 0;margin: auto 0;display: block;z-index: -1;}
.pro_speaker_wrap:after {content:''; width: 100%; height: 100%; background: #F2F6F9; position: absolute; right: -100px; top: 0;margin: auto 0;display: block;z-index: -1;}
.speaker { background: #F2F6F9; position: relative; padding: 20px 0; }
.speaker > li { background: #fff; border-radius: 0 0 100px 0; padding: 20px 25px; display: flex; flex-wrap: wrap; justify-content: flex-start; gap:35px; }
.speaker > li + li { margin-top: 30px; }
.speaker_left {  }
.speaker_img { width: 200px; height: 200px; border-radius: 250px; overflow: hidden; transition:0.3s; }
.speaker_img img { width: 100%; }
.speaker_right { width: 100%; }
.speaker_name { font-weight: 600; font-size: 25px; color: #222222; margin-bottom: 25px; gap:7px; }
.speaker_name_eng { font-weight: 400; font-size: 18.5px; color: #777777; }
.speaker_info { display: flex; flex-wrap: wrap; justify-content: space-between; gap:15px; margin-bottom: 15px;}
.speaker_info_title { width: 121px; font-weight: 500; font-size: 20px; color: #777777; }
.speaker_info_txt { width: calc(100% - 136px); font-size: 18.5px; font-weight: 500; color: #222; }
.speaker_btn_wrap {  }

@media all and (max-width:800px){/**/
	.speaker > li { flex-direction:column; }
	.speaker_img { margin: 0 auto; }
	.speaker_btn_wrap { text-align: left; }
}/**/

@media all and (max-width:650px){/**/
	.pro_wrap { flex-direction:column; gap:10px; }
	.speaker_right { width: 100%; }
	.pro_info { width: 100%; }
	.speaker_info { flex-direction:column; }
	.speaker_info_txt { width: 100%; }
}/**/


/* btn_over */
.btn_over:before { display: block; content:''; width: 120%; height: 100%; position: absolute; left: 0; top: 0; background: #222; -webkit-transform-origin: right top; -ms-transform:translateX(-101%) skewX(-17.620001deg); transform: translateX(-101%) skewX(-17.620001deg); -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; transition: transform .55s cubic-bezier(.52, .08, .18, 1), -webkit-transform .55s cubic-bezier(.52, .08, .18, 1); }
.btn_over { display: inline-block; border: 1px solid #222; background: #fff; cursor: pointer; position: relative; overflow: hidden; transition: color .55s; text-align: center; border-radius: 50px; }
.btn_over:hover a { color: #fff; }
.btn_over:hover::before { background: #222; -webkit-transform:translateX(0) skewX(-17.62deg); -ms-transform:translateX(0px) skewX(-17.620001deg); transform: translateX(0px) skewX(-17.620001deg); -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; }
.btn_over a { display: block; width: 100%; height: 100%; position: relative; transition: color .55s;}

.btn_over_arr_bk.btn_over { border-color: #222; background: #222; }
.btn_over_arr_bk.btn_over a { font-weight: 500; display: block; height: 100%; padding: 10px 35px 10px 20px; color: #fff !important; background: url('/images/main/icon_arr_wh_right.png') calc(100% - 20px) center no-repeat !important; line-height: 140%; background-size: 8px !important; text-align: left; }
.btn_over_arr_bk.btn_over:before { background: #fff !important; }
.btn_over_arr_bk.btn_over:hover a { background: transparent url('/images/main/icon_arr_bk_right.png') calc(100% - 10px) center no-repeat !important; color: #0b2343 !important; position: relative; background-size: 8px !important; }

.btn_over_arr_wh.btn_over { border-color: #fff; background: #fff; }
.btn_over_arr_wh.btn_over a { font-weight: 500; display: block; height: 100%; padding: 10px 35px 10px 20px; color: #3939D0 !important; background: url('/images/main/icon_arr_blue.png') calc(100% - 10px) center no-repeat !important; line-height: 140%; background-size: 8px !important; }
.btn_over_arr_wh.btn_over:before { background: #3939D0 !important; }
.btn_over_arr_wh.btn_over:hover a { background: transparent url('/images/main/icon_arr_wh_right.png') calc(100% - 10px) center no-repeat !important; color: #fff !important; position: relative; background-size: 8px !important; }

.btn_line.btn_over { border-color: #3939D0; background: #fff; border-radius: 10px !important; margin-right: 5px; margin-bottom: 5px;  }
.btn_line.btn_over a { font-size: 17px; font-weight: 500; display: block; height: 100%; padding: 7px 12px; color: #3939D0 !important;  }
.btn_line.btn_over:before { background: #3939D0 !important; }
.btn_line.btn_over:hover a { color: #fff !important; position: relative; }



/* 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; }


