/* ====================================
					2025 winter
====================================*/

/* common */
.text_center{
  text-align: center;
}
.color_key{
  color: #166dcd !important;
}
.color_red{
  color: #d34637;
}
.color_blue{
	color: #3987e9;
}

.list_type_bar > li{
  position: relative;
  padding-left: 15px;
}
.list_type_bar > li:before{
  display: block;
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  width: 6px;
  height: 1px;
  background-color: #333;
}
.list_type_info li{
  display: flex;
}
.list_type_info li > span{
  display: inline-block;
  width: 16px;
  vertical-align: middle;
}
.list_type_info li > span + div{
  width: calc(100% - 16px);
}


/* layout */
.winter_2025_contents{
  overflow: hidden;
}
.winter_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;
}
.winter_sec{
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.winter_sec:after{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.winter_sec .inner{
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	max-width: 720px;
	margin: 0 auto;
}
/* .winter_sec .inner:before{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
} */

/* float banner */
.float_banner{
	display: none;
	position: fixed;
	/* bottom: 22%; */
	top: 26%;
	/*right: 8%;*/
	right: 2%;
	z-index: 2;
	animation: updown 1.5s linear infinite;
}
.float_banner a{
	display: block;
	width: 153px;
	height: 153px;
}
.float_banner a img{
	max-width: 100%;
}
@keyframes updown{
	0%, 100%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(-20px);
	}
}

/* main section */
.main_logo_wrap{
  padding: 55px 40px;
  background-color: #166dcd;
  text-align: center;
}
#snow_wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#snow_wrap canvas{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.main_bg_sec{
	position: relative;
	padding-top: 170px;
	padding-bottom: 20px;
	background-image: url('/img/suneung/recruit/2025_winter/bg_main_sec.jpg');
	/* background-position: top 30% center; */
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}
.main_bg_sec:before,
.winter_sec_05:before{
  display: block;
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: url('/img/suneung/recruit/2025_winter/img_sec_dash.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.main_tit_wrap img{
	max-width: unset;
	width: 100%;
}
.main_info_wrap{
	position: relative;
	margin-top: 86.8056vw;
	padding: 60px;
	background-color: #fff;
	background-image: url('/img/suneung/recruit/2025_winter/img_main_dash.png'), url('/img/suneung/recruit/2025_winter/img_main_dash.png');
	background-position: top center, bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}
.main_info_wrap:before{
	display: block;
	content: '';
	position: absolute;
	top: -23px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 662px;
	height: 47px;
  background: url('/img/suneung/recruit/2025_winter/img_main_snow.png') no-repeat center / cover;
}
.main_info_wrap .info_tit{
	display: inline-block;
	position: absolute;
	top: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 384px;
	padding: 15px 20px;
	border-radius: 17px;
	background-color: #166dcd;
	font-size: 40px;
	font-weight: 800;
	color: #fff;
}
.main_info_wrap dl + dl{
	margin-top: 40px;
}
.main_info_wrap dt{
	width: 214px;
	padding: 10px;
	border-radius: 20px;
	background-color: #f6ab00;
	font-size: 38px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.main_info_wrap dd{
	margin-top: 20px;
	font-size: 34px;
	font-weight: 600;
	text-align: left;
	color: #000;
}



/* section 1 / 등록혜택 */
.winter_sec_01{
	margin-top: 44px;
}

.bd_box{
	overflow: hidden;
	border-radius: 20px;
}
.bd_box + .bd_box{
	margin-top: 40px;
}
.bd_box + .bd_box.bg_gray{
	margin-top: 0;
}
.bd_box .tit_wrap{
	padding: 20px;
	text-align: center;
}
.bd_box.type1 .tit_wrap{
	background-color: #f6ab00;
}
.bd_box.type2 .tit_wrap{
	background-color: #333;
}
.bd_box .con_wrap{
	padding: 40px 40px 56px;
	background-color: #fff;
}
.bd_box .con_wrap .event_tit{
	text-align: center;
}
.bd_box .con_wrap .event_con{
	margin-top: 60px;
	text-align: left;
}
.bd_box + .img_wrap{
	margin-top: 46px;
}
.bg_gray{
	background-color: #f3f3f3;
}
.bg_gray .con_wrap{
	background: none;
}
.bg_gray .event_con .item .item_tit{
	background-color: #166dcd;
}

.event_con .item{
	display: flex;
}
.event_con .item .item_tit{
	display: inline-block;
	width: 114px;
	height: 42px;
	padding: 6px 10px 10px;
	border-radius: 10px;
	background-color: #166dcd;
	font-size: 28px;
	font-weight: 800;
	color: #fff;
	text-align: center;
}
.event_con .item p{
	margin-left: 32px;
	font-size: 30px;
	line-height: 1.3em;
	font-weight: 600;
	letter-spacing: -0.03em;
	color: #2f2725;
}
.event_con .item .footnote{
	display: block;
	margin-top: 8px;
  color: #6c6c6c;
	font-size: 22px;
	line-height: 1em;
}
.event_con .item .footnote strong{
	color: #000;
	font-weight: 600;
}

.notice_conbox{
	text-align: left;
}
.notice_conbox li,
.notice_conbox p{
	font-size: 22px;
	line-height: 1.4em;
	letter-spacing: -0.02em;
	word-break: keep-all;
}
.notice_conbox li + li{
	margin-top: 5px;
}
.notice_conbox p{
	line-height: 1.7em;
	letter-spacing: -0.03em;
}

.winter_sec_01 .event_con .item{
	padding: 32px 0;
	background-image: url('/img/suneung/recruit/2025_winter/img_sec_01_dash.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}
.winter_sec_01 .event_con .item:first-child{
	padding-top: 0;
	background: none;
}
.winter_sec_01 .event_con .item:last-child{
	padding-bottom: 0;
}



/* section 2 / 등록 절차, 모집대상, 센터 */
.winter_sec_02{
	position: relative;
	padding-top: 260px;
	padding-bottom: 140px;
	background-image: url('/img/suneung/recruit/2025_winter/bg_sec_02.jpg');
}
.winter_sec_02:after{
	display: block;
	content: '';
	position: absolute;
	top: -70px;
	right: 0;
	width: 456px;
	height: 213px;
	background-image: url('/img/suneung/recruit/2025_winter/img_sec_02_calendar.png');
}
.winter_sec_02 .bd_box{
	position: relative;
}
.prc_con .item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 40px 5px;
	background: url('/img/suneung/recruit/2025_winter/img_sec_01_dash.png') no-repeat bottom center / contain;
}
.prc_con .item:nth-child(1){
	padding-top: 0;
}
.prc_con .item span{
	width: 50px;
	text-align: center;
}
.prc_con .item strong{
	display: inline-block;
	margin-left: 30px;
	font-size: 35px;
	font-weight: 700;
	color: #166dcd;
}
.prc_con .item p{
	margin-left: 40px;
	font-size: 30px;
	font-weight: 600;
}
.prc_con .item .help_txt{
  display: block;
	width: 100%;
	margin-top: 10px;
	font-size: 22px;
	line-height: 1.7em;
	color: #6c6c6c;
	text-align: left;
}
.prc_notice{
	margin-top: 60px;
}
.prc_notice li{
	font-size: 22px;
	line-height: 1.4em;
	font-weight: 400;
	color: #6c6c6c;
	word-break: keep-all;
}
.prc_notice li + li{
	margin-top: 5px;
}
.prc_notice li strong{
	color: #000;
}
.notice_txt{
	font-size: 35px;
	line-height: 1.55em;
	font-weight: 600;
	text-align: center;
}
.notice_txt strong{
	font-weight: 800;
}



/* section 3 / 프리미엄 공간관리 */
.winter_sec_03{
  position: relative;
	margin-top: -40px;
	padding-top: 200px;
	padding-bottom: 80px;
  background-image: url('/img/suneung/recruit/2025_winter/bg_sec_03.png');
}
.winter_sec_03:after{
  display: block;
  content: '';
  position: absolute;
  top: -150px;
  left: 0;
  width: 309px;
  height: 221px;
  background-image: url('/img/suneung/recruit/2025_winter/img_sec_03_bag.png');
}
.winter_sec_03 .tit_wrap{
	margin-bottom: 42px;
	text-align: center;
}
.winter_sec_03 .tab_container + .tit_wrap{
	margin-top: 42px;
}
.winter_sec_03 .tab_menu{
	display: flex;
}
.winter_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;
}
.winter_sec_03 .btn_tab + .btn_tab{
	border-radius: 40px 20px 0 0;
}
.winter_sec_03 .btn_tab span{
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: #fff;
}
.winter_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;
}
.winter_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');
}
.winter_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');
}
.winter_sec_03 .btn_tab.on span{
	font-size: 32px;
	font-weight: 700;
}
.winter_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;
}
.winter_sec_03 .tab_conbox .btn_wrap{
	margin-top: 45px;
	text-align: center;
}
.winter_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;
}



/* section 4 / 윈터스쿨 review */
.winter_sec_04{
  position: relative;
	margin-top: -20px;
	padding-top: 225px;
	padding-bottom: 140px;
  background-image: url('/img/suneung/recruit/2025_winter/bg_sec_04.png');
}
.winter_sec_04:after{
  display: block;
  content: '';
  position: absolute;
  top: -155px;
  right: 0;
  width: 195px;
  height: 252px;
  background-image: url('/img/suneung/recruit/2025_winter/img_sec_04_clock.png');
}
.winter_sec_04 .tit_wrap{
	text-align: center;
}
.review_wrap{
	margin-top: 48px;
}
.review_wrap + .btn_wrap{
	margin-top: 48px;
	padding: 0 32px;
	text-align: center;
}
.btn_review_modal{
	display: inline-block;
	width: 100%;
	padding: 36px 20px;
	border-radius: 20px;
	background-color: #166dcd;
	font-size: 32px;
	font-weight: 600;
	color: #fff;
}

/* 240828 미미미누 추가 */
.mimiminu_sec{
  background-image: url('/img/suneung/recruit/2025_winter/bg_sec_04_new.png');
}
.mimiminu_wrap{
  margin-top: 75px;
}
.mimiminu_wrap .vod_wrap{
  margin-top: 40px;
}
.mimiminu_wrap .vod_wrap a{
  display: block;
}

/* review modal */
body.ofh{
	overflow-y: hidden;
}
#dim{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
.modal_contents{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10002;
	width: 100%;
	max-width: 800px;
	padding: 0 40px;
}
.modal_wrap{
	width: 100%;
	padding: 20px 35px 35px;
	border-radius: 20px;
	background-color: #fff;
}
.modal_top_wrap{
	display: flex;
}
.modal_top_wrap .img_wrap{
	width: 110px;
}
.modal_top_wrap .img_wrap img{
	max-width: 100%
}
.modal_tit_wrap{
	width: calc(100% - 110px);
	padding-left: 32px;
	margin-top: 20px;
}
.modal_tit_wrap .tit{
	font-size: 22px;
	line-height: 1.3em;
	font-weight: 600;
	word-break: keep-all;
}
.modal_tit_wrap .tit strong{
	font-size: 24px;
}
.modal_tit_wrap .writer{
	display: block;
	margin-top: 10px;
	font-size: 22px;
	line-height: 1.3em;
	font-weight: 500;
}
.modal_tit_wrap .writer strong{
	display: block;
	font-weight: 600;
}
.modal_conbox{
	margin-top: 30px;
	padding-top: 30px;
	background: url('/img/suneung/recruit/2025_winter/img_pop_dash.png') no-repeat top center;
}
.modal_conbox p{
	font-size: 20px;
	letter-spacing: -0.04em;
	line-height: 1.3em;
	font-weight: 300;
	word-break: keep-all;
}
.btn_modal_close{
	position: absolute;
	top: -30px;
	right: 40px;
	padding: 0;
	background: none;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}



/* section 5 / 합격 잇올 찾아가자 1만2천봉 */
.winter_sec_05{
	position: relative;
	padding-top: 130px;
	padding-bottom: 200px;
	background-image: url('/img/suneung/recruit/2025_summer/bg_sec_03.png');
	background-position: bottom center;
}
.winter_sec_05 .tit_wrap{
	position: relative;
	z-index: 1;
	text-align: center;
}
.winter_sec_05 .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 */
.winter_sec.winter_sec_form{
	padding: 50px 0;
	background-color: #f8f8f8;
}
.winter_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;
}




/* ===================================
device width 721 이상인 경우 px 작업,
device width 720 이하인 경우 vw로 변환
=================================== */
@media screen and (max-width: 720px){
	.list_type_bar > li{
		padding-left: 2.0833vw;
	}
	.list_type_bar > li:before{
		top: 2.5000vw;
		width: 0.625vw;
		height: 0.1389vw;
	}
	.list_type_info li > span{
		width: 2.2222vw;
	}
	.list_type_info li > span + div{
		width: calc(100% - 2.2222vw);
	}
	
	/* layout */
	.winter_sec .inner{
		padding-left: 5.5556vw;
		padding-right: 5.5556vw;
	}
	
	/* float banner */
	.float_banner a{
		width: 30vw;
		height: 30vw;
	}

	/* main section */
	.main_logo_wrap{
		padding: 7.6389vw 5.5556vw;
	}
	.main_bg_sec{
		padding-top: 23.6111vw;
		padding-bottom: 2.7778vw;
		background-image: url('/img/suneung/recruit/2025_winter/bg_main_sec.jpg');
	}
	.main_bg_sec:before,
	.winter_sec_05:before{
		top: -0.4167vw;
		width: 100%;
		height: 0.6944vw;
		background-image: url('/img/suneung/recruit/2025_winter/img_sec_dash.png');
	}
	.main_info_wrap{
		margin-top: 86.8056vw;
		padding: 8.3333vw;
	}
	.main_info_wrap:before{
		top: -3.1944vw;
		width: 91.9444vw;
		height: 6.5278vw;
	}
	.main_info_wrap .info_tit{
		top: -4.8611vw;
		width: 53.3333vw;
		padding: 2.0833vw 2.7778vw;
		border-radius: 2.3611vw;
		font-size: 5.5556vw;
	}
	.main_info_wrap dl + dl{
		margin-top: 5.5556vw;
	}
	.main_info_wrap dt{
		width: 29.7222vw;
		padding: 1.3889vw;
		border-radius: 2.7778vw;
		font-size: 5.2778vw;
	}
	.main_info_wrap dd{
		margin-top: 2.7778vw;
		font-size: 4.7222vw;
	}
	
	/* section 1 / 등록혜택 */
	.winter_sec_01{
		margin-top: 6.1111vw;
	}
	.bd_box{
		border-radius: 2.7778vw;
	}
	.bd_box + .bd_box{
		margin-top: 5.5556vw;
	}
	.bd_box .tit_wrap{
		padding: 2.7778vw;
	}
	.bd_box .con_wrap{
		padding: 5.5556vw 5.5556vw 7.7778vw;
	}
	.bd_box .con_wrap .event_con{
		margin-top: 8.3333vw;
	}
	.bd_box + .img_wrap{
		margin-top: 6.3889vw;
	}
	.event_con .item .item_tit{
		width: 15.625vw;
		height: 5.625vw;
		padding: 0.625vw 1.3889vw 1.3889vw;
		border-radius: 1.3889vw;
		font-size: 3.8889vw;
	}
	.event_con .item p{
		margin-left: 4.4444vw;
		font-size: 4.1667vw;
	}
	.event_con .item .footnote{
		margin-top: 1.1111vw;
		font-size: clamp(0.625rem, 3.0556vw, 1.4rem);
	}
	.notice_conbox li,
	.notice_conbox p{
		font-size: clamp(0.625rem, 3.0556vw, 1.4rem);
	}
	.notice_conbox li + li{
		margin-top: 0.6944vw;
	}
	
	.winter_sec_01 .event_con .item{
		padding: 4.4444vw 0;
	}	
	
	/* section 2 / 등록 절차, 모집대상, 센터 */
	.winter_sec_02{
		padding-top: 36.1111vw;
		padding-bottom: 19.4444vw;
	}
	.winter_sec_02:after{
		top: -9.7222vw;
		width: 63.3333vw;
		height: 29.5833vw;
	}
	.prc_con .item{
		padding: 5.5556vw 0.6944vw;
	}
	.prc_con .item span{
		width: 6.9444vw;
	}
	.prc_con .item strong{
		margin-left: 4.1667vw;
		font-size: 4.8611vw;
	}
	.prc_con .item p{
		margin-left: 5.5556vw;
		font-size: 4.1667vw;
	}
	.prc_con .item .help_txt{
		font-size: 3.0556vw;
	}
	.prc_notice{
		margin-top: 8.3333vw;
	}
	.prc_notice li{
		font-size: clamp(0.625rem, 3.0556vw, 1.4rem);
	}
	.prc_notice li + li{
		margin-top: 0.6944vw;
	}
	.notice_txt{
		font-size: 4.8611vw;
	}
	
	/* section 3 / 프리미엄 공간관리 */
	.winter_sec_03{
		margin-top: -5.5556vw;
		padding-top: 27.7778vw;
		padding-bottom: 11.1111vw;
	}
	.winter_sec_03:after{
		top: -20.625vw;
		width: 42.9167vw;
		height: 30.6944vw;
	}
	.winter_sec_03 .tit_wrap{
		margin-bottom: 5.625vw;
	}
	.winter_sec_03 .tab_container + .tit_wrap{
		margin-top: 5.625vw;
	}
	.winter_sec_03 .btn_tab{
		height: 8.3333vw;
		padding: 2.0833vw;
		border-radius: 2.7778vw 5.5556vw 0 0;
	}
	.winter_sec_03 .btn_tab + .btn_tab{
		border-radius: 5.5556vw 2.7778vw 0 0;
	}
	.winter_sec_03 .btn_tab span{
		font-size: 3.3333vw;
	}
	.winter_sec_03 .btn_tab.on:before{
		width: 2.3611vw;
		height: 5.9722vw;
	}
	.winter_sec_03 .btn_tab:nth-child(1).on:before{
		right: -1.3889vw;
	}
	.winter_sec_03 .btn_tab:nth-child(2).on:before{
		left: -1.3889vw;
	}
	.winter_sec_03 .btn_tab.on span{
		font-size: 4.4444vw;
	}
	.winter_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;
	}
	.winter_sec_03 .tab_conbox .btn_wrap{
		margin-top: 6.2500vw;
	}
	.winter_sec_03 .tab_conbox .btn_more{
		padding: 4.7222vw 2.7778vw;
		border-radius: 2.7778vw;
		font-size: 4.4444vw;
	}

	/* section 4 / 윈터스쿨 review */
	.winter_sec_04{
		margin-top: -2.7778vw;
		padding-top: 31.2500vw;
		padding-bottom: 19.4444vw;
	}
	.winter_sec_04:after{
		top: -21.5278vw;
		width: 27.0833vw;
		height: 35.0000vw;
	}
	.review_wrap{
		margin-top: 6.6667vw;
	}
	.review_wrap + .btn_wrap{
		margin-top: 6.6667vw;
		padding: 0 4.4444vw;
	}
	.btn_review_modal{
		padding: 5.0000vw 2.7778vw;
		border-radius: 2.7778vw;
		font-size: 4.4444vw;
	}

  .mimiminu_wrap{
    margin-top: 10.4167vw;
  }
  .mimiminu_wrap .vod_wrap{
    margin-top: 5.5556vw;
  }
	
	/* review modal */
	.modal_contents{
		padding-left: 5.5556vw;
		padding-right: 5.5556vw;
	}
	.modal_wrap{
		padding: 2.7778vw 4.8611vw 4.8611vw;
		border-radius: 2.7778vw;
	}
	.modal_top_wrap .img_wrap{
		width: 15.2778vw;
	}
	.modal_tit_wrap{
		width: calc(100% - 15.2778vw);
		padding-left: 4.4444vw;
		margin-top: 2.7778vw;
	}
	.modal_tit_wrap .tit{
		font-size: clamp(0.8333rem, 3.0556vw, 1.4rem);
	}
	.modal_tit_wrap .tit strong{
		font-size: clamp(0.8333rem, 3.3333vw, 1.4rem);
	}
	.modal_tit_wrap .writer{
		margin-top: 1.3889vw;
		font-size: clamp(0.8333rem, 3.0556vw, 1.4rem);
		line-height: 1.3em;
	}
	.modal_conbox{
		margin-top: 4.1667vw;
		padding-top: 4.1667vw;
	}
	.modal_conbox p{
		font-size: clamp(0.8333rem, 2.7778vw, 1.4rem);
	}
	.modal_conbox p br{
		display: none;
	}
	.btn_modal_close{
		top: -4.8611vw;
		right: 5.5556vw;
		font-size: clamp(0.833rem, 2.7778vw, 1.4rem);
	}

	/* section 5 / 합격 잇올 찾아가자 1만2천봉 */
	.winter_sec_05{
		padding-top: 18.0556vw;
		padding-bottom: 27.7778vw;
	}
	.winter_sec_05 .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;
	}

	.winter_sec.winter_sec_form{
		padding: 0;
	}
}

.float_banner_blink{
  position: absolute;
  top: 0;
  left: 0;
}

/* 241031 기숙 배너 추가 */
.float_banner.n2 a + a{
	position: absolute;
	/*left: -10px;
	width: 186px;
	margin-top: 20px;*/
}
@media screen and (max-width: 720px){
	.float_banner.n2 a + a{
		/*left: -1.3889vw;
		width: 25.8333vw;
		margin-top: 2.7778vw;*/
		width: 30vw;
        height: 30vw;
	}
}

/* 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;
}