@charset "UTF-8";


.main{}
.main #content{
    padding: 0 0 0px;
}
.main .mvisual{
    position: relative;
}
.main .mvisual a{color: #fff;}

.main .mvisual .arrow_wrap{}

.main .mvisual .arr_box{
    position: relative;
}
.main .mvisual .arr_box a{
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    padding: 0 50px;
    letter-spacing: 0;
}
.main .mvisual .arr_box a span{
    display: block;
    padding: 5px 0 0;
}

.main .mvisual .swiper-pagination-bullet{
	width: 15px;
    height: 15px;
}

.main .mvisual .arr_box .arr{
	position: absolute;
	top: 225px;
    /* transform: translate(0%, -50%); */
    z-index: 8;
}
.main .mvisual .arr_box .prev{}
.main .mvisual .arr_box .next{position: absolute; right: 0;}
.main .mvisual .arr_box .prev span.mo{display: none;}
.main .mvisual .arr_box .prev span.pc{display: block;}
.main .mvisual .arr_box .next span{padding-left: 20px;}
.main .mvisual .num_box{display: none;}



.main .mvisual .roll_box{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 9;
}
.main .mvisual .roll_box a{
    display: inline-block;
    background: #e2e2e2;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    margin: 0 10px;
}
.main .mvisual .roll_box a:hover{background: #4c85fc;}
.main .mvisual .roll_box a em{
    height: 0;
    width: 0;
    text-indent: -9999px;
}
.main .mvisual .roll_box a.on{
    background: #4c85fc;
    border-radius: 10px;
    width: 60px;
}
.main .mvisual .photo_box{width: 100%; position: relative;}
.main .mvisual .photo_box .pc{display: block;}
/*.main .mvisual .photo_box ul{overflow: hidden;}*/
.main .mvisual .photo_box li{}
.main .mvisual .photo_box li img{width: 100%;}
.main .mvisual .photo_box .mo{display: none;}


/* 최근시청영상 */
.main .recent_wrap{position: relative;padding: 40px 0 0;}
.main .recent_wrap .list {width: 1400px; margin: 0 auto;}
.main .recent_wrap .list ul{overflow: hidden; /*height: 245px;*/}
.main .recent_wrap .list ul li{float: left; width: calc(25% - 10px); position: relative;text-align: center;  margin-left: 13px; box-shadow: 3px 4px 5px rgb(0 0 0 / 12%); border-radius: 15px; margin-bottom: 15px; padding-bottom: 15px;}
.main .recent_wrap .list ul li:first-child{margin-left: 0;}
.main .recent_wrap .list ul li .bar{
    border-radius: 100%;
    width: 216px;
    height: 216px;
    display: inline-block;
    position: absolute;
    /*transition-property: fill;
    fill: blue;
    transition-duration: .5s;
    transition-timing-function: linear;*/
}
.main .recent_wrap .list ul li img{border-radius: 15px; width: 100%; height: 192px;}
.main .recent_wrap .list .tit{font-size: 18px; color: #000;font-weight: 600;}
.main .recent_wrap .list p{padding: 20px 15px 0 15px; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
/* 20210729 -- 모바일에서 최근시청 영상 이미지 백그라운드 검적색으로 표현되어서  background:  #000 변경*/;
.main .recent_wrap .list ul li .photo{position: relative; background: #fff;}
.main .recent_wrap .list ul .photo .view a{padding: 5px 15px; font-size: 14px; color: #fff; border-radius: 15px; border: 1px solid #fff; background: #000;}
.main .recent_wrap .list ul .photo .view a:hover{background: #4c85fc; border: none;}
.main .recent_wrap .list ul li .photo .view{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.main .recent_wrap .list ul li .photo .line_bg{
    width: calc(100% - 30px);
    height: 4px;
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 15px;
    border-radius: 15px;
    transform: translate(0%,0);
}
.main .recent_wrap .list ul li .photo .line_bar{
    border-bottom: 4px solid #4c85fc;
    position: absolute;
    bottom: 0;
    left: 0px;
}
.main .recent_wrap .list ul li .photo .line_bar em{
    margin-top: -30px;
    display: block;
    color: #fff;
    font-size: 13px;
    text-align: right;
}
.main .recent_wrap .list ul li img.play{ 
    width: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



/* 새로운 영상 */
img.play{}
.main .new_wrap{position: relative;padding: 40px 0 0;}
.main .new_wrap .list {width: 1400px; margin: 0 auto; overflow:hidden;}
.main .new_wrap .list ul{overflow: hidden; /*height: 370px;*/}
.main .new_wrap .list ul a{display: block; padding-bottom: 18px;}
.main .new_wrap .list ul li{float: left; width: calc(33.3% - 10px); background: #fff; box-shadow: 3px 8px 5px rgb(0 0 0 / 12%); border-radius: 15px; margin-bottom: 50px;position: relative;}
.main .new_wrap .list ul li .photo{position: relative;}
.main .new_wrap .list ul li img.play{ 
	width: 40px; 
	height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}
.main .new_wrap .list ul li.big/*{width: 30%;*/}
.main .new_wrap .list ul li.big img{}
.main .new_wrap .list ul li.big:nth-child(1){margin-left: 0;}
.main .new_wrap .list ul li img{ width: 100%; border-radius: 15px 15px 0 0;}
.main .new_wrap .list ul li:nth-child(2n){margin-left: 10px;}
.main .new_wrap .list ul li:nth-child(2n+1){margin-left: 10px;}
.main .new_wrap .list .tit{font-size: 18px; color: #000;font-weight: 600;}
.main .new_wrap .list .txt{font-size: 14px; color: #8f8f8f;padding-top: 3px;
   /* white-space: normal;
    line-height: 1.2;
    height: 1.2em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/ 
}
.main .new_wrap .list .txt em{display: inline-block;}
.main .new_wrap .list p{padding: 20px 15px 0 15px; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
.main .new_wrap .list .label{
    /*background: rgba(0,0,0, 0.7);*/
    background: #4d87ff;
    padding: 5px 18px;
    display: inline-block;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    left: 10px;
    bottom: 75px;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
}


.main .new_wrap2 .list {width: 1400px; margin: 0 auto; overflow:hidden; text-align:center}
.main .new_wrap2 .list ul{}
.main .new_wrap2 .list ul a{display: block; padding-bottom: 18px;}
.main .new_wrap2 .list ul li{float: left; width: calc(33.3% - 10px); background: #fff; box-shadow: 3px 4px 5px rgb(0 0 0 / 12%); border-radius: 15px; margin-bottom: 15px;position: relative; margin-right: 40px;}
.main .new_wrap2 .list ul li .photo{position: relative;}
.main .new_wrap2 .list ul li img.play{ 
	width: 50px; 
	height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	/* border: 1px solid #ddd; */
    border-radius: 100%;
}
.main .new_wrap2 .list ul li.big/*{width: 30%;*/}
.main .new_wrap2 .list ul li.big img{}
.main .new_wrap2 .list ul li.big:nth-child(1){margin-left: 0;}
.main .new_wrap2 .list ul li img{ width: 100%; border-radius: 15px 15px 0 0;}
.main .new_wrap2 .list .tit{font-size: 18px; color: #000;font-weight: 600; text-align:left;}
.main .new_wrap2 .list .txt{font-size: 14px; color: #8f8f8f;padding-top: 3px; text-align:left;}
.main .new_wrap2 .list .txt em{display: inline-block;}
.main .new_wrap2 .list p{padding: 20px 15px 0 15px; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
.main .new_wrap2 .list .label{
    background: #4d87ff;
    padding: 5px 18px;
    display: inline-block;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    left: 10px;
    bottom: 75px;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
	display:none;
}

.plus{}
.plus img{width: 60px;}
.main .new_wrap .list .plus{text-align: center; padding: 0;
    /*position: absolute; right: 0; top: 5px;*/}


.new_wrap2 {margin-top:30px;}

/* 최근업로드 영상 */
.main .up_wrap{}
.main .up_wrap .list{}
.main .up_wrap .list ul{}
.main .up_wrap .list .big{width: 470px; height: 346px; overflow: hidden;}
.main .up_wrap .list .big img{}
.main .up_wrap .list .small{float: right; width: 65%;}
.main .up_wrap .list .small .photo{}
.main .up_wrap .list .small .tit{font-size: 16px; color: #fff; font-weight: 500; padding: 10px 15px 0; display: none;}
.main .up_wrap .list ul li{background: #000; /*padding-bottom: 10px;*/ padding-bottom: 0;}
.main .up_wrap .list ul a{padding-bottom: 0;}
.main .up_wrap .list .small img{border-radius: 15px;}
.main .up_wrap .list .big img{border-radius: 15px;}
/* 탭메뉴 */
.main .up_wrap .list .tabs{padding-top: 20px; margin-bottom: 10px;}
.main .up_wrap .list .tabs li{
    width: 25%;
    background: #fff;
    box-shadow: none;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    border-radius: 0;
} 
.main .up_wrap .list .tabs li a{} 
.main .up_wrap .list .tabs li.active{border-bottom: 3px solid #4d87ff; margin-top: -3px;}
.main .up_wrap .list .tabs li.active a{color: #4d87ff; font-weight: 600;}

.main .up_wrap .list ul.tabs li:nth-child(2n), .main .up_wrap .list ul.tabs li:nth-child(2n+1){margin-left: 0;}



/* 시리즈별 영상 */
.main .series_wrap .list ul li{width: calc(16.6% - 10px);}
.main .series_wrap .list .label{padding: 3px 10px; background: rgba(0,0,0, 0.7); display: none;}
.main .series_wrap .page_title{position: relative;}
.main .series_wrap .page_title .go {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #4d87ff;
    font-size: 15px;
}

.main .series_wrap .list ul li img{height: 140px;}


    
/* 실시간 후기 */
.main .ing_wrap{background: #f1f5f8; /*padding: 40px 0 60px;*/ padding: 40px 0 20px; margin-top: 40px;}
.main .ing_wrap .list{position: relative; overflow: hidden; /*height: 340px;*/}
.main .ing_wrap .list .item{position: relative; overflow: hidden;}

/* 추가된 부분 */
.main .ing_wrap .list ul li{float: left; width: 32%; box-shadow: none; margin:0 28px 20px 0; margin-left:0!important; padding: 15px 10px;}
.main .ing_wrap .list ul li:nth-child(3n){margin-right:0;}
/* //추가된 부분 */

/*.main .ing_wrap .list ul{
    overflow: hidden;
    width: 32%;
    float: left;
}
.main .ing_wrap .list ul a{display: flex;; padding-bottom: 0px;}
.main .ing_wrap .list ul:nth-child(2){margin: 0 28px;}
.main .ing_wrap .list ul li{float: none; width: 100%; box-shadow: none; margin: 0; padding: 15px 10px;}
.main .ing_wrap .list ul li:nth-child(2n+1){margin-left: 0px;}
.main .ing_wrap .list ul li:nth-child(3){display: none;}*/


.main .ing_wrap .list ul li img{border-radius: 15px;}
.main .ing_wrap .thumb{float: left;width: 50%;position: relative;}
.main .ing_wrap .box{float: left;width: 50%;}
.main .ing_wrap .list .tit{padding-top: 0; white-space: nowrap; line-height: 1.2;height: 1.8em;}
.main .ing_wrap .list .txt{
    white-space: normal;
    line-height: 1.2;
    height: 3.6em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.main .ing_wrap .list .name{padding-top: 0px; padding-bottom: 5px; color: #c1c1c1;font-weight: 500; font-size: 13px;}
.main .ing_wrap .list .name span{color: #4c85fc;}
.main .ing_wrap .list ul li:nth-child(2n){/*margin-left: 0; margin: 20px 0 0;*/}




    
/*라이센스 배너*/
/*
.main .license_wrap{background: #4c85fc url(../img/main/ico_license.png) no-repeat 40% 55%; width: 1400px;margin: 40px auto; border-radius: 15px;}
.main .license_wrap a{color: #fff;  display: block;}
.main .license_wrap .box{padding: 30px; overflow: hidden;}
.main .license_wrap .box p{float: right; text-align: left; width: 55%;}
.main .license_wrap .box .tit{font-size: 24px; font-weight: 500;}
.main .license_wrap .box .txt{opacity: 0.6; font-size: 18px; font-weight: 300;  padding-top: 3px;}
*/

/* 추가된 부분 */
.license_wrap{width: 1400px; margin: 0 auto;}
.license_wrap a{color: #fff;  display: block;}
.license_wrap .box{padding: 30px; overflow: hidden;background: #ffc107 url(../img/main/ico_license.png) no-repeat 40% 55%; width: 1400px;margin: 40px auto; border-radius: 15px; border: 1px solid #ffc107;}
.license_wrap .box p{float: right; text-align: left; width: 55%;}
.license_wrap .box .tit{font-size: 24px; font-weight: 600;}
.license_wrap .box .txt{opacity: 0.6; font-size: 18px; color: #fff; font-weight: 500; margin:0!important; padding-top: 3px;}


.license_wrap a:hover{color: #4d87ff; transition-duration: 0.3s;}
.license_wrap a:hover .box .tit{color: #4d87ff;}
.license_wrap a:hover .box .txt{color: #000;}
.license_wrap a:hover .box{background: #ffc107 url(../img/main/ico_license.png) no-repeat; background-position: 40% 55%; }
/* //추가된 부분 */


/* 티칭가이드 배너 */
.teach_wrap{}
.teach_wrap .box{ background: #f7f7f7 url(../img/main/ico_teach.png) no-repeat 40% 55%; border: 1px solid #ccc;}
.teach_wrap a{color: #4d87ff;}
.teach_wrap .box .tit{font-weight: 600;}
.teach_wrap .box .txt{color: #000; font-weight: 500;}

.teach_wrap a:hover{color: #fff;}
.teach_wrap a:hover .box .tit, .teach_wrap a:hover .box .txt{color: #fff;}
.teach_wrap a:hover .box{background: #ffc107 url(../img/main/ico_teach.png) no-repeat 40% 55%;}


.slick-dots{width:100%; margin:0 auto; display: inline-block; width:auto;     margin-top: 15px;}
.slick-dots li{width:15px !important; height:15px; background: #000 !important; opacity: .2;cursor: pointer; margin-right: 0 !important;    margin: 5px; box-shadow: none !important; display: inline-block;}
.slick-dots li.slick-active{background:#007aff !important;  opacity: 1;}
.slick-dots li button{display:none;}
.magazine_list_pc{display:block !important; height:360px;}
.magazine_list_m{display:none !important;}
.slick-arrow{display:none !important;}



@media screen and (max-width: 1380px){
.main .new_wrap2 .list{width:auto;}
}

/*  미디어 쿼리 : 모바일, 테블릿 */
@media screen and (max-width: 1024px){
.main .new_wrap2 .list {width: 100%; margin: 0 auto; overflow:hidden;}
   
.magazine_list_pc{display:none !important;}
.magazine_list_m{display:block !important;}

.slick-dots li{width:10px !important; height:10px; background: #000 !important; opacity: .2;cursor: pointer; margin-right: 0 !important;    margin: 5px; box-shadow: none !important; display: inline-block;}

.main .new_wrap2 .list ul li:nth-child(1){width:100%;}
.main .new_wrap2 .list ul li{width: calc(50% - 7px);    margin-right: 7px; display: inline-block; min-height: 185px;}
.main .new_wrap2 .list ul a{}

.new_wrap2{margin-top:0;}

.main .series_wrap .list ul li img {height: 214px;}

;}



@media screen and (max-width: 767px){
    .main .recent_wrap .list ul li img {height: 95px;}
	.main .new_wrap2 .list .tit{font-size: 15px;}
	.main .new_wrap2 .list .txt{font-size: 13px;}
	.main .series_wrap .list ul li img{height: 95px;}
    
;}




