/* 공통 */
.heading {
	margin-bottom:40px;
}

.sec-title {
	display: flex;
	align-items: center;
	gap:0px 16px;
	font-family: var(--fm-extrabold);
	font-size:2.8rem;
}

.sec-title img {
	display:block;
}

.sec-title .link {
	display: block;
	width:10px;
	height:18px;
	background: url('/images/main/sec00_link.png') no-repeat center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.sec-text {
	font-size:2rem;
	line-height:1.4;
	padding-top:20px;
}

.sec .prev, .sec .next {
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width:60px;
	height:60px;
	border-radius: 50%;
	background-color: rgba(255,255,255,.8);
	box-shadow: 0px 0px 5px rgba(0,0,0,.15);
	cursor: pointer;
	z-index:1;
}

.sec .prev::before,
.sec .next::before {
	content: "";
	display: block;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
}

.sec .prev {
	left:-30px;
}

.sec .next {
	right:-30px;
}

.sec .prev::before {
	background-image: url('/images/main/sec00_prev.png');
}

.sec .next::before {
	background-image: url('/images/main/sec00_next.png');
}

.sec .pagination {
	display: none;
	justify-content: center;
	gap:10px;
	position: relative;
	margin-top:30px;
}

.sec .swiper-pagination-bullet {
	width:8px;
	height:8px;
	opacity:1;
	background-color: #a6a6a6;
}

.sec .swiper-pagination-bullet-active {
	background-color: #4553a3;
}

@media screen and (min-width:1201px) {
	.sec-title .link:hover {
		transform: translateX(10px);
	}
}
@media screen and (max-width:1200px) {
	.sec-title {
		font-size:2.4rem;
	}
	
	.sec-text {
		font-size:1.8rem;
	}

	.sec .pagination {
		display: flex;
	}

	.sec .prev, .sec .next  {
		display: none;
	}
}
@media screen and (max-width:1024px) {
	.heading {
		margin-bottom: 30px;
	}

	.sec-title img {
		width:28px;
	}

	.sec-text {
		padding-top: 16px;
	}

	.sec .pagination {
		margin-top:20px;
	}
}
@media screen and (max-width:768px) {
	.heading {
		margin-bottom:20px;
	}

	.sec-title {
		gap:0px 10px;
		font-size:2.2rem;
	}

	.sec-title img {
		width:24px;
	}

	.sec-title .link {
		display: none;
	}

	.sec-text {
		font-size:1.6rem;
		padding-top: 10px;
	}

	.sec .pagination {
		gap:6px;
		margin-top:16px;
	}
}
@media screen and (max-width:500px) {
	.heading {
		margin-bottom:16px;
	}

	.sec-title {
		gap:4px;
		font-size:2rem;
	}

	.sec-title img {
		width:20px;
	}

	.sec-text {
		font-size:1.5rem;
		padding-top:6px;
	}

	.sec .pagination {
		gap:6px;
	}

	.sec .swiper-pagination-bullet {
		width:6px;
		height:6px;
	}
}


/* 메인 배너 */
.sec01 .vis {
	font-size:0px;
	height:500px;
	overflow: hidden;
}

.sec01 .vis img {
	width:100%;
	height:100%;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.sec01 .vis {
		height:auto;
	}

	.sec01 .vis img {
		height:auto;
	}
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:500px) {
	.sec01{
		padding-top: 30px;
	}
}


/* 주의 강의 목록 */
.sec02 {
	padding: 80px 0px;
}

.sec02 .heading {
	margin-bottom:20px;
}

.sec02 .sec-title {
	justify-content: center;
}

.sec02 .area {
	padding:0px 20px;
}

.sec02 .swiper-container {
	overflow: visible;
}

.sec02 a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-bottom:20px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border-radius: 20px;
	overflow: hidden;
}

.sec02 img {
	display: block;
}

.sec02 p {
	font-family: var(--fm-extrabold);	
}

@media screen and (min-width:1201px){
	.sec02 a:hover {
		transform: translateY(-10px);
		background-color: #F4EBFF;
		box-shadow:0px 0px 5px rgba(0,0,0,.3);
	}
}
@media screen and (max-width:1200px) {
	.sec02 a {
		padding-bottom:0px;
	}

	.sec02 p {
		font-size:1.4rem;
	}
}
@media screen and (max-width:1024px) {
	.sec02 {
		padding: 60px 0px;
	}

	.sec02 .heading {
		margin-bottom: 16px;
	}

	.sec02 .container {
		padding:0px;
	}

	.sec02 .area {
		padding:0px;
	}
}
@media screen and (max-width:768px) {
	.sec02 {
		padding: 40px 0px;
	}

	.sec02 .heading {
		margin-bottom:10px;
	}

	.sec02 p {
		font-size:1.3rem;
	}
}
@media screen and (max-width:500px) {
	.sec02 .heading {
		margin-bottom:6px;
	}
	 
	.sec02 p {
		font-size:1.2rem;
	}
}


/* 베스트 강의 */
.sec03 {
	padding: 80px 0px 0px;
}

.sec03 .list {
	display: flex;
	flex-wrap: wrap;
	margin:-16px;
}

.sec03 .list li {
	flex:1 1 25%;
	max-width:25%;
	padding:16px;
}

.sec03 .list .thumb {
	position: relative;
	width:100%;
	height:0;
	padding-top: calc(210/296*100%);
	border-radius:10px;
	overflow: hidden;
}

.sec03 .list .thumb img {
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	-webkit-transition:all .4s ease-out;
	transition:all .4s ease-out;
}

.sec03 .list .context {
	padding-top:20px;
}

.sec03 .list .category {
	display: block;
	font-family: var(--fm-bold);
	font-size:1.4rem;
	color:#1e49a4;
	margin-bottom:16px;
}

.sec03 .list .subject {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	height:50px;
	font-family: var(--fm-extrabold);
	font-size:1.8rem;
	line-height:1.4;
}

.sec03 .list .sht {
	display: flex;
	flex-wrap: wrap;
	gap:0px 8px;
	margin-top:40px;
}

.sec03 .list .sht dd {
	flex:0 0 calc(33.33% - 8px);
	padding:8px 0px;
	text-align: center;
	font-size:1.4rem;
	color:#565656;
	border-radius: 4px;
}

.sec03 .list .sht dd.sht_rd {
	background-color:#ffd5d5;
}

.sec03 .list .sht dd.sht_be {
	background-color:#eaf4fe;
}

.sec03 .list .sht dd.sht_pp {
	background-color:#f1e5ff;
}

.sec03 .btns {
	display: flex;
	justify-content: center;
	margin-top:80px;
}

.sec03 .btns .more {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width:240px;
	height:48px;
	background-color: #e6e6e6;
	border-radius:10px;
	font-family: var(--fm-bold);
	font-size:1.8rem;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}


@media screen and (min-width:1201px) {
	.sec03 .list li:hover .thumb img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	.sec03 .btns .more:hover {
		color:#fff;
		background-color: #161616;
	}
}
@media screen and (max-width:1200px) {
	.sec03 .list .category {
		font-size:1.3rem;
	}
	
	.sec03 .list .subject {
		height:44px;
		font-size:1.6rem;
	}

	.sec03 .list .sht dd {
		font-size: 1.3rem;
	}
	
	.sec03 .btns .more {
		font-size:1.6rem;
	}
	
}
@media screen and (max-width:1024px) {
	.sec03 {
		padding: 60px 0px 0px;
	}
	
	.sec03 .list {
		margin:-10px;
	}
	
	.sec03 .list li {
		padding:10px;
	}

	.sec03 .list .context {
		padding-top:16px;
	}

	.sec03 .list .category {
		margin-bottom:10px;
	}
	
	.sec03 .list .sht {
		margin-top:30px;
	}

	.sec03 .list .sht dd {
		padding:6px 0px;
	}

	.sec03 .btns {
		margin-top:60px;
	}
	
	.sec03 .btns .more {
		width:200px;
		height:44px;
	}
	
}
@media screen and (max-width:768px) {
	.sec03 {
		padding:40px 0px 0px;
	}

	.sec03 .list {
		margin:-6px;
	}
	
	.sec03 .list li {
		flex:1 1 50%;
		max-width:50%;
		padding:6px;
	}

	.sec03 .list .category {
		font-size:1.2rem;
	}
	
	.sec03 .list .subject {
		height:42px;
		font-size:1.5rem;
	}

	.sec03 .list .sht {
		gap:0px 6px;
		margin-top:20px;
	}

	.sec03 .list .sht dd {
		flex:0 0 calc(33.33% - 6px);
		font-size: 1.2rem;
	}

	.sec03 .btns {
		margin-top:40px;
	}
	
	.sec03 .btns .more {
		width:160px;
		height:40px;
		font-size:1.5rem;
	}
}
@media screen and (max-width:500px) {
	.sec03 .list {
		margin:-4px;
	}
	
	.sec03 .list li {
		padding:4px;
	}
	
	.sec03 .list .context {
		padding-top:10px;
	}

	.sec03 .list .category {
		font-size:1.1rem;
		margin-bottom:6px;
	}
	
	.sec03 .list .subject {
		height:38px;
		font-size:1.4rem;
	}

	.sec03 .list .sht {
		gap:0px 4px;
		margin-top:16px;
	}

	.sec03 .list .sht dd {
		padding:4px 0px;
		flex:0 0 calc(33.33% - 4px);
		font-size: 1.1rem;
	}

	.sec03 .btns {
		margin-top:30px;
	}
	
	.sec03 .btns .more {
		width:120px;
		height:36px;
		font-size:1.4rem;
	}
}


/* 요즘 뜨는 강의 */
.sec04 {
	padding:80px 0px;
}

.sec04 .area {
	position: relative;
}

.sec04 .list .thumb {
	position: relative;
	width:100%;
	height:0;
	padding-top: calc(210/296*100%);
	border-radius:10px;
	overflow: hidden;
}

.sec04 .list .thumb img {
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	-webkit-transition:all .4s ease-out;
	transition:all .4s ease-out;
}

.sec04 .list .context {
	padding-top:20px;
}

.sec04 .list .category {
	display: block;
	font-family: var(--fm-bold);
	font-size:1.4rem;
	color:#1e49a4;
	margin-bottom:16px;
}

.sec04 .list .subject {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	height:50px;
	font-family: var(--fm-extrabold);
	font-size:1.8rem;
	line-height:1.4;
}

.sec04 .list .sht {
	display: flex;
	flex-wrap: wrap;
	gap:0px 8px;
	margin-top:40px;
}

.sec04 .list .sht dd {
	flex:0 0 calc(33.33% - 8px);
	padding:8px 0px;
	text-align: center;
	font-size:1.4rem;
	color:#565656;
	border-radius: 4px;
}

.sec04 .list .sht dd.sht_rd {
	background-color:#ffd5d5;
}

.sec04 .list .sht dd.sht_be {
	background-color:#eaf4fe;
}

.sec04 .list .sht dd.sht_pp {
	background-color:#f1e5ff;
}

@media screen and (min-width:1201px) {
	.sec04 .list li:hover .thumb img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}	
}
@media screen and (max-width:1200px) {
	.sec04 .list .category {
		font-size:1.3rem;
	}
	
	.sec04 .list .subject {
		height:44px;
		font-size:1.6rem;
	}	
	
	.sec04 .list .sht dd {
		font-size: 1.3rem;
	}
}
@media screen and (max-width:1024px) {
	.sec04 {
		padding:60px 0px;
	}
	
	.sec04 .list .context {
		padding-top:16px;
	}

	.sec04 .list .category {
		margin-bottom:10px;
	}

	.sec04 .list .sht {
		margin-top:30px;
	}

	.sec04 .list .sht dd {
		padding:6px 0px;
	}
}
@media screen and (max-width:768px) {
	.sec04 {
		padding:40px 0px;
	}

	.sec04 .list .category {
		font-size:1.2rem;
	}
	
	.sec04 .list .subject {
		height:42px;
		font-size:1.5rem;
	}	

	.sec04 .list .sht {
		gap:0px 6px;
		margin-top: 20px;
	}
	
	.sec04 .list .sht dd {
		flex:0 0 calc(33.33% - 6px);
		font-size: 1.2rem;
	}
}
@media screen and (max-width:500px) {
	.sec04 .list .context {
		padding-top:10px;
	}

	.sec04 .list .category {
		font-size:1.1rem;
		margin-bottom:6px;
	}
	
	.sec04 .list .subject {
		height:38px;
		font-size:1.4rem;
	}	

	.sec04 .list .sht {
		gap:0px 4px;
		margin-top: 16px;
	}
	
	.sec04 .list .sht dd {
		padding:4px 0px;
		flex:0 0 calc(33.33% - 4px);
		font-size: 1.1rem;
	}
}


/* 문의 배너 */
.sec05 .bnr {
	position: relative;
	padding:80px;
	background: linear-gradient(270deg, rgba(97,142,230,1) 60%, rgba(149,176,235,1) 100%);
	border-radius:20px;
	overflow: hidden;
}

.sec05 .bnr::after {
	content: "";
	display: block;
	position: absolute;
	top:20px;
	right:80px;
	z-index:1;
	width:352px;
	height:352px;
	background: url('/images/main/sec05_img.png') no-repeat center;
}

.sec05 .txt .t01 {
	font-family: var(--fm-extrabold);
	font-size:2.8rem;
	line-height: 1;
	color:#ffffff;
}

.sec05 .txt .t02 {
	font-size:2rem;
	line-height:1.4;
	color:#ffffff;
	margin:20px 0px 40px;
}

.sec05 .link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width:240px;
	height:48px;
	background-color: #fff;
	border-radius:10px;
	font-family: var(--fm-bold);
	font-size:1.8rem;
	color:#1e49a4;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}

@media screen and (min-width:1201px) {
	.sec05 .link:hover {
		color:#fff;
		background-color: #1e49a4;
	}
}
@media screen and (max-width:1200px) {
	.sec05 .bnr::after {
		width:312px;
		height:312px;
		background-size: auto 312px;
	}

	.sec05 .txt .t01 {
		font-size:2.4rem;
	}
	
	.sec05 .txt .t02 {
		font-size:1.8rem;
	}
	
	.sec05 .link {
		font-size:1.6rem;
	}
}
@media screen and (max-width:1024px) {
	.sec05 .bnr {
		padding:60px;
	}

	.sec05 .bnr::after {
		right:60px;
		width:292px;
		height:292px;
		background-size:auto 292px;
	}

	.sec05 .txt .t02 {
		margin:16px 0px 30px;
	}

	.sec05 .link {
		width:200px;
		height:44px;
	}
}
@media screen and (max-width:768px) {
	.sec05 .bnr {
		padding:30px 30px 200px;
	}

	.sec05 .bnr::after {
		top:unset;
		right:40px;
		bottom:-50px;
		width:242px;
		height:242px;
		background-size: auto 242px;
	}

	.sec05 .txt .t01 {
		font-size:2.2rem;
	}
	
	.sec05 .txt .t02 {
		font-size:1.6rem;
		margin:10px 0px 20px;
	}
	
	.sec05 .link {
		width:160px;
		height:40px;
		font-size:1.5rem;
	}
}
@media screen and (max-width:500px) {
	.sec05 .bnr {
		padding:20px 20px 160px;
	}

	.sec05 .bnr::after {
		right:24px;
		bottom: -34px;
		width:192px;
		height:192px;
		background-size: auto 192px;
	}

	.sec05 .txt .t01 {
		font-size:2rem;
	}
	
	.sec05 .txt .t02 {
		font-size:1.5rem;
	}
	
	.sec05 .link {
		width:120px;
		height:36px;
		font-size:1.4rem;
	}
}


/* 공지사항 */
.sec06 {
	padding:80px 0px;
}

.sec06 .area {
	position: relative;
}

.sec06 .list a {
	display: block;
	padding:20px;
	border:1px solid #e6e6e6;
	border-radius:10px;
	-webkit-transition:all .4s ease;
	transition:all .4s ease;
}

.sec06 .list .category {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding:0px 20px;
	height:32px;
	border-radius:5px;
	font-size:1.4rem;
	color:#ffffff;
}

.sec06 .list .general {
	background-color: #767676;
}

.sec06 .list .occasionally {
	background-color: #003dbc;
}

.sec06 .list .education {
	background-color: #b471ff;
}

.sec06 .list .subject {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	height:50px;
	font-family: var(--fm-extrabold);
	font-size:1.8rem;
	line-height:1.4;
	margin:20px 0px 100px;
	-webkit-transition:all .4s ease;
	transition:all .4s ease;
}

.sec06 .list .data {
	font-family: var(--fm-bold);
	font-size:1.4rem;
	color:#a6a6a6;
}

@media screen and (min-width:1201px){
	.sec06 .list li:hover a {
		border-color:#006ab7;
	}

	.sec06 .list li:hover .subject {
		color:#006ab7;
	}
}
@media screen and (max-width:1200px) {
	.sec06 .list .category {
		font-size:1.3rem;
	}
	
	.sec06 .list .subject {
		height:44px;
		font-size:1.6rem;
	}

	.sec06 .list .data {
		font-size:1.3rem;
	}
	
}
@media screen and (max-width:1024px) {
	.sec06 {
		padding:60px 0px;
	}

	.sec06 .list a {
		padding:16px;
	}

	.sec06 .list .category {
		padding:0px 16px;
	}

	.sec06 .list .subject {
		margin:16px 0px 80px;
	}
}
@media screen and (max-width:768px) {
	.sec06 {
		padding:40px 0px;
	}

	.sec06 .list a {
		padding:16px 10px;
	}

	.sec06 .list .category {
		height:25px;
		padding:0px 10px;
		font-size:1.2rem;
	}

	.sec06 .list .subject {
		height:42px;
		font-size:1.5rem;
		margin:10px 0px 60px;
	}

	.sec06 .list .data {
		font-size:1.2rem;
	}
}
@media screen and (max-width:500px) {
	.sec06 .list a {
		padding:10px;
	}

	.sec06 .list .category {
		height:20px;
		padding:0px 6px;
		font-size:1.1rem;
	}

	.sec06 .list .subject {
		height:38px;
		font-size:1.4rem;
		margin:10px 0px 40px;
	}

	.sec06 .list .data {
		font-size:1.1rem;
	}
}




/* 오프라인 강의 */
.sec07 {
	padding:80px 0px;
	background-color: #fafafa;
}

.sec07 .area {
	position: relative;
}

.sec07 .list a {
	display: block;
}

.sec07 .list .thumb {
	position: relative;
	width:100%;
	height:0;
	padding-top: calc(240/400*100%);
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.sec07 .list .thumb img {
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.sec07 .list .context {
	padding:30px 20px;
	background-color: #fff;
	border:1px solid #e6e6e6;
	border-top:0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius:10px;
}

.sec07 .list .subject {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	height:50px;
	font-family: var(--fm-extrabold);
	font-size:1.8rem;
	line-height:1.4;
	margin-bottom:40px;
}

.sec07 .list .data {
	font-family: var(--fm-bold);
	font-size:1.4rem;
	color:#767676;
}

@media screen and (min-width:1201px) {
	.sec07 .list li:hover .thumb img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}
@media screen and (max-width:1200px) {
	.sec07 .list .subject {
		height:44px;
		font-size:1.6rem;
	}

	.sec07 .list .data {
		font-size:1.3rem;
	}
}
@media screen and (max-width:1024px) {
	.sec07 {
		padding:60px 0px;
	}

	.sec07 .list .context {
		padding:20px 16px;
	}

	.sec07 .list .subject {
		margin-bottom:28px;
	}
}
@media screen and (max-width:768px) {
	.sec07 {
		padding:40px 0px;
	}

	.sec07 .list .context {
		padding:16px 10px;
	}

	.sec07 .list .subject {
		height:42px;
		font-size: 1.5rem;
		margin-bottom: 22px;
	}
	
	.sec07 .list .data {
		font-size:1.2rem;
	}
}
@media screen and (max-width:500px) {
	.sec07 .list .context {
		padding:10px;
	}

	.sec07 .list .subject {
		height:38px;
		font-size: 1.4rem;
		margin-bottom:16px;
	}
	
	.sec07 .list .data {
		font-size:1.1rem;
	}
}


/* Popup */
#popup {
	position: relative;
  }
  
  .popup-layer {
	z-index: 10000;
	position: absolute;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,.25);
	animation: popup-fade .65s ease-in-out .35s forwards;
	opacity: 0;
	max-width:800px;
  }
  
  @keyframes popup-fade {
	0% { opacity: 0;
	  -webkit-transform: translateY(25px);
	  -ms-transform: translateY(25px);
	  transform: translateY(25px); }
	100% { opacity: 1;
	  -webkit-transform: translateY(0);
	  -ms-transform: translateY(0);
	  transform: translateY(0); }
  }
  .popup-layer__body {
	background: #fff;
  }
  
  .popup-layer__body img {
	display: block;
	margin: 0 auto;
	border: none;
	max-width: 100%;
  }
  
  .popup-layer__foot {
	background: #424242;
  }
  
  .popup-layer__foot ul {
	display:flex;
	flex-wrap: wrap;
  }
  
  .popup-layer__foot li {
	width:50%;
	padding:10px;
  }
  
  .popup-layer__foot li:first-child {
	padding-right:0;
  }
  
  .popup-layer__foot li:last-child {
	text-align: right;
  }
  
  .popup-layer__foot span {
	font-size: 1.5rem;
	color: #fff;
	cursor: pointer;
	transition:all 0.3s ease;
  }
  
  .popup-layer__foot label:hover span { opacity: .7; }
  
  /* .popup-layer-foot { background: #424242; }
  .popup-layer-foot span { font-size: 15px; color: #fff; }
  .popup-layer-foot label:hover span { opacity: .7; }
  .popup-layer-foot li:first-child { padding-right: 0; }
  .popup-layer-foot li:last-child { text-align: right; } */
  
  
  @media (max-width: 1024px){
	/* .popup-layer { z-index: 999; } */
	.popup-layer { top: 95px !important; left: 0 !important; margin: 0 5px; }
  }
  @media (max-width: 768px){
  
	.popup-layer {
	  width:calc(100% - 10px);
	}
  
	.popup-layer img {
	  max-width: none;
	  width:100%;
	  height: auto !important;
	}
	.popup-layer-foot span { font-size: 14px; }
  
  }
  @media (max-width: 375px){
	.popup-layer-foot li { width: 100%; }
	.popup-layer-foot li:last-child { text-align: left; }
  }