/* 240522 high 2025 */

/* common */
.high_sec{
	width:100%;
	margin:0 auto;
	text-align:center;
	margin-bottom: -5px;
}

/* main */
.high_sec_main img {
	width: 100%;
}

/* 고등학생 관리형도 이제 잇올! */
.high_sec_01 .high_conbox {
	width:100%;
	padding:0 20px;
	background-color:#016a50;
	font-size:0;
}
.high_sec_01 .high_conbox p {
	padding:16px 0;
	text-align:left;
	font-size:2.5vw;
	color:#999;
}
.high_sec_01 .footnote_wrap {
	width:100%;
	padding:16px 20px;
	background-color:#f6fff5;
}
.high_sec_01 .footnote_wrap p {
	text-align:left;
	font-size:2.5vw;
	color: #999;
}

/* 잇올 초격차 6대관리 */
.W_wrap {
	width:100%;
	background:url('/img/suneung/direct_center/2024early/W_bg.png') no-repeat top center / cover;
	text-align:center;
	position:relative;
	z-index:1;
	padding-top:10vw;
	padding-bottom:10vw;
	border-bottom: 1px dashed #ddd;
}

/* 잇올이기에 가능합니다 */
.high_sec_04 {
	background:#f6fff5;
	padding:0px 0px 20px;
}
.high_sec_04 .footnote_wrap {
	width:100%;
	padding:16px 20px;
	background-color:#f6fff5;
}
.high_sec_04 .footnote_wrap p {
	font-size:2.5vw;
	color:#999;
	text-align: left;
}

/* 고등관 장학/지역 프로모션 대상 센터 */
.accordion_wrap {
	border:1px solid #ddd;
	border-radius:5px;
}
.que {
	position:relative;
	padding:3.5vw 4vw;
	cursor:pointer;
	font-size:3.3vw;
	font-weight:600;
	text-align:left;
}
.que.on>span {
	color:#ef1325;
}
.anw {
	display:none;
	overflow:hidden;
	font-size:3vw;
	background-color:#fff8f8;
	padding:3.5vw 4vw;
	border-top:1px solid #ddd;
	border-radius:0px 0px 5px 5px;
}
.anw .anw_txt {
	font-size:2.5vw;
	margin-bottom:1.3vw;
	word-break:keep-all;
	display:flex;
}
.anw .anw_txt span {
	margin-right:4px;
}
.anw .anw_txt:last-child {
	margin-bottom:0px;
}
.arrow-wrap {
	position:absolute;
	top:50%;
	right:4vw;
	transform:translate(0,-50%);
	font-size:2vw;
	color:#222;
}
.que .arrow-top {
	display:none;
	color:#f01325;
}
.que .arrow-bottom {
	display:block;
}
.que.on .arrow-bottom {
	display:none;
}
.que.on .arrow-top {
	display:block;
}
.center_list_wrap {
	background:#a4f4cb;
	padding:50px 23px;
}
.center_list_wrap .center_wrap {
	width:100%;
	margin:0 auto;
	border:1px solid #ddd;
	border-radius:10px;
	background:#fff;
}
.center_list_wrap .center_wrap legend {
	text-align:center;
	color:#fff;
	padding:1.8vw 6vw;
	font-size:3.5vw;
	font-weight:600;
	border-radius:50vw;
	background:#016a50;
}
.center_list_wrap .center_wrap .center_pd {
	padding:0px 20px 35px;
	margin-top:20px;
}
.method_wrap {
	padding-bottom:5vw;
	margin-top:20px;
	text-align:left;
}
.method_wrap .mh_01 {
	display:flex;
	flex-direction:column;
	justify-content:space-around;
}
.method_wrap .mh_01 li {
	font-size:3vw;
	margin-bottom:2vw;
}
.method_wrap .mh_01 li:last-child {
	margin-bottom:0;
}
.round_box {
	background:#016a50;
	color:#fff;
	display:inline-block;
	text-align:center;
	padding:1.5vw 0;
	font-size:3vw;
	font-weight:500;
	letter-spacing:-.05rem;
	border-radius:50px;
	margin-right:1vw;
	width:17vw;
}
.high_tbl_wrap {
	width:100%;
}
.high_center_tbl {
	width:100%;
	border-top:2px solid #016a50;
	border-bottom:1px solid #ccc;
}
.high_center_tbl th {
	background-color:#f8f8f8;
	border-top:1px solid #ddd;
	color:#016a50;
	font-size:3vw;
	font-weight:700;
}
.high_center_tbl td {
	padding:8px;
	border-top:1px solid #ddd;
	font-size:3vw;
	line-height:1.5;
	word-break:keep-all;
	text-align: left;
}

/* form */
.chk-id {
	margin-bottom:30px;
}
.chk-id input[type="checkbox"] {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0;
	font-size:14px;
}
.chk-id input[type="checkbox"],.writer input[type="radio"] {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0;
	font-size:14px;
}
.chk-id label {
	font-size:15px;
	position:relative;
	padding:1px 0 0 26px;
	line-height:19px;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
}
.chk-id input[type="checkbox"]+label:before {
	content:'';
	position:absolute;
	left:0;
	top:1px;
	width:20px;
	height:20px;
	border-radius:50%;
	background-color:#fff;
	border:2px solid #E5E5E5;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.chk-id input[type="checkbox"]+label:after {
	content:'';
	position:absolute;
	left:5px;
	top:5px;
	width:10px;
	height:10px;
	background:url(/img/sub/check_icon_gray.png) 0 / 100% no-repeat;
}
.chk-id input[type="checkbox"]:checked+label:before {
	background-color:#c40f06;
	border:none;
}
.chk-id input[type="checkbox"]:checked+label:after {
	background: url(/img/sub/check_icon_white.png) 0 / 100% no-repeat;
}