/* 
+----------------------------------------------------------------------+
| Copyright (c) STUDYMAX.  co. Ltd
+----------------------------------------------------------------------+
| 작업일 : 2019-10-22
| 파일설명 : 학습커리큘럼 CSS
+----------------------------------------------------------------------+
| 퍼블리셔 : 김승미
+----------------------------------------------------------------------+
| 수정이력 
+----------------------------------------------------------------------+
*/

/* 스터디모드 슬라이드 start*/
.studyModeSlideArea	{position: relative; width: 100%; height: 606px; background-image: url('/images/front/curriculum/kingdom/curriculum10_bg.png'); background-repeat: no-repeat; background-position: center center; background-size: cover;}
.studyModeSlideArea .studyModeSlide{position: relative; width: 667px; height: 337px; padding-top: 114px; margin: 0 auto;}
.studyModeSlideArea .studyModeSlide .flex-viewport{background-color: #fff;}
.studyModeSlideArea .studyModeSlide .slides li{z-index: 3}

.studyModeSlideArea .studyModeSliderNav {width: 100%; height: 51px;}
.studyModeSlideArea .flex-control-nav-li{float: left; width: 25%; height: 51px; background-repeat:no-repeat; background-position: 0 0; cursor:pointer}
.studyModeSlideArea .flex-control-nav-li.flexNav01{background-image: url('/images/front/curriculum/kingdom/studyModeSlide_nav01_off.png');}
.studyModeSlideArea .flex-control-nav-li.flexNav02{background-image: url('/images/front/curriculum/kingdom/studyModeSlide_nav02_off.png');}
.studyModeSlideArea .flex-control-nav-li.flexNav03{background-image: url('/images/front/curriculum/kingdom/studyModeSlide_nav03_off.png');margin-right:0; }
.studyModeSlideArea .flex-control-nav-li.flexNav04{background-image: url('/images/front/curriculum/kingdom/studyModeSlide_nav04_off.png');margin-right:0; }

.studyModeSlideArea .flex-control-nav-li.flex-active.flexNav01{background-image: url('/images/front/curriculum/kingdom/studyModeSlide_nav01_on.png');}
.studyModeSlideArea .flex-control-nav-li.flex-active.flexNav02{background-image: url('/images/front/curriculum/kingdom/studyModeSlide_nav02_on.png');}
.studyModeSlideArea .flex-control-nav-li.flex-active.flexNav03{background-image: url('/images/front/curriculum/kingdom/studyModeSlide_nav03_on.png');}
.studyModeSlideArea .flex-control-nav-li.flex-active.flexNav04{background-image: url('/images/front/curriculum/kingdom/studyModeSlide_nav04_on.png');}

/* 슬라이더 방향 */
.studyModeSlideArea .flex-direction-nav{position: absolute; top: 68%;left: 0; right: 0;  }
.studyModeSlideArea .flex-direction-nav .flex-prev , .studyModeSlideArea .flex-direction-nav .flex-next{position: absolute; z-index: 20; width: 12px; height: 18px; background-repeat: no-repeat;background-position: 0 0; text-indent: -9999em;}
.studyModeSlideArea .flex-direction-nav .flex-prev{left: 15px;background-image: url('/images/front/curriculum/kingdom/studyModeSlide_prev.png');}
.studyModeSlideArea .flex-direction-nav .flex-next{right: 15px;background-image: url('/images/front/curriculum/kingdom/studyModeSlide_next.png');}


/* 비디오 영역 */
.nativeVideoArea{height: 438px; background-color: #000000;}