
#wrap {
	width: 100%;
    letter-spacing: -0.25px;
}

#container {
	width: 100%;
}

.short {
	z-index: 99;
	position: fixed;
	bottom: 40px;
	right: 50px;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	box-shadow: 0 2px 2px 1px rgb(0 0 0 / 30%);
}
.short a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: #ffcb05 url(../img/icon/contract.png) no-repeat 13px center  / 60%;
	text-indent: -9999px;
}
.main-banner {
	width: 100%;
	height: 600px;
	background: url(../../attach/studyCenter/image_gjvol.jpg) no-repeat center bottom;
	padding-top: 80px;
	position: relative;
}
.main-banner p {
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	padding-top: 470px;
}

.scroll-icon-box {
	position: absolute;
	margin: auto;
	bottom: 2%;
	left: calc(50% - 13px);
	width: 26px;
}
.scroll-icon-box .mouse {
	height: 35px;
	width: 24px;
	border-radius: 12px;
	transform: none;
	border: 1px solid #fff;
}
@keyframes mouse-wheel {
	0% {
		top: 1px;
		opacity: 1;
		transform: translateY(0);
	}
	50% {
		top: 2px;
	}
	100% {
		top: 3px;
		opacity: 0;
		transform: translateY(6px);
	}
}
.scroll-icon-box .wheel {
	height: 5px;
	width: 2px;
	display: block;
	margin: 5px auto;
	background: #fff;
	animation: mouse-wheel 1.2s ease infinite;
}

.event {
	text-align: center;
	background: #ded7d1 url(../img/line_banner.png) no-repeat center;
	height: 240px;
	line-height: 2.5em;
	position: relative;
}
.event .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.event .txt strong {
	font-size: 28px;
	font-weight: 500;
}
.event .txt p {
	font-size: 30px;
	font-weight: 700;
}
.event .txt span {
	font-size: 18px;
	font-weight: 500;
}

.tit {
	text-align: center;
}
.tit h2 {
	font-size: 32px;
	font-weight: 600;
	color: #111;
}

.sec01 {
	padding-top: 80px;
	padding-bottom: 90px;
}
.sec01 .m-slider {
	text-align: center;
	max-width: 1230px;
	margin: 50px auto 100px;
}
.sec01 .m-slider .slider {
	padding-top: 10px;
}
.sec01 .m-slider .slider:hover {
	transform: translateY(-2%);
	transition: 0.2s;
}
.sec01 .m-slider .slider .slider-bg {
	background: #fff url(../img/01.jpg) no-repeat top;
	width: 280px;
	height: 280px;
	margin: 0 auto;
	border: #d7d7d7 1px solid;
	border-radius: 20px;
	box-sizing: border-box;
}
.sec01 .m-slider .slider.s2 .slider-bg {
	background-image: url(../img/02.jpg);
}
.sec01 .m-slider .slider.s3 .slider-bg {
	background-image: url(../img/03.jpg);
}
.sec01 .m-slider .slider.s4 .slider-bg {
	background-image: url(../img/04.jpg);
}
.sec01 .m-slider .slider.s5 .slider-bg {
	background-image: url(../img/05.jpg);
}
.sec01 .m-slider .slider-bg p {
	font-size: 18px;
	font-weight: 500;
	padding: 228px 20px 0;
}
.m-slider .slick-prev:before, .m-slider .slick-next:before {
	content: '';
}
.m-slider .slick-prev, .m-slider .slick-next {
	width: 32px;
	height: 28px;
	top: 110%;
	background: url(../img/icon/ic_arrow.png) no-repeat center center;
}
.m-slider .slick-prev {
	left: 50%;
	transform: rotate(180deg) translateX(-50%);
	transition: 0.5s;
}
.m-slider .slick-prev:hover {
	transform: rotate(180deg) translateX(-60%);
}
.m-slider .slick-next {
	right: 50%;
	transform: translateX(-50%);
	transition: 0.5s;
}
.m-slider .slick-next:hover {
	transform: translateX(-60%);
}

.btn {
	text-align: center;
	font-weight: 600;
}
.btn a {
	color: #111;
	background-color: #ffcb05;
	padding: 7px 70px;
	border-radius: 25px;
	transition: 0.2s;
}
.btn a:hover {
	color: #fff;
}

.sec02 {
	text-align: center;
	padding-top: 70px;
}
.sec02 .left {
	float: left;
	width: 50%;
	background-color: rgba(0, 0, 0, .7);
	position: relative;
	color: #fff;
	height: 82vh;
}
.sec02 .left::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url(../img/sec02.jpg) no-repeat center;
}
.sec02 .left .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.sec02 .left .txt p {
	font-size: 18px;
	line-height: 1.5em;
}
.sec02 .left .txt span {
	display: block;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.8em;
}
.sec02 .left .txt strong {
	display: block;
	font-size: 42px;
	color: #ffcb05;
	font-weight: 600;
	line-height: 1.2em;
}
.sec02 .right {
	float: right;
	width: 50%;
	background-color: #e3e3e3;
	height: 82vh;
}
.sec02 .right h2 {
	font-size: 32px;
	font-weight: 600;
	color: #111;
	padding-top: 5%;
}
.sec02 .right .btn {
	margin-top: 30px;
}
.sec02 .right .btn a {
	background-color: #424242;
	color: #fff;
}
.sec02 .right .btn a:hover {
	color: #ffcb05;
}
.sec02 table {
	width: 100%;
}
.sec02 .title_td {
	display: none;
}
.sec02 .info_td {
	display: block;
}
.sec02 td.blank_td {
    height: 50px;
}
.sec02 .select {
	-webkit-appearance: none;
    background-color: #ffffff;
    background-image: url(../img/icon/select_arrow.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    width: 140px;
    padding: 0 38px 0 20px;
    height: 50px;
    border: 0;
}

.sec02 .info_td .input {
	height: 50px;
    border: 0;
    padding: 0 20px;
    width: 100%;
}
.sec02 #phone02,.sec02 #phone03 {
	width: 100%;
}
.sec02 .title_con {
	font-size: 20px;
    color: #33261f;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.25px;
    text-align: left;
    margin-bottom: 10px;
}
.sec02 .input_con {
	max-width: 540px;
	margin: 30px auto;
}
.sec02 .input_con ul {
	padding-left: 20px;
}
.sec02 .input_con li {
	margin: 24px 8% 0 0;
}
.sec02 .check_con {
	text-align: center;
}
.sec02 .checkbox_label {
    display: inline-block;
    zoom: 1;
    padding-left: 25px;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
 }
.sec02 .checkbox_label input[type=checkbox] {
    display: none;
}
.sec02 .checkbox_label input[type=checkbox]:checked + .check_icon {
    background-image: url(../img/icon/checkbox_icon_on.png);
}
.sec02 .checkbox_label .check_icon {
    display: inline-block;
    zoom: 1;
    width: 15px;
    height: 23px;
    background-image: url(../img/icon/checkbox_icon_off.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 10;
}
.sec02 .checkbox_label span {
	font-size: 16px;
    color: #33261f;
    line-height: 22px;
    letter-spacing: -0.25px;
}
.sec02 .a_btn {
	display: inline-block;
    zoom: 1;
    width: 55px;
    background-color: #4d4037;
    margin-left: 7px;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    line-height: 22px;
    letter-spacing: -0.25px;
    vertical-align: middle;
}
input, select, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    font-size: 17px;
    color: #5f5044;
    line-height: 25px;
    letter-spacing: -0.25px;
}
@media (max-width: 1100px) {
	.sec02 .left {
		width: 100%;
	}
	.sec02 .right {
		width: 100%;
	}
}

.sec03 {
	max-width: 1300px;
	margin: 0 auto;
}
.sec03 .news-wrap {
	padding-top: 50px;
	padding-bottom: 80px;
}
.sec03 .news {
	width: 45%;
	position: relative;
}
.sec03 .news.left {
	float: left;
}
.sec03 .news.right {
	float: right;
}
.sec03 .news > h3 {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 4px solid #ffcb05;
	border-radius: 2px;
	padding-bottom: 10px;
}
.sec03 .news.right > h3 {
	border-bottom: 4px solid #ffcb05;
}
.sec03 .news ul {
	padding-top: 70px;
}
.sec03 .news ul > li {
	padding: 28px 0 0;	
}
.sec03 .news ul > li:hover {
	background-color: #f2f2f2;
}
.sec03 .news ul > li a{
	display: block;
	height: 50px;
	border-bottom: 2px solid #ffcb05;
	color: #111;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}
.sec03 .news.right ul > li a {
	border-bottom: 2px solid #ffcb05;
}
.sec03 .news ul > li p {
	font-size: 18px;
	font-weight: 400;
    width: 70%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.sec03 .news ul > li span {
	font-size: 14px;
	font-weight: 400;
	margin-left: 13%;
}
.sec03 .plus-btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 22px;
	height: 3px;
	background-color: #fff;
	border-radius: 1.5px;
}
.sec03 .plus-btn a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #ffcb05;
	border-radius: 10px;
	position: relative;
	margin: 30px auto 0;
}
.sec03 .plus-btn a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 3px;
	height: 22px;
	background-color: #fff;
	border-radius: 1.5px;
}
.sec03 .news.right .plus-btn a {
	background-color: #ffcb05;
}

.sec04 .left {
	float: left;
	width: 50%;
	background: url(../img/sec04.jpg) no-repeat top;
	height: 450px;
}
.sec04 .right {
	float: right;
	width: 50%;
	background-color: #e3e3e3;
	height: 450px;
}
.sec04 .right .tit {
	text-align: left;
	padding-top: 50px;
	padding-left: 60px;
}
.sec04 .right .txt {
	padding: 50px 60px;
}
.sec04 .right strong {
	display: block;
	font-size: 40px;
	font-weight: 700;
	padding-bottom: 50px;
}
.sec04 .right p {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5em;
	padding-bottom: 30px;
}
.sec04 .right span:before {
	content: "|";
	padding-right: 20px;
	padding-left: 20px;
}
@media (max-width: 1100px) {
	.sec03 {
		max-width: 80%;
	}
	.sec03 .left {
		width: 100%;
	}
	.sec03 .right {
		margin-top: 50px;
		width: 100%;
	}
}