@charset "euc-kr";

/* layout */
#wrapper.wide {width:auto;overflow-x: hidden;width: auto;min-width: 1200px;margin: 0;}
div.visual,
div.cont1,
div.cont2,
div.cont3,
div.cont4,
div.cont5,
div.cont6,
div.cont7,
div.cont8,
div.cont9,
div.cont10 { position:relative; text-align:center; }
.mid { margin-top:-20px; }
.mid .mask { width:1200px; position:relative; margin:0 auto; min-height:50px; display:flex; align-items:center; flex-direction:column; }
.mask .img { position:relative; }
.floatingUi { position:absolute; overflow:hidden; right:0; top:1666px; z-index:10; margin:0; }
.onFixdmenu { position:fixed !important; top:20px !important; margin:0; }
@media all and (min-width:2500px) { .floatingUi { left:50%; margin:0 0 0 800px; } }

/* sections */
.visual { background:#1a8fef; }
.cont1 { background:#ebeffe; }
.cont2 { background:#6572f2; }
.cont3 { padding:0 0 100px; }
.cont4 { background:#ff7d3d; }

/* cont3_2 tabs & slider */
.cont3_2 .inner { margin:-20px 0 0; }
.cont3_2 .tab_wrap { display:flex; }
.cont3_2 .tab_wrap .tab_btn { transform:translate(1px, 1px); }
.cont3_2 .tab_wrap .tab_btn button { font-size:35px; width:256px; height:103.8px; text-align:left; padding:0 33px; background:#fff; border:1px solid #d9d9d9; margin-top:-1px; font-weight:500; display:flex; align-items:center; justify-content:space-between; }
.cont3_2 .tab_wrap .tab_btn button.on { background:#333; color:#fff; font-weight:600; }
.cont3_2 .tab_wrap .tab_btn button:after { content:''; width:15px; height:24px; background:url(img/arrow_off.png) no-repeat; display:inline-block; vertical-align:top; }
.cont3_2 .tab_wrap .tab_btn button.on:after { background-image:url(img/arrow_on.png); }
.cont3_2 .tab_wrap .content { width:825px; }
.cont3_2 .tab_wrap .content .swiper-container {}
.cont3_2 .tab_wrap .lecture { position:absolute; bottom:49px; left:131px; width:225px; height:44px; opacity:0; }
.cont3_2 .tab_wrap .home { position:absolute; bottom:31px; left:437px; width:225px; height:44px; opacity:0; }

.cont3_2 .tab_wrap .swiper-button-next:after,
.cont3_2 .tab_wrap .swiper-button-prev:after { display:none; }

.cont3_2 .tab_wrap .swiper-button-next,
.cont3_2 .tab_wrap .swiper-button-prev { color:#000; width:57px; height:57px; background:url(img/arrow.png) no-repeat; position:absolute; margin:0; transform:translate(0, -50%); }

.cont3_2 .tab_wrap .swiper-button-next { right:41px; transform:translate(0, -50%) scaleX(-1); }
.cont3_2 .tab_wrap .swiper-button-prev { left:41px; }

.cont3_2 .tab_wrap .swiper-button-next,
.cont3_2 .tab_wrap .swiper-button-prev { color:#000; transition:opacity .2s; }

.cont3_2 .tab_wrap .swiper-button-next.swiper-button-disabled,
.cont3_2 .tab_wrap .swiper-button-prev.swiper-button-disabled { opacity:.3; pointer-events:none; }

/* misc */
.blinker { animation:blinker 1s steps(1) infinite; }
.cont3 .mask { width:1082px; }
#lectureList { width:1200px; margin:0 auto; }
.fadeInLeft2 { animation:fadeInLeft2 1.5s infinite; opacity:0; }

/* keyframes */
@keyframes blinker {
    70% { opacity:0; }
}
@keyframes fadeInLeft2 {
    0% { left:490px; opacity:0; }
    50% { left:508px; opacity:1; }
}
