/* ====================================
				2026 bs jaesu class
====================================*/

/* common */
.img_wrap {
	font-size: 0;
}
.text_center {
	text-align: center;
}
.color_key {
	color: #166dcd !important;
}
.color_red {
	color: #fe3c3c !important;
}
.color_blue {
	color: #3987e9;
}
.color_mint {
	color: #0dab9b !important;
}
.color_orange {
	color: #ff5e24 !important;
}
.color_purple {
	color: #7f38ca !important;
}

.list_type_bar > li,
.list_type_dot > 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_dot > li:before {
	display: block;
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: inherit;
}
.list_type_circle > li,
.list_type_info > li {
	display: flex;
}
.list_type_circle > li > span {
	padding-right: 20px;
}
.list_type_info > li > span {
	display: inline-block;
	width: 16px;
	vertical-align: middle;
}
.list_type_info li > span + div {
	width: calc(100% - 16px);
}
.list_type_check > li {
	position: relative;
	padding-left: 30px;
}
.list_type_check > li:before {
	display: block;
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 44px;
	height: 36px;
	background-image: url("/img/suneung/recruit/2026_bs_jaesu_class/ico_check.png");
	background-repeat: no-repeat;
	background-position: top left;
}

/* layout */
.container {
	max-width: unset;
}
.bs_class_2025_contents {
	overflow: hidden;
}
.bs_class_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;
}
.bs_class_sec {
	padding-top: 140px;
	padding-bottom: 140px;
}
.bs_class_sec .inner {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	max-width: 720px;
	margin: 0 auto;
}

/* float banner */
.float_banner {
	/* display: none; */
	position: fixed;
	top: 26%;
	right: 8%;
	z-index: 2;
	animation: updown 1.5s linear infinite;
}
.float_banner a {
	display: block;
	/*width: 294px;
	height: 294px;*/
}
.float_banner a img {
	max-width: 100%;
}
@keyframes updown {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
}

/* main section */
.main_logo_wrap {
	background-image: url("/img/suneung/recruit/2026_bs_jaesu_class/bg_main_logo.png");
	background-size: cover;
	text-align: center;
}
.class_main_sec {
	position: relative;
	padding-top: 100px;
	text-align: center;
}
.main_tit_wrap img {
	max-width: unset;
	width: 100%;
}

/* section 1 / coming soon */
.bs_class_sec_01 {
	padding-top: 0 !important;
	padding-bottom: 120px;
	background-image: url("/img/suneung/recruit/2026_bs_jaesu_class/bg_sec_01.jpg");
}
.bs_class_sec_01 .img_wrap + .img_wrap {
	margin-top: 20px;
}

/* section 2 / 얼리버드 등록 혜택 */
.bs_class_sec_02 {
	background-color: #07b53a;
}

/* section 3 / 모집요강, 등록절차, 하루일과표 */
.bs_class_sec_03 {
	background-color: #efefef;
}
.bs_class_sec_03 .tab_menu ul {
	display: flex;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
}
.bs_class_sec_03 .tab_menu .tab_on_01 {
	background-image: url("/img/suneung/recruit/2026_bs_jaesu_class/img_sec_02_tab_on1.png");
}
.bs_class_sec_03 .tab_menu .tab_on_02 {
	background-image: url("/img/suneung/recruit/2026_bs_jaesu_class/img_sec_02_tab_on2.png");
}
.bs_class_sec_03 .tab_menu .tab_on_03 {
	background-image: url("/img/suneung/recruit/2026_bs_jaesu_class/img_sec_02_tab_on3.png");
}
.bs_class_sec_03 .tab_menu li {
	width: 31%;
}
.bs_class_sec_03 .tab_menu li.on {
	width: 38%;
}
.bs_class_sec_03 .btn_tab {
	display: block;
	width: 100%;
	height: 70px;
}
.bs_class_sec_03 .tab_conbox {
	padding: 60px 40px;
	border-radius: 0 0 20px 20px;
	background-color: #fff;
}
.tab_conbox.notice_conbox {
	overflow: hidden;
	padding: 0;
	background-color: transparent;
}
.tab_conbox.notice_conbox .notice_top {
	padding: 60px 40px;
	background-color: #fff;
}

.tab_conbox {
	position: relative;
}
.tab_conbox .btn_wrap {
	position: absolute;
	display: flex;
}
.tab_conbox .btn_quick_wrap {
	top: 1048px;
}
.tab_conbox .btn_pop_wrap {
	bottom: 915px;
}
.tab_conbox .btn_tel_wrap{
	bottom: 300px;
	left: 220px;
}
.tab_conbox .btn_tel_wrap2 {
    bottom: 250px;
    left: 202px;
}

.tab_conbox .btn_tel_wrap3 {
    bottom: 190px;
    left: 205px;
}

@media screen and (max-width: 720px) {
    .tab_conbox .btn_tel_wrap2 {
        bottom: 34.333vw;
        left: 28.056vw;
    }
}

@media screen and (max-width: 720px) {
	.tab_conbox .btn_tel_wrap3 {
		bottom: 26.389vw;
		left: 28.472vw;
	}
}

@media screen and (max-width: 720px) {
    .tab_conbox .btn_tel_wrap {
        bottom: 41.667vw;
        left: 30.556vw;
    }
}
.tab_conbox .btn_wrap .btn {
	display: inline-block;
	width: 270px;
	padding: 20px;
	border-radius: 12px;
	background-color: #000;
	color: #fff;
	font-size: 32px;
	line-height: .7em;
	font-weight: 600;
	text-align: center;
}

.tab_conbox .btn_wrap .btn + .btn {
	margin-left: 20px;
}

.tab_conbox .btn_wrap .btn {
	padding: 0;
	background-color: transparent;
	color: transparent;
}
.tab_conbox .btn_wrap.btn_tel_wrap .btn {
	padding: 0;
	background-color: transparent;
	color: transparent;
}


.acco_conbox {
	overflow: hidden;
	border-radius: 32px;
	-webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.15);
}
.acco_conbox + .acco_conbox {
	margin-top: 30px;
}
.acco_btn {
	display: block;
	position: relative;
	width: 100%;
	padding: 40px;
	background-color: #fff;
	font-size: 36px;
	font-weight: 700;
	text-align: left;
}
.acco_btn:after {
	display: block;
	content: "";
	position: absolute;
	top: 36px;
	right: 40px;
	width: 40px;
	height: 40px;
	background-image: url("/img/suneung/recruit/2026_bs_jaesu_class/ico_acco_arr.png");
	background-size: contain;
	transform: rotate(180deg);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.acco_btn.on:after {
	transform: rotate(0deg);
}
.acco_con {
	padding: 0 40px 40px;
}

/* section 3 / 3대 관리 */
.bs_class_sec_04 {
	background-color: #8ebbf4;
}
.bs_class_sec_04 .tit_wrap {
	margin-bottom: 20px;
	text-align: center;
}
.bs_class_sec_04 .sub_tit_wrap {
	margin-bottom: 40px;
	text-align: center;
}
.bs_class_sec_04 .sub_tit_wrap p,
.bs_class_sec_04 .sub_tit_wrap strong {
	font-size: 36px;
	line-height: 1.4em;
	color: #000;
}
.bs_class_sec_04 .sub_tit_wrap strong {
	font-weight: 800;
	color: #166dcd;
}

.out_swiper_contents,
.dorm_swiper_contents {
	position: relative;
	margin-bottom: 40px;
}
.out_swiper_contents:before,
.dorm_swiper_contents:before {
	display: block;
	content: "";
	position: absolute;
	top: -30px;
	left: -36px;
	z-index: 2;
	width: 156px;
	height: 180px;
	background-image: url("/img/suneung/recruit/2026_bs_jaesu_class/img_out_slide_tag.png");
	background-size: contain;
}
.dorm_swiper_contents:before {
	background-image: url("/img/suneung/recruit/2026_bs_jaesu_class/img_dorm_slide_tag.png");
}
.dorm_swiper_contents + .sub_tit_wrap {
	margin-top: 80px;
}

.bs_class_sec_04 .tab_container + .tit_wrap {
	margin-top: 80px;
}
.bs_class_sec_04 .tab_menu {
	display: flex;
}
.bs_class_sec_04 .btn_tab {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 50%;
	height: 60px;
	padding: 15px;
	border-radius: 12px 24px 0 0;
}
.bs_class_sec_04 .btn_tab + .btn_tab {
	border-radius: 24px 12px 0 0;
}
.bs_class_sec_04 .btn_tab span {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: #fff;
}
.bs_class_sec_04 .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;
}
.bs_class_sec_04 .btn_tab:nth-child(1).on:before {
	right: -16px;
	background-image: url("/img/suneung/recruit/2026_bs_jaesu_class/img_sec_03_tab_on1.png");
}
.bs_class_sec_04 .btn_tab:nth-child(2).on:before {
	left: -16px;
	background-image: url("/img/suneung/recruit/2026_bs_jaesu_class/img_sec_03_tab_on2.png");
}
.bs_class_sec_04 .btn_tab.on span {
	font-weight: 700;
}
.bs_class_sec_04 .tab_contents {
	position: relative;
	margin-top: -1px;
	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 {
	width: 44px;
	border-radius: 10px;
	background-color: #e6e6e6;
}
.dorm_swiper .swiper-pagination-bullet-active {
	background-color: #fff;
}
.care_swiper.swiper-horizontal
	> .swiper-pagination-bullets
	.swiper-pagination-bullet,
.care_swiper
	.swiper-pagination-horizontal.swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 0 4px;
}
.swiper_footnote {
	margin-top: 10px;
}
.swiper_footnote p {
	font-size: 20px;
	font-weight: 500;
	color: #7c7c7c;
}
.tab_footnote {
	margin-top: 20px;
	padding: 14px 60px;
	border-radius: 60px;
	background-color: #858585;
	text-align: center;
}
.tab_footnote p {
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 500;
	color: #fff;
}
.bs_class_sec_04 .tab_conbox .btn_wrap {
	margin-top: 45px;
	text-align: center;
}
.bs_class_sec_04 .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_04 .btn_more,
.care_tab_04 .btn_tab {
	background-color: #ff5e24;
}
.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;
}
.care_tab_04 .btn_tab.on span {
	color: #ff5e24;
}

.care_tab_04 .tab_conbox,
.care_tab_05 .tab_conbox {
	text-align: center;
}
.bs_class_sec_04 .care_tab_04 .tab_contents,
.bs_class_sec_04 .care_tab_05 .tab_contents {
	padding: 0;
}

.care_tab_05 .tab_menu ul {
	display: flex;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
}
.care_tab_05 .tab_on_01 {
	background-image: url("/img/suneung/recruit/2026_bs_jaesu_class/img_boot_tab_on1.png");
}
.care_tab_05 .tab_on_02 {
	background-image: url("/img/suneung/recruit/2026_bs_jaesu_class/img_boot_tab_on2.png");
}
.care_tab_05 .tab_on_03 {
	background-image: url("/img/suneung/recruit/2026_bs_jaesu_class/img_boot_tab_on3.png");
}

.care_tab_05 .tab_menu li {
	width: 31%;
}
.care_tab_05 .tab_menu li.on {
	width: 38%;
}
.care_tab_05 .btn_tab {
	display: block;
	width: 100%;
	height: 106px;
}

/* section 5 / 윈터스쿨 학습시스템 */
.bs_class_sec_05 {
	background-color: #efefef;
}
.bs_class_sec_05 .tit_wrap {
	text-align: center;
}
.system_wrap img + img {
	margin-top: -4px;
}
.bs_class_sec_05 .btn_wrap {
	margin-top: 40px;
}
.bs_class_sec_05 .btn_wrap + .img_wrap {
	margin-top: 40px;
}
.btn_quick {
	display: block;
	width: 100%;
	padding: 36px 20px;
	border-radius: 16px;
	background-color: #000;
	font-size: 32px;
	font-weight: 800;
	color: #fff;
	text-align: center;
}
.btn_down {
	padding: 20px;
}
.btn_down span {
	display: inline-block;
	padding-right: 24px;
	font-size: 20px;
	line-height: 1em;
	font-weight: 700;
	background-image: url("/img/suneung/recruit/2026_bs_jaesu_class/ico_btn_down_arr.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}
.btn_wrap.n2 {
	display: flex;
	justify-content: space-between;
}
.btn_wrap.n2 .btn {
	width: calc((100% - 20px) / 2);
}

	.map_wrap{
		position: relative;
	}
	.map_wrap .btn_wrap{
		position: absolute;
		top: 260px;
		left: 145px;
		margin: 0 !important;
	}
	.map_wrap .btn_wrap .btn_tel{
		display: inline-block;
		width: 180px;
		height: 40px;
		background-color: transparent;
		color: transparent;
	}

/* section 5 / 미미미누 */
.bs_class_sec_06 {
	background-color: #8ebbf4;
}
.mimiminu_wrap .vod_wrap {
	margin-top: 40px;
}
.mimiminu_wrap .vod_wrap a {
	display: block;
}

/* 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: 90vw;
	max-width: 640px;
	padding: 120px 20px 40px 40px;
	border-radius: 20px;
	background-color: #fff;
}
.modal_wrap {
	overflow-y: scroll;
	width: 100%;
	max-height: 70vh;
}
.modal_wrap::-webkit-scrollbar {
	width: 5px;
}
.modal_wrap::-webkit-scrollbar-thumb {
	background: #c5c5c5;
	border-radius: 9px;
}
.modal_wrap::-webkit-scrollbar-track {
	background-color: transparent;
}
.modal_wrap .img_wrap {
	max-width: 80vw;
}
.btn_modal_close {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 64px;
	height: 64px;
	background-image: url("/img/suneung/recruit/2026_bs_jaesu_class/ico_pop_close.png");
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
}

/* section 7 / 합격 잇올 찾아가자 1만2천봉 */
.bs_class_sec_07 {
	background-color: #ddb8a4;
}
.point_item + .point_item {
	margin-top: 44px;
}

.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 */
.bs_class_sec.bs_class_sec_form {
	position: relative;
	padding: 50px 0;
	background-color: #f8f8f8;
}
#form_target{
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 1px;
}
.bs_class_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;
}
.winter_form_contents input[type="file"]{
	padding-top: 8px;
	padding-bottom: 8px;
}

/* media */
@media screen and (max-width: 720px) {
	.list_type_bar > li,
	.list_type_dot > li {
		padding-left: 2.0833vw;
	}
	.list_type_bar > li:before {
		top: 2.5vw;
		width: 0.8333vw;
		height: 0.1389vw;
	}
	.list_type_dot > li:before {
		top: 1.6667vw;
		width: 0.6944vw;
		height: 0.6944vw;
	}
	.list_type_circle > li > span {
		padding-right: 2.7778vw;
	}
	.list_type_info > li > span {
		width: 2.2222vw;
	}
	.list_type_info li > span + div {
		width: calc(100% - 2.2222vw);
	}
	.list_type_check > li {
		padding-left: 4.1667vw;
	}
	.list_type_check > li:before {
		top: 0.6944vw;
		width: 6.1111vw;
		height: 5vw;
	}

	/* layout */
	.bs_class_sec {
		padding-top: 19.4444vw;
		padding-bottom: 19.4444vw;
	}
	.bs_class_sec .inner {
		padding-left: 5.5556vw;
		padding-right: 5.5556vw;
	}

	/* float banner */
	.float_banner {
		right: 0;
	}
	.float_banner a {
		width: 30vw;
		height: 30vw;
	}

	/* main section */
	.class_main_sec {
		padding-top: 13.8889vw;
	}

	/* section 1 / coming soon */
	.bs_class_sec_01 {
		padding-bottom: 16.6667vw;
	}
	.bs_class_sec_01 .img_wrap + .img_wrap {
		margin-top: 2.7778vw;
	}

	/* section 3 / 모집요강, 등록절차, 하루일과표 */
	.bs_class_sec_03 .btn_tab {
		height: 9.7222vw;
	}
	.bs_class_sec_03 .tab_conbox {
		padding: 8.3333vw 5.5556vw;
		border-radius: 0 0 2.7778vw 2.7778vw;
	}
	.bs_class_sec_03 .tab_conbox {
		padding: 8.3333vw 5.5556vw;
		border-radius: 0 0 2.7778vw 2.7778vw;
	}
	.tab_conbox.notice_conbox {
		padding: 0;
	}
	.tab_conbox.notice_conbox .notice_top {
		padding: 8.3333vw 5.5556vw;
	}
	.tab_conbox .btn_quick_wrap {
		top: 146.1667vw;
	}
	.tab_conbox .btn_pop_wrap {
		bottom: 140.0833vw;
	}
	.tab_conbox .btn_tel_wrap .btn_tel {
		bottom: 42.1667vw;
        left: 30.2222vw;
	}
	.tab_conbox .btn_wrap .btn {
		width: 37.5000vw;
		//padding: 2.7778vw;
		border-radius: 1.6667vw;
		font-size: 4.4444vw;
	}
	.tab_conbox .btn_wrap .btn + .btn {
		margin-left: 2.7778vw;
	}

	.acco_conbox {
		border-radius: 4.4444vw;
		-webkit-box-shadow: 0vw 0.8333vw 2.0833vw 0vw rgba(0, 0, 0, 0.15);
		box-shadow: 0vw 0.8333vw 2.0833vw 0vw rgba(0, 0, 0, 0.15);
	}
	.acco_conbox + .acco_conbox {
		margin-top: 4.1667vw;
	}
	.acco_btn {
		padding: 5.5556vw;
		font-size: 5vw;
	}
	.acco_btn:after {
		top: 5vw;
		right: 5.5556vw;
		width: 5.5556vw;
		height: 5.5556vw;
	}
	.acco_con {
		padding: 0 5.5556vw 5.5556vw;
	}

	/* section 4 / 3대 관리 */
	.bs_class_sec_04 .tit_wrap {
		margin-bottom: 2.7778vw;
	}
	.bs_class_sec_04 .sub_tit_wrap {
		margin-bottom: 5.5556vw;
	}
	.bs_class_sec_04 .sub_tit_wrap p,
	.bs_class_sec_04 .sub_tit_wrap strong {
		font-size: 5vw;
	}

	.out_swiper_contents,
	.dorm_swiper_contents {
		margin-bottom: 5.5556vw;
	}
	.out_swiper_contents:before,
	.dorm_swiper_contents:before {
		top: -4.1667vw;
		left: -5vw;
		width: 21.6667vw;
		height: 25vw;
	}
	.dorm_swiper_contents + .sub_tit_wrap {
		margin-top: 11.1111vw;
	}

	.bs_class_sec_04 .tab_container + .tit_wrap {
		margin-top: 11.1111vw;
	}
	.bs_class_sec_04 .btn_tab {
		height: 8.3333vw;
		padding: 2.0833vw;
		border-radius: 1.6667vw 3.3333vw 0 0;
	}
	.bs_class_sec_04 .btn_tab + .btn_tab {
		border-radius: 3.3333vw 1.6667vw 0 0;
	}
	.bs_class_sec_04 .btn_tab span {
		font-size: 3.3333vw;
	}
	.bs_class_sec_04 .btn_tab.on:before {
		width: 2.3611vw;
		height: 5.9722vw;
	}
	.bs_class_sec_04 .btn_tab:nth-child(1).on:before {
		right: -2.2222vw;
	}
	.bs_class_sec_04 .btn_tab:nth-child(2).on:before {
		left: -2.2222vw;
	}
	.bs_class_sec_04 .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-slide {
		background: none;
	}
	.care_swiper .swiper-pagination-bullet {
		width: 1.5278vw;
		height: 1.5278vw;
	}
	.care_swiper .swiper-pagination-bullet-active {
		width: 6.1111vw;
		border-radius: 1.3889vw;
	}
	.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;
	}
	.swiper_footnote {
		margin-top: 1.3889vw;
	}
	.swiper_footnote p {
		font-size: 2.7778vw;
	}
	.tab_footnote {
		margin-top: 2.7778vw;
		padding: 1.9444vw 8.3333vw;
		border-radius: 8.3333vw;
	}
	.tab_footnote p {
		font-size: 2.7778vw;
	}
	.bs_class_sec_04 .tab_conbox .btn_wrap {
		margin-top: 6.25vw;
	}
	.bs_class_sec_04 .tab_conbox .btn_more {
		padding: 4.7222vw 2.7778vw;
		border-radius: 2.7778vw;
		font-size: 4.4444vw;
	}
	.care_tab_05 .btn_tab {
		height: 14.7222vw;
	}

	/* section 5 / 윈터스쿨 학습시스템 */
	.bs_class_sec_05 .btn_wrap {
		margin-top: 5.5556vw;
	}
	.bs_class_sec_05 .btn_wrap + .img_wrap {
		margin-top: 5.5556vw;
	}
	.btn_quick {
		padding: 5vw 2.7778vw;
		border-radius: 2.2222vw;
		font-size: 4.4444vw;
	}
	.btn_down {
		padding: 2.7778vw;
	}
	.btn_down span {
		padding-right: 3.3333vw;
		font-size: 2.7778vw;
	}
	.btn_wrap.n2 .btn {
		width: calc((100% - 2.7778vw) / 2);
	}
	.map_wrap .btn_wrap{
		top: 36.1111vw;
		left: 20.1389vw;
		margin: 0 !important;
	}
	.map_wrap .btn_wrap .btn_tel{
		width: 31.0000vw;
		height: 5.5556vw;
	}

	/* section 6 / 미미미누 */
	.mimiminu_wrap .vod_wrap {
		margin-top: 5.5556vw;
	}

	/* modal */
	.modal_contents {
		padding: 16.6667vw 2.7778vw 5.5556vw 5.5556vw;
		border-radius: 2.7778vw;
	}
	.modal_wrap::-webkit-scrollbar {
		width: 0.6944vw;
	}
	.modal_wrap::-webkit-scrollbar-thumb {
		background: #c5c5c5;
		border-radius: 1.25vw;
	}
	.btn_modal_close {
		top: 5.5556vw;
		right: 5.5556vw;
		width: 8.8889vw;
		height: 8.8889vw;
	}

	/* section 7 / 합격 잇올 찾아가자 1만2천봉 */
	.point_item + .point_item,
	.point_wrap + .btn_wrap {
		margin-top: 6.1111vw;
	}
	.point_wrap + .btn_wrap .btn {
		padding: 5vw 2.7778vw;
		border-radius: 2.7778vw;
		font-size: 4.4444vw;
	}

	/* form */
	.bs_class_sec.bs_class_sec_form {
		padding: 6.9444vw 0;
	}
	.bs_class_sec_form .inner {
		padding-left: 0;
		padding-right: 0;
	}

	.winter_form_contents * {
		font-family: "SUIT", sans-serif, serif;
	}
}

/* 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: #c40f06;
}
.bnr_btm a:nth-child(3):active:after,
.bnr_btm a:nth-child(3):focus:after{
	background-color: #007b24;
}
.bnr_btm a img {
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
	object-fit:cover;
}