@charset "utf-8";

.lms .point_t{color:var(--lms_point);}
.lms section{padding:0 0;}
.lms h2{font-family:var(--neo_900);font-size:40px;margin:0 0;line-height:140%;}
.lms h4{font-family:var(--neo_700);font-size:27px;}
.lms h4:before{display:none;}
.lms p{font-size:20px;line-height:140%;color:#444;}
.lms_top{width:100%;height:500px;background:var(--lms_point);font-family:var(--neo_700);color:#fff;}
.lms_top .lf h2{color:#fff;}
.lms_top .wrap{width:100%;max-width:1200px;margin:0 auto;display:flex;justify-content: space-between;align-items: center;height:500px;}
.lms_top .lf span{font-size:23px;display:inline-block;border-radius:50px;padding:5px 10px;margin-bottom:20px;color:var(--lms_point);background:#fff;}
.lms_top .lf p{font-family:var(--noto_font);margin:20px 0 30px;color:#fff;}
.lms_top .lf a{display:inline-block;border:2px solid #fff;padding:10px 15px;font-size:20px;}
.lms_top .lf a:hover{background:#fff;color:var(--lms_point);font-family:var(--neo_900);}
.lms_top .rt img{width:515px;}

.lms_point{width:100%;background:#f9f9f9;padding:130px 0 !important;text-align:center;}
.lms_point ul{width:100%;max-width:1200px;margin:80px auto 0;background:#fff;display:flex;justify-content:space-between;align-items: center;padding:40px 0;box-sizing:border-box;border-radius:20px;border:1px solid #ddd;height:400px;-webkit-box-shadow: 0px 0 4px 0px rgba(0,0,0,0.25);box-shadow: 0px 0 4px 0px rgba(0,0,0,0.25);}
.lms_point li{width:33%;}
.lms_point li:nth-child(2){border-left:1px solid #ddd;border-right:1px solid #ddd;}
.lms_point p{color:#444;}
.lms_point img{width:160px;}
.lms_point h4{margin:20px 0 5px;}

#main .lms_book{background:#fff !important;padding:130px 0 40px;height:1050px;}
.lms_book p{margin-top:20px;}
#main .lms_book li{width:285px;height:160px;}

.lms_step{padding:0 0 130px !important;text-align:center;background:#fff !important;}
.lms_step p{margin-top:20px;}
.lms_step .step_wrap{width:100%;max-width:1200px;margin:0 auto;}
.lms_step .step_wrap .step-nav{display:flex;width:100%;}
.lms_step .step_wrap .step-nav .slick-list{width:1200px;}
.step-nav .slick-list{height:100px;}
.step-nav .slick-list .slick-current{background:var(--lms_point);color:#fff;position:relative;border-right:none;}
.step-nav .slick-list .slick-current:after{content:'';position:absolute;display:inline-block;width: 0;height: 0;border-style: solid;border-width: 20px 14px 0px 14px;border-color: var(--lms_point) transparent transparent transparent;border-radius:2px;bottom:-14px;left:50%;margin-left:-14px;}
.lms_step .step-slider .slick-slide{padding:10px 0;}
.lms_step .step-slider .slick-slide img{margin:0 auto;width:100%;max-width:550px;border-radius:10px;-webkit-box-shadow: 0px 0 4px 0px rgba(0,0,0,0.25);box-shadow: 0px 0 4px 0px rgba(0,0,0,0.25);display:inline-block;margin:0 10px;}
.lms_step .step-nav{margin:100px 0 60px;}
.lms_step .step-nav li{width:25% !important;height:79px;line-height:79px;cursor:pointer;font-family:var(--neo_700);font-size:25px;display:inline-flex;justify-content: center;gap:10px;align-items: center;position:relative;border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#f9f9f9;}
.lms_step .step-nav li:before{content:'';position:absolute;width:1px;height:50px;background:#ddd;top:15px;left:0;}
.lms_step .step-nav .slick-current:before, .lms_step .step-nav li:first-child:before{display:none;}
.lms_step .step-nav li:first-child{border-left:1px solid #ddd;}
.lms_step .step-nav li:last-child{border-right:1px solid #ddd;}
.lms_step .step-nav span{display:inline-block;width:100px;height:36px;line-height:36px;text-align:center;background:var(--lms_point);color:#fff;font-size:17px;border-radius:10px;}
.lms_step .step-nav .slick-current span{background:#fff;color:var(--lms_point);font-family:var(--neo_900);}

.lms_mov{width:100%;padding:130px 0 !important;background:#f9f9f9;text-align:center;}
.lms_mov ul{width:100%;max-width:1200px;margin:100px auto 0;display:flex;gap:30px;}
.lms_mov li{width:380px;padding:30px;box-sizing:border-box;border-radius:30px;background:#fff;text-align:center;-webkit-box-shadow: 0px 0 4px 0px rgba(0,0,0,0.25);box-shadow: 0px 0 4px 0px rgba(0,0,0,0.25);}
.lms_mov .mov_wrap{width:320px;height:320px;border-radius:20px;margin-bottom:20px;}
.lms_mov video{width:100%;height:100%;border-radius:20px;}
.lms_mov .mov_wrap img{border-radius:20px;}
.lms_mov p{margin-bottom:20px;}
.lms_mov li > span{display:inline-block;padding:0 15px;height:36px;line-height:34px;border-radius:50px;border:1px solid var(--lms_point);color:var(--lms_point);}
.lms_mov li > span + span{margin-left:10px;}

.card-container {position: relative;width:320px;height:320px;overflow: hidden;background:#FFBDCB;border-radius:20px;margin-bottom:20px;}
.card {position: absolute;width: 113px;height: 160px;border-radius: 8px;display: flex;justify-content: center;align-items: center;transition: transform 0.6s ease, opacity 0.6s ease;-webkit-box-shadow: 3px -3px 3px -2px rgba(0,0,0,0.25); 
    box-shadow: 3px -3px 3px -2px rgba(0,0,0,0.25);}
.card img{border-radius:8px;width:100%;height:100%;}
.card1 { background: #fff;}
.card2 { background: #f1f1f1;}
.card3 { background: #aaa;}
.card4 { background: #f9f9f9;}

.lms .record{background:url(../../img/lms/count_bg2.png) no-repeat bottom var(--lms_point);height:700px;}
.lms .record .count_wrap li div{font-size:40px;}
.lms .record .count_wrap li p{font-size:22px;color:#BDC7FF;}

.lms .logo{padding:130px 0;text-align:center;}
.lms .logo p{margin:20px 0 70px;}
.lms .logo img{margin:0 auto;}

.lms .bottom{padding:100px 0 !important;width:100%;height:500px;box-sizing:border-box;background:url(../../img/lms/bg_blur_black.jpg) no-repeat center;background-size:cover;}
.lms .bottom .bt_wrap{width:100%;max-width:1200px;margin:0 auto;display:flex;justify-content: space-between;align-items: center;}
.lms .bottom h2, .lms .bottom p{color:#fff;}
.lms .bottom p{margin-top:20px;}
.lms .bottom a{display:inline-block;width:380px;height:75px;line-height:71px;border:2px solid #fff;color:#fff;font-family:var(--neo_700);font-size:25px;text-align:center;border-radius:10px;margin-top:50px;}
.lms .bottom a:hover{background:#fff;color:#000;font-family:var(--neo_900);}
.lms .bottom img{width:410px;} 