/* ##### 2019.12.22 리뉴얼 START ##### */
/* reset START */
html, body {font-family: 'Noto Sans KR', sans-serif;}
header a {display: block; transition: none;}
img {vertical-align: top; width: 100%;}
.row {position: relative;}
.page-loading {width: 50px; margin: 0 auto;}
.container {padding-left: 10px; padding-right: 10px;}
/* reset END */

/* 컴포넌트 모음 START */
.btn-style-defualt
{ background: #e5006e; color: #fff; font-weight: 900; display: inline-block; padding: 10px 30px 13px; border-radius: 100px; line-height: 1; transition: all 0.3s; }
.btn-style-defualt:hover
{ background: #e5006e; color: #fff; transform: translateY(-5px); box-shadow: rgba(0,0,0,.15) 0 10px 20px; }


.btn-style-defualt.disabled
{ cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; opacity: .65; }
.btn-style-defualt.disabled
{ pointer-events: none; }
.btn-style-defualt.disabled:hover,
.btn-style-defualt.disabled:focus
{ color: #ed6c00; }

.btn-pink {background: #e5006e; color: #fff; font-weight: 500; display: inline-block; border-radius: 6px; overflow: hidden; padding: 10px 10px 12px; text-align: center; transition: all 0.3s;}
.btn-pink:hover {background: #e5006e; color: #fff; transform: translateY(-5px); box-shadow: rgba(0,0,0,.15) 0 10px 20px;}

.btn-green {background: #3ab195; color: #fff; font-weight: 500; display: inline-block; border-radius: 6px; overflow: hidden; padding: 10px 10px 12px; text-align: center; transition: all 0.3s;}
.btn-green:hover {background: #3ab195; color: #fff; transform: translateY(-5px); box-shadow: rgba(0,0,0,.15) 0 10px 20px;}
.btn-green-basic {font-size: 0.9em; color: #3ab195; display: inline-block; border-bottom: 1px solid #3ab195; margin-left: 5px;}

.mypage-section-free .sub-title h5 {padding-left: 30px; font-weight: 700; color: #303030; font-size: 22px;}


.sub-title {display: flex; justify-content: space-between; align-items: center; position: relative;}
.sub-title.sub-block {display: block;}
.btn-middle-emphasis {color: #3ab195; border: 1px solid #3ab195;padding: 4px 10px;border-radius: 6px; font-size: 14px;}
.btn-middle-emphasis:hover {background: #3ab195; color: #fff;}
.btn-top-emphasis {background: #3ab195; color: #fff; border: 1px solid #3ab195;padding: 4px 10px;border-radius: 6px; font-size: 14px;}
.btn-top-emphasis:hover {background-color: #50ABC2; border-color: #50ABC2; color: #fff;}

.btn-top-pink {background: #e5006e; color: #fff; border: 1px solid #e5006e;padding: 4px 10px;border-radius: 6px; font-size: 14px;}
.btn-top-pink:hover {background-color: #c80060; border-color: #c80060; color: #fff;}


.block-page {margin: 20px 0;}
/* 컴포넌트 모음 END */

/* hedaer START */
.header-top .logo {width: 145px; float: left; margin-left: 20px;}
.header-top .logo h1 {margin-bottom: 0;}
.header-top .logo h1 a {display: block; padding: 10px 0;}
.header-top .ul-li {float: right;}
.header-top .ul-li li {position: relative;}
.header-top .ul-li li:after {position: absolute; content: ''; right: 0; top: 50%; width: 1px; height: 10px; background: #ececec; transform: translateY(-50%);}
.header-top .ul-li li:last-child:after {display: none;}
.header-top .ul-li > ul > li > a {padding: 10px 20px; font-size: 14px; color: #5e5e5e;}
.main-menu .ul-li > ul {display: flex; justify-content: space-between;}
.main-menu .ul-li > ul > li {flex-grow: 1;}
.main-menu .ul-li > ul > li > a {text-align: center; padding: 15px 0; font-weight: 400;}
.main-menu .ul-li > ul > li:hover > a { background: #3ab195; font-weight: 700; border-radius: 0; color: #fff;}
.main-menu .sub-menu > li {margin-bottom: 0; border-bottom: 1px solid #ececec;}
.main-menu .sub-menu > li:last-child {border-bottom: none;}
.main-menu .sub-menu > li > a {font-weight: 400; padding: 10px 0;}
.main-menu .sub-menu > li > a:hover { background: #3ab195; font-weight: 700; border-radius: 0; color: #fff;}
.header-style-2.main-menu-container.menu-bg-overlay {margin-top: -80px;}
.btn-close-menu-list {position: absolute; right: 10px; top: 10px; font-size: 34px; z-index: 1; color: #000;}
/* 수업시작버튼 추가 START */
.header-style-2 .nav-menu>ul>li.join-class-room {width: 120px; flex-grow: 0; display: flex; justify-content: center; align-items: center;}
/* .header-style-2 .nav-menu li:last-child:hover {background: none;} */
.header-style-2 .nav-menu>ul>li .btn-join-class-room {background: #e5006e; color: #fff; border-radius: 50px; padding: 7px; line-height: 1; padding: 7px 20px; font-weight: 700;}
.header-style-2 .nav-menu>ul>li:hover .btn-join-class-room {background: #d00051; border-radius: 50px;}
/* 수업시작버튼 추가 END */



.mjoin-class-room
{ display: block; padding-top: 15px; }

.mjoin-class-room > .join-class-room { width: 160px; flex-grow: 0; display: flex; justify-content: center; align-items: center;}
/* .header-style-2 .nav-menu li:last-child:hover {background: none;} */
.mjoin-class-room > .btn-join-class-room {background: #e5006e; color: #fff; border-radius: 50px; padding: 7px; line-height: 1; padding: 7px 40px; font-weight: 700;}
.mjoin-class-room > .btn-join-class-room {background: #d00051; border-radius: 50px;}




/* hedaer END */


/* 슬라이더 수정 START */
.slider-section .slider-area h2 {border-top: 1px solid #fff; border-bottom: 1px solid #fff; display: inline-block; padding: 0.4em 0; margin-bottom: 0.4em;}
.slider-section .slider-area .btn-style-defualt {font-size: 1.4em; padding: 15px 35px 18px; margin-top: 1em;}
.main-ad-section1 h3 {color: #000; font-weight: 700;}
.main-ad-section1 h3>span {color: #000; font-weight: 900;}
.main-ad-section1 p {color: #000; margin-bottom: 0; font-weight: 300;}

.slider-bg-0,
.slider-bg-1,
.slider-bg-2,
.slider-bg-3,
.slider-bg-4,
.slider-bg-5 {
    height: 60vh;
}

.slider-bg-1 {
    background-image: url(../images/r_style/slider-1.jpg);
}

.slider-bg-2 {
    background-image: url(../images/r_style/slider-2.jpg);
}

.slider-bg-3 {
    background-image: url(../images/r_style/slider-3.jpg);
}

#slider-item .owl-dots {
    bottom: 10px;
}

.slider-text .section-title h2 {
    font-size: 55px;
}

.slider-area p {
    color: #fff;
		font-size: 21px;
		font-weight: 300;
}

.slider-area p>span {
    font-weight: 700;
}

.slider-area .highlight-n {
    font-size: 32px;
    color: #fff;
}
.slider-area .highlight-n>span {
    color: #1cb99b;
    padding: 0px 8px 3px;
    line-height: 1;
    border-radius: 7px;
    font-weight: 900;
    vertical-align: 2px;
    border: 1px solid #1cb99b;
    font-size: 22px;
}
@media(max-width: 767px) {
    .slider-area .highlight-n {font-size: 18px;}
    .slider-area .highlight-n span {font-size: 16px; border-radius: 4px;}
}

@media(max-width: 576px) {
    .slider-text .section-title h2 {
        font-size: 32px;
    }
    .slider-area p {
        display: none;
    }
}


/* 슬라이더 수정 END */



/* 광고1 START */

.main-ad-section1 {
	background: url(../images/r_style/column1_bg.png) #f7f7f7 50% 0;
}

.main-ad-section1 .col-md-12 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.main-ad-section1 .ad-section-inner {
	display: flex;
	justify-content: space-around;
	align-items: center;
	max-width: 1030px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}

.main-ad-section1 .section-txt {
	font-size: 16px;
	font-weight: 700;
	color: #0AAEAD;
	margin-bottom: 10px;
	display: inline-block;
	border: 1px solid #0AAEAD;
	padding: 4px 20px 3px;
	border-radius: 20px;
}


@media(max-width: 576px) {
	.main-ad-section1 .ad-section-inner {
		display: block;
		text-align: center;
	}
}


/* 광고1 END */



/* main section START*/
.about-us-section {padding: 5em 0;}
.about-us-text .section-title {margin-bottom: 4em;}
.about-us-section .section-title h2 {position: relative; display: inline-block;}
.about-us-section .section-title h2:before {content:''; position: absolute; left: -40px; top: 50%; border: 20px solid #3ab195; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-right: 10px solid transparent; transform: translateY(-50%);}
.about-us-section .section-title h2:after {content:''; position: absolute; right: -40px; top: 50%; border: 20px solid #3ab195; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 10px solid transparent;transform: translateY(-50%);}
.about-us-section .btn-wrap {margin-top: 3em;}
.about-us-section .btn-wrap .btn-style-defualt {font-size: 1.4em; padding: 15px 35px 18px; min-width: 310px;}

/* 내 마음대로 자유수업 START */

.free-setting-section {
	background: #fff;
}

.free-setting-section .img-wrap {
	max-width: 200px;
	margin: 0 auto;
	width: 100%;
}
.free-setting-section .txt-wrap {
	text-align: center;
	margin-top: 2em;
}
.free-setting-section .txt-wrap>h4 {
	font-weight: 700;
	color: #000;
	margin: 1em 0;
}
.free-setting-section .txt-wrap>div {
	font-weight: 400;
	color: #ed6c00;
	font-size: 1.3em;
}
.free-setting-section .txt-wrap>p {
	font-weight: 300;
	color: #000;
	font-size: 1.1em;
}


@media(max-width: 930px) {

}

@media(max-width: 769px) {

}

@media(max-width: 576px) {

}


/* 내 마음대로 자유수업 END */

/* 화상영어 최저가 START */

.low-price-section {
	background: #f9f9f9;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.low-price-section .about-us-box {
	background: #fff;
	border-radius: 20px;
	padding: 0;
	height: 100%;
	box-shadow: 4px 10px 20px #ededed;
}

.low-price-section .img-wrap {
    max-width: 400px;
	margin: 0 auto;
	width: 100%;
    clip-path: circle();
}
.low-price-section .img-circle-text {
					position: absolute; 
					border-top: 2px solid #fff;
   					top: 35%; 
   					left: 50%; 
    				transform: translate(-50%, -50%); 
    				color: #fff; 
    				text-transform: uppercase; 
    				font-size: 1.2rem; 
    				font-weight: bold;
    				text-align: center;  
    				backface-visibility: hidden; 
    				
}

.low-price-section .txt-wrap {
	padding: 30px 0;
	color: #303030;
	line-height: 2;
	font-size: 1.3em;
}

.low-price-section h4 {
	font-weight: 700;
	color: #ed6c00;
	padding-top: 1.3em;
	font-size: 2em;
}

@media(max-width: 769px) {
	.low-price-section .col-md-4 {
			padding-bottom: 15px;
	}
}

@media(max-width: 576px) {
	.low-price-section .img-wrap {
			max-width: 400px;
	}
	.low-price-section .txt-wrap h4 {
			font-size: 16px;
	}
}


/* 화상영어 최저가 END */

/* 체계적인 커리큘럼 START */

/* .home-secound .img-wrap { padding: 0 40px; } */
.home-secound .course-content {display: grid;grid-template-columns: 2fr 2fr 2fr 2fr 2fr; grid-gap: 0.5em;}
.home-secound .course-content .course-img-text {padding-bottom: 50%; position: relative; border-radius: 10px; overflow: hidden;}
.home-secound .course-content .course-img-text .column {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover;}
.home-secound .course-content .course-img-text .column .layer {background: rgba(0,0,0,0.7);}
.home-secound .btn-wrap {margin-top: 1em;}
.course-img-text > .column.course-1
{ background-image: url('../images/r_style/renewal/level-01.png'); }
.course-img-text > .column.course-2
{ background-image: url('../images/r_style/renewal/level-02.png'); }
.course-img-text > .column.course-3
{ background-image: url('../images/r_style/renewal/level-03.png'); }
.course-img-text > .column.course-4
{ background-image: url('../images/r_style/renewal/level-04.png'); }
.course-img-text > .column.course-5
{ background-image: url('../images/r_style/renewal/level-05.png'); }
.course-img-text > .column.course-6
{ background-image: url('../images/r_style/renewal/level-06.png'); }
.course-img-text > .column.course-7
{ background-image: url('../images/r_style/renewal/level-07.png'); }
.course-img-text > .column.course-8
{ background-image: url('../images/r_style/renewal/level-08.png'); }
.course-img-text > .column.course-9
{ background-image: url('../images/r_style/renewal/level-09.png'); }
.course-img-text > .column.course-10
{ background-image: url('../images/r_style/renewal/level-10.png'); }
.course-img-text > .column.course-11
{ background-image: url('../images/r_style/renewal/level-11.png'); }
.course-img-text > .column.course-12
{ background-image: url('../images/r_style/renewal/level-12.png'); }
.course-img-text > .column.course-13
{ background-image: url('../images/r_style/renewal/level-13.png'); }
.course-img-text > .column.course-14
{ background-image: url('../images/r_style/renewal/level-14.png'); }
.course-img-text > .column.course-15
{ background-image: url('../images/r_style/renewal/level-15.png'); }
.course-img-text > .column.course-16
{ background-image: url('../images/r_style/renewal/level-16.png'); }
.course-img-text > .column.course-17
{ background-image: url('../images/r_style/renewal/level-17.png'); }
.course-img-text > .column.course-18
{ background-image: url('../images/r_style/renewal/level-18.png'); }
.course-img-text > .column.course-19
{ background-image: url('../images/r_style/renewal/level-19.png'); }
.course-img-text > .column.course-20
{ background-image: url('../images/r_style/renewal/level-20.png'); }
/* 체계적인 커리큘럼 END */




/* 참삭지도 START */


.write-check-section {
	background: #f9f9f9;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.write-check-section .about-us-box {
	background: #fff;
	border-radius: 20px;
	padding: 2em;
	height: 100%;
	box-shadow: 4px 10px 20px #ededed;
}

.write-check-section .section-txt {
	font-size: 16px;
	font-weight: 700;
	color: #303030;
	padding-bottom: 1em;
	border-bottom: 1px solid #ececec;
	text-align: center;
	font-size: 2em;

}

.write-check-section h4 {
	font-weight: 400;
	color: #303030;
	text-align: center;
	padding: 1em 0;
}

.write-check-section .writing-check-box2 .img-wrap2 {margin-top: -5em;}


.write-check-section .btn-sample {
	font-size: 14px;
	border-bottom: 1px solid #0AAEAD;
	color: #0AAEAD;
}

@media(max-width: 769px) {
	.write-check-section .col-md-6 {
			padding-bottom: 15px;
	}
}


/* 참삭지도 END */

/* 체계적인 코스 프로그램 START */
.course-step-section
{ background: url('../images/r_style/renewal/course-step-section-bg.png') no-repeat 50% 100%; background-size: contain; }
.course-step-box-wrap
{ display: grid; grid-template-columns: 2fr 2fr 2fr 2fr 2fr; grid-gap: 1.2em; }
.course-step-box-wrap .course-box
{ background: url('../images/r_style/renewal/course-box-bg.png') no-repeat 50% 50%; background-size: 100% 100%; padding-bottom: 100%; position: relative; }
.course-step-box-wrap .course-box .number
{ position: absolute; top: 15%; left: 0; text-align: center; width: 100%; font-size: 1.3em; font-weight: 900; color: #3ab195; }
.course-step-box-wrap .course-box .title
{ position: absolute; top: 50%; left: 0; text-align: center; width: 100%; transform: translateY(-40%); color: #303030; font-size: 1.5em; font-weight: 700; }
.course-step-section .btn-style-defualt
{ margin-top: 2em; }
/* 체계적인 코스 프로그램 END */


/* 나만의 피드백 START */
.personal-feedback {background: #f9f9f9; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec; }
.personal-feedback .about-us-box {background:#fff; border-radius: 20px; padding: 0; height: 100%; box-shadow: 4px 10px 20px#ededed; overflow: hidden;}
.personal-feedback .about-us-box .title {background: #3ab195; color: #fff; font-weight: 700; text-align: center; font-size: 2em; padding: 0.5em 0;}
.personal-feedback .about-us-box .txt {color: #303030; text-align: center; padding: 2em 0; line-height: 2; font-size: 1.3em;}
/* 나만의 피드백 END */

/* 디바이스 호환 START */

.all-device-ok {
	background: #fff;
}

/* 디바이스 호환 END */


/* 수강후기 START */

.testimonial_2_section {background: #f9f9f9; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec; }
.testimonial_2_section .user-profile-wrap {margin-bottom: 2em;}
.testimonial_2_section .user-profile-wrap > img {max-width: 180px; display: block; margin: 0 auto; border-radius: 100%; overflow: hidden; border: 3px solid #959595;}
#testimonials .feed-text .date {font-weight: 300; font-size: 0.9em;}

/* 수강후기 END */


/* 동영상광고 START */
.video-ad-box {text-align: center;}
.video-ad-box .video-ad-title {font-size: 22px; font-weight: 700; color: #000; margin-bottom: 20px; height: 65px; display: flex; align-items: center; justify-content: center;}
.video-wrap {max-width: 720px; margin: 0 auto;}
.video-wrap > div { margin: 0 auto; position: relative; padding-bottom: 56.25%;}
.video-wrap > div > iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.video-ad-box .video-ad-txt {color: #000;}
.video-ad-box .video-ad-txt > span{font-size: 12px;}
@media (max-width: 769px) {
	.video-ad-box {margin-bottom: 50px;}
}
/* 동영상광고 END */

/* 인기강사 START */

.popular-course-section {
	background: #fff;
}
.popular-course-section .course-pic {border-radius: 100%; background: url('../images/r_style/renewal/course-box-bg.png') no-repeat 50% 50%; background-size: 100% 100%; border: 3px solid transparent;}
.popular-course-section .course-pic img {padding: 3px; border-radius: 100%; overflow: hidden;}
.popular-course-section .course-price {text-align: center; padding: 0; background: none; margin-bottom: 0.5em;}
.popular-course-section .course-price > span {color: #3ab195; font-weight: 700; font-size: 1.3em;}
.popular-course-section .course-meta {text-align: center; margin-top: 1em;}
.popular-course-section .course-meta .course-author {color: #000; font-weight: 400; font-size: 1.1em;}
.popular-course-section .course-meta .course-rate {margin-top: 0.7em;}
.popular-course-section .course-viewer {text-align: center;}
/* 인기강사 END */

/* main section END*/


/* footer START */
.footer-area {border-top: 1px solid #ececec; border-bottom: 1px solid #ececec;}
.footer-nav > ul {display: flex; justify-content: space-between;}
.footer-nav > ul > li > a {font-weight: 300; font-size: 1em;}
.footer-nav > ul > li > a:hover {color: #3ab195; }
.footer-copyright {color: #adadad; }
.footer-copyright .f-logo-wrap {width: 110px; display: inline-block;}
.footer-copyright p {margin-bottom: 0.5em;}
.footer-copyright .copyright-text {margin-top: 2em;}
.footer-brand > h4 {color: #adadad; font-size: 22px; }
.footer-brand > h6 {color: #adadad; margin-bottom: 0.5em; font-size: 14px;}
/* btn-top */
.btn-top-wrap {position: fixed; right: 2%; bottom: 2%; display: none; }
.btn-top-wrap.on {display: block;}
.btn-top {background: #3ab195; color: #fff; font-weight: 700; text-align: center; width: 50px; height: 50px; border-radius: 100%; position: fixed; right: 2%; bottom: 2%; transition: all 0.3s;}
.btn-top>div:last-child {margin-top: -5px;}
.btn-top:hover {background: #3ab195; color: #fff; transform: translateY(-5px); box-shadow: rgba(0,0,0,.15) 0 10px 20px;}
.footer-copyright h4.kakao-edusori a img {width: 30px; margin-right: 5px;}
.footer-copyright h4.kakao-edusori a {color: #adadad; font-size: 22px;}
.footer-copyright p.kakao-edusori a img {width: 22px; margin-right: 5px;}
.footer-copyright p.kakao-edusori a {color: #adadad; font-size: 14px;}
.btn-login {width: 100%; display: block;}



/* footer END */
/* 공유하기 버튼 START */
.header-top .container {overflow: hidden;}
.share-list-wrap {position: relative;}
.share-list-wrap > .depth {
    /* display: none; */
    position: absolute;
    right: -330px;
    top: 0;
    display: flex;
    background: #fff;
    border-radius: 50px;
    width: auto;
    overflow: hidden;
    transition: all 0.5s;
}
.share-list-wrap > .depth > li
{ padding: 0; background-color: white; border-radius: 100%; width: 40px; height: 40px; text-align: center; line-height: 40px; margin-left: 10px; }
.share-list-wrap.on
{ border: none; }
.share-list-wrap.on > .depth
{ right: 10px; }
.header-top li i {margin: 0;}
.share-list-wrap > .depth > li.facebook-icon i {color: #4267b2;}
.share-list-wrap > .depth > li.google-icon i {color: #dd3c2a;}
.share-list-wrap > .depth > li.twitter-icon i {color: #2aa9e0;}
.share-list-wrap > .depth > li.skype-icon i {color: #00aaf2;}
.share-list-wrap > .depth > li.wechat-icon i {color: #2dc100;}
.share-list-wrap > .depth > li:last-child i {color: #000;}
/* 공유하기 버튼 END */

/* 반응형 헤더 START */
#menu-container .logo-area
{ width: 105px; padding: 0; margin: 0 auto; }
.alt-menu-btn .hamburger-menu::before
{ font-size: 23px; }
.menu-list-wrap
{ position: fixed; left: 0; top: 0; width: 100%; height: 100%; overflow-y: auto; background: rgba(0, 0, 0, 0.85); z-index: 1000; display: none; }
.menu-list-wrap.on
{ display: block; }
/* 반응형 헤더 END */




/* 메인페이지 반응형대응 START */
@media(max-width: 993px) {
	.course-step-box-wrap {
		grid-template-columns: 2fr 2fr 2fr 2fr;
	}
}
@media(max-width: 769px) {
	.home-secound .course-content {
		grid-template-columns: 2fr 2fr 2fr 2fr;
	}
	.course-step-box-wrap {
		grid-template-columns: 2fr 2fr 2fr;
	}
	.course-step-box-wrap .course-box .title {
		font-size: 1.2em;
	}
	.footer-nav > ul {flex-wrap: wrap; justify-content: center;}
	.footer-nav > ul > li:first-child,
	.footer-nav > ul > li {padding: 10px;}
	.low-price-section .about-us-box,
	.write-check-section .about-us-box,
	.personal-feedback .about-us-box {max-width: 420px; margin: 0 auto;}
}
@media(max-width: 577px) {
	.about-us-section {
		padding: 3em 0;
	}
	.about-us-text .section-title {
		margin-bottom: 0;
	}
	.home-secound .course-content {
		grid-template-columns: 2fr 2fr 2fr;
	}
	.course-step-box-wrap {
		grid-template-columns: 2fr 2fr;
	}
	.course-step-box-wrap .course-box {padding-bottom: 0; width: 160px; height: 160px; margin: 0 auto; }
	.low-price-section h4,
	.write-check-section .section-txt,
	.personal-feedback .about-us-box .title {font-size: 1.4em;}
	.personal-feedback .about-us-box .txt,
	.low-price-section .txt-wrap {font-size: 1em;}
}
/* 메인페이지 반응형대응 END */



/* 서브페이지 공통 CSS START */
.sub-banner-img-1
{ background: url('../images/r_style/renewal/lat-header.png') no-repeat 50% 50%; }
.sub-banner
{ text-align: center; padding-top: 50px; padding-bottom: 50px; }
.sub-banner h2
{ border-top: 1px solid #fff; border-bottom: 1px solid #fff; display: inline-block; padding: 0.4em 0; margin-bottom: 0.4em; font-size: 3em; }
.sub-banner h4
{ font-size: 1.3em; font-weight: 300; color: #FFFFFF; line-height: 30px; }
.sub-banner h4 > span
{ font-weight: 700; }
.sub-banner .btn-wrap .btn-style-defualt
{ margin-top: 2em; font-size: 1.4em; padding: 15px 35px 18px; min-width: 310px; font-weight: 900; }
.nav-tabs > .nav-pills > li > a
{ padding: 0px 40px; }
.about-us-section .sub-title
{ text-align: center; margin-bottom: 3em }
.about-us-section .sub-title p
{ font-size: 1.3em; font-weight: 300; color: #333333; }
.about-us-section .sub-title h2
{ font-size: 2.6em; font-weight: 700; color: #000; word-break: keep-all;}
.about-us-section .sub-title h3
{ font-size: 2.6em; font-weight: 700; color: #000; }

.about-us-section .text-column p
{ font-size: 1.2em; }
.about-us-section .text-column.warning-box
{ margin-bottom: 2em; }
.about-us-section .text-column.warning-box p a
{ display: inline-block; font-weight: 900; }
/* 서브페이지 공통 CSS END */


/* 무료체험신청 페이지 CSS START */
.lat-schedule-column .caption {display: flex; justify-content: center; align-items: center; margin-bottom: 2em;}
.lat-schedule-column > .caption > .date-txt {width: auto; margin: 0 20px;}
.lat-schedule-column .caption .date-txt a {font-size: 1.6em; color: #000;}
.lat-schedule-column .caption .date-txt a .label {vertical-align: 5px;}
.lat-schedule-column .caption .btn-prev a {background: url('../images/r_style/renewal/left-arrow-green.png') no-repeat 50% 50%; background-size: contain; background-color: transparent; display: block; width: 35px; height: 35px; text-indent: -999999999999999px;}
.lat-schedule-column .caption .btn-next a {background: url('../images/r_style/renewal/right-arrow-green.png') no-repeat 50% 50%; background-size: contain; background-color: transparent; display: block; width: 35px; height: 35px; text-indent: -999999999999999px;}
.lat-submit .input-group .form-control {font-size: 1.5em; padding-top: 1.5em; padding-bottom: 1.5em; float: none;}
.form-horizontal .has-feedback-left .form-control-feedback {top: 9px;}


/* 맞춤형 학습 피드백 START */
.why-choose-section {background: url('../images/r_style/renewal/feedback-section-bg.png') no-repeat 50% 50%; background-size: cover; text-align: center;}
.why-choose-section h2:before,
.why-choose-section h2:after {display: none;}
.why-choose-section .features-text-title h3 {font-size: 1.7em;}
.why-choose-section .features-text .features-text-dec {font-size: 1.2em;}
/* 맞춤형 학습 피드백 END */

/* 무료체험신청 페이지 CSS END */



/* 교육과정 페이지 START */
.course-sub-gnb-wrap {background: #fafafa; padding-bottom: 10px;}
.course-sub-gnb-wrap .sub-gnb {display: flex; justify-content: space-between; align-items: center; text-align: center;}
.course-sub-gnb-wrap .sub-gnb .img-wrap {width: 40px; margin: 0 auto;}
.level-title-box {background: #000; color: #fff; display: flex; justify-content: center; align-items: center; text-align: center; padding: 20px 0; font-weight: 900; margin-top: 2em; font-size: 1.2em;}
.level-title-box .equal-tox {margin: 0 5%;}
.level-title-box .level-txt {color: #3ab195; margin-top: 5px;}

.sub-banner-img-10 {background: url('../images/r_style/renewal/course-header-bg-01.png') no-repeat 50% 50%; background-size: cover; text-align: center;}
.nav-tabs > .nav-pills {border-radius: 15px; border: 1px solid #3ab195;}
.nav-tabs > .nav-pills > li {border-right: 1px solid #3ab195;}
.nav-tabs > .nav-pills > li:last-child {border-right: none;}
.nav-tabs > .nav-pills > li > a {color: #3ab195;}

.level-table *
{ text-align: center; color: #111111; font-size: 16px; }
.level-table .table-subtitle th {font-size: 0.8em;}
.level-table .table-course th,
.level-table .table-course td {vertical-align: middle; font-weight: 300; border-bottom: 1px solid #dbdbdb; white-space: normal; color: #333;}
.level-table thead {background: #f9f9f9; }
.level-table thead th { color:#3ab195; }
.level-table .bb1 {border-bottom: 1px solid #dbdbdb;}
.table-striped tbody tr td {line-height: 2; font-size: 0.8em;}
.table-striped tbody tr:nth-of-type(2n+1) {background-color: #fff;}
.table-striped tbody tr:nth-of-type(2n) {background-color: #f9f9f9;}

.course-step-section2 {background: url('../images/r_style/renewal/course-step-bg.png') no-repeat 50% 50%; background-size: cover; text-align: center;}
.course-step-section2 .course-step-box-wrap {display: block;}
.course-step-section2 .course-step-box-wrap > div {display: flex; justify-content: center; align-items: center;}
.course-step-section2 .course-step-box-wrap .course-box {width: 190px; height: 190px; padding-bottom: 0; margin: 10px;}
.course-step-section2 .course-step-box-wrap .course-box1 {
	background: url('../images/r_style/renewal/course-step-circle-bg-1.png') no-repeat 50% 50%;
	background-size: 100%;
}
.course-step-section2 .course-step-box-wrap .course-box2 {
	background: url('../images/r_style/renewal/course-step-circle-bg-2.png') no-repeat 50% 50%;
	background-size: 100%;
}
.course-step-section2 .course-step-box-wrap .course-box3 {
	background: url('../images/r_style/renewal/course-step-circle-bg-3.png') no-repeat 50% 50%;
	background-size: 100%;
}
.course-step-section2 .course-step-box-wrap .course-box1 .number {color: #0068b7;}
.course-step-section2 .course-step-box-wrap .course-box2 .number {color: #3ab195;}
.course-step-section2 .course-step-box-wrap .course-box2.midsize {font-size: 14px;}
.course-step-section2 .course-step-box-wrap .course-box3 .number {color: #e5004f;}
.course-step-section2-mobile {display: none;}
.course-step-section2-mobile .course-step-box-wrap > div {flex-wrap: wrap;}



.sub-title > .arrow {
	border-color: #1DB898 transparent #1DB898 transparent;
	border-style: solid;
	border-width: 50px 50px 0 50px;
	height: 0px;
	width: 0px;
	margin: 0 auto 1em;
	position: relative;
}
.sub-title > .arrow > span {
	position: absolute;
	top: -50px; left: 50%;
	transform: translateX(-50%);
	font-weight: 700;
	color: #fff;
	font-size: 1.6em;
}
.nav-tabs2 {overflow: hidden; margin: 0 auto;}

.course-book-choice {background: #f9f9f9;}
.book-course-list {background: #fff; border-radius: 10px;}
.book-course-list button
{ background: #41aa92; color: #fff; font-weight: 900;padding: 10px; line-height: 1; height: auto; }
.course-book-list .col-6 {margin-bottom: 10px;}

.table-book-info thead th {border-bottom: 1px solid #dbdbdb; background: #f9f9f9;}
.about-list li {font-size: 1.3em; word-break: keep-all;}
.about-list li:before {width: 3px; height: 3px; background: #000; left: 10px; top: 14px;}
.nav-tabs > .nav-pills > li,
.nav-tabs > .nav-pills > li > a {font-size: 1.1em}

@media (max-width: 913px) {
	.course-step-section2-desk {display: none;}
	.course-step-section2-mobile {display: block;}
}
/* 교육과정 페이지 END */


/* mypage 마이페이지 START */
.mypage-user-profile {padding: 2em 0; border-top: 1px solid #bbbbbb; border-bottom: 1px solid #bbbbbb; }
.mypage-user-profile .user-photo-wrap > div{ max-width: 90px; border-radius: 100%; overflow: hidden; margin: 0 auto;}
.mypage-user-profile .user-info-wrap > div .info-title {font-weight: 400; color: #212121;}
.mypage-user-profile .user-info-wrap > div .db-ok {color: #e40059; display: inline-block; font-weight: 500; margin-left: 10px;}
.btn-warning {color: #fff;}
/* .btn {background: #015d8e; padding: 10px 60px; color : #fff; font-weight: 700; border-radius: 100px; font-size: 18px;}
.btn-warning {background: #1aa5b1; border: none;} */
.mypage-section .mobile-btn-wrap {display: none;}



.mypage-section-free .tutor-img-wrap {border-radius: 100%; overflow: hidden;  padding: 3px; background: url('../images/r_style/renewal/course-step-circle-bg-2.png') no-repeat 50% 50%; background-size: auto; background-size: 100%; max-width: 190px; margin: 0 auto; padding: 4px; margin-bottom: 30px; margin-top: 20px;}
.mypage-section-free .tutor-img-wrap > div {padding-bottom: 100%; position: relative;}
.mypage-section-free .tutor-img-wrap > div  img {border-radius: 100%; width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
/* .mypage-section-free .class-info-wrap {text-align: center;} */
/* .mypage-section-free .class-info-wrap {position: absolute; left: 50%; top: 180px; transform: translateX(-50%); width: 270px;} */
.mypage-section-free .class-info-wrap > div {margin-bottom: 10px;}
.mypage-section-free .class-info-wrap .class-info-btn-wrap {margin-top: 1em; display: flex; justify-content: space-between;}
.mypage-section-free .class-info-wrap .class-info-btn-wrap > a {width: 49%;}
.mypage-section-free .class-info-wrap .info-title {color: #3ab195; margin-right: 5px; font-weight: 700;}
.mypage-section-free .box {padding: 0 20px; padding-bottom: 30px;}
.mypage-section-free .btn-wrap {display: flex; justify-content: center; margin-top: 2em;}
.mypage-section-free .btn-wrap > a {width: 30%;}
.mypage-section-free .btn-wrap > a:first-child,
.mypage-section-free .btn-wrap > a:last-child {margin: 0 5px;}
.btn-wrap {text-align: center;}
.class-info-btn-wrap > a:first-child {margin-right: 10px;}

.table-responsive3 .table-dfb {border: none;}
table tr th {background: #F9FFFA; color: #0AAEAD; }
/* .db-ok {background: #212121; color: #fff; border-radius: 10px; display: inline-block; padding: 5px 10px; font-weight: 900;} */
.mypage-section {padding: 20px 0;}

.main-review-panel {border: 1px solid #dbdbdb;}
.list-news {margin-top: 1rem;}
.list-news dl dt {    width: 80%;
float: left;
padding-left: 20px;}
.list-news dl dd {float: right; padding-right: 20px;}
.btn-substyle-wrap > div {width: 50%; float: left;}
.btn-wrap2 .btn {width: 100%; padding: 20px 0;}
.btn-wrap2  .btn > i {float: none;}
.info-box-wrap .box2 {padding: 20px 10px; background: #fff; text-align: center; border-radius: 10px;     box-shadow: 0 5px 15px rgba(0,0,0,.07);}
/* .info-box-section {background: #fafafa;} */
.mypage-user-section .button-wrap {display: flex; justify-content: space-around; max-width: 590px; margin: 0 auto;}
.mypage-user-section .button-wrap>a {display: block; width: 24%;}

.mypage-section .sub-title h3 {font-size: 2em; font-weight: 700; color: #000; position: relative; padding-left: 25px; margin-bottom: 20px;}
.mypage-section .sub-title h3:before {width: 5px; height: 5px; background: #3ab195; content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); border-radius: 100%;}
.mypage-section .sub-title h3 > a {font-size: 14px; vertical-align: top; font-weight: 900;}
.dfb-video-wrap {border: 1px solid #dbdbdb;}
.video-date {text-align: center; padding: 1em 0; background: #eee;}
.video-date > div {padding: 5px 0; color: #000; font-weight: 700;}
.dfb-video-wrap.now-video .video-date {background: #333; color: #fff;}
.dfb-video-wrap.now-video .video-date > div { color: #fff;}
.video-btn-wrap {display: flex; justify-content: space-around;}
.video-btn-wrap > a {width: 49%;}

.mypage-menu-section .nav-tabs2,
.mypage-menu-section .nav-tabs2 > .nav-pills {width: 100%;}


.mypage-section table tr th {background: #fcfcfc; color: #3ab193; text-align: center;}
.mypage-section table tr td {color: #303030;}

.mypage-class-ing .btn-wrap {margin-top: 2em; text-align: center;}
.mypage-class-ing .btn-wrap > a {width: 50%;}
.mypage-section .table > thead.color-header th:first-child {border-left: 0;}
.mypage-section .table > thead.color-header th:last-child {border-right: 0;}
.mypage-section .table > thead.color-header th {background: #f9fffb;}
.mypage-section .table > thead.color-header th,
.mypage-section .table > thead.color-header td {border-right: 0;}
.mypage-section .table .btn-green {font-size: 12px; vertical-align: top; font-weight: 900; padding: 2px 10px;}
table.table-bottom-border {border-bottom: 1px solid #dee2e6;}
.info-box-section .sub-title h5 {padding-left: 30px; font-weight: 700; color: #303030;}
.info-box-section .btn-wrap {display: flex; justify-content: center;}
.info-box-section .btn-wrap > a {width: 25%; margin: 0 5px;}
.mypage-board-section {border-top: 1px solid #dadada; border-bottom: 1px solid #dadada; background: #fcfcfc;}
#btn_prev
{ background: url('/home/skin/default/content/images/r_style/renewal/left-arrow-green.png') no-repeat 50% 50%; background-color: rgba(0, 0, 0, 0); background-size: auto; background-size: contain; background-color: transparent; display: block; width: 35px; height: 35px; border: none; display: inline-block;}
#btn_next
{ background: url('/home/skin/default/content/images/r_style/renewal/right-arrow-green.png') no-repeat 50% 50%; background-color: rgba(0, 0, 0, 0);	background-size: auto; background-size: contain; background-color: transparent; display: block; width: 35px; height: 35px; border: none; display: inline-block;}
.calendar-title {display: inline-block; vertical-align: top; margin: 0 25px;}
.calendar-info-box {margin: 20px 0;}
.mypage-schedule-section .caption
{ display: flex; justify-content: center; align-items: center; }
.mypage-schedule-section .caption  h3 {margin: 0 50px; font-weight: 900; color: #000; font-size: 2em;}
.mypage-schedule-section .class-schedule-info-box {margin: 2em 0; color: #000;}
.class-schedule-info-box > div {display: inline-block;}
.sub-tittle1 > h3 {font-weight: 700; font-size: 2em;}
.payment-method h4 {background: #303030; padding: 30px 0px;}
.payment-method > a {width: 90%; margin: 20px auto; display: block; background: #42aa93;}
.table-me > thead > tr > th,
.table-me > tbody > tr > td
{ text-align: center; vertical-align: middle; }
.table-me > thead > tr > td
{ color: #333333; }
.form-control.form-comment
{ line-height: 20px; }
.dfb-video-wrap > .video-wrap > img {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
/* mypage 마이페이지 END */



/* 네비게이션 */

/* 풀스크린팝업 */
.nav-screen
{ position: fixed; left: 0; top: 0; width: 100%; height: 100%; overflow-y: auto; background: rgba(0, 0, 0, 0.85); z-index: 1000; display: none; }
.nav-screen.on
{ display: block; }
.nav-screen > .btn-close-popup
{ position: absolute; right: 0; top: 10px; font-size: 40px; color: #FFFFFF; z-index: 100; text-decoration: none; }
.nav-screen > .btn-close-popup > i
{ font-size: 60px; color: #FFFFFF; }

.nav-screen > .popup-contents
{ float: right; padding: 20px; max-width: 520px; width: 100%; height: 100%; text-align: left; color: #FFFFFF; background: #FFFFFF; }

.nav-screen > .popup-contents > aside
{ margin: 0; padding: 0 0 15px; position: relative; width: 100%; color: #0756C0; border-bottom: 1px solid #EEEEEE; }

.nav-screen > .popup-contents > aside#member-info
{ display: none; margin: 0; padding: 15px 5px; position: relative; width: 100%; color: #0756C0; border-bottom: 1px solid #EEEEEE; font-size: 16px; }
.nav-screen > .popup-contents > aside#member-info > ul {padding-left: 0;}
.nav-screen > .popup-contents > aside#member-info > ul > li
{ padding: 5px 0; list-style: none; }

.nav-screen > .popup-contents > aside:before,
.nav-screen > .popup-contents > aside:after
{ display: table; content: " "; clear: both; }
.nav-screen > .popup-contents > aside  i
{ font-size: 30px; }
.nav-screen > .popup-contents > aside  h3
{ font-size: 30px; font-weight: 300; margin: 0; }
.nav-screen > .popup-contents > aside  img
{ width: 40px; }
.nav-screen > .popup-contents > aside  img:hover
{ background-color: #F9FCFF; }

.nav-screen > .popup-contents > aside > div
{ padding: 0 5px; }

.nav-screen > .popup-contents > aside > .col-xs-8
{ font-weight: 400; }
.nav-screen > .popup-contents > aside > .col-xs-8 > a
{ text-decoration: none;  }
.nav-screen > .popup-contents > aside > .col-xs-8 > a > div
{ float: left; }
.nav-screen > .popup-contents > aside > .col-xs-8 > a > div > span
{ border-bottom: 1px solid #0D5DC9; font-size: 26px; color: #0D5DC9; }
.nav-screen > .popup-contents > aside > .col-xs-8 > a > div > img
{ width: 24px; margin-left: 10px; vertical-align: 1px;}
.nav-screen > .popup-contents > aside > .col-xs-8 > a > div > small
{ font-size: 14px; color: #999999; line-height: 26px; }

.nav-screen > .popup-contents > aside > .col-xs-4
{ text-align: right; }
.nav-screen > .popup-contents > aside > .col-xs-4 > a
{ text-decoration: none; display: inline-block;}
.nav-screen > .popup-contents > aside > .col-xs-4 > a > img
{ border-radius: 50px; width: 46px; padding: 10px; background-color: #FFFFFF; border: 2px solid #EEEEEE; }
.nav-screen > .popup-contents > aside > .col-xs-4 > a:hover > img
{ background-color: #EEEEEE; }



.nav-screen > .popup-contents > h4
{ margin: 50px 0 6px; font-size: 22px; font-weight: 400; }
.nav-screen > .popup-contents > p
{ margin: 3px 0 3px 5px; font-size: 18px; font-weight: 400; }




.nav-screen > .popup-contents > section > .column
{ margin: 0; padding: 0; position: relative; width: 100%; }
.nav-screen > .popup-contents > section > .column:before,
.nav-screen > .popup-contents > section > .column:after
{ display: table; content: " "; clear: both; }



section > .dashboard > .navgations
{ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; text-align: center; }


section > .dashboard > .navgations > h3,
section > .dashboard > .navgations > h4
{ width: 100%; color: #000000; font-weight: 700; border-top: 1px solid #c6c6c6; text-align: left; padding: 10px 0 0; color: #fa8c00; }
section > .dashboard > .navgations > h4 {position: relative; padding-left: 20px; font-size: 15px;}
section > .dashboard > .navgations > h4:before {position: absolute; content: ''; width: 3px; height: 3px; background: #fa8c00; left: 10px; top: 57%; transform: translateY(50%);}
section > .dashboard > .navgations > h3
{ color: #005BAB; }

section > .dashboard > .navgations > ul
{ width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 10px; grid-auto-rows: minmax(25%, 90px); text-align: center; margin-bottom: 20px; }
section > .dashboard > .navgations > ul > li
{ margin: 0 auto; min-height: 1px; padding-right: 8px; padding-left: 8px; height: 200px; }

section > .dashboard > .navgations > ul > li > a
{ display: block; width: 100px; text-align: center; position: relative; }
section > .dashboard > .navgations > ul > li > a > .icons > img
{ text-align: center; width: 100%; border: 2px solid #EFEFEF; padding: 10px 10px; border-radius: 30%; }
section > .dashboard > .navgations > ul > li:hover > a > .icons > img
{ border-color: #E0E0E0; background-color: #F9FCFF; }

section > .dashboard > .navgations > ul > li > a,
section > .dashboard > .navgations > ul > li > a > h5
{ font-size: 18px; font-weight: 500; font-family: 'Noto Sans KR', 'malgun Gothic', '맑은고딕', sans-serif; color: #000000; text-decoration: none }
section > .dashboard > .navgations > ul > li:hover > a > h5
{ color: #0756C0; text-decoration: underline }

/* 회사소개페이지 START */
.about-us-section.company-about-section {padding-bottom: 1em; background: #fff;}
.company-about-section {padding: 2em; background-color: #f7f7f7;}
.company-about-section .txt-box {margin-bottom: 30px; text-align: center; font-weight: 300; font-size: 18px;}
.company-about-section .txt-box .highlight {font-weight: 700; color: #3ab195;}
.company-about-section .txt-box2 {max-width: 450px; margin: 0 auto; }
.company-about-section .txt-box2 > div {display: flex; justify-content: start; align-items: center; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #eee;}
.company-about-section .txt-box2 .title-year {font-weight: 900; color: #ff4040; font-size: 22px; }
.company-about-section .txt-box2 .txt { text-align: center; border-bottom: 1px solid #fafafa; padding-left: 20px; font-size: 16px; font-weight: 300; color: #000;}
.company-about-section .compnay-chart-img-wrap {max-width: 610px; margin: 0 auto;}
/* 회사소개페이지 END */

/* 메인페이지 안정적인 수업시스템 section START */
.video-ad-section .video-wrap {margin-bottom: 50px;}
/* 메인페이지 안정적인 수업시스템 section END */

/* 고객지원 START */
.sub-banner .call-number {font-size: 2rem;}
.sub-banner .kakao-edusori,
.sub-banner .kakao-edusori a {font-size: 2rem;}
.sub-banner .kakao-edusori a:hover {color: #fff;}
.sub-banner .kakao-edusori a img {width: 40px; vertical-align: bottom; margin-right: 10px;}
/* 고객지원 END */


@media all and (max-width: 993px)
{
	.nav-screen > .popup-contents
	{ max-width: 460px; }
	.nav-screen > .popup-contents > aside
	{ padding: 0 0 12px; }
	.nav-screen > .popup-contents > aside  i
	{ font-size: 26px; }
	.nav-screen > .popup-contents > aside  h3
	{ font-size: 26px; }
	.nav-screen > .popup-contents > aside  img
	{ width: 38px; }
	section > .dashboard > .navgations > ul > li > a
	{ width: 90px; }
	section > .dashboard > .navgations > ul > li > a,
	section > .dashboard > .navgations > ul > li > a > h5
	{ font-size: 17px; }
}

@media all and (max-width: 769px)
{
	.nav-screen > .popup-contents
	{ background-color: 440px; }
	.nav-screen > .popup-contents > aside
	{ padding: 0 0 12px; }
	.nav-screen > .popup-contents > aside  h3
	{ font-size: 24px; }
	.nav-screen > .popup-contents > aside  img
	{ width: 32px; }

	section > .dashboard > .navgations > ul
	{ width: 100%; grid-gap: 5px; grid-auto-rows: minmax(25%, 80px); text-align: center; }
	section > .dashboard > .navgations > ul > li
	{ margin: 0 auto; min-height: 1px; padding-right: 5px; padding-left: 5px; height: 140px; }
	section > .dashboard > .navgations > ul > li > a
	{ width: 80px; }
	section > .dashboard > .navgations > ul > li > a,
	section > .dashboard > .navgations > ul > li > a > h5
	{ font-size: 16px; }
	.mypage-section .sub-title h3 > a {font-size: 12px; vertical-align: bottom;}
	.mypage-section .mobile-btn-wrap {margin-bottom: 20px; display: block;}
	.mypage-section .mobile-btn-wrap > a {width: 100%;}
	.mypage-section h3 > a {display: none;}

}

@media all and (max-width: 526px)
{
	.nav-screen > .popup-contents > aside
	{ padding: 0 0 6px; }
	.nav-screen > .popup-contents > aside#member-info
	{ padding: 9px 5px 4px; font-size: 14px; }
	.nav-screen > .popup-contents > aside  h3
	{ font-size: 22px; }
	.nav-screen > .popup-contents > aside  img
	{ width: 28px; }

	.nav-screen > .popup-contents > aside > .col-xs-8 > a > div > span
	{ font-size: 18px; }
	.nav-screen > .popup-contents > aside > .col-xs-8 > a > div > small
	{ font-size: 13px; line-height: 22px; }
	.nav-screen > .popup-contents > aside > .col-xs-8 > a > div > img
	{ width: 18px; margin-left: 7px; }

	.nav-screen > .popup-contents > aside > .col-xs-4 > a > img
	{ border-radius: 50px; width: 36px; padding: 8px; }
	.nav-screen > .popup-contents > aside > .col-xs-4 > a:hover > img
	{ background-color: #EEEEEE; }



	section > .dashboard > .navgations > ul > li
	{ padding-right: 2.5px; padding-left: 2.5px; height: 100px; }
	section > .dashboard > .navgations > ul > li > a
	{ width: 70px; position: relative;}
	section > .dashboard > .navgations > ul > li > a,
	section > .dashboard > .navgations > ul > li > a > h5
	{ font-size: 13px; }

	.mypage-user-section .button-wrap {flex-wrap: wrap;}
	.mypage-user-section .button-wrap > a {width: 49%; margin-bottom: 2px;}
	.dfb-video-wrap .video-btn-wrap > a {width: 100%; margin-bottom: 10px;}
	.dfb-video-wrap .video-date {margin: 0.5em;}
	.mypage-section .dfb-video-wrap:last-child .video-btn-wrap > a {width: 49%;}
	.mypage-menu-section .nav-tabs2 > .nav-pills > li {width: 100%;}
	.mypage-class-ing .btn-wrap {margin-top: 1em;}
	.mypage-section .sub-title h3 {padding-left: 15px; font-size: 1.6em;}
	.mypage-user-profile .user-photo-wrap {margin-bottom: 1em;}
	.mypage-user-profile .user-info-wrap {text-align: center;}
	.mypage-user-profile .col-sm-6:first-child {margin-bottom: 1em;}
	.info-box-section .btn-wrap > a {width: 100%;}
	.info-box-section .btn-wrap {display: block;}
	.info-box-wrap .col-md-6:first-child {margin-bottom: 2em;}
	.info-box-wrap .block-page > div {font-size: 0.7em;}
	.mypage-section-free .sub-title h5 {padding-left: 10px; }
	.mypage-section-free .btn-wrap {display: block;}
	.mypage-section-free .btn-wrap > a {width: 100%;}
}
/* 네비게이션 */


/* 수강내역 & 수강증 인쇄 페이지 START */
.class-list-box-title {font-size: 22px; font-weight: 400; color: #000; margin-bottom: 10px;}
.class-info-table-box {margin-bottom: 20px;}
.class-info-table-box table {width: 100%; text-align: center; margin-top: 20px;}
.class-info-table-box table tr th {padding: 10px 0;}
/* 수강내역 & 수강증 인쇄 페이지 END */


/* 선생님 목록 START */
.best-course-pic-text:hover .course-rate {opacity: 1;}
.best-course-pic-text .course-rate {text-align: center; margin: 10px auto 5px; text-align: center; position: absolute; right: 0px; bottom: 40px; width: 100%;}

.best-course-pic-text .class-tutor-btn-box {position: absolute; left: 0px; bottom: 10px; text-align: center; width: 100%; display: none;}
.best-course-pic-text .class-tutor-btn-box > a {display: inline-block; background: #7187a9; padding: 5px 10px; color: #FFFFFF; font-weight: 700; font-size: 12px;}
.best-course-pic-text .class-tutor-btn-box > a:last-child {background: #17D0CF;}
.tutor-country > span { background: #212121; padding: 3px 10px; border-radius: 5px; color: #FFFFFF; font-size: 12px; position: absolute; left: 10px; top: 10px; font-weight: 700;}


.info-tutor-btn-wrap,
.info-tutor-btn-wrap.select-schedule
{ display: flex; justify-content: center; align-items: center; position: relative; border-top: 2px solid #FFFFFF; }

.info-tutor-btn-wrap > div,
.info-tutor-btn-wrap.select-schedule > div
{ width: 50%; text-align: center; }


.info-tutor-btn-wrap > div > a
{ display: block; padding: 5px; background: #546672; color: #FFFFFF; }
.info-tutor-btn-wrap > div > a:hover {background: #3c474e;}
.info-tutor-btn-wrap > div:first-child
{ border-right: 1px solid #FFFFFF; }
.info-tutor-btn-wrap > div:last-child
{ border-left: 1px solid #FFFFFF; }
.info-tutor-btn-wrap > div.lock:first-child > a
{ background: #546672; opacity:.65; }
.info-tutor-btn-wrap > div.lock:first-child > a:hover {opacity: 1;}
.info-tutor-btn-wrap > div.lock:first-child > a:not(:disabled):not(.disabled)
{ cursor: pointer }

.info-tutor-btn-wrap.select-schedule > div > a { display: block; padding: 5px; color: #FFFFFF; }
.info-tutor-btn-wrap.select-schedule > div:first-child > a { background: #8497b0; }
.info-tutor-btn-wrap.select-schedule > div:first-child > a:hover { background: #56606e; }
.info-tutor-btn-wrap.select-schedule > div:last-child > a { background: #44546a; }
.info-tutor-btn-wrap.select-schedule > div:last-child > a:hover { background: #353f4d; }
.info-tutor-btn-wrap.select-schedule > div.lock:first-child > a { background: #dbdbdb; }


.info-tutor-btn-wrap.full-btn > div
{ border: 0; }
.info-tutor-btn-wrap.full-btn > div > a
{ display: block; padding: 10px 5px; background: #8497b0; color: #FFFFFF; border: 0; }


/* .info-tutor-btn-wrap > div.lock:first-child > a {pointer-events: none; cursor: no-drop;} */
.best-course-pic-text .best-course-text {padding-left: 0; padding-right: 0; padding-bottom: 0;}
.best-course-text {position: relative;}
.best-course-text .course-meta {position: absolute; top: 100%; left: 0;}
.best-course-pic-text .info-tutor-menu {display: flex; justify-content: center; align-items: center;}
.best-course-pic-text .info-tutor-menu > div {margin: 0 5px;}
.btn-tutor-voice-play {position: absolute;bottom: 10px;left: 10px;font-size: 42px;color: #1db898;}
.btn-tutor-voice-play audio {width: 1px; height: 1px; margin-left: -1px; margin-top: -1px;}
.btn-like-tutor {position: absolute; right: 10px; top: 10px; font-size: 25px; color: #cbc8c8; background: #fafafa; border-radius: 100%; width: 40px; height: 40px; text-align: center; line-height: 40px; }
.btn-like-tutor a:hover,
.btn-like-tutor.active {color: #FF1100;}
.best-course-pic-text .course-title h3 {font-weight: 700;}
.btn-class-insert > a { background: #7187a9; color: #fff; font-weight: 700; padding: 10px 0; text-align: center; display: block;
}
/* 선생님 목록 END */

/* 제로보드 최신글 /default/main_news 스킨 CSS START */
.board-recent-list .main-board {padding: 0; list-style: none;}
.board-recent-list .main-board li {border-bottom: 1px solid #dbdbdb;}
.board-recent-list .main-board li dl {position: relative; margin: 0; padding: 20px 0 15px 0;}
.board-recent-list .main-board li dl dt {font-weight: 400; font-size: 18px; color: #000; padding-left: 10px;}
.board-recent-list .main-board li dl dd {position: absolute; top: 22px; right: 10px;}

/* 제로보드 최신글 /default/main_news 스킨 CSS END */

/* 제휴신청 START */
.btn-apply {padding: 20px 0;}
/* 제휴신청 END */



.call-gnb-list > ul
{ padding: 0; list-style: none; }
.call-gnb-list > ul > li > a
{ padding: 10px 15px; display: block; background: #FAFAFA; color: #555555; text-decoration: underline; -webkit-text-decoration: underline dotted; }
.call-gnb-list > ul > li > a:hover
{ padding-left: 20px; background: #E5FFF9; color: #000000; }
.call-gnb-list > ul > li.active > a
{ padding-left: 20px; background-color: #3AB195; color: #FFFFFF; font-weight: 500; }

.call-gnb-list > ul > li > a
{ padding: 10px 15px; display: block; background: #FAFAFA; color: #555555; text-decoration: underline; -webkit-text-decoration: underline dotted; }

.call-gnb-list > ul > li.active > a > span:before
{ right: 25px; top: 0; position:absolute; border-top: 9px solid rgba(0,0,0,0); border-left: 9px solid #FFFFFF; border-bottom: 9px solid rgba(0,0,0,0); margin: 2px 0 0; content:'' }


/* 수강신청 START */
.my-order-class-section {border: 1px solid #dbdbdb; border-radius: 10px; overflow: hidden;}
.my-order-class-section .sub-tittle3 {margin-bottom: 0;}
.my-order-class-section .sub-tittle3 > h4 {margin: 0; padding: 15px 0; background: #3cb196; font-weight: 700; color: #fff;}
.my-order-class-section > aside > header > h4 {padding: 0; margin: 0;}


/* 수강신청 END */

/* 로그인 START */
.login-modal-popup
{ display: grid; grid-template-columns: 4fr 6fr; }

.login-modal-popup .modal-header { background: none; margin: 0; }
.login-modal-popup .modal-body { padding: 20px; border: none; }

.login-modal-popup .modal-body.modal-body-join { padding: 30px; border-left: 1px solid #DDDDDD; position: relative;}


.login-modal-popup .col-md-12,
.login-modal-popup .col-md-6,
.login-modal-popup .col-sm-6
{padding: 0 10px;}
.login-modal-popup .warning-box a {font-weight: 900;}

/* .member-join-section {border-right: 1px solid rgba(0,0,0,.1);} */
.login-modal-popup #site-agree-popup {position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: none; background: #fff; padding: 10px;}
.login-modal-popup #site-agree-popup .agree-txt {height: 85%;}
.login-modal-popup #site-agree-popup form {height: 100%;}
.login-modal-popup #site-agree-popup form textarea {height: 100%;}
.login-modal-popup .btn-agree-box {position: absolute; left: 50%; bottom: 10px;  transform: translateX(-50%); width: 70%;}
.login-modal-popup .btn-agree-box > a {font-size: 18px; font-weight: 400; color: #3ab195; padding: 10px; display: block; text-align: center; border: 1px solid #3ab195;}
.login-modal-popup .btn-agree-box > a:hover {background: #3ab195; color: #fff;}
.modal-popup-join label,
.member-join-section label {display: none;}
.member-join-section .alert,
.modal-popup-join .alert {font-size: 12px;}
.member-join-section .warning-box p,
.modal-popup-join .warning-box p {font-size: 14px; color: #111; font-weight: 300;}
.member-join-section .warning-box p > span,
.modal-popup-join .warning-box p > span {font-weight: 500;}
#email-check {margin-left: 10px;}
[class*="col-md-"] + [class*="col-md-"] {margin: 0;}
@media (max-width: 769px) {
	.member-join-section [class*="col-md-"] + [class*="col-md-"] {margin-top: 10px;}
}
/* 로그인 END */



/* 보강연기처리 관련 CSS START */
.open>.dropdown-menu {display: block;}
.dropdown-menu > li > a {display: block;}
/* 보강연기처리 관련 CSS END */


/* 반응형 대응 */


@media (max-width: 993px) {
	.nav-tabs > .nav-pills
	{ max-width: 520px; width: 100%; }
	.nav-tabs > .nav-pills > li
	{ width: 25%; }
	.nav-tabs > .nav-pills > li > a
	{ padding: 0; display: block; }
	.sub-title > .arrow
	{ border-width: 35px 35px 0 35px; }
	.sub-title > .arrow > span
	{ top: -32px; font-size: 1em;}
	.btn-close-wide-login-popup {display: none;}
/*
	.modal-popup-join {display: none;}
*/
	.login-modal-popup {display: block;}

}
@media (max-width: 769px) {
	.about-us-section .section-title h2:after,
	.about-us-section .section-title h2:before {display: none;}
	.about-us-section .sub-title h2 {font-size: 26px;}
	.nav-tabs > .nav-pills > li,
	.nav-tabs2 > .nav-pills > li
	{ width: 50%; }
}
@media (max-width: 577px) {
	.course-sub-gnb-wrap .sub-gnb {flex-wrap: wrap;}
	.course-sub-gnb-wrap .sub-gnb>div {width: 25%;}
	.nav-tabs2 > .nav-pills > li > a {padding: 0;}
}
/* ##### 2019.12.22 리뉴얼 END ##### */












/* 교육과정 수정사항 START */
.level-table > table.table-course > thead > tr > th
{ background-color: #3ab195; color: #FFFFFF; font-size: 16px; font-weight: 700; padding: 20px 0;}
.level-table > table > thead > tr.table-subtitle > th
{ background-color: #e5ffe9; color: #217d67; font-size: 16px; font-weight: 400; padding: 15px 0;}
.level-table > table.table-course tr > th .img-wrap {
	padding: 0 20px;
}
.level-table > table.table-course tr > th .img-wrap > img {vertical-align: bottom;}
.level-table > table > tbody > tr > td
{ font-size: 16px; font-weight: 700; padding: 10px 3px; }
.level-table > table > tbody > tr > td > .img-wrap
{ padding: 5px 0; }
.level-table > table > tbody > tr > td.no-padding
{ padding: 0 3px; }


@media (max-width: 969px) {
	.level-table > table.table-course tr > th .img-wrap {
		padding: 0 5px;
	}
}

@media (max-width: 768px) {
	.table-responsive2 > .table
	{ table-layout: auto;  word-break:auto; width: 800px; }

	.table-responsive2 > .table > tbody > tr > th
	{ width: 85px; }
	.table-responsive2 > .table > thead > tr > th,
	.table-responsive2 > .table > thead > tr.table-subtitle > th,
	.table-responsive2 > .table > tbody > tr > td
	{ font-size: 14px; }

}


@media (max-width: 568px) {
	.level-table > table.table-course tr > th .img-wrap {padding: 0;}
}
/* 교육과정 수정사항 END */





/* 제이쿼리 confirm 라이브러리 커스텀 CSS START */
.btn-ok {background: #3ab195; color: #fff;}
/* 제이쿼리 confirm 라이브러리 커스텀 CSS END */



/* 마이페이지 리뉴얼 START */
.btn-free-class-go {text-align: center;}
.btn-free-class-go > a {font-size: 22px; padding: 10px 40px;}
.class-btn-box {display: flex; justify-content: center; }
.class-btn-box > div {margin: 0 5px;}
.class-btn-box > div > a {display: block; font-size: 16px; padding: 10px 40px; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; line-height: 1;}
.class-btn-box > div > a span {font-size: 12px;}



.btn-class-info-box {display: flex;}
.btn-class-info-box>div {width: 50%; text-align: center;}
.btn-class-info-box>div>a {display: block; padding: 15px 10px;}
.btn-class-info-box>div:first-child>a {background: #989898; color: #fff;}
.btn-class-info-box>div:last-child>a {background: #7d7d7d; color: #fff;}




.nav-tabs2 > .nav-pills > li {width: 25%;}
.nav-tabs2 > .nav-pills > li > a {border-radius: 6px;}
.nav-tabs2 > .nav-pills > li > a:hover {background: #3ab195; color: #fff; border-color: #3ab195;}
.class-report-feedback-box.nav-tabs2 > .nav-pills > li:nth-child(1) > a,
.class-report-feedback-box.nav-tabs2 > .nav-pills > li:nth-child(2) > a,
.class-report-feedback-box.nav-tabs2 > .nav-pills > li:nth-child(3) > a,
.class-report-feedback-box.nav-tabs2 > .nav-pills > li:nth-child(4) > a {background: #dbdbdb; color: #000;}
.class-report-feedback-box.nav-tabs2 > .nav-pills > li:nth-child(1) > a:hover,
.class-report-feedback-box.nav-tabs2 > .nav-pills > li:nth-child(2) > a:hover,
.class-report-feedback-box.nav-tabs2 > .nav-pills > li:nth-child(3) > a:hover,
.class-report-feedback-box.nav-tabs2 > .nav-pills > li:nth-child(4) > a:hover {
	background: #3ab195; color:#fff; border-color:#3ab195;
}
.mypage-section .user-info-modify {position: absolute; right: 10px; top: 50%; transform: translateY(-50%);}
.main-menu {background: #fafafa; border-bottom: 1px solid #fafafa;}
@media (max-width: 969px) {
	.sub-title {display: block;}
}
@media (max-width: 769px) {
	.class-btn-box > div > a,
	.btn-free-class-go > a {font-size: 18px;}
	.nav-tabs > .nav-pills > li,
	.nav-tabs2 > .nav-pills > li
	{ width: 33.3333333333%;  }
}
@media (max-width: 568px) {
	.btn-class-info-box,
	.class-btn-box {display: block;}
	.class-btn-box > div {margin-bottom: 5px;}
	.btn-class-info-box > div {width: 100%;}
	.nav-tabs > .nav-pills > li,
	.nav-tabs2 > .nav-pills > li
	{ width: 50%; }
}
/* 마이페이지 리뉴얼 END */




.alert-tutor-info > div > h5
{ font-weight: 600; margin: 4px 0; }
.alert-tutor-info > div > p
{ font-weight: 400; line-height: 18px; margin: 8px 0 0 50px; }
@media (max-width: 768px) {
	.alert-tutor-info > div > p
	{ margin: 5px 0 0 5px; }
}


/* 회원가입 페이지 수정사항 START */
.member-login-section input {background: #eee;}
/* 회원가입 페이지 수정사항 END */


/* 반응형 수정사항 START */
/* #menu-container .accordion .card .submenu li:hover,
#menu-container .accordion .card .submenu li.active a {color: #0AAEAD; font-weight: 700;}
#menu-container .accordion .card.active a.menu-link,
#menu-container .accordion .card.active button.menu-link
{color: #0AAEAD; font-weight: 700;} */
#menu-container .accordion .card .submenu li:hover,
#menu-container .accordion .card .submenu li.active a {color: rgb(119, 119, 119);}
@media (max-width: 969px) {
	.nav-tabs2 .nav-pills > li > a {font-size: 14px;}
}
@media (max-width: 568px) {
	.table-dfb .btn-warning {display: block;}
}
/* 반응형 수정사항 END */


