@charset "UTF-8";
/*-------------------------------------------------
title       : 메인
Create date : 2023.07.19
-------------------------------------------------*/
#main {
	word-break: keep-all;
	}
#section1 ~ [id^="section"]  {
	position: relative;
	width: 140rem;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	}
#section1{
    position: relative;
    margin-bottom: 8rem;
	overflow: hidden;
	}	
#section1::after {
	position: absolute;
	top: 0;
    left: 50%;
    width: 182rem;
    max-width: 100%;
    height: 100%;
    margin-left: 5rem;
    background: url(/main/img/new_main/mvisual.jpg) no-repeat 0 0;
    transform: translateX(-50%);
    z-index: -1;
    content: '';
	}
.section_tit {
	color: #323232;
    line-height: 1.5;
	font-size: 2.4rem;
	}	
.top_section {
    display: flex;  flex-flow: row wrap; justify-content: space-between;
	width: 140rem;
	max-width: 95%;
	margin: 0 auto;
	padding: 9.7rem 0;
	}
.tsearch_area{
	width: 66rem;
    margin-top: 10rem;
	}
.tsearch_area .slogan {
	display: block;
	margin-bottom: 3.2rem;
	color: #000;
	letter-spacing: -0.3rem;
    line-height: 1.2;
	font-size: 5.5rem;
	font-weight: 300;
	}
.tsearch_area .slogan > span {
	font-weight: 700;
	}
/* 메인 통합검색 */	
#front_search .search_box {
	display: flex; flex-flow: row wrap;
	margin-bottom: 3rem;
	}
#front_search input[type="text"] {
	width: 38rem;
    height: 6rem;
    padding: 1rem 3rem;
    background-color: transparent;
    border: 0.5rem solid #fff;
    border-right:transparent;
    color: #000;
    box-sizing: border-box;
    font-size: 1.8rem;
	}
#front_search ::-webkit-input-placeholder {color: #000;}
#front_search :-moz-placeholder {color: #000;}
#front_search .btn {
	width: 6rem;
	height:  6rem;
	background-color: #D90915;
	color: #fff;
	font-size: 3rem;
	}
.keyword_recommend {
	width: 44rem;
	overflow: hidden;
	}
.keyword_recommend .subject {
	float: left;
	width: 8rem;
	margin-right: 2.2rem;
    padding: 0.5rem;
	background-color: #D90915;
    border-radius: 3rem;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	}
.keyword_recommend .tag {
    position: relative;
    margin-left: -1rem;
	padding-top: 0.5rem;
	color: #323232;
    overflow: hidden;
	}
.keyword_recommend .tag a {
	position: relative;
	display: inline-block;
	margin: 0 1rem;
    color: #333;
    font-weight: 500;
	}
.keyword_recommend .tag a + a::before {
	position: absolute;
	top: 50%;
	left: -1rem;
	width: 1px;
	height: 1rem;
    margin-top: 0.1rem;
	background-color: rgba(0,0,0, .2);
	transform: translateY(-50%);
	content: '';
	}
/* 발간물, news 컨트롤 버튼 style*/
.slide_area .bx-controls,
.swiper-controls {
	position: absolute;
	top: 0.2rem;
	right: 0;
	}
.slide_area .bx-controls-direction a,
.swiper-controls button {
	display: inline-block;
	width: 5rem;
	height: 5rem;
	margin-left: 1rem;
	background-color: #fff;
	border-radius: 100%;
	color: #000;
    text-align: center;
	font-size: 3rem;
	}
.slide_area .bx-controls-direction a i,
.swiper-controls button i {
	display: flex; align-items: center; align-content: center;  justify-content: center;
	height: 100%;
	}
.slide_area .bx-prev i::before {
	content: "\e93c";
	}
.slide_area .bx-next i::before {
	content:"\e93f"
	}
.slide_area .bx-controls-direction a:focus,
.slide_area .bx-controls-direction a:hover,
.swiper-controls button:focus,
.swiper-controls button:hover {
	color: #D90915;
	text-decoration: none;
	}
		
/* 발간물 */	
.publication_area {
	position: relative;
	width: 43rem;
	padding-top: 1.2rem;
	overflow: hidden;
	}	
.publication_area::after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 3rem);
	height: calc(100% - 6.5rem);
	backdrop-filter: blur(30px);
    border-radius: 1rem;
    z-index: -2;
	content: '';
	}
.publication_area .section_tit {
	display: inline-block;
	margin-left: 3rem;
    color: #000;
	font-size: 2.8rem;
	}
.publication_area .swiper-controls .swiper-button-next {
	margin-left: 6.8rem;
	}	
.publication_area .swiper-pagination {
    position: absolute;
    top: 0;
    right: 6.5rem;
    font: 400 1.8rem/2.8 mtsr;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
	}
.publication_area .swiper-pagination-current {
	color: #000;
	}
.publication_area .publication_list {
	position: relative;
    display: flex;
	width: 100%;
   	height: 56rem;
    margin-top: 2.9rem;
    box-sizing: border-box;
	color: #000;
	font-weight: 500;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    }
.publication_list .swiper-slide {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    flex-shrink: 0;
	width: 100%;
    transition-property: transform;
	}
.publication_list .swiper-slide ul {
	
	}
.publication_list .swiper-slide li {
	position: relative;
    padding: 0 4rem 0 7rem;
    transition: all 0.5s ease;
	}
.publication_list .swiper-slide a {
	position: relative;
	display: block;
	padding: 2.55rem 0;
	border-top: 1px solid rgba(255,255,255, .3);
	text-decoration: none;
	}
.publication_list .swiper-slide li:first-child > a {
	border-top: transparent;
	}
.publication_list .swiper-slide li > a:hover strong {
	text-decoration: underline;
	}
.news_cate {
	display: block;
	margin-bottom: 0.8rem;
	color: #D90915;
    letter-spacing: -0.03rem;
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: 500;
	}
.publication_list strong {
	display: block;
    line-height: 1.4;
	font-size: 2rem;
    font-weight: 500;
	}
.publication_list .swiper-slide li::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
    transition: all 0.5s ease;
    z-index: -1;
	content: '';
	}
.publication_list .swiper-slide li.active::after {
	width: 100%;
    background-color: #D90915;
	}
.publication_list .swiper-slide li.active .news_cate {
	color: #FAD5D9;
	}
.publication_list .swiper-slide li.active strong {
	color: #fff;
	text-decoration: underline;
	}
	
/* 참여공간 */
.participation_space {
	}
.participation_list {
	display: flex; flex-flow: row wrap;
	font-size: 1.8rem;
	font-weight: 500; 
	}
.participation_list > li {
	width: calc(100% / 6);
	}
.participation_list > li a {
	display: block;
	padding: 4rem 0;
	border-radius: 1rem;
    text-align: center;
	transition: all 0.5s ease;
    line-height: 1.4;
	}
.participation_list > li a:focus,
.participation_list > li a:hover {
	background-color: #F8F7F6;
	}
.participation_list > li a:focus .icon,
.participation_list > li a:hover .icon {
	transform: rotateY(360deg);
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
	}
.participation_list .icon {
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	width: 9rem;
	height: 9rem;
    margin: 0 auto .5rem;
	background-color: #fff;
	border-radius: 100%;
	overflow: hidden;
	}
	
.section_tit.eng_tit {
	margin-bottom: 3rem;
  	font: 600 4.2rem mtsr;
	}
.section_tit.eng_tit .point01 {
	color: #D90915;
	}
.flex_area {
	display: flex;  flex-flow: row wrap;
	}	
/* AURI HIGHLIGHT */
.highlight_area {
	margin: 8rem auto;
	}
.highlight_area .flex_area {
	margin: 0 -1.7rem;
	transform: translate3d(0px,0px,0px);
    transition: transform 1000ms ease 0s,opacity 1000ms ease 0s;
    transition-delay: 750ms;
	}
.highlight_area section {
	position: relative;
	width: calc(25% - 3.4rem);
	min-height: 50rem;
	margin: 0 1.7rem;
	padding: 5rem;
    background: no-repeat 50% 50% / cover;
	border-radius: 1rem;
    box-sizing: border-box;
	color: #fff;
    transition: .5s ease;
	}	
.highlight_area section::after {
	position: absolute;
	bottom: 6rem;
	left: 50%;
	max-width: calc(100% - 6rem);
	transform: translateX(-50%);
	content: '';
	}	
.highlight_area .section-subtit {
	margin-bottom: 3rem;
    line-height: 1.5;
	font-size: 2.4rem;
	font-weight: 700;
	}
.highlight_area .more {
	display: none;
	position: absolute;
	top: 5rem;
	right: 5rem;
	}
.highlight_area .more i {
	margin-left: 0.6rem;
    vertical-align: middle;
    font-size: 1.9rem;
	}
.highlight_area .research_report {
	background-image: url(/main/img/new_main/research_report.jpg);
	}	
.highlight_area .research_report:has(.thumb:focus, .thumb:focus-visible) {
	outline: 2px solid red;
}	
.highlight_area .auri_tv {
	background: transparent linear-gradient(180deg, #7D97C2 0%, #1F4685 100%) 0% 0% no-repeat;
	}
.highlight_area .auri_tv::after {
	width: 32rem;
	height: 28rem;
	background: url(/main/img/new_main/auri_tv.svg) no-repeat 0 center / contain;
	}
.highlight_area .card_news {
	background: transparent linear-gradient(180deg, #5B9ABF 0%, #283E81 100%) 0% 0% no-repeat;
	}	
.highlight_area .card_news::after {
	width: 29.2rem;
	height: 27.6rem;
	background: url(/main/img/new_main/card_news.svg) no-repeat 0 center / contain;
	}
.highlight_area .city_space {
	background: url(/main/img/new_main/city_space.png) no-repeat center center / cover;
	}
.highlight_area.active section.active {
    width: calc(58.9% - 3.4rem);
    background: #D90915;
	}
.highlight_area.active section {
    width: calc(13.7% - 3.4rem);
	}
.thumb_list {
	width: 1px;
    height: 1px;
    visibility: hidden;
    overflow: hidden;
	}
.highlight_area section.active::after {
	display: none;
	} 
.highlight_area section.active .more {
	display: block;
	}
.highlight_area section.active .thumb_list {
	width: 100%;
    height: 33rem;
    visibility: visible;
	}
.thumb_list > li {
	display: flex;  flex-flow: row wrap;
	margin-bottom: 2rem;
	}
.thumb_list a {
	display: block;
	}
.thumb_list .thumb {
	width: 11.5rem;
	height: 14.8rem;
	margin-right: 2rem;
	overflow: hidden;
	}
.width_thumb .thumb {
	width: 23.8rem;
	height: 13.4rem;
	}
.thumb_list .thumb img {
	width: 100%;
    transition: all 1200ms ease;
	}
.thumb_list .thumb:hover img {
	transform: scale(1.2); 
	}
.thumb_list .info {
	width: calc(100% - 13.5rem);
	margin-top: 1rem;
	}
.width_thumb	.info {
	width: calc(100% - 25.8rem);
	}
.thumb_list .tit {
	display: block;
	height: 4.8rem;
	margin-bottom: 2rem;
    line-height: 1.2;
	font-size: 2rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: keep-all;
    overflow: hidden;
	}
.thumb_list .tit a:hover {
	text-decoration: underline;
	}
.thumb_list .txt {
	display: flex;  flex-flow: row wrap;
	color: #FAD5D9;
    line-height: 1.5;
	}
.thumb_list .txt > span {
	display: block;
	position: relative;
	padding: 0 1.5rem;
	}
.thumb_list .txt > span + span::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 1rem;
	background-color: rgba(255,255,255, .3);
	transform: translateY(-50%);
	content: '';
	}
.thumb_list .txt > span:first-child {
	padding-left: 0;
	}
		
/* AURI NEWS */
.news_area {
	margin-bottom: 12rem
	}
.news_area	.bx-controls-direction a {
	border: 1px solid #ddd;
	}	
.news_slider {
	height: 29rem;
	overflow: hidden;
	}
.news_slider > li {
	width: 32.6rem !important;
	margin-right: 3.2rem;
	}
.news_slider a {
	position: relative;
	display: block;
	height: 27rem;
	padding: 5rem 3rem 5.5rem;
	border-radius: 1rem;
	}
.news_slider a:hover {
	text-decoration: none;
	}	
.news_slider a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	border-radius: 1rem;
	transition: all 0.25s ;
	z-index: -1;
	content:'';
	}	
.news_slider a:hover {
	box-shadow: 0 1rem 1rem #0000001A;
	}	
.news_slider a:focus {
	outline: 0;
	}
.news_slider a:focus::after, 
.news_slider a:hover::after {
	border: 5px solid #D90915;
	}
.news_slider .news_cate {
    margin-bottom: 1.4rem;
	font-size: 1.8rem;
	}
.news_slider .tit {
	display: block;
	height: 5.7rem;
	margin-bottom: 4rem;
    color: #323232;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: keep-all;
    font-size: 2rem;
    font-weight: 700;
    overflow: hidden;
	}
.news_slider .date {
	display: block;
	}
	
/* 오시는길, 클린신고 */
#section5 {
    width: calc(140rem  + 3.4rem);
    max-width: calc(95% + 3.4rem);
    margin-bottom: 0;
	padding: 6rem 0;
	}
.section5_area::after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 200%;
    height: 100%;
	background-color: #F8F7F6;
	border-bottom: 1px solid #ddd;
    transform: translateX(-50%);
    z-index: -1;
    content: '';
	}	
.icon_content,
.popup_area {
	position: relative;
	width: calc(33.33% - 3.4rem);
	margin: 0 1.7rem;
	}
.icon_content {
	display: block;
	position: relative;
	padding: 6.4rem 5rem 7rem 0;
	}	
.icon_content a {
	display: block;
	position: relative;
	min-height: 15rem;
	padding-right: 17rem;
	}
.icon_content a:hover {
	text-decoration: none;
	}	
.icon_content .section_tit {
	display: block;
	margin-bottom: 3rem;
	}
.icon_content .txt {
	display: block;
    line-height: 1.53;
	font-size: 1.7rem;
	}
.icon_content .icon {
	position: absolute;
	top: 50%;
	right: 0;
	width: 15rem;
	height: 15rem;
	background: #000 no-repeat center center;
	border-radius: 100%;
	transform: translateY(-50%);
	}	
.icon_content .icon::before {
	display: flex; flex-flow: row wrap; align-items: center; align-content: center;  justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7.7rem;
	height: 7.7rem;
	background-color: #EA4E5F;
	border-radius: 100%;
	color: #fff;
	transition: all 0.5s ease;
	transform: translate(-50%, -50%);
    font-size: 2rem;
    font-family: "xeicon";
	content: "\e913";
	opacity: 0;
	}
.loaction_area .icon {
	background-image: url(/main/img/new_main/location_icon.svg);
	}
.cleanCenter_area .icon {
	background-image: url(/main/img/new_main/cleanCenter_icon.svg);
	}
.icon_content a:focus .icon,
.icon_content a:hover .icon {
	background: #D90915;
	}
.icon_content a:focus .icon::before,
.icon_content a:hover .icon::before {
	opacity: 1;
	}
.popup_area {
	position: relative;
	height: 28.4rem;
	border-radius: 1rem;
	overflow: hidden;
	}
.popup_area::after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5.5rem;
	background-color: rgba(0,0,0, .4);
	content: '';
	z-index: 55;
	}
.popup_area .section_tit,
.popup_area .bx-controls {
	position: absolute;
	bottom: 1.3rem;
	left: 3rem;
	color: #fff;
    font-size: 2rem;
	z-index: 60;
	}
.popup_area .bx-controls {
	left: inherit;
	right: 3rem;
	overflow: hidden;
	}
.popup_area .bx-controls-direction {
	float: right;
	}
.popup_area .bx-controls-direction .bx-prev {
	margin-right: 4.6rem;
	}
.popup_area .bx-controls-auto {
	position: absolute;
	bottom: 0;
	right: 2.2rem; 
	}
.popup_area .bx-pager {
	float: left;
    margin-right: 1.6rem;
	font: 400 2rem/1.6 mtsr;
	}
.popup_area .bx-wrapper {
	height: 100%;
	}
.popup_area .bx-viewport {
	height: 100% !important;
	}
.popupzone_slider {
	height: 100%;
    overflow: hidden;
	}
.popupzone_slider > li {
    float: left;
    width: 100% !important;
	height: 28.4rem;
    overflow: hidden;
	}	
.popupzone_slider a {
    display: block;
    position: relative;
    height: 100%;
	}	
.popupzone_slider a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	border: 3px solid transparent;
    border-radius: 1rem;
    z-index: 1;
	content: '';
	}
.popupzone_slider a img {
	position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) translate(0.5px, 0.5px);
	}
.popupzone_slider > li a:focus::before {
	border-color: #E60B18;
	}
/*바로가기*/
#section6 {
	}
.link_list {
	font-weight: 500;
	}	
.link_list > li {
	width: calc(100% / 5);
	border-right: 1px solid #ddd;
	text-align: center;
	}
.link_list > li:first-child {
	border-left: 1px solid #ddd;
	}
.link_list a {
	position: relative;
	display: flex; flex-flow: row wrap; align-items: center; align-content: center;  justify-content: center;
	padding: 2.1rem 0;
	}
.link_list .img {
	display: inline-block;
	margin-right: 1.5rem
	}