
.slide-main-wrap {position: relative; overflow: hidden;}
#slider-main {width: 100%; height: 600px;}	
#slider-main .swiper-slide a {display: inline-block; width: 100%; height: 100%; padding-top: 135px; text-align: center;}
#slider-main .swiper-slide a > p {transform: scale(0.85); transition: all 0.9s;}
#slider-main .swiper-slide.on a > p {transform: scale(1);}
#slider-main .swiper-slide .btn_mbanner {position: relative; display: block; width: 274px; height: 30px; margin: 30px auto 0 auto; font-size: 18px; line-height: 26px; font-weight: 500; border: 1px solid #d7d7d7; background: #fff; border-radius: 30px; box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);}
#slider-main .swiper-slide .btn_mbanner:after {content: ''; position: absolute; top: 10px; right: 65px; display: inline-block; width: 6px; height: 8px; background: url('/img/ic_arrow.png');}
#slider-main .main-pagination {position: absolute; bottom: 144px; left: calc(50% - 25px); width: auto; line-height: 1; z-index: 2;}
#slider-main .main-pagination .swiper-pagination-bullet {margin: 0 3px; background: #000; opacity: 0.3; border-radius: 8px;}
#slider-main .main-pagination .swiper-pagination-bullet-active {width: 30px; background: #000; opacity: 1;}
.ic_mbanner_play, .ic_mbanner_pause {position: absolute; bottom: 144px; left: calc(50% - 42px); font-size: 0; line-height: 1; z-index: 2;}
.ic_mbanner_play {display: none;}

.mbanner_menu {position: absolute; top: 85px; right: calc(50% - 900px); width: 300px; padding: 40px 30px; text-align: center; background: #fff; border-radius: 10px; box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1); z-index: 2;}
.mbanner_menu > h3 {font-size: 26px; line-height: 1; text-align: left;}
.mbanner_menu > h3 > p {margin-top: 8px; font-size: 18px; line-height: 1; font-weight: normal; white-space: nowrap;}
.mbanner_menu > p {padding-top: 20px; font-size: 46px; line-height: 1; font-weight: 900; letter-spacing: -1px}
.mbanner_menu > span {display: block; margin-top: 5px; text-align: left; line-height: 1.3; color: #6b6b6b; white-space: nowrap;}
.mbanner_menu > span > span {display: block; margin: 0 0 20px 0;}
.mbanner_menu a {display: inline-block; width: 185px; height: 30px; margin-top: 8px; font-size: 18px; line-height: 28px; font-weight: 600; text-align: center; background: #4335ff; color: #fff; border-radius: 4px; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);}
.mbanner_menu a + a {background: #fee500; color: #423630;}
.mbanner_menu a > span {display: inline-block; width: 100%; height: 100%; font: inherit; color: inherit; border-radius: 4px; box-shadow: inset 0px -1px 5px 0 rgba(0, 0, 0, 0.4);}
.mbanner_menu a + a > span {box-shadow: inset 0px -1px 5px 0 rgba(230, 187, 0, 0.6);}

.service_section {padding: 50px 0;}
.service_section ul {display: inline-block; width: 100%; z-index: 2;}
.service_section ul li {float: left; display: inline-block; width: 23.5%; height: 200px; margin-top: 0; margin-left: 2%; border-radius: 6px; transition-property: margin; transition-duration: 0.8s;}
.service_section ul li:hover {margin-top: -10px}
.service_section ul li.service01 {margin-left: 0; background: linear-gradient(-30deg, #57a2ff, #7fb8ff);}
.service_section ul li.service01:hover {background: #57a2ff;}
.service_section ul li.service02 {background: linear-gradient(-30deg, #ff4982, #ff85aa);}
.service_section ul li.service02:hover {background: #ff4982;}
.service_section ul li.service03 {background: linear-gradient(-30deg, #8972f2, #aa9af0);}
.service_section ul li.service03:hover {background: #8972f2;}
.service_section ul li.service04 {background: linear-gradient(-30deg, #ff9821, #f8ae53);}
.service_section ul li.service04:hover {background: #ff9821;}
.service_section ul li > a {position: relative; display: inline-block; width: 100%; height: 100%; padding: 65px 0 0 25px;}
.service_section ul li > a > p {font-size: 24px; line-height: 1.3; font-weight: 500; color: #fff;}
.service_section ul li > a > span {position: absolute; bottom: 40px; right: 18px;}
	
	
.notice_section {padding: 50px 0; background: #f9f9fb;}
.notice_box {height: 360px; padding: 40px 30px; border: 1px solid #f5f5f7; background: #fff; box-shadow: 2px 2px 2px #e3e3e3;}
.notice_box > a {display: inline-block; width: 100%; height: 100%;}
.ul_notice {display: inline-block; width: 100%; margin-top: 28px;}
.ul_notice > li {padding: 8px 0; border-bottom: 1px dashed #e8e8e8;}	
.ul_notice > li > a {line-height: 24px;}
.ul_notice > li > a > p {display: inline-block; width: calc(100% - 50px); vertical-align: middle; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.ul_notice > li > a > p > span {display: inline-block; width: 40px; margin-right: 10px; font-size: 12px; line-height: 16px; font-weight: normal; text-align: center; background: #05c2c4; color: #fff; border-radius: 2px;}
.ul_notice > li > a > p > span.bg_notice {background: #05c2c4}
.ul_notice > li > a > p > span.bg_new {background: #04a3ee}
.ul_notice > li > a > span {display: inline-block; width: 50px; text-align: right; vertical-align: middle; color: #666;}
.img_thumb {display: inline-block; width: 120px; height: 120px; margin-top: 35px; padding-top: 32px; text-align: center; background: #fafafa; border-radius: 100%;}
.notice_section .cont_w50 .notice_box > h3 {position: relative;}
.notice_section .cont_w50 .notice_box > h3 > span.title_img01 {position: absolute; top: 0; right: 0; display: inline-block;}
.notice_section .cont_w25 .notice_box {padding: 40px 20px; text-align: center;}
.notice_section .cont_w25 .notice_box02 {height: 170px;}
.notice_section .cont_w25 .notice_box .img_thumb, .notice_section .cont_w25 .notice_box h3 {float: left; display: inline-block;}
.notice_section .cont_w25 + .cont_w25 .notice_box h3 {float: none; text-align: center;}
.notice_section .cont_w25 .notice_box .img_thumb {width: 50px; height: 50px; margin-top: 0; margin-right: 15px; padding-top: 10px;}
.notice_section .cont_w25 .notice_box + .notice_box {margin-top: 20px;}
.notice_section .cont_w25 .notice_box h3 {width: calc(100% - 65px); font-size: 22px; text-align: left;}
.img_thumb > img {width: 80%; height: auto; margin: 0 auto;}
.agree_cont {margin-top: 5px; padding: 5px; font-size: 12px; line-height: 1.2; text-align: left; border: 1px dotted #f0f0f0; background: #fafafa;}
.agree_cont p, .agree_cont span {font: inherit; color: #606060;}
	
.notice_section .sub_form_wrap ul {display: inline-block; margin-top: 20px; border-color: #f2f2f2;}
.notice_section .sub_form_wrap > ul > li, .notice_section .sub_form_wrap > ul > li .frm_title, .notice_section .sub_form_wrap > ul > li .frm_cont {min-height: 36px;}
.notice_section .sub_form_wrap > ul > li {border-color: #f2f2f2;}
.notice_section .sub_form_wrap > ul > li .frm_title {width: 60px; padding: 0 8px; background: #fafafa;}
.notice_section .sub_form_wrap .frm_title > label {line-height: 38px;}
.notice_section .sub_form_wrap > ul > li .frm_cont {width: calc(100% - 60px); padding: 4px;}
.notice_section .sub_form_wrap > ul > li:last-child {padding-top: 5px; line-height: 1; border-bottom: none; background: #fff;}
.notice_section .sub_form_wrap > ul > li:last-child a {word-break: keep-all;}
.notice_section .cont_form_btn {margin-top: 15px;}
.notice_section .cont_form_btn > a {width: auto; height: 32px; padding: 0 30px; font-size: 16px; line-height: 30px; font-weight: 600; border: none; background: #24252a; color: #fff; border-radius: 32px; box-shadow: 0px 2px 0px 0px #b9b9ba;}

	
.class_section {padding: 70px 0;}
.class_section .cont_w100 {padding: 40px 0; background: #f9f9fb; border-radius: 30px;}
.class_section .cont_w75 {border-right: 1px solid #e5e5e7;}
.class_section .class_box01 {padding: 0 50px;}
.class_section .class_box02 {padding: 0 50px 0 25px;}
.class_section .class_box01 h3 {text-align: center;}	
.class_box01 > ul {display: inline-block; width: 100%; margin-top: 35px;}
.class_box01 > ul > li {position: relative; float: left; display: inline-block; width: 48%; padding: 18px 20px; border: 3px solid #e6e6e6; background: #fff;}
.class_box01 > ul > li:first-child {margin-right: 4%;}
.class_box01 > ul > li:after {content: '+'; position: absolute; bottom: 12px; right: 10px; font-size: 18px; line-height: 1; font-weight: 800; color: #e5e5e5;}
.class_box01 > ul > li:hover {border-color: #c6cbe3;}
.class_box01 > ul > li:hover:after {color: #c6cbe3;}
.class_box01 > ul > li > a {display: inline-block; width: 100%;}
.class_box01 > ul > li > a > p {float: left; display: inline-block;}
.class_box01 > ul > li > a > p.class_thumb {width: 100px; line-height: 1;}
.class_box01 > ul > li > a > p.class_title {width: calc(100% - 110px); margin-left: 10px; padding-top: 15px; font-size: 24px; line-height: 1.2; font-weight: 600; word-break: keep-all;}
.class_box01 > ul > li > a > p > span {display: block; margin-top: 7px; font-size: 15px; line-height: 1.3; font-weight: normal;}
.class_box02 > p {margin-top: 28px; font-size: 40px; line-height: 1; font-weight: 800; letter-spacing: -1px; color: #d00909; white-space: nowrap;}
.class_box02 > p > span {display: block; margin-top: 13px; font-size: 14px; line-height: 1.4; font-weight: normal; letter-spacing: -0.5px; color: #6b6b6b;}
.cont_wrap .class_box02 h3 > p {margin-top: 2px; line-height: 1.2;}

@keyframes fadeInBig{0%{opacity:0;transform: scale(1);}20%{transform: scale(1.5);}50%{opacity:1;transform: scale(1);}to{opacity:1;transform: scale(1);}}  
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}
@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(40%,0,0);transform:translate3d(40%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes itemIn{0%{opacity: 0; transform:scale3d(0,1,1);}100%,to{opacity:1;transform:scale3d(1,1,1);}}
    
.effect_fbig {animation: fadeInBig 1.5s; animation-fill-mode: forwards;}
.effect_f {animation: fadeIn 0.8s; animation-fill-mode: forwards;}
.effect_fl {animation: fadeInLeft 1s; animation-fill-mode: forwards;}  
.effect_fr {animation: fadeInRight 0.7s; animation-fill-mode: forwards;}  
.effect_ft {animation: fadeInUp 0.8s; animation-fill-mode: forwards;}
.effect_fb {animation: fadeInDown 0.8s; animation-fill-mode: forwards;}
.effect_item {animation: itemIn 0.8s; animation-fill-mode: forwards;}

@media (max-width: 1800px) {
	.mbanner_menu {right: 10px;}
}

@media (max-width: 1200px) {
	.service_section {padding: 40px 10px; height: 280px}
	.service_section ul {top: 40px; left: 10px; width: calc(100% - 20px);}
	.notice_section {padding: 40px 0;}
	.notice_box {padding: 30px 20px;}
	.notice_section .cont_w25 .notice_box {padding: 20px;}
	.class_section {padding: 40px 0;}
	.class_section .class_box01 {padding: 0 20px;}
	.class_section .class_box02 {padding: 0 20px 0 5px;}
	.class_box01 > ul > li {padding: 15px;}
	.class_box02 > p {white-space: pre-line;}
}
@media (max-width: 1023px) {	
	.cont_wrap h3 {letter-spacing: -1px; word-break: keep-all;}
	.service_section {height: auto;}
	.service_section ul {position: static; width: 100%;}
	.service_section ul li {height: 160px; transition: none;}
	.service_section ul li:hover {margin-top: 0;}
	.service_section ul li > a > p, .class_box01 > ul > li > a > p.class_title {font-size: 22px;}
	.service_section ul li > a {padding: 20px 0 0 10px;}
	.service_section ul li > a > span {bottom: 0; right: 0; text-align: right;}
	.service_section ul li > a > span > img {width: 80%;}
	
	.class_box01 > ul > li > a > p.class_thumb {width: 80px;}
	.class_box01 > ul > li > a > p.class_thumb > img {width: 100%; height: auto;}
	
	.notice_section .cont_w50 {width: 100%; margin-bottom: 2%;}
	.notice_section .cont_w25 {width: 49%; margin-left: 0;}
	.notice_section .cont_w25 + .cont_w25 {margin-left: 2%;}
	.notice_section .cont_w25 .notice_box h3 {font-size: 20px;}
	.notice_section .cont_form_btn {margin-top: 10px;}
}
@media (max-width: 768px) {
	.mbanner_menu > h3, .mbanner_menu > p {width: 49.5%;}
	.mbanner_menu > h3 {font-size: 20px;}
	.mbanner_menu > h3 > p {font-size: 15px;}
	.mbanner_menu > p {padding: 0; font-size: 32px; text-align: right;}
	.mbanner_menu > div {margin: 0; text-align: center;}
	.mbanner_menu a {float: left; width: 49%;}
	.mbanner_menu a + a {margin-left: 2%;}
	
	#slider-main {height: 400px;}
	#slider-main .swiper-slide a {padding-top: 150px;}
	#slider-main .swiper-slide a > p {display: inline-block; width: 100%;}
	#slider-main .swiper-slide a > p > img {width: 100%; height: auto;}
	#slider-main .swiper-slide .btn_mbanner {width: 40%; font-size: 15px;}
	#slider-main .swiper-slide .btn_mbanner:after {right: 14px;}
	.ic_mbanner_play, .ic_mbanner_pause, #slider-main .main-pagination {bottom: 55px;}
	
	.service_section ul li > a > p {font-size: 20px; line-height: 1.2;}
	.service_section ul li {width: 49%; margin-left: 0;}
	.service_section ul li:nth-child(1), .service_section ul li:nth-child(2) {margin-bottom: 2%;}
	.service_section ul li:nth-child(2n) {margin-left: 2%;}

	.notice_section .cont_w50, .notice_section .cont_w25 {width: 100%; margin-bottom: 10px; margin-left: 0;}
	.notice_section .cont_w25 + .cont_w25 {margin-bottom: 0;}
	.notice_section .notice_box {height: auto; padding: 20px 10px;}
	.notice_section .cont_w50 .notice_box h3 > p {width: 75%; line-height: 1.2;}
	.notice_section .cont_w25 .notice_box h3 {float: left; margin-top: 0; text-align: left;}
	.notice_section .cont_w25 .notice_box .img_thumb {float: right; margin-top: 0;}
	.ul_notice {margin-top: 7px;}
	
	.notice_section .cont_w25 {width: 100%; margin-bottom: 2%;}
	.notice_section .cont_w25 + .cont_w25 {margin-left: 0;}
	.notice_section .cont_w25 .notice_box {height: auto; line-height: 1;}
	.notice_section .cont_w25 .notice_box + .notice_box {margin-top: 10px;}
	.notice_section .cont_w25 .notice_box h3 {margin-top: 0;}
	
	.class_section .cont_w75, .class_section .cont_w25 {width: 100%;}
	.class_section .cont_w75 {border-right: none;}
	
	.service_section ul li {height: 140px;}
	
	.class_section {padding: 40px 0;}
	.class_section .cont_w100 {padding: 20px 0;}
	.class_section .class_box01, .class_section .class_box02 {padding: 0 20px;}
	.class_box01 > ul {margin-top: 25px;}
	.class_box01 > ul > li {width: 100%; margin-bottom: 10px; padding: 10px;}
	.class_box01 > ul > li > a > p.class_title {width: calc(100% - 90px); padding-top: 3%; font-size: 20px;}
	.class_box01 > ul > li > a > p > span {font-size: 14px;}
	.class_box02 > h3, .class_box02 > p {float: left;}
	.class_box02 > h3 {width: 30%; padding-top: 7px;}
	.class_box02 > p {margin-top: 0; margin-left: 10px; padding-left: 15px; font-size: 32px; border-left: 1px solid #ccc;}
}
@media (max-width: 480px) {
	.mbanner_menu > h3, .mbanner_menu > p {width: 49%;}
	.mbanner_menu > h3 > p {font-size: 14px;}
	.mbanner_menu > p {font-size: 30px;}
	.mbslide .mb_title {width: 80%;}
}
