/* ===============================================
			2026 jeasu class - 재수우선선발반
=============================================== */

/* layout */
.container{
	overflow: unset;
	position: relative;
	max-width: unset;
}
.priority_2025_contents{
  overflow: hidden;
}
.priority_2025_contents *{
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  box-sizing: border-box;
	color: #000;
}
.priority_2025_contents .inner{
  position: relative;
  max-width: 720px;
  margin: 0 auto;
	padding: 0 20px;
}
.priority_sec{
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.sec_tit{
	margin-bottom: 40px;
	text-align: center;
}
.sec_tit strong{
	font-size: 36px;
	font-weight: 700;
}

/* common */
.text_center{
  text-align: center;
}
.priority_2025_contents .color_key{
  color: #FF420B;
}
.priority_2025_contents .color_purple{
  color: #814CFF;
}
.priority_2025_contents .color_yellow{
  color: #E29C0C;
}

.list_type_bar > li{
  display: flex;
  align-items: flex-start;
}
.list_type_bar > li{
  position: relative;
  padding-left: 10px;
}
.list_type_bar > li:before{
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 1px;
  background-color: #333;
}
.list_type_info li{
  display: flex;
}
.list_type_info li > span{
  display: inline-block;
  width: 10px;
  vertical-align: middle;
}
.list_type_info li > span + div{
  width: calc(100% - 16px);
}

/* float banner */
.float_banner{
	display: none;
	position: sticky;
	/*top: 0;*/
	top: 120px;
	right: 0;
	z-index: 2;
	animation: updown 1.5s linear infinite;
}
.float_banner a{
	display: block;
	position: absolute;
	top: 28px;
	right: calc((100% - 720px)/2);
	width: 150px;
	height: 150px;
}
.float_banner a img{
	max-width: 100%;
}
@keyframes updown{
	0%, 100%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(-20px);
	}
}

@media screen and (max-width: 720px){
	.float_banner a{
		right: 0;
	}
}

/* main */
.priority_main_sec{
	margin: 100px auto;
}
.main_tit_wrap{
	text-align: center;
}
.main_sub_tit_wrap{
	margin-top: 70px;
	text-align: center;
}
.main_sub_tit_wrap span{
	font-size: 36px;
	line-height: 1.3em;
	font-weight: 700;
}
.main_info_wrap{
	margin-top: 30px;
	padding: 40px 20px;
	border-radius: 24px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%23FF420B' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	text-align: center;
}
.main_info_wrap .info_tit{
	font-size: 30px;
	font-weight: 700;
}
.main_info_wrap .info_list{
	margin-top: 40px;
}
.main_info_wrap .info_list dl + dl{
	margin-top: 30px;
}
.main_info_wrap .info_list dt{
	display: inline-block;
	width: 150px;
	height: 40px;
	padding: 8px 10px;
	border-radius: 30px;
	background-color: #ff420b;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}
.main_info_wrap .info_list dd{
	margin-top: 16px;
	font-size: 22px;
	font-weight: 600;
	word-break: keep-all;
}

/* section 1 / 등록혜택 */
.priority_sec_01{
	padding: 70px 0;
	background-color: #ff420b;
}
.priority_sec_01 .sec_tit strong{
	color: #fff;
}

.bd_box{
	padding: 40px 20px;
	border-radius: 24px;
	background-color: #fff;
}
.bd_box + .bd_box{
	margin-top: 20px;
}
.bd_box .tit_wrap{
	text-align: center;
}
.bd_box .tit_wrap strong{
	display: block;
	font-size: 30px;
	font-weight: 700;
}


.priority_sec_01 .bd_box .tit_wrap img{
	width: 200px;
}
.priority_sec_01 .bd_box .con_wrap{
	max-width: 334px;
	margin: 30px auto 0;
	padding-top: 30px;
	border-top: 3px solid #000;
}
.priority_sec_01 .bd_box .item{
	text-align: center;
}
.priority_sec_01 .bd_box .item + .item{
	margin-top: 30px;
	padding-top: 30px;
	background: url('/img/suneung/recruit/2026_jaesu_class/img_sec_01_dashed.png') no-repeat top center;
}
.priority_sec_01 .bd_box .item_tit{
	display: inline-block;
	padding: 8px 40px;
	border-radius: 30px;
	background-color: #252525;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}
.priority_sec_01 .bd_box .item_con{
	margin-top: 16px;
	padding-top: 110px;
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 600;
	word-break: keep-all;
}
.priority_sec_01 .bd_box .item:nth-child(1) .item_con{
	background-image: url('/img/suneung/recruit/2026_jaesu_class/img_sec_01_obj1.png');
	background-size: 66px;
}
.priority_sec_01 .bd_box .item:nth-child(2) .item_con{
	padding-top: 0;
}
.priority_sec_01 .bd_box .item:nth-child(3) .item_con{
	background-image: url('/img/suneung/recruit/2026_jaesu_class/img_sec_01_obj2.png');
	background-size: 46px;
}
.priority_sec_01 .bd_box + .bd_box .item:nth-child(1) .item_con{
	background-image: url('/img/suneung/recruit/2026_jaesu_class/img_sec_01_obj3.png');
}
.priority_sec_01 .bd_box strong{
	margin-top: -4px;
	font-weight: 700;
}
.priority_sec_01 .bd_box .item_con .footnote{
	display: block;
	margin-top: 4px;
	font-size: 14px;
	font-weight: 400;
	color: #b4b4b4;
}

/* section 2 / 선착순 좌석 선점 혜택 */
.priority_sec_02{
	background-color: #efefef;
}
.priority_sec_02 .sec_tit{
	padding-top: 120px;
	padding-bottom: 110px;
	margin-bottom: 0;
	background-color: #fff;
	text-align: center;
}
.priority_sec_02 .sec_tit .img_wrap{
	max-width: 720px;
	margin: 0 auto;
}
.priority_sec_02 .sec_tit img{
	max-width: 100%;
}
.priority_sec_02 .inner{
	padding-top: 70px;
	padding-bottom: 70px;
}

.notice_conbox{
	margin-top: 30px;
}
.notice_conbox br{
	display: none;
}
.notice_conbox *{
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	word-break: keep-all;
}

.prc_con{
	margin-top: 30px;
}
.prc_con .item{
	position: relative;
	text-align: center;
}
.prc_con .item + .item{
	margin-top: 70px;
}
.prc_con .item + .item::before{
	position: absolute;
	content: '';
	top: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	background: url('/img/suneung/recruit/2026_jaesu_class/ico_arr_down.png') no-repeat top center;
}
.prc_con .item strong{
	display: inline-block;
	width: 238px;
	padding: 8px 10px;
	background-color: #ff420b;
	border-radius: 30px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}
.prc_con .item p{
	margin-top: 16px;
	font-size: 22px;
	font-weight: 600;
}

.prc_notice{
	margin-top: 30px;
}
.prc_notice li *{
	color: #909090;
	font-weight: 400;
	line-height: 1.5em;
	word-break: keep-all;
}
.prc_notice li strong{
	color: #5e5e5e;
	font-weight: 700;
}

.notice_txt{
	padding-top: 40px;
	text-align: center;
}
.notice_txt strong{
	position: relative;
	font-size: 40px;
	line-height: 1.25em;
	font-weight: 800;
}
.notice_txt .line_01{
	padding-right: 64px;
}
.notice_txt .line_01::before{
	width: 64px;
	height: 54px;
	background-image: url('/img/suneung/recruit/2026_jaesu_class/img_sec_02_obj1.png');
}
.notice_txt .line_02{
	padding-right: 53px;
}
.notice_txt .line_02::before{
	width: 53px;
	height: 52px;
	background-image: url('/img/suneung/recruit/2026_jaesu_class/img_sec_02_obj2.png');
}
.notice_txt .line_01::before,
.notice_txt .line_02::before{
	display: block;
	content: '';
	position: absolute;
	top: -4px;
	right: 0;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
} 

/* section 3 / 3대 관리 */
.priority_sec_03{
  position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #8ebbf4;
}
.priority_sec_03 .tit_wrap{
	margin-bottom: 42px;
	text-align: center;
}
.priority_sec_03 .tab_container + .tit_wrap{
	margin-top: 42px;
}
.priority_sec_03 .tab_menu{
	display: flex;
}
.priority_sec_03 .btn_tab{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 50%;
	height: 60px;
	padding: 15px;
	border-radius: 20px 40px 0 0;
}
.priority_sec_03 .btn_tab + .btn_tab{
	border-radius: 40px 20px 0 0;
}
.priority_sec_03 .btn_tab span{
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: #fff;
}
.priority_sec_03 .btn_tab.on:before{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 17px;
	height: 43px;
	background-repeat: no-repeat;
	background-size: cover;
}
.priority_sec_03 .btn_tab:nth-child(1).on:before{
	right: -10px;
	background-image: url('/img/suneung/recruit/2025_winter/img_sec_03_tab_on1.png');
}
.priority_sec_03 .btn_tab:nth-child(2).on:before{
	left: -10px;
	background-image: url('/img/suneung/recruit/2025_winter/img_sec_03_tab_on2.png');
}
.priority_sec_03 .btn_tab.on span{
	font-size: 32px;
	font-weight: 700;
}
.priority_sec_03 .tab_contents{
	padding: 40px 32px 44px;
	border-radius: 0 0 20px 20px;
	background-color: #fff;
}
.care_swiper{
	height: auto;
	padding-bottom: 30px;
}
.care_swiper .swiper-slide{
	background: none;
}
.care_swiper .swiper_pagination{
	position: absolute;
	bottom: 0;
	text-align: center;
}
.care_swiper .swiper-pagination-bullet{
	width: 11px;
	height: 11px;
}
.care_swiper .swiper-pagination-bullet-active{
	background-color: #767676;
}
.care_swiper.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.care_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 4px;
}
.priority_sec_03 .tab_conbox .btn_wrap{
	margin-top: 45px;
	text-align: center;
}
.priority_sec_03 .tab_conbox .btn_more{
	display: inline-block;
	width: 100%;
	padding: 34px 20px;
	border-radius: 20px;
	font-size: 32px;
	font-weight: 600;
	color: #fff;
}

.care_tab_01 .btn_more,
.care_tab_01 .btn_tab{
	background-color: #166dcd;
}
.care_tab_02 .btn_more,
.care_tab_02 .btn_tab{
	background-color: #fe3c3c;
}
.care_tab_03 .btn_more,
.care_tab_03 .btn_tab{
	background-color: #31bdaf;
}
.care_tab .btn_tab.on{
	background-color: #fff;
}
.care_tab_01 .btn_tab.on span{
	color: #166dcd;
}
.care_tab_02 .btn_tab.on span{
	color: #fe3c3c;
}
.care_tab_03 .btn_tab.on span{
	color: #31bdaf;
}

.mimiminu_wrap{
  margin-top: 40px;
}
.mimiminu_wrap .vod_wrap{
  margin-top: 40px;
}
.mimiminu_wrap .vod_wrap a{
  display: block;
}

/* section 4 / 합격 잇올 찾아가자 1만2천봉 */
.priority_sec_04{
	position: relative;
	padding-top: 130px;
	padding-bottom: 200px;
	background-image: url('/img/suneung/recruit/2025_summer/bg_sec_03.png');
	background-position: bottom center;
}
.priority_sec_04 .tit_wrap{
	position: relative;
	z-index: 1;
	text-align: center;
}
.priority_sec_04 .point_wrap{
	margin-top: -42px;
}
.point_item{
	position: relative;
	padding: 92px 50px 65px;
	border-radius: 30px;
	background-color: #fff;
}
.point_item + .point_item{
	margin-top: 44px;
}
.point_item .item_conbox{
	text-align: center;
}
.point_item .tit_wrap span{
	display: block;
	font-size: 35px;
	font-weight: 600;
}
.point_item .tit_wrap span + strong{
	margin-top: 20px;
}
.point_item .tit_wrap strong{
	display: block;
}
.point_item .tit_wrap p{
	margin-top: 50px;
	font-size: 29px;
}
.point_item .con_wrap{
	margin-top: 60px;
}
.point_item .item_footnote{
	margin-top: 60px;
	text-align: left;
}
.point_item .item_footnote p{
	font-size: 16px;
	letter-spacing: -0.02em;
	line-height: 1.4em;
	font-weight: 300;
	color: #7c7c7c;
	word-break: keep-all;
}

.point_item_01 .tit_wrap img{
	width: 318px;
}
.point_item_02 .tit_wrap img{
	width: 357px;
}
.point_item_03 .tit_wrap img{
	width: 359px;
}
.point_item_04 .tit_wrap img{
	width: 354px;
}

.point_wrap + .btn_wrap{
	margin-top: 44px;
	text-align: center;
}
.point_wrap + .btn_wrap .btn{
	display: inline-block;
	width: 100%;
	padding: 36px 20px;
	border-radius: 20px;
	background-color: #222;
	font-size: 32px;
	font-weight: 600;
	color: #fff;
}



/* form */
.priority_sec.priority_sec_form{
	position: relative;
	padding: 50px 0;
	background-color: #f8f8f8;
}
#form_target{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	margin-top: -100px;
}
.priority_sec_form .inner{
	padding-left: 0;
	padding-right: 0;
}

.winter_form_contents *{
	font-family: 'SUIT', sans-serif, serif;
}
.winter_form_contents select{
	font-size: 12px;
}
.winter_form_contents .board.board-form button{
	font-size: 16px;
}
.winter_form_contents .writer {
  display: flex;
  position: relative;
  font-size: 15px;
}
.winter_form_contents .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;
}
.winter_form_contents .chk-id input[type="checkbox"],
.winter_form_contents .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;
}
.winter_form_contents .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;
}
.winter_form_contents .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;
}
.winter_form_contents .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;
}
.winter_form_contents .chk-id input[type="checkbox"]:checked + label:before{
  background-color: #b8292f;
  border: none;
}
.winter_form_contents .chk-id input[type="checkbox"]:checked + label:after{
  background: url(/img/sub/check_icon_white.png) 0 / 100% no-repeat;
}
.winter_form_contents .writer .radio_tit{
  color:#A59494;
  font-weight:bold;
}
.winter_form_contents .writer label {
  position: relative;
  padding: 1px 0 0 26px;
  margin-left: 20px;
  line-height: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.winter_form_contents .writer input[type="radio"] + label:after {
  display: block;
  content: '';
  position: absolute;
  left: 5px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}
.winter_form_contents .writer input[type="radio"]:checked + label:after {
  background-color: #b8292f;
}
.winter_form_contents .writer input[type="radio"] + label:before {
  display: block;
  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;
}
.winter_form_contents .writer input[type="radio"]:checked + label:before {
  background-color: #fff;
  border: solid 1px #b8292f;
}
.winter_form_contents .ibhack_sl_sub6 p,
.winter_form_contents .ibhack_footer p{
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.2em;
}
.winter_form_contents .btn-wrap{
	margin-top: 20px;
}



/* ===================================
240925.
3대 관리 및 합격성과 section에서는
device width 721 이상인 경우 px 작업,
device width 720 이하인 경우 vw로 변환
=================================== */
@media screen and (max-width: 720px){
	/* section 3 / 프리미엄 공간관리 */
	.priority_sec_03{
		margin-top: -5.5556vw;
		padding-top: 27.7778vw;
		padding-bottom: 11.1111vw;
	}
	.priority_sec_03:after{
		top: -20.625vw;
		width: 42.9167vw;
		height: 30.6944vw;
	}
	.priority_sec_03 .tit_wrap{
		margin-bottom: 5.625vw;
	}
	.priority_sec_03 .tab_container + .tit_wrap{
		margin-top: 5.625vw;
	}
	.priority_sec_03 .btn_tab{
		height: 8.3333vw;
		padding: 2.0833vw;
		border-radius: 2.7778vw 5.5556vw 0 0;
	}
	.priority_sec_03 .btn_tab + .btn_tab{
		border-radius: 5.5556vw 2.7778vw 0 0;
	}
	.priority_sec_03 .btn_tab span{
		font-size: 3.3333vw;
	}
	.priority_sec_03 .btn_tab.on:before{
		width: 2.3611vw;
		height: 5.9722vw;
	}
	.priority_sec_03 .btn_tab:nth-child(1).on:before{
		right: -1.3889vw;
	}
	.priority_sec_03 .btn_tab:nth-child(2).on:before{
		left: -1.3889vw;
	}
	.priority_sec_03 .btn_tab.on span{
		font-size: 4.4444vw;
	}
	.priority_sec_03 .tab_contents{
		padding: 5.5556vw 4.4444vw 6.1111vw;
		border-radius: 0 0 2.7778vw 2.7778vw;
	}
	.care_swiper{
		padding-bottom: 4.1667vw;
	}
	.care_swiper .swiper-pagination-bullet{
		width: 1.5278vw;
		height: 1.5278vw;
	}
	.care_swiper.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
	.care_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 0.5556vw;
	}
	.priority_sec_03 .tab_conbox .btn_wrap{
		margin-top: 6.2500vw;
	}
	.priority_sec_03 .tab_conbox .btn_more{
		padding: 4.7222vw 2.7778vw;
		border-radius: 2.7778vw;
		font-size: 4.4444vw;
	}

  .mimiminu_wrap{
    margin-top: 10.4167vw;
  }
  .mimiminu_wrap .vod_wrap{
    margin-top: 5.5556vw;
  }

	/* section 5 / 합격 잇올 찾아가자 1만2천봉 */
	.priority_sec_04{
		padding-top: 18.0556vw;
		padding-bottom: 27.7778vw;
	}
	.priority_sec_04 .point_wrap{
		margin-top: -5.625vw;
	}
	.point_item{
		padding: 12.7778vw 6.9444vw 9.0278vw;
		border-radius: 4.1667vw;
	}
	.point_item + .point_item{
		margin-top: 6.1111vw;
	}
	.point_item .tit_wrap span{
		font-size: 4.8611vw;
	}
	.point_item .tit_wrap span + strong{
		margin-top: 2.7778vw;
	}
	.point_item .tit_wrap p{
		margin-top: 6.9444vw;
		font-size: 4.0278vw;
	}
	.point_item .con_wrap{
		margin-top: 8.3333vw;
	}
	.point_item .item_footnote{
		margin-top: 8.3333vw;
	}
	.point_item .item_footnote p{
		font-size: clamp(0.625rem, 2.2222vw, 1rem);
	}
	.point_item_01 .tit_wrap img{
		width: 44.1667vw;
	}
	.point_item_02 .tit_wrap img{
		width: 49.5833vw;
	}
	.point_item_03 .tit_wrap img{
		width: 49.8611vw;
	}
	.point_item_04 .tit_wrap img{
		width: 49.1667vw;
	}
	.point_wrap + .btn_wrap{
		margin-top: 6.1111vw;
	}
	.point_wrap + .btn_wrap .btn{
		padding: 5.0000vw 2.7778vw;
		border-radius: 2.7778vw;
		font-size: 4.4444vw;
	}

	.priority_sec.priority_sec_form{
		padding: 0;
	}
}

@media screen and (max-width: 480px){
	.notice_conbox br{
		display: block;
	}
}

@media screen and (max-width: 400px){
	.notice_conbox br{
		display: none;
	}
}

/* 241031 기숙 배너 추가 */
.float_banner.n2{
	top: 24%;
}
.float_banner.n2 a + a{
	top: 170px;
}
@media screen and (max-width: 720px){
	.float_banner.n2 a{
		width: 30vw;
	}
	.float_banner.n2 a + a{
		top: 35.6111vw;
	}
}

/* 241106 띠배너 추가 */
.bnr_btm {
	position:fixed;
	left:0;
	right:0;
	bottom:60px;
	width:100%;
	display:flex;
	z-index:3;
	transition:all .3s ease-in-out;
	margin:0 auto;
}
.bnr_btm a {
	position: relative;
	flex:1;
}
.bnr_btm a:after{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.4rem;
	transition: 0.3s;
}
.bnr_btm a:nth-child(1) {
	background-color:#f2f2f2;
}
.bnr_btm a:nth-child(2) {
	background-color:#ddd;
}
.bnr_btm a:nth-child(3) {
	background-color:#bfbebe;
}
.bnr_btm a:active:after,
.bnr_btm a:focus:after{
	background-color: #007b24;
}
.bnr_btm a:nth-child(2):active:after,
.bnr_btm a:nth-child(2):focus:after{
	background-color: #c40f06;
}
.bnr_btm a img {
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
	object-fit:cover;
}