@charset "utf-8";
/* CSS Document */
/*=======================================================================================

 ** 신년이벤트 CSS

========================================================================================*/
@font-face {
	font-family: 'Pretendard-Regular';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard-Medium';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard-Bold';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
.event_wrap {
	letter-spacing: -0.025em;
	font-family: 'Pretendard-Regular';
}
.event_wrap .inner {
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}
.event_wrap .event_section01 {
	width: 100%;
	background: #972ff9 url("../images/lifelong_event_bg01.jpg") center 100% no-repeat;
	background-size: cover;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.event_wrap .event_section01 .inner {
	padding: 240px 0 100px;
}
.event_wrap .event_section01 .text_wrap {
	margin-bottom: 120px;
}
.event_wrap .event_section01 .text_wrap p {
	color: #fff;
	text-shadow: 0 6px 14px rgba(0, 0, 0, .15);
}
.event_wrap .event_section01 .text_wrap .text01 {
	font-size: 38px;
	font-family: 'Pretendard-Bold';
	margin-bottom: 14px;
}
.event_wrap .event_section01 .text_wrap .title01 {
	position: relative;
	font-size: 94px;
	font-family: 'Pretendard-Bold';
	margin-bottom: 20px;
}
.event_wrap .event_section01 .text_wrap .title01:after {
	position: absolute;
	top: -80px;
	right: 60px;
	display: block;
	clear: both;
	content: '';
	width: 120px;
	height: 85px;
	background: url("../images/nyevent_bubble.png") center no-repeat;
}
.event_wrap .event_section01 .text_wrap .text02 {
	font-size: 42px;
}
.event_wrap .btn-black {
	display: block;
	margin: 0 auto;
	width: 235px;
	height: 65px;
	background: #000;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 65px;
	box-sizing: border-box;
}


.event_wrap .bold {
	font-family: 'Pretendard-Bold';
}
.event_wrap .text-tip {
	display: block;
	font-size: 18px;
	margin-top: 20px;
	color: #fff;
}
.event_wrap .text-danger {
	color: #ff3737;
}
.event_wrap .event_section02 {
	background: url("../images/nyevent_bg02.jpg") center repeat;
	background-size: cover;
	text-align: center;
}
.event_wrap .event_section02 p {
	color: #fff;
	font-size: 28px;
}
.event_wrap .event_section03 {
	background: #f3f3f3;
}
.event_wrap .event_section03 .title_wrap, .event_wrap .event_section04 .title_wrap {
	margin-bottom: 65px;
}
.event_wrap .event_section03 .title_wrap {
	background: url("../images/nyevent_phone01.png") 100% 0 no-repeat;
}
.event_wrap .event_section04 .title_wrap {
	background: url("../images/nyevent_phone02.png") 100% 0 no-repeat;
}
.event_wrap .event_section03 .text_area p, .event_wrap .event_section04 .text_area p {}
.event_wrap .event_section03 .text_area .title02, .event_wrap .event_section04 .text_area .title02 {
	margin-bottom: 20px;
	font-size: 100px;
	line-height: 1.2;
	letter-spacing: -0.025em;
	font-family: 'Pretendard-Bold';
	color: #131313;
}
.event_wrap .event_section03 .text_area .title02 span, .event_wrap .event_section04 .text_area .title02 span {
	display: block;
}
.event_wrap .event_section03 .text_area .highlight, .event_wrap .event_section04 .text_area .highlight {
	display: inline;
	font-size: 36px;
	line-height: 1.4;
}
.event_wrap .event_section03 .text_area .text01 .highlight {
	box-shadow: inset 0 -24px 0 #972ff9;
}
.event_wrap .event_section03 .text_area .text02 .highlight {
	box-shadow: inset 0 -24px 0 #f64f59;
}
.event_wrap .event_section04 .text_area .text01 .highlight {
	box-shadow: inset 0 -24px 0 #ffbc06;
}
.event_wrap .event_section04 .text_area .text02 .highlight {
	box-shadow: inset 0 -24px 0 #6dd947;
}
.event_wrap .table_wrap {
	margin-bottom: 50px;
}
.event_wrap .table_wrap table {
	width: 100%;
}
.event_wrap .table_wrap th {
	background: rgba(0, 0, 0, .04);
}
.event_wrap .table_wrap th, .event_wrap .table_wrap td {
	font-size: 24px;
	padding: 10px;
	border-bottom: 1px solid #f4f4f4;
	text-align: center;
}
.event_wrap .table_wrap td {
	border-bottom: 1px solid #e1e1e1;
}
.event_wrap .table_wrap .price span {
	text-align: right;
}
.event_wrap .table_wrap td .linethrough {
	display: inline-block;
	margin-right: 12px;
	font-size: 18px;
	font-weight: 400;
	text-decoration: line-through;
	opacity: 0.4;
	text-align: right;
}
.event_wrap .table_wrap .text-tip {
	text-align: right;
	color: #ccc;
	font-size: 14px;
}
.event_wrap .event_section05 {
	background: url("../images/nyevent_bg03.jpg") center no-repeat;
	background-size: cover;
}
.event_wrap .event_section05 .inner {
	width: 100%;
	padding: 60px 0;
	text-align: center;
}
.event_wrap .event_section05 .process_area {}
.event_wrap .event_section05 .process_area h3 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 40px;
}
.event_wrap .event_section05 .process_area ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 26px;
}
.event_wrap .event_section05 .process_area .item {
	position: relative;
	color: #fff;
	background: #ab48ff;
	text-align: center;
	font-size: 20px;
	padding: 15px 42px;
	border-radius: 60px;
	margin-right: 60px;
}
.event_wrap .event_section05 .process_area .item:after {
	position: absolute;
	top: 50%;
	right: -36px;
	display: block;
	clear: both;
	content: '';
	width: 20px;
	height: 32px;
	margin-top: -16px;
	background: url("../images/nyevent_arrow.png")center no-repeat;
}
.event_wrap .event_section05 .process_area .item:last-child {
	margin-right: 0;
}
.event_wrap .event_section05 .process_area .item:last-child::after {
	display: none;
}
.event_wrap .event_section05 .text-tip {
	font-size: 16px;
	opacity: 0.46;
}
.event_wrap .event_section06 {
	background: #2d2d2d;
}
.event_wrap .event_section06 .inner {
	padding: 60px 0;
}
.event_wrap .event_section06 h4 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
}
.event_wrap .event_section06 p {
	position: relative;
	color: #848484;
	font-size: 15px;
	margin-bottom: 8px;
	padding-left: 20px;
}
.event_wrap .event_section06 p:before {
	position: absolute;
	top: 5px;
	left: 10px;
	display: block;
	clear: both;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 5px;
	background: #848484;
}
.event_wrap .event_section06 .text-danger {
	text-decoration: underline;
	font-weight: 400;
}
@media screen and (max-width: 1024px) {
	/* Tablet */
	.event_wrap .inner {
		width: 95%;
		padding: 80px 0;
	}
	.event_wrap .btn-black {
		font-size: 17px;
		width: 200px;
		height: 55px;
		line-height: 55px;
	}
	.event_wrap .event_section02 p {
		font-size: 24px;
	}
	.event_wrap .event_section03 .text_area .title02 span, .event_wrap .event_section04 .text_area .title02 span {
		font-size: 55px;
	}
	.event_wrap .event_section03 .text_area .highlight, .event_wrap .event_section04 .text_area .highlight {
		font-size: 21px;
	}
	.event_wrap .event_section03 .title_wrap,
	.event_wrap .event_section04 .title_wrap {
		background-size: 50%;
	}
	.event_wrap .event_section03 .text_area .text01 .highlight {
		box-shadow: inset 0 -10px 0 #972ff9;
	}
	.event_wrap .event_section03 .text_area .text02 .highlight {
		box-shadow: inset 0 -10px 0 #f64f59;
	}
	.event_wrap .event_section04 .text_area .text01 .highlight {
		box-shadow: inset 0 -10px 0 #ffbc06;
	}
	.event_wrap .event_section04 .text_area .text02 .highlight {
		box-shadow: inset 0 -10px 0 #6dd947;
	}
	.event_wrap .table_wrap th, .event_wrap .table_wrap td {
		font-size: 15px;
	}
	.event_wrap .table_wrap td .linethrough {
		font-size: 12px;
	}
	.event_wrap .event_section05 .process_area h3 {
		font-size: 21px;
		margin-bottom: 30px;
	}
	.event_wrap .event_section05 .process_area ul {
		flex-wrap: wrap;

	}
	.event_wrap .event_section05 .process_area .item {

		font-size: 17px;
		padding: 8px 12px;
		border-radius: 60px;
		margin-right: 60px;
	}
	.event_wrap .event_section05 .text-tip {
		font-size: 12px;
	}
	.event_wrap .event_section06 .inner {
		padding: 40px 0;
	}
	.event_wrap .event_section06 h4 {
		font-size: 15px;
		margin-bottom: 16px;
	}
	.event_wrap .event_section06 p {
		font-size: 12px;
		margin-bottom: 6px;
	}
}
@media screen and (max-width: 767px) {
	/* Mobile */
	.event_wrap .inner {
		padding: 60px 0;
	}
	.event_wrap .event_section01 .inner {
		padding: 180px 0 100px 0;
	}
	.event_wrap .event_section01 .text_wrap {
		margin-bottom: 40px;
	}
	.event_wrap .event_section01 .text_wrap .text01 {
		font-size: 17px;
	}
	.event_wrap .event_section01 .text_wrap .title01 {
		font-size: 45px;
	}
	.event_wrap .event_section01 .text_wrap .text02 {
		font-size: 24px;
	}
	.event_wrap .text-tip {
		font-size: 14px;
	}
	.event_wrap .event_section01 .text_wrap .title01:after {
		top: -55px;
		right: 0;
		width: 70px;
		height: 65px;
		background-size: contain;
	}
	.event_wrap .event_section02 p {
		font-size: 17px;
	}
	.event_wrap .event_section03 .title_wrap,
	.event_wrap .event_section04 .title_wrap {
		margin-bottom: 40px;
		background-position: 100% 100%;
		background-size: 40%;
	}
	.event_wrap .event_section03 .text_area .title02 span, .event_wrap .event_section04 .text_area .title02 span {
		font-size: 38px;
	}
	.event_wrap .event_section03 .text_area .highlight, .event_wrap .event_section04 .text_area .highlight {
		font-size: 17px;
	}
	.event_wrap .event_section05 .process_area .item {
		margin-bottom: 12px;
	}
}

/*=======================================================================================

 ** 6+6 전화영어 수강이벤트

========================================================================================*/
.top-visual.visual05 {
	background: #972ff9 url("../images/lifelong_event_bg001.jpg") center 100% no-repeat;
	background-size: cover;
	overflow: hidden;
	text-align: center;
}
.top-visual.visual05 .text_wrap {
	margin-bottom: 60px;
	text-align: center;
}
.top-visual.visual05 .text_wrap p {
	color: #fff;
	text-shadow: 0 6px 14px rgba(0, 0, 0, .15);
}
.top-visual.visual05 .text_wrap .text01 {
	font-size: 38px;
	font-family: 'Pretendard-Bold';
	margin-bottom: 14px;
}
.top-visual.visual05 .text_wrap .title01 {
	position: relative;
	font-size: 94px;
	font-family: 'Pretendard-Bold';
	margin-bottom: 20px;
}
.top-visual.visual05 .text_wrap .title01:after {
	position: absolute;
	top: -80px;
	right: 60px;
	display: block;
	clear: both;
	content: '';
	width: 120px;
	height: 85px;
	background: url("../images/nyevent_bubble.png") center no-repeat;
}
.top-visual.visual05 .text_wrap .text02 {
	font-size: 42px;
}
.top-visual.visual05 .btn-black {
	display: block;
	margin: 0 auto;
	width: 235px;
	height: 65px;
	background: #000;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 65px;
	box-sizing: border-box;
}

.top-visual.visual05 .text-tip {
	display: block;
	font-size: 18px;
	margin-top: 20px;
	color: #fff;
}


