/* 반응형 스타일 */
@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; }

}

@media screen and (max-width: 1280px) {
	
	/* head */
	.hd-menu { display: none; }
	.head_rightbox { right: 70px; }

	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: absolute; top: 40px; right: 2%; width: 30px; height: 19px; display: flex; flex-direction: column; justify-content: space-between; z-index: 99; /* 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; }
	.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_movie .main_text h2 { margin-bottom: 30px; font-size: 42px; }
	.main_movie .main_text p { font-size: 32px; }
	
	.main_con { font-size: 18px; }

	.main_con01 { padding: 230px 0 100px; }

	.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; }
	.main_con02:before { border-left: 150px solid #313b62; 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; }

	.main_con03_inr02 { padding: 0 60px; }

}

@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_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%; }

	.main_con03 { padding: 0px 0 100px; }
	.main_con03_inr { width: 100%; }
	.main_con03_inr01 { height: 600px; margin-bottom: 50px; }
	
	.main_con03_logo { text-align: center; width: 100%; margin-bottom: 30px; }
	.main_con03_logo img { width: 400px; }

    .main_con03_inr02 { justify-content: center; }
	
	.main_con04 { padding-bottom: 100px; }
	.main_con04:after { height: 50%; }
	.main_con04_list { gap: 0 10px; }
	
	.main_con04_list li .main_con04_inr { padding: 30px; }
	.main_con04_list li .main_con04_inr h3 { font-size: 32px; }

	.main_con05 { padding: 100px 0; }

	/* 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; }
	
}

@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 */
	#header { height: 70px; }
	.head .wrap { height: 70px; }
	.logo { top: 10px; }
	.logo img { height: 50px; }
	.head_rightbox { top: 15px; }
	.menu-toggler { top: 25px; }

	/* 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_con { font-size: 16px; }

	.main_con_title { margin-bottom: 30px; }
	.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; }
	.main_con02:before { border-left: 180px solid #313b62; border-bottom: 180px solid transparent; }
	.main_con02 h3 br { display: inline-block; }

	.main_con03 { padding: 0px 0 80px; }
	.main_con03_logo img { width: 350px; }
	.main_con03_inr01 { height: 500px; }
	
	.main_con04_list li .main_con04_inr h3 { font-size: 25px; }

	.main_con05 { padding: 80px 0; }

	/* 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; }

	.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; }

}

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

	.main_con_title h2 { text-align: center; font-size: 32px;}
	
	.main_con02 { height: 160px; }
	.main_con02:before { border-left: 160px solid #313b62; 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 */
	.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_movie .main_text h2 { margin-bottom: 15px; font-size: 28px; }
	.main_movie .main_text p { font-size: 16px; }
	
	.main_con { font-size: 14px; }

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

	.main_con02 .main_time span { font-size: 20px; }

	.main_con03 { padding: 0px 0 50px; }
	.main_con03_inr01 { height: 250px; }

	.main_con04 { padding-bottom: 50px; }
	.main_con05 { padding: 50px 0; }

	/* 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_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; }

}

@media screen and (max-width: 430px) {
	
	/* main */
	.icfc_result_list li { padding: 0 5px; font-size: 20px; }
	
	.overview_list01 li { margin-bottom: 15px; }
	.overview_list01 li p { padding-left: 20px; }

	.main_con03_logo img { width: 250px; }
	.main_con04_list li .main_con04_inr h3 { font-size: 20px; }

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

}

@media screen and (max-width: 375px) {
	
	/* main */
	.main_con02 h3 { font-size: 14px; }
	.main_con02 .main_time span { font-size: 18px; }

}