.main-slide.active {
    display: block;
}
.main-slide {
    display: none;
}
 .sight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sight-card {
    flex-shrink: 1;
    box-sizing: border-box;
    width: 100%;
    max-width: 44.66rem;
    max-height: 37.2rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #F4F4F4;
    border-radius: 1.0rem;
    margin: 1.5rem;
    position: relative;
}

.sight-card img {
    display: block;
    background-color: #F4F4F4;
    flex-shrink: 1;
    box-sizing: border-box;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.sight-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 어두운 배경 */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease; /* 투명도 전환 효과 */
    padding: 2rem;
    box-sizing: border-box;
}

.sight-card:hover img {
    filter: brightness(50%);
}

.sight-card:hover .overlay {
    opacity: 1;
}

.overlay-text {
    text-align: center;
}

.overlay-text p {
    margin: 5px 0 0;
    font-size: 2.4rem;
    font-weight: 600;
}

.gongjunews-tit-box {
   	display: flex;
    align-items: center;
    margin-top: 1rem;
    width: 100%;
    max-width: 68.3rem;
}
.gongjunews-badge {
    padding: 1rem 2rem;
    border-radius: 50px;
    background: #FCB316;
    color: #FFFFFF;
    white-space: nowrap;
    margin-right: 1rem;
    font-size: 1.6rem;
    background: #FCB316;
}
@media (max-width: 768px) {
	.gongjunews-badge {
	    font-size: 1.4rem;
        padding: 0.8rem 1.5rem;
	}
}

.gongjunews-badge-blue {
    background: #78A6D8;
}

.gongjunews-tit {
    font-weight: 600;
    font-size: 2.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    max-width: 55.6rem;
}
@media (max-width: 768px) {
	.gongjunews-tit {
    	font-weight: 600;
    	font-size: 1.8rem;
	}
}
.gongjunews-container {
	width:100%;
}
.swiper {
	width: 100%;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 0.3s ease, opacity 0.3s ease;
	/* overflow: hidden;
	width: 69.3rem !important; */
}

.swiper-slide a {
	max-width: 64.5rem;
}

.swiper-slide-img-container {
	position: relative;
    width: 100%;
    max-width: 68.3rem;
    height: 0px;
    max-height: 38.9rem;
    padding-top: 56.311%;
    margin: 0px auto;
    overflow: hidden;
}

/* 
@media (min-width: 800px) and (max-width: 1430px) {
	.swiper-slide-img-container {
    padding-top: 27%;
}
} */
/*
@media (max-width: 1430px) {
	.swiper-slide-img-container {
	    padding-top: 27%;
	}
} 
@media (max-width: 1429px) {
	.swiper-slide-img-container {
	    padding-top: 60.311%;
	}
} */

.swiper-slide img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: block;
    max-width: 64.5rem;
    max-height: 36.3rem;
    object-fit: contain;
    background-color: #F4F4F4;
    border-radius: 1.0rem;
}

.swiper-pagination {
	bottom: unset !important;
	margin-top: 3rem;
}

.swiper-slide-prev,
.swiper-slide-next {
	/* transform: scale(0.8); */
	opacity: 0.5;
}

.swiper-slide-active {
	/* transform: scale(1); */
	opacity: 1;
}

.swiper-pagination-bullet {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.swiper-pagination-bullet-active {
	width: 3rem !important;
	background: #F6861F !important;
	border-radius: 3rem !important;
}

@media screen and (max-width: 425px) {
	.swiper-pagination {
		margin-top: 2rem;
	}
	.swiper-pagination-bullet {
	    width: 1.2rem !important;
	    height: 1.2rem !important;
	}
	.swiper-pagination-bullet-active {
		width: 2.4rem !important;
	}
}

.navigation-wrapper {
  width:820px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  position:absolute;
  top:55%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index: 1;
}


.gongjunews {
    padding: 6rem 0rem;
    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;
}

.cardnews-container {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardnews-slider-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.cardnews-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    overflow: hidden;
    flex-grow: 1;
}

.cardnews-slide {
    min-width: 300px;
    margin: 0 1rem;
    flex-shrink: 0;
    opacity: 0.5;
    /* 기본 투명도 설정 */
    transition: opacity 0.5s;
    position: relative;
}

.cardnews-slide.active {
    opacity: 1;
    /* 중앙에 위치한 슬라이드의 투명도 */
}


.cardnews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 555px;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.cardnews-roll-container {
  position: relative;
  width: 100%;
  max-width: 555px;
  height: 0;
  padding-top: 74.77%;
  margin: 0 auto;
  overflow: hidden;
}

.cardnews-roll-type {
  display: block;
  width: 555px;
  position: absolute;
  margin-top: 10px;
  z-index: 998;
}

.cardnews-controler-swiper {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Swiper navigation buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #000;
}

@media (max-width: 930px) {
	.swiper-button-next,
	.swiper-button-prev {
	  display: none;
	}
}

/* Swiper pagination */
.swiper-pagination-bullet {
  background: #000;
}


.cardnews-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* width: 555px;
	height: 415px; */
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    object-fit: contain;
}

.control-prev,
.control-next {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff;
    padding: 1rem;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.control-prev {
    left: 0;
}

.control-next {
    right: 0;
}

.more-link {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.5rem 1rem;
    border: 2px solid #C35B27;
    border-radius: 1rem;
    color: #C35B27;
    text-decoration: none;
    font-size: 1.2rem;
}

.more-link:hover {
    background-color: #C35B27;
    color: #fff;
}

.quick-menu-btn:hover.quick-menu-btn-icon {
	color: #FFFFFF;
}


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

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

.quick-menu-btn:hover .quick-menu-btn-icon.hover-icon {
    display: inline;
}





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
***/
.main-container {
	font-size: 1.8rem;
	/* white-space: nowrap;
	flex-shrink: 0; */
}
	@media (max-width: 780px) {
		.main-container {
			/* margin-top: 3.4rem; */
		}
	}

/*** main 배너 이미지
***/
.main-visual-image {
	max-height: 812px;
	top: 100px;
	position: absolute;
    z-index: -1;
}
.main-visual-image-mo {
	display: none;
	position: absolute;
	top: 105px;
	z-index: -1;
	width: 100%;
}
	@media ( max-width: 1550px ) {
		.main-visual-c-image {
			display: none;
		}
		.main-visual-image {
			top: 80px;
		}
	}
	@media (max-width: 768px) {
		.main-visual-image {
			display: none;
		}
		.main-visual-image-mo {
			display: inline;
	        top: 80px;
		}
	}

/*** main 배너
***/
.main-visual {
  position: relative;
  padding-top: 18%;
  max-width: 140rem;
  width: 100%;
  margin-bottom: 12%;/* 16.4rem; */
}
	@media screen and (min-width: 2120px) {
		.main-visual {
			padding-top: 41rem;
		    margin-bottom: 300px;
		    
		}
	}	

	@media (max-width: 1550px) {
		.main-visual {
			/* margin-bottom: 0px; */
		}
		.main-visual { 
			padding-top: 16.5%;
		}
	}
	
	@media (max-width: 1400px) {
		.main-visual {
			/* padding-top: 15rem; */
		}
	}
	@media (max-width: 1260px) {
		.main-visual {
			padding-top: 19rem;
			margin-bottom: 17%;
		}
	}
	@media (max-width: 1024px) {
    	.main-visual-container-content-tit-sub {
    		font-size: 1.8rem !important;
    	}
	    .main-visual-container-content-tit-sub > p:nth-last-child(2) {
	    	font-size: 3.4rem !important;
	    }
		.main-visual {
			padding-top: 16rem;
		}
	}
	@media (max-width: 768px) {
		.main-visual {
			margin-bottom: 34%;
			padding-top: 42%;
		}
	}


.main-visual-container-content {
	width: 100%;
}

/* .main-visual-container-content {
	display: none;
	animation: fadeout 1s;
	-moz-animation: fadeout 1s; Firefox
	-webkit-animation: fadeout 1s; Safari and Chrome
	-o-animation: fadeout 1s; Opera
	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 배너 텍스트
***/
.main-visual-container-content-tit-sub {
	font-size: 24px;
	font-weight: 600;
	color: #4785C8;
    word-break: keep-all;
    white-space: nowrap;
}
.main-visual-container-content-tit-sub-mobile {
	font-size: 1.6rem;
	font-weight: 600;
	color: #4785C8;
    word-break: keep-all;
    white-space: nowrap;
}
.main-visual-container-content-tit-sub > p:nth-last-child(2) {
	font-size: 54px;
	font-weight: 600;
	color: #4785C8;
	margin-top: 0.8rem;
	margin-bottom: 2.4rem;
	/* max-width: 40%; */
    word-break: keep-all;
}
	@media (max-width: 1400px) {
		.main-visual-container-content-tit-sub {
			font-size: 20px;
		}
		.main-visual-container-content-tit-sub > p:nth-last-child(2) {
			font-size: 50px;
		}
	}
	@media (max-width: 1260px) {
		.main-visual-container-content-tit-sub {
			font-size: 20px;
			margin-top: 0;
			margin-bottom: 0px;
		}
		.main-visual-container-content-tit-sub > p:nth-last-child(2) {
			font-size: 4rem;
			margin-top: 0.4rem;
    		margin-bottom: 1.6rem;
		}
	}
	@media screen and (max-width: 768px){
		.main-visual-container-content-tit-sub {
			font-size: 14px;
			display: none;
		}
		.main-visual-container-content-tit-sub-mobile > p:nth-last-child(2) {
			font-size: 3rem;
			margin-top: 0.4rem;
			margin-bottom: 1.8rem;
			width: 100%;
		}
		.main-visual-container-content-tit-sub-mobile, .main-visual-container-content-tit-sub.mobile {
			display: inline-flex !important;
			font-size: 1.4rem
		}
	}
	
.main-visual-container-content-btn-text {
  width: 41.0rem;
  height: 5.5rem;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2575;
  color: #FFFFFF;
  background: #4785C8;
  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 1px #78A6D8; */
  box-sizing: border-box;
  border-radius: 1rem;
}

.main-visual-container-content-btn-text:hover {
	background-color: #6C96C3;
	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: #F6861F;
  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;
}

/*** 퀵메뉴
***/
/* 버튼 4개 감싼 거 */
.quick-menu {
  box-sizing: border-box;
  padding: 2rem;
  max-width: 140rem;
  width: 100%;
  height: 15.2rem;
  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 2px 10px 0px rgba(0, 0, 0, 0.10);
  z-index: 1; 
  border-radius: 30px;
}
	@media (max-width: 1400px) {
	    .quick-menu {
	    	height: auto;
	        padding: 1.5rem 2% 1.5rem 2%;
	    }
	}
	/* @media (max-width: 920px) {
	    .quick-menu {
	        margin: 0 4rem 0 4rem;
	    }
	} */
	@media screen and (max-width: 768px) {
	    .quick-menu {
	    	box-shadow: none;
	        -webkit-box-orient: vertical;
	        -ms-flex-direction: column;
	        flex-direction: column;
	        padding: 0;
	        height: auto;
	        margin: 0rem 2rem 0 2rem;
	    }
	}


/* 버튼 2개씩 감싼 거 */
.quick-menu-btn-group {
  width: 100%;
  height: 11.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

	@media screen and (max-width: 1024px){
		.quick-menu-btn-group {
			height: 9rem;
		}
	}
	@media screen and (max-width: 768px){
		.quick-menu-btn {
			height: auto;
			position: relative;
		}
		.quick-menu-btn-group {
			height: 6.4rem;
		}
		.quick-menu-btn-group:nth-child(odd) {
			margin-bottom: 1rem;
		}
	}
	
.quick-menu > .quick-menu-btn-group:nth-child(even) {
	margin-left: 3rem;
}
	/* @media (max-width: 1400px) {
	    .quick-menu>.quick-menu-btn-group:nth-child(even) {
	        margin-left: 3rem;
	        margin-right: 10px;
	    }
	} */
	
	@media (max-width: 768px) {
	    .quick-menu>.quick-menu-btn-group:nth-child(even) {
	        margin-left: 0;
	        margin-right: 0;
	    }
	}


/* 퀵버튼 */
.quick-menu-btn {
  box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 0.1rem #F6861F;
  background-color: #ffffff;
  border-radius: 1.0rem;
  width: 100%;
  cursor: pointer;
}



/* 퀵버튼 텍스트 */
.quick-menu-btn-text {
	display: flex;
			display: -ms-flexbox;
			display: -webkit-box;
	flex-direction: column;
			-ms-flex-direction: column;
			-webkit-box-orient: vertical;
	align-items: baseline;
			-ms-flex-align: baseline;
			-webkit-box-align: baseline;
	align-items: center;
			-ms-flex-align: center;
			-webkit-box-align: center;
	justify-content: center;
			-ms-flex-pack: center;
			-webkit-box-pack: center;
	/* font-size: 3.2rem; */
	font-weight: 600;
	color: #424242;
	white-space: nowrap;
}
	@media screen and (max-width: 768px){
		.quick-menu-btn-text {
			width: 100%;
			text-align: right !important;
			display: block !important;
			padding-right: 1.4rem;
			margin-top: 20px;
		}
	}


/* 여론조사 제일 겉에 있는 컨테이너 */
.inspection {
	/* padding: 24.6rem 0rem 14rem 0rem; */
    padding: 13.6rem 0rem 6rem 0rem;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
}



/*** 컨텐츠 타이틀 컨테이너
***/
.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;
}

@media (max-width: 1024px) {
    .card-tit-group {
        width: 100%;
    }
}

/*** 배경 이미지
***/
@media (max-width: 768px) {
	.main-back.remove {
		display: none;
	}
}
/*** 배경 이미지
***/


/*** 여론조사 카드
***/
.card-group-card {
    max-width: 44.667rem;
    max-height: 45.4rem;
    width: calc(33.33% - 30px);
    /* height: 100%; */
    background-color: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 2rem;
    border-radius: 3rem;
    /* 소중해 */
    /* flex-shrink: 1; */
    box-sizing: border-box;
    margin: 15px;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group-card > p {
	position: relative;
	width:100%;
	height: 0;
    padding-top: 57%;
	max-height: 23.2rem;
    text-align: center;
    background: #F4F4F4;
    border-radius: 1rem;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
    justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
}



/* @media (max-width: 1025px) {
	.card-group {
		justify-content: center;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
	}
} */

.card-group-card p img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 406.6px;
    max-height: 23.2rem;
    border-radius: 1rem;
    object-fit: contain;
}



/*** 더보기
***/
@media (max-width: 1024px) {
	.comm-btn-more {
		display: none;
	}
}
/* @media (max-width: 780px) {

} */




.card-tit {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4rem;
  z-index: 1;
}

.card-tit-group-tit {
  width: 100%;
  margin-bottom: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2575;
  white-space: nowrap;
  flex-shrink: 0;
  color: #424242;
}
	@media (max-width: 1024px) {
		.card-tit-group-tit {
		  margin-bottom: 0.5rem;
		  font-size: 3.0rem;
		}
	}
	@media (max-width: 425px) {
		.card-tit-group-tit {
		  margin-bottom: 0.2rem;
		  font-size: 2.7rem;
		}
	}

.card-tit-group-tit-sub {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2575;
  color: #9D9D9D;
}
	@media (max-width: 1024px) {
		.card-tit-group-tit-sub {
		  font-size: 1.8rem;
		}
	}
	@media (max-width: 425px) {
		.card-tit-group-tit-sub {
		  font-size: 1.7rem;
		}
	}

.card-tit-more {
    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;
	max-width: 13.3rem;
	max-height: 6rem;
    width: 100%;
    font-size: 2rem;
    cursor: pointer;
    color: #C35B27;
    border-radius: 1rem;
    border: solid 0.1rem #C35B27;
}

.card-tit-more:hover {
    color: #ffffff;
    background: #C35B27;
}

.card-container {
  width: 140rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  border: 0px;
  position: relative;
}

.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: 65%;
  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: 3rem;
  padding: 1rem 0rem 1rem 0rem;
  box-sizing: border-box;
}

.card-pr {
  width: 35%;
  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;
  padding: 1rem 0rem 1rem 0rem;
}

.card-group {
  /* max-height: 45.4rem; */
  width: calc(100% + 30px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  z-index: 1;
}

@media (max-width: 1024px) {
	.card-group {
		/* width: calc(100% - 30px); */
		flex-wrap: nowrap;
	    flex-direction: column;
	    align-items: center;
	}
}
@media (max-width: 1430px) {
	.card-group {
		justify-content: center;
	}
	.card-group-card {
		width: calc(100% - 30px);
	}
	.card-group-card:nth-child(3) {
        display: none;
    }
}

.card-group-survey {
  width: 100%;
  height: 24.8rem;
  border-radius: 1rem;
  background-color: #ffffff;
}

.card-op > .card-group-survey:nth-child(even) {
	margin-bottom: 2rem;
}

.card-op-survey > .card-group-survey:nth-child(even) {
	margin-bottom: 2rem;
}

.card-pr > .card-group-survey:nth-child(even) {
	margin-bottom: 2rem;
}

.card-op > .card-group:nth-child(even) {
	margin-bottom: 2rem;
}

.card-op-survey > .card-group:nth-child(even) {
	margin-bottom: 2rem;
}

.card-pr > .card-group:nth-child(even) {
	margin-bottom: 2rem;
}

.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: 600;
  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;
}

.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 #F6861F;
}

.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 #F6861F;
}

.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: 600;
  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: 400;
	color: #4B4B4B;
	text-align: center;
	margin: 10rem 0;
}

/* ======================== */
/* ================= */

.notif {
  padding: 6rem 0rem;
  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: #FFF2E9;
}

.eventnews-all-content {
  width: 140rem;
  z-index: 1;
}

.eventnews-tit-sub {
  margin-bottom: 1rem;
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2575;
  color: #F6861F;
  white-space: nowrap;
}

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

.eventnews-tit {
  margin-bottom: 40px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2575;
  color: #5F5F5F;
  margin-right: 5rem;
}

.eventnews-tit-btn {
  width: 60%;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  margin-top: 7rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2575;
  color: #ffffff;
  white-space: nowrap;
  background-color: #5F5F5F;
  border-radius: 3rem;
  cursor: pointer;
}

.eventnews-ul {
  width: 815px;
  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: 600;
  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: 4.5rem;
  height: 2.6rem;
  font-size: 1.2rem;
  font-weight: 600;
  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: #F6861F;
  border-radius: 30px;
  flex-shrink: 0;
}

.eventnews-li-new-tit {
  width: 500px;
  margin-bottom: 1rem;
  font-size: 2.1rem;
  font-weight: 600;
  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;
  margin-top: -2rem;
}

.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 .notif .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%;
  border-radius: 1.0rem;
  padding:2rem;
  margin-top: 2rem;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: pointer;
}

.eventnews-li-group > div {
	width: 100%;
    box-sizing: border-box;
}

.eventnews-li-group-line {
	width: 100%;
	height: 2px;
	border-top: 2px solid #f2f2f2;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

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

.eventnews-li-group-tit {
  font-size: 1.8rem;
  color: #666666;
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50rem;
}

.eventnews-li-group-date {
  font-size: 1.6rem;
  line-height: 1.2575;
  color: #A8A8A8;
  white-space: nowrap;
}

.cardnews-height {
    width: 100%;
    height: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}


.cardnews-img {
    border-radius: 20px;
    /* width: 555px;
    height: 415px; */
}

.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: 100%;
  height: 100%;
  box-sizing: 
}

.cardnews-controler {
    display: flex;
    width: 100%;
    padding: 17px 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 20px 20px;
    background: rgba(0, 0, 0, 0.57);
    z-index: 1;
}

.cardnews-controler-header {
    align-self: flex-start;
    height: 3px;
}

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

.cardnews-controler-swiper-pagination-circle.on {
	width: 20px;
	background-color: #F6861F !important;
	border-radius: 30px;
}

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

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

.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: 600;
  line-height: 1.193359375;
  color: #ffffff;
  white-space: nowrap;
  flex-shrink: 0;
}

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

.cardnews-controler-swiper-pagination-end {
  font-size: 1.4rem;
  font-weight: 600;
  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-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:hover  {
	background-color: #F6861F;
	
}

.quick-menu-btn-margin {
  margin-right: 3rem;
}

.quick-menu-btn-icon {
  margin-right: 1rem;
  width: 4.8rem;
  height: 4.8rem;
  object-fit: contain;
  vertical-align: top;
  flex-shrink: 0;
}

.quick-menu-btn-text-1 {
  padding-top: 0.5rem;
  font-size: 2.8rem;
  color: #424242;
}

.quick-menu-btn:hover .quick-menu-btn-text-1 {
    color: #FFFFFF;
}

.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;
}

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

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



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

@media (max-width: 1260px) {
	.card-container {
	  	width: 55%;
	  	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;}
}

@media (max-width: 1132px) {
	.videoclip {width: 450px !important;}
	.videoclip>iframe {width: 450px !important;}
}
	
@media (max-width: 1400px) {
	.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: 0;
	}
	
	.main-visual {
		width: 95%;
	}
	
	.card-container {
	  	width: 90%;
	  	height: auto;
	  }

  /* .card-container {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  } */
  
  .card-data-none {
	    margin-top: 10rem;
	}

  .inspection {
    padding: 12.6rem 0 5rem 0;
  }

 /*  .card-op {
    margin: 0;
    margin-bottom: 10rem;
  }
  
  .card-op-survey {
    margin: 0;
    margin-bottom: 10rem;
  } */

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

  .eventnews-content {
    margin-bottom: 4rem;
    width: 100%;
  }

  .quick-menu-btn-text-1 {
    font-size: 2.4rem;
  }
  
  .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;
	}
	
	.notif {
	    padding: 5rem 0 5rem 0;
	  }
	  
	.gongjunews {
		padding: 5rem 0 5rem 0;
	}
}
@media (max-width: 1400px) {
	.main-visual-container-content-btn-text {
		font-size: 1.8rem;
	    height: 5rem;
	}
}	
@media (max-width: 1100px) {
	.main-visual-container-content-btn-text {
	    width: 20rem;
	    height: 4rem;
	    font-size: 1.6rem;
	    font-weight: 500;
	    margin-bottom: 1.5rem;
	    margin-left: 0;
  }
}
@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;}

 
  .quick-menu-btn-icon {
    width: 3.8rem;
    height: 3.8rem;
  }
  .quick-menu-btn-text-1 {
    font-size: 1.8rem;
  }

  .quick-menu-group-margin {
    margin: 0px 1.5rem;
  }
  
	.card-data-none {
	    margin-top: 15rem;
	}

  .eventnews-tit {
  	margin-right: 2rem;
    font-size: 2.9rem;
  }
  
   .eventnews-li-group-tit {
	  width: 42rem;
	  height: auto;
	  overflow: hidden;
	  max-height: 3rem;
	  position: relative;
	  padding-right: 0.6em;
	}
	
	.eventnews-li-group-tit:before {
	  content: '...';
	  position: absolute;
	  right: 0;
	  bottom: 8px;
	}
	.eventnews-li-group-tit:after {
	  content: '';
	  position: absolute;
	  right: 0;
	  width: 1em;
	  height: 1em;
	  margin-top: 0.2em;
	  background: white;
	}
	
	.card-container {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 65%;
		height: auto;
	}
	
	.main-card-container {
		width: 90%;
		height: auto;
	}
	  
	  
  .card-op-survey {
  	width: 100%;
  }
  
  .card-pr {
  	width: 100%;
  }
  
.survey-btn {
    /* margin-top: 75px !important; */
    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;
	}
	
	.cardnews-roll-container {
	    width: 100% !important;
	}
	
	.cardnews-roll-type {
		width: 88% !important;
	}
	
	.notif {
	    padding: 4rem 0 4rem 0;
	  }
}

@media (max-width: 920px) {
  .main-visual-container-content-size {
    width: 0;
}

  .main-visual-container-content-img {
    width: 100%;
  }
  
  .main-visual-container-content-img-size {
	    max-width: 100%;
	    flex-basis: 100%;
	}

  .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;
    margin-bottom: 1.5rem;
    margin-left: 0;
  }
}

@media (min-width: 780px) {

  .none-min-7 {
    display: none;
  }
}

@media (max-width: 780px) {
	
	.main-card-container {
		margin: 0 !important;
		width: 100% !important;
	}
	
	.main-visual-container-content-img-size {
		width: 100%;
		max-width: 40rem;
		flex-basis: 30rem;
	}
	

	.cardnews-roll-type {
		width: 82% !important;
	}

  .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;
    /* margin-bottom: 1rem; */
  }

  .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;
  }

  /* 카드 */
  .inspection {
    padding: 15% 2.4rem 5rem 2.4rem;
  }
  
  .card-op > .card-group:nth-child(even) {
		margin-bottom: 0;
	}
	
	.card-container {
	    -webkit-box-orient: vertical;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    width: 85%;
	    height: auto;
     }

  .card-op {
    width: 100%;
    margin: 0;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  
  .card-op-survey {
    width: 100%;
    margin: 0;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .card-pr {
    width: 100%;
  }

  /* .card-tit {
    width: 32.3rem;
  } */
  
  .card-tit-more {
  	padding-right: 0;
  }

  .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-content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gongjunews {
  	padding: 5rem 2.4rem 5rem 2.4rem;
  }
  .notif {
    padding: 5rem 2.4rem 5rem 2.4rem;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .eventnews-tit {
    margin: 0;
  }

  .eventnews-all-content {
    padding: 0;
    height: auto;
  }

  .eventnews-tit {
    font-size: 3rem;
    margin-bottom: 2rem;
  }

  .eventnews-tit-sub {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }

  .eventnews-ul {
    width: 100%;
  }

  .eventnews-tit-btn {
    width: 100%;
    font-size: 1.3rem;
    font-weight: 400;
  }

  .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 {
	  width: 95%;
	  height: auto;
	  overflow: hidden;
	  max-height: 3rem;
	  position: relative;
	  padding-right: 0.6em;
	}
	
	.eventnews-li-group-tit.up-eventnews {
		width: 78% !important;
	}
	
	.eventnews-li-group-tit:before {
	  content: '...';
	  position: absolute;
	  right: 0;
	  bottom: 8px;
	}
	.eventnews-li-group-tit:after {
	  content: '';
	  position: absolute;
	  right: 0;
	  width: 1em;
	  height: 1em;
	  margin-top: 0.2em;
	  background: white;
	}
	
	.eventnews-li-group {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .eventnews-li-new {
    margin-bottom: 2rem;

  }

  /* {
font-size: 1.2rem;
text-align: end;
} */

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

  .cardnews-img {
    width: 100%;
  }

  .cardnews-height {
    width: 100%;
  }
}

.cardnews-roll-container {
    position: relative;
    width: 100%;
    max-width: 555px;
    height: 0;
    padding-top: 74.77%;
    margin: 0 auto;
    overflow: hidden;
}

.cardnews-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
	width: 100%;
	display: none;
	animation: fadeout 1s;
	-moz-animation: fadeout 1s; /* Firefox */
	-webkit-animation: fadeout 1s; /* Safari and Chrome */
	-o-animation: fadeout 1s; /* Opera */
	animation-fill-mode: forwards;
}
.cardnews-img.on {
	display: block;
	animation: fadein 1s;
	-moz-animation: fadein 1s; /* Firefox */
	webkit-animation: fadein 1s; /* Safari and Chrome */
	-o-animation: fadein 1s; /* Opera */
}

.cardnews-roll-type {
    display: none;
	animation: fadeout 1s;
	-moz-animation: fadeout 1s; /* Firefox */
	-webkit-animation: fadeout 1s; /* Safari and Chrome */
	-o-animation: fadeout 1s; /* Opera */
	animation-fill-mode: forwards;
	width: 440px;
    
	position: absolute;
    margin-top: 10px;
	z-index: 998;
}

.cardnews-roll-type.on {
    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;
	animation: fadein 1s;
	-moz-animation: fadein 1s; /* Firefox */
	webkit-animation: fadein 1s; /* Safari and Chrome */
	-o-animation: fadein 1s; /* Opera */
}

.cardnews-roll-type {
    display: none;
    animation: fadeout 1s;
    animation-fill-mode: forwards;
    width: 555px;
    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: 600;
    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: auto;}
.survey-list2 li {
	height: 21rem;
	list-style-type: none;
	padding: 17px 20px 20px 20px;
	display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: start;
}

.survey-list2 li > p:first-child {
	width: 400px;
    overflow: hidden;
    border-radius: 8px;
    margin-right: 1rem;
}
.survey-list2 li > p:last-child {
	margin-left: 1rem;
	display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: start;
}
.survey-list2 li>p{
	font-size: 1.6rem;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #000;
	text-align: left;
	line-height: 20px;
	-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;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
.survey-list2 li>p img{
	width: 100%;
	height: 100%;
}

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

.survey-tit {
	font-size: 24px;
	font-weight: 600;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #424242;
}

.survey-date {
	font-size: 1.6rem;
	margin-bottom: 4rem;
	color: #666666;
}

.survey-btn {
	/* margin-top: 85px; */
	margin-top: 0 !important;
}

.survey-btn > button {
	display: block;
    text-align: center;
    line-height: 36px;
    min-width: 120px;
    height: 38px;
    border-radius: 21px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    cursor: pointer;
}

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

.survey-btn > .survey-btn-no {
	background-color: #aaa;
	border: 1px solid #aaa;
    color: #fff;
}

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

@media screen and (max-width: 500px){
  .survey-list2 li {padding: 8px 10px 10px 10px;display: block;}
  .survey-tit {font-size: 18px;font-weight: 500;}
	.survey-btn > button {
	    line-height: 30px;
	    height: 30px;
	    font-size: 12px;
	}
  .survey-btn {
  	margin-top: 20px !important;
  	display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
  }
  
  .card {
        padding: 0% 0 5% 0;
    }
  
  .survey-list2 li > p:first-child {
  	width: 100%;
  }
  
  .survey-list2 li>.survey-list2-div{
		width: 100%;
	}
}

@media screen and (max-width: 768px){
  .survey-list2 li {padding: 8px 10px 10px 10px;display: block;}
  .survey-tit {font-size: 18px;font-weight: 500;}
	.survey-btn > button {
	    line-height: 30px;
	    height: 30px;
	    font-size: 12px;
	}
  .survey-btn {
  	margin-top: 20px !important;
  	display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
  }
  
  .survey-list2 li > p:first-child {
  	width: 100%;
  }
  
  .survey-list2 li>.survey-list2-div{
		width: 100%;
	}
	
	.card-group-survey {
	    height: 28.8rem;
	}
	
	.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-btn-text {
		display: none;
	}
	
	.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;
		text-align: center;
		margin-bottom: 0px;
		font-size: 1.4rem;
	}
	
	.main-visual-container-content-tit-cont {
		width: 100%;
		text-align: left;
	}
	
    .main-visual-container-content-height {
        margin-top: 2rem;
    }
    
    .main-visual-container-content-img-size {
        flex-basis: 10rem;
    }

    .quick-container {
		height: auto !important;
		background: #FFFFFF;
	}
    
    .quick-menu-btn.quick-menu-btn-margin:nth-child(even) {
		margin-bottom: 2rem;
	}
	
	.quick-menu-btn-icon {
	    width: 2.5rem;
	    height: 2.5rem;
	    position: absolute;
	    top: 10px;
	    left: 10px;
	}
	
	/* .quick-menu-btn-icon {
		display: none !important;
	} */
	
	.quick-menu-btn-icon.moblie {
		display: inline !important;
	}

    .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;
    }
    
    .eventnews-li-group {
    	border: 1px solid #DFE8EE;
    	border-radius: 10px;
    	padding: 10px;
    	box-sizing: border-box;
    }
    
    .eventnews-li-group:nth-child(1) {
	    border-top: 1px solid #DFE8EE;
	}
	
	.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;
    	margin-bottom: 0;
	  font-size: 3.0rem;
	  font-weight: 600;
	  line-height: 1.2575;
	  color: #5F5F5F;
	  margin-right: 5rem;
    }
}

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

.quick-container {
	height: 0px;
}

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

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

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