/* 반응형 스타일 */
@media screen and (max-width: 1440px) {

    .wrap { width: 96%; margin: 0 auto; }
	.head .wrap { width: 98%; }
	.sidebar .wrap { width: 100%; }

	/* popup */
	.hd_pops { left: 2% !important; top: 80px !important; }	
	.hd_pops { left: 2% !important; max-width: 96%; height: auto; }
	.hd_pops_con { max-width: 100% !important; width: auto !important; height: auto !important; }
	.hd_pops_con a { display: inline-block; }

	#google_translate_element { display:none; }

	/* sub */
	.speaker_inr_in { width: 100%; }
	.speaker_inr_in:first-child { margin-bottom: 80px; }

}

@media screen and (max-width: 1280px) {
	
	/* head */
	#header, #header .wrap, #header.scrolled, #header.scrolled .wrap { height: 80px; }
	.logo { top: 5px; }

	.hd-menu { display: none; }
	.head_rightbox { top: 20px; right: 70px; }
	#header.scrolled .head_rightbox { top: 20px; }

	nav.mobile_menu { position: fixed; top: -100vh; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; width: 100%; height: 100vh; z-index: 9001; background: rgba(0, 0, 0, 0.9); border-bottom-right-radius: 100%; border-bottom-left-radius: 100%; transition: all 650ms cubic-bezier(1,0,0,1); }
	nav.mobile_menu.open { top: 0; padding: 80px 0px; border-radius: initial; }

	.nav-inner { display: flex; width: 100%; flex-wrap: wrap; justify-content: space-between; align-items: center; }
	.nav-list { display: flex; justify-content: center; align-items: flex-start; flex-direction: column; width: 100%; height: 100%; }
	.nav-list li { margin-bottom: 30px; width: 100%; text-align: center; }
	.nav-list li:last-child { margin-bottom: 0px; }
	.nav-list li a { position: relative; color: #fff; font-size: 1.3em; font-weight: 400; }

	.nav-link { padding: 1rem; font-size: 2rem; }
	.nav-link:hover, .nav-link:focus { color: #fff; }

	.menu-toggler { position: fixed; top: 30px; right: 2%; width: 30px; height: 19px; display: flex; flex-direction: column; justify-content: space-between; z-index: 9999; /* transition: all 650ms ease-out; */ cursor: pointer; }
	.head.scrolled .menu-toggler { position: fixed; top: 25px; } 
	.menu-toggler.open { position: fixed; top: 30px; right: 20px; z-index: 9999; transform: rotate(-45deg); }

	.bar { background-color: #fff; width: 100%; height: 2px; border-radius: 0.8rem; }
	.scrolled .bar { background-color: #222; }
	.open .bar { background-color: #fff; }

	.bar.half { width: 50%; }
	.bar.top { transform-origin: right; transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57); }
	.open .bar.top { transform: rotate(-450deg) translateX(0.45rem); }
	.bar.bottom { align-self: flex-end; transform-origin: left; transition: transform 650ms cubic-bezier(0.54, -0.81, 0.57, 0.57); }
	.open .bar.bottom { transform: rotate(-450deg) translateX(-0.45rem); }

	.nav-inner ul ul { display: none; margin-top: 10px; }
	.nav-inner ul ul li { margin-bottom:0px; }
	.nav-inner ul ul li a { display: inline-block; padding: 0px; color: rgba(255, 255, 255, 0.7); font-size: 1.1em; font-weight: 300; line-height: 1.8; text-decoration: none; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s; }
	.nav-inner ul ul li a:hover { color: rgba(255, 255, 255, 1); }
	.nav-inner ul ul li a:before { display: none; height: 1px; }

	.nav-inner .sns_list { display: flex; justify-content: center; width: auto; position: absolute; right: 60px; top: 20px; }
	.nav-inner .sns_list li { margin: 0px 5px; }
	.nav-inner .sns_list li a { width: 35px; height: 35px; }
	.nav-inner .sns_list li a.icon_insta { background: rgba(255, 255, 255, 0.1); }
	.nav-inner .sns_list li a.icon_youtube { background: rgba(255, 255, 255, 0.1); }
	.nav-inner .sns_list li a.icon_kakao { background: rgba(255, 255, 255, 0.1); color: #fff; }
	.nav-inner .sns_list li a.icon_facebook { background: rgba(255, 255, 255, 0.1); color: #fff; }
	.nav-inner .sns_list li a.icon_link { background: rgba(255, 255, 255, 0.1); }

	/* footer */
	.quick { display: none; }

	/* main */
	.main_text { text-align: center; padding-top: 80px; }
	.main_text h2 { margin-bottom: 30px; font-size: 42px; }
	.main_text p { font-size: 32px; }
	.main_text .main_btnbox { justify-content: center; }
	
	.main_con { padding: 100px 0; font-size: 18px; }

	.main_con01 { padding: 230px 0 100px; background: url('../image/main/main_con01_bg.jpg') top 150px center no-repeat; background-size: cover;}

	.icfc_result { top: -230px; right: -2%; width: 104%; padding: 30px 20px; }
	.icfc_result h3 { text-align: center; margin-bottom: 20px; }
	.icfc_result_list { display: flex; flex-wrap: wrap; }
	.icfc_result_list li { flex: 1; text-align: center; margin-bottom: 0px; padding: 0 10px; font-size: 25px; }
	.icfc_result_list li span { margin-bottom: 10px; font-size: 14px; letter-spacing: 0.03em; }

	.main_con01 .wrap { padding-right: 0px; }
	
	.main_con02:after { width: 40%; }
	.main_con02:before { left: 40%; }
	
	.main_con02 { height: 150px; padding: 0; }
	.main_con02:before { border-left: 150px solid #22888d; border-bottom: 150px solid transparent; }
	.main_con02 h3 { font-size: 24px; }
	.main_con02 .main_time span { font-size: 40px; }
	.main_con02 .main_time span i { font-size: 16px; }

}

@media screen and (max-width: 1024px) {
	
	/* footer */
	.footer { padding: 50px 0; }
	.footer_sns { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 0 10px; width: 100%; margin-bottom: 30px; }

	.footer_logo { text-align: center; width: 100%; margin-bottom: 30px; }
	.footer_info { text-align: center; width: 100%; padding-right: 0px; }

	/* main */
	.main_text .main_btn { height: 50px; padding: 0 20px; font-size: 17px; }
	.main_text .main_btn:hover { padding: 0 30px; }

	.main_con_title h2 { font-size: 42px; }

	.main_con01 h2 { text-align: center; margin-bottom: 30px; font-size: 36px; }
	.main_con01 p { text-align: center; }

	.main_con02 h3 { text-align: center; width: 100%; margin-bottom: 15px; font-size: 20px; }
	.main_con02 h3 br { display: none; }
	.main_con02 h3 span { margin-left: 10px; padding-left: 10px; }
	.main_con02 .main_time { justify-content: center; width: 100%; }

	.program_inr { flex: 1; width: auto; }
	
	.main_con06_list li:first-child { margin-bottom: 50px; }
	.main_con06_list li h3 { margin-bottom: 30px; font-size: 26px; }
	.main_con06_list dl dd img { height: 70px; }
	.main_con06_list li:last-child dl dd img { height: 50px }	

	/* sub */
	.sub_vis { height: 450px; }
	.sub_text { margin-bottom: 50px; }
	.sub_text h2 { font-size: 42px; }
	.sub_text p { font-size: 25px; }
	
	.greetings_imgbox { width: 320px; }
	.greetings_textbox { width: calc(100% - 320px); padding-left: 50px; }
	.greetings_title { margin-bottom: 30px; font-size: 1.3em; }

	.program_daylist li h4 { width: 170px; height: 170px; font-size: 1.5em; }

	.registration_list { padding: 50px 50px; }
	.registration_list_inr dt { width: 200px; }
	.registration_list_inr dd { width: calc(100% - 200px); }

	.registration_check_inr li { width: 100%; }

	.speaker_inr:first-child { margin-bottom: 50px; }
	.speaker_inr_in:first-child { margin-bottom: 50px; }
	
}

@media screen and (max-width: 860px) {
	
	/* sub */
	.icfc_result_list li span { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; text-align: center; height: 28px; }

}

@media screen and (max-width: 768px) {
	
	/* head */
	.logo { top: 15px; }
	.logo img { height: 50px; }
	.head_rightbox { top: 25px; }
	.dropdown_main { width: 90px; border-radius: 15px; border: 1px solid rgba(255, 255, 255, 0.4); }
	.dropdown_bar { height: 30px; font-size: 12px; }
	.dropdown_bar:after { top: 9px; }
	.dropdown_content a { padding: 8px 20px 9px 20px; font-size: 12px; }

	/* footer */
    .footer_sns { margin-bottom: 20px; }
	.footer_logo { margin-bottom: 20px; }
	.footer_logo img { height: 70px; }

	.footer_info span { justify-content: center; text-align: center; width: 100%; padding: 0 0px; }
	.footer_info span:after { display: none; }

	/* main */
	.main_text p i { font-size: 20px; }

	.main_vis .swiper-button-prev, .main_vis .swiper-button-next { width: 50px; height: 50px; }
	.main_vis .swiper-button-prev:after, .main_vis .swiper-button-next:after { font-size: 16px; }

    .main_text .main_btnbox { gap: 10px 2%; width: 80%; margin: 0 auto; margin-top: 30px; }
	.main_text .main_btn { width: 49%; }

	.scrolldown span { font-size: 13px; }
	.scrolldown span::before { height: 60px; }

	@keyframes spark-scroll-line {
		0% { height: 0; margin-top:-60px; }
		40% { height: 60px; margin-top:-60px; }
		80%, 100% { height: 0; margin-top:0px; }
	}

	.main_con { padding: 80px 0; font-size: 16px; }

	.main_con_title { margin-bottom: 30px; }
	.main_con06 .main_con_title { margin-bottom: 50px; }
	.main_con_title h2 { font-size: 36px; }
	
	.main_con01 { padding: 230px 0 80px; }
	.main_con01 h2 { font-size: 28px; }

	.overview_list01 li p { padding-left: 30px; }
	
	.main_con02 { height: 180px; padding: 0; }
	.main_con02:before { border-left: 180px solid #22888d; border-bottom: 180px solid transparent; }
	.main_con02 h3 br { display: inline-block; }

	.program { gap: 0 10px; }
	.program_inr h3 { height: 60px; font-size: 20px; }
	.program_inr h3 i { font-size: 14px; }
	.program_list li { height: 120px; }
	.program_list li h4 { font-size: 20px; }
	
	.main_con05 .wrap { gap: 50px 0; }
	.main_con05_inr { width: 100%; }

	.main_con06_list dl dd img { height: 50px; }
	.main_con06_list li:last-child dl dd img { height: 40px }	

	/* sub */
	.sub_vis { height: 350px; }
	.sidebar_inr li a { font-size: 1em; }
	.sub_contents { margin: 80px 0; font-size: 16px; }
	.sub_title { margin-bottom: 50px; }
	.sub_title h2 { font-size: 36px; }

	#sub_page h3 { font-size: 28px; }

	.greetings_imgbox { text-align: center; width: 100%; margin-bottom: 30px; }
	.greetings_imgbox img { width: 320px; max-width: 100%; }
	.greetings_textbox { width: 100%; padding-left: 0px; }
	.greetings_title { text-align: center; }
	.greetings p { text-align: justify; }
	
	.program_daylist li { padding-right: 0px; margin-bottom: 20px; padding-bottom: 30px; border-radius: 10px; }
	.program_daylist li h4 { width: 100%; height: auto; margin-bottom: 30px; padding: 10px 0; border-radius: 10px; }
	.program_daylist li h4 span { margin-top: 5px; font-size: 14px; }

	.program_daylist li dl { width: 100%; margin-left: 0px; padding: 0 30px; }

	.registration_list { margin-bottom: 30px; padding: 30px; }
	.registration_list_inr dt, .registration_list_inr dd { display: flex; flex-wrap: wrap; align-items: center; width: 100%; height: auto; min-height: 25px; font-size: 17px; }
	.registration_list_inr dt { margin-bottom: 10px; }
	.registration_list_inr dt:after { top: 3px; }
	.registration_list_inr dt:before { top: 13px; }

	.registration_btn, .registration_btn01 { width: 200px; height: 60px; font-size: 18px; }

	.registration_check_inr .form_box_inner label { width: 150px; }
	.registration_check_inr .form_box_inner input.gw_input { width: calc(100% - 150px); }
	
	.registration_check .gw_tb01 > ul > li.gw_tb_title { display: none; }
	.registration_check .gw_tb01 > ul > li > .num { display: none; }
	.registration_check .gw_tb01 > ul > li > .personnel { display: none; }
	.registration_check .gw_tb01 > ul > li > .tel { display: none; }
	.registration_check .gw_tb01 > ul > li > .date { width: 100px; }
	
	.program_tab { gap: 10px 2%; }
	.program_tab li { width: 32%; }

	.registration_check_inr .form_box_inner select.gw_select_200{ width: 100%; margin-right:0px; margin-bottom:5px; }
	.registration_check_inr .form_box_inner input.gw_input_400{ width: 100%; padding:0 8px; border-radius:0; }

	.location_imgbox > div { width: 100% !important; }
	.location_info .root_daum_roughmap { width: 100% !important; }
	.root_daum_roughmap .wrap_map { height: 300px !important; }
	.location_list li { font-size: 17px; }

}

@media screen and (max-width: 575px) {
	
	/* main */
	.main_text h2 { font-size: 35px;  line-height: 1.3em; letter-spacing: 1px;}
	.main_text p { font-size: 20px; margin-bottom: 20px;}
	.main_text p i { font-size: 13px; }

	.main_con_title h2 { text-align: center; font-size: 32px;}
	
	.main_con02 { height: 160px; }
	.main_con02:before { border-left: 160px solid #22888d; border-bottom: 160px solid transparent; }
	.main_con02 h3 { font-size: 16px; }
	.main_con02 .main_time { gap: 0 10px; }
	.main_con02 .main_time span { font-size: 30px; }
	.main_con02 .main_time span i { font-size: 14px; }

	.main_con03_inr01 { height: 350px; }
	.main_con03_inr02 { padding: 0 30px; }
	
	.main_con04_list { gap: 10px 0px; width: 100%; margin: 0 auto; }
	.main_con04_list li { flex: none; width: 100%; }
	.main_con04_list li:after { padding-bottom: 40%; }

	/* sub */
	.sub_text h2 { margin-bottom: 15px; font-size: 32px; }
	.sub_text p { font-size: 18px; }

}

@media screen and (max-width: 525px) {
	
	/* main */
	.main_text .main_btnbox { width: 90%; }
	.main_text .main_btn { padding: 0 10px; }
	.main_text .main_btn:hover { padding: 0 10px; }

	.icfc_result { padding: 15px 0px; }
	.icfc_result h3 { margin-bottom: 10px; font-size: 24px; }
	.icfc_result_list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 0; }
	.icfc_result_list li { flex: none; width: 33.33%; }
	.icfc_result_list li span { margin-bottom: 5px; font-size: 13px; }

}

@media screen and (max-width: 480px) {
	
	body { font-size: 13px; }

	/* head */
	.head_rightbox { right: 50px; }

	.dropdown_main { width: 100px; border-radius: 20px; }
	.dropdown_bar { width: 100%; height: 35px; }
	.dropdown_bar:after { top: 11px; }
	.dropdown_content a { padding: 5px 20px 10px 20px; }

	/* main */
    .main_text h2 { margin-bottom: 15px; font-size: 28px; }
	.main_text p { font-size: 16px; }

	.scrolldown { display: none; }
	
	.main_con { padding: 50px 0; font-size: 14px; }

	.main_con01 { padding: 230px 0 50px; }
	.main_con01 h2 { font-size: 24px; }
	
	.main_con02 { padding: 0; }
	.main_con02 .main_time span { font-size: 20px; }

	.main_con06_list dl { gap: 30px 0px; }
	.main_con06_list dl dd { width: 100%; text-align: center; }
	.main_con06_list dl dd img { height: 45px; }
    .main_con06_list li:last-child dl dd img { height: 30px; }

	/* sub */
	.sub_contents { margin: 50px 0; font-size: 14px; }
	.sub_title { margin-bottom: 30px; }
	.sub_title h2 { margin-bottom: 10px; font-size: 28px; }

	.sidebar_wh05 li { flex: none; width: 33.33%; }
	.sidebar_wh05 li:nth-child(1), .sidebar_wh05 li:nth-child(2), .sidebar_wh05 li:nth-child(3) { border-bottom: 1px solid #ddd; }
	.sidebar_wh05 li:nth-child(4), .sidebar_wh05 li:nth-child(5) { width: 50%; }
	.sidebar_wh05 li:nth-child(4):after { display: none; }
	
	#sub_page h3 { font-size: 24px; }

	.sub_page_inr { margin-bottom: 50px; }
	.sub_page_inr:last-child { margin-bottom: 0px; }

	.greetings p { margin-bottom: 50px; }

	.table_resp { overflow-x: scroll; }
	.table_resp table { min-width: 430px; }

	.registration_list_inr dd { font-size: 16px; }
	
	.registration_check_box { margin-bottom: 50px; }
	.registration_check_inr .form_box_inner { padding: 15px; }
	.registration_check_inr .form_box_inner label { width: 100%; height: auto; margin-bottom: 10px; }
	.registration_check_inr .form_box_inner input.gw_input { width: 100%; }
	.registration_check_box .form_btn { width: 100%; height: 55px; }

	.registration_btnbox { gap: 10px; }
	.registration_btn, .registration_btn01 { width: 100%; font-size: 16px; }

}

@media screen and (max-width: 430px) {
	
	/* main */
	.main_text .main_btn { font-size: 14px; }

	.main_con_title h2 { font-size: 25px; }
	.main_con_title h2 span { margin-bottom: 15px; font-size: 15px; }

	.icfc_result_list li { padding: 0 5px; font-size: 20px; }
	
	.program_list li { height: 100px; }
	.program_list li h4 { font-size: 17px; }

	.main_con06_list li h3 { font-size: 20px; }
	
	.overview_list01 li { margin-bottom: 15px; }
	.overview_list01 li p { padding-left: 20px; }

	/* sub */
	.sub_vis { height: 250px; }
	.sub_text h2 { font-size: 25px; }
	.sub_text p { font-size: 15px; }

	.registration_list { border-radius: 0 20px 0px; }

	.page_program_table01 th, .page_program_table01 td { padding: 20px 5px; }
	.page_program_table01 tbody th { width: 20%; }

}

@media screen and (max-width: 375px) {
	
	/* main */
	.main_text .main_btnbox { width: 95%; }

	.main_con02 h3 { font-size: 14px; }
	.main_con02 .main_time span { font-size: 18px; }

}