@charset "utf-8";
*,html,body,div,p,dl,dt,dd,ol,ul,li,label,legend,table,input,button,select,textarea,h3,::placeholder, address {font-family:'SCDream', 'Malgun Gothic', '맑은고딕', sans-serif;}

#contents .wrapper:after {
	display: none;
}

header {
	position: relative;
	width: 100%;
	top: 0;
	height: 14.5rem;
	background-color: #fff;
	z-index: 111;
}

.wrapper {
	max-width: 1400px;
}

.unesco {
	position: fixed;
	left: 0;
	top: 4rem;
	width: 18.4rem;
	z-index: 112;
}

.unesco>p {
	height: 10.6rem;
	border-radius: .4rem;
	background: #016FC8 url('/lll/images/main/unesco.png') no-repeat center;
	font-size: 0;
}

.unesco ul {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	padding: 2rem;
	border-radius: 0.4rem;
	background: rgba(255, 255, 255, 0.60);
	box-shadow: 0 0.4rem 40rem rgba(0, 0, 0, .1)
}

.unesco li {
	padding-bottom: 1.2rem;
	color: #666;
	font-size: 1.3rem;
	border-bottom: 1px dashed #ccc;
}

.unesco li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.top-con {
	display: flex;
	gap: 6rem;
	margin-top: 4rem;
	margin-bottom: 4rem;
}

#pzone {
	flex: 1 1 auto;
	position: relative;
	width: calc(70% - 0.6rem);
	max-width: 75rem;
	overflow: hidden;
}

#pzone::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 14.2rem;;
	height: 100%;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.00) 100%);
	z-index: 1;
}

#pzone .list {
	display: flex;
	gap: 2rem;
	position: relative;
	width: 100%;
	white-space: nowrap;
}

#pzone .list li{
	flex: 0 0 auto;
	width: 28.4rem;
	max-height: 35.8rem;
	font-size: 0;
	line-height: 0;
	border-radius: 1.2rem;
	overflow: hidden;
}

#pzone .list li img{
	max-width: 100%;
}

#pzone .control {
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% - 3.2rem / 2);
}

#pzone .control a {
	display: inline-block;
	width: 3.2rem;
	height: 4.4rem;
	font-size: 0;
	text-indent: -5000px;
	border-radius: 0rem 6rem 6rem 0rem;
	background: url(../images/main/pzone-arr.svg) no-repeat center / 0.8rem, rgba(0, 0, 0, 0.60);
	z-index: 1;
}

#pzone .control .next {
	transform: rotate(180deg);
}

.notice {
	flex: 1 1 auto;
	width: calc(30% - 0.6rem);
	max-width: 59rem;
}

.notice .tit-box {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid #01A5A1;
}

.notice h3{
	display: inline-block;
	padding: 1.4rem 2.5rem;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8rem;
	letter-spacing: -0.018rem;
	border-radius: 1.2rem 1.2rem 0rem 0rem;
	background: #01A5A1;
}

.notice .tit-box a {
	color: #101010;
	font-size: 1.6rem;
	font-weight: 500;
	padding-right: 2.2rem;
	background: url(../images/main/notice-more.png) no-repeat right center;
}

.notice ul {
	display: flex;
	flex-direction: column;
	padding-top: 1.3rem;
}

.notice ul li {
	position: relative;
	padding: 1.25rem 8.3rem 1.25rem 5.4rem;
	border-bottom: 1px dashed #DDD;
}

.notice ul li:nth-last-child(1) {
	padding-bottom: 0;
	border-bottom: none;
}

.notice ul li a {
	display: block;
	color: #333;
	font-size: 1.6rem;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.notice ul li .tag {
	position: absolute;
	left: 0;
	top: 1.4rem;
	text-align: center;
	width: 4.7rem;
	color: #01A5A1;
	font-size: 1.2rem;
	font-weight: 600;
	border: 1px solid #01A5A1;
	border-radius: 2.3rem;
	background: #fff;
	box-sizing: border-box;
}

.notice ul li .tag.etc {
	color: #999;
	border-color: #999;
}

.notice ul li .date {
	position: absolute;
	right: 0;
	top: 1.4rem;
	color: #666;
	font-size: 1.4rem;
	font-weight: 200;
}

.mid-con {
	display: flex;
	gap: 3.2rem;
	margin-top: 8rem;
	margin-bottom: 4rem;
}

#edu {
	flex: 1 1 auto;
	position: relative;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 43rem;
}

#edu h3 {
	color: #222;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 160%;
}
	
#edu .edu-con {
	display: flex;
	padding-left: 2.4rem;
	padding-right: 12.6rem;
	border-radius: 5.4rem;
	background: #F0F9F8;
}

#edu .edu-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 2.8rem;
	padding-right: 2.8rem;
	height: 6rem;
	color: #444;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: -0.064rem;
}

#edu .select .edu-tab {
	color: #01a5a1;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: -0.064rem;
	border-radius: 4.5rem;
	border: 1px solid #01A5A1;
	background: #FFF;
	box-shadow: 0 0.4rem 4rem 0 rgba(0, 0, 0, 0.10);
	box-sizing: border-box;
}

#edu .more {
	display: none;
}

#edu .select .more {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 2.8rem;
	padding-left: 5.7rem;
	height: 6rem;
	color: #01A5A1;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 6rem;	
	background: url(../images/main/edu-more.svg) no-repeat 2.8rem center / 2.4rem;
}

#edu .edu-list {
	display: none;
	flex-wrap: wrap;
	gap: 1.2rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

#edu .select .edu-list {
	display: flex;
}

#edu .edu-list li {
	width: calc(33.3% - ((1.2rem * 2) / 3));
}

#edu .edu-list li a {
	display: block;
	position: relative;
	padding: 3.6rem 3.6rem 3.2rem 3.6rem;
	border-radius: 1.2rem;
	border: 1px solid #DDD;
	box-sizing: border-box;
}

#edu .edu-list li.req a {
	border-color: #01A5A1;
}

#edu .edu-list .tag {
	display: inline-block;
	position: absolute;
	top: 1.4rem;
	right: 1.4rem;
	padding: 0.6rem 0.8rem 0.6rem 2.2rem;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.024rem;
	border-radius: 4rem;
	border-width: 1px;
	border-style: solid;
}

#edu .edu-list .tag::before {
	content: '';
	position: absolute;
	left: 0.8rem;
	top: 0.9rem;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 50%;
}

#edu .edu-list .req .tag {
	color: #01a5a1;
	border-color: #01A5A1;
	background: rgba(0, 149, 145, 0.05);
}

#edu .edu-list .req .tag::before {
	background: #01A5A1;
}

#edu .edu-list .edu .tag {
	color: #6840EF;
	border-color: #6840EF;
	background: rgba(104, 64, 239, 0.10);;
}

#edu .edu-list .edu .tag::before {
	background: #6840EF;
}

#edu .edu-list .wait .tag {
	color: #777;
	border-color: #777;
	background: #f5f5f5;
}

#edu .edu-list .wait .tag::before {
	background: #777;
}

#edu .edu-list .end .tag {
	padding-left: 0.8rem;
	color: #777;
	border-color: #777;
	background: #f5f5f5;
}

#edu .edu-list .end .tag::before {
	display: none;
}

#edu .edu-list .tit {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 8rem;
	color: #222 !important;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: -0.032rem;
	overflow: hidden;
}

#edu .edu-list .tit span {
	display: block;
}

#edu .edu-list .date{
	position: relative;
	padding-left: 0.9rem;
	margin-top: 1.2rem;
	color: #666 !important;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 180%;
	letter-spacing: -0.032rem;
}

#edu .edu-list .date::before {
	content: '';
	position: absolute;
	left: 0;
	top: 1rem;
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	background: #666;
}

#edu .edu-list .edu-list-tit strong {
	color: var(--point);
	font-weight: 600;
}

#edu .edu-list .edu-list-date {
	font-size: 1.3rem;
	font-weight: 300;
}

#edu-search {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	width: 32.4rem;
	border-radius: 1.2rem;
	border: 1px solid #6840EF;
	background: #FFF;
	box-sizing: border-box;
	overflow: hidden;
}

#edu-search h3 {
	flex: 0 0 auto;
	padding: 2.1rem 3rem 2rem 3rem;
	color: #222;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 160%;
	border-bottom: 1px dashed #DDD;
	background: #F7F5FE;
}

#edu-search .conBox {
	flex: 1 1 auto;
	display: flex;
	gap: 1.2rem;
	height: 100%;
	padding: 3.4rem 3.2rem;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
}

#edu-search .conBox>div {
	position: relative;
}

#edu-search .conBox>.select {
	position: relative;
	display: block;
	padding: 1.6rem 2rem 1.6rem 4.7rem;
	height: 6rem;
	width: 100%;
	color: #222;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 130%;
	border-radius: 0.4rem;
	border: 1px solid rgba(104, 64, 239, 0.20);
	background: #fff;
	box-sizing: border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

#edu-search .conBox>.select::after {
	content: '';
	position: absolute;
	right: 2rem;
	top: calc(50% - 0.4rem);
	width: 1.2rem;
	height: 0.8rem;
	background: url(../images/main/edu-search.svg) no-repeat 0 0 / 11.7rem;
}

#edu-search .conBox>.select::before {
	content: '';
	position: absolute;
	left: 1.4rem;
	top: calc(50% - 1.4rem);
	width: 2.8rem;
	height: 2.8rem;
	background: url(../images/main/edu-search.svg) no-repeat 0 0 / 11.7rem;
	z-index: 1;
}

#edu-search .conBox>.cate::before {
	background-position: -1.2rem 0;
}

#edu-search .conBox>.obj::before {
	background-position: -4rem 0;
}

#edu-search .conBox>.org::before {
	background-position: -6.8rem 0;
}

#edu-search .conBox>.select>select {
  position: absolute;
  padding: 1.3rem 1.2rem;
  left: 0;
  top: 0;
  width: 100%;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.008rem;
  opacity: 0;
}

#edu-search .conBox>.cate>ul {
	z-index: 4;
}

#edu-search .conBox>.obj>ul {
	z-index: 3;
}

#edu-search .conBox>.org>ul {
	z-index: 2;
}

#edu-search .conBox>div>ul>li{
	margin-top: 0.5rem;
}

#edu-search input[type=text] {
	padding: 2rem 2rem 1.9rem 2rem;
	color: #222;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 130%;
	border-radius: 0.4rem;
	border: 1px solid rgba(104, 64, 239, 0.20);
	background: #F7F5FE;
}

#edu-search input[type=text]::placeholder {
	color: #222;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 130%;
}

#edu-search .edu-btn {
	position: relative;
	text-align: center;
	padding: 2rem 4.1rem 2rem;
	border-radius: 0.4rem;
	background: #6840ef;
	overflow: hidden;
}

#edu-search .edu-btn span {
	position: relative;
	display: inline-block;
	padding-right: 2.8rem;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	text-shadow:-1px 0 rgba(0,0,0,.1), 0 -1px rgba(0,0,0,.1), 1px 0 rgba(0,0,0,.1), 0 1px rgba(0,0,0,.1);
}

#edu-search .edu-btn span::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0.1rem;
	width: 1.8rem;
	height: 1.8rem;
	background: url(../images/main/edu-search.svg) no-repeat -9.75rem 0 / 11.7rem;
}

#edu-search input[type=submit] {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	border: none;
	background: none;
	cursor: pointer;
}

.link {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 3.2rem;
	padding-bottom: 3.2rem;
	background: #6224C7;
	transition: .5s;
	z-index: 1;
}

.link>ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1.35rem;
	justify-content: space-between;
}

.link>ul>li>a {
	display: block;
	position: relative;
	text-align: center;
	padding-top: 8rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
}

.link>ul>li>a::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 6.4rem;
	height: 6.4rem;
	background: url(../images/main/link.svg) no-repeat center / 44.8rem;
}

.link>ul>li:nth-child(1)>a::before {
	background-position: 0 0;
}

.link>ul>li:nth-child(2)>a::before {
	background-position: -6.4rem 0;
}

.link>ul>li:nth-child(3)>a::before {
	background-position: -12.8rem 0;
}

.link>ul>li:nth-child(4)>a::before {
	background-position: -19.2rem 0;
}

.link>ul>li:nth-child(5)>a::before {
	background-position: -25.6rem 0;
}

.link>ul>li:nth-child(6)>a::before {
	background-position: -32rem 0;
}

.link>ul>li:nth-child(7)>a::before {
	background-position: -38.4rem 0;
}

.link.fix {
	position: fixed;
	transition: .5s;
}

.link-fix footer {
	padding-bottom: 20.8rem;
}

.relate {
	padding-top: 4rem;
	padding-bottom: 4rem;
	background: #f5f5f5;
}

.relate .wrapper {
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.relate h3 {
	margin-top: 2rem;
	color: #222;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 4.4rem;
	letter-spacing: -0.064rem;
}

.relate h3 span {
	display: block;
	color: #FF4D77;
}

.relate .conBox {
	display: flex;
	width: 114rem;
	background: #fff;
	border-radius: 1.2rem;
	border: 1px solid #CCC;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
}

.relate .conBox>li {
	flex: 1 1 25%;
	position: relative;
	padding: 5.6rem 4rem;
	max-width: 25%;
	box-sizing: border-box;
}

.relate .conBox>li::before {
	content: '';
	position: absolute;
	right: 3.2rem;
	top: 3.2rem;
	width: 7rem;
	height: 7rem;
	background: url(../images/main/relate.png) no-repeat center / 28rem;
}

.relate .conBox>li:nth-child(1):before {
	background-position: 0 0;
}

.relate .conBox>li:nth-child(2):before {
	background-position: -7rem 0;
}

.relate .conBox>li:nth-child(3):before {
	background-position: -14rem 0;
}

.relate .conBox>li:nth-child(4):before {
	background-position: -21rem 0;
}

.relate .conBox>li::after {
	content: '';
	position: absolute;
	right: 0;
	top: 3.2rem;
	height: calc(100% - 6.4rem);
	border-right: 1px dashed #ccc;
}

.relate .conBox>li:nth-last-child(1):after {
	display: none;
}

.relate .conBox li .tit {
	margin-bottom: 2rem;
	color: #222;
	font-size: 2.2rem;
	font-weight: 700;
}

.relate .conBox li a {
	display: block;
	position: relative;
	margin-top: 0.4rem;
	padding-left: 1.3rem;
	color: #222;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 130%;
	word-break: keep-all;
}

.relate .conBox li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.7rem;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #ccc;
}

#banner .wrapper {
	display: flex;
	align-items: center;
	margin: 2.4rem auto;
}

#banner .tit-box {
	flex:  0 0 auto;
	display: flex;
	align-items: center;
}

#banner h3 {
	flex: 0 0 auto;
	margin-right: 1.2rem;
	color: #202020;
	font-size: 1.9rem;
	font-weight: 500;
	letter-spacing: -0.057rem;
}

#banner .control {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
}

#banner .control>a {
	flex: 0 0 auto;
	position: relative;
}

#banner .control .prev,
#banner .control .next {
	padding: 1.2rem 0rem;
	font-size: 0;
	text-indent: -5000px;
	width: 3.6rem;
	height: 3.6rem;
}

#banner .control .prev::before,
#banner .control .next::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.25);
	background: url(../images/main/banner-arr.svg) no-repeat center / 0.6rem;
}

/* #banner .control .prev::after,
#banner .control .next::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1.2rem;
	height: 0.8rem;
} */

#banner .control .prev {
	margin-right: 1.2rem;
}

#banner .control .next {
	margin-left: 1.2rem;
}

#banner .control .next::before {
	transform: rotate(180deg);
}

#banner .control .play,
#banner .control .stop {
	color: #666;
	font-size: 1.4rem;
	font-weight: 500;
}

#banner .control .play {
	margin-right: 1.6rem;
}

#banner .control .play::before {
	content: '';
	position: absolute;
	right: -0.8rem;
	top: 0.5rem;
	width: 1px;
	height: 1.2rem;
	background: #ccc;
}

#banner .list {
	flex: 1 1 auto;
	margin-left: 3.2rem;
	white-space: nowrap;
	overflow: hidden;
}

#banner .list ul {
	display: flex;
	align-items: center;
	gap: 2.3rem;
	position: relative;
}

#banner .list ul>li>a {
	color: #444;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 130%;
}

@media all and (min-width:1025px) {
	header {
		position: fixed;
	}

	#contents {
		position: relative;
		padding-top: 14.5rem;
	}
}

@media all and (max-width:1024px) {
	.wrapper {
		padding-left: 3%;
		padding-right: 3%;
	}
	
	.unesco {
		display: none;
	}

	.top-con, .mid-con {
		flex-direction: column;
	}

	.top-con>div, .mid-con>div {
		width: 100%;
		max-width: 100%;
	}
	
	#pzone {
		width: 100%;
		max-width: 100%;
	}

	.mid-con.wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	
	#edu {
		padding-bottom: 0;
		height: 83rem;
	}

	#edu::before {
		content: '';
		position: absolute;
		right: 4rem;
		top: 1.8rem;
		width: 1.6rem;
		height: 1.6rem;
		background:  url(../images/main/edu-arr.svg) no-repeat center / 1.6rem;
		z-index: 99;
	}

	#edu h3 {
		margin-left: 3%;
	}

	#edu .edu-con {
		flex-direction: column;
		padding: 0;
		margin-right: 3%;
		width: 22.3rem;
		border-radius: 4.5rem;
		border: 2px solid #01A5A1;
		background: #FFF;
		background-size: 1.6rem;
		overflow: hidden;
	}

	#edu .edu-tab {
		display: none;
		position: relative;
		width: 22.3rem;
		padding: 1rem 2rem 1rem 1.6rem;
		height: auto;
		box-sizing: border-box;
		background: #fff;
		z-index: 9;
	}

	#edu .select .edu-tab {
		display: block;
		border: 0;
		background: none;
		box-shadow: none;
	}
	
	#edu .on-tab {
		border-radius: 1rem;
	}

	#edu .on-tab .edu-tab {
		display: block;
	}
	
	#edu .edu-list {
		top: 7rem;
		bottom: auto;
		flex-direction: column;
		gap: 0;
		z-index: -1;
	}

	#edu .edu-list li {
		width: 100%;
	}

	#edu .edu-list li>a {
		padding: 1.6rem 3%;
		border-radius: 0;
		border: none;
		border-top: 1px solid #DDD !important;
	}
	
	#edu .edu-list li:first-child>a {
		border-top: none !important;
	}

	#edu .edu-list .tag {
		top: auto;
		bottom: 1.6rem;
	}

	#edu .edu-list .tit {
		-webkit-line-clamp: 2;
		height: 5rem;
	}
	
	#edu .select .more {
		display: inline-block;
		right: calc(50% - 10rem / 2);
		top: auto;
		bottom: 0;
		margin: auto;
	}

	#edu-search {
		margin-left: 3%;
		margin-right: 3%;
		width: 94%;
		box-shadow: 0 0.4rem 4rem 0 rgba(0, 0, 0, 0.10);
	}

	.link>ul {
		justify-content: flex-start;
	}

	.link>ul>li {
		width: calc(33.3% - 1.35rem);
	}

	.relate .wrapper {
		flex-direction: column;
	}

	.relate h3 {
		text-align: center;
	}

	.relate h3 span {
		display: inline-block;
	}

	.relate .conBox {
		flex-direction: column;
		width: auto;
	}
	
	.relate .conBox>li {
		padding: 2.4rem;
		width: 100%;
		max-width: none;
	}

	.relate .conBox>li::before {
		top: 0;
		bottom: 0;
		margin: auto;
	}
	
	#banner .wrapper {
		align-items: flex-start;
		flex-direction: column;
		gap: 1.2rem;
		overflow: hidden;
	}

	.relate .conBox>li::after {
		left: 0;
		top: 100%;
		width: 100%;
		height: auto;
		border-right: none;
		border-bottom: 1px dashed #ccc;
	}

	#banner .tit-box {
		justify-content: space-between;
		width: 100%;
	}
	
	#banner .list {
		margin-left: 0;
	}
}

@media screen and (min-width:768px) {
	#contents {
		position: relative;
	}
}

@media screen and (max-width:769px) {
}