html {
	font-size: 62.5%;
}

* {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style: none;
}

input {
	border: none;
}

header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main-container {
	margin-top: 0;
}

.main-visual-image {
	position: absolute;
	top:  55%;
	right: 0%;
	z-index: 0;
	width: auto;
	height: 1460px;
}

.main-visual-image-mo {
	display: none;
	position: absolute;
	top: 105px;
	z-index: -1;
	width: 100%;
}

/* 메인컨테이너 */
.main-visual {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 64px 0px;
	padding-top: 18rem;
	background-color: #FFFFFF;
	border-radius: 0px 0px 300px 0px;
}

.main-visual-container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 1460px;
	position: relative;
}

.main-visual-container-content {
	margin-top: 3%;
	margin-bottom: 8.5%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}

.main-visual-container-content {
	display: none;
	animation: fadeout 1s;
	-moz-animation: fadeout 1s;
	-webkit-animation: fadeout 1s
	-o-animation: fadeout 1s;
	animation-fill-mode: forwards;
}

.main-visual-container-content.on {
	display: block;
	animation: fadein 1s;
	-moz-animation: fadein 1s; /* Firefox */
	webkit-animation: fadein 1s; /* Safari and Chrome */
	-o-animation: fadein 1s; /* Opera */
}

.main-visual-container-content-tit-sub {
	line-height: 60px;
	font-size: 60px;
	font-weight: 400;
	color: #474747;
	margin-top: 32px;
	margin-bottom: 42px;
	max-width: 55%;
	word-break: keep-all;
	text-align: center;
}

.main-visual-container-content-tit-sub>span:first-child {
	color: #D82337;
	font-weight: 700;
}

.main-visual-container-content-tit-sub>span:last-child {
	font-size: 40px;
}

.main-visual-container-content-btn-text {
	margin-left: 27.5rem;
	width: 19.4rem;
	height: 4.9rem;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2575;
	color: #d82337;
	white-space: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: solid 2px #d82337;
	box-sizing: border-box;
	border-radius: 3rem;
	flex-shrink: 0;
	background-color: #ffffff;
}

.main-visual-container-content-btn-text:hover {
	background-color: #d82337;
	color: #fff;
	cursor: pointer;
}

.main-visual-swiper {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.2575;
}

.main-visual-swiper-bar {
	margin-right: 1.8rem;
	width: 7rem;
	height: 0.2rem;
	background-color: #5f5f5f;
	flex-shrink: 0;
}

.main-visual-swiper-pr {
	margin-right: 1rem;
	font-weight: 500;
	color: #d82337;
	white-space: nowrap;
	flex-shrink: 0;
}

.main-visual-swiper-df {
	margin-right: 1rem;
	color: #5f5f5f;
	white-space: nowrap;
	flex-shrink: 0;
}

.main-visual-swiper-end {
	color: #5f5f5f;
	white-space: nowrap;
	flex-shrink: 0;
}

.main-visual-container-content-img-size {
	text-align: center;
	max-width: 90rem;
	flex-basis: 90rem;
	width: 100%;
}

.main-visual-container-content-img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.card {
	box-sizing: border-box;
	padding: 96px 0px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #FFF4EF;
	align-self: stretch;
}

.card-tit {
	width: 100%;
	height: 100%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1460px;
}

.card-tit-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-shrink: 0;
}

.card-tit-group-tit {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	color: #FF4A53;
	white-space: nowrap;
	flex-shrink: 0;
}

.card-tit-group-tit-sub {
	font-size: 23px;
	font-weight: 700;
	line-height: 1.5;
	color: #4D5053;
}

.card-tit-more {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
	color: #75787B;
	cursor: pointer;
	text-align: center;
	border: 1px solid #D9DCDF;
	border-radius: 24px;
	padding: 12px 24px;
	margin: auto 0px;
	background-color: #FFFFFF;
}

.card-tit-more:hover {
	background-color: #D9DCDF;
	color: #4D5053;
	transition: 0.3s;
}

.card-container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-shrink: 0;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-op {
	width: 67.05rem;
	overflow: hidden;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 5.9rem;
	padding: 1rem 0rem 1rem 0rem;
}

.card-op-survey {
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box;
	margin-bottom: 48px;
	max-width: 1470px;
}

.card-pr {
	max-width: 1470px;
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-group {
	width: 100%;
	height: 24.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-shrink: 0;
}

.card-group-survey {
	flex: 1;
	border-radius: 2rem;
	background-color: #ffffff;
	box-shadow: 0 0 20px rgba(131, 26, 31, 0.15);
}
.card-op-card {
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box;
	border-radius: 1rem;
	flex-shrink: 0;
}

.card-card-margin {
	margin-right: 2rem;
}

.card-op-card-top {
	box-sizing: border-box;
	padding: 4rem 3.5rem 2.2rem 3.5rem;
	width: 100%;
	height: 21.1rem;
	overflow: hidden;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #ffffff;
	border-radius: 1rem 1rem 0 0;
}

.card-op-card-top-tit {
	margin-bottom: 4.8rem;
	width: 100%;
	height: 4.1rem;
	position: relative;
	flex-shrink: 0;
}

.card-op-card-top-tit-text {
	width: 24.7rem;
	height: auto;
	font-size: 2rem;
	font-weight: 700;
	color: #222222;
	overflow: hidden;
	max-height: 6rem;
	position: relative;
	padding-right: 1em;
}

.card-op-card-top-tit-text:before {
	content: '...';
	position: absolute;
	right: 0;
	bottom: 7px;
}

.card-op-card-top-tit-text:after {
	content: '';
	position: absolute;
	right: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	background: white;
}

.card-op-state {
	height: 1.8rem;
	position: absolute;
	left: 0;
	top: 0.6rem;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-top-tit-padding {
	padding-left: 7rem;
}

.card-op-state-text {
	height: 2rem;
	margin-right: 0.5rem;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.2575;
	white-space: nowrap;
}

.card-state-text {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.2575;
	white-space: nowrap;
}

.color-text-green {
	color: #17c85c !important;
}

.color-text-red {
	color: #ed315c !important;
	padding: 2px 16px;
	background-color: #FFE8DF;
	border-radius: 50px;
	margin-right: 16px;
}

.color-text-blue {
	color: #1A72E7 !important;
}

.card-op-card-top-tit .card-op-state-ellipse {
	margin-bottom: 0.1rem;
	width: 0.3rem;
	height: 0.3rem;
	background-color: #d9d9d9;
	border-radius: 0.15rem;
	flex-shrink: 0;
}

.card-op-card:nth-child(even) {
	margin-left: 0.5rem;
}

.card-op-card:nth-child(odd) {
	margin-right: 0.5rem;
}

.card-op-card:hover {
	border-radius: 1rem;
	border: 1px solid #D82337;
}

.card-op-card-top-content {
	width: 24.7rem;
	color: #5F5F5F;
	font-size: 14px;
	font-weight: 300;
	overflow: hidden;
	max-height: 6rem;
	position: relative;
	padding-right: 0.7em;
}

.card-op-card-top-content:before {
	content: '...';
	position: absolute;
	right: 0;
	bottom: 4px;
}

.card-op-card-top-content:after {
	content: '';
	position: absolute;
	right: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	background: white;
}

.card-op-card-bottom {
	box-sizing: border-box;
	padding: 2.2rem 3.5rem;
	width: 100%;
	height: 6.7rem;
	border-top: solid 0.1rem #dfe8ee;
	background-color: #ffffff;
	border-radius: 0 0 1rem 1rem;
	flex-shrink: 0;
}

.card-op-card-bottom-group {
	height: 100%;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.card-op-card-bottom-group-icon {
	margin-right: 0.5rem;
	width: 1.8rem;
	height: 1.9rem;
	object-fit: contain;
	vertical-align: top;
	flex-shrink: 0;
}

.card-op-card-bottom-group-date {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.2575;
	color: #5f5f5f;
	white-space: nowrap;
}

/* ================= */
.card-pr-card {
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-shrink: 0;
	cursor: pointer;
	box-sizing: border-box;
}

.card-pr-card:nth-child(even) {
	margin-left: 0.5rem;
}

.card-pr-card:nth-child(odd) {
	margin-right: 0.5rem;
}

.card-pr-card:hover {
	border-radius: 1rem;
	border: 1px solid #D82337;
}

.card-pr-card-top {
	box-sizing: border-box;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 4rem 3.5rem 2.5rem 3.5rem;
	width: 100%;
	height: 21.1rem;
	overflow: hidden;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #ffffff;
	border-radius: 1rem 1rem 0 0;
}

.card-pr-state {
	width: 100%;
	height: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.card-pr-state .card-pr-state-text:nth-child(2) {
	margin-top: 5px;
}

.card-pr-state-text {
	height: 1.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-pr-state-text {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.2575;
	color: #17c85c;
	white-space: nowrap;
	flex-shrink: 0;
}

.card-pr-state-text-writer {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.2575;
	color: #274b67;
	white-space: nowrap;
	flex-shrink: 0;
}

.card-pr-state-ellipse {
	width: 0.3rem;
	height: 0.3rem;
	background-color: #d9d9d9;
	border-radius: 0.15rem;
	flex-shrink: 0;
}

.card-pr-state-text-1 {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.2575;
	color: #274b67;
	white-space: nowrap;
	flex-shrink: 0;
}

.card-pr-state-ellipse {
	margin: 0 0.5rem;
	width: 0.3rem;
	height: 0.3rem;
	background-color: #d9d9d9;
	border-radius: 0.15rem;
	flex-shrink: 0;
}

.card-pr-state-text-2 {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.2575;
	color: #5f5f5f;
	white-space: nowrap;
	flex-shrink: 0;
}

.card-pr-card-top-tit {
	width: 24.7rem;
	height: auto;
	font-size: 2rem;
	font-weight: 700;
	color: #222222;
	overflow: hidden;
	max-height: 6rem;
	position: relative;
	padding-right: 0.5em;
}

.card-pr-card-top-tit:before {
	content: '...';
	position: absolute;
	right: 0;
	bottom: 7px;
}

.card-pr-card-top-tit:after {
	content: '';
	position: absolute;
	right: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	background: white;
}

.card-pr-card-top-content {
	width: 24.7rem;
	color: #5F5F5F;
	font-size: 14px;
	font-weight: 300;
	overflow: hidden;
	max-height: 2rem;
	position: relative;
	padding-right: 0.7em;
}

.card-pr-card-top-content:before {
	content: '...';
	position: absolute;
	right: 0;
	bottom: 4px;
}

.card-pr-card-top-content:after {
	content: '';
	position: absolute;
	right: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	background: white;
}

.card-pr-card-bottom {
	box-sizing: border-box;
	padding: 1rem 3.5rem;
	width: 100%;
	height: 6.7rem;
	border-top: solid 0.1rem #dfe8ee;
	background-color: #ffffff;
	border-radius: 0 0 1rem 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-pr-card-bottom-contents {
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-pr-card-bottom-group {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: start;
}

.card-pr-card-bottom-group-1 {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-shrink: 0;
}

.card-pr-card-bottom-group-3-icon {
	margin: 0rem 0.5rem 0.1rem 0rem;
	width: 1.9031rem;
	height: 1.5625rem;
	object-fit: contain;
	vertical-align: top;
	flex-shrink: 0;
}

.card-pr-card-bottom-group-1-text {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.2575;
	color: #5f5f5f;
	white-space: nowrap;
	flex-shrink: 0;
}

.card-pr-card-bottom-group-2 {
	margin-bottom: 0.1rem;
	box-sizing: border-box;
	padding-right: 0.05rem;
	height: 1.7rem;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-shrink: 0;
}

.card-pr-card-bottom-group-2-icon {
	margin-right: 0.5rem;
	width: 2.2rem;
	height: 1.4rem;
	object-fit: contain;
	vertical-align: top;
	flex-shrink: 0;
}

.card-pr-card-bottom-group-2-text {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.2575;
	color: #5f5f5f;
	white-space: nowrap;
	flex-shrink: 0;
}

.card-pr-card-bottom-group-3 {
	height: 100%;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	flex-shrink: 0;
}

.card-pr-card-bottom-group-1-icon {
	margin-right: 0.5rem;
	width: 1.8rem;
	height: 1.9rem;
	object-fit: contain;
	vertical-align: top;
	flex-shrink: 0;
}

.card-pr-card-bottom-group-3-text {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.2575;
	color: #5f5f5f;
	white-space: nowrap;
	flex-shrink: 0;
}

.card-data-none {
	width: 100%;
	font-size: 1.6rem;
	font-weight: normal;
	color: #4B4B4B;
	text-align: center;
	margin-top: 27rem;
}

/* ======================== */
/* ================= */
.eventnews {
	padding: 96px 24px;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #FFFFFF;
}

.eventnews-all-content {
	max-width: 1460px;
	width: 100%;
}

.eventnews-tit-sub {
	margin-bottom: 24px;
	width: 100%;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	color: #FF4A53;
	white-space: nowrap;
}

.eventnews-tit-main {
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.2575;
	color: #000000;
}

.eventnews-tit {
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.5;
	color: #5F5F5F;
	margin-right: 48px;
}

.eventnews-tit-btn {
	display: inline-table;
	padding: 12px 24px;
	width: auto;
	text-align: center;
	vertical-align: middle;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
	color: #75787B;
	white-space: nowrap;
	border: 1px solid #D9DCDF;
	border-radius: 24px;
	cursor: pointer;
}
.eventnews-tit-btn:hover {
	background-color: #D9DCDF;
	color: #4D5053;
	transition: 0.3s;
}
.eventnews-ul {
	width: 100%;
	background-color: #ffffff;
	border-radius: 2rem;
}

.eventnews-ul-margin {
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}

.eventnews-ul-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}

.eventnews-li-new-group {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
}

.eventnews-li-new-group:hover {
	text-decoration: underline;
}

.eventnews-li-state {
	margin-right: 1rem;
	width: 2.6rem;
	height: 2.6rem;
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #17c85c;
	border-radius: 50%;
	flex-shrink: 0;
}

.eventnews-li-state2 {
	margin-right: 1rem;
	width: 2.6rem;
	height: 2.6rem;
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #D82337;
	border-radius: 50%;
	flex-shrink: 0;
}

.eventnews-li-new-tit {
	width: 500px;
	margin-bottom: 1rem;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.2575;
	color: #010101;
}

.eventnews-li-new-date {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.2575;
	color: #999999;
	white-space: nowrap;
	flex-shrink: 0;
}

.eventnews-ul-content-contents-group {
	box-sizing: border-box;
	flex-shrink: 0;
}

.eventnews-li-new-content {
	height: auto;
	font-size: 18px;
	font-weight: 300;
	color: #999;
	overflow: hidden;
	max-height: 5rem;
	position: relative;
}

.eventnews-li-new-content:before {
	content: '...';
	position: absolute;
	right: 0;
	bottom: 4px;
}

.eventnews-li-new-content:after {
	content: '';
	position: absolute;
	right: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	background: white;
}

.eventnews-li {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-shrink: 0;
}

.eventnews-li-1 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-shrink: 0;
}

.eventnews-li-1-tit {
	margin-right: 18.2rem;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.2575;
	color: #010101;
	white-space: nowrap;
	flex-shrink: 0;
}

.main-container .eventnews .eventnews-ul .eventnews-li-1 .eventnews-li-1-date
	{
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.2575;
	color: #999999;
	white-space: nowrap;
	flex-shrink: 0;
}

.eventnews-li-group {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	padding: 24px 16px;
	border-bottom: 1px soild #D9DCDF;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.eventnews-li-group-line {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #D9DCDF;
}

.eventnews-li-group:hover {
	text-decoration: underline;
}

.eventnews-li-group-tit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.8rem;
	font-weight: 300;
	color: #010101;
	flex-shrink: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	max-height: 3rem;
	position: relative;
	padding-right: 0.6em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mo-li-group-tit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* banner 설정 */
.main-banner-container {
	position: absolute;
    left: 64%;
    top: 88% !important;
    transform: translateX(-50%);
    background: white;
    border-radius: 20px;
    padding: 6px 12px;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: sans-serif;
    z-index: 10;
    padding: 8px 16px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.banner-dot {
	width: 10px;
	height: 10px;
	background-color: #FFE8DF;
	border-radius: 20px;
	margin-right: 10px;
	transition: background 0.3s;
}

.banner-dot.active {
	width: 30px;
	background-color: #FF4A53;
}

.banner-move-container {
	margin-left: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}



.eventnews-li-group-date {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.2575;
	color: #999999;
	white-space: nowrap;
}

.cardnews-height {
	width: 100%;
	height: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; /* 
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end; */
}

.cardnews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin-right: 94px;
	border-radius: 20px;
	max-width: 1036px;
	max-height: 476px;
	position: relative;
}

.cardnews-img {
	border-radius: 20px;
	width: 450px;
	height: 304px;
}

.cardnews-no-data {
	background-color: #f7f7f7;
	text-align: center;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 20px;
	width: 363px;
	height: 504px;
}

.cardnews-controler {
	margin-top: -50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 17px 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0px 0px 20px 20px;
	background: rgba(0, 0, 0, 0.57);
	z-index: 1;
}

.cardnews-controler-swiper-pagination-circle {
	width: 5px;
	height: 5px;
	background-color: #ffffff;
	border-radius: 50%;
	margin-right: 5px;
}

.cardnews-controler-swiper-pagination-circle.on {
	background-color: #D82337 !important;
}

.cardnews-controler-swiper-pagination-circle:nth-last-child(1) {
	margin-right: 0 !important;
}

.cardnews-controler-tit {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2575;
	color: #ffffff;
	white-space: nowrap;
	flex-shrink: 0;
}

.cardnews-controler-swiper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cardnews-controler-swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.193359375;
	color: #ffffff;
	white-space: nowrap;
	flex-shrink: 0;
}

.cardnews-controler-swiper-pagination-start {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2575;
	color: #00e0ff;
}

.cardnews-controler-swiper-pagination-end {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2575;
	color: #ffffff;
}

.cardnews-controler-swiper-pagination-controle {
	height: 1.2rem;
	object-fit: contain;
	vertical-align: top;
	cursor: pointer;
}

/* ================= */
.card-pr-state-btn-df {
	box-sizing: border-box;
	width: 3.6rem;
	height: 3.6rem;
	object-fit: contain;
	vertical-align: top;
	background-color: #F4F4F4;
	border-radius: 50%;
	padding: 1.05rem;
	cursor: pointer;
}

.card-pr-state-btn-heart-df {
	width: 1.6rem;
}

.card-pr-state-btn-pr {
	box-sizing: border-box;
	width: 3.6rem;
	height: 3.6rem;
	object-fit: contain;
	vertical-align: top;
	border-radius: 50%;
	padding: 1.05rem;
	cursor: pointer;
	background-color: #FDEAEF;
}

.quick-menu {
	box-sizing: border-box;
	padding: 1.5rem 7rem 1.5rem 7rem;
	max-width: 140rem;
	width: 100%;
	height: 13.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	z-index: 1;
}

.quick-menu-text {
	text-align: center;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.2575;
	color: #5f5f5f;
}

.quick-menu-group {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.quick-menu-group-margin {
	width: 8.3rem;
	height: 100%;
	margin: 0px 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-shrink: 0;
	cursor: pointer;
}

.quick-menu-group-margin:hover>.quick-menu-group-text {
	color: #000;
	text-decoration: underline
}

.quick-menu-group-bg {
	margin-bottom: 0.5rem;
	box-sizing: border-box;
	padding: 2rem 1.9rem 1.9rem 1.9rem;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #F1F2F7;
	border-radius: 50%;
}

.quick-menu-group-bg .quick-menu-group-icon {
	width: 4.5rem;
	height: 4.5rem;
	object-fit: contain;
	vertical-align: top;
}

.quick-menu-group-text {
	height: 2.1rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2575;
	color: #5F5F5F;
	white-space: nowrap;
}

.quick-menu-btn-group {
	width: 330px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}

.quick-menu>.quick-menu-btn-group:nth-child(even) {
	margin-left: 4rem;
	margin-right: 10px;
}

/* 퀵메뉴 여론 제안 버튼 */
.quick-menu-btn {
	box-sizing: border-box;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-ms-flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #ffffff;
	border: 1px solid #FF4A53;
	border-radius: 70px 10px 70px 70px;
	width: 330px;
	cursor: pointer;
	padding: 30px;
	display: -ms-flexbox;
	z-index: 100;
}

.quick-menu-btn-margin {
	margin-right: 40px;
}

.quick-menu-btn-icon {
	margin-bottom: 0.5rem;
	margin-right: 16px;
	width: 3.075rem;
	height: 3.5rem;
	object-fit: contain;
	vertical-align: top;
	flex-shrink: 0;
}

.quick-menu-btn-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.193359375;
	color: #5f5f5f;
	white-space: nowrap;
	flex-shrink: 0;
}

.quick-menu-btn-text-1 {
	font-size: 27px;
	font-weight: 700;
	line-height: 1.5;
	color: #FF4A53;
}

.quick-menu-btn-text-2 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2575;
	color: #5f5f5f;
}

.main-visual-container-content-height {
	height: 100px;
	margin-bottom: -100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.eventnews-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.eventnews-li-new {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 3.5rem;
}

.main-visual-container-content-size {
	width: 1141px;
}

@media ( max-width : 1550px ) {
	.main-visual-image {
		display: none;
	}
	.main-visual-image-mo {
		display: inline;
	}
	.main-visual {
		padding: 64px 12px;
		border-radius: 0px 0px 150px 0px;
	}
	.card {
		padding: 96px 12px;
	}
	.main-container {
		margin-top: 80px;
	}
	.card-tit-group {
		margin-left: 24px;
	}
	.card-tit-more {
		margin-right: 24px;
	}
	.card-group-slider {
		margin: 0px 24px;
		margin-top: 24px;
	}
}

@media ( min-width : 1400px) {
	.eventnews-all-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		width: 100%;
	}
}

@media ( max-width : 1260px) {
	.card-container {
		height: auto;
	}
	.main-visual-container-content-img-size {
		max-width: 75rem;
		flex-basis: 75rem;
		width: 100%;
	}
	.videoclip {
		width: 500px !important;
		height: 250px !important;
	}
	.videoclip>iframe {
		width: 500px !important;
		height: 250px !important;
	}
	.main-banner-container {
		left: 58%;
	}
}

@media ( max-width : 1132px) {
	.videoclip {
		width: 450px !important;
	}
	.videoclip>iframe {
		width: 450px !important;
	}
}

@media ( max-width : 1400px) {
	.main-visual-container-content {
		margin-bottom: 0;
	}
	.main-visual-container-content-height {
		height: 50px;
		margin-bottom: 0;
	}
	.main-visual-container-content-img-size {
		max-width: 75rem;
		flex-basis: 75rem;
		width: 100%;
	}
	.videoclip {
		height: 275px !important;
	}
	.videoclip>iframe {
		height: 275px !important;
	}
	.main-visual-container-content-btn-text {
		margin-left: 22rem;
	}
	.card-container {
		height: auto;
	}

	.card-data-none {
		margin-top: 10rem;
	}

	.quick-menu {
		padding: 1.5rem 2% 1.5rem 2%;
	}
	.eventnews-all-content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: auto;
	}
	.quick-menu>.quick-menu-btn-group:nth-child(even) {
		margin-left: 4rem;
		margin-right: 10px;
	}
	.main-visual-container-content-tit-sub {
		line-height: 50px;
		font-size: 50px;
		font-weight: 400;
		color: #474747;
		margin-top: 32px;
		margin-bottom: 42px;
	}
	.main-visual-container-content-tit-sub>span:first-child {
		color: #D82337;
		font-weight: 700;
	}
	.main-visual-container-content-tit-sub>span:last-child {
		font-size: 30px;
	}
	.quick-menu-btn-text-1 {
		font-size: 2rem;
	}
	.quick-menu-btn-text-2 {
		font-size: 1.2rem;
	}
	.cardnews {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.cardnews-roll-container {
		width: 100% !important;
	}
	.cardnews-roll-type {
		width: 88% !important;
	}
}

@media ( max-width : 1024px) {
	.main-visual-container-content-img-size {
		max-width: 90rem;
		flex-basis: 90rem;
	}
	.videoclip {
		width: 450px !important;
	}
	.videoclip>iframe {
		width: 450px !important;
	}
	.main-visual-container-content-btn-text {
		margin-left: 16rem;
	}
	.quick-menu-btn-text-1 {
		font-size: 3rem;
	}
	.quick-menu-group-margin {
		margin: 0px 1.5rem;
	}
	.quick-menu>.quick-menu-btn-group:nth-child(even) {
		margin-left: 4rem;
		margin-right: 10px;
	}
	.card-data-none {
		margin-top: 15rem;
	}
	.eventnews-li-group-tit {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		height: auto;
		overflow: hidden;
		max-height: none;
		position: static;
		padding-right: 0px;
		margin-bottom: 16px;
		-webkit-box-align: start;
	    -ms-flex-align: start;
	    align-items: start;
	}
	.card-group-survey:last-child{
		display: none;
	}
	.card-group-survey:nth-child(2) {margin-right: 0px;}
	.card-container {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
	.survey-btn {
		margin-top: 0 !important;
	}
	.cardnews {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 0px !important;
		margin-bottom: 100px;
	}
	.cardnews-roll-container {
		width: 100% !important;
	}
	.cardnews-roll-type {
		width: 88% !important;
	}
	
	.quick-menu-btn-group {
		width: 100%;
	}
	
	.main-banner-container {
		top: 42.5% !important;
        width: 94.5%;
        left: 50%;
	}
}

@media ( max-width : 1000px) {
	.quick-menu>.quick-menu-btn-group:nth-child(even) {
		margin-left: 4rem;
		margin-right: 10px;
	}
}

@media ( max-width : 920px) {
	.main-visual {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	.main-visual-container-content-size {
		width: 0;
	}
	.main-visual-container-content-tit-sub {
		text-align: center;
		line-height: 30px;
		font-size: 30px;
		font-weight: 400;
		color: #474747;
		margin-top: 0;
		margin-bottom: 20px;
		max-width: 100%;
	}
	.main-visual-container-content-tit-sub>span:first-child {
		color: #D82337;
		font-weight: 700;
	}
	.main-visual-container-content-tit-sub>span:last-child {
		font-size: 20px;
	}
	.main-visual-container-content-img {
		width: 100%;
	}
	.main-visual-container-content-img-size {
		max-width: 100%;
		flex-basis: 100%;
	}
	.main-visual-image {
		display: none;
	}
	.main-visual-image-mo {
		display: none;
	}
	.quick-menu {
		margin: 0 4rem 0 4rem;
	}
	.main-visual-container-content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.main-visual-container-content-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.main-visual-container-content-height {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		height: auto;
	}
	.main-visual-container-content-img-size {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.main-visual-container-content-btn-text {
		width: 15rem;
		height: 3.5rem;
		font-size: 1.2rem;
		font-weight: 500;
		border-radius: 3rem;
		margin-bottom: 1.5rem;
		margin-left: 0;
	}
}

@media ( max-width : 780px) {
	.main-visual-container-content-img-size {
		width: 100%;
		max-width: 40rem;
		flex-basis: 30rem;
	}
	.main-container {
		margin-top: 55px;
	}
	.card {
		padding: 48px 0px;
	}
	.cardnews-roll-type {
		width: 82% !important;
	}
	.quick-menu>.quick-menu-btn-group:nth-child(even) {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.none-7 {
		display: none !important;
	}
	.main-visual-container-content-size {
		width: 0;
	}
	.main-nav {
		height: 5rem;
		background-color: #4b4b4b;
	}

	/* 메인 비쥬얼 */
	.main-visual-swiper-bar {
		width: 5rem;
		margin-right: 1.3rem;
	}
	.main-visual-swiper {
		height: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 1.1rem;
	}

	/* 퀵 메뉴 */
	.quick-menu-text {
		display: none;
	}
	.quick-menu-group {
		width: 100%;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.quick-menu {
		box-shadow: none;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
		height: auto;
	}
	.quick-menu-group-margin {
		box-sizing: border-box;
		margin: 0;
		width: 50%;
		border: solid 0.1rem #dcdcdc;
	}
	.auto-group-jm4d-iE5 {
		text-align: center;
	}
	.quick-menu-group-text {
		padding: 2rem 0;
		font-size: 1.8rem;
	}

	.card-group {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
	}
	.card-op>.card-group:nth-child(even) {
		margin-bottom: 0;
	}
	.card-container {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
	}
	.card-op {
		width: 100%;
		margin: 0;
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}
	.card-op-survey {
		width: 100%;
		margin: 0;
		margin-bottom: 48px;
	}
	.card-pr {
		width: 100%;
	}
	.card-card-margin {
		margin: 0;
		margin-bottom: 1.5rem;
	}
	.card-op-card:nth-child(even), .card-pr-card:nth-child(even) {
		margin-left: 0;
		margin-top: 1rem;
	}
	.card-op-card:nth-child(odd), .card-pr-card:nth-child(odd) {
		margin-right: 0;
	}
	.card-data-none {
		margin-top: 5rem;
	}

	/* 이벤트 안내 */
	.eventnews {
		padding: 48px 24px;
	}
	.eventnews-content {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.eventnews-tit-sub {
		font-size: 1.8rem;
		margin-bottom: 0.5rem;
	}
	.eventnews-ul {
		width: 100%;
		margin-top: 24px;
	}
	.eventnews-li-new-tit {
		width: 100%;
	}
	.eventnews-li-new-content {
		width: 100%;
	}
	.eventnews-li-new-date, .eventnews-li-group-date {
		/* width:100%; */
		margin-top: 1rem;
		font-size: 1.2rem;
		text-align: end;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
	}
	.eventnews-li {
		width: 100%;
	}
	.eventnews-li-group-tit {
		height: auto;
		position: relative;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: block;
		max-width: 100%;
	}

	.eventnews-li-group {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
    	-ms-flex-align: start;
		align-items: start;
	}
	.eventnews-li-new {
		margin-bottom: 2rem;
	}

	/* 카드뉴스 */
	.cardnews {
		width: 100%;
		height: 100%;
	}
	.cardnews-img {
		width: 100%;
	}
	.cardnews-height {
		width: 100%;
	}
}

.cardnews-roll-container {
	height: -webkit-fill-available;
	overflow: hidden;
	position: relative;
	
	position: relative;
	width: 100%;
	max-width: 1036px;
}

.cardnews-img {
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  transition: opacity 1s ease;
  min-height: 159px;
}

.cardnews-img * {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 1036px;
  max-height: 476px;
  border-radius: 20px;
}
.cardnews-img.on {
  display: block;
  opacity: 1;
}
.cardnews-roll-type.on {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 1;
}

.cardnews-roll-type {
  display: none;
  opacity: 0;
  transition: opacity 1s ease;
  width: 440px;
  position: absolute;
  margin-top: 10px;
  z-index: 998;
}

.cardnews-roll-type span {
	background: rgba(0, 0, 0, 0.57);
	color: white;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2575;
	padding: 5px 15px;
	border-radius: 30px;
}

@
keyframes fadein {from { opacity:0;
	
}

to {
	opacity: 1;
}

}
@
-moz-keyframes fadein { /* Firefox */ from { opacity:0;
	
}

to {
	opacity: 1;
}

}
@
-webkit-keyframes fadein { /* Safari and Chrome */ from { opacity:0;
	
}

to {
	opacity: 1;
}

}
@
-o-keyframes fadein { /* Opera */ from { opacity:0;
	
}

to {
	opacity: 1;
}

}
@
keyframes fadeout {from { opacity:1;
	
}

to {
	opacity: 0;
}

}
@
-moz-keyframes fadeout { /* Firefox */ from { opacity:1;
	
}

to {
	opacity: 0;
}

}
@
-webkit-keyframes fadeout { /* Safari and Chrome */ from { opacity:1;
	
}

to {
	opacity: 0;
}

}
@
-o-keyframes fadeout { /* Opera */ from { opacity:1;
	
}

to {
	opacity: 0;
}

}
.videoclip {
	display: inline-block;
	width: 100%;
	height: 345px;
}

.videoclip>iframe {
	width: 100%;
	height: 345px;
	border-radius: 10px;
}

@media screen and (max-width: 768px) {
	.videoclip {
		width: 100%;
		height: auto;
	}
	.quick-menu-btn-margin {
		margin-right: 10px;
	}
}

@media screen and (max-width: 480px) {
	.videoclip>iframe {
		width: 300px;
		height: 168px;
	}
}

/*
*
설문조사
*
*/
.survey-view {
	width: 100%;
	margin-top: 3rem;
}

.survey-view img {
	width: 100%;
	height: 162.67px;
	border-radius: 20px;
}

.survey-list2 li {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-group-survey {
	margin-right: 48px;
}

.card-group-survey:last-child {
	margin-right: 0px;
}

.survey-list2 li>div:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.survey-list2 li>div {
	font-size: 1.6rem;
	position: relative;
	color: #4D5053;
	text-align: left;
	max-width: 406.67px;
	padding: 16px 24px;
	display: grid;
}
.survey-list2 li>div:nth-child(2),
.card-list2 li>div:nth-child(2){
	padding-top: 0px;
}

.survey-list2 li>div img {
	height: 162.67px;
	width: 100%;
	border-radius: 20px;
	object-fit: cover;
}

.survey-list2 li>.survey-list2-div {
	width: calc(100% - 400px);
}

.survey-tit {
	font-size: 19px;
	margin-bottom: 24px;
	line-height: 1.5;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
}

.survey-info {
	width: auto;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 600;
	color: #75787B !important;
	border-top: 1px solid #D9DCDF;
	padding: 16px 24px;
}
.card-pr > div.slider-wrapper > div.card-group-slider > div:nth-child(2) > div > ul > li > div:nth-child(1) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.survey-list2 .survey-info2>span:nth-child(2)>span {
	font-weight: normal !important;
	color: #17C85C !important;
}

.survey-info>span:nth-child(3):before {
	content: "|";
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.survey-info>span:nth-child(3)>span {
	font-weight: 700;
	color: red;
}

.survey-btn {
	margin-top: 0 !important;
}

.survey-btn>button {
	display: block;
	text-align: center;
	border-radius: 24px;
	padding: 8px 0px;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
	border: 0;
	cursor: pointer;
	width: 100%;
}

.survey-btn>.survey-btn-go {
	background-color: #FF4A53;
	border: 0px !important;
	color: #FFFFFF;
}

.survey-btn>.survey-btn-no {
	background-color: #aaa;
	color: #fff;
}

.survey-btn>.survey-btn-result {
	background-color: #fff;
	border: 1px solid #908D79;
	color: #908D79;
}

@media screen and (max-width: 500px) {
	.survey-btn>button {
		font-size: 17px;
	}
	.survey-btn {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.survey-list2 li>div:first-child {
		width: auto;
		max-width: none;
	}
	.survey-list2 li>.survey-list2-div {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.survey-list2 li {
		display: block;
	}
	.survey-btn>button {
		height: auto !important;
	}
	.survey-info {
		font-size: 17px;
		margin-top: 0px;
	}
	.survey-btn {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.survey-list2 li>div:first-child {
		width: auto;
		max-width: none;
	}
	.survey-list2 li>.survey-list2-div {
		width: 100%;
	}
	.main-visual-container-content-height {
		width: 100%;
	}
	.videoclip {
		width: 100% !important;
		height: 225px !important;
	}
	.videoclip>iframe {
		width: 100% !important;
		height: 225px !important;
	}
	.main-visual-container-content-tit-sub {
		display: none;
	}
	.main-visual-container-content-btn-text {
		display: none;
	}
	.main-visual-container-content-tit-sub-mobile,
		.main-visual-container-content-tit-sub.mobile {
		display: inline !important;
	}
	.main-visual-container-content-btn-text.mobile {
		display: inline !important;
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		border-radius: 5px;
	}
	.main-visual-container-content-tit-cont {
		text-align: left;
		margin-top: 1rem;
	}
	.main-visual-container-content-height {
		margin-top: 2rem;
	}
	.main-visual {
		margin-bottom: 0;
	}
	.main-visual-container-content-img-size {
		flex-basis: 10rem;
	}
	.quick-container {
		height: auto !important;
	}
	.quick-menu {
		margin: 0 2rem 0 2rem;
	}
	.quick-menu-btn.quick-menu-btn-margin:nth-child(even) {
		margin-bottom: 2rem;
	}
	.quick-menu-btn-text-2 {
		display: none !important;
	}
	.quick-menu-btn {
		position: relative;
	}
	.quick-menu-btn-icon {
		width: 32px !important;
		height: 32px !important;
		margin-bottom: 0px;
	}

	/* .eventnews-tit-btn {
        margin-top: 1rem;
        margin-bottom: 1rem;
        background-color: #F1F2F7;
        color: #5F5F5F;
        border-radius: 5px;
        text-align: left;
        padding-left: 10px;
        box-sizing: border-box;
    } */
	.eventnews-tit-btn::after {
		content: ">";
		right: 40px;
		position: absolute;
	}
	.eventnews-li-group-date {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		width: 100%;
        margin-top: 0px;
	}
	.eventnews-li-group {
		border-radius: 10px;
		padding: 10px;
		box-sizing: border-box;
		-webkit-box-align: start;
	    -ms-flex-align: start;
	    align-items: start;
	}
	.cardnews-roll-type {
		width: 82%;
	}
	.cardnews-roll-container {
		width: 100%;
	}
	.eventnews-li-group-line {
		width: 100%;
		height: 2px;
		border-top: 0;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.eventnews-li-group-tit {
		font-size: 16px;
	}
	.eventnews-tit-btn>span {
		display: none;
	}
	.eventnews-tit-pc {
		display: none !important;
	}
	.eventnews-tit-mobile {
		display: block !important;
		font-size: 19px;
	}
}

.eventnews-tit-mobile {
	display: none;
}

.quick-container {
	height: 0px;
}

.main-visual-container-content-tit-sub-mobile {
	display: none;
}

.main-visual-container-content-btn-text.mobile {
	display: none;
}

.quick-menu-btn-icon.moblie {
	display: none;
}

.card-group-survey-container>.card-group-survey {
	margin-right: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 20px;
}

.survey-menu-icon {
	width: 24px !important;
	height: 24px !important;
	vertical-align: middle;
}

.card-group-survey-container>.card-group-survey:last-child {
	margin-right: 0px !important;
}

.card-group-survey-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: inherit;
	margin-top: 2rem;
}

.quick-menu-btn:hover {
	background-color: #FFE8DF;
	transition: 0.3s;
}

.survey-list-div>div {
	width: 100%;
}

.card-list2 li>div img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	/* object-fit: cover; */
}

.card-list2 li>div {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 406.67px;
	padding: 24px;
	display: -ms-flexbox;
}

.cardList-tit {
	font-size: 19px;
	font-weight: 700;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	max-width: 406.67px;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.rdcnt-text {
	font-size: 17px !important;
	line-height: 1.5 !important;
	color: #75787B !important;
	font-weight: 500 !important;
}

.card-badge {
	display: grid;
}

.card-badge>span img {
	width: 20px !important;
	height: 20px !important;
	object-fit: cover !important;
	margin-right: 4px;
}

.eventnews-tit-pc>p {
	font-size: 23px;
	font-weight: 700;
	line-height: 1.5;
	color: #4D5053;
	white-space: nowrap;
}

.main-content-start {
	width: 100%;
}

.color-text-red>b {
	line-height: 1.5;
	font-size: 17px;
	font-weight: 600;
}

.eventnews-li-group-tit>span {
	margin: auto;
	vertical-align: sub;
}

.eventnews-li-group-tit>span img {
	margin: auto;
}

.eventnews-tit-btn>img, .card-tit-more>a>img {
	display: none;
}

.survey-info>span {
	margin-right: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media ( max-width : 1400px) {
	.quick-menu-btn {
		padding: 2rem 4rem;
		width: auto;
	}
	.survey-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.survey-info>span:nth-child(2):before{
		display: none;
	}
	
	.survey-list2 li>div:last-child {
		-webkit-box-align: start;
	    -ms-flex-align: start;
	    align-items: start;
	}
	
	.mr-b24 {
		margin-bottom: 16px !important;
	}
}

@media ( max-width : 1024px) {
	.main-visual {
		border-radius: 0px;
	}
	.main-visual-container {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.eventnews-tit-btn>img, .card-tit-more>a>img {
		display: block;
	}
	.eventnews-tit-btn, .card-tit-more>a {
		font-size: 0;
	}
	.card-tit-more a {
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: center;
	}
	.card-tit-more a img {
		width: 24px;
		height: 24px;
		display: block;
	}
	.eventnews-content {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.eventnews-tit {
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-right: 0px;
	}
	.eventnews-tit-btn {
		height: 100%;
		padding: 1.2rem 2.4rem;
	}
	.mo-li-group-tit {
		margin-bottom: 16px;
	}
	.eventnews-li-group {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
	    -ms-flex-align: start;
	    align-items: start;
	}
	.survey-info>span:nth-child(2):before {
		font-size: 0px !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.card-list2 ul li span.survey-info {
		flex-direction: row;
	}
	.card-list2 ul li span.survey-info span:nth-child(1) {
		margin-right: 16px;
	}
}

.slider-wrapper {
	transform: none !important;
	width: 100%;
	margin: 24px 0px;
	max-width: 1460px;
}

.card-group-slider {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (min-width: 580px) {
	.card-group-slider {
		transform: none !important;
	}
}

@media screen and (max-width: 580px) {
	.card-group-survey:last-child{
		display: block;
	}
	.quick-menu-btn {
		padding: 1.6rem 3rem;
		border-radius: 35.89px 3.59px 35.89px 35.89px;
	}
	.quick-menu-btn-text-1 {
		font-size: 23px
	}
	.main-visual {
		padding: 48px 24px;
	}
	.card-op-survey:first-child {
		margin-bottom: 48px;
	}
	.card-group-survey, .survey-list2, .card-list2 {
		width: 100%;
	}
	.card-group-survey-container>.card-group-survey {
		margin-right: 0px;
	}
	.card-tit-group-tit-sub {
		font-size: 19px;
	}
	.card-tit-group-tit {
		font-size: 25px;
	}
	.survey-list2 li>div img {
		height: 119px;
		width: 100%;
	}
	.survey-list2 li>div, .card-list2 li>div {
		max-width: none !important;
		margin: 0px;
	}
	.card-list2 li>div img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: none;
		width: 100%
	}
	.survey-list2 li {
		padding: 0px;
	}
	.slider-wrapper {
		position: relative;
        overflow: hidden;
        width: 90%;
        box-shadow: 0px 0px 20px rgba(131, 26, 31, 0.15);
        border-radius: 20px;
	}
	.card-group-survey {
		flex: 0 0 auto;
		box-shadow: none;
		margin-right: 0px;
	}
	
	
	.card-group-slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		transition: transform 0.6s ease-in-out;
		margin: 0px;
	}
	/* 슬라이드 인디케이터 스타일 */
	.slider-indicator {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-radius: 50px;
		background-color: #FFFFFF;
		padding: 0px 16px;
		min-height: 36px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 90%;
		padding: 12px 24px;
		box-sizing: border-box;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	}
	.slider-indicator div {
		width: 10px;
		height: 10px;
		background: #FFE8DF;
		border-radius: 50%;
		margin: 0 5px;
		transition: background 0.3s;
	}
	.slider-indicator div.active {
		background: #FF4A53;
		width: 30px;
		border-radius: 20px;
	}
	
	.main-banner-container {
		/* top: clamp(31%, calc(48.5% - ((768px - 100vw) * 0.38)), 48.5%) !important; */
		top: 46%;
        width: 93%;
        right: 5%;
	}
}


.main-card-img {
	display: block !important;
}
.img-hidden,
.card-list2 li>div img {
	max-height: 406.67px !important;
	margin-bottom: 0px !important;
}