@charset "utf-8";
body {
	margin: 0;
	-webkit-text-size-adjust: none;
	font-size: 12px;
	line-height:1.2;
}
html,body{height:100%}
div,p,ul,li,h1,h2,h3,h4,ul,li,textarea,input,select,th,td,a,span,dl,dd,dt,button{
	margin: 0;
	padding: 0;
	font-family: '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	font-size: 14px;
	color: #333;
	word-break: break-all;
}
img {
	border: 0 none;
	vertical-align: middle;
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:focus {
	outline:none;
}
fieldset {
	border: none;
}
em {
	font-style: normal;
}
button {
	border: none;
	outline: none;
	cursor: pointer
}
caption,
legend {
	height: 0;
	visibility: hidden;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
/* layout */

.none {
	display: block;
	text-indent: -999em;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.wrap {
/*	min-height:100%;*/
/*	position: relative;*/
/*	margin:0 auto -175px 0;*/
	min-height:calc(100% - 175px);
	position: relative;
	margin:0;
}
#container {
	position: relative;
/*	padding-bottom:175px;*/
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 57px;
	z-index: 3;
}
.header button {
	border: none;
}
.header h1 {
	padding:0 57px 0 57px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	background:#2eb2ff;
}
.header > h1 > a > img {
	margin: 2px auto 2px auto;
	height: 45px;
	max-width: 100%;
	/*width:140px;*/
}
.header > .btnCtg{
	top: 0px;
	left: 0px;
	width: 57px;
	height: 57px;
	position: absolute;
	display: block;
	text-align:center;
}
.header > .btnCtg > i{
	position: absolute;
	top: 5px;
	left: 13px;
	font-size:45px;
	line-height:57px;
	color:#fff;
}
#content{
/*	padding:104px 0 0 0;*/
	padding:47px 0 0 0;

}
footer {
	/*height:175px;*/
	height:auto;
	background-color: #1e2a33;
	color: #919598;
	text-align: center;
	padding-bottom:20px;
}
footer > .btnWrap{
	height:30px;
	padding:30px 0 20px 0;
}
footer p,
footer a,
footer span {
	color: #919598;
	font-size: 12px;
}
footer > .ftMenu {
	margin: 0 15px 0 15px;
	padding-top:20px;
	border-top: 1px solid #333d45;
	text-align: center;
}
footer > .ftMenu li {
	display: inline-block;
	margin-left: -3px;
}
footer .ftMenu a {
	padding: 0 6px 0 4px;
}
.family_site{
	margin-left:10px;
	position: relative;
	display: inline-block;
	min-width: 105px;
	border: 1px solid #626a71;
	text-align: left;
}
.family_site > ul{
	display: none;
	z-index: 200;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 29px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
}
.family_site > ul > li{
	padding:0 5px;
	line-height: 22px;
}
.family_site > ul > li:first-child{
	padding:5px 5px 0 5px;
}
.family_site > ul > li:last-child{
	padding:0 5px 5px 5px;
}
.family_site > .btn{
	padding:6px;
	cursor:pointer;
}
.family_site > .btn:after{
	margin-left:5px;
	content: "\f123";
	font:normal 14px/1 "Ionicons";
}
.family_site > .btn.on:after{
	margin-left:5px;
	content: "\f126";
	font:normal 14px/1 "Ionicons";
}
.copyright{
	margin-top: 10px;
}
/* 왼쪽메뉴 */

#globalLeftMenu {
	display:none;
	position: fixed;
	top: 0;
	left: -1000px;
	max-width: 335px;
	z-index: 910;
	width: 100%;
	min-height: 800px;
	overflow: hidden;
	background-color:#fff;
	box-shadow:2px 4px 12px rgba(0,0,0,.24), 2px 4px 8px rgba(0,0,0,.48);
	transition:box-shadow .15s ease-in-out;
}
#globalLeftMenu>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 264px;
	padding-left: 71px;
	width: calc(100% - 71px);
	overflow: auto;
	background-color: #f5f5f5;
}
#globalLeftMenu>div:after{
	content:'';
	width:1px;
	height:125%;
	position:absolute;
	top:0px;
	left:70px;
	background-color:#e1e1e1;
}
#globalLeftMenu .gnb {
	z-index: 1
}
#globalLeftMenu .gnb,
#globalLeftMenu .gnbHome {
	background-color:#f5f5f5;
	position: absolute;
	left: 0;
	width: 70px;
	height: 70px;
	box-sizing:border-box;
}
#globalLeftMenu .gnb a,
#globalLeftMenu .gnbHome a {
	display: block;
	height:100%;
	font:normal 13px/1 '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	color: #786868;
	text-align: center;
	box-sizing:border-box;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}
#globalLeftMenu .gnb a > i,
#globalLeftMenu .gnbHome a > i{
	margin:5px 0 0 0;
	font:normal 40px/1 Ionicons;
	height:45px;
	display:block;
}
#globalLeftMenu .on .gnb a {
	color: #0f77da;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background-color: #fff;
}
#globalLeftMenu .gnbHome {
	top: 0;
}
#globalLeftMenu .menuCtg > li:nth-child(2) .gnb {
	top: 70px;
}
#globalLeftMenu .menuCtg > li:nth-child(3) .gnb {
	top: 140px;
}
#globalLeftMenu .menuCtg > li:nth-child(4) .gnb {
	top: 210px;
}
#globalLeftMenu .menuCtg > li:nth-child(5) .gnb {
	top: 280px;
}
#globalLeftMenu .menuCtg > li:nth-child(6) .gnb {
	top: 350px;
}
#globalLeftMenu .menuCtg > li:nth-child(7) .gnb {
	top: 420px;
}
#globalLeftMenu .menuCtg > li:nth-child(8) .gnb{
	top: 490px;
}
#globalLeftMenu .menuCtg > li:nth-child(9) .gnb{
	top: 560px;
}
#globalLeftMenu .menuCtg > li:nth-child(10) .gnb{
	top: 630px;
}
#globalLeftMenu .closeArea {
	position: relative;
	height: 70px;
	background-color: #fff;
	border-bottom: 1px solid #e1e1e1;
}
#globalLeftMenu .close {
	width: 70px;
	height: 70px;
	position: absolute;
	top:0px;
	right:0px;
	cursor:pointer;
	text-align:center;
}
#globalLeftMenu .close > i{
	font:normal 40px/70px Ionicons;
	text-align:center;
	display:block;
}
#globalLeftMenu .login {
	width: 70px;
	height: 70px;
	position: absolute;
	top:0px;
	left:0px;
	cursor:pointer;
	text-align:center;
}
#globalLeftMenu .login > i{
	font:normal 40px/70px Ionicons;
	text-align:center;
	display:block;
}
#globalLeftMenu .join {
	width: 70px;
	height: 70px;
	position: absolute;
	top:0px;
	left:70px;
	cursor:pointer;
	text-align:center;
}
#globalLeftMenu .join > i{
	font:normal 40px/70px Ionicons;
	text-align:center;
	display:block;
}
#globalLeftMenu .menuCtg{
	height:calc(100vh-70px);
	background-color: #fff;
}
#globalLeftMenu .mnTit {
	display: block;
	padding: 15px 25px;
	border-bottom: 1px solid #e1e1e1;
	color: #1f4787;
	font-size: 16px;
}
#globalLeftMenu .on > .mnTit {
	background-position: 94% -80px
}
#globalLeftMenu .mnTit + ul {
	display: none;
}
#globalLeftMenu .on > .mnTit + ul {
	display: block;
	border-bottom: 1px solid #e1e1e1;
}
#globalLeftMenu .sub {
	display: none;
	border-bottom: 1px solid #f9f8f8;
}
#globalLeftMenu .sub > li > a{
	display: block;
	padding: 10px 0 10px 48px;
}
#globalLeftMenu .subTit{
	display: block;
	padding: 13px 35px;
	color: #707070;
	line-height: 16px;
	position:relative;
	border-bottom:1px solid #f9f8f8;
}
#globalLeftMenu .subTit:after{
	content:'▼';
	position:absolute;
	top:0;
	line-height:42px;
	right:10px;
}
#globalLeftMenu .subNo .subTit:after{
	content:none;
}
#globalLeftMenu .on > .subTit {
	color: #0f77da;
}
#globalLeftMenu .on > .subTit:after{
	content:'▲';
	position:absolute;
	top:0;
	line-height:42px;
	right:10px;
}
#globalLeftMenu .on > .subNo .subTit:after{
	content:none;
}
#globalLeftMenu .on > .sub {
	display: block;
}
#globalLeftMenu .gnb + ul {
	display: none
}
#globalLeftMenu .on .gnb + ul {
	display: block
}
/* navi */

#gnb {
	z-index: 12;
	position: relative;
	padding-top: 46px;
	margin-top: -46px;
	clear: both;
	text-align: center;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #697783;
	background: none;
}
#gnb ul {
	position: absolute;
	top: 0;
	left: 0;
	height: 46px;
	min-width: 100%;
	white-space: nowrap;
}
#gnb li {
	float: left;
	width: 20%;
	line-height: 46px;
	margin: 0;
}
#gnb li:first-child {
	width: 19%
}
#gnb li a {
	display: block;
	color: #fff;
	font-size: 16px;
}
#gnb .current a {
	font-weight: bold;
	color: #3abcff;
}
#gnb.fixed {
	padding-top: 0;
	margin-top: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 46px;
	z-index: 10;
	background-color: #415e8e;
}
.lnb_container {
	display:none;
	z-index: 5;
	position: fixed;
	top: 57px;
	left: 0;
	width: 100%;
	max-width:100%;
	height: 45px;
	overflow:hidden;
	color:#e8dfdf;
	border-top:1px solid #d7d7d7;
	box-shadow:0 1px 2px rgba(0,0,0,.2);
}
.lnb_container2{
	width: 100%;
	height: 45px;
	overflow:hidden;
	color:#e8dfdf;
	border-top:1px solid #d7d7d7;
	box-shadow:0 1px 2px rgba(0,0,0,.2);
	margin:0 0 10px 0;
}
.tabs > li{ 
	width:20%;
}
.tabs > li > a:before{ 
	content:'';
	position:absolute;
	display:block;
	top:50%;
	left:0px;
	width:1px;
	height:10px;
	margin-top:-5px;
	background-color:#dedede;
}
.tabs > li > a { 
	color:#666; 
	display: block; 
	background: #fff;
	text-align:center; 
	text-decoration: none;
	font:normal 15px/45px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif; 
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; 
	position:relative;
}
.tabs > li.active > a { 
/*	border-bottom: 2px solid #2784de; */
	background-color:#2d96f5;
	color:#fff;
}
.tabs > li.active > a:before, 
.tabs > li.active+li > a:before{ 
	content:initial;
}
.swiper-container-2 {
/*	padding: 30px 0;*/
	overflow: hidden; 
}

/* common */

input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle
}
textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 7px 5px;
	border: 1px solid #aaa;
	border-radius: 3px;
	resize: none;
}
.btnFoot{
	display:inline-block;
	padding:0 8px;
	min-width: 40px;
	background-color: #141c23;
	color: #91959a;
	font-size: 12px;
	line-height: 32px;
}
.btnFoot.white{
	background-color: #fff;
	color: #999;
	border:1px solid #999;
}
.btnFoot > i{
	font-size:15px;
}
.btnFoot+.btnFoot{
	margin-left:5px;
}
/* 최상위 버튼 */
.moveTop {
	position: fixed;
	right: 8px;
	bottom: 50px;
	display: none;
	width: 48px;
	height: 48px;
	background-color:#2784de;
	z-index: 2;
	border-radius:24px;
	font-size:11px;
	line-height:60px;
	color:#fff;
	text-align:center;
	vertical-align:middle;
}
.moveTop:before{
	content: "\f10d";
	font:normal 14px/1 "Ionicons";
	display:block;
	position:absolute;
	top:12px;
	left:19px;
}
.tabs{ 
	width:100%;
	display:table;
}
.tabs > li{ 
	display:table-cell;
}
.tabs > li > a:before{ 
	content:'';
	position:absolute;
	display:block;
	top:50%;
	left:0px;
	width:1px;
	height:10px;
	margin-top:-5px;
	background-color:#dedede;
}
.tabs > li > a { 
	color:#666; 
	display: block; 
	background: #fff;
	text-align:center; 
	text-decoration: none;
	font:normal 15px/45px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif; 
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; 
	position:relative;
}
.swiper-container-2 {
/*	padding: 30px 0;*/
	overflow: hidden; 
}
.swiper-container-2 .swiper-slide { 
	font-size: 20px; 
	box-sizing: border-box; 
}
/* 페이지 */
.page{
	background-color:#f0f0f0;
	width:100%;
	min-height:300px;
	min-height:calc(100vh-279px);
	box-sizing: border-box;
	padding:2px 1px;
}
.page > .title{
	position: relative;
	padding: 15px 16px;
	font-size: 20px;
	color: #303030;
	font-weight:bold;
	line-height:32px;
	text-align: center;
	box-sizing:border-box;
	letter-spacing:-1px;
	word-break:keep-all;
}
.page > .title > .sub{
	color: #303030;
	font-size: 12px;
	font-weight: bold;
	line-height:100%;
	text-align: center;
}
.page > .title > .info > ul > li{
	line-height:1.4;
	word-break:keep-all;
	font-size:0.9em;
}
.page > .map_control{
	margin:0 12px 0 12px;
	padding:14px 16px;
	background-color:#fff;
	border:1px solid #e8e8e8;
}
.page > .map_control > .btnFoot{
	color:#fff;
	margin:8px 0 7px 0; 
}
#map_canvas{
	margin:0 12px 20px 12px;
	min-height:300px;
	background-color:#fff;
	border:1px solid #e8e8e8;
	border-radius:5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.18);
}
.page_info {
	margin:0 12px 20px 12px;
	padding:14px 16px;
	background-color:#fff;
	border:1px solid #e8e8e8;
	border-radius:5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.18);
}
.page_info > li{
	padding:0;
	word-break: keep-all;
	word-wrap: break-word;
	font-size:14px;
	line-height:18px;
	color:#606060;
}
.page_info > li h4{
	color:#323e48;
	font-size:16px;
	line-height:1.7;
	position:relative;
	margin:0 0 5px 0;
}
.page_info > li h4:before{
	position:absolute;
	left:0;
	bottom:0;
	content:'';
	height:1px;
	width:100%;
	background-color:#ddd;
}
.page_info > li h4:after{
	content:'';
	position: absolute;
	background-color:#242424;
	bottom:0px;
	left:0;
	width:100px;
	height:2px;
}
.page_info > li > p{
	font: 400 14px/20px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	color: #333;
	padding: 0;
	word-wrap: break-word;
	word-break: keep-all;
}
.page_info > li > p + p{
	margin-top:20px;
}
.page_info > li li{
	overflow:hidden;
}
.page_info > li li span.title{
	float:left;
	width:16%;
	color:#323e48;
	font-size:16px;
	line-height:27px;
}
.page_info > li li span{
	float:right;
	width:84%;
	color:#838187;
	font-size:13px;
	line-height:27px;
}
.page_info > li li span.date{
	width:auto;
	line-height:25px;
}
/* 서브 메뉴 */
.sub_navi{
/*	background-color: #fff;*/
	text-align: center;
}
.sub_navi_list{
	overflow: hidden;
	margin:10px 10px 5px 10px;
/*	background-color: #fff;*/
	width: inherit;
	box-shadow: 2px 2px 2px rgba(0,0,0,.18);
	border-radius:5px;
}
.sub_navi_list > a{
	position: relative;
	display:block;
	float:left;
	width: 33%;
	height: 37px;
	line-height: 37px;
	border-top:0;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	background-color: #fff;
	color: #333;
	font-size:12px;
	letter-spacing:-1px;
	box-sizing:border-box;
}
.sub_navi_list > a:after{
	content: "\f125";
	position: absolute;
	font:normal 12px/37px "Ionicons";
	right:2px;
	top:0;
	height:37px;
	width:12px;
}
.sub_navi_list > a.on{
	color: #2784de;
/*	border-bottom:1px solid #2784de;*/
}
.sub_navi_list > a.on:after{
	content: "\f123";
}
.sub_navi_list > a:nth-child(2),
.sub_navi_list > a:nth-child(5),
.sub_navi_list > a:nth-child(8){
	width: 34%;
}
.sub_navi_list > a:first-child,
.sub_navi_list > a:nth-child(4),
.sub_navi_list > a:nth-child(7) {
	border-left: 0;
}
.loading-info{
	display:none;
	width:100vw;
	height:100vh;
	background-color:transparent;
	z-index:999;
	position:absolute;
	top:0;
	left:0;
}
.loading-info > img{
	position:absolute;
	width:100px;
	height:100px;
	left:50%;
	top:50%;
	margin-top:-50px;
	margin-left:-50px;
}
/** 메인 배너 **/
.swiper-container-main{
	height: 220px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.swiper-container-main > .swiper-wrapper{
	height: 100%;
}
.swiper-container-main > .swiper-wrapper > div{
	text-align: center;
	height:100%;
}
.swiper-container-main > .swiper-wrapper > div > a > .ment1{
	position:absolute;
	top:15%;
	left:20px;
	height:15px;
	font-size:5vw;
	color:#fff;
	padding:0px;
	box-sizing:border-box;
	text-align:left;
}
.swiper-container-main > .swiper-wrapper > div > a > .ment1 > span{
	color:#fff;
	font-size:3.5vw;
}
.swiper-container-main > .swiper-wrapper > div > a > .ment2{
	position:absolute;
	top:58%;
	left:50px;
	font-size:5vw;
	line-height:1.2;
	color:#fff;
	padding:0 6px;
	box-sizing:border-box;
	text-align:left;
}
.swiper-container-main > .swiper-wrapper > div > a > .ment2 > span{
	color:#fff;
	font-size:18px;
}
.swiper-container-main > .swiper-wrapper > div > a > .ment3{
	position:absolute;
	left:auto;
	top:2%;
	right:0px;
	font-size:3vw;
	line-height:1.2;
	color:#000;
	text-shadow:2px 2px 2px rgba(176,176,176,1);
	padding:0 6px;
	box-sizing:border-box;
	text-align:right;
}
.swiper-container-main > .swiper-wrapper > div > a > img{
	position:absolute;
	bottom:5px;
	right:0;
}
.swiper-container-main > .swiper-wrapper > div > a > i{
	position:absolute;
	bottom:32px;
	right:6px;
	font-size:50px;
	color:#000;
	text-shadow:2px 2px 2px rgba(176,176,176,1);
}
/** 메인 추천강좌 **/
.mainCurri{
	margin:0px 5px 0px 5px;
	background-color:#f1f1f1;
}
.mainCurri:after{
	content:'';
	clear:both;
}
.mainCurri > ul {
	display: block;
	width: 100%;
}
.mainCurri > ul > li {
	width:48%;
	position: relative; 
	padding-top:40%; /* 6:5 ratio */ 
	overflow: hidden;
	float: left;
	box-sizing:border-box;
	margin:1%;
}
.mainCurri > ul > li > a{
	position: absolute; 
	top:0; 
	left:0; 
	right:2px; 
	bottom:2px; 
	max-width:100%; 
	height:auto;

	background-color:#fff;
/*	border:1px solid #e8e8e8;*/
	border-radius:5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.18);
	display: block;
	overflow:hidden;
}
.mainCurri > ul > li.seo{
	padding-top:10vw;
}
.mainCurri > ul > li.seo > a{
	background-color:transparent;
	border-radius:0;
	box-shadow:none;
}
.mainCurri > ul > li > a > .profile_img{
	background-color:transparent;
	position:absolute;
	top:35px;
	bottom:5px;
	right:5px;
	width:60%;
}
.mainCurri > ul > li > a > .profile_img > img{
	height:36vw;
}
.mainCurri > ul > li > a > .ment{
	position:absolute;
	top:5px;
	left:10px;
/*	font-size:12px;*/
	font-size:4vw;
	font-weight:900;
	color:#000;
	text-shadow:2px 3px 4px #fff;
	text-align:left;
	word-break: keep-all;
	word-wrap: break-word;
}
.seo_container{
	width:100%;
	height:100%;
	display:table-cell;
	overflow:hidden;
	word-break: keep-all;
	word-wrap: break-word;
	text-align:left;
	vertical-align:middle;
}
.seo_container > .seo_tag{
	display: inline-block;
	padding:5px 8px;
	font: 300 12px/1.6 '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	border-radius: 16px;
	color: #fff;
	background-color: #3f86ed;
	text-shadow:none;
	margin:3px 3px 1px 3px;
}
.mainCurri > ul > li > a > .ment > span{
	margin:10px 0 0 0;
	display:block;
	font-size:3vw;
	font-weight:400;
	white-space: nowrap;
}
.mainCurri > ul > li > a > .ment > span.ment2{
	width:60%;
	margin:10px 0 0 0;
	display:block;
	font-size:2.8vw;
	font-weight:400;
	white-space: inherit;
	word-wrap: break-word;
	word-break: keep-all;
}
.mainCurri > .freepass_desc{
	word-wrap: break-word;
	word-break: keep-all;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.18);
	padding:10px 10px;
	font-size:3.5vw;
	line-height:1.2;
}
.mainCurri > .freepass_desc p , .mainCurri > .freepass_desc li  , .mainCurri > .freepass_desc b {
	font-size:3.5vw;
	line-height:1.5;
	word-wrap: break-word;
	word-break: keep-all;
}
.mainCurri > .freepass_desc i{
	font-size:5.5vw;
}
.mainCurri > .freepass_desc > .freepass_btn{
	margin-top:20px;
}
.mainCurri > .freepass_desc > .freepass_info{
	border-top:1px dotted #828282;
	padding:10px 10px 0 10px;
	margin-top:10px;
	text-align:center;
}
.mainCurri > .freepass_desc > .freepass_info span{
	font-size:6vw;
}
.mainCurri > .freepass_desc ul{
	margin-left:15px;
}
.mainCurri > .freepass_desc ul > li{
	list-style: square outside ;
	vertical-align:middle;
}
.clear_both{
	clear:both;
}

.display_none{
	display:none;
}
/** 강의목록 **/
.vod_list{
/*	border: 1px #bcbcbc solid;*/
}
.vod_list > ul,
.pay_list > ul{
	margin:0px;
}
.vod_list > ul > li,
.pay_list > ul > li{
	min-height:40px;
	border-bottom: 1px #bcbcbc dotted;
	text-align:left;
	font:300 10pt/40px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	position:relative;
	padding:0 0 0 12px;
	white-space: nowrap;
}
.vod_list > ul > li:last-child,
.pay_list > ul > li:last-child{
	border-bottom:0;
}
.vod_list > ul > li > a,
.pay_list > ul > li > .input{
	float:left;
	width:100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.vod_list.add_day > ul > li{
	line-height:25px;
}
.pay_list > ul > li > .input{
	width:74%;
	float:right;
}
.pay_list > ul > li > .input > input,
.pay_list > ul > li > .input > select{
	max-width:100%;
	height:36px;
	margin:2px 0;
	padding:0 5px;
	box-sizing:border-box;
}
.vod_list > ul > li:first-child,
.pay_list > ul > li:first-child{
/*	border-top: 1px #bcbcbc dotted;*/
}
.vod_list > ul > li.select,
.vod_list > ul > li:hover,
.pay_list > ul > li.select,
.pay_list > ul > li:hover{
	/*
	background-color: #30557b;
	color: #fff;
	*/
}
.vod_list > ul > li.now,
.pay_list > ul > li.now{
	background-color: #4e759c;
	color: #fff;
}
.vod_list > ul > li.select:before {
	font-family: FontAwesome;
	content: "\f00c";
	margin-left: 0px;
	position:absolute;
	left:0;
}
.vod_list > ul > li.sample{
/*	background-image:url(//static.heraldeprep.com/images/vod/movie_sample.png);*/
/*	background-position: right 80px center;*/
/*	background-repeat:no-repeat;*/
	position:relative;
}
.vod_list > ul > li.sample:after{
	content: 'SAMPLE';
	width: 44px;
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	background-image: linear-gradient(45deg, #e43a15 0%, #f15e64);
	position: absolute;
	left: 0;
	top:0px;
	border-radius: 5px;
}
.vod_list > ul > li.disable{
	background-color: #f9f9f9;
	cursor: default;
	pointer-events: none;
	color: #a4a4a4;
}
.vod_list > ul > li.disable:hover{
	background-color: #f9f9f9;
	color: #a4a4a4;
}
.vod_list > ul > li > .time,
.vod_list > ul > li > .time2,
.pay_list > ul > li > .time{
	position:absolute;
	width:100px;
	height:40px;
	right:0px;
	top:0px;
	font:300 10pt/40px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	text-align:right;
}
.vod_list > ul > li > .time2{
	width:120px;
	top:auto;
	bottom:0;
}
.pay_list > ul > li > .time{
	left:0px;
	text-align:left;
}
.vod_list > ul > li > .time > .event_rate,
.vod_list > ul > li > .time2 > .event_rate{
	display:inline-block;
	background-image: linear-gradient(45deg, #1CD8D2 0%, #93EDC7);
	font: 300 11px/22px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	color: #fff;
	padding:2px 8px;
	border-radius: 6px;
	margin:7px 0;
}
.vod_list > ul > li > .time2 > .event_rate2{
	position:absolute;
	left:6px;
	bottom:8px;
}
/** 공지사항 **/
.noticewrap {
	background-color:#fff;
	margin:15px 0 10px 0;
	border-bottom: 1px solid #dbdfdf;
}
.noticewrap .head {
	overflow: hidden;
	padding: 13px 15px;
	border-top: 1px solid #dbdfdf;
}
.noticewrap .head h1 {
	float: left;
	font-size: 15px;
	color: #333;
}
.noticewrap .head a {
	float: right;
	margin-top: 2px;
	font-size: 12px;
	color: #666;
}
.noticewrap ul.notice_cont {
	padding: 15px;
	border-top: 1px solid #dbdfdf;
}
.noticewrap ul.notice_cont li {
	margin-top: 18px;
	overflow: hidden;
}
.noticewrap ul.notice_cont li:first-child {
	margin-top: 0;
}
.noticewrap ul.notice_cont li a {
	float: left;
	display: block;
	width: 75%;
	color: #333;
	font-size: 13px;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.noticewrap ul.notice_cont.payment li a{

}
.noticewrap ul.notice_cont.payment li a.blue_btn , .noticewrap ul.notice_cont.payment li a.red_btn 
, .noticewrap ul.notice_cont.payment li a.orange_btn{
	color:#fff;
	width:30%;
	float:right;
	font-size:0.9em;
}
.noticewrap ul.notice_cont.payment li > #add_day{
	vertical-align:middle;
	font-size:1em;
	padding:5px 5px;
	margin-bottom:5px;
	display:inline-block;
	border-radius:5% 5%;
}
.noticewrap ul.notice_cont li .date {
	float: right;
	color: #666;
	font-size: 12px;
}
.counsel{
	border-top: 1px solid #dbdfdf;
}
.counsel > a{
	display: block;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height:40px;
	position:relative;
}
.counsel > a > i{
	font-size:26px;
	display: block;
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -96px;
}
.counsel > .kakao_button{
	display:block;
	box-sizing: border-box;
	background-color:#e5d630;
	color:#351819;
}
.counsel > .kakao_button > img{
	height:40px;
	vertical-align:middle;
	margin-left: -50px;
}
/* 강사 */
.teacher_list{
	padding-top:5px;
	background-color: #f1f1f1;
}
.teacher_list > .mainCurri{
	margin-top:0px;
}
.teacher_list > .mainCurri .profile_img{
	top:5px;
	width:60%;
}
/* 강좌 */
.curriculum_list{
	padding-top:5px;
/*	background-color: #fff;*/
}
.curriculum_list > .mainCurri{
	
}
.curriculum_list > .mainCurri ul li{
	float:initial;
	width:96%;
	margin:2%;

}
.curriculum_list > .mainCurri .profile_img{
	top:5px;
	width:30%;
}
.profile_img > img{
	max-width:100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
/** 공통 **/
#common-popup-modal{
	background:#fff;
	padding:0px;
	text-align:left;
	width:94%;
	margin:40px 3%;
	position:relative;
	border-radius:3px;
}
#common-popup-modal > h1{
	overflow:hidden;
	position:relative;
	height:52px;
	padding:0 45px 0 15px !important;
	background:#282828;
	font-size:16px;
	line-height:52px;
	color:#fff;
}
#common-popup-modal > h1 > .f_close{
	color:#fff;
	text-decoration:none;
	position:absolute;
	width:45px;
	height:52px;
	display:block;
	right:0;
	top:0;
	font-size:16px;
	line-height:52px;
}
#common-popup-modal > h1 > .f_close > i{
	color:#fff;
	font-size:40px;
	padding:6px 15px;
}
#common-popup-modal > p{
	padding:13px 15px;
}
/** 카테고리 **/
.category {
	font:400 12px/40px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	color: #000;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.9),-1px -1px 2px rgba(255,255,255,0.9);
}
.category_box{
	display:inline-block;
	height:20px;
	padding:3px 10px;
	font:400 12px/20px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	border-radius:4px;
	color: #fff;
	text-shadow:initial;
	background-image: linear-gradient(45deg, #e43a15 0%, #f15e64);
}
.category_box.gpa,
.category_box.gpa.big{
	background-image: linear-gradient(45deg, #24C6DC 0%, #363795);
}
.category_box.basic,
.category_box.basic.big{
	background-image: linear-gradient(45deg, #1CD8D2 0%, #93EDC7);
}
.category_box.sat2,
.category_box.sat2.big{
	background-image: linear-gradient(45deg, #56ab2f 0%, #a8e063);
}
.category_box.ap,
.category_box.ap.big{
	background-image: linear-gradient(45deg, #834d9b 0%, #d04ed6);
}
.category_box.ap,
.category_box.ap.big{
	background-image: linear-gradient(45deg, #834d9b 0%, #d04ed6);
}
/** **/
/**페이지 공통테이블 **/
.common_tbl_title{
	padding:30px auto 10px auto;
	width:100%;
	text-align:left;
	display:block;
	color:#4b4a4a;
	font-size:13px;
	font-weight:bold;
	background: url('//static.heraldeprep.com/images/main/notice_icon.gif') no-repeat 8px 36px;
}
.common_tbl{
    border-top:2px #00addf solid;
}
.common_tbl.bg2{
    border-top:2px #00addf solid;
}
.common_tbl.bg3{
    border-top:2px #eeeeee solid;
}
.common_tbl.bg4{
    border-top:2px #999 solid;
}
.common_tbl a{
    text-decoration:none;
}
.common_tbl a.lock:after{
	display:inline-block;
	font-family: 'FontAwesome';
	color:#EE6304;
	font-size:20px;
	line-height:24px;
	content: "\f023";
	padding:0 5px;
}
.common_tbl td.done:after{
	display:inline-block;
	font-family: 'FontAwesome';
	color:#EE6304;
	font-size:20px;
	line-height:24px;
	content: "\f14a";
	padding:0 5px;
}
.common_tbl tfoot th{
    font-size:12px;
    height:40px;
    border-bottom:1px #cccccc solid;
    background-color:#f5f5f5;
    color:#161d27;
    text-align:center;
}
.common_tbl th{
    font-size:12px;
    height:40px;
    border-bottom:1px #cccccc solid;
    border-left:1px #cccccc solid;
    background-color:#f5f5f5;
    color:#161d27;
    text-align:center;
	word-wrap: break-word;
	word-break: keep-all;
}
.common_tbl.no_hline th{
	border-left-width:0;
}
.common_tbl th:first-child{
    border-left-width:0;
}
.common_tbl th.bg2{
	background-color:#DAF0C1;
}
.common_tbl th.bg3{
	background-color:#FFE3B2;
}
.common_tbl td{
    height:40px;
    border-bottom:1px #cccccc solid;
    border-left:1px #cccccc solid;
    font-size:12px;
    color:#6b6b6b;
    text-align:center;
    /*line-height:33px;*/
    line-height:200%;
    vertical-align:middle;
}

.common_tbl td > a{
	text-decoration:none; 
	color:#00addf;
	position:relative;
	display:inline-block;
}
.common_tbl td:hover > a:after{
	content:'';
	position:absolute;
	height:1px;
	background-color:#00addf;
	left:0;
	right:0;
	bottom:-2px;
}

.common_tbl.no_hline td{
	border-left-width:0;
}
.common_tbl td:first-child{
    border-left-width:0;
}
.common_tbl tr.tr2 td{
	background-color:#F2F2F2;
}
.common_tbl td.content{
	text-align:left;
	vertical-align:top;
    padding:10px;
}
.common_tbl td.left{
    text-align:left;
    padding:0 5px;
}
.common_tbl td.leftTop{
    text-align:left;
	vertical-align:top;
    padding:0 5px;
}
table {
    width: 100%;
    table-layout: fixed;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-user-select: none;
    text-decoration: none;
}
.blue_btn {
    color: #FFF;
    background-color: #428BCA;
    background-image: linear-gradient(to bottom, #428BCA 0px, #2D6CA2 100%);
    background-repeat: repeat-x;
    border-color: #2B669A;
}
.red_btn {
    color: #FFF;
    background-color: #ca4282;
    background-image: linear-gradient(to bottom, #ca42b9 0px, #a22d79 100%);
    background-repeat: repeat-x;
    border-color: #9a2b62;
}
.green_btn {
    color: #FFF;
    background-color: #237314;
    background-image: linear-gradient(to bottom, #5ecc25 0px, #237314 100%);

    background-repeat: repeat-x;
    border-color: #2a7d0a;
}
.orange_btn {
    color: #FFF;
    background-color: #e4ae15;
    background-image: linear-gradient(to bottom, #e4ae15 0px, #f1795e 100%);

    background-repeat: repeat-x;
    border-color: #f1795e;
}
.notice_popup button.mfp-close {
    position: absolute;
    top: -20px;
    right: -20px;
    background: transparent url(//static.heraldeprep.com/images/common/close_btn.png) no-repeat right center;
    color: transparent;
}
.mfp-iframe-video-index button.mfp-close {
    position: absolute;
    top: -20px;
    right: -20px;
    background: transparent url(//static.heraldeprep.com/images/common/close_btn.png) no-repeat right center;
    color: transparent;
}
#vimeoplayer{
	width:45vw;
	height:25vw;
	position:absolute;
	left:0px; 
	bottom:0px; 
	border:1px solid #000; 
	box-shadow: 2px 2px 2px rgba(0,0,0,1);
	border-radius:4px;
	background-color:#000;
}
.ifr_close{
	min-width: 60px;
	padding: 5px 8px;
	border: 1px solid #888;
	color: #888;
	font:400 12px/24px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	float: right;
	margin: 10px;
	background-color:#fff;
	text-align:center;
	position:relative;
}
.ifr_close > i {
	font: normal 24px/1 Ionicons;
	position:absolute;
	bottom:5px;
	left:8px;
}
#vimeovideo{
	width:100vw;
	height:56vw;
	position: fixed;
	top:57px;
	left:0;
	z-index:909;
	background-color:#000;
}
#vimeovideo > iframe{
	width:100vw;
	height:56vw;
}
.order_box{
	display: block;
	width: 100%;
	padding:0;
	border: none;
	color: #fff;
	position: fixed;
	font-size: 12px;
	line-height: 64px;
	left:0;
	bottom: 0;
	z-index: 3;
/*	background: linear-gradient(to right, rgb(211, 131, 18), rgb(168, 50, 121));*/
	background: linear-gradient(to right, rgb(254, 140, 0), rgb(248, 54, 0));
}
.order_box > .info{
	float: left;
	width: 74%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height:52px;
	text-align: left;
	font: 300 14px/26px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	position: relative;
	padding:6px 0 6px 12px;
	color: #fff;
}
.order_box > .info > .time{
	position:absolute;
	width:100px;
	height:40px;
	right:6px;
	top:0px;
	font:300 10pt/40px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	text-align:right;
	color: #fff;
}
.order_box > .info > .time > .before_price{
	color:#fff;
}
.order_box > .info > .time2{
	position:absolute;
	width:110px;
	height:40px;
	right:6px;
	bottom:0px;
	font:300 10pt/40px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	text-align:right;
	color: #fff;
}
.order_box > .info > .time2 > .event_rate{
	display:inline-block;
	background-image:linear-gradient(to right, #bc4e9c, #f80759);
	font: 300 11px/22px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	color: #fff;
	padding:2px 8px;
	border-radius: 6px;
	margin:7px 0;
}
.order_box > .btn_direct{
	position: absolute;
	width: 100px;
	height: 40px;
	right: 0px;
	top: 0px;
	font:400 17px/64px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	text-align: center;
	color: #fff;
}
.btn_direct2{
	width:100%;
	display:block;
	background: linear-gradient(to right, rgb(254, 140, 0), rgb(248, 54, 0));
	font: 300 18px/50px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	text-align: center;
	color: #fff;
}
.btn_direct2 > span{
	font: 300 18px/50px '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, 'Apple Gothic', sans-serif;
	text-align: center;
	color: #fff;
}
@keyframes blink {
	0% {opacity: 0}
	49%{opacity: 0}
	50% {opacity: 1}
}
.blink{
	animation: blink 1s infinite;
}
.event_rate2{
	background-image: linear-gradient(45deg, #e43a15 0%, #f15e64);
	font: 400 12px/22px 'Noto Sans KR','Malgun Gothic','맑은 고딕','돋움',Dotum,Verdana;
	color: #fff;
	padding:0 8px;
	border-radius: 6px;
	display:inline-block;
}
.before_price{
	color: #ff0000;
	text-decoration: line-through;
	display:inline-block;
}
a.test_direct_order{
	display:inline-block;
	margin:8px 0; 
	padding:0px 14px; 
	border:1px solid #304a8a;
	background:#3f5a9d;
	font:normal 16px/2.2 'Nanum Gothic';
	text-decoration: none;
	color:#fff;
	border-radius:20px;
}


.cancel_stroke *{
	text-decoration: line-through;
}
.txt_center{
	text-align:center;
}
#content #boardForm{
	margin-bottom:0;
}
.page > .add_day.button_area{
	padding-bottom: 8px;
}
.page > .add_day.button_area > .btn{
	width:40%;
}

/*eprep 혜택 -->*/
.benefit_banner{
	background-color:#58ada6;
	text-align:center;
	line-height:30px;
	padding:10px 0;
}
.benefit_banner > p{
	background: url(/m/images/main/giftbox.png) no-repeat 25% 100%;
	background-size:auto 50px;
}
.benefit_banner > p > span{
	color:#fff;
	font-weight:bold;
	display:block;
}
.benefit_banner > p > span#benefit_1{
	font-style:italic;
	margin-left:15%;
}
.benefit_banner > p > span#benefit_2{
	font-size:24px;
	margin-left:21%;
}
.benefit{
	padding:10px 10px;
}
.benefit > ul > li{
	padding:10px 10px;
	border:1px solid #58ada6;
	box-shadow: 2px 2px 2px rgba(11,103,95,0.68);
	background-color:#fff;
}
.benefit > ul > li{
	margin-top:15px;
}
.benefit > ul > li > .benifit_info{
	padding:35px 10px;
}
.benefit > ul > li > .benifit_info > ul > li{
	display:inline-block;
	text-align:center;
}
.benefit > ul > li > .benifit_info > ul > li:first-child{
	width:10%;
	vertical-align:top;
	font-size:40px;
	font-style:italic;
	color:#6012b3;
}
.benefit > ul > li > .benifit_info > ul > li:last-child{
	width:88%;
}
.benefit > ul > li > .benifit_info > ul > li:last-child > p{
	text-align:center;
	line-height:1.4;
}
.benefit > ul > li > .benifit_info > ul > li:last-child > p:last-child{
	font-size:20px;
}
.benefit > ul > li > .benifit_show{
	text-align:center;
	color:#ad5867;
	padding:4px 0;border:0px;
}
.benefit > ul > li > .benifit_show > span{
	color:#ad5867;
}
.benefit > ul > li > .benifit_detail{
	padding: 10px 10px;
	display:none;
	background-color:#58ada6;
	color:#fff;
	word-break: keep-all;
	line-height:1.3;
	font-size:12px;
}
.benefit > ul > li > .benifit_detail > ul > li{
	color:#fff;
	padding-left:10px;
	font-size:12px;
}
.benefit .impact{
	font-size:1.2em;
}
/*eprep 혜택 <--*/
/** 비디오 오디오 교체 **/
.switch_audio_video{
	max-width:100vw;
	margin:0px auto 0 auto;
	text-align:center;
	position:relative;
}
.switch_audio_video > .leftT{
	position:absolute;
	right:50%;
	margin-right:80px;
	display:inline-block;
	font-size:16px;
	font-weight:normal;
	color:#333;
	text-align:right;
}
.switch_audio_video > .rightT{
	position:absolute;
	left:50%;
	margin-left:80px;
	display:inline-block;
	font-size:16px;
	font-weight:normal;
	color:#333;
	text-align:left;
}
input#toggle {
	max-height: 0;
	max-width: 0;
	opacity: 0;
}
input#toggle + label {
	display: inline-block;
	position: relative;
	box-shadow: inset 0 0 0px 1px #d5d5d5;
	text-indent: -5000px;
	height: 30px;
	width: 100px;
	border-radius: 15px;
}

input#toggle + label:before {
	content: "";
	position: absolute;
	display: block;
	height: 30px;
	width: 30px;
	top: 0;
	left: 0;
	border-radius: 15px;
	background: rgba(45,150,245,0);
	-moz-transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

input#toggle + label:after {
	content:"";
	position: absolute;
	display: block;
	height: 30px;
	width: 30px;
	top: 0;
	left: 0px;
	border-radius: 15px;
	background: white;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2), 0 2px 4px rgba(0,0,0,.2);
	-moz-transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
input#toggle:checked + label:before {
	width:100px;
	background: rgba(45,150,245,1);
}

input#toggle:checked + label:after {
	left:80px;
	box-shadow: inset 0 0 0 1px rgba(45,150,245,1), 0 2px 4px rgba(0,0,0,.2);
}
.only_voice{
	position: relative;
	display: inline-block;
	padding:0 2em;
	text-decoration: none;
	text-align:center;
	cursor: pointer;
	color:#fff;
	margin:10px auto;
	border-radius: 10px;
	background: linear-gradient(135deg, #6e8efb, #a777e3);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	float:right;
}
.mfp-vertical-bottom > .mfp-container > .mfp-content{
	vertical-align:bottom;
}
.page.terms{
	background-color: #fff;
	word-break: keep-all;
	word-wrap: break-word;
	padding : 0 10px 20px 10px;
}
/** **/
.small_banner_container{
	width:100%;
	position:relative;
	margin:0 auto 12vw auto;
	text-align:left;
	vertical-align:top;
}
.small_banner_container.bg{
	text-align:right;
}
.small_banner_container > .title{
	width:100%;
	font-weight:bold;
	font-size:4vw;
	line-height:1.4;
	color:#000;
/*	text-shadow:2px 2px 1px rgba(0,0,0,.15),-1px -1px 1px rgba(0,0,0,.15);*/
	text-align:center;
	margin:6vw 0 3vw 0;
	word-wrap: break-word;
	word-break: keep-all;

/*	font-size:4.5vw;*/
/*	line-height:1.4;*/
/*	color:#000;*/
/*	text-align:left;*/
/*	padding:0 10px;*/
/*	word-wrap: break-word;*/
/*	word-break: keep-all;*/
/*	vertical-align:middle;*/
/*	display:table-cell;*/
}
.small_banner_container > a{
	display:block;
	position: relative;
	text-decoration: none;
	box-sizing: border-box;
	height:140px;
	overflow:hidden;
	border: 1px solid #ccc;
	box-shadow:4px 4px 4px rgba(0,0,0,0.45);
	width:90%;
	margin:0 auto;
}
.small_banner_container > a:after {
	content: "\f04b";
	font: normal normal normal 28px/64px FontAwesome;
	display: block;
	position: absolute;
	bottom: 23px;
	right: 20px;
	width: 62px;
	height: 62px;
	background-color: #6c6c6c;
	color: #fff;
	border-radius: 32px;
	text-align: center;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.85);
}
.small_banner_container > a.none:after {
	content:none;
}
.small_banner_container > a > img{
	width:100%;
}
.small_banner_container > img.text_right{
	width:36vw;
	border:1px solid #ccc;
	text-align:right;
/*	box-shadow:4px 4px 4px rgba(0,0,0,0.45);*/
	margin:0 0 0 20px;
}
.small_banner_container > img.text_left{
	width:36vw;
	border:1px solid #ccc;
	text-align:left;
/*	box-shadow:4px 4px 4px rgba(0,0,0,0.45);*/
	margin:0 20px 0 0;
}
.small_banner_container > .text{
	width:52vw;
	position:absolute;
	left:44vw;
	top:35px;
	font-size:3.5vw;
	line-height:1.4;
	word-wrap: break-word;
	word-break: keep-all;
}
.small_banner_container.bg > .text{
	left:20px;
	text-align:left;
}
.small_banner_container > .text > div{
	font-size:3.5vw;
	line-height:1.6;
}
.small_banner_container > a.btn{
	color:#000;
	text-decoration:none;
	position:absolute;
	left:541px;
	bottom:19px;
	border:1px solid #ccc;
	font-size:19px;
	line-height:47px;
	padding:0 30px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.45);
}
.clickme:before{
	content: "클릭 \f488";
	position: absolute;
	font-size: 1em;
	top:0%;
	right:.6em;
	display: inline-block;
	width: 3em;
	height: 1.6em;
	padding: .1em .25em .4em;
	line-height: 1.6;
/*	border: 2px solid #2d96f5;*/
/*	border-radius: 50%;*/
	transition: all ease;
	transform: scale(0);
	animation: spinner 3s infinite;
	color:#2d96f5;
	text-align:center;
	font-family:"Ionicons";
}
.noclickme:before{
	content: "촬영 중 \f3b1";
	position: absolute;
	font-size: 1em;
	top:0%;
	right:.6em;
	display: inline-block;
	width: 4em;
	height: 1.6em;
	padding: .1em .25em .4em;
	line-height: 1.6;
/*	border: 2px solid #ff0000;*/
/*	border-radius: 50%;*/
	transition: all ease;
	animation: marquee2 3s infinite;
	color:#ff0000;
	text-align:center;
	font-family:"Ionicons";
}
@keyframes marquee2 {
	0% { right: -.8em; }
	30% { right: .8em; }
	60% { right: .8em; }
	100% { right: -.8em; }
}

@keyframes spinner {
	0% {
		 opacity: 0; 
		 transform: scale(0)
	}
	20% {
		  opacity: 1;
		  transform: scale(1)
	}
	40% {
		opacity: 1;
		transform: scale(.5)
	}
	60% {
		opacity: 1;
		transform: scale(.8)
	} 
	100% {
		opacity: 1;
		transform: scale(0)
	}
}
.noticewrap ul.notice_cont li a.review_btn,
.page_info > li li a.review_btn{
	text-decoration: none;
	display:block;
	background: linear-gradient(to right, #0052d4 60%, rgba(255, 255, 255, 0) 100%);
	font: bold 16px/1.6 'NotoSansCJKkr';
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	margin: 0 auto;
	float:none;
}
.page_info > li li span.review_text{
	float:none;
	white-space:normal;
	line-height:1.6;
}
/** pure_table **/
.pure_table th{
	background-color: #e0e0e0;
	color: #000;
	text-align: left;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	padding: 0.5em 1em;
	font:bold 3.6vw/1.6 Arial,'Nanum Square';
}
.pure_table td{
	color: #000;
	text-align: left;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	padding: 0.5em 0.8em;
	font:normal 3.6vw/1.6 Arial,'Nanum Square';
}
.pure_table td:first-child,
.pure_table th:first-child{
	border-left: 1px solid #cbcbcb;
}
.pure_table td:last-child,
.pure_table th:last-child{
	border-right: 1px solid #cbcbcb;
}
.pure_table th,
.pure-table td {
	padding: 0.5em 0.8em;
}
/** burst **/
div.burst-8 {
	background: #f9aa06;
	width: 80px;
	height: 80px;
	position: relative;
	text-align: center;
	transform: rotate(20deg);
	color:#ff0000;
}
div.burst-8:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	width: 80px;
	background: #f9aa06;
	transform: rotate(135deg);
}
div.burst-12 {
	background: #7fccde;
	width: 50px;
	height: 50px;
	position: relative;
	text-align: center;
}
div.burst-12:before,
div.burst-12:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 50px;
	background: #7fccde;
}
div.burst-12:before {
	transform: rotate(30deg);
}
div.burst-12:after {
	transform: rotate(60deg);
}

/*수강후기*/
.b64img_review>img {
  max-width: 99%;
  padding:5px 5px;
}
.ad_check_desc {
  padding: 20px;
  background-color: #ddd;
  color: #000;
  font-size:14px;
  line-height:22px;
}
.grecaptcha-badge{ /*구글캡차 숨기기*/
	visibility:hidden;
}
.review_btn_area{
	padding:10px 10px;
	text-align:center;
}
.review_btn_area > a{
	padding:8px 5px;
	min-width:30%;
	display:inline-block;
	color:#fff;
}
.review_btn_area > .btn_save{
	background-color:#3b43ab;
	margin-right:10px;
}
.review_btn_area > .btn_cancel{
	background-color:#ab3b4b;
}

.button.half_round {
    border-radius: 20px 0px;
}
.button.lg {
    /* width: 220px; */
    font-size: 1.3em;
    /* line-height: 1.5; */
}
.button.blue_btn {
    color: #ffffff;
    background: rgba(72,107,189,0.7);
    min-width: 80px;
    /* text-align: left; */
}
.noticewrap .head a.button.coupon_btn{
	float:right;
	color: #ffffff;
    background: #2eb2ff;
	width:30vw;
	font-size:1.1em;
}
.noticewrap .head a.button.coupon_btn > i{
	vertical-align:middle;
	font-size:1.3em;
}
.button {
    min-width: 100px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    padding: 6px 12px;
    border: 1px solid #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* 상품권 등록 layer -->*/
.white-popup.coupon,.white-popup.review-layer {
    position: relative;
    background: #FFF;
    padding: 40px 20px 20px 20px;
    width:100%;
   /* max-width: 1240px;*/
    margin: 20px auto;
    text-align: left;
    border-top: 5px #008597 solid;
    border-bottom: 5px #008597 solid;
	box-sizing: border-box;
}
.white-popup.coupon{
	/*width:95vw;
	text-align:left;*/
}
.white-popup.coupon > .txt1{
	font-size:1.2em;
	font-weight:900;
	line-height:1.2;
}
.white-popup.coupon > .txt2{
	margin-top:10px;
	line-height:1.4;
}
.white-popup.coupon > .txt3{
	font-size:0.9em;
	margin-top:20px;
	line-height:1.5;
}
.white-popup.coupon > .coupon_input{
	margin:20px 0;
	background-color:#c1c1c1;
	padding:10px 5px;
	text-align:center;
	color:#fff;
	vertical-align: middle;
}
.white-popup.coupon > .coupon_input > form{
	margin: 0 0;
}
.white-popup.coupon > .coupon_input > form > input{
	width:20%;
	height: 30px;
	text-align:center;
	vertical-align:middle;
}
.white-popup.coupon > .coupon_button{
	margin-top:20px;
	text-align:center;
}
.white-popup.coupon > .coupon_button > a{
	display: inline-block;
	min-width: 100px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
	text-decoration: none;
	background: #fff;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.45);
	border-radius: 4px;
	padding:5px 5px;
}
.white-popup.coupon > .coupon_button > a.reg , .white-popup.coupon > .coupon_button > a.loading{
	background-color:#008597;
}
.white-popup.coupon > .coupon_button > a.loading{
	display:none;
}
.white-popup.coupon > .coupon_button > a.loading > i{
	font-size:1.2em;
}
.white-popup.coupon > .coupon_button > a.cancel{
	background-color:#000;
}
/* 상품권 등록 layer <--*/

/*메인 수강후기 배너-->*/
.page.main_renew{
	background:#fff;
}
.page.main_renew > .small_banner_container{
	padding:10px 0 40px 0;
	margin-bottom:0px;
}
.page.main_renew > .small_banner_container.bg{
	background-color: #f0f0f0;
}
.page.main_renew > .small_banner_container > .title{
	line-height:1.7;
	font-size:4.5vw;
}
.page.main_renew > .small_banner_container > .title > span{
	font-size:3.5vw;
	line-height:1.7;
	color:#727272;
	font-weight:normal;
}
.page.main_renew > .small_banner_container > .swiper-container-main-content{
	overflow:hidden;
	height:auto;
	margin-top:20px;
}
.page.main_renew > .small_banner_container > .swiper-container-main-content > .swiper-wrapper{
	height:auto;
}
.page.main_renew > .small_banner_container > .swiper-container-main-content > .swiper-wrapper > .swiper-slide{
	width:80%;
	margin-left:2vw;
	border:1px solid #c1c1c1;
	height:auto;
}
.page.main_renew > .small_banner_container > .swiper-container-main-content > .swiper-wrapper > .swiper-slide > img{
	width:100%;
}
.page.main_renew > .small_banner_container > .swiper-container-main-content > .swiper-wrapper > .swiper-slide > .desc{
	position:absolute;
	bottom:0;
	left:0;
	background-color: rgba(0,0,0,0.65);
	font-size: 4vw;
	width:inherit;
	/*padding:10px 10px;*/
	color:#fff;
	box-sizing: border-box;
	width:100%;
	height:0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.page.main_renew > .small_banner_container > .swiper-container-main-content > .swiper-wrapper > .swiper-slide.swiper-slide-active > .desc{
	padding:10px 10px;
	height:20vw;
}
.page.main_renew > .small_banner_container > .swiper-container-main-content > .swiper-wrapper > .swiper-slide > .desc > ul *{
	color:#fff;
	line-height:1.5;
	font-size:3.5vw;
}
.page.main_renew > .small_banner_container > .swiper-container-main-content > .swiper-wrapper > .swiper-slide > .desc > ul > li.who > span{
}
.page.main_renew > .small_banner_container > .swiper-container-main-content > .swiper-wrapper > .swiper-slide > .desc > ul > li.who > span:nth-child(2){
	float:right;
}
.page.main_renew > .small_banner_container > .swiper-container-main-content > .swiper-wrapper > .swiper-slide > .desc > ul > li.review_txt{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight:bold;
}
.page.main_renew > .small_banner_container > .swiper-container-main-content > .swiper-wrapper > .swiper-slide.pop-youtube > div{
	width:100%;
	height:100%;
	background-color:rgba( 84, 84, 84,0.5);
	vertical-align:middle;
	display: flex;
	align-items: center;
	text-align:center;
	flex-direction: row;
	justify-content: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	transition-delay:0.3s;
	color:#fff;
	font-size:50px;
	position:absolute;
	top:0;
	left:0;
}
.page.main_renew > .small_banner_container > .swiper-container-main-content > .swiper-wrapper > .swiper-slide.pop-youtube > div:after{
	content: "\f16a";
	font-family:FontAwesome;
	display:inline-block;
	font-size:9vw;
}
.page.main_renew > .small_banner_container > .swiper-container-main-content > .swiper-wrapper > .swiper-slide.pop-youtube.swiper-slide-active > div{
	height:24%;
	top:76%;
}
/*
.page.main_renew > .small_banner_container > .swiper-container-main-content > .swiper-wrapper > .swiper-slide.pop-youtube > div:hover{
	background-color:rgba( 84, 84, 84,0.1);

}*/
.page.main_renew > .small_banner_container > .main_cafe{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column; /*수평 정렬*/
	align-items: center;
	justify-content: center;
	margin-bottom:20px;
}
.page.main_renew > .small_banner_container > .main_cafe > div{
	width:90%;
	padding:26px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.page.main_renew > .small_banner_container > .main_cafe > div:not(:last-child){
	border-bottom: 1px solid #c1c1c1;
}
.page.main_renew > .small_banner_container > .main_cafe > div > ul > li{
	text-align:center;
}
.page.main_renew > .small_banner_container > .main_cafe > div > ul > li:nth-child(1){
	height:auto;
	/*display: flex;
	align-items: center;*/
}
.page.main_renew > .small_banner_container > .main_cafe > div > ul > li:nth-child(1) > img{
	
}
.page.main_renew > .small_banner_container > .main_cafe > div > ul > li:nth-child(2){
	font-size:4vw;
	color:#404040;
	font-weight:bold;
	margin-top:20px;
}
.page.main_renew > .small_banner_container > .main_cafe > div > ul > li:nth-child(3){
	font-size:3vw;
	color:#384677;
	margin-top: 25px;
}
.page.main_renew > .small_banner_container > .cafe_btn{
	width:100%;
	text-align:center;
}
.page.main_renew > .small_banner_container > .cafe_btn > a{
	font-size:4vw;
	color:#fff;
	padding: 8px 88px;
	border-radius: 25px 25px;
	display:inline-block;
	text-decoration:none;
}

.page.main_renew > .small_banner_container > .cafe_btn > a{
	background-color:#ab3c21;
	border: 1px solid #95432e;
}
.white-popup.review-layer > .review_head{
	margin-bottom:40px;
}
.white-popup.review-layer > .review_head > li{
}
.white-popup.review-layer > .review_head > li:first-child{
	font-weight:bold;
}
.white-popup.review-layer > .review_head > li:last-child{
	text-align:right;
}
.white-popup.review-layer > .review_result > img{
	width:98%;
	border:1px solid #c1c1c1;
	padding:4px 4px;
}
.white-popup.review-layer > .review_txt{
	text-align:left;
	margin:40px 0;
	word-wrap: break-word;
	word-break: keep-all;
}
/*
.moviePop .mfp-iframe-holder .mfp-content{  
	width:100%;
	max-width:100%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
*/
/*메인 수강후기 배너<--*/