/* Section °øÅë */
.container{}
.sectionBg{text-align:center;}
.sectionBg img{display:inline-block }

/* Visual Banner */
.visual_bn{height:1022px;background:url("http://www.naeiltour.co.kr/event/2019/20190412_czech/images/visual-bg.jpg") no-repeat center top; }

/* Section1_Ã¼ÄÚ¿©Çà ÇÊ¼ö¾ÆÀÌÅÛ */
.section_1{height:1045px;background:url("http://www.naeiltour.co.kr/event/2019/20190412_czech/images/section-1-bg.jpg") no-repeat center top; }

/* Section2_ÄíÆù ¸®½ºÆ® */
.section_2{height:1193px;background:url("http://www.naeiltour.co.kr/event/2019/20190412_czech/images/section-2-bg.jpg") no-repeat center top;}

/* Section3_Ã¼ÄÚ ¾ó¸®¹öµå Æ¯°¡»óÇ° º¸±â */
.section_3{height:162px;background:url("http://www.naeiltour.co.kr/event/2019/20190412_czech/images/section-3-bg.jpg") no-repeat center top;  }

/* Section4_Ã¼ÄÚ ÄíÆùºÏ qua */
.section_4{height:1227px; background:url("http://www.naeiltour.co.kr/event/2019/20190412_czech/images/section-4-bg.jpg") no-repeat center top; }

/* »óÇ°¸®½ºÆ® */
.event_iframe_wrap{width:900px; margin:0 auto; }

/* ÇÈ½º¹è³Ê */
.fix-banner{width:960px; margin:0 auto; position:relative; }
.fix-banner a{position:fixed; top: 50%; transform:translateY(-50%) ; display:none; }
.fix-banner a:first-of-type{left:50%; margin-left:-740px;  }
.fix-banner a:last-of-type{right:50%; margin-right:-740px;  }
.fix-banner.fixed {animation-name: fixbanner; animation-iteration-count: 1; animation-duration: .5s; }
.fix-banner.fixed a{display:block;  }

@keyframes fixbanner {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}