@charset "utf-8";

/* 20190731_영어가열린다 리뉴얼 */

/* web font */
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700&display=swap&subset=korean');
@import url('//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR:300,400,500&display=swap');

/* 공통 */
* {
    box-sizing: border-box;
}
html,
body {
    font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
    font-size: 1rem;
    letter-spacing: -0.5px;
    color: #262626;
}

body {
    overflow-x: hidden;
}

/* header */
#header {
    width: 100%;
}
#innerHead {
    position: relative;
    width: 1180px;
    height: 95px;
    line-height: 95px;
    margin: 0 auto;
}
#header h1 {
    padding-top: 10px;
}
.gnb {
    position: absolute;
    top: 0;
    left: 160px;
}
.gnb ul:after {
    content: "";
    clear: both;
    display: block;
}
.gnb ul li {
    float: left;
}
.gnb ul li a {
    padding: 0 35px;    
    font-size: 1.35rem;
}
.gnb ul li:nth-child(1) a:hover,
.gnb ul li:nth-child(2) a:hover, 
.gnb ul li:nth-child(3) a:hover {
    color: #249e56;
}
.gnb ul li:nth-child(1) a:active,
.gnb ul li:nth-child(2) a:active, 
.gnb ul li:nth-child(3) a:active {
    color: #249e56;
}
.gnb ul li:last-child a {
    color: #249e56;
}
.gnb ul li:last-child a:hover {
    color: #333;
}
.gnb ul li:last-child a:active {
    color: #333;
}
#topMenu {
    position: absolute;
    top: 0;
    right: 0;
}
#topMenu ul:after {
    content: "";
    clear: both;
    display: block;
}
#topMenu ul li {
    float: left;
}
#topMenu ul li a {
    font-size: 14px;
    color: #292929;
}

#topMenu ul li:not(:first-child) a:first-child:before {
    position: relative;
    top: 2px;
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    margin-right: 10px;
    background: #292929;
}
#topMenu ul li:not(:nth-child(4)) a {
    padding-right: 10px;
    border-left: none;
}
#quickMenu {
    position: fixed;
    right: 0;
    top: 180px;
    width: 55px;
    text-align: center;
    font-size: 0.9125rem;
    line-height: 1;
    box-shadow: 0px 2px 4px 0px #8f8f8f;
    z-index: 100;
}
#quickMenu ul li {
    padding: 16px 0 14px 0;
    background: #fff;
    border-top: 1px solid #a0cebb;
    border-left: 1px solid #a0cebb;
    border-right: 1px solid #a0cebb;
    border-radius: 3px;
}
#quickMenu ul li:first-child {
    background: #09603c;
}
#quickMenu ul li:first-child a {
    color: #fff;    
}
#quickMenu ul li:last-child {
    border-bottom: 1px solid #a0cebb;
}
#quickMenu ul li p {
    margin-bottom: 7px;
    line-height: 1.5;
}

/* main */

/* section1 */
.wrap_section1 {
    width: 100%;
    height: 590px;
    margin: 0 auto;
    background: url('/images/new2/bg_section1.png') no-repeat center top;
}
#mainVisual {
    width: 1338px; 
    margin: 0 auto;
    padding-top: 80px;
}
#mainVisual:after {
    content: "";
    clear: both;
    display: block;    
}
#mainVisual>div {
    float: left;
}
#mainVisual>div.hd_section1 {
    width: 41%;
}
#mainVisual>div.main_video {
    position: relative;
    width: 59%;
}
#mainVideoSlide ul li {
    position: relative;
}
.desc_video {
    position: absolute;
    top: 0px;
    left: 0px;
	width:100%;
	height:100%;
    color: #fff;
}
.desc_video a{display:block;height:100%;}

.desc_video_view {
    position: absolute;
    top: 0px;
    left: 0px;
	width:100%;
	height:100%;
    color: #fff;
}
.desc_video_view a{display:block;height:100%;}


.txt1_s1 {
    margin-bottom: 30px;
    font-family: 'NanumSquare', sans-serif;
    font-size: 1.188rem;
    font-weight: 500;
    color: #39f3a6;
}
.txt1_s1:after {
    position: relative;
    top: -6px;
    display: inline-block;
    content: "";
    width: 58px;
    height: 1px;
    margin-left: 10px;
    background: #3abe87;
}
.txt2_s1 {
    margin-bottom: 45px;
    font-family: 'NanumSquare', sans-serif;
    font-size: 2.25rem;
    font-weight: 500;
}
#mainVideoSlide img {
    width: 100%;
    cursor: pointer;
}
#mainVideoSlide .desc_video img {
    width: 61px;
}
.hd_section1 {
    position: relative;
    height: 457px;
}
.area_btn {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
}
.area_btn p:first-child {
    margin-bottom: 10px;
}

/* slider css 수정 */
.main_video .bx-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
}
.main_video .bx-wrapper .bx-pager {
    position: absolute;
    left: -35px;
    bottom: 50px;
    width: auto;
}
.main_video .bx-wrapper .bx-pager-item {
    display: block;
    margin-bottom: 20px;
}
.main_video .bx-wrapper .bx-pager.bx-default-pager a {
    width: 18px;
    height: 18px;
    background: url(/images/new2/pager_off.png) no-repeat;
}
.main_video .bx-wrapper .bx-pager.bx-default-pager a.active,
.main_video .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: url(/images/new2/pager_on.png) no-repeat;
}
.main_video .bx-pager-link.active {
    border: none;   
}

/* section2 */
.wrap_section2 {
    width: 100%;
    padding: 70px 0 90px 0;
}
#mainMovie {
    width: 1180px;
    margin: 0 auto;
}
.hd_area {
    position: relative;
    margin-bottom: 45px;
}
.hd_area h2 {
    margin-bottom: 5px;
    font-size: 2.5rem;
    letter-spacing: -2px;
}
.hd_area p {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 1.125rem;
    color: #3f3f3f;
}
.hd_section2 a {
    position: absolute;
    bottom: 0;
    right: 0;    
    display: inline-block;
    width: 32px;
    height: 30px;
}
.wrap_speech {
    width: 1180px;
    overflow: hidden;
}
.speech {
    font-size: 0;
}
.speech:after {
    content: "";
    clear: both;
    display: block;
}
.area_photo {
    position: relative;
    cursor: pointer;
}
.speech .area_photo1 {
    float: left;
    width: 770px;
    height: 490px;    
    overflow: hidden;
    margin-right: 20px;
}
.speech .area_photo1 img {
    position: absolute;
    top: 0;
    left: 0;
}
.speech .area_photo2 {
    float: left;
    width: 390px;
    height: 490px;
    overflow: hidden;
}
.speech .area_photo2 img {
    position: absolute;
    top: 0;
    left: -190px;
}
.txt_photo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    padding-top: 15px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    color: #fff;
}
.tit_speech {
    font-size: 1.375rem;
    font-weight: 200;
    opacity: 0.8;
}
.nm_speech {
    font-size: 2.215rem;
    font-weight: 400;
}

/* section3 */
.wrap_section3 {
    height: 650px;
    background: url('/images/new2/bg_section3.png') center center no-repeat;
}

#bestContents {
    position: relative;
    width: 1490px;
    margin: 0 auto;
}
.box_bestSlide {
    position: absolute;
    top: 0;
    left: 155px;
    width: 1490px;
}

#bestContents:after {
    content: "";
    clear: both;
    display: block;
}
.hd_section3 {
    float: left;
    width: 18%;
    color: #fff;
}
.hd_section3 a {
	
    color: #fff;
}
.hd_section3 h2 {
    padding-top: 55px;
    margin-bottom: 60px;
}
.hd_section3 ul {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 1.625rem;
    font-weight: 400;
}
.hd_section3 ul li {
    width: 80%;
    margin-bottom: 20px;
    padding-bottom: 8px;
}
.hd_section3 ul li.active_slide a{
    padding-bottom: 6px;
    border-bottom: 2px solid #fff;
}
.hd_section3 ul li:hover a {
	border-bottom: 2px solid #fff;

}
.wrap_bestSlide {
    position: relative;
    float: right;
    width: 82%;
    padding-top: 140px;
}
.best_slide li {
    float: left;
    width: 267px;
    margin: 0 18px;
    border: 1px solid #b6b6b6;
    font-size: 0;
}
.best_slide li img {
    width: 100%;
}
.tit_book {
    padding: 10px 0;
    background: #fff;
    width: 100%;
    text-align: center;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 1.125rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

/* slide css 수정 */
.bx-pager-link.active {
    border-bottom: 1px solid #ccc;
}
.wrap_bestSlide .bx-controls-direction {
    position: absolute;
    left: -170px;
    bottom: 0;
    padding: 20px 15px;
    background: #fff;
    border-radius: 30px;
    font-size: 0;
}
.wrap_bestSlide .bx-controls-direction .bx-prev {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 55px;
    background: url(/images/new2/btn_best_prev.png) center center no-repeat;
    font-size: 0;
}
.wrap_bestSlide .bx-controls-direction .bx-next {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/images/new2/btn_best_next.png) center center no-repeat;
    font-size: 0;
}
.wrap_bestSlide .bx-pager.bx-default-pager {
    display: none;
}

/* section4 */
#mainMovie2 {
    width: 1338px;
    padding-top: 75px;
    margin: 0 auto;
}
.hd_section4 {
    text-align: center;
}
.hd_section4 h2 {
    margin-bottom: 10px;
}
.hd_section4 h2 span {
    color: #229b68;
}
.btn_more {
    margin-top: 10px;
    text-align: right;
}
.hd_area p.btn_more {
    font-size: 1rem;    
}
.hd_area p.btn_more span {
    position: relative;
    top: -3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    padding-top: 3px;
    border: 1px solid #3f3f3f;
    border-radius: 10px;
    text-align: center;
    font-size: 10px;    
}
#mainMovie2 .mycanvas {
    display: none !important;
}
#slideMovie2 ul li {
    position: relative;
}
.desc_pattern {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'NanumSquare', sans-serif;
    font-size: 2.25rem;
    font-weight: 500; 
    color: #fff;
    width: 100%;
    height: 100%;
}
.desc_pattern a {
    width: 100%;
    height: 100%;
    position: absolute;
}

/* section5 */
.wrap_section5 {
    padding-bottom: 120px;
}
.story_slide_box {
    width: 734px;
    height: 405px !important;
    margin: 0 15px;
    padding: 40px 0 0 60px;
}
.story_slide1 {
    background: url(/images/new2/bg_story_slide1.png) no-repeat;
}
.story_slide2 {
    background: url(/images/new2/bg_story_slide2.png) no-repeat;
}
.story_slide3 {
    background: url(/images/new2/bg_story_slide3.png) no-repeat;
}
.story_slide4 {
    background: url(/images/new2/bg_story_slide4.png) no-repeat;
}
.story_slide5 {
    background: url(/images/new2/bg_story_slide5.png) no-repeat;
}
.story_slide_box:after {
    content: "";
    clear: both;
    display: block;
}
.story_slide_box>div {
    float: left;
    width: 50%;
}
.hd_story {
    position: relative;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 500;
    letter-spacing: -2px;
}
.hd_story span {
    color: #1ca36b;
}
.hd_story a {
    position: absolute;
    top: 16px;
    right: 50px;
}
.book_li {
    position: relative;
    margin-top: 30px;
}
.txt_story {
    position: absolute;
    top: 0;
    right: 20px;
    width: 130px;
    font-family: 'Nanum Gothic', sans-serif;
}
.txt_story1 {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 5px;
    border-top: 1px solid #289a68;
    border-bottom: 1px solid #289a68;
    font-weight: 600;
    color: #289a68;
}
.txt_story2 {
    font-size: 1.3rem;
    line-height: 1.5;
}

/* slide5 slide css */
.wrap_section5 .slick-slide .book_li img {
    width: 170px;
}
.wrap_section5 .openeng_slick_btn_prev {
    position: absolute;
    top: 430px;
    left: 0;
    right: 0;   
    width: 734px;
    height: 30px;
    margin: 0 auto;
}
.wrap_section5 .openeng_slick_btn_next {
    position: absolute;
    top: 430px;
    left: 0;
    right: 0;   
    width: 734px;
    height: 30px;
    margin: 0 auto;
}
.wrap_section5 .slick-prev {
    display: inline-block;
    width: 30px;
    height: 30px;
    left: 0;
    margin: 0 auto;
    background: url(/images/new2/btn_story_prev.png) no-repeat;
    z-index: 100;
}
.wrap_section5 .slick-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    right: 0;
    margin: 0 auto;
    background: url(/images/new2/btn_story_next.png) no-repeat;
    z-index: 100;    
}
.wrap_section5 .slick-dots {
    bottom: -55px;
    left: 0;
    right: 0;
    width: 300px;
    margin: 0 auto;
}
.wrap_section5 .slick-dots li button {
    width: 18px;
    height: 18px;
    background: url(/images/new2/pager_story_off.png) no-repeat;
}
.wrap_section5 .slick-dots li.slick-active button {
    background: url(/images/new2/pager_story_on.png) no-repeat;
}

/* section6 */
.wrap_section6 {
    background: #f8f8f8;
}
#videoBook {
    width: 1180px;
    margin: 0 auto;
    padding-top: 75px;
    padding-bottom: 100px;
}
.videobook_li:after {
    content: "";
    clear: both;
    display: block;
}
.left_book_li {
    float: left;
    width: 25%;
}
.right_book_li {
    float: right;
    width: 70%;
}

.book_b {
    width: 100%;
    padding-top: 15px;
    padding-left: 14.576271%;
    background: url(/images/new2/bg_book.png) center center /cover no-repeat;
}

.book_b p {
    width: 90%;
    padding: 0 0 20px 0;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;    
}
.right_book_li:after {
    content: "";
    clear: both;
    display: block;
}
.right_book_li li {
    float: left;
    width: 140px;
    margin-left: 30px;
    margin-bottom: 18px;
}
.right_book_li li img {
    width: 135px;
}
.book_s:after {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    content: "";
    width: 73px;
    height: 186px;
    background: url(/images/new2/bg_left_book.png) no-repeat;
}
.right_book_li li:nth-child(1),
.right_book_li li:nth-child(6) {
    margin-left: 0;
}
.right_book_li li:nth-child(6) {
    clear: both;
}
.book_s {
    position: relative;
    width: 100%;
    height: 186px;
    background: url(/images/new2/bg_book_s.png) right center no-repeat;
}
.book_s p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px 10px 0;
    background-color: rgb(26,134,89,0.85);
    text-align: right;
    color: #fff;
}
.book_s p span {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: center;
    line-height: 1;
}

/* section7 */
.wrap_section7 {
    background: #e4f8ef;
}
#studyGuide {
    width: 1338px;
    padding-top: 70px;
    padding-bottom: 100px;
    margin: 0 auto;
}
.guide_step {
    background: url(/images/new2/bg_dot.png) left 7px repeat-x;
}
.guide_step ul:after {
    content: "";
    clear: both;
    display: block;
}
.guide_step ul li {
    float: left;
    width: 16.5%;
    margin: 0 1.75%;
    padding-top: 70px;
    background: url(/images/new2/green_dot.png) center top no-repeat;
}
.box_step {
    position: relative;
    height: 210px;
    padding: 20px 20px 0 20px;
    background-color: #fff;
    border: 1px solid #e8e5e5;
    border-radius: 5px;
}
.box_step p {
    width: 100%;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 1.125rem;
    line-height: 1.6;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;   
    
}
.box_step p span {
    color: #33a372;
}
.img_step {
    position: absolute;
    bottom: -14px;
    left: 4px;
}

/* section8 */
.wrap_section8 {
    background: url(/images/new2/bg_section8.png) no-repeat center top;
    background-color: #7f7f7f;
}
#studyIntroduce {
    width: 1180px;
    padding: 50px 0 100px 0;
    margin: 0 auto;
}
.hd_section8 h2 {
    text-align: center;
    color: #fff;
}
.hd_section8 .btn_more a {
    color: #fff;
}
.hd_area.hd_section8 p.btn_more span {
    border: 1px solid #fff;
}
.tbl_desc {
    width: 100%;
}
.tbl_desc tr td {
    padding: 50px 40px 5px 40px;
    border: 1px solid #fff;
    vertical-align: top;
    color: #fff;
}
.tbl_desc tr td:nth-child(2) {
    border: none;
}
.tit_desc {
    position: relative;
    margin-bottom: 50px;
    font-size: 2.25rem;
    font-weight: 300;
}
.tit_desc .color_green {
    color: #21f597;
}
.tit_desc .subtit {
    position: relative;
    top: -10px;
    margin-left: 10px;
    font-size: 1.375rem;
}
.tit_desc:before {
    position: absolute;
    top: -7px;
    left: 0;
    content: "";
    display: inline-block;
    width: 35px;
    height: 2px;
    background: #49ca91;
}
.desc_left .desc_b {
    margin-bottom: 50px;
}
.desc_b {
    font-size: 1.375rem;
    font-weight: 300;
}
.desc_s {
    margin-bottom: 10px;
    font-size: 1.125rem;
    font-weight: 300;
    color: #d0d0d0;
}

/* section9 */
.banner {
    padding: 50px 0;
    background: #3abd87;
    text-align: center;
    font-size: 1.75rem;
    color: #fff;
}
.banner p {
    width: 1180px;
    margin: 0 auto;
}
.banner em {
    color: #fff000;
}
.banner span:before {
    position: relative;
    top: 3px;
    display: inline-block;
    content: "";
    width: 26px;
    height: 26px;
    margin-right: 45px;
    background: url(/images/new2/ico_diamond.png) no-repeat;
}
.banner span:after {
    position: relative;
    top: 3px;    
    display: inline-block;
    content: "";
    width: 26px;
    height: 26px;
    margin-left: 45px;
    background: url(/images/new2/ico_diamond.png) no-repeat;
}
.wrap_userView {
    width: 100%;
    background: #f1f1f0;
}
#userReview {
    width: 1180px;
    margin: 0 auto;
    padding: 60px 0 94px 0; 
}
.hd_section9 h2 {
    padding-top: 55px;
    background: url(/images/new2/ico_comment.png) center top no-repeat;
    text-align: center;
}
.box_review {
    padding: 50px 0 0 0;
    background: #fff;
}
.box_review ul:after {
    content: "";
    clear: both;
    display: block;
}
.box_review ul li {
    float: left;
    width: 31%;
    margin: 0 1.166667%;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
.box_review ul li:nth-child(7),
.box_review ul li:nth-child(8),
.box_review ul li:nth-child(9) {
    border-bottom: none;
}
.li_review:after {
    content: "";
    clear: both;
    display: block;
}
.li_review>div {
    float: left;
}
.user_photo {
    width: 30%;
    text-align: center;
    color: #169962;
}
.user_comment {
    width: 70%;
    padding-top: 10px;
}
.txt_review {
    width: 100%;
    margin-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

/* footer */
#footer {
    padding: 40px 0;
    background: #363636;
    font-size: 0.9rem;
    font-weight: 300;
    color: #cecece;
}
#footer a {
    color: #cecece;    
}
.inner_ft {
    width: 1180px;
    margin: 0 auto;
}
.ft_line {
    position: relative;
}
.ft_info_list {
    position: absolute;
    top: 20px;
    right: 0;
}
.ft_info_list:after {
    content: "";
    clear: both;
    display: block;
}
.ft_info_list li {
    float: left;
    font-family: 'Nanum Gothic', sans-serif;
}
.ft_info_list li a {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #757575;
}
.ft_info_list li:last-child a {
    padding-right: 0;
}
.ft_info_list li:first-child a {
    border-left: none;
}
.ft_line2 {
    margin-top: 20px;
}
.ft_line2:after {
    content: "";
    clear: both;
    display: block;
}
.ft_line2>div:first-child {
    float: left;
    width: 80%;
}
.ft_line2>div:last-child {
    float: right;
    width: 20%;
    text-align: right;
}
.ft_line2 a {
    text-decoration: underline;
}
.cutomer {
    
    font-size: 16px;
}
.cutomer span {
    padding-left: 30px;
    background: url(/images/new2/ico_cs.jpg) no-repeat;
}
.ft_line3 {
    position: relative;
    margin-top: 45px;
}
.num_phone {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #16efc1;
}
.copyright {
    color: #7d7d7d;
}
.ft_sns {
    position: absolute;
    top: 0;
    right: 0;
}
.ft_sns a {
    margin-left: 30px;
}

.video-popup .video-wrapper iframe {
    border: 0px solid #4b4b4b;
    box-shadow: 0px 3px 20px 0px #202020;
}
.video-popup .video-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-popup.reveal .video-popup-closer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 9;
}


.video-popup .video-wrapper {
    position: relative;
    width: 80%;
    padding-bottom: 45%;
    z-index: 10;
}



.video-popup.reveal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  z-index:9999
}

.video-popup .video-wrapper {
  position: relative;
  width: 80%;
  padding-bottom: 45%;
  z-index: 10
}

.video-popup .video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-popup.reveal .video-popup-closer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 9
} 


















