@charset "utf-8";
:root {
}

* {
	outline:none;
}

.wrap {
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.fp-watermark {
	display: none;
}

.top-box {
	background: linear-gradient(102deg, #FFFAF7 0%, #FFF 49.52%), #FFF;
}

.top-box .slogan {
	text-align: center;
}

.top-box .slogan .txt01 {
	font-family: var(--deco-font);
	font-size: 39px;
	font-weight: 700;
	line-height: 39px;
	letter-spacing: -1.56px;
	background: linear-gradient(120deg, #FEB6DC 0%, #FF6B17 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.top-box .slogan .txt02,
.top-box .slogan .txt02 span {
	color: #3E3E3E;
	font-family: var(--deco-font);
	font-size: 74px;
	line-height: 74px;
	font-weight: 700;
	letter-spacing: -5.92px;
}

.top-box .slogan .txt02 span {
	color: var(--BG03);
}

#list {
	position: relative;
	margin-bottom: 50px;
	overflow: hidden;
	z-index: 1;
}

#list .control {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% - (56px / 2));
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1760px;
}

#list .control a {
	position: relative;
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.05) url(../img/control.svg) no-repeat;
	z-index: 3;
}

#list .control a#listNext {
	transform: rotate(180deg);
}

#list .list-box {
	margin: 0 auto;
	padding: 20px 24px 80.5px 24px;
	width: 1600px;
	overflow: hidden;
}

#list .list-box>ul {
	position: relative;
	display: flex;
	align-items: center;
	gap: 24px;
	width: 100%;
	white-space: nowrap;
}

#list .list-box>ul>li {
	position: relative;
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc(25% - 18px);
	height: 275px;
	margin-top: 20px;
	border-radius: 20px;
	box-shadow: 0px 20px 28px 0px rgba(0, 0, 0, 0.10);
	transition: .3s;
	white-space: normal;
	overflow: hidden;
	z-index: 2;
}

#list .list-box>ul>li:nth-child(5) {
	box-shadow: none;
}

#list .list-box>ul>li:hover {
	margin-top: 0;
}

#list .list-box>ul>li.list01 {
	background: #CEE5F5;
}

#list .list-box>ul>li.list02 {
	background: #FFE8C7;
}

#list .list-box>ul>li.list03 {
	background: #FFDEE0;
}

#list .list-box>ul>li.list04 {
	background: #EBDAFB;
}

#list .list-box>ul>li.ing {
	background: #FFF;
}

#list .list-box>ul>li>div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 48px 40px 28px 40px;
	height: 216px;
	box-sizing: border-box;
}

#list .list-box>ul>li>div .tag {
	position: absolute;
	right: 0;
	top: 0;
	padding: 7px 28px;
	color: rgba(0, 0, 0, 0.60);;
	font-weight: 500;
	letter-spacing: -0.6px;
	border-radius: 0px 0px 0px 32px;
	background: rgba(255, 255, 255, 0.60);
}

#list .list-box>ul>li.ing>div .tag {
	color: #222;
	background: #FFE876;
}

#list .list-box>ul>li>div .tit {
	color: #111;
	font-size: 21px;
	font-weight: 500;
	line-height: 152%;
	letter-spacing: -0.84px;
}

#list .list-box>ul>li>div .date {
	color: rgba(0, 0, 0, 0.40);
	font-weight: 500;
	letter-spacing: -0.3px;
}

#list .list-box>ul>li.ing>div .date {
	color: #000;
	opacity: 0.6;
}

#list .list-box>ul>li>div .date span {
	margin-right: 10px;
	letter-spacing: -0.75px;
}

#list .list-box>ul>li>a,
#list .list-box>ul>li>span {
	display: block;
	text-align: center;
	padding: 17px 0px;
	color: rgba(0, 0, 0, 0.60);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.64px;
	background: rgba(255, 255, 255, 0.60);
}

#list .list-box>ul>li>span {
	background: rgba(0, 0, 0, 0.10);
}

#list .list-box>ul>li.ing>a {
	color: #FFF;
	font-weight: 600;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.16);
	background: var(--bg);
}

#list .more {
	display: none;
}

.mid-box {
	position: fixed;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	transition: .3s;
}

.fp-viewing-footer .mid-box {
	bottom: 200px;
}

.mid-box>.wrap {	
	display: flex;
}

.mid-box .left-con {
	position: relative;
	max-width: 880px;
	z-index: 1;
}

.mid-box .ing-list {
	padding: 37px 0 35px 371px;
	background: url(../img/main/ing-list-bg.svg) no-repeat 0 100%;
}

.mid-box .ing-list p {
	display: flex;
	align-items: center;
	padding-left: 24px;
	color: #444;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.36px;
	background: url(../img/main/ing-list-dot.svg) no-repeat 0 10px;
}

.mid-box .ing-list p span {
	position: relative;
	margin: -16px 8px 0 8px;
	padding-top: 21px;
	padding-bottom: 5px;
	text-align: center;
	width: 54px;
	color: #00876F;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -0.44px;
}

.mid-box .ing-list p span::before {
	content: '';
	position: absolute;
	left: -20px;
	bottom: -29px;
	width: 94px;
	height: 94px;
	background: url(../img/main/ing-list-num.svg) no-repeat 0 0;
	z-index: -1;
}

#notice {
	position: relative;
	display: flex;
	align-items: center;
	padding: 43.5px 80px 43.5px 0px;
	border-radius: 3px 120px 0px 0px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #F5F5F5 100%), #F9F9F9;
}

#notice h3 {
	flex: 0 0 auto;
	margin-right: 20px;
	padding-left: 36px;
	color: #3568CF;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.48px;
	background: url(../img/main/notice-tit.svg) no-repeat 0 3px;
}

#notice>ul {
	display: flex;
	flex-direction: column;
	height: 23px;
	overflow: hidden;
}

#notice>ul>li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 11px;
	width: 560px;
	color: #444;
	font-size: 19px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.38px;
}

#notice>ul>li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #444;
}

#notice>ul>li>a {
	color: #444;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: -0.38px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#notice>ul>li>span {
	margin-left: 11px;
	color: rgba(68, 68, 68, 0.80);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.32px;
}

#notice .control {
	flex: 0 0 auto;
	display: flex;
	gap: 4px;
	margin-left: 10px;
}

#notice .control a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../img/main/notice-control.svg) no-repeat;
}

#notice .control #noticeNext {
	transform: rotate(180deg);
}

.mid-box .panel {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 49px;
	margin-left: -158px;
	padding: 20px 0 30px 180px;
	width: 100%;
	max-width: 700px;
	border-radius: 120px 0px 0px 0px;
	background: #00A385;
}

.mid-box .panel h3 {
	width: 170px;
	height: 48px;
	background: url(../img/main/panel-tit.png) no-repeat;
}

.mid-box .panel .txt {
	margin-top: 10px;
	width: 412px;
	height: 69px;
	background: url(../img/main/panel-txt.png) no-repeat;
}

.mid-box .panel ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 10px;
	height: 100%;
}

.mid-box .panel ul>li>a {
	display: flex;
	padding: 9px 34px 7px 20px;
	color: #FFF;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.6px;
	border-radius: 100px;
	background: #007C66 url(../img/main/panel-more.svg) no-repeat right 16px center;
	transition: .3s;
}

.mid-box .panel ul>li>a:hover {
	background-position: right 10px center;
}

.btm-box .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding-bottom: 120px;
}

#pzone {
	flex: 1 1 calc(50% - 10px);
	position: relative;
	display: flex;
	justify-content: center;
}

#pzone .pzone-list {
	max-width: 790px;
	height: 378px;
	border-radius: 28px;
	overflow: hidden;
}

#pzone .pzone-list>ul {
	position: relative;
	display: flex;
	white-space: nowrap;
}

#pzone .pzone-list>ul>li {
	flex: 0 0 100%;
}

#pzone .pzone-list>ul>li>a {
	display: block;
	line-height: 0;
	overflow: hidden;
}

#pzone .pzone-list>ul>li>a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#pzone .control {
	position: absolute;
	bottom: 0;
	display: inline-flex;
	align-items: center;
	gap: 16px;
	padding-left: 27px;
	padding-right: 27px;
	height: 48px;
	border-radius: 26px 26px 0px 0px;
	background: rgba(0, 0, 0, 0.48);
}

#pzone .control a {
	width: 24px;
	height: 24px;
	background: url(../img/main/pzone-control.svg) no-repeat;
}

#pzone .control #pzoneNext {
	transform: rotate(180deg);
}

#pzone .control p {
	color: #FFF;
	font-size: 19px;
}

#pzone .control p  strong {
	font-weight: 800;
}

.btm-box .social {
	flex: 1 1 calc(50% - 10px);
	display: flex;
	flex-direction: column;
	gap: 28px;
	padding: 48px 60px;
	border-radius: 28px;
	border: 1px solid #E5EAF9;
	background: #FCFDFF url(../img/main/social-bg.png) no-repeat right -8px top 27px;
	box-sizing: border-box;
}

.btm-box .social .tit {
	display: flex;
	align-items: flex-end;
	gap: 14px;
	padding-bottom: 24px;
	border-bottom: 1px solid #E5EAF9;
}

.btm-box .social .tit h3 {
	color: #112637;
	font-size: 27px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: -1.08px;
}

.btm-box .social .tit h3 span {
	color: #F33261;
}

.btm-box .social .tit p {
	color: #555;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.64px;
}

.btm-box .social ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	max-width: 472px;
}

.btm-box .social ul a {
	position: relative;
	display: block;
	width: 92px;
	height: 92px;
	padding: 26px;
	font-size: 0;
	text-indent: -5000px;
	border-radius: 36px;
	background: #F0F4FF;
	box-sizing: border-box;
}

.btm-box .social ul a::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	background: url(../img/main/social-link.svg) no-repeat;
	transition: .3s;
}

.btm-box .social ul a:hover::before {
	top: -10px;
}

.btm-box .social ul .kakao a::before {
	background-position: -40px 0;
}

.btm-box .social ul .facebook a::before {
	background-position: calc(-40px * 2) 0;
}

.btm-box .social ul .instagram a::before {
	background-position: calc(-40px * 3) 0;
}

.btm-box .social ul .facebook-en a::before {
	background-position: calc(-40px * 4) 0;
}

.btm-box .social ul .daangn a::before {
	background-position: calc(-40px * 5) 0;
}

.btm-box .social ul .youtube a::before {
	background-position: calc(-40px * 6) 0;
}

/*** pc ***/
@media all and (min-width:801px) {
}

@media screen and (min-width:1400px) {
	body:not(.fp-viewing-top) header,
	header.white {
		background: #fff;
	}

	#notice::before {
		content: '';
		position: absolute;
		left: -100vh;
		bottom: 0;
		width: 100vh;
		height: 100%;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #F5F5F5 100%), #F9F9F9;
	}

	.mid-box .panel::before {
		content: '';
		position: absolute;
		right: -100vh;
		bottom: 0;
		width: 100vh;
		height: 100%;
		background: #00A385;
	}
}

@media screen and (min-width:801px) and (max-width:1399px) {
	.wrap {
		padding-left: 4%;
		padding-right: 40px;
	}

	.top-box {
		padding-top: 180px;
	}
}

@media screen and (max-width:1399px) {
	.wrap {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	#list {
		margin-bottom: 0;
	}

	.mid-box {
		position: static;
	}

	.mid-box>.wrap {
		flex-direction: column;
	}

	.mid-box .left-con,
	.mid-box .panel {
		max-width: 100%;
		width: 100%;
	}

	.mid-box .left-con {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#notice {
		width: 100%;
		height: 120px;
		padding: 0px 40px;
		border-radius: 12px;
		box-sizing: border-box;
		overflow: hidden;
	}

	#notice>ul {
		flex: 1 1 auto;
	}

	#notice>ul>li {
		width: 100%;
		box-sizing: border-box;
	}

	.mid-box .panel {
		width: 100%;
		margin: 20px 0;
		padding: 30px 40px;
		border-radius: 12px;
		box-sizing: border-box;
	}
	
	.btm-box .wrap {
		align-items: stretch;
	}

	#pzone .pzone-list {
		width: 100%;
		max-height: 100%;
	}

	#pzone .pzone-list>ul,
	#pzone .pzone-list>ul>li>a {
		height: 100%;
	}

	.btm-box .social {
		background-image: none;
	}

	.btm-box .social ul {
		max-width: 100%;
		gap: 10px;
	}
	
}

/*** mobile ***/
@media screen and (max-width:800px) {
	.top-box {
		padding-top: 160px;
	}

	.top-box .slogan .txt01 {
		font-size: 26px;
		line-height: 26px;
	}
	
	.top-box .slogan .txt02,
	.top-box .slogan .txt02 span {
		font-size: 50px;
		line-height: 50px;
	}

	#list {
		margin-bottom: 36px;
	}

	#list .list-box {
		padding: 40px 16px 0px 16px;
		width: 100%;
		box-sizing: border-box;
	}

	#list .list-box>ul {
		flex-direction: column;
		gap: 10px;
	}

	#list .list-box>ul>li {
		margin-top: 0;
		width: 100%;
		height: auto;
		border-radius: 12px;
		border: 1px solid rgba(0, 0, 0, 0.10);
		box-shadow: none;
		box-sizing: border-box;
	}
	
	#list .list-box>ul>li>div {
		padding: 32px 28px 24px 28px;
		gap: 12px;
		height: auto;
	}

	#list .list-box>ul>li>div .tag {
		right: -1px;
		top: -1px;
		font-size: 13px;
	}

	#list .list-box>ul>li>div .tit {
		font-size: 18px;
	}

	#list .list-box>ul>li>div .date {
		font-size: 14px;
	}

	#list .list-box>ul>li>a,
	#list .list-box>ul>li>span {
		padding: 9px;
		font-size: 14px;
	}
	
	#list .control {
		display: none;
	}

	#list .more {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 16px;
	}

	#list .more a {
		display: inline-block;
		padding: 8px 42px 8px 24px;
		color: rgba(0, 0, 0, 0.60);
		font-size: 14px;
		font-weight: 500;
		letter-spacing: -0.56px;
		border-radius: 20px;
		background: #F5F5F5 url(../img/main/main-list-more.svg) no-repeat center right 24px;
	}

	.btm-box .wrap {
		flex-direction: column;
	}

	#notice {
		flex-direction: column;
		gap: 8px;
		padding: 20px;
		height: auto;
	}
	
	#notice>ul {
		width: 100%;
		height: 52px;
	}
	
	#notice>ul>li {
		flex-direction: column;
		align-items: flex-start;
	}
	
	#notice>ul>li>a {
		width: 100%;
	}

	#notice>ul>li>span {
		margin-top: 5px;
		margin-left: 0;
	}

	.mid-box .ing-list {
		padding: 36px 0 100px 0;
		background-size: auto 80px;
		background-position: center bottom;
	}

	.mid-box .ing-list p,
	.mid-box .ing-list p span {
		font-size: 15px;
	}

	.mid-box .ing-list p {
		background-position: 0 8px;
	}

	.mid-box .ing-list p span {
		margin-left: 0;
		margin-right: 0;
	}
	
	.mid-box .ing-list p span::before {
		left: -11px;
		bottom: -23px;
		width: 76px;
		height: 76px;
		background-size: 100%;
	}

	.mid-box .panel {
		flex-direction: column;
		gap: 20px;
		padding: 20px;
	}
	
	.mid-box .panel>div {
		width: 100%;
	}

	.mid-box .panel h3,
	.mid-box .panel .txt {
		max-width: 100%;
		background-size: 100%;
	}

	.mid-box .panel ul {
		gap: 2px;
		flex-direction: row;
	}

	.btm-box .wrap {
		padding-bottom: 0;
	}

	.btm-box .social {
		padding: 20px;
		width: 100%;
	}

	.btm-box .social .tit {
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		gap: 14px;
		padding-bottom: 20px;
	}

	.btm-box .social ul {
		justify-content: center;
		gap: 12px 3px;
	}

	.btm-box .social ul a {
		padding: 0;
		width: 40px;
		height: 40px;
		background: none;
	}
}