.content .main_inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
.A-board-wrap {
	width: 1100px;
	margin: 0 auto;
}
.A-board-wrap .title_banner.teacher_review_banner {
	font-size: 20px;
	line-height: 30px;
}

.A-board-wrap .A-board-title .board_img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.A-board-wrap .board_tab_menu_wrap {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.A-board-wrap .board_tab_menu_wrap {
	width: 100%;
	margin-bottom: 50px;
}

.A-board-wrap .board_tab_menu_wrap .board_tab_menu {
	width: fit-content;
	height: 32px;
	border: 1px solid #8a8a8a;
	border-radius: 70px;
	box-sizing: border-box;
	background: #fff;
	cursor: pointer;
}

.A-board-wrap .board_tab_menu_wrap .board_tab_menu.on {
	border: 1px solid #df1a23;
	background: #df1a23;
}

.A-board-wrap .board_tab_menu_wrap .board_tab_menu a {
	display: block;
	width: 100%;
	padding: 0 20px;
	height: 100%;
	font-family: 'noto4';
	font-size: 15px;
	letter-spacing: -0.045em;
	line-height: 30px;
	text-align: center;
	color: #818181;
}

.A-board-wrap .board_tab_menu_wrap .board_tab_menu.on a {
	font-family: 'noto5';
	color: #fff;
}

.A-board-wrap .board_tab_menu_wrap .board_tab_menu a:hover,
.A-board-wrap .board_tab_menu_wrap .board_tab_menu a:active,
.A-board-wrap .board_tab_menu_wrap .board_tab_menu a:focus {
	text-decoration: none;
}

.content .search-group {
	display: flex;
	gap: 10px;
	position: relative;
	width: 100%;
	height: 50px;
	margin-bottom: 49px;
	border: none;
}

.content .search-group .search-box {
	width: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}
.content .search-group .search-box form {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 10px;
}
.content .search-group .search-box p {
	background: none;
	height: auto;
	width: 237px;
}
.search-group .search-box ul {
	width: 200px;
}
.content .search-group .search-txt {
	height: 100%;
	width: 100%;
}
.content .search-group .search-box p a {
	display: flex;
	align-items: center;
	position: relative;
	width: 200px;
	height: 50px;
	padding: 0 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: left;
	letter-spacing: -0.08em;
	color: #333;
	font-size: 16px;
	font-family: 'spoqa3';
}

.content .search-group .search-box p a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
	width: 8px;
	height: 5px;
	background: url('/_skin/tpl_skin/basic_labor_new/images/review/icon_triangle.png') no-repeat 0 0;
}

.content .search-group .search-txt input[type='text'] {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	font-size: 16px;
	font-family: 'spoqa3';
}
.content .search-group button {
	position: absolute;
	top: 5px;
	right: 0;
	width: 40px;
	height: 100%;
	background: url('/_skin/tpl_skin/basic_labor_new/images/review/icon.png') no-repeat -217px -14px;
}
.search-group .search_del {
	display: none;
	right: 41px;
	top: 0;
	position: absolute;
	width: 18px;
	height: 100%;
	background: url('/_skin/sidae/images/board_new/delete.png') no-repeat center;
	font-size: 0;
	cursor: pointer;
	z-index: 99;
}
.content .A-board-wrap .view_btn_wrap {
	margin-left: auto;
}

.content .A-board-wrap .writing-top {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 50px;
	margin-left: auto;
	border: 0;
	border-radius: 5px;
	letter-spacing: -0.08em;
	color: #fff;
	font-size: 16px;
	font-family: 'spoqa3';
	background: #666;
}
.A-board-wrap.renew .total-search {
	padding: 0;
}
.tableType1 {
	width: 1100px;
}
.tableType1 th {
	border-bottom: 1px solid #bdbdbd;
	font-size: 16px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	height: 56px;
	text-align: center;
}
.tableType1 td {
	padding: 18px 0;
	letter-spacing: -0.4px;
	font-size: 14px;
	color: #1b1b1b;
	border-bottom: 1px solid #e0e0e0;
}
.tableType1 td.txt-main {
	text-align: left;
}
.tableType1 td.txt-main a {
	max-width: calc(100% - 30px);
	font-size: 16px;
	padding-left: 10px;
	line-height: 22px;
}
.tableType1 td.txt-main .review_info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tableType1 .bbs_num,
.tableType1 .write_user_name,
.tableType1 .write_user_date,
.tableType1 .write_date,
.tableType1 .law_date,
.tableType1 .book_print_info,
.tableType1 .write_hit_cnt,
.tableType1 .write_type,
.tableType1 .write_star {
	position: relative;
	margin: 0 0px 2px 0;
	display: inline-block;
	letter-spacing: 0.4px;
	color: #1b1b1b;
	line-height: 18px;
	font-size: 14px;
	text-align: center;
}
.tableType1 .write_user_title {
	display: flex;
	justify-content: start;
	align-items: center;
	width: 45%;
	max-width: 850px;
	margin-bottom: 10px;
	line-height: 18px;
	gap: 3px;
}
.tableType1 .write_user_title.prof {
	width: 40%;
}
.tableType1 .write_user_title.inter {
	width: 58%;
}
.tableType1 .write_category {
	word-break: keep-all;
	width: 12%;
}
.tableType1 .write_name {
	width: 8%;
}
.tableType1 .write_star,
.tableType1 .write_date,
.tableType1 .write_prof_names,
.tableType1 .write_sortation {
	width: 10%;
}
.tableType1 .bbs_num {
	width: 5%;
}

.tableType1 .write_star .star_wrap .star {
	width: 11px;
	height: 10px;
	/* margin: 0 2px; */
	display: inline-block;
	background: url('/bbs/img/basic_after_apply_v2/ico_star.png') top 0 left 0 no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	cursor: pointer;
}
.tableType1 .write_star .star_wrap .star.on {
	background: url('/bbs/img/basic_after_apply_v2/ico_star.png') top -20px left 0 no-repeat;
	background-size: 100%;
}
.tableType1 .write_prof_names #prof_names.on {
	position: relative;
	display: block;
	cursor: pointer;
}
.tableType1 .write_prof_names #prof_names.on::after {
	clear: both;
	position: absolute;
	display: inline-block;
	right: 17px;
	content: '';
	width: 10px;
	height: 100%;
	background: url('/mobile/images/new_icon/dorpdown.png') center no-repeat;
	background-size: contain;
}
.tableType1 .write_prof_names .prof_names_wrap {
	display: none;
	position: absolute;
	top: 31px;
	left: 0;
	width: 250px;
	border: 1px solid #000;
	box-sizing: border-box;
	background: #fff;
}
.tableType1 .prof_names_wrap .prof_names {
	display: block;
	position: relative;
	width: 100%;
	padding: 10px 16px;
	background: #fff;
	text-align: left;
	z-index: 1;
}
.tableType1 .prof_names_wrap .prof_names .close_btn {
	position: absolute;
	top: 2px;
	right: 9px;
	background: transparent;
	border: none;
	cursor: pointer;
}
.tableType1 .prof_names_wrap .prof_names p {
	word-break: keep-all;
	line-height: 20px;
}

.tableType1 .prof_names_wrap {
	border: 1px solid red;
}
.hab_review_new {
	width: 100%;
	overflow: hidden;
}
.adm_notice {
	white-space: nowrap;
	color: rgb(0, 0, 0);
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cover_cat_id {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	z-index: 9;
	display: none;
}
/*기존에 있던 css 뭘 지워야할지 모르겠음...*/
.nainter-wrap * {
	font-family: 'NanumSquare', 'sans-serif' !important;
}
.page-bottom .bottom_btn_wrap li .writing-top {
	border-radius: 0;
	background: #ffffff;
}

.content,
.container2,
.right_contents,
.right_inner_contents {
	width: 100% !important;
	padding: 0 !important;
}

#container .content .right_contents .right_inner_contents {
	margin-top: 0 !important;
}

.headerOffset {
	position: fixed !important;
	top: 63px !important;
	z-index: 999;
	padding: 0px;
	/* left: calc(50% - 550px); */
	left: 0 !important;
	width: 100%;
	height: auto !important;
	background: #fff;
}

.top_category .sub_category {
	width: 1000px;
	margin: 50px auto 0;
}

.t_title {
	display: none !important;
}

.review_end {
	top: 98px;
	left: 10%;
	position: absolute;
	z-index: 99;
	width: 216px;
	height: 229px;
	display: none;
}

.review_end.pop_fixed {
	position: fixed;
	top: 98px;
}

.review_end .end_img {
	background: url('//static-sdedu.akamaized.net/img1/bbs/img/basic_after_apply_v2/200118_pop.png') no-repeat;
	width: 100%;
	height: 100%;
	position: relative;
}

.review_end .end_img .go-to-page {
	z-index: 2;
	position: absolute;
	top: 134px;
	display: block;
	width: 92%;
	height: 34px;
	font-size: 0;
	text-indent: -999999px;
	overflow: hidden;
}

.review_end .end_img .review-close {
	z-index: 3;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
}

.review_end .button-reset {
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
}

.review-notToday {
	position: absolute;
	background: none;
	bottom: 0;
	font-size: 0;
	display: block;
	width: 100%;
	height: 26px;
	margin-top: 1px;
	color: #fff;
	text-align: center;
	line-height: 26px;
	border: none;
	cursor: pointer;
	font-family: 'noto3';
}
#nahab_conselecter .link-tab {
	width: 100% !important;
}

#evregister {
	background: #072a37 !important;
	width: calc(33.333% - 60px / 3) !important;
	font-size: 24px;
	color: #fff;
	letter-spacing: -0.2px;
	font-weight: 600;
	line-height: 90px;
	text-align: left;
}

#evregister:hover,
#evregister:focus {
	background: #064055 !important;
	text-decoration: none;
}

#eventmiru {
	background: #1f5676 !important;
	margin-left: 18px !important;
	width: calc(33.333% - 60px / 3) !important;
	font-size: 24px;
	color: #fff;
	letter-spacing: -0.2px;
	font-weight: 600;
	line-height: 90px;
	text-align: center;
}

#eventmiru:hover,
#eventmiru:focus {
	background: #276d95 !important;
	text-decoration: none;
}

/* 합격수기 페이지 : s */
/* 공통 */
.bbs_cont .screen_out {
	display: none;
}

.bbs_cont .main_inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

.bbs_cont .main_title h3 {
	font-family: 'noto7';
	font-size: 50px;
	letter-spacing: -0.025em;
	text-align: center;
	color: #000;
}

.bbs_cont .main_title p {
	margin-top: 7px;
	font-family: 'noto5';
	font-size: 30px;
	letter-spacing: -0.025em;
	text-align: center;
	text-indent: 37px;
	color: #000;
}

/* 레이아웃 */
.visual_cont.bbs_cont {
	width: 100%;
	height: 990px;
	background: #000 url('/bbs/img/basic_after_apply_v2/top_bg.png') top center no-repeat;
}

.visual_cont.bbs_cont .main_inner {
	padding: 119px 0 89px;
}

.visual_cont.bbs_cont .title_wrap h2 {
	font-family: 'noto7';
	font-size: 85px;
	letter-spacing: -0.025em;
	line-height: 1.2;
	background: linear-gradient(to right, #acbeff, #c097ff);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.visual_cont.bbs_cont .title_wrap p {
	margin-top: 32px;
	font-family: 'noto2';
	font-size: 28px;
	letter-spacing: -0.045em;
	color: #fff;
}

/* 슬라이드 : s */
.visual_cont.bbs_cont .hab_review_new .real_review_slide {
	width: 100%;
	height: 407px;
	margin-left: -225px;
}

.visual_cont.bbs_cont .hab_review_new .real_review_slide .review_rolling {
	position: relative;
	width: 644px;
	height: 362px;
	background: url('/bbs/img/basic_after_apply_v2/top_hugibox.png') center no-repeat;
}

.visual_cont.bbs_cont .hab_review_new .real_review_slide .review_rolling .review_category {
	width: 100%;
	height: 53px;
	padding: 10px 39px;
	box-sizing: border-box;
}

.visual_cont.bbs_cont .hab_review_new .real_review_slide .review_rolling .review_category p {
	width: fit-content;
	border: 2px solid rgb(51, 17, 192);
	border-radius: 50px;
	padding: 3px 26px;
	box-sizing: border-box;
	background: rgb(51, 17, 192);
	font-family: 'noto6';
	font-size: 15px;
	letter-spacing: -0.025em;
	color: #fff;
}

.visual_cont.bbs_cont .hab_review_new .real_review_slide .review_rolling .txt_wrap {
	position: relative;
	height: calc(100% - 53px);
	padding: 34px 45px 38px 38px;
	box-sizing: border-box;
}

.visual_cont.bbs_cont .hab_review_new .real_review_slide .review_rolling .txt_wrap .review_title {
	font-family: 'noto4';
	font-size: 28px;
	letter-spacing: -0.065em;
	line-height: 1.2;
	color: #000;
}

.visual_cont.bbs_cont .hab_review_new .real_review_slide .review_rolling .txt_wrap .review_title em {
	font-family: 'noto7';
}

.visual_cont.bbs_cont .hab_review_new .real_review_slide .review_rolling .txt_wrap .review_txt {
	margin-top: 18px;
	font-family: 'noto4';
	font-size: 20px;
	letter-spacing: -0.065em;
	line-height: 1.5;
	color: #000;
}

.visual_cont.bbs_cont .hab_review_new .real_review_slide .review_rolling .txt_wrap .review_name {
	position: absolute;
	left: 38px;
	bottom: 37px;
	font-family: 'noto4';
	font-size: 18px;
	letter-spacing: -0.065em;
	line-height: 1.4;
	color: #000;
}

.visual_cont.bbs_cont .hab_review_new .real_review_slide .review_rolling .txt_wrap .review_name em {
	font-family: 'noto6';
}

.visual_cont.bbs_cont .hab_review_new .real_review_slide .review_rolling .reveiw_img {
	position: absolute;
	bottom: -34px;
	right: 37px;
	width: 136px;
	height: 136px;
	border-radius: 50%;
	background-color: #3311c0;
	background-image: url('/bbs/img/basic_after_apply_v2/hugi_1.png');
	background-position: center bottom -38px;
	background-size: 116%;
	background-repeat: no-repeat;
}

.visual_cont.bbs_cont .hab_review_new .real_review_slide .review_rolling.slide_1 .reveiw_img {
	background-image: url('/bbs/img/basic_after_apply_v2/hugi_1.png');
	background-position: center bottom -38px;
	background-size: 116%;
}

.visual_cont.bbs_cont .hab_review_new .real_review_slide .review_rolling.slide_2 .reveiw_img {
	background-image: url('/bbs/img/basic_after_apply_v2/hugi_2.png');
	background-position: center bottom -23px;
	background-size: 123%;
}

.visual_cont.bbs_cont .hab_review_new .real_review_slide .review_rolling.slide_3 .reveiw_img {
	background-image: url('/bbs/img/basic_after_apply_v2/hugi_3.png');
	background-position: left 4px bottom -31px;
	background-size: 123%;
}

.visual_cont.bbs_cont .hab_review_new .real_review_slide .review_rolling.slide_4 .reveiw_img {
	background-image: url('/bbs/img/basic_after_apply_v2/hugi_4.png');
	background-position: center bottom -33px;
	background-size: 123%;
}

.visual_cont.bbs_cont .hab_review_new .real_review_slide .review_rolling.slide_5 .reveiw_img {
	background-image: url('/bbs/img/basic_after_apply_v2/hugi_5.png');
	background-position: center bottom -30px;
	background-size: 91%;
}

.visual_cont.bbs_cont .hab_review_new .real_review_slide .review_rolling.slide_6 .reveiw_img {
	background-image: url('/bbs/img/basic_after_apply_v2/hugi_6.png');
	background-position: left -20px bottom -33px;
	background-size: 120%;
}

.visual_cont.bbs_cont .hab_review_new .real_review_slide .review_rolling.slide_7 .reveiw_img {
	background-image: url('/bbs/img/basic_after_apply_v2/hugi_7.png');
	background-position: center bottom -42px;
	background-size: 123%;
}

.visual_cont.bbs_cont .hab_review_new .real_review_slide .review_rolling.slide_8 .reveiw_img {
	background-image: url('/bbs/img/basic_after_apply_v2/hugi_8.png');
	background-position: left -19px bottom -37px;
	background-size: 120%;
}

.visual_cont.bbs_cont .hab_review_new .real_review_slide .review_rolling.slide_9 .reveiw_img {
	background-image: url('/bbs/img/basic_after_apply_v2/hugi_9.png');
	background-position: left 10px bottom -33px;
	background-size: 108%;
}

.visual_cont.bbs_cont .hab_review_new .real_review_slide .review_rolling.slide_10 .reveiw_img {
	background-image: url('/bbs/img/basic_after_apply_v2/hugi_10.png');
	background-position: left -15px bottom -29px;
	background-size: 107%;
}

.visual_cont.bbs_cont .hab_review_new .real_review_slide .review_rolling.slide_11 .reveiw_img {
	background-image: url('/bbs/img/basic_after_apply_v2/hugi_11.png');
	background-position: left 20px bottom -23px;
	background-size: 103%;
}

.visual_cont.bbs_cont .hab_review_new .real_review_slide .review_rolling.slide_12 .reveiw_img {
	background-image: url('/bbs/img/basic_after_apply_v2/hugi_12.png');
	background-position: left -21px bottom -29px;
	background-size: 116%;
}

/* 슬라이드 : e */

.pass_review_cont {
	height: 794px;
}

.pass_review_cont .pass_person_wrap {
	padding: 48px 0 0;
}

.pass_review_cont .pass_person_wrap > .mid {
    width: 1200px;
}

.pass_review_cont .main_title h3,
.pass_review_cont .main_title p {
	color: #fff;
}

.pass_review_cont .main_title h3 {
    font-size: 60px;
}

.pass_review_cont .main_title p {
    font-size: 35px;
}

.pass_review_cont .pass_person_wrap .line_box {
	margin-top: 100px;
}

.pass_review_cont .pass_person_wrap .line_box .hidden {
    width: 1200px;
}

.pass_review_cont .pass_person_wrap .line_box .hidden::after {
    display: none;
}

.pass_review_cont .pass_person_wrap .pass_list li dl dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0 8px 30px;
}

/* .pass_review_cont .pass_person_wrap .pass_list li dl dd span:first-child {
    display: inline-block;
    width: 126px;
} */

.hab_hugi_wrap {
	margin-top: 130px;
	padding-bottom: 170px;
}

.hab_hugi_wrap .main_title {
	position: relative;
}

.hab_hugi_wrap.video_cont .main_title::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 192px;
	width: 73px;
	height: 75px;
	background: url('/bbs/img/basic_after_apply_v2/title_img1.png') center no-repeat;
}

.hab_hugi_wrap .main_title p {
	margin-top: 4px;
}

.gift_cont {
	padding: 115px 0 33px;
	background: linear-gradient(to bottom, #ffdbff, #fff);
	overflow: hidden;
}

.gift_cont .main_title p {
	text-indent: 0;
}

.gift_cont img {
	margin-top: -96px;
	margin-left: -360px;
}

.step_cont {
	padding: 151px 0 0;
	background: linear-gradient(to bottom, #000, #273fa1);
}

.step_cont img {
	margin-left: -12px;
}

.step_cont .link_btn {
	position: absolute;
	top: 313px;
	left: 104px;
	width: 114px;
	height: 42px;
}

.step_cont .link_btn.interview_btn {
	top: 808px;
}

.step_cont .caption {
    margin-top: -20px;
    margin-right: 5px;
    text-align: right;
	line-height: 1.2;
	letter-spacing: -0.055em;
	color: #fff;
	font-size: 15px;
	font-family: 'noto2';
}

.step_cont .event_noti_btn {
	display: block;
	width: 100%;
	height: 60px;
	margin-top: 28px;
	background: #1e3690;
}

.step_cont .event_noti_btn p {
	font-family: 'noto5';
	font-size: 22px;
	letter-spacing: -0.045em;
	text-align: center;
	line-height: 60px;
	text-indent: -15px;
	color: #fff;
}

.step_cont .event_noti_btn p span {
	display: inline-block;
	width: 22px;
	transform-origin: center center;
	font-size: 20px;
	text-indent: 0;
}

.step_cont .event_noti_btn.is_active p span {
	transform: rotate(180deg);
}

.step_cont .event_noti {
	width: 100%;
	max-height: 0;
	background: #2e3142;
	color: #fff;
	overflow: hidden;
	transition: 0.5s;
}

.step_cont .event_noti.is_active {
	max-height: 1172.59px;
}

.step_cont .event_noti .main_inner {
	padding: 60px 0;
	box-sizing: border-box;
}

.step_cont .event_noti p {
	margin-bottom: 20px;
	font-family: 'noto6';
	font-size: 26px;
	letter-spacing: -0.06em;
	line-height: 1;
}

.step_cont .event_noti ul + p {
	margin-top: 40px;
}

.step_cont .event_noti ul {
	display: block;
	height: fit-content;
}

.step_cont .event_noti ul li {
	float: none;
	font-family: 'noto4';
	font-size: 19px;
	letter-spacing: -0.06em;
	line-height: 1.6;
}

.step_cont .event_noti ul li a {
	color: #fff;
}

.gift_review_cont {
	margin-top: 0;
	padding: 112px 0 190px;
}

.gift_review_cont .main_title .icon {
	display: block;
	margin: 0 auto;
	transform: translateX(-20px);
}

.gift_review_cont .gift_slide {
	margin-top: 85px;
    width: 100%;
    height: 424px;
}

.gift_review_cont .gift_slide .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.gift_review_cont .gift_slide li {
	width: 360px;
	height: 410px;
	margin-right: 40px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

.gift_review_cont .gift_slide li .img_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 195px;
	background: linear-gradient(to right, #e6e9f8, #dde9ff);
}

.gift_review_cont .gift_slide li .txt_wrap {
	padding: 29px 31px;
	box-sizing: border-box;
}

.gift_review_cont .gift_slide li .txt_wrap .bullet {
	padding: 0 11px;
	border: 1px solid #7c87ff;
	border-radius: 50px;
	font-family: 'noto4';
	font-size: 16px;
	letter-spacing: -0.065em;
	line-height: 1;
	color: #7c87ff;
}

.gift_review_cont .gift_slide li .txt_wrap .review_title {
	width: 298px;
	margin: 14px 0;
	font-family: 'noto7';
	font-size: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: -0.045em;
	line-height: 1;
	color: #000;
	overflow: hidden;
}

.gift_review_cont .gift_slide li .txt_wrap .hash_txt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-family: 'noto4';
	font-size: 16px;
	text-overflow: ellipsis;
	letter-spacing: -0.045em;
	line-height: 1.3;
	color: #a1a1a1;
	overflow: hidden;
}

.gift_review_cont .gift_slide li .txt_wrap .txt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
}

.gift_review_cont .gift_slide li .txt_wrap .txt p {
	font-family: 'noto4';
	font-size: 18px;
	letter-spacing: -0.065em;
	line-height: 1;
	color: #000;
}
/* 합격수기 페이지 : e */

.nahab-top33 {
	padding-top: 0;
}

/* 경품 리뷰 팝업 : s */
.gift_modal_cont {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.gift_modal_cont .gift_modal_wrap {
	width: 600px;
	max-height: 580px;
	border: 1px solid #000;
	background: #fff;
}
.gift_modal_cont .gift_modal_wrap .modal_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 10px 20px;
	background: linear-gradient(to right, #541ec2, #a01ec2);
	font-family: 'noto7';
	font-size: 16px;
	letter-spacing: -0.065em;
	line-height: 1;
	color: #fff;
}
.gift_modal_cont .gift_modal_wrap .modal_head .close_btn {
	border: 0;
	background: transparent;
	font-family: 'noto5';
	font-size: 18px;
	color: #fff;
}
.gift_modal_cont .gift_modal_wrap .modal_contents {
	width: 100%;
	max-height: 327px;
	padding: 40px 60px 50px;
	box-sizing: border-box;
}
.gift_modal_cont .gift_modal_wrap .modal_content {
	width: 100%;
	max-height: 187px;
	overflow: auto;
}
.gift_modal_cont .gift_modal_wrap .modal_content::-webkit-scrollbar {
	display: none;
}
.gift_modal_cont .gift_modal_wrap .modal_contents .review_info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	font-family: 'noto4';
	font-size: 15px;
	letter-spacing: -0.065em;
	color: #000;
}
.gift_modal_cont .gift_modal_wrap .modal_contents table {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #000;
	font-family: 'noto4';
	font-size: 14px;
	letter-spacing: -0.065em;
	color: #000;
}
.gift_modal_cont .gift_modal_wrap .modal_contents table tr:not(:last-child) {
	border-bottom: 1px solid #d1d1d1;
}
.gift_modal_cont .gift_modal_wrap .modal_contents table th {
	width: 100px;
	padding: 10px;
	box-sizing: border-box;
	background: #f1f1f1;
}
.gift_modal_cont .gift_modal_wrap .modal_contents table td {
	padding: 10px;
	box-sizing: border-box;
}
.gift_modal_cont .gift_modal_wrap .modal_contents table td .keyword_wrap {
	display: flex;
	gap: 10px 4px;
}
/* 경품 리뷰 팝업 : e */
/*전체목록 btn*/
.all_list {
	width: 70px;
	height: 27px;
	margin: 0 0 20px;
	line-height: 27px;
	text-align: center;
	color: #878787;
	letter-spacing: -0.8px;
	font-size: 13px;
	border: 1px solid #878787;
}
.event_review_wrap {
	background: #f3f4f9;
	margin-bottom:60px;
}
.event_review_wrap .main_inner {
	width:1100px;
	margin:0 auto;
	padding: 143px 0 150px;
	background: url('/_skin/tpl_skin/basic_electricity5/images/review/img_gift.png') no-repeat right 16px top 61px;
}
.event_review_wrap .main_title {
	display: flex;
	flex-direction: column;
	gap: 16px;
	font-family: 'spoqa4';
}

.event_review_wrap .main_title h3 {
	line-height: 53px;
	letter-spacing: -0.08em;
	font-size: 42px;
	color:#000000;
}

.event_review_wrap .main_title p {
	color: #ff6b6b;
	letter-spacing: -0.08em;
	font-size: 30px;
}
.event_review_wrap .event_links {
	display: flex;
	gap: 20px;
	margin-top: 85px;
}

.event_review_wrap .event_links li {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.event_review_wrap .event_links .link_item_1 {
	background: url('/_skin/tpl_skin/basic_electricity5/images/review/btn1_bg.png') no-repeat center top;
}

.event_review_wrap .event_links .link_item_2 {
	background: url('/_skin/tpl_skin/basic_electricity5/images/review/btn2_bg.png') no-repeat center top;
}

.event_review_wrap .event_links a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 170px;
	padding: 7px 0 0;
	letter-spacing: -0.08em;
	color: #fff;
	font-size: 30px;
	font-family: 'spoqa4';
	background: rgba(0, 0, 0, 0.7);
}

.event_review_wrap .event_links a::before {
	content: '';
	display: inline-block;
	position: relative;
	left: -3px;
	width: 50px;
	height: 50px;
	margin-left: -4px;
	background: url('/_skin/tpl_skin/basic_electricity5/images/review/icon.png') no-repeat 0 0;
}

.event_review_wrap .event_links .link_item_1 a::before {
	background-position: -95px -8px;
}

.event_review_wrap .event_links .link_item_2 a::before {
	background-position: -154px -8px;
}