@charset "utf-8";
#header.header_2021 {
	background-color: #f1f9fc;
	background-image: url(/resources/www/images/layout/header_bg.jpg);
}

.section_weather_info {
	position: relative;
	top: -34px;
}

.section_weather_info_inner {
	position: relative;
	width: 1400px;
	margin: 0 auto;
}

.weather_info_btn {
	position: absolute;
	right: 15px;
	top: -22px;
}

.weather_info_btn a {
	background-color: #fff;
	box-shadow: 0 1px 0 rgba(26, 44, 102, 0.1);
	border-radius: 20px;
	padding: 9px 15px;
	color: #222;
	font-size: 15px;
}

.weather_info_btn a:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	background-image: url(https://www.goyang.go.kr/resources/www/images/main/ico-weather-clear.png);
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.weather_info_btn a:hover:before {
	animation: spin 1s ease-in-out;
	-webkit-animation: spin 1s ease-in-out;
}

.weather_info_btn a span {
	vertical-align: middle;
}

.weather_info_area {
	height: 20px;
}

.section_visual {
	position: relative;
	background-image: url(/resources/www/images/main/section_visual_bg.jpg);
	background-position: center -22px;
	background-color: #f2f9fc;
	background-repeat: no-repeat;
}

.main_search_group {
	position: relative;
	width: 760px;
	margin: 0 auto;
}

.search_group {
	position: relative;
	width: 680px;
	height: 60px;
	padding-left: 20px;
	border: 3px solid #4268e3;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 10px 15px rgba(38, 70, 166, 0.1);
	box-sizing: border-box;
}

.search_group input {
	width: 99%;
	height: 54px;
	padding: 0 5px;
	border: 0;
	color: #333;
	font-size: 14px;
}

.search_group input::placeholder {
	font-size: 18px;
	color: #444;
}

.main_search_group .btn-global-search {
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	border-radius: 20px;
	background-image: url(https://www.goyang.go.kr/resources/www/images/main/main_search_icon.png);
	background-color: #4268e3;
	background-size: auto;
	background-position: center;
	box-shadow: 0 10px 20px rgba(38, 70, 166, 0.3);
}

.popular_search_group {
	position: relative;
	margin: 30px auto;
	display: table;
}

.popular_search_group:after {
	content: "";
	display: block;
	clear: both;
}

.popular_search_group h5 {
	display: table-cell;
	padding: 5px 30px 5px 38px;
	background-image: url(/resources/www/images/main/popular_icon.png);
	background-position: left 10px;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #5d61dc;
	font-weight: 600;
	vertical-align: top;
}

.popular_search_group ul {
	display: table-cell;
	vertical-align: middle;
}

.popular_search_group ul:after {
	content: "";
	display: block;
	clear: both;
}

.popular_search_group ul li {
	float: left;
}

.popular_search_group ul li + li {
	margin-left: 13px;
}

.popular_search_group ul li a {
	display: block;
	background-color: #fff;
	font-size: 15px;
	color: #666;
	padding: 4px 20px;
	border-radius: 20px;
	border: 1px solid #e7e9f5;
	box-shadow: 0 6px 15px rgba(38, 70, 166, 0.1);
	box-sizing: border-box;
	transition: .3s;
}

.popular_search_group ul li a:before {
	content: " #";
	color: #5d61dc;
}

.popular_search_group ul li a:hover {
	border: 1px solid #5d61dc;
}

.visual_group {
	position: relative;
	padding-bottom: 95px;
}

.visual_group_inner {
	width: 1400px;
	margin: 0 auto;
}

.visual_group_inner:after {
	content: "";
	display: block;
	clear: both;
}

.visual_group_inner > div + div {
	margin-left: 30px;
}

.visual_slide {
	position: relative;
	float: left;
	width: 824px;
	height: 440px;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0 10px 15px rgba(38, 70, 166, 0.1);
	box-sizing: border-box;
	/* overflow: hidden; */
	z-index: 51;
}

.main_thumb_arrow #slider_prev01 {
	position: absolute;
	left: 25px;
	top: 50%;
	width: 32px;
	height: 54px;
	margin-top: -27px;
	z-index: 52;
}

.main_thumb_arrow #slider_next01 {
	position: absolute;
	right: 25px;
	top: 50%;
	width: 32px;
	height: 54px;
	margin-top: -27px;
	z-index: 52;
}

.main_thumb_control {
	position: absolute;
	bottom: 20px;
	right: 58px;
	width: 92px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	background-color: rgba(60, 63, 66, 0.8);
	box-sizing: border-box;
	border-radius: 30px 0 0 30px;
	z-index: 52;
	text-align: center;
}

.main_thumb_control li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.main_thumb_control #slide_counter01 {
	font-size: 14px;
	color: #fff;
	letter-spacing: -1px;
}

.main_thumb_control #slide_counter01 .current_index {
	font-size: 14px;
	font-weight: 600;
}

.main_thumb_control #slider_play01 {
	display: none;
	height: 12px;
}

.main_thumb_control #slider_stop01 {
	display: block;
	height: 12px;
}

.main_thumb_control #slider_play01 img, .main_thumb_control #slider_stop01 img {
	display: block;
}

#main_thumb_all {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 36px;
	height: 36px;
	background-color: rgba(60, 63, 66, 0.8);
	box-sizing: border-box;
	border-radius: 0 30px 30px 0;
	z-index: 52;
}

#main_thumb_all a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 36px;
	height: 36px;
	text-indent: -9999em;
	background: url(/resources/www/images/main/main_thumb_list_btn.png) no-repeat center center;
	background-size: 12px auto;
	box-sizing: border-box;
}

#main_thumb_all a:hover {
	animation: spin 1s ease-in-out;
	-webkit-animation: spin 1s ease-in-out;
}

#main_thumb_slider div a {
	display: block;
}

#main_thumb_slider div img {
	width: 100%;
	height: 440px;
	border-radius: 30px;
}

.mayor_area {
	float: left;
}

.mayor_area:after {
	content: "";
	display: block;
	clear: both;
}

.visual_mayor {
	position: relative;
	float: left;
	border-radius: 30px;
	box-shadow: 0 10px 15px rgba(38, 70, 166, 0.1);
	box-sizing: border-box;
	/* overflow: hidden; 241106 삭제*/
}

.visual_mayor_image {
	position: relative;
}

/* 20220630 start */
/* .visual_mayor_image a{display: block;}
.m_mayor_image{display: none;} */
.mayor_image a {
	display: block;
	border-radius: 30px 30px 0; /*241106*/
	overflow: hidden; /*241106*/
}

.mayor_image a:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 254px;
	height: 319px;
	background: url(/resources/www/images/main/mayor_mks_img.png);
	background-repeat: no-repeat;
}

.mayor_image a:after {
	content: "";
	position: absolute;
	top: 100px;
	left: 24px;
	width: 136px;
	height: 78px;
	background-image: url(/resources/www/images/main/mayor_slogan_2026.png);
	background-repeat: no-repeat;
}

/* 20220630 end */
.mayor_sns_link {
	position: absolute;
	left: 36px;
	bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mayor_sns_link li + li {
	margin-left: 12px;
}

.mayor_sns_link li a {
	display: block;
}

.mayor_sns_link li a img {
	width: 40px;
	height: 40px;
}

.mayor_menu_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 64px;
	color: #fff;
}

.mayor_menu_link li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 30%;
	height: 100%;
	position: relative;
}

.mayor_menu_link li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 17px;
}

.mayor_menu_link li:nth-of-type(1) a {
	background-color: #3159d4;
	text-align: center;
	border-radius: 0 0 0 30px;
}

/* background-color: #42c5bd; */
.mayor_menu_link li:nth-of-type(2) a {
	background-color: #567fff;
	text-align: center;
}

/*fba61a*/
.mayor_menu_link li:nth-of-type(3) a {
	background-color: #3159d4;
	text-align: center;
}

/*blue : #607bce; bd2037*/
.mayor_menu_link li:nth-of-type(4) a {
	background-color: #567fff;
	text-align: center;
}

.mayor_menu_link li:nth-of-type(5) a {
	background-color: #3159d4;
	text-align: center;
	border-radius: 0 0 30px 0;
}

/*f5a126*/
.mayor_menu_link li a:hover {
	text-decoration: underline;
}

.mayor_menu_link li a i {
	display: inline-block;
	width: 3px;
	height: 3px;
	margin-right: 8px;
	background-color: rgba(255, 255, 255, 0.6);
}

.visual_right {
	float: left;
	width: 140px;
	height: 440px;
	margin-left: 30px;
	border-radius: 30px;
	background-color: #d4e8ff;
	box-shadow: 0 10px 15px rgba(151, 152, 189, 0.1);
	text-align: center;
	font-size: 15px;
	color: #222;
}

.visual_right_list {
	padding: 40px 0;
}

.visual_right_list li {
	margin: 0 20px;
	border-bottom: 1px solid #eef6ff;
}

.visual_right_list li + li {
	border-top: 1px solid #b7d6fa;
}

.visual_right_list li:last-of-type {
	border-bottom: 0;
}

.visual_right_list li a {
	display: block;
	height: 118px;
	padding: 20px 0 15px;
	box-sizing: border-box;
	transition: .3s;
}

.visual_right_list li a:hover, .visual_right_list li a:focus {
	text-decoration: underline;
}

.visual_right_list li a:before {
	content: "";
	display: block;
	margin: 0 auto 15px;
	background-repeat: no-repeat;
}

.visual_right_list li:nth-child(1) a:before {
	width: 49px;
	height: 48px;
	background-image: url(/resources/www/images/main/visual_right_list01.png);
}

.visual_right_list li:nth-child(2) a:before {
	width: 51px;
	height: 45px;
	background-image: url(/resources/www/images/main/visual_right_list02.png);
}

.visual_right_list li:nth-child(3) a:before {
	width: 42px;
	height: 49px;
	background-image: url(/resources/www/images/main/visual_right_list03.png);
}

.visual_right_list li a:hover:before {
	transform: rotateY(360deg);
	transition: transform 500ms ease-in-out;
}

.section_bookmark {
	position: relative;
	top: -34px;
}

.section_bookmark_inner {
	position: relative;
	width: 1400px;
	margin: 0 auto;
}

.bookmark_area {
	height: 275px;
}

.bookmark_area dl {
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.bookmark_area dl dt {
	position: relative;
	left: calc(50% - 360px);
	display: block;
	float: left;
	width: auto;
	background-color: #fff;
	box-shadow: 0 10px 15px rgba(38, 70, 166, 0.1);
	text-align: center;
}

.bookmark_area dl + dl dt:before {
	content: "";
	position: absolute;
	top: 24px;
	left: 0;
	width: 1px;
	height: 17px;
	background-color: #ddd;
	z-index: 10;
}

.bookmark_area dl:first-of-type dt {
	border-radius: 50px 0 0 50px;
	padding-left: 10px;
}

.bookmark_area dl:first-of-type dt a {
	border-radius: 50px 0 0 50px;
}

.bookmark_area dl:last-of-type dt {
	border-radius: 0 50px 50px 0;
	padding-right: 10px;
}

.bookmark_area dl:last-of-type dt a {
	border-radius: 0 50px 50px 0;
}

.bookmark_area dl dt a {
	position: relative;
	display: block;
	width: 100%;
	height: 68px;
	line-height: 68px;
	padding: 0 30px;
	background-color: #fff;
	font-size: 18px;
	color: #222;
	font-weight: 600;
	z-index: 9;
}

.bookmark_area dl dt a span {
	position: relative;
}

.bookmark_area dl dt a span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 48px;
	background: #fff;
	border-radius: 30px;
	box-sizing: border-box;
	z-index: -1;
	opacity: 0;
	filter: Alpha(opacity=0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.bookmark_area dl.on dt a {
	padding: 0;
	font-size: 19px;
	color: #fff;
	z-index: 12;
}

.bookmark_area dl.on dt a span {
	padding: 13px 30px;
}

.bookmark_area dl.on dt a span:before {
	top: 0px;
	opacity: 1;
	filter: Alpha(opacity=100);
	background: linear-gradient(90deg, #0192ad, #4268e3);
}

.bookmark_area dl dd {
	display: none;
	position: absolute;
	top: 105px;
	left: 0;
	right: 0;
	width: 100%;
}

.bookmark_area dl.on dd {
	display: block;
}

.bookmark_area dl dd ul {
	margin: 0 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.bookmark_area dl dd ul:after {
	content: "";
	display: block;
	clear: both;
}

.bookmark_area dl dd ul li {
	float: left;
	position: relative;
	box-sizing: border-box;
}

.bookmark_area dl dd ul li a {
	display: block;
	width: 150px;
	box-sizing: border-box;
	transition: .3s;
	z-index: 10;
}

.bookmark_area dl dd ul li a span.icon {
	display: block;
	width: 104px;
	height: 104px;
	margin: 0 auto 15px;
	background-color: #f1f7fd;
	border-radius: 35px;
	transition: .3s;
}

.bookmark_area dl dd ul li a:hover span.icon {
	background-color: #fff;
	box-shadow: 0 10px 35px rgba(22, 27, 44, 0.2);
}

.bookmark_area dl dd ul li a span.text {
	color: #222;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	word-break: keep-all;
	vertical-align: top;
}

.bookmark_setting_btn {
	position: absolute;
	right: 0;
	top: 20px;
}

.bookmark_setting_btn a {
	background-color: #fff;
	box-shadow: 0 1px 0 rgba(26, 44, 102, 0.1);
	border-radius: 20px;
	padding: 9px 15px;
	color: #222;
	font-size: 13px;
}

.bookmark_setting_btn a:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	background-image: url(/resources/www/images/main/setting_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.bookmark_setting_btn a:hover:before {
	animation: spin 1s ease-in-out;
	-webkit-animation: spin 1s ease-in-out;
}

.bookmark_setting_btn a span {
	vertical-align: middle;
}

.section_third {
	margin: 35px 0 80px;
	background-color: #fff;
}

.section_third_inner {
	position: relative;
	width: 1400px;
	margin: 0 auto;
}

.section_third_inner:after {
	content: "";
	display: block;
	clear: both;
}

.newsletter {
	position: relative;
	float: left;
	width: 308px;
	height: 350px;
	background-image: url(/resources/www/images/main/newsletter_bg.png);
	background-repeat: no-repeat;
}

.newsletter .title {
	position: absolute;
	top: -6px;
	left: 20px;
	width: 84px;
	height: 88px;
	padding-top: 10px;
	text-align: center;
	background-image: url(/resources/www/images/main/newsletter_title.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
}

.newsletter .title span {
	font-size: 30px;
	font-weight: 600;
}

.newsletter .thumb {
	display: block;
	width: 221px;
	height: 274px;
	margin: 38px auto;
	border: 2px solid #f296a3;
	box-shadow: 0 10px 15px rgba(92, 47, 41, 0.1);
	box-sizing: border-box;
	transition: .3s;
}

.newsletter .thumb:hover {
	box-shadow: 0 10px 15px rgba(92, 47, 41, 0.3);
}

.newsletter .thumb img {
	width: 100%;
	height: 100%;
	text-align: center;
}

.latest-article {
	position: relative;
	float: left;
	width: 554px;
	margin-left: 60px;
}

.latest-article > li {
	float: left;
}

.latest-article > li > a {
	position: relative;
	display: block;
	padding: 0 15px;
	border-radius: 30px;
	font-weight: 600;
	color: #444;
	font-size: 18px;
	line-height: 42px;
	text-align: center;
	transition: .3s;
}

.latest-article > li.on > a {
	padding: 0 32px;
	background-color: #4268e3;
	color: #fff;
}

.latest-article > li.on > a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	bottom: -7px;
	margin-left: -6px;
	border-top: 7px solid #4268e3;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.latest-article > li.on .tab-cont {
	display: block;
}

.latest-article .tab-cont {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}

.latest-article .tab-cont .latest-list li {
	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;
}

.latest-article .tab-cont .latest-list li a {
	display: block;
	width: calc(100% - 100px);
	max-width: 100%;
	white-space: nowrap;
	max-height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px;
	color: #333;
}

.latest-article .tab-cont .latest-list li a:before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #b9b9b9;
	vertical-align: middle;
}

.latest-article .tab-cont .latest-list li .text {
	padding-left: 5px;
}

.latest-article .tab-cont .latest-list li:hover .text {
	text-decoration: underline;
}

.latest-article .tab-cont .latest-list li .date {
	color: #6C6C6C;
	font-size: 16px;
}

.latest-article .tab-cont .latest-list li.first {
	margin: 25px 0 15px;
}

.latest-article .tab-cont .latest-list li.first:after {
	content: "";
	display: block;
	clear: both;
}

.latest-article .tab-cont .latest-list li.first a:before {
	display: none;
}

.latest-article .tab-cont .latest-list li.first .date {
	float: left;
	width: 94px;
	height: 94px;
	padding: 0;
	border: 6px solid #e2e2e2;
	box-sizing: border-box;
	text-align: center;
	color: #777;
	font-size: 14px;
}

.latest-article .tab-cont .latest-list li.first .date strong {
	display: block;
	margin: 13px 0 4px;
	font-size: 36px;
	line-height: 36px;
	color: #4268e3;
	font-weight: 800;
}

.latest-article .tab-cont .latest-list li.first .text_group {
	float: left;
	width: calc(100% - 94px);
	padding-left: 20px;
	padding-top: 0;
}

.latest-article .tab-cont .latest-list li.first .text_group a {
	display: block;
	width: 100%;
	max-height: inherit;
	line-height: inherit;
}

.latest-article .tab-cont .latest-list li.first .text_group a .text {
	width: 100%;
	padding: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.latest-article .tab-cont .latest-list li.first .text_group a .text_con {
	width: 100%;
	color: #777;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	white-space: normal;
	line-height: 1.5;
	height: 3em;
	text-align: left;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.btn-more-plus {
	position: absolute;
	top: -37px;
	right: 0;
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(/resources/www/images/main/btn-more-plus.png);
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
}

.btn-more-plus:hover {
	animation: spin 1s ease-in-out;
	-webkit-animation: spin 1s ease-in-out;
}

.notice_list_area ul li.first {
	margin: 16px 0 10px;
}

.notice_list_area ul li.first a {
	background-image: none;
}

.notice_list_area ul li.first .date {
	float: left;
	width: 130px;
	padding: 9px;
	border: 4px solid #ebebef;
	box-sizing: border-box;
	text-align: center;
	color: #bebebe;
	font-size: 16px;
}

.notice_list_area ul li.first .date strong {
	display: block;
	font-size: 35px;
	line-height: 35px;
	color: #000;
}

.notice_list_area ul li.first .txt {
	float: left;
	width: calc(100% - 130px);
	padding-top: 17px;
}

.notice_list_area ul li.first .txt_tit {
	width: 100%;
	font-size: 19px;
	font-weight: 600;
	line-height: 30px;
}

.notice_list_area ul li.first .txt_con {
	width: 100%;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.popupzone_slide {
	position: relative;
	float: left;
	width: 418px;
	height: 350px;
	margin-left: 60px;
	background-color: #fff;
	border-radius: 30px;
	box-sizing: border-box;
	/* overflow: hidden; */
	z-index: 51;
}
/* 20230316 start */
.popupzone_slide.popup_3 { margin-top: 35px; margin-left: 38px; }

.popupzone_arrow #slider_prev02,
.popupzone_arrow #slider_prev03 {
	position: absolute;
	left: 15px;
	top: 50%;
	width: 22px;
	height: 34px;
	margin-top: -17px;
	z-index: 52;
}

.popupzone_arrow #slider_next02,
.popupzone_arrow #slider_next03 {
	position: absolute;
	right: 15px;
	top: 50%;
	width: 22px;
	height: 34px;
	margin-top: -17px;
	z-index: 52;
}
/* 20230316 end */

.popupzone_control {
	position: absolute;
	bottom: 20px;
	right: 58px;
	width: 92px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	background-color: rgba(60, 63, 66, 0.8);
	box-sizing: border-box;
	border-radius: 30px 0 0 30px;
	z-index: 52;
	text-align: center;
}

.popupzone_control li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
/* 20230316 start */
.popupzone_control #slide_counter02,
.popupzone_control #slide_counter03 {
	font-size: 14px;
	color: #fff;
	letter-spacing: -1px;
}

.popupzone_control #slide_counter02 .current_index,
.popupzone_control #slide_counter03 .current_index {
	font-size: 14px;
	font-weight: 600;
}

.popupzone_control #slider_play02,
.popupzone_control #slider_play03 {
	display: none;
	height: 12px;
}

.popupzone_control #slider_stop02,
.popupzone_control #slider_stop03 {
	display: block;
	height: 12px;
}

.popupzone_control #slider_play02 img, .popupzone_control #slider_stop02 img,
.popupzone_control #slider_play03 img, .popupzone_control #slider_stop03 img {
	display: block;
}


#popupzone_all,
#popupzone_all3 {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 36px;
	display: block;
	height: 36px;
	background-color: rgba(60, 63, 66, 0.8);
	box-sizing: border-box;
	border-radius: 0 30px 30px 0;
	z-index: 52;
}

#popupzone_all a,
#popupzone_all3 a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 36px;
	height: 36px;
	text-indent: -9999em;
	background: url(/resources/www/images/main/main_thumb_list_btn.png) no-repeat center center;
	background-size: 12px auto;
	box-sizing: border-box;
}

#popupzone_all a:hover,
#popupzone_all3 a:hover {
	animation: spin 1s ease-in-out;
	-webkit-animation: spin 1s ease-in-out;
}

#popupzone_thumb_slider div a,
#popupzone_thumb_slider3 div a {
	display: block;
}

#popupzone_thumb_slider div img,
#popupzone_thumb_slider3 div img {
	width: 100%;
	height: 350px;
	border-radius: 30px;
}
/* 20230316 end */

.section_fourth {
	position: relative;
	height: 538px;
	padding: 80px 0;
	background-image: url(/resources/www/images/main/section_fourth_bg.jpg);
	background-color: #ecfcfc;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.section_fourth_inner {
	position: relative;
	width: 1400px;
	margin: 0 auto;
}

.section_fourth_inner:after {
	content: "";
	display: block;
	clear: both;
}

/* 20230316 start */
.focus_area {
	position: relative;
	float: left;
	width: 330px;
	/*
	width: 592px;
	margin-top: 30px;
	*/
}

.focus_area .info {
	/* display: table; */
	display: block;
}

.focus_area .info h5 {
	/* display: table-cell; */
	display: block;
	font-size: 33px;
	color: #222;
	line-height: 51px;
	vertical-align: bottom;
}

.focus_area .info h5 strong {
	font-size: 44px;
	/* color: #1fc3b9; */
	color: #00978d;
}
.focus_area .info p {
	/* display: table-cell; */
	display: block;
	margin-top: 5px;
	/*
	padding-left: 17px;
	padding-bottom: 8px;
	*/
	font-size: 18px;
	color: #666;
}

.focus_area .info p:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 7px;
	background-color: #1fc3b9;
	border-radius: 50%;
	vertical-align: middle;
}

.focus_area .focus_list {
	margin-top: 35px;
}

.focus_area .focus_list:after {
	content: "";
	display: block;
	clear: both;
}

.focus_area .focus_list li {
	float: left;
	width: 302px;
	height: 130px;
}

.focus_area .focus_list li + li {
	margin-top: 17px;
	/* margin-left: 16px; */
}

.focus_area .focus_list li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 30px;
	border-radius: 20px;
	background-color: #fff;
	border: 2px solid #fff;
	box-shadow: 0 10px 15px rgba(38, 70, 166, 0.1);
	box-sizing: border-box;
	transition: .3s;
}
/* 20230316 end */

.focus_area .focus_list li a:hover {
	border-color: #1fc3b9;
}

/* 20230316 start */
.focus_area .focus_list .title {
	color: #333;
	font-size: 19px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	white-space: normal;
	line-height: 1.5;
	height: 3em;
	text-align: left;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.focus_area .focus_list .date span {
	position: absolute;
	left: 30px;
	bottom: 20px;
	font-size: 15px;
	color: #333;
	font-weight: 200;
}

.focus_area .focus_list .date i {
	position: absolute;
	right: 30px;
	bottom: 18px;
	display: block;
	width: 26px;
	height: 26px;
	background-image: url(/resources/www/images/main/new_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
}

.focus_list_btn {
	position: absolute;
	top: 5px;
	right: 20px;
}
/* 20230316 end */

.focus_list_btn a {
	display: block;
	width: 27px;
	height: 27px;
	background-image: url(/resources/www/images/main/third_more.png);
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
}

.focus_list_btn a:hover {
	animation: spin 1s ease-in-out;
	-webkit-animation: spin 1s ease-in-out;
}

/* 20230316 start */
.goyangtv_area {
	position: relative;
	/* width: 738px; */
	margin-left: 38px;
	margin-top: 40px;
	width: 576px;
	height: 378px;
	float: left;
}

.goyangtv_area .goyangtv_info {
	/* position: absolute;  */
	bottom: 20px;
	left: 0;
	margin: 20px 0 18px;
	font-size: 18px;
	color: #666;
}

.goyangtv_area .goyangtv_info:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 7px;
	background-color: #3faef1;
	border-radius: 50%;
	vertical-align: middle;
}

.goyangtv_box li.img {
	width: 482px;
	height: 272px;
}

.goyangtv_box li.img a {
	display: block;
	width: 100%;
	height: 100%;
}


.goyangtv_box li.img a img {
	box-shadow: 0 10px 15px rgba(93, 97, 220, 0.1);
	/*
	width: 540px;
	height: 304px;
	*/
	width: 100%;
	height: 100%;

}

.goyangtv_box li.text {
	position: absolute;
	bottom: -20px;
	right: 0;
	display: block;
	/*
	width: 368px;
	height: 260px;
	*/
	width: 298px;
	height: 220px;
}

.goyangtv_box li.text a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	/* padding: 28px 25px 28px 40px; */
	padding: 25px 20px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	border: 2px solid #3faef1;
	box-shadow: 0 10px 15px rgba(38, 70, 166, 0.1);
	box-sizing: border-box;
	transition: .3s;
}
/* 20230316 end */

.goyangtv_box li.text a:hover {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 10px 30px rgba(38, 70, 166, 0.3);
}

.goyangtv_box li.text a strong {
	font-size: 30px;
	color: #333;
}

.goyangtv_box li.text a strong span {
	color: #3faef1;
}

/* 20230316 start */
.goyangtv_box li.text a p.title {
	margin-top: 5px;
	font-size: 20px;
	color: #333;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	white-space: normal;
	line-height: 1.5;
	height: 3em;
	text-align: left;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.goyangtv_box li.text a p.date span {
	position: absolute;
	left: 20px;
	bottom: 33px;
	font-size: 15px;
	color: #333;
	font-weight: 200;
}

.goyangtv_box li.text a p.date i {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: block;
	width: 55px;
	height: 55px;
	background-image: url(/resources/www/images/main/goyangtv_play.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
}

.goyangtv_btn {
	position: absolute;
	top: 5px;
	right: 10px;
}
/* 20230316 end */

.goyangtv_btn a {
	display: block;
	width: 27px;
	height: 27px;
	background-image: url(/resources/www/images/main/third_more.png);
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
}

.goyangtv_btn a:hover {
	animation: spin 1s ease-in-out;
	-webkit-animation: spin 1s ease-in-out;
}

/* 20230316 start */
.story_bt_ico {
	display: block;
	position: absolute;
	top: 50%;
	left: calc(50% - 50px);
	width: 68px;
	height: 48px;
	transform: translate(-50%, -50%);
	background-image: url(/resources/www/images/main/story_bt_ico.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 1;
}
/* 20230316 end */

a:hover .story_bt_ico {
	background-image: url(/resources/www/images/main/story_bt_ico_on.png);
}

.section_callcenter {
	margin: 40px 0;
	background-color: #fff;
}

.section_callcenter_inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.callcenter_area {
	margin: 0 auto;
}

.callcenter_area .info {
	display: block;
	vertical-align: middle;
	padding-right: 60px;
	padding-bottom: 30px;
}

.callcenter_area .info h5 {
	position: relative;
	display: table-cell;
	font-size: 44px;
	color: #3f58aa;
}

.callcenter_area .info h5:after {
	content: "";
	display: block;
	position: absolute;
	top: -25px;
	right: -50px;
	width: 45px;
	height: 44px;
	background-image: url(/resources/www/images/main/call_info_icon.png);
	background-repeat: no-repeat;
}

.callcenter_area .info p {
	display: table-cell;
	padding-left: 17px;
	padding-bottom: 11px;
	font-size: 16px;
	color: #222;
	vertical-align: bottom;
}

.callcenter_area .info p:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 7px;
	background-color: #3f58aa;
	border-radius: 50%;
	vertical-align: middle;
}

.callcenter_list {
	display: block;
	vertical-align: middle;
}

.callcenter_list:after {
	content: "";
	display: block;
	clear: both;
}

.callcenter_list li {
	float: left;
	width: 300px;
}

.callcenter_list li a:hover span.icon {
	box-shadow: 0 10px 35px rgba(22, 27, 44, 0.2);
}

.callcenter_list li a:hover span.icon img {
	transform: rotateY(360deg);
	transition: transform 500ms ease-in-out;
}

.callcenter_list li a span.icon {
	display: table-cell;
	width: 104px;
	height: 104px;
	border-radius: 35px;
	transition: .3s;
}

.callcenter_list li a span.text {
	padding-left: 15px;
	font-size: 18px;
	color: #222;
}

.callcenter_list li.callcenter_kakao .icon {
	background-color: rgba(255, 208, 115, 0.2);
}

.callcenter_list li.callcenter_message .icon {
	background-color: rgba(199, 241, 255, 0.3);
}

.callcenter_list li.callcenter_call .icon {
	background-color: rgba(255, 203, 203, 0.3);
}

.callcenter_list li.info_reqst .icon {
	background-color: rgba(125, 166, 255, 0.3);
}

.section_hotissue {
	position: relative;
	height: auto;
	padding: 80px 0 100px;
	background-image: url(/resources/www/images/main/section_hotissue_bg.jpg);
	background-color: #fff9f6;
	background-position: center top;
	background-repeat: no-repeat;
}

.section_hotissue_inner {
	position: relative;
	width: 1400px;
	margin: 0 auto;
}

.section_hotissue_inner .info h5 {
	font-size: 33px;
	color: #222;
}

.section_hotissue_inner .info h5 p {
	display: inline-block;
	font-size: 44px;
	color: #e63c64;
}

.hotissue_list {
	margin: -32px 62px 0;
}

.hotissue_list:after {
	content: "";
	display: block;
	clear: both;
}

.hotissue_list li {
	position: relative;
	float: left;
	width: 372px;
	transition: .3s;
}

.hotissue_list li:nth-of-type(1) {
	margin-top: 80px;
}

.hotissue_list li:nth-of-type(3) {
	margin-top: 120px;
}

.hotissue_list li + li {
	margin-left: 80px;
}

.hotissue_list li:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 2px solid #e63c64;
	border-radius: 15px;
	box-sizing: border-box;
	z-index: 0;
}

.hotissue_list li:hover:before {
	background-color: #e63c64;
	transition: .3s;
}

.hotissue_list li a {
	display: block;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 10px 15px rgba(92, 47, 41, 0.1);
	transition: .3s;
}

.hotissue_list li a p.img {
	position: relative;
	display: block;
	padding-top: 80.7%;
	height: 372px;
}

.hotissue_list li a p.img img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hotissue_list li a .text {
	display: none;
	padding: 25px 30px 33px;
	background-color: #fff;
	z-index: 1;
	position: relative;
}

.hotissue_list li a .text .title {
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: 600;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	white-space: normal;
	line-height: 1.5;
	height: 3em;
	text-align: left;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hotissue_list li a .text .s_text {
	font-size: 16px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.section_nurilgoyang {
	position: relative;
	background-image: url(/resources/www/images/main/nurilgoyang_bg.png);
	background-position: center 105px;
	background-color: #fff;
	background-repeat: no-repeat;
}

.section_nurilgoyang_inner {
	position: relative;
	width: 1400px;
	margin: 0 auto;
	padding: 230px 0 55px;
}

.nurilgoyang_title {
	text-align: center;
	margin-bottom: 30px;
}

.nurilgoyang_list ul:after {
	content: "";
	display: block;
	clear: both;
}

.nurilgoyang_list ul li {
	float: left;
	position: relative;
	width: 25%;
	box-sizing: border-box;
	margin-top: -1px;
}

.nurilgoyang_list ul li:nth-child(4n+1) {
	border-left: 1px solid #cbcbcb;
}

.nurilgoyang_list ul li:nth-child(-n+4) {
	margin-top: 0;
}

.nurilgoyang_list ul li a {
	position: relative;
	color: #222;
	font-size: 22px;
	display: table-cell;
	width: 351px;
	height: 82px;
	vertical-align: middle;
	font-weight: 600;
	background-color: #fff;
	border: 1px solid #cbcbcb;
	border-left: 0;
	box-sizing: border-box;
	text-align: center;
	word-break: keep-all;
	transition: .3s;
	z-index: 10;
}

.nurilgoyang_list ul li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	min-height: 80px;
	border: 2px solid #4268e3;
	box-shadow: 0 17px 33px rgba(66, 104, 227, 0.2);
	box-sizing: border-box;
	opacity: 0;
	filter: Alpha(opacity=0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.nurilgoyang_list ul li a:hover, .nurilgoyang_list ul li a:focus {
	font-weight: 800;
	color: #4268e3;
}

.nurilgoyang_list ul li a:hover:after, .nurilgoyang_list ul li a:focus:after {
	opacity: 1;
	filter: Alpha(opacity=100);
}

.bottom_sns {
	margin-top: 100px;
}

.bottom_sns ul {
	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;
}

.bottom_sns ul li + li {
	margin-left: 40px;
}

.bottom_sns ul li a {
	display: block;
	border-radius: 50%;
}

.bottom_sns ul li a:hover {
	transform: rotateY(360deg);
	transition: transform 500ms ease-in-out;
}

@media screen and (max-width: 1417px) {
	.section_weather_info {
		display:none;
	}

	.section_visual {
		padding: 0 15px;
	}

	.visual_group_inner {
		width: 100%;
	}

	.visual_group_inner > div + div {
		margin-left: 0;
	}

	.visual_slide {
		width: 59%;
		height: 100%;
	}

	.mayor_area {
		float: right;
		width: 39%;
		height: 100%;
	}

	#main_thumb_slider div a {
		position: relative;
		height: 0;
		padding-top: 53.25%;
	}

	#main_thumb_slider div img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.visual_mayor {
		width: 70%;
	}

	.mayor_image a:before {
		width: 16vw;
		height: 22vw;
		background-size: 100%;
	}

	.mayor_image a:after {
		width: 9vw;
		height: 6vw;
		background-size: 100%;
	}

	.mayor_menu_link {
		height: 53px;
	}

	.mayor_menu_link li a {
		font-size: 15px;
	}

	.visual_right {
		float: right;
		display: table;
		width: 25%;
		height: 100%;
		margin-left: 0;
	}

	.visual_right_list {
		height: 100%;
	}

	.visual_right_list li {
		padding: 9px 0;
	}

	.visual_right_list li a {
		height: auto;
		padding: 0;
		font-size: 14px;
	}

	.visual_right_list li a:before {
		margin: 0 auto 10px;
		transform: scale(0.8);
	}

	.visual_right_list li a:hover:before {
		transform: scale(0.8);
	}

	.section_bookmark {
		padding: 0 15px;
	}

	.section_bookmark_inner {
		width: 100%;
	}

	.bookmark_area {
		height: 260px;
	}

	.bookmark_area dl dd ul li a {
		width: 120px;
	}

	.bookmark_area dl dd ul li a span.icon {
		width: 80px;
		height: 80px;
		border-radius: 25px;
	}

	.bookmark_area dl dd ul li a span.text {
		font-size: 14px;
		line-height: 20px;
	}

	.section_third {
		padding: 0 15px;
		margin: 30px 0;
	}

	.section_third_inner {
		width: 100%;
	}

	.newsletter {
		width: 270px;
		height: 330px;
		background-size: 100% 100%;
	}

	.newsletter .thumb {
		margin: 30px auto;
	}

	.latest-article {
		width: calc(100% - 700px);
		height: 330px;
		margin-left: 20px;
	}

	.latest-article > li {
		width: 18%;
	}

	.latest-article > li > a {
		padding: 0;
		font-size: 16px;
	}

	.latest-article > li.on > a {
		padding: 0;
	}

	.latest-article .tab-cont .latest-list li a {
		max-height: 36px;
		line-height: 36px;
		font-size: 16px;
	}

	.latest-article .tab-cont .latest-list li .date {
		font-size: 15px;
	}

	.popupzone_slide {
		width: 390px;
		height: 330px;
		margin-left: 20px;
	}

	/* 20230316 start */
	.popupzone_slide.popup_3 { margin-left: 2%; }
	/* 20230316 end */

	#popupzone_thumb_slider div img {
		height: 330px;
	}

	.section_fourth {
		height: auto;
		padding: 50px 15px;
	}

	.section_fourth_inner {
		width: 100%;
	}

	/* 20230316 start */
	.focus_area {
		width: 26%;
		margin-top: 0;
	}
	.focus_area .info h5 { font-size: 28px; }
	.focus_area .info h5 strong { font-size: 40px; }
	.focus_area .info p { font-size: 15px; }

	.focus_area .focus_list { margin-top: 25px; }
	.focus_list_btn {}
	.focus_list_btn a { width: 24px; height: 24px; background-size: 100%; }
	.focus_area .focus_list li {
		width: 100%;
	}

	.focus_area .focus_list li a {
		padding: 15px 20px;
	}

	.focus_area .focus_list .title { font-size: 17px; }

	.focus_area .focus_list .date span {
		left: 20px;
	}

	.focus_area .focus_list .date i {
		right: 20px;
		/* bottom: 20px; */
	}

	.goyangtv_area {
		margin-left: 2%;
		width: calc(100% - 30% - 390px);
		/*
		height: 340px;
		margin-top: 50px;
		*/
	}

	.goyangtv_area .goyangtv_info {
		bottom: auto;
		top: -37px;
		font-size: 16px;
		margin: 30px 0 25px;
	}

	.goyangtv_box li.img {
		position: relative;
		width: 82%;
		max-width: 400px;
		height: auto;
	}

	.goyangtv_box li.img a img {
		width: 100%;
		height: 100%;
	}

	.goyangtv_box li.text {
		bottom: -5px;
		width: 65%;
		height: auto;
	}

	.goyangtv_box li.text a {
		padding: 15px 15px 55px;
		z-index: 99;
	}

	.goyangtv_box li.text a strong {
		font-size: 25px;
	}
	.goyangtv_box li.text a p.title {
		font-size: 16px;
	}

	.goyangtv_box li.text a p.date span { left: 15px; bottom: 20px; }
	.goyangtv_box li.text a p.date i { right: 15px; bottom: 12px; width: 40px; height: 40px; }
	.story_bt_ico { left: 50%; width: 55px; height: 39px; }

	.goyangtv_btn {
		/* top: -50px; */
	}
	.goyangtv_btn a { width: 24px; height: 24px; background-size: 100%; }
	/* 20230316 end */

	.section_callcenter_inner {
		width: 100%;
	}

	.callcenter_area {
		margin: 0 auto;
	}

	.callcenter_area .info {
		display: block;
		padding-right: 0;
		padding-bottom: 30px;
	}

	.callcenter_list {
		display: block;
	}

	.section_hotissue {
		height: auto;
		padding: 50px 15px;
		background-size: cover;
	}

	.section_hotissue_inner {
		width: 100%;
	}

	.hotissue_list {
		margin: 0px 30px;
	}

	.hotissue_list li {
		width: calc(33.3% - 40px);
	}

	.hotissue_list li + li {
		margin-left: 60px;
	}

	.section_nurilgoyang {
		background-size: contain;
		padding: 0 15px;
	}

	.section_nurilgoyang_inner {
		width: 100%;
	}

	.nurilgoyang_list ul li a {
		font-size: 20px;
	}
}

@media only all and (max-width: 1100px) {
	#content {
		padding-left: 0;
		padding-right: 0;
	}

	.section_visual {
		padding: 10px 15px 0;
	}

	.visual_group {
		padding-bottom: 40px;
	}

	.main_search_group {
		width: 100%;
	}

	.search_group {
		width: calc(100% - 60px);
		height: 50px;
		padding-left: 10px;
		padding-right: 10px;
		border-width: 2px;
	}

	.search_group input {
		height: 46px;
		font-size: 13px;
	}

	.search_group input::placeholder {
		font-size: 14px;
	}

	.main_search_group .btn-global-search {
		width: 50px;
		height: 50px;
		border-radius: 10px;
		background-size: 20px;
	}

	.visual_slide {
		width: 100%;
		margin-bottom: 2%;
	}

	.mayor_area {
		width: 100%;
	}

	/* 20220630 start */
	.visual_mayor_image img {
		width: 100%;
		height: 317px;
	}

	/* .pc_mayor_image{display: none;}
	.m_mayor_image{display: block;}
	.m_mayor_image a:before{content: "";position: absolute;bottom: 0;right: 0;width: 296px;height: 300px;background-image: url(http://www.goyang.go.kr/resources/www/images/main/mayor.png);background-repeat: no-repeat;} */
	.mayor_image a:before {
		width: 21vw;
		height: 29vw;
	}

	.mayor_image a:after {
		width: 14vw;
		height: 9vw;
	}

	/* 20220630 end */
	.mayor_sns_link {
		left: 6%;
		bottom: 10%;
	}

	.visual_right {
		width: 28%;
		height: 370px;
	}

	.popular_search_group {
		display: block;
		margin: 15px auto;
	}

	.popular_search_group h5 {
		position: absolute;
		display: inline-block;
		padding: 5px 20px 5px 35px;
		font-size: 14px;
	}

	.popular_search_group ul {
		position: relative;
		display: block;
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin-left: 110px;
		padding: 0 5px 5px;
	}

	.popular_search_group ul li {
		float: none;
		display: inline-block;
	}

	.popular_search_group ul li + li {
		margin-left: 5px;
	}

	.popular_search_group ul li a {
		font-size: 13px;
		box-shadow: 0 2px 5px rgba(38, 70, 166, 0.1);
	}

	.section_bookmark {
		top: -18px;
	}

	.bookmark_area {
		height: 400px;
	}

	.bookmark_area dl {
		margin-left: -6px;
	}

	.bookmark_area dl dt {
		left: auto;
		width: calc(33.3% - 6px);
		margin-bottom: 6px;
		margin-left: 6px;
		border-radius: 30px;
		box-shadow: 0 5px 10px rgba(38, 70, 166, 0.1);
	}

	.bookmark_area dl:first-of-type dt {
		border-radius: 30px;
		padding-left: 0;
	}

	.bookmark_area dl:last-of-type dt {
		border-radius: 30px;
		padding-right: 0;
	}

	.bookmark_area dl.on dt {
		background-color: transparent;
	}

	.bookmark_area dl + dl dt:before {
		display: none;
	}

	.bookmark_area dl dt a {
		width: 100%;
		height: auto;
		padding: 10px 0;
		border-radius: 30px;
		font-size: 13px;
		line-height: normal;
		border: 2px solid #e7e9f5;
		box-sizing: border-box;
	}

	.bookmark_area dl:first-of-type dt a, .bookmark_area dl:last-of-type dt a {
		border-radius: 30px;
	}

	.bookmark_area dl.on dt a {
		background: linear-gradient(90deg, #42c5bd, #4268e3);
		padding: 10px 0;
		font-size: 13px;
	}

	.bookmark_area dl.on dt a span:before {
		display: none;
	}

	.bookmark_area dl dt a span {
		position: initial;
	}

	.bookmark_area dl dt a span:before {
		height: 36px;
	}

	.bookmark_area dl.on dt a span {
		padding: 0;
	}

	.bookmark_setting_btn {
		top: 52px;
	}

	.bookmark_setting_btn a {
		border-radius: 50%;
		padding: 9px;
		border: 1px solid #e2e2e2;
	}

	.bookmark_setting_btn a:before {
		margin-right: 0;
	}

	.bookmark_setting_btn a span {
		display: none;
	}

	.bookmark_area dl dd {
		top: 100px;
	}

	.bookmark_area dl dd ul {
		display: block;
		margin: 0;
		font-size: 0;
	}

	.bookmark_area dl dd ul li {
		float: none;
		width: calc(25% - 4px);
		margin: 0 2px 10px;
		display: inline-block;
		vertical-align: top;
	}

	.bookmark_area dl dd ul li a {
		width: 100%;
	}

	.bookmark_area dl dd ul li a span.icon {
		width: 60px;
		height: 60px;
		border-radius: 20px;
		margin: 0 auto 10px;
	}

	.bookmark_area dl dd ul li a span.text {
		font-size: 12px;
		line-height: 18px;
	}

	.latest-article {
		width: calc(100% - 290px);
	}

	.latest-article > li > a {
		line-height: 38px;
	}

	.popupzone_slide {
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-top: 20px;
	}

	#popupzone_thumb_slider div img {
		height: 100%;
	}

	.section_fourth {
		background-size: cover;
		background-position: -300px bottom;
	}

	.focus_area {
		width: 100%;
	}

	/* 20230316 start */
	.focus_area .focus_list li { width: 49%; }
	.focus_area .focus_list li + li { margin-top: 0; margin-left: 2%; }

	.goyangtv_area {
		width: 100%;
		height: auto;
		margin-top: 40px;
		margin-left: 0;
	}

	.goyangtv_btn {
		/* top: -35px; */
	}

	.goyangtv_area .goyangtv_info { margin: 5px 0 25px; }

	.goyangtv_box li.img { width: 80%; max-width: none; }
	.goyangtv_box li.text { bottom: -50px; }

	.popupzone_slide.popup_3 { margin-left: 35px; margin-top: 80px; }
	#popupzone_thumb_slider div img, #popupzone_thumb_slider3 div img { height: auto; }
	/* 20230316 end */

	.callcenter_area .info {
		padding-bottom: 10px;
	}

	.callcenter_list li {
		width: 50%;
	}

	.callcenter_list li a span.icon {
		display: block;
		margin: 0 auto 10px;
		border-radius: 20px;
	}

	.callcenter_list li a span.text {
		display: block;
		padding-left: 0;
		text-align: center;
	}

	.hotissue_list li {
		width: calc(33.3% - 20px);
	}

	.hotissue_list li + li {
		margin-left: 30px;
	}

	.hotissue_list li:before {
		top: 10px;
		left: 10px;
	}

	.hotissue_list li a .text {
		padding: 15px;
	}

	.hotissue_list li a .text .title {
		font-size: 18px;
	}

	.hotissue_list li a .text .s_text {
		font-size: 14px;
	}

	.section_nurilgoyang {
		background-position: center 50px;
	}

	.section_nurilgoyang_inner {
		padding: 150px 0 55px;
	}

	.nurilgoyang_list ul li a {
		font-size: 18px;
	}


}

.mayor_menu_link li a.pcHide {
	display: none;
}

.mayor_menu_link li a.mobileHide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only all and (max-width: 1024px) {
	.header_2021 .header-body {
		background-color: #f2f9fc;
	}
}

@media screen and (max-width: 767px) {
	.mayor_menu_link li a.pcHide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.mayor_menu_link li a.mobileHide {
		display: none;
	}


	.visual_slide {
		margin-bottom: 10px;
		border-radius: 20px;
	}

	.main_thumb_arrow #slider_prev {
		left: 15px;
	}

	.main_thumb_arrow #slider_next {
		right: 15px;
	}

	.main_thumb_arrow #slider_prev, .main_thumb_arrow #slider_next {
		width: 18px;
		height: 30px;
		margin-top: -15px;
	}

	.main_thumb_arrow #slider_prev img, .main_thumb_arrow #slider_next img {
		width: 100%;
		height: 100%;
	}

	.main_thumb_control {
		right: 52px;
		width: 80px;
		height: 30px;
		line-height: 30px;
	}

	#main_thumb_all {
		width: 30px;
		height: 30px;
	}

	#main_thumb_all a {
		width: 30px;
		height: 30px;
	}

	.visual_mayor {
		width: 100%;
		margin-bottom: 10px;
		border-radius: 20px;
	}

	.visual_mayor_image img {
		height: auto;
	}

	.mayor_image a:before {
		width: 53vw;
		height: 73vw;
	}

	.mayor_image a:after {
		top: 30%;
		left: 30px;
		width: 30vw;
		height: 18vw;
	}

	.mayor_menu_link {
		height: 46px;
	}

	.mayor_menu_link li a {
		font-size: 13px;
	}

	.visual_right {
		display: block;
		width: 100%;
		height: auto;
		border-radius: 20px;
	}

	.visual_right_list {
		padding: 10px 0;
		display: flex;
		height: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.visual_right_list li {
		width: 33.3%;
		padding: 0;
		border-bottom: 0;
	}

	.visual_right_list li + li {
		border-top: 0;
	}

	.newsletter {
		float: none;
		width: 308px;
		height: 350px;
		padding: 2px;
		margin: 0 auto 20px;
	}

	.newsletter .thumb {
		margin: 38px auto;
	}

	.latest-article {
		width: 100%;
		height: 310px;
		margin-left: 0;
	}

	.latest-article > li {
		width: calc(33.3% - 6px);
		margin-bottom: 6px;
		margin-left: 6px;
	}

	.latest-article > li > a {
		padding: 0;
		line-height: 38px;
		background-color: #f1f7fd;
		font-size: 13px;
	}

	.latest-article > li.on > a {
		padding: 0;
	}

	.latest-article > li.on > a:before {
		bottom: -5px;
		margin-left: -4px;
		border-top: 5px solid #4268e3;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
	}

	.latest-article .tab-cont {
		top: 70px;
	}

	.latest-article .tab-cont .latest-list li.first .date {
		width: 80px;
		height: 80px;
		border-width: 4px;
		font-size: 14px;
	}

	.latest-article .tab-cont .latest-list li.first .date strong {
		font-size: 24px;
		line-height: 24px;
	}

	.latest-article .tab-cont .latest-list li.first .text_group {
		width: calc(100% - 110px);
		padding-left: 0px;
	}

	.latest-article .tab-cont .latest-list li.first .text_group a .text {
		font-size: 15px;
	}

	.latest-article .tab-cont .latest-list li.first .text_group a .text_con {
		font-size: 14px;
	}

	.latest-article .tab-cont .latest-list li a {
		max-height: 28px;
		line-height: 28px;
		font-size: 14px;
	}

	.btn-more-plus {
		top: -22px;
	}

	.section_fourth {
		padding: 40px 15px;
	}

	.focus_area .info h5 {
		font-size: 24px;
		line-height: 36px;
	}

	.focus_area .info h5 br {
		display: none;
	}

	.focus_area .info h5 strong {
		font-size: 30px;
	}

	/* 20230316 start */
	.focus_area .focus_list { margin-top: 20px; }
	.focus_area .focus_list li {
		width: calc(50% - 5px);
		height: auto;
	}

	.focus_area .focus_list li + li {
		margin-left: 10px;
	}

	.focus_area .focus_list li a {
		padding: 10px 10px 35px;
	}
	/* 20230316 end */

	.focus_area .focus_list .date span {
		left: 10px;
		bottom: 10px;
		font-size: 13px;
	}

	.focus_area .focus_list .date i {
		right: 10px;
		bottom: 10px;
		width: 20px;
		height: 20px;
		background-size: 100%;
	}

	.focus_area .focus_list .title {
		font-size: 14px;
	}

	/* 20230316 start */
	.goyangtv_area {
		/* height: 240px; */
		margin-top: 30px;
	}

	.goyangtv_box li.img {
		width: 100%;
	}

	.goyangtv_box li.text {
		position: static;
		margin-top: 10px;
		width: 100%;
		height: auto;
	}
	/* 20230316 end */

	.goyangtv_box li.text a {
		padding: 10px 10px 10px 20px;
	}

	.goyangtv_box li.text a strong {
		font-size: 20px;
	}

	.goyangtv_box li.text a p.title {
		font-size: 14px;
	}

	.goyangtv_box li.text a p.date span {
		left: 20px;
		bottom: 15px;
		font-size: 12px;
	}

	.goyangtv_box li.text a p.date i {
		right: 15px;
		bottom: 15px;
		width: 40px;
		height: 40px;
		background-size: 100%;
	}

	.goyangtv_btn {
		top: 0;
	}

	.focus_list_btn a, .goyangtv_btn a {
		width: 20px;
		height: 20px;
		background-size: 100%;
	}

	/* 20230316 start */
	.focus_area .info p, .goyangtv_area .goyangtv_info {
		margin: 0 auto 10px;
		/* display: none; */
	}

	.popupzone_slide.popup_3 { margin-top: 30px; }
	/* 20230316 end */

	.section_callcenter {
		padding: 0 15px;
	}

	.callcenter_area {
		display: block;
	}

	.callcenter_area .info h5 {
		font-size: 26px;
	}

	.callcenter_area .info p {
		display: block;
		padding-left: 0;
		font-size: 14px;
	}

	.callcenter_area .info p:before {
		width: 4px;
		height: 4px;
	}

	.callcenter_list li:after {
		content: "";
		display: block;
		clear: both;
	}

	.callcenter_list li {
		width: 50%;
	}

	.callcenter_list li .icon {
		display: block !important;
		width: 80px !important;
		height: 80px !important;
		border-radius: 20px;
	}

	.callcenter_list li a span.text {
		font-size: 14px;
	}

	.section_hotissue {
		background-position: -400px bottom;
	}

	.section_hotissue_inner .info h5 {
		font-size: 24px;
		line-height: 36px;
	}

	.section_hotissue_inner .info h5 p {
		font-size: 30px;
	}

	.hotissue_list {
		margin: 30px 35px 0 20px;
	}

	.hotissue_list li {
		float: none;
		width: 100%;
		max-width: 320px;
		margin: 0 auto 20px !important;
	}

	.hotissue_list li a .text .title {
		font-size: 16px;
	}

	.section_nurilgoyang_inner {
		padding: 100px 0 0;
	}

	.nurilgoyang_title {
		margin-bottom: 0;
	}

	.nurilgoyang_list ul li {
		width: 50%;
	}

	.nurilgoyang_list ul li:nth-child(2n+1) {
		border-left: 1px solid #cbcbcb;
	}

	.nurilgoyang_list ul li:nth-child(-n+4) {
		margin-top: -1px;
	}

	.nurilgoyang_list ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	.nurilgoyang_list ul li a {
		height: 60px;
		font-size: 16px;
	}

	.nurilgoyang_list ul li a:after {
		min-height: 58px;
	}

	.bottom_sns {
		margin-top: 30px;
	}

	.bottom_sns ul li + li {
		margin-left: 10px;
	}


		.bottom_sns ul li a {
		width: 40px;
		height: 40px;
		display: flex; /* 내부 요소 정렬을 위해 flex 사용 */
		align-items: center; /* 세로 중앙 정렬 */
		justify-content: center; /* 가로 중앙 정렬 */
		overflow: hidden; /* 혹시 이미지가 넘칠 경우를 대비 */
	}

	.bottom_sns ul li a img {
		width: 100%; /* 부모 크기(40px)에 맞게 자동 조정 */
		height: 100%; /* 부모 크기(40px)에 맞게 자동 조정 */
		object-fit: contain; /* 이미지 비율 유지하면서 맞춤 */
	}

}

@media screen and (max-width: 480px) {
	/* .m_mayor_image a:before{width: 197px;height: 200px;background-size: 100%;right: -10px;} *//* 20220630 */ .mayor_sns_link li a img {
		width: 34px;
		height: 34px;
	}

	.section_nurilgoyang {
		background-image: url(/resources/www/images/main/nurilgoyang_bg_m.png);
		background-position: center 30px;
	}
}

@media screen and (max-width: 320px) {
	.newsletter {
		width: 290px;
	}

	/* .m_mayor_image a:before{width: 178px;height: 180px;} */
	/* 20220630 */
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

/* 2023 07 17 */
.section_weather_info .covid { position: absolute; right: 35px; top: -115px; }
/* 2023 07 17 /> */


/* 20231115 start */
#main_thumb_slider div a { position: relative; }
#main_thumb_slider div a:focus:before { content: ''; position: absolute; top: 0; left: 0; width: calc(100% - 4px); height: calc(100% - 4px); border: 2px solid; border-radius: 30px; }
/* 20231115 end */

/* 20231123 start */
.main_population { position: absolute; top: 15px; left: 50%; display: flex; align-items: center; transform: translateX(-660px); }
.main_population span { display: block; font-size: 14px; color: #2d3088; font-weight: 700; text-align: center; }
.main_population span:before { content: ''; display: block; margin-bottom: 5px; height: 34px; background: url(../images/main/ico-population.png) no-repeat center; }
.main_population h5 { margin-left: 25px; font-size: 22px; color: #2761d9; font-weight: 800; text-align: center; }
.main_population h5 i { display: block; margin-bottom: 3px; font-size: 12px; color: #000; font-weight: 400; font-style: normal; }


@media (max-width: 1400px) {
	.main_population { left: 20px; transform: none; }
}
@media (max-width: 1250px) {
	.main_population { top: 15px; left: 30px; display: block; }
	.main_population h5 { margin-left: 0; }
}
@media (max-width: 1100px) {
	.main_population { display: none; }
}
/* 20231123 end */


.mayor_image{position: relative;}
.may-gbn{position: absolute;right: 20px;top: -33px;z-index: 11;width: 220px;line-height: 66px;border-radius: 66px;padding: 0 20px;box-sizing: border-box;line-height: 55px;font-size: 23px;color: #fff;font-weight: 600;background: #4161c9 url('/resources/www/images/main/aic2.png') right 20px center no-repeat;}
.may-gbn span{display: block;padding-left: 54px;background: url('/resources/www/images/main/aic1.png')left center no-repeat;}

@media only all and (max-width: 1100px) {
	.mayor_area{margin-top: 40px;}
	.may-gbn{right: 10px;top: -26px;width: 200px;line-height: 52px;border-radius: 52px;padding: 0 15px;line-height: 52px;font-size: 19px;background: #4161c9 url('/resources/www/images/main/aic2.png') right 15px center no-repeat;}

	.may-gbn span{padding-left: 42px;background-size: 32px auto;}
}
.may-rbn{position: absolute;left: 10px;bottom: 10%;z-index: 11;display: inline-block;max-width: 40%;}
@media only all and (max-width: 1100px) {
	.may-rbn{left: 5%;}
	.visual_mayor_image .may-rbn img{width: auto;height: auto;}
}
