.cate_all {
	width:100%;
	background:#edf0f8;
	padding-top:50px;
}
.cate_all .cate_inner {
	width:1300px;
	margin:0 auto;
	position:relative;
}
.section {
	overflow:hidden;
}
.top_padding {
	padding-top:20px;
}
/*메인아이콘배너*/
.main_ibanner {
	width:100%;
	margin:0 auto;
	position:absolute;
	z-index:200;
	top:620px;
}
.main_ibanner > ul {
	width:1300px;
	margin:0 auto;
	background:#fff;
	border-radius:5px;
	overflow: hidden;
	box-shadow:0 7px 13px rgba(0, 0, 0, 0.3);
}
.main_ibanner li {
	padding:20px 20px;
	height:55px;
}
.main_ibanner a {
	float:left;
	text-align:center;
}
.main_ibanner a li {
	border-right:1px solid #dfdfdf;
}
.main_ibanner a:hover {
	color:#6279d8;
}
.main_ibanner a dt {
	font-size:20px;
}
.main_ibanner a dt, .main_ibanner a dl{
	text-align:left;
}
.main_ibanner .remote {
	width:23%;
	display:inline-block;
	background:#627ade;
	color:#fff;
}
.main_ibanner .remote:hover {
	color:#fff776;
}
.main_ibanner .kakao {
	width:23%;
	display:inline-block;
}
.main_ibanner .faq {
	width:23%;
	display:inline-block;
}
.main_ibanner .customer {
	width:31%;
	display:inline-block;
}
.main_ibanner .call {
	font-size:30px;
	font-weight:600;
	color:#6279d8;
}
.main_ibanner img {
	width:auto !important;
	height:auto !important;
}
.main_ibanner a dl, .main_ibanner a div {
	float:left;
	margin-left:15px;
}


/*카운트*/
.count_wrap
{
 text-align:center;
 font-size:30px;
 margin-bottom:20px;
}
.count_wrap strong
{
 color:red;
}

.count
{
  color:red;
  font-size:30px;
}
/*메인비주얼*/
.main_slide {
	height:463px;
}

/*추천강의*/
.class_list {
	width:100%;
}
.class_inner {
	width:1200px;
	margin:0 auto;
	position:relative;
}
.recommend_title{
	position:relative;
	margin-top:35px;
	text-align:center;
}
.recommend_title h2{
	font-size:27px;
}
/*.recommend_title h2:before {
	background:#000;
	display:block;
	clear:both;
	content:"";
	width:30px;
	height:3px;
	margin:0 auto;
	margin-bottom:10px;
}*/
.class_list .handle {
	margin-top:10px;
	display:block;
	clear:both;
	content:"";
	position:relative;
}
.class_ {
	width:100%;
	padding-bottom:25px;
}
.class_list .handle ul {
	margin:0 auto;
	text-align:center;
}
.class_list .handle li{
	width:10px;
	height:10px;
	border-radius:50px;
	display:inline-block;
	background:#cccccc;
}
.class_list .handle .handle_active{
	background:#eb0000;
}
.list_line {
	padding-top:30px;
	padding-bottom:30px;
	position:relative;
	box-sizing:border-box;
}
.class {
	width:25%;
	float:left;
	display:block;
	overflow:hidden;
	box-sizing:border-box;
	margin:30px 0;
	box-sizing:border-box;
}
.class_{
	width:90%;
	height:400px;
	box-sizing:border-box;
	margin-bottom:10px;
	border: 1px solid #ddd;
    overflow: hidden;
	margin:0 auto;
	transition: all .5s;
}
.class_thumb {
	width:100%;
	overflow:hidden;
}


.class_ img{
	width:100%;
	transition: all .5s;
}
.class_:hover{
	/*
	webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
	*/
	box-shadow:0 20px 20px 0 rgba(0, 0, 0, 0.3);
	transition: all .5s;
	transition-duration: 200ms;
}
.class_ a {
	display:block;
	width:100%;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:50% 50%;
	transition: all .5s;
	position:relative;
}
.class_title {
	padding:0 15px;
}
.class_title dt{
	text-align:left;
	font-size:18px;
	color:#333;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height:23px;
	font-weight:600;
}
.class_title dd{
	text-align:left;
	overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
}
.class_ .f01 {
	margin-left:20px;
	padding-right:10px;
}
.class_ .f01 img, .class_ .f02 img {
	width:auto;
}
.class_ .f01, .class_ .f02 {
	float:left;
	margin-top:10px;
}
.class_ .btn {
	bottom: 15px;
    position: absolute;
    width: 100%;
    text-align: center;
}
.class_ .btn span {
	background:#000;
	color:#fff;
	width: 50%;
    display: block;
    margin: 0 auto;
	padding:5px 0;
}

/*직장인필수과정*/
.essential_title h2:before {
	background:#000;
	display:block;
	clear:both;
	content:"";
	width:30px;
	height:3px;
	margin:0 auto;
	margin-bottom:10px;
}
.essential_title{
	position:relative;
	padding-top:35px;
	text-align:center;
}
.essential_title h2{
	font-size:27px;
}
.slick-initialized .slick-slide {
}

/*배너*/
.banner_zone {
	width:100%;
}
.banner_inner {
	max-width:1280px;
	margin:0 auto;
	position:relative;
}

/*공지사항*/
.board_article h3 {
	font-size:27px;
	padding-bottom:25px;
	display:inline-block;
}
.board_article li:first-child{
	/*border-top:1px solid #d8d8d8;*/
}
.board_article li{
	/*border-bottom:1px solid #d8d8d8;*/
	text-align:left;
}
.board_article li a{
	background: url(/images/common/btn_dot.png)no-repeat left center;
	line-height:30px;
	padding:0 0 0 15px;
	width:93%;
	overflow:hidden;
	display:block;
	font-size:14px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.board_zone {
	/*width:1300px;*/
	width:100%;
	margin:auto;
}
.board_inner {
	width:1300px;
	margin:40px auto;
	padding:10px;
}
.board_article {
	float:left;
	width:33.3%;
}

.board_article .board_box{
	padding:15px;
	border:1px solid #ccc;
	margin:15px;
}

.board_zone .button{
	position:relative;
	top:0;
	float:right;
	width:43px;
	height:28px;
	background:#fff;
	/*border:1px solid #d8d8d8;*/
	font-size:11px;
	color:#171717;
	text-align:center;
	line-height:28px;
}
.youtube_cate{
	font-weight:700;
	font-size:16px;
	padding:12px 0;
}
.youtube_txt{
	margin:auto;
	width:80%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-align:center;
}

/*이벤트*/
.board_inner div:nth-child(3)
{
	padding-right: 0;
}
.board_zone h3 {
	font-size:24px;
	padding-bottom:15px;
	display:inline-block;
	font-weight:700;
}
.event_article {
	float:left;
	width:31%;
	box-sizing:border-box;
	padding:10px;
	margin:40px 2%;
	border: 1px solid #d8d8d8;
}
.event_article img{
		width:100%;
	}
.popup_article {
	float:left;
	width:31%;
	padding:10px;
	margin-top:40px;
	box-sizing:border-box;
}
.popup {
	border:1px solid #d8d8d8;
	box-sizing:border-box;
}
.popup img{
	width:100%;
}
.popup_article h3{
	padding-bottom:10px !important;
}
.popup_article h3:before{
	display:block;
	clear:both;
	content:"";
	margin-bottom:5px;
	width:25px;
	height:2px;
	background-color:#444444;
}
.footer_ad{
	background-color:#11abf3;
	height:300px;
	background-image:url("/images/main/file2.jpg") no-repeat;

}

.ad_mrc{

}


/*고객센터*/
.call_zone {
	width:1263px;
	margin:0 auto;
}
.call_inner {
	margin:0 auto;
	position:relative;
}
.call_article {
	border:1px solid #d6d6d6;
	position:relative;
	padding:23px 7px;
	margin:60px 0;
}
.call_inner li {
	float:left;
	width:20%;
	text-align:center;
}
.call_article h3 {
	font-size:45px;
	color:#eb0000;
	letter-spacing:-3px;
	font-family:roboto;
	font-weight:600;
}
.call_article .time {
	font-size:16px;
	color:#3b3b3b;
	font-weight:400;
	display:block;
}
.review_article .bank {
	font-size:14px;
	margin-top:10px;
	background:#edf5ff;
	padding:5px 0 0 17px;
	margin-right:10px;
	color:#375175;
	border-radius:20px;
	line-height:35px;
}
.review_article .bank .bank_number {
	font-size:22px;
	font-weight:500;
}
.call_article span {
	color:#626262;
}
.call_article div {
	margin-bottom:7px;
}
.call_article a:hover span {
	color:#eb336e;
}
.call_article a .main_faq {
	background:url(/images/main/btn_faq.gif)no-repeat center 10%;
	height:63px;
}
.call_article a:hover .main_faq {
	background:url(/images/main/btn_faq_over.gif)no-repeat center 10%;
	height:63px;
}
.call_article a:hover .main_1on1 {
	background:url(/images/main/btn_1on1_over.gif)no-repeat center 10%;
	height:63px;
}
.call_article a .main_1on1 {
	background:url(/images/main/btn_1on1.gif)no-repeat center 10%;
	height:63px;
}
.call_article a:hover .main_b2b {
	background:url(/images/main/btn_b2b_over.gif)no-repeat center 10%;
	height:63px;
}
.call_article a .main_b2b {
	background:url(/images/main/btn_b2b.gif)no-repeat center 10%;
	height:63px;
}
.call_article a:hover .main_coupon {
	background:url(/images/main/btn_coupon_over.gif)no-repeat center 10%;
	height:63px;
}
.call_article a .main_coupon {
	background:url(/images/main/btn_coupon.gif)no-repeat center 10%;
	height:63px;
}

.korea_lecture{
	background-color:#f7f6f6;
}

/***********************  pop up  ***********************/

.pop-wrap {
    border: 0;
}
.pop-contents {
    position: relative;
    text-align: left;
    background: #000;
    padding:5px;
}

.pop-footer {
    position: relative;
    text-align: left;
    background: #000;
    height:30px;
    line-height:2em;
    color:#fff;
    padding-left:10px;
}

.pop-footer .check {
    font-size: 12px;
    line-height: 2em;
    width:10px;
    height:10px;
}

.pop-footer a {
    float: right;
    display: block;
    width: auto;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

/**22-03-30**/
.main_03{
	margin:55px auto;
	text-align:center;
}
.main_03 h2{
	padding:50px 0;
}
.main_03_list li{
	display:inline;
	padding:0 0.5%;
}
.korea_youtube{
	background-color:#f7f6f6;
	padding:10px 0 30px 0;
}
.main_title{
	padding-bottom:40px;
}
.pop_zone{
	border:0 !important;
	padding-top:10px !important;
}
.pop_zone h3:before{
	content: "";
    display: block;
    clear: both;
    background: #676767;
    height: 3px;
    width: 30px;
}