.headline {
	font-size: 24px;
	font-weight: 700;
}

/* .container{} */
/* 메인 슬라이드 */
/* .inner.content {
	display: flex;
	justify-content: space-between;
} */

.flex-content_1{
	display: flex;
	justify-content: space-between;
}

.sc-visual {
	width: 770px;
	height: 350px;
	position: relative;
}

.sc-visual .content{
	width: 690px;
	position: absolute;
	top: 0;right: 0;
}
/* 개별 */
.sc-visual .content.citizen .headline{
	top: 50%;
}
.sc-visual .content.active .headline .btn{
	color: #fff;
	background-color: #0158a8;
}
.sc-visual .content.active .swiper{
	z-index: 5;
}
/* 작동 */
.sc-visual .headline{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	transform: translateX(-100%);
}
.sc-visual .headline .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	width: 80px;
	height: 175px;
	background: #d2e1e9;
	color: #333;
	font-weight: 600;
	font-size: 14px;
	position: relative;
}

.sc-visual .headline .btn.on {
	background-color: #0158a8;
	color: #fff;
}

.sc-visual .headline .btn::before {
	content: '';
	width: 50px;
	height: 50px;
	background-color: #fff;
	background-image: url(../images/icons/icon_main.png);
	background-position: 0 0;
	border-radius: 50%;
}

.sc-visual .content.active .headline .btn::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 32px;
	border-color: transparent transparent transparent #0158a8;
	/* z-index: 6; 의미없음*/
}

.sc-visual .citizen .headline .btn::before {
	background-position: -50px 0px;
}
/* 
.sc-visual .slide-area {
	width: 690px;
	height: 350px;
}

.sc-visual .slide-area .swiper {
}

.sc-visual .slide-area .swiper.active {
	display: block;
} */

.sc-visual .swiper-slide figure {
	overflow: hidden;
	display: block;;
}

.sc-visual .swiper-slide figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sc-visual .swiper-slide figcaption {
	position: absolute;
	bottom: 0;
	min-width: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 230px;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sc-visual .swiper .group-control {
	align-items: center;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	color: #fff;
}

.sc-visual .swiper .group-control .swiper-pagination {
	width: auto;
	position: relative;
	top: 0;
	left: 0;
}

.sc-visual .swiper .group-control .btn-wrap {
	display: flex;
	align-items: center;
	gap: 3px;
	margin: 0 10px;
}

.sc-visual .swiper .group-control .btn-wrap::before {
	content: '';
	width: 1px;
	height: 24px;
	margin: 0 5px;
	background: rgba(255, 255, 255, .5);
}

.sc-visual .swiper .group-control .btn-wrap .btn {
	width: 18px;
	height: 18px;
}

.sc-visual .swiper .group-control .btn-wrap .btn.prev {
	background-position: -241px -285px;
}

.swiper .group-control .start,
.swiper .group-control .stop {
	display: none;
}

.swiper .group-control .start.on,
.swiper .group-control .stop.on {
	display: block;
}

.sc-visual .swiper .group-control .btn-wrap .btn.start {
	background-position: -269px -285px;
}

.sc-visual .swiper .group-control .btn-wrap .btn.stop {
	background-position: -285px -285px;
}

.sc-visual .swiper .group-control .btn-wrap .btn.next {
	background-position: -256px -285px;
}

.sc-visual .swiper .group-control .btn.all {
	display: flex;
	align-items: center;
	background: #000;
	color: #fff;
	gap: 5px;
	padding: 11px 10px 10px;
	font-size: 13px;
}

.sc-visual .swiper .group-control .btn.all::before {
	content: '';
	width: 12px;
	height: 12px;
	background-image: url(../images/icons/icon_all.png);
	background-position: 0 0;
}

/* 비주얼 배너 전체보기 */
.sc-allBanner {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .75);
	overflow-y: auto;
	z-index: 7;
	transition: .3s;
	padding: 20px 0;
}

.sc-allBanner .headline{
	background: url(../images/icons/bannerAll-title-bg.png) no-repeat 50% 0;
	font-size: 48px;
	color: #fff;
	text-align: center;
	padding: 70px 0 0;
	font-family: sans-serif;
}
.sc-allBanner .group-banner+.group-banner{
	margin-top: 20px;
}
.sc-allBanner .banner-list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 10px;
}

.sc-allBanner .btn-close{
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: 526px;
	background: #3d72fc;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.sc-allBanner .btn-close::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 24px;
	height: 4px;
	background: #fff;
	border-radius: 3px;
}
.sc-allBanner .btn-close::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 24px;
	height: 4px;
	background: #fff;
	border-radius: 3px;
}
/* 서울 시장 */
.sc-mayor {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 360px;
}

.sc-mayor .group-news figure {
	height: 190px;
	position: relative;
	display: flex;
}

.sc-mayor .group-news figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sc-mayor .group-news figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-weight: 700;
}

.sc-mayor .group-mayor {
	display: flex;
	position: relative;
	height: 90px;
}

.sc-mayor .group-mayor .link-mayor img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sc-mayor .group-mayor .link-want,
.sc-mayor .group-mayor .link-wrap {
	position: absolute;
}

.sc-mayor .group-mayor .link-want {
	top: 18px;
	right: 14px;
}

.sc-mayor .group-mayor .link-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	left: 0;
	bottom: 0;
}

.sc-mayor .group-mayor .link-wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((100% / 4) - 1px);
	height: 26px;
	background-color: #8b7153;
}

.sc-mayor .group-mayor .link-wrap a img {
	width: auto;
	height: auto;
}

.sc-mayor .link-kakao {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eed925;
	height: 50px;
}

/* 주요 서비스 */
.sc-service {
	margin-top: 50px;
	position: relative;
}

.sc-service .link-nuri {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 112px;
	height: 29px;
	border: 1px solid #ddd;
	font-size: 15px;
	position: absolute;
	top: 0;
	left: 140px;
	padding-left: 13px;
	background: url(../images/icons/icon_next.png) no-repeat right 13px top 50%;
	/*오른쪽에서 13px , top에서 50%*/
}

.sc-service .service-list {
	margin-top: 15px;
	border-top: 1px solid #dbdbdb;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}

.sc-service .service-item {
	display: flex;
}

.sc-service .service-item a {
	display: flex;
	align-items: center;
	flex-direction: column;
	font-size: 15px;
	gap: 10px;
}

.sc-service .service-item a::before {
	content: '';
	width: 60px;
	height: 60px;
	background-image: url(../images/icons/icon_service.png);
	background-repeat: no-repeat;
}

.sc-service .service-item .link-service::before {
	background-position: -360px 0;
}

.sc-service .service-item .link-answer::before {
	background-position: 0 0;
}

.sc-service .service-item .link-job::before {
	background-position: -120px 0;
}

.sc-service .service-item .link-realestate::before {
	background-position: -300px 0;
}

.sc-service .service-item .link-run::before {
	background-position: -180px 0;
}

.sc-service .service-item .link-welfare::before {
	background-position: -960px 0;
}

.sc-service .service-item .link-house::before {
	background-position: -780px 0;
}

.sc-service .service-item .link-youth::before {
	background-position: -1140px 0;
}

.sc-service .service-item .link-hand::before {
	background-position: -1020px 0;
}

.sc-service .service-item .link-imagin::before {
	background-position: -60px 0;
}

.sc-service .service-item .link-long::before {
	background-position: -1200px 0;
}

.sc-service .service-item .link-council::before {
	background-position: -600px 0;
}

/* 이미지 배너 */
.sc-dirction {
	margin-top: 35px;
	background: #eff4f8;
	padding: 20px 0;
}

.sc-dirction .banner-list {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sc-dirction .banner-item a {
	display: flex;
	align-items: center;
	width: 230px;
	height: 70px;
	position: relative;
}

.sc-dirction .banner-item+.banner-item a::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 60px;
	background: #dbdbdb;
}

/* 게시판 */
.flex-content_2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 50px 0;
	border-bottom: 2px solid #222;
	gap: 36px;
}

.flex-content_2>section {
	width: 360px;
}

.flex-content_2 .board-item{
	display: flex;
}
.flex-content_2 .board-item a{
	padding: 6px 0;
	font-size: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	white-space: nowrap;
	min-width: 0;
}

.flex-content_2 .board-item .tag {
	font-weight: 700;
	margin-right: 16px;
}

.board-item .tag.house {
	color: var(--color-crail);
}

.board-item .tag.admin {
	color: var(--color-blue);
}

.board-item .tag.economy {
	color: var(--color-green);
}

.board-item .tag.welfare {
	color: var(--color-orange);
}

.board-item .tag.envi {
	color: var(--color-limeade);
}

.board-item .tag.culture {
	color: var(--color-purple);
}

.sc-board {
	position: relative;
}

.flex-content_2 .sc-board .headline {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #dbdbdb;
}

.sc-board .link-more {
	position: absolute;
	right: 0;
	top: 6px;
	width: 22px;
	height: 20px;
	border: 1px solid #ddd;
	background-position: -1px -1px;
}

.sc-often .headline {
	margin-bottom: 5px;
}

.sc-often .often-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 15px 20px;
	background: #eff4f8;
	gap: 10px;
}

.sc-often .often-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
}

.sc-often .often-item::before {
	content: '';
	background: #666;
	width: 2px;
	height: 2px;
}

/* 분야별 정보 */
.sc-info {
	padding: 40px 0;
}

.sc-info .info-list {
	display: flex;
	margin-top: 20px;
}

.sc-info .info-item {
	flex: 1;
}

.sc-info .info-item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 16px;
	gap: 14px;
}

.sc-info .info-item a::before {
	content: '';
	width: 85px;
	height: 85px;
	background-size: cover;
	background-repeat: no-repeat;
}

.sc-info .info-item .link-house::before {
	background-image: url(../images/icons/icon_house.png);
}

.sc-info .info-item .link-economy::before {
	background-image: url(../images/icons/icon_economy.png);
}

.sc-info .info-item .link-traffic::before {
	background-image: url(../images/icons/icon_traffic.png);
}

.sc-info .info-item .link-envi::before {
	background-image: url(../images/icons/icon_environment.png);
}

.sc-info .info-item .link-welfare::before {
	background-image: url(../images/icons/icon_welfare.png);
}

.sc-info .info-item .link-safe::before {
	background-image: url(../images/icons/icon_safty.png);
}

.sc-info .info-item .link-culture::before {
	background-image: url(../images/icons/icon_culture.png);
}

.sc-info .info-item .link-admin::before {
	background-image: url(../images/icons/icon_work.png);
}

/* 새소식 */
.sc-news {
	position: relative;
}

.sc-news .link-all {
	display: flex;
	align-items: center;
	gap: 10px;
	position: absolute;
	top: 7px;
	right: 0;
	font-size: 15px;
	color: #7d7d7d;
}

.sc-news .link-all::after {
	content: '';
	width: 15px;
	height: 15px;
	background-position: -62px -261px;
}

.sc-news .news-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 20px;
}

.sc-news .news-item .thumb-box {
	position: relative;
	overflow: hidden;
}

.sc-news .news-item .thumb-box:hover img {
	scale: 1.1;
	transition: .3s;
}

.sc-news .news-item .txt-box {
	margin-top: 15px;
}

.sc-news .news-item .txt-box p {
	font-size: 16px;
	line-height: 1.5em;
	text-align: justify;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sc-news .news-item .cate {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 32px;
	color: #fff;
	z-index: 1;
}

.sc-news .news-item .cate.welfare {
	background: var(--color-orange);
}

.sc-news .news-item .cate.envi {
	background: var(--color-limeade);
}

.sc-news .news-item .cate.house {
	background: var(--color-crail);
}

.sc-news .news-item .cate.admin {
	background: var(--color-blue);
}


/* 미디어 영역 */
.sc-media {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 50px;
}

.sc-media .group-video .headline,
.sc-media .group-board .headline {
	margin-bottom: 11px;
}

.sc-media .group-video .thumb {
	position: relative;
	display: block;
	width: 280px;
	height: 152px;
	overflow: hidden;
}

.sc-media .group-video .thumb:hover img {
	scale: 1.1;
}
.sc-media .group-video .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}

.sc-media .group-video .thumb figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, .5);
	padding: 11px 20px;
}

.sc-media .group-board .board-list {
	width: 480px;
}

.sc-media .group-board .board-item {
	display: flex;
	gap: 18px;
	font-size: 16px;
	color: #555;
	min-width: 0;
	padding: 8px 0;
	white-space: nowrap;
}

.sc-media .group-board .board-item .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sc-media .group-board .board-item .cate {
	color: #09ac43;
}

.sc-media .group-sns {
	background: url(../images/bg_sns_list.jpg) no-repeat 0 0;
	position: relative;
	width: 350px;
	height: 195px;
	padding: 10px 15px;
}

.sc-media .group-sns .headline {
	font-size: 22px;
}

.sc-media .group-sns .link-all {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	color: #7d7d7d;
	position: absolute;
	right: 15px;
	top: 15px;
}

.sc-media .group-sns .link-all::after {
	content: '';
	width: 15px;
	height: 15px;
	background-position: -62px -261px;
}
.sc-media .group-sns .sns-list{
	display: flex;
	gap: 6px;
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
}
.sc-media .group-sns .sns-item a{
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(../images/icons/icon_sns.png);
	background-repeat: no-repeat;
}
.sc-media .group-sns .sns-item a.facebook{
	background-position: -40px 0;
}
.sc-media .group-sns .sns-item a.insta{
	background-position: 0 0;
}
.sc-media .group-sns .sns-item a.youtube{
	background-position: -160px 0;
}
.sc-media .group-sns .sns-item a.twitter-x{
	background-position: -80px 0;
}
.sc-media .group-sns .sns-item a.blog{
	background-position: -120px 0;
}
.sc-media .group-sns .sns-item a.kakaoStory{
	background-position: -200px 0;
}
.sc-media .group-sns .sns-item a.kakaoChanel{
	background-position: -240px 0;
}

/* 배너 슬라이드 */
.sc-banner {
	padding: 50px 0;
	border-top: 2px solid #222;
	margin-top: 50px;
}

.sc-banner .group-control {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 10px;
	position: relative;
	gap: 10px;
}

.sc-banner .group-control .swiper-pagination {
	width: auto;
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	display: flex;
}

.sc-banner .group-control .btn-wrap {
	display: flex;
}

.sc-banner .btn-wrap .btn {
	background-color: #fff;
	width: 20px;
	height: 20px;
	border: 1px solid #999;
}

.sc-banner .btn-wrap .btn+.btn {
	border-left: 0;
}

.sc-banner .btn.prev {
	background-position: -45px -43px;
}

.sc-banner .btn.next {
	background-position: -86px -43px;
}

.sc-banner .btn.start {
	background-position: -101px -43px;
}

.sc-banner .btn.stop {
	background-position: -65px -43px;
}

/* 관련 사이트 */
/* .sc-related{} */
.sc-related .related-list {
	display: flex;
	position: relative;
	border: 1px solid #d0d0d0;
}

.sc-related .related-item {
	flex: 1;
	background: #f7f7f7;
}

.sc-related .related-item>a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: relative;
	height: 50px;
}

.sc-related .related-item>a::after {
	content: '';
	margin-top: 5px;
	height: 10px;
	width: 10px;
	border-style: solid;
	border-color: #373737;
	border-width: 0px 2px 2px 0px;
	transform: rotate(-135deg);
	transition: .3s;
}

.sc-related .related-item.none>a::after {
	content: none;
}

.sc-related .related-item.on {
	background: #e2e2e2;
}

.sc-related .related-item.on>a::after {
	margin-top: -3px;
	transform: rotate(45deg);
}

.sc-related .related-item.on>a {
	background: #e2e2e2;
}

.sc-related .related-item+.related-item {
	border-left: 1px solid #d0d0d0;
}

.sc-related .related-item .sub-wrap {
	display: none;
	position: absolute;
	bottom: 50px;
	left: -1px;
	width: calc(100% + 2px);
	z-index: 2;
}

.sc-related .related-item .sub-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	padding: 20px;
	background: #fff;
	border: 1px solid #d0d0d0;

}

.sc-related .sub-item {
	color: #555;
}