@charset "utf-8";
@import url('https://webfontworld.github.io/goodchoice/Jalnan.css');

.apply.onhab{
	margin-top: 50px;
	overflow: hidden;
    width: 100%;
}
.onhab .inner{
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

.top_area{
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/top_bg.jpg') no-repeat top center;
	padding: 110px 0 150px;
	background-size: cover;
}
@keyframes frames-one {
    from {
        transform:translateY(200px);
    }

}
@keyframes frames-two {
    from {
        transform:translateY(300px);
    }
}
@keyframes frames-three {
    from {
        transform:translateX(-400px);
    }
}
@keyframes frames-four {
    from {
        transform:translateX(700px);
    }
}
@keyframes frames-five {
    from {
        transform:translateY(600px);
    }
}
@keyframes transparency {
    from {
        opacity: 0;
    }
}

.top_area .txt_wrap1 > .txt_1{
	animation-duration: 1s, 1s;
    animation-name: frames-one, transparency;
	margin-bottom: 60px;
}
.top_area .txt_wrap1 > .txt_2{
	animation-duration: 1.5s, 1.5s;
    animation-name: frames-two, transparency;
}
.top_area .txt_wrap2{
	margin-top: 40px;
}
.top_area .txt_wrap2 .txt_1{
	position: relative;
	animation-duration: 2s, 2s;
    animation-name: frames-three, transparency;
}
.top_area .txt_wrap2 > .txt_1::after{
	position: absolute;
	content: '';
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/top_line1.png') no-repeat;
	width: 782px;
	height: 103px;
	left: -71%;
    bottom: 0;
}
.top_area .txt_wrap2 > .txt_2{
    position: relative;
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-end;
}
.top_area .txt_wrap2 > .txt_2 .left_txt{
	position: relative;
	animation-duration: 3s, 3s;
    animation-name: frames-five, transparency;
	padding-bottom: 40px;
	margin-right: 60px;
}
.top_area .txt_wrap2 > .txt_2::after{
	position: absolute;
	content: '';
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/top_line2.png') no-repeat;
	width: 758px;
	height: 104px;
	right: -60%;
	bottom: 0;
}
.top_area .txt_wrap2 > .txt_2 .pass{
	position: relative;
	animation-duration: 2.5s, 2.5s;
    animation-name: frames-four, transparency;
}
.top_area .profit{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 105px;
}
.top_area .profit li{
	box-shadow: 5px 13px 38px rgba(0, 0, 0, 0.7);
	margin-bottom: 32px;
    padding: 70px 0 45px 50px;
}
.top_area .profit li span{
	font-size: 24px;
    display: block;
    margin-bottom: 15px;
    color: #000;
    letter-spacing: -1px;
    font-family: 'noto3';
}
.top_area .profit li strong{
	font-size: 41px;
    font-family: 'noto6';
    line-height: 45px;
    color: #000;
    letter-spacing: -1.7px;
}
.top_area .profit li:nth-child(1)::after{
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/benefit_bullet.png') no-repeat;
	display: block;
	content: '';
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50px;
    right: 30px;
}
.top_area .profit li:nth-child(2)::after{
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/benefit_bullet.png') no-repeat;
	display: block;
	content: '';
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50px;
    right: 30px;
}
.top_area .profit li:nth-child(1),.top_area .profit li:nth-child(2){
	height: 280px;
	width: 48.9%; 
	border-radius: 45px;
	position: relative;
}
.top_area .profit li:nth-child(3),.top_area .profit li:nth-child(4),.top_area .profit li:nth-child(5){
	height: 380px;
	width: 31.7%;
	padding: 50px 0 45px 50px;
	border-radius: 40px;
}
.top_area .profit li:nth-child(3) span,.top_area .profit li:nth-child(4) span,.top_area .profit li:nth-child(5) span{
	margin-bottom: 10px;
}
.top_area .profit li:nth-child(3) strong,.top_area .profit li:nth-child(4) strong,.top_area .profit li:nth-child(5) strong{
	font-size: 35px;
	line-height: 40px;
}
.top_area .profit li:nth-child(1){
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/benefit_1.png') no-repeat 90% 63% #fff;
}
.top_area .profit li:nth-child(2){
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/benefit_2.png') no-repeat 81% 64% #fff;
}
.top_area .profit li:nth-child(3){
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/benefit_3.png') no-repeat 41% 87% #fff;
}
.top_area .profit li:nth-child(4){
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/benefit_4.png') no-repeat center 81% #fff;
}
.top_area .profit li:nth-child(5){
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/benefit_5.png') no-repeat center 84% #fff;
}

.plus{
	background: #f2d9b0;
	padding: 145px 0 145px;
}
.plus > .inner::after{
	position: absolute;
    top: -204px;
    left: calc(50% - 7%);
    content: '+';
    width: 113px;
    height: 113px;
    border-radius: 64px;
    background: #f2d9b0;
    font-size: 80px;
    padding: 10px 10px;
    text-align: center;
    line-height: 87px;
    font-weight: bold;
    color: #000;

}

.ready{
	background: #ecebe7;
	padding: 185px 0 135px;
}

.teacher{
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/teacher_bg.jpg') no-repeat top center;
	padding: 165px 0 75px;
	background-size: cover;
}
.teacher .teacher_1{
	position: relative;
    /* margin-top: 175px; */
	margin: 165px auto 0;
    width: 1150px;
} 
.teacher .teacher_1 .sam{
	position: absolute;
    bottom: 100px;
    left: -75px;
}
.teacher .teacher_1 .teacher_ex{
	position: absolute;
    top: 30px;
    right: 0;
}
.teacher .teacher_2{
	position: relative;
	/* margin-top: 120px; */
	margin: 60px auto 0;
    width: 1150px;
}
.teacher .teacher_2 .teacher_ex{
	position: absolute;
	top: 80px;
	left: 0;
}
.teacher .teacher_2 .teach_img{
	text-align: right;
}
.teacher .teacher_2 .sam{
	position: absolute;
	bottom: 155px;
    right: -35px;
}

.hab_hugi{
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/hugi_bg.jpg') no-repeat center;
	padding: 145px 0 125px;
}

.curri{
	padding: 185px 0 58px;
}
.curri .curi_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 135px;
}
.curri .curi_box > li{
	width: 47%;
	margin-bottom: 125px;
}
.curri li .circle{
	background: #fbf0dc;
    border-radius: 80px;
    padding: 27px 67px;
    margin-bottom: 37px;
    line-height: 41px;
}
.curri li .circle > strong{
    display: inline-block;
    position: relative;
    font-size: 33px;
    color: #000;
    letter-spacing: -2px;
    font-family: 'noto6';
    margin-left: 5px;
}
.curri li .circle > span{
	font-size: 33px;
    letter-spacing: -3px;
    font-family: 'noto2';
	color: #736447;
}
.curri li .circle .txt{
    display: block;
    font-size: 21px;
    color: #000;
    letter-spacing: -1px;
	font-family: 'noto3';
}

.book{
	background: #f1f1f1;
	padding: 155px 0 160px;
}
.book .book_wrap{
	position: relative;
	margin: 125px auto 0;
	width: 1400px;
	height: 900px;
}
.book .book_wrap::after{
	position: absolute;
	z-index: 2;
    left: 0;
    bottom: 57px;
	content: '';
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/book.png') no-repeat;
	width: 365px;
	height: 378px;
	display: block;
}
.book .swiper-slide{
	text-align: center;
}
.book .btn-arrow{
	position: absolute;
    z-index: 4;
    cursor: pointer;
    top: 40%;
	width: 60px;
    height: 60px;
    border-radius: 60px;
}
.book .btn-arrow.prev{
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/arrow_l.png') no-repeat #dfdfdf;
	left: 50px;
	background-position: 20px;
}
.book .btn-arrow.next{
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/arrow_r.png') no-repeat #dfdfdf;
	right: 50px;
	background-position: 22px;
}
.book .book_navi{
	position: absolute;
	bottom: 50px;
	text-align: center;
	z-index: 2;
} 
.book .book_navi > span.swiper-pagination-bullet{
	margin: 0 11px;
	width: 23px;
    height: 23px;
}
.book .book_navi > span.swiper-pagination-bullet-active{
	background: #ff5c67;
}
.book .review_new{
	margin-top: 85px;
}
.book .review_new .slick-slide {
    margin: 20px 0 30px 36px;
    padding: 64px 57px;
    border-radius: 30px;
    opacity: 1;
    box-shadow: 5px 5px 20px rgb(0,0,0,0.2);
    background-color: #f3dcb2;
    height: 320px;
    width: 535px;
    position: relative;
    color: #000;
}
.book .review_new .slick-slide strong{
    font-size: 26px;
    line-height: 33px;
	font-family: 'noto6';
}
.book .profile-image {
	width: 124px;
    height: 124px;
    display: block;
    position: absolute;
    top: 50px;
    right: 4%;
}

.book .slick-slider .slick-track ul > div > div > li:nth-child(1)::before {
}
.book .review_new .slick-slide:focus,
.book .review_new .slick-slide .slick-prev:focus,
.book .review_new .slick-slide .slick-next:focus {
	border: none;
	outline: none;
}
.book .review_new .slick-slide:nth-of-type(1) {
	margin: 0;
}
.book .review_new .slick-current {
	opacity: 1;
}
.book .review_new .review_tit {
	font-size: 24px;
	line-height: 125%;
	margin: 0 0 20px;
	word-break: keep-all;
	font-family: 'noto5';
	font-weight: 600;
}
.book .review_new .review_txt {
    line-height: 29px;
    font-family: 'noto4';
    text-align: left;
    /* margin: 0 auto; */
    padding-top: 16px;
    letter-spacing: -1px;
    color: #000;
    font-size: 21px;

    text-align: left;
}
.book .review_new .review_txt strong {
    font-weight: bold;
    font-family: 'noto6';
    line-height: 29px;
    font-size: 21px;
}
.book .review_new .review_txt .wirte_name {
    position: absolute;
    bottom: 50px;
    display: block;
    /* margin: 45px 0 0px; */
    color: #463c3d;
    font-size: 18px;
    font-family: 'noto6';
    text-align: left;
}



.benefit{
	padding: 180px 0 100px;
}
.benefit .benefit_list_wrap{
	margin-top: 90px;
}
.benefit .cotnt_list_box_wrap .img_box{
	position: relative;
}
.benefit .cotnt_list_box_wrap .img_box::before{
	position: absolute;
    top: 15px;
    left: -108px;
	display: block;
	content: '';
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/benefit_2.png') no-repeat;
	width: 206px;
	height: 191px;
	background-size: 76%;
}
.benefit .cotnt_list_box_wrap .img_box::after{
	position: absolute;
	top: -35px;
	right: 0;
	display: block;
	content: '';
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/benefit_bullet.png') no-repeat;
	width: 70px;
	height: 70px;

}
.benefit .cotnt_list_box_wrap > .cotnt_list_txt{
	text-align: left;
    line-height: 50px;
    /* padding-left: 62px; */
    letter-spacing: -1px;
    color: #000;
    /* margin-top: 73px; */
    margin-left: 62px;
	width: 66%;
}
.benefit .cotnt_list_box_wrap > .cotnt_list_txt .red_font{
    font-size: 30px;
    padding: 60px 0 12px;
    color: #ff7382;
    font-family: 'noto1';
    display: block;
    line-height: 130%;
    letter-spacing: -1px;
}
.benefit .cotnt_list_box_wrap > .cotnt_list_txt .nomal{
    font-size: 34px;
    /* padding: 60px 0 12px; */
    font-family: 'noto1';
    display: block;
    line-height: 130%;
    margin-bottom: 7px;
}
.benefit .cotnt_list_box_wrap > .cotnt_list_txt  em{
	display:block;
	width:195px;
	height:45px;
	font-size:25px;
	background:#6c95ff;
	text-align:center;
	line-height:40px;
	color:#fff;
	border-radius:5px;
	font-family:'noto5';
	margin:0 0 20px;
}
.benefit .cotnt_list_box_wrap > .cotnt_list_txt strong{
    font-size: 42px;
    font-family: 'noto6';
	font-weight:600;
	display:block;
}
.benefit .cotnt_list_box_wrap{
    display: table;
    width: 100%;
    height: 275px;
    border: 3px solid #ff7978;
    border-radius: 40px;
    box-sizing: border-box;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
}
.benefit .cotnt_list_box_wrap.top1{
	/* background:#fff url('/_skin/tpl_skin/basic_accounting/images/apply/class1/benefit_2.png') no-repeat 93% 72%; */
	background-color: #fff;
	height:255px;
	display: flex;
	align-items: center;
}
.benefit .cotnt_box_list{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-top: 50px;
	padding-bottom: 40px;
}
.top_benefit.bottom .benefit .cotnt_box_list{
	margin-top:30px;
}
.benefit .cotnt_box_list li{
	position: relative;
    width: 31.6%;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    padding: 49px 0 45px 48px;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 30px;
    height: 380px;
}
.benefit .cotnt_box_list li p{
    text-align: left;
}
.benefit .cotnt_box_list li p span{
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
    color: #000;
    letter-spacing: -1px;
    font-family: 'noto3';
}
.benefit .cotnt_box_list li p .subject{
    background: #7f99e3;
    padding: 3px 18px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    margin-bottom: 14px;
}
.benefit .cotnt_box_list li p strong{
	font-size: 35px;
    font-family: 'noto6';
    line-height: 40px;
    color: #000;
    letter-spacing: -1.7px;
}
.benefit .cotnt_box_list li .noti_txt{
	position: absolute;
	left:38px;
	bottom:19px;
	color:#333;
	font-family: 'noto3';
	font-size: 14px;
}
.benefit .cotnt_box_list li a{
    display: block;
    width: 110px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 8px;
    margin: 160px 0 0 60px;
    font-size: 16px;
}
.benefit .cotnt_box_list li:nth-child(1){
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/bottom_benefit_1.png') no-repeat 47% 91%;
}
.benefit .cotnt_box_list li:nth-child(2){
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/bottom_benefit_2.png') no-repeat 52% 94%;
}
.benefit .cotnt_box_list li:nth-child(3){
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/bottom_benefit_3.png') no-repeat 37% 86%;
}
.benefit .cotnt_box_list li:nth-child(4){
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/bottom_benefit_4.png') no-repeat center 79%;
}
.benefit .cotnt_box_list li:nth-child(5){
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/bottom_benefit_5.png') no-repeat center 89%;
}
.benefit .cotnt_box_list li:nth-child(6){
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/bottom_benefit_6.png') no-repeat center 75%;
}
/* .apply.onhab .top-bg {
	background: #dccbb6 url('/_skin/tpl_skin/basic_accounting/images/apply/class1/top_bg.png') center top no-repeat;
	color: #000;
}
.apply.onhab .con_top {
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 112px 0 50px 0;
}
.apply.onhab .con_top .top_banner {
	position: absolute;
	right: 27px;
	top: 56px;
}

.apply.onhab .line {
	padding: 45px 0;
	text-align: center;
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/title_bg.jpg') center 0 no-repeat;
}
.apply.onhab .con1 {
	background: #6b6a64;
	padding: 60px 0;
	margin: 0 auto;
}
.apply.onhab .con2 {
	height:700px;
	padding:120px 0 0 0;
	background: #3f3a36;
	margin: 0 auto;
	background:#f1e4e1 url('/_skin/tpl_skin/basic_accounting/images/apply/class1/con2_bg.png') center center no-repeat;
}

.apply.onhab .book-bg {
	padding: 85px 0 0 0;
	height: 745px;
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/con4_bg_.png') center bottom no-repeat;
	min-width: 1100px;
	margin: 0 auto;
}

.apply.onhab .book-bg .w1100 {
	position: relative;
}

.apply.onhab .btn-book {
	width: 229px;
	height: 52px;
	display: block;
	margin: 40px 0 0 0;
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/book_btn_off.png') center 0 no-repeat;
}

.apply.onhab .btn-book:hover {
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/book_btn_on.png') center 0 no-repeat;
}

.apply.onhab .add2 {
	height: 400px;
	padding: 50px 0;
	background: #89c1ce;
	margin: 0 auto;
}

.apply.onhab .teacher-bg,
.apply.onhab .teacher {
	position: relative;
	height: 750px;
}
.apply.onhab .teacher-bg {
	background:#f0eef0 url('/_skin/tpl_skin/basic_accounting/images/apply/class1/con3_bg.png') center bottom no-repeat;
}
.apply.onhab .teacher .teacher-info {
	display: block;
	position: absolute;
	top: 118px;
	right: 20px;
	height: 65px;
	padding-bottom: 50px;
	font-family: 'spoqa3';
	font-weight: 300;
	color: #fff;
}

.apply.onhab .rolling-btn {
	width: 229px;
	height: 52px;
	display: block;
	margin-top: 20px;
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/player_btn_off.png') center 0 no-repeat;
}

.apply.onhab .rolling-btn:hover {
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/player_btn_on.png') center 0 no-repeat;
}
.apply.onhab .rolling-btn:before,
.apply.onhab .rolling-btn i {
	content: '';
	display: block;
	position: absolute;
	height: 30px;
}

.apply.onhab .rolling-btn:hover i {
	animation: rollingBtn linear 0.2s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	-webkit-animation: rollingBtn linear 0.2s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: rollingBtn linear 0.2s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-ms-animation: rollingBtn linear 0.2s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
}
@keyframes rollingBtn {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(90deg);
	}
}
@-moz-keyframes rollingBtn {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(90deg);
	}
}
@-webkit-keyframes rollingBtn {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(90deg);
	}
}
@-ms-keyframes rollingBtn {
	0% {
		-ms-transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(90deg);
	}
}

.apply.onhab .serv-bg {
	padding: 100px 0 0 0;
	background: linear-gradient(to right, #7f27bb, #6e21be);
}

.apply.onhab .serv {
	position: relative;
	height: 375px;
	background: url('/_skin/tpl_skin/basic_accounting/images/apply/class1/benefit_1_0303.png') center 0 no-repeat;
}
.apply.onhab .serv a {
	display: block;
	position: absolute;
	width: 295px;
	height: 188px;
	right: 0;
	bottom: 87px;
	font-size: 0;
	text-indent: -99999px;
	overflow: hidden;
}
.halbu-popup-box .popup-title {
	width: 100%;
} */
