@charset "UTF-8";
/* ---메인.css--- */
/* common */
.main #container {
	padding-top: 0;
}

.main article {
	padding: 120px 0 160px;
}

.main article .sec_tag {
	display: inline-block;
	padding: 0 6px;
	margin: 0 auto 20px;
	height: 24px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	border-radius: 5px;
}

.main article h3 {
	margin-bottom: 10px;
	font-size: 48px;
	font-family: 'HSSanTokki20-Regular';
	letter-spacing: 0;
}

.main article .sec_exp {
	padding: 0 28px;
	font-size: 20px;
	word-break: keep-all;
	text-align: center;
}

@media screen and (max-width: 1200px) {
	.main article {
		padding: 60px 0 80px;
	}

	.main article .sec_tag {
		padding: 0 4px;
		margin: 0 auto 12px;
		height: 18px;
		font-size: 12px;
		line-height: 18px;
	}

	.main article h3 {
		padding: 0 28px;
		margin-bottom: 6px;
		font-size: 36px;
		word-break: keep-all;
		text-align: center;
		line-height: 1.4;
	}

	.main article .sec_exp {
		font-size: 16px;
		letter-spacing: 0;
	}
}

.wrap_slider_btn {
	position: absolute;
	left: 50%;
	margin-left: -588px;
	width: 1176px;
}

.wrap_slider_btn div[class^='swiper-button']:after {
	display: none;
}

.wrap_slider_btn .swiper-button-prev {
	width: 56px;
	height: 56px;
	background: url(/kor/img/btn_prev.svg) no-repeat 50%;
}

.wrap_slider_btn .swiper-button-next {
	right: 0;
	width: 56px;
	height: 56px;
	background: url(/kor/img/btn_next.svg) no-repeat 50%;
}

@media screen and (max-width: 1200px) {
	.wrap_slider_btn {
		left: 0;
		margin-left: 0;
		width: 100%;
	}

	.wrap_slider_btn .swiper-button-prev {
		left: 4px;
	}

	.wrap_slider_btn .swiper-button-next {
		right: 4px;
	}
}

/* main_visual */
.main_banner {
	position: relative;
}

.main_banner .pagination {
	position: absolute;
	display: flex;
	bottom: 30px;
	width: 100%;
	justify-content: center;
}

.main_banner .pagination .inner {
	position: relative;
	width: 134px;
	height: 42px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 21px;
	z-index: 10;
}

.main_banner .pagination .inner div[class^='swiper-button']:after {
	display: none;
}

.main_banner .pagination .inner .swiper-button-prev {
	margin-top: -7px;
	left: 20px;
	width: 9px;
	height: 14px;
	background: url(/kor/img/btn_slider_prev.svg) no-repeat 50%;
}

.main_banner .pagination .inner .swiper-button-next {
	margin-top: -7px;
	right: 20px;
	width: 9px;
	height: 14px;
	background: url(/kor/img/btn_slider_next.svg) no-repeat 50%;
}

.main_banner .pagination .inner .swiper-pagination {
	font-size: 16px;
	color: #ccc;
	letter-spacing: -1.5px;
	padding-right: 10px;
	box-sizing: border-box;
}

.main_banner .pagination .inner .swiper-pagination .swiper-pagination-current {
	color: #fff;
	font-weight: bold;
}

.main_banner .pagination .inner .swiper-pagination .swiper-pagination-total {
	color: #fff;
	font-weight: bold;
}

.main_banner .pagination .inner .btn_pause {
	position: absolute;
	left: 50%;
	margin-left: 15px;
	top: 15px;
	height: 12px;
	width: 12px;
	background: url(/kor/img/btn_slider_pause_white.svg) no-repeat center;
	background-size: auto 12px;
	font-size: 0;
	z-index: 12;
	cursor: pointer;
}

.main_banner .pagination .inner .btn_pause.play {
	background-image: url(/kor/img/btn_slider_play_white.svg);
}

@media screen and (max-width: 1200px) {
	.main_banner .pagination .inner {
		background: rgba(131, 131, 131, 0.6);
	}
}

.main_banner .main_visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-self: center;
	padding: 0;
	width: 100%;
	height: 920px;
}

.main_banner .main_visual .image {
	display: block;
	width: 100%;
	height: 100%;
	 object-fit: cover;
	 object-position: center;
	background: no-repeat 50%;
	background-size: cover;
	font-size: 0;
}

.main_banner .main_visual .image.mb {
	display: none;
}

.main_banner .main_visual h2 {
	display: flex;
	align-items: start;
	flex-direction: column;
	font-family: 'HSSanTokki20-Regular';
	position: absolute;
	left: 50%;
	margin-left: 60px;
	font-size: 64px;
	color: #fff;
	letter-spacing: 0;
}

@media screen and (max-width: 1200px) {
	.main_banner .main_visual {
		height: 660px;
	}

	.main_banner .main_visual .image.pc {
		display: none;
	}

	.main_banner .main_visual .image.mb {
		display: block;
	}

	.main_banner .main_visual h2 {
		left: 0;
		top: 385px;
		margin-left: 26px;
		font-size: 36px;
	}
}

/* sec01 */
.sec01 {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(/kor/img/sec01_bg.svg) no-repeat 50%;
	background-size: cover;
}

.sec01 .sec_tag {
	background-color: #AFC800;
}

.sec01 h3 {
	color: #151515;
}

.sec01 .sec_exp {
	color: #8d8d8d;
}

.sec01 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	margin-top: 160px;
	width: 1300px;
}

.sec01 ul li {
	position: relative;
	padding: 30px;
	width: 400px;
	height: 566px;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 4px 7px 31px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

.sec01 ul li:nth-of-type(2), .sec01 ul li:nth-of-type(5) {
	transform: translateY(-90px);
}

.sec01 ul li .location {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: bold;
	color: #151515;
}

.sec01 ul li .location:before {
	content: '';
	display: block;
	width: 16px;
	height: 19px;
	background: url(/kor/img/icn_location.svg) no-repeat;
	background-size: contain;
}

.sec01 ul li .cnt {
	position: absolute;
	right: 60px;
	bottom: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	z-index: 99;
}

.sec01 ul li .cnt > span {
	margin-right: 6px;
	font-family: 'HSSanTokki20-Regular';
	font-size: 78px;
	font-weight: 400;
}

.sec01 ul li .swiper {
	padding-top: 46px;
	margin-top: -46px;
}

.sec01 ul li .swiper .swiper-slide {
	border-radius: 32px;
	overflow: hidden;
}

.sec01 ul li .swiper .swiper-slide img {
	max-width: 100%;
}

@media screen and (min-width: 1030px) {
	.sec01 ul li .swiper .swiper-slide {
		height: 460px;
	}
}

.sec01 ul li .swiper .swiper-pagination {
	top: 7px;
	text-align: right;
	height: 30px;
}

.sec01 ul li .swiper .swiper-pagination .swiper-pagination-bullet {
	margin: 0 3px;
}

.sec01 ul li .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #666;
}

.sec01 ul li .swiper .btn_pause {
	position: absolute;
	right: 48px;
	top: 12px;
	height: 12px;
	width: 16px;
	background: url(/kor/img/btn_slider_pause_black.svg) no-repeat center;
	background-size: auto 12px;
	font-size: 0;
	z-index: 12;
	cursor: pointer;
}

.sec01 ul li .swiper .btn_pause.play {
	background-image: url(/kor/img/btn_slider_play_black.svg);
}

@media screen and (max-width: 1200px) {
	.sec01 ul {
		justify-content: center;
		gap: 30px;
		width: 100%;
	}

	.sec01 ul li {
		width: 500px;
		height: auto;
	}

	.sec01 ul li img {
		width: 100%;
	}
}

@media screen and (max-width: 1030px) {
	.sec01 {
		background: #fff;
	}

	.sec01 ul {
		flex-wrap: wrap;
		gap: 69px 16px;
		margin-top: 118px;
		width: calc(100% - 32px);
	}

	.sec01 ul li {
		width: calc((100% - 16px) / 2);
		height: auto;
		border-radius: 25px;
		overflow: hidden;
	}

	.sec01 ul li:before {
		content: '';
		display: block;
		padding-top: calc(135% + 48px);
	}

	.sec01 ul li:nth-of-type(2), .sec01 ul li:nth-of-type(5) {
		transform: translateY(0);
	}

	.sec01 ul li:nth-child(odd) {
		transform: translateY(-50px);
	}

	.sec01 ul li .m_cont {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 10px;
	}

	.sec01 ul li .location {
		font-size: 16px;
	}

	.sec01 ul li .swiper {
    padding-top: 36px;
}

	/*
	.sec01 ul li .m_cont .location {
		display: none;
	}
	*/

	.sec01 ul li .m_cont img {
		width: 100%;
		height: auto;
		object-fit: contain;
	}

	.sec01 ul li .m_cont .cnt {
		bottom: 10px;
		right: 28px;
		font-size: 18px;
	}

	.sec01 ul li .m_cont .cnt > span {
		font-size: 48px;
	}

	/* 
	.sec01 ul li .swiper {
		padding-top: 0;
		margin-top: 0;
	}

	.sec01 ul li .swiper .swiper-pagination {
		display: none;
	}

	.sec01 ul li .swiper .btn_pause {
		display: none;
	}
	*/
}

/* sec02 */
.sec02 {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: auto;
	background: url(/kor/img/sec02_bg.png) no-repeat 50%;
	background-size: auto 2080px;
	box-sizing: border-box;
}

.sec02 .sec_tag {
	background-color: #F1AB29;
}

.sec02 h3 {
	color: #fff;
}

.sec02 .sec_exp {
	color: #fff;
}

.sec02 .program {
	padding: 0 8.5%;
	margin-top: 60px;
	width: 100%;
	box-sizing: border-box;
}

.sec02 .program .swiper-slide {
	padding: 32px;
	min-width: 500px;
	border-radius: 20px;
	background-color: #fff;
	box-sizing: border-box;
}

.sec02 .program .swiper-slide .logo {
	display: block;
	margin-bottom: 20px;
}

.sec02 .program .swiper-slide .exp {
	margin-bottom: 20px;
	font-size: 18px;
}

.sec02 .program .swiper-slide .info {
	display: flex;
	gap: 8px;
	margin-bottom: 4px;
	font-size: 18px;
}

.sec02 .program .swiper-slide .info:last-child {
	margin-bottom: 0;
}

.sec02 .program .swiper-slide .info dt {
	width: 70px;
	font-weight: 700;
}

.sec02 .program .swiper-slide .info dd {
	display: flex;
	align-items: center;
}

.sec02 .program .swiper-slide .info dd span {
	position: relative;
	padding: 0 14px;
}

.sec02 .program .swiper-slide .info dd span:after {
	content: '';
	position: absolute;
	right: -1px;
	top: 9px;
	width: 3px;
	height: 9px;
	background-color: #b7b7b7;
	border-radius: 5px;
}

.sec02 .program .swiper-slide .info dd span:first-child {
	padding-left: 0;
}

.sec02 .program .swiper-slide .info dd span:last-child:after {
	display: none;
}

.sec02 .program .swiper-slide .view {
	display: block;
	position: relative;
	padding: 24px;
	margin-top: 20px;
	background-color: #F7F3DA;
	border-radius: 20px;
	text-decoration: none;
}

.sec02 .program .swiper-slide .view:after {
	content: '';
	position: absolute;
	right: 5%;
	top: 13%;
	width: 24px;
	height: 24px;
	background: url(/kor/img/icn_link.svg) no-repeat;
}

.sec02 .program .swiper-slide .view:nth-of-type(1) {
	margin-top: 40px;
}

.sec02 .program .swiper-slide .view .tit {
	position: relative;
	padding-left: 24px;
	margin-bottom: 12px;
	width: 85%;
	font-size: 16px;
	font-weight: bold;
}

.sec02 .program .swiper-slide .view .tit:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 24px;
	background: url(/kor/img/icn_symbol.svg) no-repeat 50%;
}

.sec02 .program .swiper-slide .view dl {
	display: flex;
	gap: 8px;
	margin-bottom: 4px;
	font-size: 16px;
}

.sec02 .program .swiper-slide .view dl:last-child {
	margin-bottom: 0;
}

.sec02 .program .swiper-slide .view dl dt {
	width: 60px;
	flex-shrink: 0;
}

.sec02 .program .swiper-slide .view dl dd {
	padding-right: 20px;
}

.sec02 .program .wrap_slider_btn {
	top: 200px;
}

@media screen and (max-width: 1200px) {
	.sec02 .program {
		padding: 0 40px;
	}

	.sec02 .program .swiper-slide {
		padding: 24px;
		min-width: auto;
	}

	.sec02 .program .swiper-slide .logo {
		width: 100%;
	}

	.sec02 .program .swiper-slide .exp {
		font-size: 16px;
	}

	.sec02 .program .swiper-slide .info {
		flex-direction: column;
		gap: 2px;
		margin-bottom: 16px;
		font-size: 16px;
	}

	.sec02 .program .swiper-slide .info dt {
		width: 100%;
	}

	.sec02 .program .swiper-slide .info dd {
		display: block;
		word-break: break-all;
	}

	.sec02 .program .swiper-slide .info dd > span {
		display: block;
		padding: 0;
	}

	.sec02 .program .swiper-slide .info dd > span:after {
		display: none;
	}

	.sec02 .program .swiper-slide .view {
		padding: 16px;
		margin-top: 24px;
	}

	.sec02 .program .swiper-slide .view .tit {
		padding-left: 20px;
		margin-bottom: 20px;
		font-size: 14px;
	}

	.sec02 .program .swiper-slide .view .tit:before {
		width: 16px;
		height: 21px;
		background-size: contain;
	}

	.sec02 .program .swiper-slide .view dl {
		display: none;
	}
}

/* sec03 */
.sec03 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sec03 .sec_tag {
	background-color: #AFC800;
}

.sec03 .h3 {
	color: #000;
}

.sec03 .sec_exp {
	color: #000;
}

.sec03 .video {
	padding: 0 10% 0 7%;
	margin-top: 80px;
	width: 100%;
	box-sizing: border-box;
}

.sec03 .video .swiper-slide {
	min-width: 500px;
}

.sec03 .video .swiper-slide .thum {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: 280px;
	border-radius: 20px;
	overflow: hidden;
}

.sec03 .video .swiper-slide .thum img {
	width: 100%;
	object-fit: cover;
}

.sec03 .video .swiper-slide span {
	display: inline-block;
	padding: 0 6px;
	height: 24px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 24px;
	background-color: #DD4508;
	border-radius: 5px;
}

.sec03 .video .swiper-slide .tit {
	display: -webkit-box;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.3em;
	height: 2.6em;
	font-size: 20px;
	font-weight: 700;
}

.sec03 .video .swiper-slide .hashtag_txt {
	margin-top: 8px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.3em;
	height: 3.9em;
	font-size: 18px;
	color: #dd4508;
}

.sec03 .video .swiper-slide .hashtag {
	display: flex;
	gap: 3px;
	flex-wrap: wrap;
	margin-top: 8px;
}

.sec03 .video .swiper-slide .hashtag li {
	font-size: 18px;
	color: #dd4508;
}

.sec03 .video .wrap_slider_btn {
	top: 134px;
}

@media screen and (max-width: 1200px) {
	.sec03 .sec_exp {
		color: #909090;
	}

	.sec03 .video {
		padding: 0 40px;
		margin-top: 60px;
	}

	.sec03 .video .swiper-slide {
		min-width: auto;
	}

	.sec03 .video .swiper-slide .thum {
		position: relative;
		width: 100%;
		height: auto;
	}

	.sec03 .video .swiper-slide .thum:before {
		content: '';
		display: block;
		padding-top: 56%;
	}

	.sec03 .video .swiper-slide .thum img {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.sec03 .video .swiper-slide .tit {
		margin-top: 8px;
		font-size: 16px;
	}

	.sec03 .video .swiper-slide .hashtag_txt {
		font-size: 14px;
	}

	.sec03 .video .swiper-slide .hashtag li {
		font-size: 14px;
	}

	.sec03 .video .wrap_slider_btn {
		top: 50%;
		margin-top: -71px;
	}
}

/* sec04 */
.sec04 {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #F5F5F5;
}

.sec04 .sec_tag {
	background-color: #AFC800;
}

.sec04 h3 {
	color: #0e0e0e;
}

.sec04 .story {
	padding: 0 10%;
	margin-top: 80px;
	width: 100%;
	box-sizing: border-box;
}

.sec04 .story .swiper-slide {
	min-width: 500px;
}

.sec04 .story .swiper-slide img {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: 500px;
	border-radius: 20px;
}

.sec04 .story .swiper-slide span {
	display: inline-block;
	padding: 0 6px;
	margin-bottom: 10px;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	background-color: #AFC800;
	border-radius: 5px;
}

.sec04 .story .swiper-slide .tit {
	display: -webkit-box;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.3em;
	height: 2.6em;
	font-size: 20px;
	font-weight: 700;
}

.sec04 .story .swiper-slide .hashtag_txt {
	margin-top: 8px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.3em;
	height: 3.9em;
	font-size: 18px;
	color: #9BB003;
}

.sec04 .story .swiper-slide .hashtag {
	display: flex;
	gap: 3px;
	flex-wrap: wrap;
	margin-top: 8px;
}

.sec04 .story .swiper-slide .hashtag li {
	font-size: 18px;
	color: #9BB003;
}

.sec04 .story .wrap_slider_btn {
	top: 244px;
}

@media screen and (max-width: 1200px) {
	.sec04 .sec_exp {
		color: #909090;
	}

	.sec04 .story {
		padding: 0 40px;
		margin-top: 60px;
	}

	.sec04 .story .swiper-slide {
		min-width: auto;
	}

	.sec04 .story .swiper-slide img {
		height: auto;
	}

	.sec04 .story .swiper-slide .tit {
		margin-top: 8px;
		font-size: 16px;
	}

	.sec04 .story .swiper-slide .hashtag_txt {
		font-size: 14px;
	}

	.sec04 .story .swiper-slide .hashtag li {
		font-size: 14px;
	}

	.sec04 .story .wrap_slider_btn {
		top: 50%;
		margin-top: -129px;
	}
}

/* sec05 */
.sec05 .layout {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 1280px;
}

.sec05 .layout .wrap_board {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.sec05 .layout .wrap_board .left {
	position: relative;
	width: 737px;
}

.sec05 .layout .wrap_board .right {
	width: 475px;
}

.sec05 .layout .wrap_board h3 {
	margin-bottom: 30px;
}

.sec05 .layout .sec_tag {
	background-color: #F1AB29;
}

.sec05 .layout .notice {
	margin-top: 30px;
	width: 100%;
}

.sec05 .layout .notice li {
	position: relative;
	padding: 16.5px 24px;
	border-top: 1px solid rgba(14, 14, 14, 0.2);
}

.sec05 .layout .notice li span {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #f1ab29;
}

.sec05 .layout .notice li .tit {
	display: block;
	margin-top: 7px;
	width: 80%;
	font-size: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sec05 .layout .notice li .date {
	position: absolute;
	right: 24px;
	bottom: 24px;
	font-size: 18px;
	color: #909090;
}

.sec05 .layout .popup_zone .swiper {
	padding-top: 67px;
	margin-top: -67px;
}

.sec05 .layout .popup_zone .control {
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
	height: 30px;
}

.sec05 .layout .popup_zone .control div[class^='swiper-button']:after {
	display: none;
}

.sec05 .layout .popup_zone .control .swiper-button-prev {
	top: 2px;
	left: 0;
	margin-top: 0;
	width: 9px;
	height: 14px;
	background: url(/kor/img/btn_slider_prev_black.svg) no-repeat 50%;
}

.sec05 .layout .popup_zone .control .swiper-button-next {
	top: 2px;
	right: 40px;
	margin-top: 0;
	width: 9px;
	height: 14px;
	background: url(/kor/img/btn_slider_next_black.svg) no-repeat 50%;
}

.sec05 .layout .popup_zone .control .swiper-pagination {
	width: 110px;
	font-size: 16px;
	color: #333;
	letter-spacing: -1.5px;
}

.sec05 .layout .popup_zone .control .swiper-pagination .swiper-pagination-current {
	color: #F1AB29;
	font-weight: bold;
}

.sec05 .layout .popup_zone .control .swiper-pagination .swiper-pagination-total {
	color: #333;
	font-weight: bold;
}

.sec05 .layout .popup_zone .control .btn_pause {
	position: absolute;
	right: 0;
	top: 2px;
	height: 15px;
	width: 15px;
	background: url(/kor/img/btn_slider_pause_black.svg) no-repeat center;
	background-size: auto 15px;
	font-size: 0;
	z-index: 12;
	cursor: pointer;
}

.sec05 .layout .popup_zone .control .btn_pause.play {
	background-image: url(/kor/img/btn_slider_play_black.svg);
}

.sec05 .layout .popup_zone .swiper-slide a {
	width: 100%;
	height: 500px;
	display: block;
	border-radius: 16px;
	background: #ddd no-repeat center center;
	background-size: cover;
	overflow: hidden;
	font-size: 0;
}

.sec05 .layout .popup_zone .swiper-slide a img {
	width: 100%;
	height: 100%;
}

.sec05 .layout .btn_more {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	margin-top: 28px;
	width: 126px;
	height: 40px;
	font-size: 18px;
	color: #909090;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	border: 1px solid #909090;
	border-radius: 50px;
	box-sizing: border-box;
}

.sec05 .layout .wrap_banner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-top: 120px;
}

.sec05 .layout .wrap_banner .banner {
	position: relative;
	flex-shrink: 0;
	display: block;
	padding: 36.5px 64px;
	width: calc((100% - 40px) / 2);
	color: #fff;
	text-decoration: none;
	border-radius: 20px;
	box-sizing: border-box;
}

.sec05 .layout .wrap_banner .banner:after {
	content: '';
	position: absolute;
	bottom: 24px;
	right: 64px;
}

.sec05 .layout .wrap_banner .banner p {
	position: relative;
	display: inline-block;
	font-size: 32px;
	font-family: 'HSSanTokki20-Regular';
}

.sec05 .layout .wrap_banner .banner p:after {
	content: '';
	position: absolute;
	right: -29px;
	top: 6px;
	width: 24px;
	height: 24px;
	background: url(/kor/img/icn_link.svg) no-repeat;
	filter: invert(100%) sepia(3%) saturate(240%) hue-rotate(238deg) brightness(117%) contrast(100%);
}

.sec05 .layout .wrap_banner .banner:nth-of-type(1) {
	padding: 72px 64px 62px;
	width: 100%;
	background: linear-gradient(to right, #4842ED, #5384FF);
	box-sizing: border-box;
}

/* .sec05 .layout .wrap_banner .banner:nth-of-type(1):after {
	right: 79px;
	width: 422px;
	height: 186px;
	background: url(/kor/img/icn_banner01.svg) no-repeat;
} */

.sec05 .layout .wrap_banner .banner:nth-of-type(1) span {
	display: block;
	margin-bottom: 12px;
	font-size: 18px;
}

.sec05 .layout .wrap_banner .banner:nth-of-type(1) p {
	font-size: 40px;
	font-family: 'HSSanTokki20-Regular';
}

.sec05 .layout .wrap_banner .banner:nth-of-type(2) {
	background: linear-gradient(to right, #188881, #9FB701);
}

/* .sec05 .layout .wrap_banner .banner:nth-of-type(2):after {
    display: none;
	width: 58px;
	height: 70px;
	background: url(/kor/img/icn_banner02.svg) no-repeat;
} */

.sec05 .layout .wrap_banner .banner:nth-of-type(3) {
	background: linear-gradient(to right, #D33C56, #DC981F);
}

/* .sec05 .layout .wrap_banner .banner:nth-of-type(3):after {
	width: 78px;
	height: 70px;
	background: url(/kor/img/icn_banner03.svg) no-repeat 50%;
} */

@media screen and (max-width: 1200px) {
	.sec05 .layout {
		padding: 0 16px;
		width: 100%;
		box-sizing: border-box;
	}

	.sec05 .layout .wrap_board {
		display: block;
		width: 100%;
	}

	.sec05 .layout .wrap_board .left {
		width: 100%;
		margin-bottom: 80px;
	}

	.sec05 .layout .wrap_board .right {
		width: 100%;
	}

	.sec05 .layout .wrap_board h3 {
		text-align: left;
		padding: 0;
	}

	.sec05 .layout .notice {
		margin-top: 60px;
	}

	.sec05 .layout .notice li {
		padding: 18px 24px;
	}

	.sec05 .layout .notice li span {
		font-size: 14px;
	}

	.sec05 .layout .notice li .tit {
		margin-top: 8px;
		width: 100%;
		font-size: 18px;
	}

	.sec05 .layout .notice li .date {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 4px;
		font-size: 14px;
	}

	.sec05 .layout .btn_more {
		margin-top: 10px;
	}

	.sec05 .layout .popup_zone .swiper-slide a {
		height: 345px;
	}
}

@media screen and (max-width: 970px) {
	.sec05 .layout .wrap_banner {
		flex-direction: column;
		gap: 16px;
		margin-top: 80px;
		width: 100%;
	}

	.sec05 .layout .wrap_banner > .banner {
		padding: 28px 74px 28px 24px;
		width: 100%;
	}

	.sec05 .layout .wrap_banner > .banner p {
		font-size: 24px;
	}

	.sec05 .layout .wrap_banner > .banner p:after {
		top: 4px;
		right: -28px;
		width: 20px;
		height: 20px;
		background-size: contain;
	}

	.sec05 .layout .wrap_banner > .banner:nth-of-type(1) {
		padding: 28px 48px 28px 24px;
		height: 200px;
	}

	.sec05 .layout .wrap_banner > .banner:nth-of-type(1)::after {
		right: 20px;
		bottom: 28px;
		width: 142px;
		height: 70px;
		background-size: contain;
	}

	.sec05 .layout .wrap_banner > .banner:nth-of-type(1) span {
		margin-bottom: 4px;
		font-size: 14px;
	}

	.sec05 .layout .wrap_banner > .banner:nth-of-type(1) p {
		font-size: 24px;
	}

	.sec05 .layout .wrap_banner > .banner:nth-of-type(2):after {
		right: 24px;
		bottom: 20px;
		width: 42px;
		height: 50px;
		background-size: contain;
	}

	.sec05 .layout .wrap_banner > .banner:nth-of-type(3):after {
		right: 24px;
		bottom: 20px;
		width: 55.7px;
		height: 50px;
		background-size: contain;
	}
}

/* floating menu */
.floating {
	position: fixed;
	right: 40px;
	top: 45%;
  /*width: 80px; */
	width: 95px;
	border: 1px solid #1C256E;
	border-radius: 15px;
	z-index: 9999;
}

/* .floating:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -35px;
	margin-left: -20px;
	width: 41px;
	height: 48px;
	background: url(/kor/img/icn_floating.svg) no-repeat;
} */

.floating ul {
    /*padding: 20px 8px 12px;*/
	padding: 20px 5px 12px;
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	box-sizing: border-box;
}

.floating ul li {
	margin-bottom: 6px;
}

.floating ul li:last-child {
	margin-bottom: 0;
}

.floating ul li a {
	display: block;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.floating .btn_top {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 37px;
	font-weight: 700;
	border-top: 1px solid #1c256e;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #FFD05A;
	box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
	.floating {
		right: 8px;
		top: auto;
		bottom: 10%;
		width: 60px;
		height: 60px;
		border-radius: 50%;
	}

	.floating:before {
		top: -33px;
		margin-left: -19px;
		width: 38px;
		height: 45px;
		background-size: cover;
	}

	.floating ul {
		display: none;
		padding: 20px 5px 10px;
		height: 48px;
	}

	.floating .btn_top {
		width: 100%;
		height: 100%;
		font-size: 0;
		background: url(/kor/img/btn_top.svg) #fff no-repeat 50%;
		border-radius: 50%;
	}
}

#popupZone {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(10px);
}

#popupZone.active {
	display: flex;
}

#popupZone .popup_wrap {
	display: flex;
	align-items: center;
	height: 100%;
}

#popupZone .popup_wrap h2 {
	margin-bottom: 2rem;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.2;
}

#popupZone .popup_wrap .popup_cont {
	position: relative;
	max-width: 1200px;
	width: 80vw;
	margin: 0 auto;
}

#popupZone .popup_wrap .popup_cont .popup_slider_wrap {
	padding: 0 4rem;
}

#popupZone .popup_wrap .popup_cont .popup_slider_wrap .popup_slider {
	position: static;
}

#popupZone .popup_wrap .popup_cont .popup_slider_wrap .popup_slider .swiper-wrapper{
	justify-content: center;
}

#popupZone .popup_wrap .popup_cont .popup_slider_wrap .popup_slider .swiper-slide img {
	width: 100%;
	height: 100%;
}

#popupZone .popup_wrap .popup_cont .popup_slider_wrap .popup_slider .swiper-button-prev {
	color: #fff;
}

#popupZone .popup_wrap .popup_cont .popup_slider_wrap .popup_slider .swiper-button-next {
	color: #fff;
}

#popupZone .popup_wrap .popup_cont .popup_slider_wrap .btm_control {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 2.6rem 0 0 0;
	gap: 0.5rem;
}

#popupZone .popup_wrap .popup_cont .popup_slider_wrap .btm_control .rd_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 18px;
	color: #fff;
	border-radius: 16px;
}

#popupZone .popup_wrap .popup_cont .popup_slider_wrap .btm_control .rd_btn.total {
	background: #1C56FF;
}

#popupZone .popup_wrap .popup_cont .popup_slider_wrap .btm_control .rd_btn.total em {
	color: #FFCD3A;
	font-weight: bold;
}

#popupZone .popup_wrap .popup_cont .popup_slider_wrap .btm_control .rd_btn.btn_close:after {
	content: "";
	width: 20px;
	height: 32px;
	background: url(/kor/img/icn_x_white.svg) no-repeat center center;
	margin-left: 8px;
}

@media screen and (max-width: 750px) {
	#popupZone .popup_wrap h2 {
		font-size: 30px;
	}

	#popupZone .popup_wrap .popup_cont .popup_slider_wrap .popup_slider .swiper-wrapper{
		justify-content: normal;
	}
}

#wrap.eng .sec02 {
	height: auto;
}

#wrap.eng .sec02 .program {
	min-height: 100%;
}

/* 쿠키 */
#wrap-cookie {
	position: fixed;
	bottom: -100%;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	box-shadow: 0px -10px 16px -9px rgba(0, 0, 0, 0.2);
	transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1);
	z-index: 99;
}

#wrap-cookie.on {
	bottom: 0;
	transition: all 1.2s cubic-bezier(0.7, 0, 0.3, 1);
}

#wrap-cookie .container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 11px 0;
}

#wrap-cookie .container > div {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
}

#wrap-cookie .container .title {
	width: 100px;
	font-size: 15px;
	color: #004a8f;
}

#wrap-cookie .container .desc {
	padding: 0 20px 0 0;
	color: #666;
}

#wrap-cookie .container .btn {
	text-align: right;
}

#wrap-cookie .container button {
	background: #004c84;
	background-size: 150%;
	border-radius: 2px;
	padding: 7px 25px;
	color: #fff;
	font-size: 15px;
}

@media all and (max-width: 940px) {
	#wrap-cookie .container {
		display: table;
	}

	#wrap-cookie .container > div {
		display: block;
	}

	#wrap-cookie .container {
		padding: 11px;
	}

	#wrap-cookie .container .desc {
		padding: 10px 0;
	}

	#wrap-cookie .container button {
		width: 100%;
	}
}