@charset "utf-8";

* {
    box-sizing: border-box;
}


.main_wrap .mv {
    width:100%;
    position: relative;
    margin:0 auto;
	padding-top: 145px;
}

.mv_slide .items {
	position: relative;
	height: 665px;
}
.mv_slide .items img {
	margin: 0 auto;
}
.mv_slide .slick-prev.slick-arrow {
    font-size: 0;
    background-image: url("/image/main/m_arrow_l.png");
    width: 22px;
    height: 40px;
    background-color: transparent;
    border: 0;
    position: absolute;
    left: 50%;
	margin-left: -700px;
    top: 45%;
    z-index: 99;
    cursor: pointer;
}

.mv_slide .slick-next.slick-arrow {
    font-size: 0;
    background-image: url("/image/main/m_arrow_r.png");
    width: 22px;
    height: 40px;
    background-color: transparent;
    border: 0;
    position: absolute;
	right: 50%;
	margin-right: -700px;
    top: 45%;
    z-index: 99;
    cursor: pointer;
}

.mv .mv-contents {
    position: absolute;
    left: 50%;
	margin-left: -600px;
    bottom: 115px;
}

.mv-text {
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left: -600px;
	z-index: 99;
}
.mv-text .mv-text_01 {
    font-size: 58px;
    color:#fff;
    font-weight: bold;
    line-height: 1.2em;
	letter-spacing:-0.056em;
}

.mv-text .mv-text_02 {
    padding-top:20px;
    font-size: 18px;
    color:#fff;
    line-height:1.8em;
}

.mv .mv-btn {
    padding-top:50px;
}

.mv .mv-btn a {
    display: inline-block;
    padding:15px 64px;
    border-radius: 5px;
}

.mv .mv-btn a:first-child {
    margin-right:16px;
}

.mv .mv-btn p {
    font-size: 17px;
    font-weight: bold;
}

.mv .mv-btn .blue_btn {
    background-color:#2e8bef; 
    color:#fff;
}

.mv .mv-btn .blue_btn:hover {
    background-color:#297dd6;
}

.mv .mv-btn .white_btn {
    background-color:#fff; 
    color:#666;
}

.mv .mv-btn .white_btn:hover {
    background-color:#e6e6e6;
}


.section_tit{
    text-align: center;
    color:#333;
}

.section_tit br {
    display: none;
}

.section_tit p:first-child {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2em;
    position: relative;
}

/* .section_tit p:first-child::after {
    content: "";
    width:10px;
    height:10px;
    border-radius: 50%;
    background-color:#2e8bef;
    position: absolute;
    top:0;
    right:-10px;
} */

.section_tit p:nth-child(2) {
    font-size: 16px;
    padding-top:30px;
    padding-bottom:50px;
}

.education {
    max-width:1410px;
    width:100%;
    margin:0 auto;
    padding-top:100px;
    padding-bottom: 50px;
    position: relative;
}

.education_slide {
    width:1200px;
    margin:0 auto;
    padding-bottom:100px;
}

.education_slide .items {
    cursor: pointer;
    position: relative;
    margin:10px;
    border-radius: 10px;
    border:1px solid #dedede;
    overflow: hidden;
    transition: all ease 0.5s;
}


.education_slide .items img {
    transition: all ease 0.5s;
}

.education_slide_img {
    overflow: hidden;
}

.education_slide a:hover {
    border:1px solid #2e8bef;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.3);
}

.education_slide a:hover img {
    transform: scale(1.2);
}

.education_slide .items:last-child {
    margin-right:0;
}

.education_slide .education_slide_img img {
    width:100%;
    height:200px;
    display: block;
}



.education_slide .slick-prev.slick-arrow {
    font-size: 0;
    background-image: url("/image/main/e_arrow_l.png");
    width: 70px;
    height: 70px;
    background-color: transparent;
    border: 0;
    position: absolute;
    left: -102px;
    top: 149px;
    z-index: 99;
    cursor: pointer;
}

.education_slide .slick-next.slick-arrow {
    font-size: 0;
    background-image: url("/image/main/e_arrow_r.png");
    width: 70px;
    height: 70px;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: -102px;
    top: 149px;
    z-index: 99;
    cursor: pointer;
}

.education_slide .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 50%;
    margin: 0 0 0 -50%;
    text-align: center;
    
}

.education_slide .slick-dots li {
    display: inline;
    margin: 0 4px;
}

.education_slide .slick-dots li button {
    font-size: 0;
    background: none;
    border: none;
    width: 35px;
    height: 4px;
    border-radius: 0%;
    background-color: #ced4da;
    cursor: pointer;
    padding: 0;
    outline: none;
    transition: ease-in-out 0.3s;
}

.education_slide .slick-dots li.slick-active button {
    width:60px;
    background-color: #2e8bea;
}


.edu_job {
    padding:20px;
    color:#333;
}

.edu_job p:nth-child(1) {
    font-size: 22px;
    font-weight: bold;
}

.edu_job p:nth-child(2) {
    padding-top:12px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    height: 4em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.edu_date {
    font-size: 14px;
    color:#333;
    position: relative;
    padding:16px 20px;
}

.edu_date p b {
    margin-left:10px;
}

.edu_date::before {
    content: "";
    width:234px;
    height:1px;
    background-color:#ddd;
    position: absolute;
    left:21px;
    top:0;
}

.edu_plan {
    width:70px;
    height:30px;
    text-align: center;
    line-height: 30px;
    background-color:#fab005;
    position: absolute;
    left:8px;
    top:8px;
    border-radius: 5px;
    color:#fff;
    font-size: 14px;
}

.edu_ing {
    width:70px;
    height:30px;
    text-align: center;
    line-height: 30px;
    background-color:#2e8bef;
    position: absolute;
    left:8px;
    top:8px;
    border-radius: 5px;
    color:#fff;
    font-size: 14px;
}

.edu_end {
    width:70px;
    height:30px;
    text-align: center;
    line-height: 30px;
    background-color:#343a40;
    position: absolute;
    left:8px;
    top:8px;
    border-radius: 5px;
    color:#fff;
    font-size: 14px;
}


.special .special_bg {
    background-image: url(/image/main/special.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    width:100%;
    height:740px;
}

.special .section_tit{
    text-align: center;
    color:#fff;
    padding-top:120px;
}

.special_step {
    width:1200px;
    margin:0 auto;
    display: flex;
    flex-wrap: nowrap;
}

.special .special_step .special_box {
    padding-top:110px;
    border:1px solid #fff;
    border-radius: 5px;
    width:100%;
    height:365px;
    margin-right:2%;
    text-align: center;
    cursor: pointer;
    transition: all ease 0.5s;
}

.special .special_step .special_box:last-child {
    margin-right:0%;
}

.special .special_step .special_box p {
    color:#fff;
}

.special .special_step .special_box p:nth-child(2) {
    padding-top:10px;
    font-size: 24px;
    font-weight: bold;
}

.special .special_step .special_box p:nth-child(3) {
    font-size: 22px;
    padding-top:10px;
}

.special .special_step .special_box p:nth-child(4) {
    padding:20px 100px 0 100px;
    opacity: 0;
} 


.special .special_step .special_box:hover {
    background-color:#2e8bef;
    padding-top:60px;
    border:0;
    
}

.special .special_step .special_box:hover p:nth-child(4) {
    opacity: 1;
    transition: all ease 0.3s;
}

.community {
    padding-top:130px;
    padding-bottom:105px;
    max-width:1200px;
    margin:0 auto;
}

.community .section_tit br {
    display: none;
}

.community_cont {
    display: flex;
    flex-wrap: nowrap;
}

.community .board {
    margin-right:24px;
    border-top:2px solid #000;
}

.community .board li {
    /* display: table; */
    width:720px;
    border-bottom: 1px solid #ddd;
    padding: 19px 10px;
    cursor: pointer;
}

.community .board .board_list div {
    display: table-cell;
}

.board .board_list.main {
    border-top: 0;
    margin-top: 0px;
}


.board .board_list .tit {
    position: relative;
    padding-left: 15px;
}


.board .board_list .tit p {
    width:95%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    height: 1.5em;
}


.board .board_list .tit:before {
    content: '';
    background: #2e8bea;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left:2px; 
    top:11px;
} 

.board .board_list .num p {
    color:#666;
}


.board .board_date {
    text-align:center;
    width:12%;
    margin-right:2%;
    display: inline-block;
}

.board .board_notice {
    width:85%;
    display: inline-block;
}

.board .board_date p:nth-child(1) {
    font-size: 40px;
    color:#333;
    font-weight: bold;
    line-height: 1em;
}

.board .board_date p:nth-child(2) {
    font-size: 16px;
    color:#999;
    font-weight: bold;
    padding-top: 8px;
}

.board .board_notice p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    color:#333;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    height: 1.1em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.board .board_notice p:nth-child(2) {
    font-size: 16px;
    color:#333;
    padding-top:8px;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    height: 3.5em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.incruit {
    max-width:450px;
    height:327px;
    border:1px solid #ddd;
    border-radius: 5px;
    color:#333;
    padding:40px 30px 0px 30px;
    position: relative;
    
}

.incruit .incruit_tit {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    padding-bottom:67px;
}

.incruit_slide .incruit_contents p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;

    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    height: 1.1em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.incruit_slide .incruit_contents p:nth-child(2) {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 20px;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    height: 1.1em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.incruit_slide .incruit_license {
    display: inline-block;
    border:2px solid #26397f;
    padding:2px 12px;
    border-radius: 20px;
    margin-bottom:17px;
    margin-top:43px;
    color:#26397f;
}

.incruit_slide .incruit_date {
    padding: 15px 0;
    border-top:1px solid #ddd;
}


.incruit .plus {
    position: absolute;
    right:26px;
    top:42px;
    cursor: pointer;
}

.incruit_slide .incruit_date img {
    display: inline-block;
    margin-right:10px;
    vertical-align: middle;
}

.incruit_slide .incruit_date p {
    display: inline-block;
    font-size:15px;
    line-height: 15px;
    color:#999;

}

.incruit .slick-dots {
    position: absolute;
    top:-93px;
    right:19px;
    text-align: center;
}

.incruit .slick-dots li {
    display: inline;
    margin: 0 3px;
}

.incruit .slick-dots li button {
    font-size: 0;
    background: none;
    border: none;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ced4da;
    cursor: pointer;
    padding: 0;
    outline: none;
}

.incruit .slick-dots li.slick-active button {
    background-color: #1973c2;
}

.question .question_bg {
    background-image:url(/image/main/question_bg.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    height:312px;
}

.question .question_text {
    color:#fff;
    text-align: center;
}

.question .question_text p:nth-child(1) {
    font-size: 32px;
    font-weight: bold;
    line-height: 1em;
    padding-top:70px;
    padding-bottom:30px;
}

.question .question_text p:nth-child(2) {
    font-size: 16px;
    line-height: 1em;
}

.question .question_btn {
    border:1px solid #fff;
    border-radius: 5px;
    padding:14px 90px;
    display: inline-block;
    margin:60px 0;
    cursor: pointer;
    transition: all ease 0.3s;
}

.question .question_btn a {
    width:100%;
    display: block;
    font-size: 16px;
    color:#fff;
    font-weight: bold;
}

.question .question_btn:hover {
    background-color:#fff;
}

.question .question_btn:hover a {
    color:#2e8bef;
}
