@charset "UTF-8";
#popup_increase_wrapper {
	display: none !important; /* 가격인상팝업 삭제 */
}
.blind {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
}
.con {
	width: 100%;
}
.con .inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
.con .main_title p,
.con .main_title h3 {
	text-align: center;
	letter-spacing: -0.055em;
	line-height: 1.4;
	color: #000;
}
.con .main_title p {
	font-family: 'noto4';
	font-size: 45px;
}
.con .main_title h3 {
	font-family: 'noto7';
	font-size: 52px;
}
.con .speechBubble_img_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	overflow: hidden;
}

/* top : s */
.top_area {
	height: 980px;
	padding-top: 108px;
	box-sizing: border-box;
	background: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/apply_all/top_bg.png') center no-repeat;
}
/* top : e */

/* item_price : s */
.item_price_area {
	padding: 165px 0 142px;
}
.item_price_area .item_price_wrap {
	display: flex;
	gap: 32px;
	margin-top: 72px;
}
.item_price_area .item_price_wrap .item_price {
	width: 486px;
	border: 3px solid #b9b5c9;
	border-radius: 16px;
	box-sizing: border-box;
	background: #fff;
}
.item_price_area .item_price_wrap .left_item {
	width: 582px;
	border: 5px solid transparent;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
	background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #8b6af2 0%, #28039c 50%, #8b6af2 100%);
	background-origin: border-box;
	background-clip: content-box, border-box;
}
.item_price_area .item_price_wrap .top_item {
	margin-bottom: 16px;
}
.item_price_area .item_price_wrap .item_price .info_wrap {
	padding: 28px 37px 20px;
	box-sizing: border-box;
}
.item_price_area .item_price_wrap .left_item .info_wrap {
	padding: 20px 37px 39px;
}
.item_price_area .item_price_wrap .item_price .tit {
	margin-bottom: 13px;
	font-family: 'noto7';
	font-size: 38px;
	letter-spacing: -0.025em;
	line-height: 1;
	color: #57516c;
}
.item_price_area .item_price_wrap .left_item .tit {
	margin: 12px 0 29px 15px;
	font-size: 51px;
	color: #000;
}
.item_price_area .item_price_wrap .item_price .txt {
	font-family: 'noto5';
	font-size: 17px;
	letter-spacing: -0.025em;
	line-height: 1.63;
	color: #2b2b2b;
}
.item_price_area .item_price_wrap .left_item .txt {
	margin-left: 13px;
	font-size: 21px;
	line-height: 2;
}
.item_price_area .item_price_wrap .item_price .price_wrap {
	padding: 15px 47px 25px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	background: #f9f8fb;
}
.item_price_area .item_price_wrap .left_item .price_wrap {
	padding: 38px 41px 31px 47px;
	background: #f8f6ff;
}
.item_price_area .item_price_wrap .item_price .price_txt_wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 23px;
	margin-right: -5px;
}
.item_price_area .item_price_wrap .item_price .price_txt_wrap {
	gap: 27px;
}
.item_price_area .item_price_wrap .item_price .price_txt_wrap .price {
	position: relative;
	font-family: 'noto6';
	font-size: 21px;
	letter-spacing: -0.065em;
	line-height: 1;
	text-align: right;
	color: #b4b3b5;
}
.item_price_area .item_price_wrap .left_item .price_txt_wrap .price {
	font-size: 25.79px;
}
.item_price_area .item_price_wrap .item_price .price_txt_wrap .price::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	bottom: 17%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120%;
	height: 1px;
	background: #000;
}
.item_price_area .item_price_wrap .item_price .price_txt_wrap .price span {
	display: block;
	margin-right: -5px;
	font-family: 'noto5';
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0;
	color: #000;
}
.item_price_area .item_price_wrap .left_item .price_txt_wrap .price span {
	font-size: 18.42px;
}
.item_price_area .item_price_wrap .item_price .price_txt_wrap .discount_price {
	font-family: 'noto7';
	font-size: 38px;
	letter-spacing: -0.055em;
	line-height: 1;
	color: #57468a;
}
.item_price_area .item_price_wrap .left_item .price_txt_wrap .discount_price {
	margin-right: 20px;
	font-size: 50px;
	color: #4712eb;
}
.item_price_area .item_price_wrap .item_price .link_btn {
	display: block;
	width: 100%;
	height: 54px;
	margin-top: 21px;
	border-radius: 70px;
	background: #7f6db6;
	font-family: 'noto6';
	font-size: 23px;
	letter-spacing: -0.065em;
	line-height: 52px;
	text-align: center;
	color: #fff;
}
.item_price_area .item_price_wrap .left_item .link_btn {
	height: 65px;
	margin-top: 33px;
	line-height: 63px;
	background: #7a5aff;
	font-size: 26px;
}
.item_price_area .item_price_wrap .item_price .link_btn span {
	font-family: 'noto4';
	margin-left: 10px;
}
.item_price_area .banner_refund_wrap {
    position: relative;
}
.item_price_area .banner_refund {
	display: block;
	margin: 16px 0 0 -20px;
}
.item_price_area .banner_refund_wrap .link_btn {
    position: absolute;
    top: 42%;
    right: 20px;
    transform: translateY(-50%);
    width: 264px;
    height: 103px;
}
/* item_price : e */

/* reason : s */
.reason_area {
	padding: 168px 0 180px;
	background: #eee9ff;
}
.reason_slide {
	width: 1100px;
	height: 682px;
	margin-top: 77px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	background: #fff;
}
.reason_slide .swiper-slide {
	padding: 68px 30px 0 35px;
	box-sizing: border-box;
}
.reason_nav {
	position: absolute;
	height: 80px;
	z-index: 2;
	top: 36px;
	left: 35px !important;
}
.reason_nav .num_btn {
	width: 61px;
	height: 62px;
	margin: 0 8px 0 0;
	opacity: 1;
}
.swiper-pagination-bullet {
	border: none;
	background: none;
	font-size: 0;
}
.reason_nav .num_btn {
	width: 80px;
	height: 80px;
	margin: 0 11px 0 0;
	border-radius: 20px;
	background: #cecdce;
	font-family: 'market-b';
	font-size: 37px;
	letter-spacing: -0.035em;
	line-height: 83px;
	text-align: center;
	color: #929292;
	opacity: 1;
}
.reason_nav .num_btn.swiper-pagination-bullet-active {
	background: linear-gradient(-135deg, #7959f9, #6f59b8);
	color: #fff;
}
/* reason : e */

/* review : s */
.review_area {
	padding-top: 179px;
}
.review_area .review_tit {
	margin-left: -67px;
	margin-bottom: 35px;
}
.pass_review_wrap {
	position: relative;
	padding: 58px 0 0;
	background: #4b23c6;
}
.pass_review_wrap .inner {
	position: relative;
}
.pass_review_wrap .inner::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 122px;
	width: 232px;
	height: 92px;
	background: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/apply_all/star.png') center no-repeat;
	z-index: 2;
}
.pass_review_wrap .swiper-container {
	position: relative;
	width: 100%;
	height: 420px;
	margin: 0 auto;
}
.pass_review_wrap .swiper-wrapper {
	z-index: 3;
}
.pass_review_wrap .swiper-wrapper .swiper-slide {
	width: 1088px;
	overflow: hidden;
}
.pass_review_wrap .swiper-wrapper .swiper-slide img {
	margin-left: 18px;
}
.pass_review_wrap .btn_arrow {
	position: absolute;
	width: 47px;
	height: 47px;
	top: 159px;
	z-index: 2;
	cursor: pointer;
	background: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/cm_btn.png');
}
.pass_review_wrap .btn_prev {
	left: 5px;
	background-position: -132px -41px;
}
.pass_review_wrap .btn_next {
	right: 5px;
	background-position: -184px -41px;
}
/* review : e */

/* vs : s */
.vs_area .inner {
	padding: 150px 0 114px;
}
.vs_area .vs_item_wrap {
	display: flex;
	position: absolute;
	top: 328px;
	width: 100%;
	padding: 0 35px 0 42px;
	box-sizing: border-box;
}
.vs_area .vs_item_wrap .vs_item {
	width: 468px;
}
.vs_area .vs_item_wrap .left_item {
	margin-top: 84px;
}
.vs_area .vs_item_wrap .right_item {
	width: 552px;
}
.vs_area .vs_item_wrap .vs_item .tit {
	padding: 41px 0 30px;
	font-family: 'noto6';
	font-size: 42.75px;
	letter-spacing: -0.045em;
	line-height: 1.3;
	text-align: center;
	color: #49435e;
}
.vs_area .vs_item_wrap .right_item .tit {
	padding: 48px 0 30px;
	letter-spacing: -0.025em;
	line-height: 1.3;
	color: #000;
}
.vs_area .vs_item_wrap .right_item .tit em {
	font-family: 'noto7';
	font-size: 47.5px;
	color: #090fd8;
}
.vs_area .vs_item_wrap .vs_item .info_wrap {
	padding: 28px 0 0 83px;
	font-family: 'noto5';
	font-size: 20px;
	letter-spacing: -0.065em;
	line-height: 2.1;
	color: #394038;
}
.vs_area .vs_item_wrap .right_item .info_wrap {
	padding: 20px 0 0 83px;
	font-size: 22.24px;
	letter-spacing: -0.055em;
	line-height: 1.95;
	text-indent: 55px;
	color: #333333;
}
.vs_area .vs_item_wrap .vs_item .info_wrap em {
	position: relative;
	font-family: 'noto6';
	background: #fff95e;
	padding: 0 4px;
}
.vs_area .vs_item_wrap .vs_item .info_wrap em::before {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 101%;
	height: 25px;
	background: #fff95e;
	z-index: -1;
}
.vs_area .vs_item_wrap .vs_item .price_wrap {
	position: relative;
	width: 100%;
	margin-top: 40px;
	padding-top: 26px;
}
.vs_area .vs_item_wrap .right_item .price_wrap {
	margin-top: 36px;
	padding-top: 20px;
}
.vs_area .vs_item_wrap .vs_item .price_wrap .price {
	font-family: 'noto6';
	font-size: 39.9px;
	letter-spacing: -0.055em;
	line-height: 1;
	text-align: center;
	color: #eaeaec;
}
.vs_area .vs_item_wrap .right_item .price_wrap .price {
	font-family: 'noto7';
	font-size: 45px;
	color: #fff;
}
.vs_area .vs_item_wrap .vs_item .price_wrap .desc {
	margin-top: 15px;
	font-family: 'noto3';
	font-size: 15.88px;
	letter-spacing: -0.035em;
	line-height: 1;
	text-align: center;
	color: #eaeaec;
}
.vs_area .vs_item_wrap .right_item .price_wrap .desc {
	font-size: 17px;
	color: #fff;
}
/* vs : e */

/* teacher : s */
.teacher_area {
	padding-bottom: 1px;
	background: linear-gradient(to bottom, #fff 323px, #241d43 324px);
}
.teacher_area .main_title {
	margin-left: -2px;
}
.teacher_area .teacher_wrap {
	position: relative;
}
.teacher_area .teacher_wrap::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 300px;
	right: -350px;
	width: 981px;
	height: 731px;
	border-radius: 50%;
	background: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/apply_all/teacher_bg.png') center no-repeat;
}
.teacher_area .professor_slide {
	width: 1150px;
	height: 1108px;
	margin: 60px 0 91px;
	overflow: hidden;
}
.teacher_area .professor_slide .swiper-pagination {
	display: flex;
	gap: 47px;
	position: static;
	width: 1100px;
	margin-top: 60px;
}
.teacher_area .professor_slide .page_item {
	position: relative;
	width: 183px;
	height: 183px;
	padding-top: 82px;
	border-radius: 50%;
	box-sizing: border-box;
	background: #3c3941;
	color: #ababab;
}
.teacher_area .professor_slide .page_item.is_active {
	background: #774bff;
	color: #fff;
}
.teacher_area .professor_slide .page_item::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 110%;
	background-image: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/apply_all/teacher_tab_off.png');
	background-position: bottom 37px left 16px;
	background-repeat: no-repeat;
	z-index: 1;
}
.teacher_area .professor_slide .page_item.is_active::after {
	background-image: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/apply_all/teacher_tab.png');
}
.teacher_area .professor_slide .page_item_1::after {
	background-position: bottom 37px left 16px;
}
.teacher_area .professor_slide .page_item_2::after {
	background-position: bottom 37px left -212px;
}
.teacher_area .professor_slide .page_item_3::after {
	background-position: bottom 37px left -442px;
}
.teacher_area .professor_slide .page_item_4::after {
	background-position: bottom 37px left -671px;
}
.teacher_area .professor_slide .page_item_5::after {
	background-position: bottom 37px left -901px;
}
.teacher_area .professor_slide .page_item p,
.teacher_area .professor_slide .page_item strong {
	position: relative;
	z-index: 2;
}
.teacher_area .professor_slide .page_item p {
	font-family: 'noto4';
	font-size: 18px;
	letter-spacing: -0.065em;
}
.teacher_area .professor_slide .page_item strong {
	font-family: 'noto6';
	font-size: 26px;
	letter-spacing: -0.065em;
}
.teacher_area .professor_slide .swiper-slide {
	position: relative;
	height: 885px;
	padding: 110px 0 0 5px;
	text-align: left;
	color: #fff;
	overflow: hidden;
	z-index: 1;
}
.teacher_area .professor_slide .swiper-slide::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 13px;
	right: 60px;
	width: 662px;
	height: 836px;
	background: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/apply_all/teacher_01.png') center no-repeat;
	z-index: -1;
}
.teacher_area .professor_slide .swiper-slide_1::after {
	right: -11px;
	background: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/apply_all/teacher_01.png') center no-repeat;
}
.teacher_area .professor_slide .swiper-slide_2::after {
	background: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/apply_all/teacher_02.png') center no-repeat;
}
.teacher_area .professor_slide .swiper-slide_3::after {
	background: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/apply_all/teacher_03.png') center no-repeat;
}
.teacher_area .professor_slide .swiper-slide_4::after {
	background: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/apply_all/teacher_04.png') center no-repeat;
}
.teacher_area .professor_slide .swiper-slide_5::after {
	background: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/apply_all/teacher_05.png') center no-repeat;
}
.teacher_area .professor_slide .swiper-slide .slide_sub_title {
	margin-bottom: 40px;
	font-family: 'noto6';
	font-size: 36.4px;
	letter-spacing: -0.065em;
	line-height: 1;
}
.teacher_area .professor_slide .swiper-slide .slide_title {
	width: fit-content;
	margin-bottom: 18px;
	font-family: 'noto4';
	font-size: 23px;
	letter-spacing: -0.065em;
	color: #ffdb35;
}
.teacher_area .professor_slide .swiper-slide .slide_name {
	display: block;
	width: fit-content;
	font-family: 'noto7';
	font-size: 55px;
	letter-spacing: -0.055em;
	background: linear-gradient(to right, #fffea1, #fef535);
	background-clip: text;
	-webkit-background-clip: text;
	line-height: 1;
	color: transparent;
}
.teacher_area .professor_slide .swiper-slide .video_wrap {
	margin-top: 52px;
}
/* teacher : e */

/* mock : s */
.mock_area {
	padding: 151px 0 179px;
}
.mock_area .main_title {
	margin-left: -5px;
}
.mock_area .main_cat_tab {
	margin: 85px auto 0 0;
	width: 1100px;
}
.mock_area .main_cat_tab .tab_list {
	display: flex;
	gap: 10px;
	width: 100%;
}
.mock_area .main_cat_tab .tab_list .btn_tab {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 82px;
	border-radius: 20px 20px 0 0;
	letter-spacing: -0.065em;
	color: rgba(255, 255, 255, 0.8);
	font-size: 28px;
	font-family: 'noto6';
	background: #59595b;
	cursor: pointer;
}
.mock_area .main_cat_tab .tab_list .btn_tab.is_active {
	color: #fff;
	background: #8b6af2;
}
.mock_area .main_cat_tab .tab_content {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-top: 58px;
	background: linear-gradient(to bottom, #f6f6f6 675px, #fff 676px);
}
.mock_area .main_cat_tab .tab_content.is_active {
	display: flex;
}
/* mock : e */

/* curri : s */
.curri_area {
	padding: 157px 0 99px;
	background: #f6f6f6;
}
.curri_area .main_title {
	margin-left: -10px;
}
.curri_area .curri_table_wrap {
	margin: 85px 0 78px;
}
.curri_area table {
	position: relative;
	width: 100%;
	height: 258px;
	border-collapse: collapse;
	border: 1px solid #b4a5d8;
}
.curri_area table.curri_table_2 {
	margin-top: 47px;
	height: 276px;
}
.curri_area table::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 59px;
	right: 0;
	width: 994px;
	height: 12px;
	background: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/apply_all/table_arrow.png') center no-repeat;
}
.curri_area table th:not(:last-child),
.curri_area table td:not(:last-child),
.curri_area table td.blue,
.curri_area table td.purple {
	border-right: 1px solid #d2c9e8;
}
.curri_area table th {
	height: 66px;
	font-family: 'noto7';
	font-size: 23px;
	letter-spacing: -0.035em;
	line-height: 1;
	background: #e9e5f6;
	color: #232323;
}
.curri_area table th:first-child {
	background: #c9bde4;
	color: #281a64;
}
.curri_area table td {
	border-top: 0;
	font-family: 'noto4';
	font-size: 18px;
	letter-spacing: -0.035em;
	text-align: center;
	line-height: 1.3;
}
.curri_area table td.blue,
.curri_area table td.purple {
	font-family: 'noto6';
}
.curri_area table td.blue {
	background: #adfcf7;
}
.curri_area table td.purple {
	background: #482cc0;
	color: #fff;
}
/* curri : e */

/* book : s */
.book_area {
	padding: 156px 0 347px;
}
.book_area .main_title {
	display: flex;
	align-items: flex-end;
	margin-left: -7px;
}
.book_area .con_img1 {
	margin-top: 90px;
}
.book_area .bookreview_slide {
	height: 141px;
	margin: 47px auto;
	box-sizing: border-box;
}
.book_area .bookreview_slide {
	width: 1060px;
	padding: 30px;
	box-sizing: border-box;
	height: 368px;
}
.book_area .bookreview_slide .swiper-wrapper {
	/* width:894px; */
	margin: 0 auto;
}
.book_area .bookreview_slide .swiper-wrapper {
	width: 1100px;
}
.book_area .bookreview_slide .btn_arrow {
	position: absolute;
	top: calc(50% - 26.5px);
	width: 65px;
	height: 65px;
	background: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/cm_btn.png');
	z-index: 2;
}
.book_area .bookreview_slide .btn_prev {
	left: 0;
	background-position: -12px -342px;
}
.book_area .bookreview_slide .btn_next {
	right: 0;
	background-position: -82px -342px;
}
.book_area .bookreview_slide .swiper-slide {
	border-radius: 15px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
/* book : e */

/* bene : s */
.bene_area {
	padding: 156px 0 140px;
	background: #f6f6f6;
}
.bene_area .main_title {
	margin-left: -5px;
}
.bene_area .bene_item_wrap {
	margin-top: 117px;
}
.bene_area .item_wrap {
	display: flex;
	gap: 16px;
}
.bene_area .item_wrap .item {
	position: relative;
	width: 33.33%;
	height: 456px;
	padding-top: 83px;
	border: 3px solid #c1b3ed;
	border-radius: 20px;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/apply_all/con6_benefit_01.png');
	background-repeat: no-repeat;
	background-position: bottom 30px left 61%;
	text-align: center;
}

.bene_area .item_wrap .item_2 {
	background-image: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/apply_all/con6_benefit_02.png');
}
.bene_area .item_wrap .item_3 {
	background-image: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/apply_all/con6_benefit_03.png');
}
.bene_area .item_wrap .item::after {
	clear: both;
	content: '합격 기본기';
	display: block;
	position: absolute;
	top: -41px;
	left: 50%;
	transform: translateX(-50%);
	width: 264.88px;
	height: 71.91px;
	border-radius: 80px;
	background: #8b6af2;
	font-family: 'noto6';
	font-size: 32px;
	letter-spacing: -0.065em;
	line-height: 70px;
	color: #fff;
}
.bene_area .item_wrap .item_2::after,
.bene_area .item_wrap .item_3::after {
	content: '파이널 대비';
}
.bene_area .item_wrap .item h3 {
	font-family: 'noto7';
	font-size: 32px;
	letter-spacing: -0.055em;
	line-height: 1;
}
.bene_area .item_wrap .item p {
	margin-top: 21px;
	font-family: 'noto5';
	font-size: 21px;
	letter-spacing: -0.065em;
	line-height: 1.2;
	color: #555555;
}
.bene_area .bene_item_wrap .desc {
	margin-top: 20px;
	font-family: 'noto6';
	font-size: 16px;
	letter-spacing: -0.035em;
	line-height: 1;
	text-align: right;
	color: #939393;
}
/* bene : e */

/* bottom_bene : s */
.bottom_bene_wrap {
	height: 845px;
	padding: 150px 0 94px;
	background: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/apply_all/bottom_bg.png') center no-repeat;
}
.bottom_bene_wrap .content_title {
	text-align: center;
	font-size: 50px;
	font-family: 'noto7';
	line-height: 57px;
	font-weight: 100;
	letter-spacing: -0.045em;
	color: #ffffff;
}
.bottom_bene_wrap .txt_bg {
	display: block;
	width: 100%;
	height: 47px;
	margin-bottom: 5px;
	background: url('/_skin/tpl_skin/basic_appraiser/images/apply/zero_refund_v2/con1_txt_bg.png') center no-repeat;
	background-size: contain;
	color: #ffdb35;
	font-size: 35px;
	font-family: 'noto4';
	line-height: 47px;
}
.bottom_bene_wrap ul {
	margin-top: 87px;
}
.bottom_bene_wrap ul li {
	position: relative;
	width: 352px;
	height: 352px;
	margin-right: 22px;
	padding-top: 134px;
	background: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/apply_all/bottom_circle.png') center no-repeat;
	text-align: center;
}
.bottom_bene_wrap ul li .icon {
	position: absolute;
	top: 31px;
	left: 50%;
	transform: translateX(-50%);
}
.bottom_bene_wrap ul li:nth-child(2) .icon {
	top: 35px;
	left: 49%;
}
.bottom_bene_wrap ul li:last-child .icon {
	top: 40px;
}
.bottom_bene_wrap h5 {
	font-size: 31px;
	line-height: 1.2;
	font-family: 'noto6';
	letter-spacing: -0.025em;
}
.bottom_bene_wrap p {
	margin-top: 14px;
	font-size: 19px;
	font-family: 'noto4';
	line-height: 1.4;
	letter-spacing: -0.045em;
}
/* bottom_bene : e */
