@charset "UTF-8";
/*@import url("/resources/www/css/default.css");
@import url("/resources/www/css/common.css");
@import url("/resources/mayor/css/2022_main.css");*/
.container {
max-width: 1400px;
margin: auto;
}
.container:after {
display: block;
clear: both;
content: "";
}
@media (max-width: 1024.98px) {
.container {
	width: auto;
}
}
@media (max-width: 1024.98px) {
.container {
	padding: 0 15px;
}
}

.container-md {
max-width: 1400px;
margin: auto;
max-width: 780px;
}
.container-md:after {
display: block;
clear: both;
content: "";
}
@media (max-width: 1024.98px) {
.container-md {
	width: auto;
}
}

/* 모달 레이어 팝업 */
.modal-opened {
overflow: hidden;
}

.modal-popup {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 0 20px;
background-color: rgba(0, 0, 0, 0.5);
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
z-index: 3000;
}

.modal-inner {
position: relative;
width: 600px;
max-width: 100%;
margin: 70px auto;
border-radius: 6px;
background-color: #fff;
overflow: hidden;
}

#layer-banner2 .modal-inner {
width: 800px;
}

.modal-title {
padding: 20px 30px;
color: #fff;
font-size: 24px;
line-height: 30px;
background-color: #474e60;
}

.modal-title02 {
padding: 20px 30px;
color: #fff;
font-size: 24px;
line-height: 30px;
background-color: #474e60;
}

.modal-body {
padding: 30px 30px 40px;
}

.btn-close-modal {
position: absolute;
right: 0;
top: 0;
width: 70px;
height: 70px;
text-indent: -9999px;
background: url(https://www.goyang.go.kr//resources/www/images/common/ico-close-modal.png) no-repeat center center;
overflow: hidden;
}

/* 레이아웃 */
body {
position: relative;
min-width: 320px;
font-size: 14px;
line-height: 1.5;
color: #333;
overflow-y: scroll;
}
body.mayor-sub {
overflow-x: hidden;
}

.wrapper {
position: relative;
overflow: hidden;
}
@media (min-width: 1025px) {
.wrapper {
	min-width: 1400px;
}
}

#skip li {
list-style: none;
}
#skip a {
display: block;
position: absolute;
top: 0;
margin-bottom: -1px;
width: 100%;
height: 1px;
text-align: center;
text-decoration: none;
font-size: 18px;
overflow: hidden;
z-index: 600;
}
#skip a:focus, #skip a:active {
height: 45px;
line-height: 45px;
color: #fff;
background: #666;
}

/* 열린시장실 헤더 */
#header .header-content {
position: relative;
}
#header .header-content #logo {
-webkit-box-flex: 0;
	-ms-flex: 0 0 280px;
		flex: 0 0 280px;
}
#header .header-content .search-area {
display: none;
}
#header .btn-allmenu-open {
position: absolute;
top: 0;
right: 0;
left: auto;
width: 57px;
height: 57px;
text-indent: -9999px;
background: url(/resources/mayor/images/layout/ico-menu.png) no-repeat center center;
background-size: 19px 17px;
overflow: hidden;
}
#header .btn-allmenu-close {
display: block;
position: absolute;
top: 15px;
right: 15px;
width: 22px;
height: 22px;
text-indent: -9999px;
background: url(/resources/mayor/images/layout/ico-close-white.png) no-repeat center center;
background-size: 22px 22px;
z-index: 1600;
}
@media (min-width: 1025px) {
#header .header-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	height: 100px;
}
#header .btn-allmenu-open {
	display: none;
}
#header .btn-allmenu-close {
	display: none;
}
#header .d-down-md {
	display: none;
}
#header #mobile-allmenu {
	display: none;
}
}
@media (max-width: 1024.98px) {
#header .header-content {
	padding: 0;
	text-align: center;
}
#header .header-content #logo {
	float: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	height: 55px;
}
#header .header-content #logo img {
	width: 170px;
	height: 20px;
}
#header .d-up-lg {
	display: none;
}
#header .btn-allmenu-open {
	display: block;
}
#header .btn-allmenu-close {
	display: block;
}
}

#top-util {
height: 44px;
background-color: #f9f9f9;
border-bottom: 1px solid #e5e5e5;
}
#top-util .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
	-ms-flex-pack: justify;
		justify-content: space-between;
height: 100%;
}
#top-util .global-site {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;
-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
		flex: 1 1 auto;
}
#top-util .global-site li {
padding: 0 20px;
font-size: 16px;
line-height: 44px;
border-right: 1px solid #e5e5e5;
}
#top-util .global-site li:first-child {
border-left: 1px solid #e5e5e5;
}
#top-util .global-site li.on {
background-color: #fff;
}
#top-util .global-site li.external {
background-color: #f0f0f0;
}
#top-util .util-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;
}
#top-util .util-menu > li {
padding: 0 20px;
font-size: 14px;
line-height: 44px;
border-right: 1px solid #e5e5e5;
}
#top-util .util-menu > li:first-child {
border-left: 1px solid #e5e5e5;
}
#top-util .util-menu > li.sns-area {
position: relative;
}
#top-util .util-menu > li.sns-area dt button {
width: 100%;
height: 100%;
padding-right: 30px;
background-image: url(/resources/mayor/images/layout/ico_chevron-down.png);
background-size: 9px 5px;
background-position: right center;
background-repeat: no-repeat;
}
#top-util .util-menu > li.sns-area dd {
display: none;
position: absolute;
left: -1px;
right: -1px;
padding: 14px 15px;
background-color: #fff;
z-index: 400;
}
#top-util .util-menu > li.sns-area dd li {
padding: 9px 0;
line-height: 1;
}
#top-util .util-menu > li.sns-area dd li a {
font-size: 14px;
}
#top-util .util-menu > li.sns-area dd li a:hover, #top-util .util-menu > li.sns-area dd li a:focus {
color: #3a51cf;
}
#top-util .util-menu > li.sns-area.on dd {
display: block;
border: 1px solid #3a51cf;
}
@media (max-width: 1024.98px) {
#top-util {
	height: 40px;
}
#top-util .container {
	padding: 0;
}
#top-util .global-site li {
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
	line-height: 40px;
	text-align: center;
}
#top-util .global-site li a {
	font-size: 15px;
}
#top-util .util-area {
	display: none;
}
}

.gnb-area {
-webkit-box-flex: 1;
	-ms-flex: 1;
		flex: 1;
-webkit-box-pack: end;
	-ms-flex-pack: end;
		justify-content: flex-end;
}
.gnb-area .gnb-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
	-ms-flex-pack: end;
		justify-content: flex-end;
}
.gnb-area .gnb-list > li {
position: relative;
}
.gnb-area .gnb-list > li > a {
display: block;
padding: 0 60px;
font-size: 20px;
line-height: 50px;
font-weight: bold;
}
.gnb-area .gnb-list > li > a:hover, .gnb-area .gnb-list > li > a:focus {
color: #3a51cf;
}
.gnb-area .gnb-list > li.on > a {
color: #3a51cf;
}
.gnb-area .gnb-list > li .gnb-inner {
display: none;
position: absolute;
top: 50px;
left: 50%;
min-width: 200px;
padding: 23px 20px;
border: 1px solid #3a51cf;
-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
background: #fff;
z-index: 400;
}
.gnb-area .gnb-list > li .gnb-inner ul > li > a {
padding: 4px 0;
font-size: 16px;
}
.gnb-area .gnb-list > li .gnb-inner ul > li > a:hover, .gnb-area .gnb-list > li .gnb-inner ul > li > a:focus {
color: #3a51cf;
}
.gnb-area .gnb-list > li .gnb-inner li a {
display: block;
}
@media (max-width: 1260px) {
.gnb-area .gnb-list > li > a {
	padding: 0 30px;
}
}
@media (max-width: 1024.98px) {
.gnb-area {
	display: none;
}
}

/* 전체메뉴 */
.btn-allmenu-open {
position: absolute;
left: 0;
}
@media (min-width: 1025px) {
.btn-allmenu-open {
	height: 30px;
	bottom: 20px;
}
}
@media (max-width: 1024.98px) {
.btn-allmenu-open {
	top: 0;
	bottom: 0;
	padding: 0 15px;
}
}

@media (max-width: 1024.98px) {
.allmenu-open {
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
}

#mobile-allmenu {
opacity: 0;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
z-index: 2000;
opacity: 0;
visibility: hidden;
-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
}
#mobile-allmenu:before {
content: "";
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
}
#mobile-allmenu .allmenu-inner {
position: fixed;
top: 0;
bottom: 0;
left: 0;
width: 414px;
max-width: 100%;
min-height: 100%;
-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
background-color: #fff;
z-index: 300;
}
#mobile-allmenu .util-area {
height: 50px;
padding: 20px;
background-color: #3a51cf;
}
#mobile-allmenu .util-area .sns-area {
position: relative;
}
#mobile-allmenu .util-area .sns-area dt button {
display: block;
color: #fff;
padding-right: 20px;
background: url(/resources/mayor/images/layout/ico-chevron-down-white-md.png) right center no-repeat;
background-size: 9px 5px;
font-size: 14px;
}
#mobile-allmenu .util-area .sns-area dd {
display: none;
position: absolute;
top: 20px;
left: 0;
min-width: 114px;
padding: 14px 15px 12px;
background-color: #fff;
z-index: 400;
border: 1px solid #3a51cf;
-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
#mobile-allmenu .util-area .sns-area dd li {
padding: 2px 0;
}
#mobile-allmenu .util-area .sns-area dd li a {
font-size: 14px;
}
#mobile-allmenu .util-area .sns-area dd li a:hover, #mobile-allmenu .util-area .sns-area dd li a:focus {
color: #3a51cf;
}
#mobile-allmenu .util-area .sns-area dd.on {
display: block;
}
#mobile-allmenu .util-area .sns-area dd .btn-close-popup {
position: absolute;
top: 10px;
right: 10px;
width: 13px;
height: 13px;
background: url(/resources/mayor/images/layout/ico-close-popup-sm.png) 0 0 no-repeat;
background-size: cover;
text-indent: -9999px;
}
#mobile-allmenu .lnb-item {
border-bottom: 10px solid #f6f6f6;
}
#mobile-allmenu .lnb-item .lnb-title {
position: relative;
display: block;
padding: 0 20px;
line-height: 55px;
background-color: #fff;
font-size: 18px;
}
#mobile-allmenu .lnb-item .lnb-title:after {
content: "";
position: absolute;
right: 20px;
top: 25px;
width: 15.5px;
height: 9px;
background: url(/resources/mayor/images/layout/ico-chevron-down-gray.png) no-repeat;
background-size: cover;
}
#mobile-allmenu .lnb-item.on .lnb-title {
color: #3a51cf;
font-weight: bold;
}
#mobile-allmenu .lnb-item.on .lnb-title:after {
content: "";
position: absolute;
right: 20px;
top: 25px;
width: 15px;
height: 2px;
background: url(/resources/mayor/images/layout/ico-minus.png) no-repeat;
background-size: cover;
}
#mobile-allmenu .lnb-item.on .lnb {
display: block;
}
#mobile-allmenu .lnb-item > ul {
display: none;
font-size: 18px;
background-color: #f6f6f6;
padding: 0 20px;
margin: 0 20px 20px;
border-radius: 10px;
}
#mobile-allmenu .lnb-item > ul li {
padding: 15px 0;
font-size: 16px;
border-top: 1px solid #dadada;
}
#mobile-allmenu .lnb-item > ul li:first-child {
border-top: 0;
}
#mobile-allmenu .lnb-item > ul li.on {
color: #3a51cf;
}
#mobile-allmenu .lnb-item > ul li.on a {
font-weight: bold;
}
#mobile-allmenu .user-menu {
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: flex-end;
height: 50px;
padding: 0 20px;
background: #f6f6f6;
}
#mobile-allmenu .user-menu li {
position: relative;
padding: 0 9px;
}
#mobile-allmenu .user-menu li:before {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 1px;
height: 13px;
background-color: #525050;
-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
}
#mobile-allmenu .user-menu li:first-child::before {
display: none;
}
#mobile-allmenu .ico {
display: inline-block;
margin-right: 4px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
vertical-align: middle;
overflow: hidden;
text-indent: -9999px;
text-align: left;
color: transparent;
white-space: nowrap;
text-align: center;
}
#mobile-allmenu .ico-login {
width: 17px;
height: 17px;
background-image: url(/resources/mayor/images/layout/ico-login.png);
}
#mobile-allmenu .ico-join {
width: 18px;
height: 17px;
background-image: url(/resources/mayor/images/layout/ico-join.png);
}
#mobile-allmenu .ico-logout {
width: 18px;
height: 16px;
background-image: url(/resources/mayor/images/layout/ico-logout.png);
}
#mobile-allmenu .ico-mypage {
width: 18px;
height: 17px;
background-image: url(/resources/mayor/images/layout/ico-mypage.png);
}
.allmenu-open #mobile-allmenu {
opacity: 1;
visibility: visible;
}
.allmenu-open #mobile-allmenu:before {
opacity: 1;
visibility: visible;
}
.allmenu-open #mobile-allmenu .allmenu-inner {
-webkit-transform: translateX(0);
		transform: translateX(0);
}

/* 열린시장실 브레드크럼 */
#breadcrumb {
position: relative;
z-index: 110;
height: 45px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
background-color: #3a51cf;
}
#breadcrumb #btn-page-back {
display: none;
}
#breadcrumb .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
	-ms-flex-pack: justify;
		justify-content: space-between;
}
#breadcrumb .breadcrumb-list li.on .sub-list-wrap {
display: block;
}
#breadcrumb .breadcrumb-list li.home a {
width: 45px;
height: 19px;
padding: 0;
background-size: 26px 19px;
background: url(/resources/mayor/images/layout/ico-home-white.png) left center no-repeat;
text-indent: -9999px;
}
#breadcrumb .breadcrumb-list li.on .breadcrumb-inner {
display: block;
}
#breadcrumb .breadcrumb-list li .breadcrumb-inner {
display: none;
position: absolute;
right: 0;
left: 0;
width: 100%;
padding: 13px 20px 11px;
border: 1px solid #3a51cf;
background: #fff;
}
#breadcrumb .breadcrumb-list li .breadcrumb-inner li a {
display: block;
padding: 4px 0;
font-size: 16px;
}
#breadcrumb .breadcrumb-list li .breadcrumb-inner li a:hover, #breadcrumb .breadcrumb-list li .breadcrumb-inner li a:focus {
color: #3a51cf;
}
#breadcrumb .breadcrumb-list li a {
display: block;
}
#breadcrumb .util-menu {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
		flex: 0 0 auto;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
-webkit-box-pack: end;
	-ms-flex-pack: end;
		justify-content: flex-end;
width: 90px;
height: 45px;
}
#breadcrumb .util-menu:before {
content: "";
position: absolute;
top: -1px;
bottom: 1px;
left: 0;
width: 1000px;
background-color: #2c333e;
}
#breadcrumb .page-share a {
position: relative;
display: block;
color: #333;
}
#breadcrumb .page-share .page-share-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#breadcrumb .page-share .page-share-list li a {
display: block;
width: 32px;
height: 32px;
margin: 0 5px;
background-image: url(/resources/mayor/images/layout/ico-insta@2x.png);
background-size: 32px 32px;
background-repeat: no-repeat;
background-position: 0 0;
text-indent: -9999px;
}
#breadcrumb .page-share .page-share-list li:nth-child(2) a {
background-image: url(/resources/mayor/images/layout/ico-naver@2x.png);
}
#breadcrumb .page-share .page-share-list li:nth-child(3) a {
background-image: url(/resources/mayor/images/layout/ico-facebook@2x.png);
}
#breadcrumb .page-share .page-share-list li:nth-child(4) a {
background-image: url(/resources/mayor/images/layout/ico-x@2x.png);
}
#breadcrumb .page-share .page-share-list li:nth-child(5) a {
background-image: url(/resources/mayor/images/layout/ico-copy@2x.png);
}
#breadcrumb .page-share .btn-share-close {
position: absolute;
top: 50%;
right: 10px;
width: 16px;
height: 16px;
background: url(/resources/mayor/images/layout/ico-close-gray@2x.png) 0 0 no-repeat;
background-size: 16px 16px;
text-indent: -9999px;
-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
}
#breadcrumb #page-share-body {
display: none;
position: absolute;
top: -1px;
right: 40px;
height: 45px;
padding: 5px 36px 4px 5px;
background-color: #fff;
border: 1px solid #3a51cf;
}
#breadcrumb #page-share-body.opened {
display: block;
}
#breadcrumb .btn-share-open {
width: 20px;
height: 20px;
background: url(/resources/mayor/images/layout/ico-share@2x.png) center center no-repeat;
background-size: 20px 20px;
text-indent: -9999px;
}
#breadcrumb .btn-page-print {
width: 20px;
height: 20px;
background: url(/resources/mayor/images/layout/ico-print@2x.png) center center no-repeat;
background-size: 20px 20px;
text-indent: -9999px;
z-index: 10;
}
@media (min-width: 1025px) {
#breadcrumb .breadcrumb-list {
	-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
			flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 45px;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
#breadcrumb .breadcrumb-list > li {
	position: relative;
	width: 260px;
}
#breadcrumb .breadcrumb-list > li.home {
	width: auto;
}
#breadcrumb .breadcrumb-list > li.home a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	height: 45px;
}
#breadcrumb .breadcrumb-list > li.home a:after {
	display: none;
}
#breadcrumb .breadcrumb-list > li > a {
	display: block;
	padding: 3px 45px 1px 20px;
	max-width: 100%;
	white-space: nowrap;
	max-height: 41px;
	line-height: 41px;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
}
#breadcrumb .breadcrumb-list > li > a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 13px;
	height: 7px;
	background-image: url(/resources/mayor/images/layout/ico-chevron-down-white.png);
	background-size: 13px 7px;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
}
#breadcrumb .breadcrumb-list > li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 15px;
	background: rgba(255, 255, 255, 0.3);
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
}
#breadcrumb .btn-share-open {
	width: 20px;
	height: 20px;
	margin: 0 10px;
	background: url(/resources/mayor/images/layout/ico-share@2x.png) center center no-repeat;
	background-size: 20px 20px;
	text-indent: -9999px;
}
#breadcrumb .btn-page-print {
	width: 20px;
	height: 20px;
	margin: 0 10px;
	background: url(/resources/mayor/images/layout/ico-print@2x.png) center center no-repeat;
	background-size: 20px 20px;
	text-indent: -9999px;
	z-index: 10;
}
}
@media (max-width: 1024.98px) {
#breadcrumb {
	color: #fff;
	height: 30px;
}
#breadcrumb .container {
	display: block;
	padding: 4px 15px 0;
}
#breadcrumb .breadcrumb-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
#breadcrumb .breadcrumb-list li a {
	position: relative;
	padding-right: 14px;
	margin-right: 8px;
	font-size: 12px;
}
#breadcrumb .breadcrumb-list li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 10px;
	background: url(/resources/mayor/images/layout/ico-chevron-right-white.png) 0 0 no-repeat;
	background-size: 6px 10px;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
}
#breadcrumb .breadcrumb-list li.home a {
	width: 30px;
	background-image: url(/resources/mayor/images/layout/ico-home-white-sm.png);
	background-size: 17px auto;
}
#breadcrumb .breadcrumb-list li:last-child a:after {
	display: none;
}
#breadcrumb .util-menu {
	position: absolute;
	top: 55px;
	right: 10px;
}
#breadcrumb .util-menu:before {
	display: none;
}
#breadcrumb .btn-share-open {
	width: 17px;
	height: 17px;
	margin: 0 7px;
	background: url(/resources/mayor/images/layout/ico-share-black.png) center center no-repeat;
	background-size: 17px 17px;
	text-indent: -9999px;
}
#breadcrumb .btn-page-print {
	width: 16px;
	height: 17px;
	margin: 0 7px;
	background: url(/resources/mayor/images/layout/ico-print-black.png) center center no-repeat;
	background-size: 16px 17px;
}
}

#container {
max-width: 1400px;
margin: auto;
}
#container:after {
display: block;
clear: both;
content: "";
}
@media (min-width: 1025px) {
#container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
#container #sidebar {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
			flex: 0 0 auto;
	margin-right: 60px;
}
#container #content {
	-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
			flex: 1 1 auto;
}
#container #widget {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
			flex: 0 0 auto;
	margin-left: 30px;
	margin-top: 35px;
}
}
/* 열린시장실 콘텐츠 컨테이너 */
#content-title {
padding-top: 82px;
margin-bottom: 60px;
font-size: 40px;
line-height: 38px;
letter-spacing: -0.25px;
text-align: center;
}
@media (max-width: 1024.98px) {
#content-title {
	padding-top: 30px;
	margin-bottom: 28px;
	font-size: 24px;
	line-height: 45px;
	text-align: left;
}
}

.content-body {
padding-bottom: 200px;
}

#content {
padding-bottom: 100px;
min-height: calc(100vh - 361px);
}
@media (max-width: 1024.98px) {
#content {
	min-height: calc(100vh - 245px);
	padding: 0 13px;
	padding-bottom: 50px;
}
}

/* 열린시장실 푸터 */
#footer {
padding-top: 38px;
padding-bottom: 35px;
background-color: #2c333e;
color: #fff;
}
#footer .container {
position: relative;
}
#footer .policy-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 -20px 20px;
}
#footer .policy-menu li {
margin: 0 20px;
color: #979797;
}
#footer .policy-menu li strong {
font-weight: 900;
color: #fff;
}
#footer .wa-mark {
position: absolute;
top: 0;
right: 0;
}
#footer .address {
font-style: normal;
}
#footer .address > * {
color: #979797;
}
#footer .address .copy {
display: block;
}
@media (min-width: 1025px) {
#footer .policy-menu li {
	font-size: 16px;
}
#footer .address > * {
	font-size: 16px;
}
#footer .copy {
	margin-top: 7px;
}
}
@media (max-width: 1024.98px) {
#footer {
	padding-top: 27px;
	padding-bottom: 30px;
}
#footer .policy-menu {
	margin: 0 -11px 12px;
}
#footer .policy-menu li {
	display: none;
	margin: 0 11px;
	font-size: 14px;
}
#footer .policy-menu li:first-child, #footer .policy-menu li:last-child {
	display: block;
}
#footer .wa-mark {
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
}
#footer .address > * {
	display: block;
	font-size: 12px;
}
#footer .address .copy {
	margin-top: 17px;
}
}

/* 열린시장실 2022.08 메인 */
#header {
height: auto;
}

#content.main-content {
padding-bottom: 0;
}
#content.main-content .sr-only {
position: absolute;
left: -9999px;
width: 1px;
height: 1px;
margin: 0 !important;
font-size: 0;
line-height: 0;
overflow: hidden;
}
@media (max-width: 1024.98px) {
#content.main-content {
	padding: 0;
}
#content.main-content .container {
	padding-left: 0;
	padding-right: 0;
}
}

.section-visual {
position: relative;
padding-top: 90px;
}
.section-visual .container {
position: relative;
height: 100%;
}
.section-visual .visual-slider {
position: relative;
overflow: hidden;
}
.section-visual .visual-slider .item {
position: relative;
display: block;
}
.section-visual .visual-slider .img-thumb {
width: 100vw;
}
.section-visual .visual-slider .slide-control {
position: absolute;
bottom: 30px;
left: calc(50% + 100px);
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.section-visual .visual-slider .slide-control .nums {
position: relative;
display: inline-block;
padding-top: 3px;
vertical-align: middle;
}
.section-visual .visual-slider .slide-control strong {
margin-right: 70px;
}
.section-visual .visual-slider .slide-control .bar {
position: absolute;
top: 12px;
left: 25px;
width: 50px;
border-top: 1px solid #494747;
}
.section-visual .visual-slider .slide-control .bar span {
position: absolute;
top: -1px;
width: 1px;
border-top: 1px solid #fff;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.section-visual .visual-slider .slide-control .btn-ctrl {
margin-left: 15px;
}
.section-visual .visual-slider .slide-control .btn-pause {
width: 24px;
height: 24px;
background-image: url(../images/main/ico-slider-stop@2x.png);
background-size: 24px 24px;
background-repeat: no-repeat;
text-indent: -9999px;
}
.section-visual .visual-slider .slide-control .btn-play {
width: 24px;
height: 24px;
background-image: url(../images/main/ico-slider-play@2x.png);
background-size: 24px 24px;
background-repeat: no-repeat;
text-indent: -9999px;
}
.section-visual .visual-slider .slide-control .btn-arrow {
position: absolute;
width: 24px;
height: 24px;
background-size: 24px 24px;
background-repeat: no-repeat;
text-indent: -9999px;
cursor: pointer;
}
.section-visual .visual-slider .slide-control .btn-prev {
left: -35px;
background-image: url(../images/main/ico-slider-prev@2x.png);
}
.section-visual .visual-slider .slide-control .btn-next {
right: -32px;
background-image: url(../images/main/ico-slider-next@2x.png);
}
.section-visual .content {
position: absolute;
}
.section-visual .content .slogan {
font-size: 48px;
font-weight: normal;
letter-spacing: -0.75px;
line-height: 1.3;
}
.section-visual .content .slogan em {
font-size: 60px;
font-style: normal;
font-weight: bold;
}
.section-visual .content .sign {
display: block;
margin-top: 40px;
font-size: 30px;
font-style: normal;
letter-spacing: -0.5px;
}
.section-visual .content .sign strong {
font-size: 40px;
font-weight: bold;
}
.section-visual .visual-banner {
position: absolute;
left: 700px;
z-index: 30;
}
.section-visual .visual-banner .sns-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.section-visual .visual-banner .sns-area li {
margin: 0 6px;
}
.section-visual .visual-banner .ico {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center;
width: 44px;
height: 44px;
background-size: 44px 44px;
background-repeat: no-repeat;
background-position: center center;
}
.section-visual .visual-banner .ico-blog {
background-image: url(../images/main/ico-blog@2x.png);
}
.section-visual .visual-banner .ico-instagram {
background-image: url(../images/main/ico-instagram@2x.png);
}
.section-visual .visual-banner .ico-facebook {
background-image: url(../images/main/ico-facebook@2x.png);
}
.section-visual .visual-banner .ico-youtube {
background-image: url(../images/main/ico-youtube@2x.png);
}
.section-visual .d-down-sm {
display: none;
}
.section-visual .slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
		box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
}
.section-visual .slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.section-visual .slick-track:before, .section-visual .slick-track:after {
content: "";
display: table;
}
.section-visual .slick-track:after {
clear: both;
}
.slick-loading .section-visual .slick-track {
visibility: hidden;
}
.section-visual .slick-slide {
float: left;
height: 100%;
min-height: 1px;
}
.section-visual .slick-slide img {
display: block;
}
.section-visual .slick-slide.slick-loading img {
display: none;
}
.section-visual .slick-slide.dragging img {
pointer-events: none;
}
.slick-loading .section-visual .slick-slide {
visibility: hidden;
}
.slick-vertical .section-visual .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.section-visual .slick-slider .slick-track,
.section-visual .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.section-visual .slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.section-visual .slick-list:focus {
outline: none;
}
.section-visual .slick-list.dragging {
cursor: pointer;
}
@media (min-width: 1025px) {
.section-visual {
	height: 880px;
	background-color: #f9f9f9;
}
.section-visual:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 665px;
	height: 100%;
	background-color: #dedede;
	z-index: 0;
}
.section-visual .container {
	max-width: 1660px;
	margin: 0 auto;
	padding-left: 130px;
}
.section-visual .content {
	position: absolute;
	top: 25px;
	left: 20px;
	z-index: 30;
}
.section-visual .visual-slider {
	position: absolute;
	top: 0;
	right: 0;
	width: 1090px;
	height: 700px;
	z-index: 10;
}
.section-visual .visual-banner {
	bottom: 15px;
}
.section-visual .visual-banner .sign {
	display: none;
}
}
@media (max-width: 1024.98px) {
.section-visual {
	padding-top: 0;
}
.section-visual .visual-slider {
	height: 370px;
}
.section-visual .visual-slider .slide-control {
	right: 60px;
	left: auto;
	bottom: 65px;
}
.section-visual .visual-slider .slide-control .bar span {
	border-top-color: #3a51cf;
}
.section-visual .d-down-sm {
	display: block;
}
.section-visual .d-up-lg {
	display: none;
}
.section-visual .visual-banner {
	top: 320px;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	width: 100%;
	height: 50px;
	padding: 10px 14px;
	background: rgba(0, 0, 0, 0.6);
}
.section-visual .visual-banner .sign {
	color: #fff;
	font-style: normal;
	font-size: 15px;
}
.section-visual .visual-banner .sign strong {
	font-size: 20px;
}
.section-visual .visual-banner .sns-area li {
	margin: 0 5px;
}
.section-visual .visual-banner .ico {
	width: 33px;
	height: 33px;
	background-size: 33px 33px;
}
.section-visual .content {
	display: none;
}
}
@media (max-width: 767.98px) {
.section-visual .visual-slider {
	height: 280px;
}
.section-visual .visual-slider .slide-control {
	right: 60px;
	left: auto;
	bottom: 65px;
}
.section-visual .visual-slider .slide-control .nums > * {
	font-size: 12px;
	font-weight: bold;
}
.section-visual .visual-slider .slide-control .nums strong {
	margin-right: 40px;
}
.section-visual .visual-slider .slide-control .nums .bar {
	left: 18px;
	width: 30px;
}
.section-visual .visual-banner {
	top: 230px;
}
}

.section-shortcut {
position: absolute;
left: 0;
bottom: 0;
width: 530px;
background-color: #3159d4;
z-index: 10;
}
.section-shortcut .shortcut-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section-shortcut .shortcut-list li {
-webkit-box-flex: 1;
	-ms-flex: 1 1 calc(33.333% - 34px);
		flex: 1 1 calc(33.333% - 34px);
width: calc(33.333% - 34px);
text-align: center;
}
.section-shortcut .shortcut-item {
display: block;
}
.section-shortcut .shortcut-item span {
margin-top: 10px;
display: block;
color: #fff;
letter-spacing: -0.5px;
}
.section-shortcut .ico {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center;
background-repeat: no-repeat;
background-position: center center;
}
@media (min-width: 1025px) {
.section-shortcut .shortcut-list {
	padding: 0 44px;
}
.section-shortcut .shortcut-list li {
	margin: 0 10px;
}
.section-shortcut .shortcut-list li:nth-child(4) {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.section-shortcut .shortcut-list li:nth-child(5) {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.section-shortcut .shortcut-list li:nth-child(6) {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.section-shortcut .shortcut-list .shortcut-item {
	padding: 40px 0;
}
.section-shortcut .ico {
	width: 64px;
	height: 58px;
}
.section-shortcut .ico-promise {
	background-image: url(../images/main/ico-promise.png);
	background-size: 44px 41px;
}
.section-shortcut .ico-inaugura {
	background-image: url(../images/main/ico-inaugura.png);
	background-size: 37px 54px;
}
.section-shortcut .ico-profile {
	background-image: url(../images/main/ico-profile.png);
	background-size: 60px 42px;
}
.section-shortcut .ico-bbs {
	background-image: url(../images/main/ico-bbs.png);
	background-size: 38px 43px;
}
.section-shortcut .ico-gallery {
	background-image: url(../images/main/ico-gallery.png);
	background-size: 51px 39px;
}
.section-shortcut .ico-reference {
	background-image: url(../images/main/ico-reference.png);
	background-size: 45px 45px;
}
.section-shortcut .shortcut-item span {
	font-size: 18px;
}
}
@media (max-width: 1024.98px) {
.section-shortcut {
	position: relative;
	width: 100%;
	left: 0;
}
.section-shortcut .shortcut-list {
	padding-bottom: 12px;
}
.section-shortcut .shortcut-list li {
	-webkit-box-flex: 1;
		-ms-flex: 1 1 33.333%;
			flex: 1 1 33.333%;
	width: 33.333%;
}
.section-shortcut .shortcut-list .shortcut-item {
	padding: 20px 0 8px;
}
.section-shortcut .shortcut-list .shortcut-item span {
	margin-top: 3px;
}
.section-shortcut .shortcut-list .ico {
	width: 40px;
	height: 40px;
}
.section-shortcut .shortcut-list .ico-promise {
	background-image: url(../images/main/ico-promise@2x.png);
	background-size: 29px 27.5px;
}
.section-shortcut .shortcut-list .ico-inaugura {
	background-image: url(../images/main/ico-inaugura@2x.png);
	background-size: 24.5px 35px;
}
.section-shortcut .shortcut-list .ico-profile {
	background-image: url(../images/main/ico-profile@2x.png);
	background-size: 40px 28px;
}
.section-shortcut .shortcut-list .ico-bbs {
	background-image: url(../images/main/ico-bbs@2x.png);
	background-size: 25px 28.5px;
}
.section-shortcut .shortcut-list .ico-gallery {
	background-image: url(../images/main/ico-gallery@2x.png);
	background-size: 33.5px 25.5px;
}
.section-shortcut .shortcut-list .ico-reference {
	background-image: url(../images/main/ico-reference@2x.png);
	background-size: 29.5px 29.5px;
}
}

.section-gallery {
padding: 90px 0 80px 20px;
}
.section-gallery .section-title {
font-size: 40px;
font-weight: bold;
}
.section-gallery .section-title .bubble {
display: inline-block;
font-size: 14px;
width: 47px;
height: 29px;
padding: 5px 7px 5px 13px;
color: #3a51cf;
background: url(../images/main/bg-bubble@2x.png) left center/47px 29px no-repeat;
vertical-align: middle;
}
.section-gallery .slick-prev {
position: absolute;
top: 0;
left: 0;
padding-right: 60px;
background-image: url(../images/main/ico-arrow-left.jpg);
background-position: right center;
background-repeat: no-repeat;
background-size: 42px 12px;
font-size: 16px;
}
.section-gallery .slick-next {
position: absolute;
top: 0;
right: 0;
padding-left: 60px;
background-image: url(../images/main/ico-arrow-right.png);
background-size: 42px 12px;
background-position: left center;
background-repeat: no-repeat;
font-size: 16px;
}
.section-gallery .item-header {
position: relative;
}
.section-gallery .item-header .img-thumb {
position: absolute;
top: 0;
left: 0;
max-width: none;
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
z-index: 10;
}
.section-gallery .item-content p {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
margin-bottom: 10px;
overflow: hidden;
text-overflow: ellipsis;
}
.section-gallery .item-content .date {
font-size: 14px;
}
.section-gallery:not(.movie) .container {
position: relative;
}
.section-gallery:not(.movie) .item {
display: block;
position: relative;
width: 340px !important;
margin: 0 10px;
}
.section-gallery:not(.movie) .gallery-slider {
width: 1400px;
padding-top: 60px;
overflow: hidden;
}
.section-gallery:not(.movie) .slider-inner {
margin-left: -10px;
}
.section-gallery:not(.movie) .btn-more {
position: absolute;
top: 100px;
left: 50%;
-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
font-size: 16px;
border-bottom: 1px solid #666;
}
.section-gallery:not(.movie) .control {
position: absolute;
top: 100px;
width: 100%;
}
.section-gallery.movie {
background-color: #23252a;
color: #fff;
}
.section-gallery.movie .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.section-gallery.movie .section-header {
position: relative;
width: 360px;
-webkit-box-flex: 0;
	-ms-flex: 0 0 360px;
		flex: 0 0 360px;
}
.section-gallery.movie .section-title {
color: #fff;
margin-top: -10px;
margin-bottom: 10px;
}
.section-gallery.movie .section-desc {
color: #fff;
font-size: 16px;
}
.section-gallery.movie .btn-more {
display: block;
margin-top: 100px;
width: 150px;
padding: 14px 20px 13px;
border: 1px solid rgba(255, 255, 255, 0.28);
background: url(../images/main/ico-arrow-right-white@2x.png) 78px 17px/41px 12px no-repeat;
}
.section-gallery.movie .slider-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 30px;
margin: 0 0 0 10px;
overflow-x: auto;
}
.section-gallery.movie .slider-inner > div {
margin-right: 20px;
}
.section-gallery.movie .item {
display: block;
}
.section-gallery.movie .item-header {
position: relative;
}
.section-gallery.movie .item-header .icon-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 20;
}
.section-gallery.movie .item-header .ico-play-black {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
width: 48px;
height: 48px;
background: url(../images/main/ico-play@2x.png) 0 0 no-repeat;
background-size: 48px 48px;
}
.section-gallery .slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
		box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
}
.section-gallery .slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.section-gallery .slick-track:before, .section-gallery .slick-track:after {
content: "";
display: table;
}
.section-gallery .slick-track:after {
clear: both;
}
.slick-loading .section-gallery .slick-track {
visibility: hidden;
}
.section-gallery .slick-slide {
float: left;
height: 100%;
min-height: 1px;
}
.section-gallery .slick-slide img {
display: block;
}
.section-gallery .slick-slide.slick-loading img {
display: none;
}
.section-gallery .slick-slide.dragging img {
pointer-events: none;
}
.slick-loading .section-gallery .slick-slide {
visibility: hidden;
}
.slick-vertical .section-gallery .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.section-gallery .slick-slider .slick-track,
.section-gallery .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.section-gallery .slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.section-gallery .slick-list:focus {
outline: none;
}
.section-gallery .slick-list.dragging {
cursor: pointer;
}
@media (min-width: 1025px) {
.section-gallery .container {
	max-width: 1400px;
	width: auto;
	margin: 0 auto;
}
.section-gallery .slider-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 10px;
}
.section-gallery .slider-inner::-webkit-scrollbar {
	width: 360px;
	height: 3px;
}
.section-gallery .slider-inner::-webkit-scrollbar-thumb {
	height: 4px;
	background-color: #3a51cf;
}
.section-gallery .slider-inner::-webkit-scrollbar-track {
	background-color: #000;
}
.section-gallery .section-title {
	display: block;
	margin-bottom: 50px;
	font-size: 40px;
}
.section-gallery .item-header {
	width: 336px;
	height: 225px;
	overflow: hidden;
}
.section-gallery .item-content {
	padding: 15px 10px;
}
.section-gallery .item-content p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 50px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}
.section-gallery .item-content .date {
	font-size: 14px;
	color: #666;
}
.section-gallery.movie {
	height: 600px;
}
.section-gallery.movie .item {
	width: 400px;
}
.section-gallery.movie .gallery-slider {
	position: absolute;
	left: calc(50% - 349px);
	right: 0;
}
.section-gallery.movie .item-header {
	width: 400px;
	height: 223px;
}
.section-gallery.movie .item-content p {
	margin-bottom: 20px;
}
.section-gallery.movie .item-content .date {
	color: #fff;
}
}
@media (max-width: 1024.98px) {
.section-gallery {
	position: relative;
	padding: 35px 0;
}
.section-gallery .section-header {
	text-align: center;
}
.section-gallery .section-title {
	display: block;
	margin-bottom: 0;
	font-size: 24px;
}
.section-gallery .section-title .bubble {
	width: 32px;
	padding: 8px 3px 0 5px;
	font-size: 10px;
	background-size: 32px auto;
}
.section-gallery .gallery-slider {
	position: relative;
	padding-top: 20px;
	width: 100% !important;
	overflow: hidden;
}
.section-gallery .control {
	display: none;
}
.section-gallery .slider-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 10px;
	overflow-x: auto;
}
.section-gallery .item-header {
	width: 200px;
	height: 135px;
}
.section-gallery .item-content {
	padding: 15px 0;
}
.section-gallery .item-content p {
	font-size: 15px;
	height: 45px;
}
.section-gallery:not(.movie) .gallery-slider {
	padding-top: 20px;
}
.section-gallery:not(.movie) .slider-inner {
	margin-left: 10px;
}
.section-gallery:not(.movie) .slider-inner .item {
	display: block;
	width: 200px !important;
	margin: 0 15px 0 0;
}
.section-gallery:not(.movie) .btn-more {
	top: 7px;
	left: auto;
	right: 15px;
	padding: 0 9px 0 0;
	border: none;
	background: url(../images/main/ico-chevron-right.png) right center/5px 8.5px no-repeat;
	-webkit-transform: translateX(0);
			transform: translateX(0);
	color: #666;
	font-size: 14px;
	font-weight: normal;
}
.section-gallery.movie .container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}
.section-gallery.movie .section-header {
	width: 100%;
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
}
.section-gallery.movie .section-desc {
	display: none;
}
.section-gallery.movie .item {
	width: 215px;
}
.section-gallery.movie .item-header {
	width: 215px;
	height: 120px;
}
.section-gallery.movie .slider-inner {
	padding-bottom: 0 !important;
}
.section-gallery.movie .btn-more {
	position: absolute;
	top: 0 !important;
	right: 15px;
	width: auto;
	padding: 0 9px 0 0;
	margin: 0;
	border: 0;
	background: url(../images/main/ico-chevron-right-white.png) right center/5px 8.5px no-repeat;
}
}

/* 열린시장실 */
/* 부탁해요 시장님 */
.answer-area .toggle-list {
margin-top: 35px;
border: 0;
}

.answer-area .bbs-article {
border-top: 0;
}

.answer-area .btn-toggle-list {
background-image: url(/resources/mayor/images/common/ico-arr-up-white.png);
}

.please-mayor-answer .toggle-title {
padding-left: 66px;
color: #fff;
background: #707789 url(/resources/mayor/images/common/ico-check-white.png) no-repeat 33px 20px;
}

.please-mayor-answer .bbs-article .article-detail {
background: #fff;
}

.answer-area .toggle-title:first-child {
border-top-color: #ddd;
border-bottom: 1px solid #ddd;
}

.answer-area .toggle-content {
padding: 0;
border-top: 0;
}

/* =============================================================== */
.abuse-report {
margin: 0 -6px;
overflow: hidden;
}

.abuse-report > li {
float: left;
width: calc(25% - 20px);
height: 195px;
margin: 10px 10px 10px 10px;
border: 1px solid #ddd;
}

.abuse-report > li dt {
padding: 7px 17px 6px;
color: #666;
font-weight: 600;
font-size: 16px;
text-align: center;
background-color: #f8f8f8;
}

.abuse-report > li dd {
position: relative;
min-height: 108px;
padding: 19px 23px;
}

.abuse-report > li:nth-child(1) dd:before {
display: none;
}

.abuse-report li dd:before {
content: "";
display: block;
position: absolute;
top: 30px;
left: -17px;
width: 13px;
height: 27px;
margin-top: -13px;
background: url(/resources/mayor/images/common/ico-arr-right-lg.png) no-repeat;
}

.abuse-report .bul-dot > li {
font-weight: 600;
}

.abuse-report .bul-dot > li:before {
width: 3px;
height: 3px;
background-color: #000;
}

.survey-detail3 {
font-size: 14px;
line-height: 1.7;
border: 6px solid #ddd;
padding: 20px 14px 25px;
}

.survey-detail3 dt {
display: table-cell;
position: relative;
font-weight: normal;
font-size: 18px;
line-height: 1.4;
padding: 0 10px;
}

.survey-detail3 dd {
padding: 0 10px;
}

.survey-detail3 dd .line {
margin: 0 -13px;
}

.survey-detail3 dd .btn {
margin: -3px 36px 3px 0;
height: 46px;
line-height: 46px;
}

.survey-detail3 dd input[type=checkbox] + label + input[type=checkbox],
input[type=radio] + label + input[type=radio] {
margin-left: 36px;
}

.survey-detail3 li .btn {
margin-right: 35px;
height: 47px;
line-height: 45px;
}

.mayor-privacy {
position: relative;
}

.mayor-privacy .mayor-text-right {
position: absolute;
right: 0;
top: -4px;
}

.please-mayor-wrap input[type=text] {
background-color: #f3f4f6;
}

.please-mayor-wrap input[type=text].form-width {
width: 703px;
}

.please-mayor-wrap th {
padding: 19px 5px 16px 31px;
height: 66px;
}

.please-mayor-wrap td {
padding: 10px;
height: 66px;
}

.please-mayor-wrap .mayor-name-fix {
font-size: 18px;
}

.please-mayor-wrap .form-middle {
width: 380px !important;
}

.please-mayor-wrap.table-write input.form-zipcode {
width: 220px !important;
}

.please-mayor-wrap .input-zipcode {
width: 380px;
}

.please-mayor-wrap .btn-white {
padding: 0 15px;
width: 150px;
}

.please-mayor-wrap .member-wrap {
display: inline-block;
margin-left: 10px;
}

.mayor-file-attach {
overflow: hidden;
}

.mayor-file-attach .file-delete {
margin: 10px 0;
}

.mayor-file-attach .input-group .input-addon {
padding-left: 0;
}

.mayor-file-attach .input-desc {
margin-left: 9px;
}

.member-address-wrap {
position: relative;
}

.member-address-wrap .member-wrap.three {
position: absolute;
left: 399px;
top: 13%;
}

.please-mayor-modal .modal-inner {
width: 450px;
}

.please-mayor-modal .modal-body {
padding: 37px 40px 40px;
}

.please-mayor-modal .modal-inner .modal-tit {
font-size: 18px;
}

.please-mayor-modal input::-webkit-input-placeholder {
text-align: center;
}

.please-mayor-modal input:-ms-input-placeholder {
text-align: center;
}

.please-mayor-modal input::-moz-placeholder {
text-align: center;
}

.please-mayor-modal input::-ms-input-placeholder {
text-align: center;
}

.please-mayor-modal input::placeholder {
text-align: center;
}

.please-mayor-modal #password {
margin-top: -5px;
}

.please-mayor-modal .btn-group {
margin-top: 20px;
}

.please-mayor-modal .modal-inner input[type=password]#password {
width: 100%;
font-size: 18px;
text-align: center;
background-color: #f3f4f6;
}

.support-process {
margin-top: 10px;
overflow: hidden;
}

.support-process li:first-child {
width: 25%;
margin-left: 0;
}

.support-process li {
float: left;
position: relative;
width: calc(25% - 28px);
margin-left: 28px;
padding: 21px 0;
border-radius: 3px;
color: #fff;
text-align: center;
background-color: #6088df;
font-size: 16px;
}

.support-process li:before {
content: "";
display: block;
position: absolute;
top: 50%;
left: -19px;
width: 13px;
height: 27px;
margin-top: -13px;
background: url(/resources/mayor/images/common/ico-arr-right-lg.png) no-repeat;
}

.support-process li:first-child:before {
display: none;
}

.support-process-wrap .support-process {
margin: 5px 0 30px;
overflow: hidden;
padding: 0 119px 0 147px;
}

.support-process-wrap.support-process li:first-child {
width: 190px;
margin-left: 0;
}

/* 이재준의 말과 글 */
.mayor-search .form-category {
width: 181px !important;
}

.mayor-search form {
margin-left: -12px;
}

.mayor-search .keyword-item {
display: inline-block;
width: calc(100% - 336px);
max-width: 100%;
margin-left: 3px;
vertical-align: middle;
}

.mayor-search .input-group .input-addon {
padding-left: 9px;
}

.mayor-talk-wrap {
margin-top: -14px;
}

.mayor-talk-inner {
overflow: hidden;
padding-bottom: 54px;
margin-top: 53px;
position: relative;
}

.mayor-talk-inner:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
background: url(/resources/mayor/images/content/bg-border.png) no-repeat;
height: 6px;
width: 100%;
}

.mayor-talk-inner .mayor-img {
height: 255px;
border: 1px solid #e4e4e4;
width: 400px;
position: absolute;
}

.mayor-talk-inner .mayor-img img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.mayor-talk-inner .mayor-info {
padding-left: 481px;
min-height: 300px;
}

.mayor-talk-inner .mayor-info .hashtag:before {
display: block;
content: "#";
}

.mayor-talk-inner .mayor-info .hashtag {
width: 60px;
height: 60px;
border-radius: 50%;
background-color: #11b09f;
display: inline-block;
text-align: center;
padding: 17px 10px;
color: #fff;
line-height: 13px;
}

.mayor-talk-inner .mayor-info .video:before {
display: block;
content: "";
background: url(/resources/mayor/images/content/ico-video.png) no-repeat center center;
width: 100%;
height: 9px;
top: 3px;
}

.mayor-talk-inner .mayor-info .video {
width: 60px;
height: 60px;
border: 1px solid #e4e4e4;
border-radius: 50%;
background-color: #f2f4f7;
display: inline-block;
text-align: center;
padding: 16px 9px;
color: #666;
line-height: 23px;
margin-left: 12px;
}

.mayor-talk-inner .mayor-info .hashtag.greeting {
background-color: #028bd1;
}

.mayor-talk-inner .mayor-info .hashtag.other {
background-color: #707789;
}

.mayor-talk-inner .mayor-info .talk-tit {
font-size: 34px;
margin: 22px 0 16px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.mayor-talk-inner .mayor-info .content {
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
line-height: 1.5;
max-height: 3em;
word-wrap: break-word;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
font-size: 17px;
}

.mayor-talk-inner .mayor-info .date {
color: #666;
font-size: 16px;
margin-top: 23px;
}

/* 보도자료 */
.mayor-list-wrap {
overflow: hidden;
margin: 27px -20px 0;
}

/* .mayor-list-wrap li:nth-child(4n+1) {
clear: both;
}
 */
.mayor-list-inner {
float: left;
width: calc(25% - 40px);
margin: 20px 20px 30px;
border-bottom: 1px solid #e4e4e4;
padding-bottom: 10px;
}

.mayor-list-inner .mayor-img {
position: relative;
padding-top: 75%;
border: 1px solid #e4e4e4;
}

.mayor-list-inner .mayor-img img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.mayor-list-inner .info {
padding: 15px 10px 5px;
}

.mayor-list-inner .info h3 {
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
line-height: 1.5;
max-height: 3em;
word-wrap: break-word;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
font-size: 16px;
}

.mayor-list-inner .info .date {
padding-top: 13px;
color: #666666;
}

.mayor-info-date {
display: block;
padding: 20px 28px 19px;
border-bottom: 1px solid #cecfd3;
}

.mayor-bbs-article .bul-hyphen {
color: #666;
}

.mayor-bbs-article .mayor-bbs-info {
letter-spacing: -0.7px;
}

/* 프로필 */
.mayor-sub .mayor-content#container {
width: 100%;
}

.mayor-content#container #content-title {
width: 1200px;
margin: 0 auto 45px;
}

.mayor-content-wrap {
width: 1200px;
margin: auto;
}

.mayor-profile-wrap {
background: url(/resources/mayor/images/content/bg-mayorprofile.jpg) no-repeat center center;
height: auto;
background-size: cover;
}

.mayor-profile-wrap .profile-tit {
padding: 114px 0 47px 60px;
font-size: 28px;
font-weight: normal;
line-height: 1.3;
}

.mayor-profile-wrap .profile-tit span {
font-weight: 600;
font-size: 40px;
line-height: 1.7;
}

.mayor-profile {
padding: 51px 0px 30px 30px;
overflow: hidden;
}

.mayor-profile .title {
width: 170px;
font-size: 24px;
float: left;
}

.mayor-profile .list {
width: calc(100% - 170px);
float: left;
padding-top: 6px;
}

.mayor-profile .list li:first-child {
margin-top: 0;
}

.mayor-profile .list li {
margin-top: 4px;
}

.mayor-profile .list li dl {
overflow: hidden;
padding-bottom: 23px;
}

.mayor-profile .list li dl dt {
width: 240px;
float: left;
font-size: 16px;
font-weight: 600;
}

.mayor-profile .list li dl dd {
width: calc(100% - 240px);
color: #666;
float: left;
font-size: 16px;
position: relative;
padding-left: 9px;
}

.mayor-profile .list li dl dd:before {
display: inline-block;
content: "";
width: 2px;
height: 2px;
background: #767676;
margin: 0 7px 4px 0;
position: absolute;
left: 0;
top: 11px;
}

.mayor-profile .list li dl dd.mayor-txt {
line-height: 25px;
}

.mayor-profile .list li dl dd.mayor-txt:before {
top: 10px;
}

.mayor-profile .bylaw {
max-width: 761px;
min-height: 280px;
border: 6px solid #dddddd;
padding: 18px 23px;
margin: 30px 0px 25px -9px;
}

.mayor-profile .bylaw h4 {
color: #666;
}

.mayor-profile .bylaw .indent {
margin-top: 14px;
margin-left: 6px;
}

.mayor-profile .bylaw .indent li {
padding-left: 4px;
position: relative;
}

.mayor-profile .bylaw .indent li:before {
display: inline-block;
content: ":";
width: 2px;
height: 2px;
margin: 0 7px 4px 0;
}

.mayor-profile .bylaw li {
line-height: 24px;
}

.social-life.mayor-profile .list li dl dd {
padding-left: 0;
}

.social-life.mayor-profile .list li dl dd:before {
display: none;
}

.social-life.mayor-profile {
padding-bottom: 0;
overflow: hidden;
}

.social-life .list li:last-child dl {
padding-bottom: 0;
}

.social-life .bul-dot > li {
margin-top: 16px !important;
}

.social-life .bul-dot li:first-child {
margin-top: 0 !important;
}

.mayor-education {
background-color: #f2f4f7;
overflow: hidden;
}

.mayor-education-inner {
background: url(/resources/mayor/images/content/bg-mayorprofile2.jpg) no-repeat;
height: auto;
overflow: hidden;
width: 1200px;
margin: auto;
}

.mayor-education-inner h5 {
font-size: 24px;
color: #fff;
padding: 30px 0 0 30px;
display: inline-block;
float: left;
width: 400px;
}

.mayor-education-inner ul {
float: left;
width: calc(100% - 400px);
padding: 28px 40px;
font-size: 16px;
color: #666;
}

.mayor-education-inner ul li {
line-height: 33px;
}

.mayor-education-inner .bul-dot li:before {
top: 15px;
}

/* 20220630 start */
/* 인사말 */
/* .greeting-wrap:after {
	display: block;
	content: '';
	clear: both;
}

.greeting-wrap > div {
	float: left;
	width: 50%;
}

.greeting-content h4 {
	font-size: 40px;
	line-height: 36px;
	letter-spacing: -.25px;
	font-weight: 600;
	color: #2856b6;
	margin-bottom: 40px;
	margin-top: 15px;
}

.greeting-content p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.25px;
	color: #333;
	padding-left: 10px;
}

.greeting-content p span {
	display: block;
} */
/* 취임사 */
.greeting-visual {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 360px;
padding: 0 120px;
margin-bottom: 80px;
background-image: url(/resources/mayor/images/content/bg_greeting_visual.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.greeting-visual .text01 {
font-size: 32px;
color: #333;
font-weight: 600;
}

.greeting-visual .text02 {
margin-top: 40px;
font-size: 60px;
color: #333;
font-weight: 800;
}

.greeting-visual .text02 span {
display: block;
font-size: 30px;
color: #333;
font-weight: 600;
}

.greeting-content h4 {
position: relative;
padding-left: 20px;
margin-bottom: 20px;
font-size: 34px;
color: #333;
font-weight: 800;
}

.greeting-content h4:before {
content: "";
position: absolute;
top: 12px;
left: 0;
width: 8px;
height: 23px;
background-color: #e33b5c;
border-radius: 5px;
}

.greeting-content p {
font-size: 22px;
color: #333;
line-height: 1.5;
}

.greeting-content p + h4 {
margin-top: 70px;
}

.greeting-content .sign {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 110px;
font-size: 18px;
color: #666;
line-height: 1;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: center;
}

.greeting-content .sign span {
margin-left: 10px;
font-size: 40px;
color: #333;
font-weight: 800;
}

/* 20220630 end */
/* 약속과 실천 */
.promise-table th {
text-align: left;
}

.promise-table > thead + tbody > tr > td {
text-align: left;
}

.promise-table > thead + tbody > tr > td:first-child {
text-align: center;
}

.counsel-process > li {
position: relative;
border: 1px solid #ddd;
}

.counsel-process .step {
display: block;
padding: 5px 0;
color: #666;
font-weight: 600;
font-size: 18px;
text-align: center;
background: #f8f8f8;
}

.counsel-process .info {
display: table;
width: 100%;
min-height: 100px;
padding: 10px 28px;
background-repeat: no-repeat;
background-position: 28px center;
}

.counsel-process .info > * {
display: table-cell;
vertical-align: middle;
font-size: 18px;
font-weight: 600;
}

.counsel-process .info > p {
font-size: 18px;
font-weight: 600;
}

.counsel-process > li + li:before {
content: "";
display: block;
position: absolute;
top: -32px;
left: 50%;
width: 34px;
height: 17px;
margin-left: -17px;
background: url(/resources/mayor/images/common/ico-arr-down-lg.png) no-repeat;
background-size: cover;
}

.counsel-process > li + li {
margin-top: 46px;
}

.promise-process span {
display: inline-block;
width: 100%;
}

.promise-process strong {
font-size: 16px;
font-weight: 600;
}

.promise-process .bottom {
font-size: 14px;
font-weight: normal;
}

.plan-process .bul-dot {
font-size: 14px;
}

.plan-process .step {
padding: 7px 0;
}

.manypasto-text {
font-size: 16px;
line-height: 30px;
margin-top: -7px;
letter-spacing: -0.5px;
}

.box-info-manyfasto {
padding: 25px 30px 26px 175px;
background: url(/resources/mayor/images/content/ico-manyfasto.png) no-repeat 24px 46px;
}

.box-info-manyfasto h6 {
display: table-row;
letter-spacing: -1px;
}

.box-info-manyfasto p {
display: table-row;
letter-spacing: -1px;
}

.box-info-manyfasto .dashed-line {
display: block;
width: 100%;
height: 1px;
border-top: 1px dotted #000;
margin-top: 10px;
margin-bottom: 20px;
}

.promise-wrap {
margin-top: -5px;
}

.promise-wrap .title1:first-child {
margin: 35px 0 15px;
}

.promise-wrap .title1 {
margin: 42px 0 15px;
}

.unit-wrap {
position: relative;
}

.unit-wrap .table-unit {
position: absolute;
right: 0;
top: -32px;
}

.mayor-title-field {
margin-top: 35px;
}

.mayor-field-wrap {
overflow: hidden;
margin-top: -2px;
}

.mayor-field-wrap dl {
float: left;
width: 20%;
min-height: 200px;
text-align: center;
border: 1px solid #e0e3e9;
}

.mayor-field-wrap dl:before {
background: url(/resources/mayor/images/content/ico-field1-1.png) no-repeat center center;
height: 72px;
display: block;
content: "";
margin: 35px 0 18px;
}

.mayor-field-wrap dl:nth-child(1) {
border-right: 0;
border-bottom: 0;
}

.mayor-field-wrap dl:nth-child(2) {
border-right: 0;
border-bottom: 0;
}

.mayor-field-wrap dl:nth-child(3) {
border-right: 0;
border-bottom: 0;
}

.mayor-field-wrap dl:nth-child(4) {
border-right: 0;
border-bottom: 0;
}

.mayor-field-wrap dl:nth-child(5) {
border-bottom: 0;
}

.mayor-field-wrap dl:nth-child(6) {
border-right: 0;
}

.mayor-field-wrap dl:nth-child(7) {
border-right: 0;
}

.mayor-field-wrap dl:nth-child(8) {
border-right: 0;
}

.mayor-field-wrap dl:nth-child(9) {
border-right: 0;
}

.mayor-field-wrap dl:nth-child(2):before {
background-image: url(/resources/mayor/images/content/ico-field1-2.png);
}

.mayor-field-wrap dl:nth-child(3):before {
background-image: url(/resources/mayor/images/content/ico-field1-3.png);
}

.mayor-field-wrap dl:nth-child(4):before {
background-image: url(/resources/mayor/images/content/ico-field1-4.png);
}

.mayor-field-wrap dl:nth-child(5):before {
background-image: url(/resources/mayor/images/content/ico-field1-5.png);
}

.mayor-field-wrap dl:nth-child(6):before {
background-image: url(/resources/mayor/images/content/ico-field1-6.png);
margin: 31px 0 20px;
}

.mayor-field-wrap dl:nth-child(7):before {
background-image: url(/resources/mayor/images/content/ico-field1-7.png);
margin: 31px 0 20px;
}

.mayor-field-wrap dl:nth-child(8):before {
background-image: url(/resources/mayor/images/content/ico-field1-8.png);
margin: 31px 0 20px;
}

.mayor-field-wrap dl:nth-child(9):before {
background-image: url(/resources/mayor/images/content/ico-field1-9.png);
margin: 31px 0 20px;
}

.mayor-field-wrap dl:nth-child(10):before {
background-image: url(/resources/mayor/images/content/ico-field1-10.png);
margin: 31px 0 20px;
}

.mayor-field-wrap dl dd {
font-size: 24px;
margin-top: -2px;
}

.mayor-commitment-graph {
border: 6px solid #dddddd;
position: relative;
padding: 35px 35px 45px;
}

.mayor-commitment-graph select {
position: absolute;
right: 24px;
top: 43px;
width: 160px;
height: 40px;
padding: 5px 26px 5px 12px;
font-size: 14px;
z-index: 1;
}

.mayor-title-commitment {
margin: 35px 0 10px;
}

.graph-wrap {
overflow: hidden;
position: relative;
}

.graph-inner-top {
float: left;
}

.graph-inner-top:after {
content: "";
display: block;
clear: both;
}

.graph-wrap .graph-inner1 {
float: left;
position: relative;
padding: 10px 46px 20px 0;
margin-right: 30px;
}

.graph-wrap h4 {
font-size: 20px;
font-weight: 600;
margin-bottom: 35px;
position: absolute;
left: 54px;
top: 4px;
}

.graph-wrap .graph-inner1:after {
background: url(/resources/mayor/images/content/bg-border-vertical.png) no-repeat;
height: 100%;
position: absolute;
right: 0;
top: 0;
width: 6px;
content: "";
}

.graph-wrap .graph-inner2 {
padding: 88px 0 0 0;
overflow: hidden;
}

.graph-inner2 > div {
float: left;
width: 20%;
text-align: center;
}

.assignment-wrap.toggle-content {
overflow: hidden;
padding: 30px 50px 30px;
position: relative;
}

.short-term-assignment {
float: left;
width: calc(33.333% + 69px);
}

.assignment-wrap h6 {
font-size: 20px;
text-align: center;
position: relative;
margin-bottom: 40px;
margin-top: 23px;
}

.assignment-wrap h6:before {
content: "";
width: 3px;
height: 3px;
display: inline-block;
border: 2px solid #2856b6;
border-radius: 50%;
vertical-align: middle;
margin-right: 9px;
margin-left: -2px;
}

.assignment-wrap h6:after {
content: "";
background: url(/resources/mayor/images/content/bg-border.png) no-repeat;
height: 6px;
width: 100%;
position: absolute;
left: 0;
top: 43px;
}

.assignment-wrap .future-tit {
color: #2856b6;
}

.assignment-wrap .all-tit:before {
border-color: #467010;
}

.assignment-wrap .all-tit {
color: #467010;
}

.assignment-wrap .abundant-tit:before {
border-color: #ff5c03;
}

.assignment-wrap .abundant-tit {
color: #ff5c03;
}

.assignment-wrap .harmony-tit:before {
border-color: #d40e8c;
}

.assignment-wrap .harmony-tit {
color: #d40e8c;
}

.assignment-wrap ul {
font-size: 16px;
font-weight: 600;
padding-left: 9px;
}

.assignment-wrap ul li + li {
margin-top: 14px;
}

.assignment-wrap ul li p {
font-size: 14px;
font-weight: normal;
}

.assignment-img {
position: absolute;
left: 50%;
top: 30px;
-webkit-transform: translate(-50%);
transform: translate(-50%);
}

.medium-term-assignment {
float: left;
width: 663px;
padding-left: 230px;
}

/* 고양사진관 이미지 슬라이드 */
.detail_slide_wrap {
max-width: 900px;
margin: 40px auto 0;
text-align: center;
}

.detail_slide_item img {
width: 100%;
}

.detail_slide_item a {
margin-top: 20px;
}

.detail_slide_paging {
position: relative;
text-align: center;
}

.detail_slide_list {
margin-top: 25px;
white-space: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
font-size: 0;
}

.detail_slide_list:after {
content: "";
display: block;
clear: both;
}

.detail_slide_list li {
position: relative;
display: inline-block;
}

.detail_slide_list li + li {
margin-left: 10px;
}

.detail_slide_list li.current:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(40, 92, 176, 0.5);
}

.detail_slide_prev a {
position: absolute;
top: 50%;
left: -50px;
width: 40px;
height: 40px;
margin-top: -20px;
-webkit-box-sizing: border-box;
		box-sizing: border-box;
vertical-align: middle;
background-image: url(/resources/mayor/images/content/detail_slide_prev.png);
background-repeat: no-repeat;
background-position: center;
overflow: hidden;
text-indent: -9999px;
white-space: nowrap;
}

.detail_slide_next a {
position: absolute;
top: 50%;
right: -50px;
width: 40px;
height: 40px;
margin-top: -20px;
-webkit-box-sizing: border-box;
		box-sizing: border-box;
vertical-align: middle;
background-image: url(/resources/mayor/images/content/detail_slide_next.png);
background-repeat: no-repeat;
background-position: center;
overflow: hidden;
text-indent: -9999px;
white-space: nowrap;
}

@media only all and (max-width: 1024px) {
/* 20220630 start */
/* 취임사 */
.greeting-visual {
	height: 300px;
	padding: 0 60px;
}
.greeting-visual .text01 {
	font-size: 28px;
}
.greeting-visual .text02 {
	font-size: 50px;
}
.greeting-visual .text02 span {
	font-size: 26px;
}
.greeting-content p br.t_br_none {
	display: none;
}
/* 20220630 end */
/* 부탁해요 시장님 */
.answer-area .toggle-title {
	padding-left: 45px;
	background-position: 13px 20px;
}
.answer-area .toggle-list {
	margin: 30px -13px 0;
}
.answer-area .bbs-article {
	margin: 0;
}
.bbs-article .article-subject {
	padding: 13px 13px;
	font-size: 14px;
}
.bbs-article .article-info > li {
	padding: 12px 13px;
}
.mayor-privacy .mayor-text-right {
	position: inherit;
	left: 0;
	top: 0px;
	padding: 5px 0 0 17px;
}
.please-mayor-wrap .form-middle {
	width: 100% !important;
}
.please-mayor-wrap.table-write input.form-zipcode {
	width: calc(100% - 6px) !important;
}
.please-mayor-wrap input[type=text].form-width {
	width: 100%;
}
.please-mayor-wrap .input-zipcode {
	width: 100%;
}
.please-mayor-wrap .member-wrap {
	margin: 10px 0 0;
}
.mayor-file-attach .input-group {
	width: 100%;
}
.member-address-wrap .member-wrap.three {
	position: inherit;
	top: 0;
	left: 0;
	margin: 10px 0 5px;
}
.mayor-info-date {
	padding: 20px 16px 19px;
}
.support-process {
	margin: 5px 0 15px;
	padding: 0;
}
.support-process-wrap .support-process li:first-child {
	width: 100%;
}
.support-process li {
	float: none;
	width: 100%;
	margin: 28px 0 0 0;
	padding: 10px 0;
	font-size: 14px;
}
.support-process li:first-child {
	width: 100%;
	margin-top: 0;
}
.support-process li:before {
	top: -17px;
	left: 50%;
	width: 17px;
	height: 8px;
	margin: 0 0 0 -8px;
	background-image: url(/resources/mayor/images/common/ico-arr-down-lg.png);
	background-size: cover;
}
/* 이재준의 말과 글 */
.mayor-search {
	margin-top: 20px;
}
.mayor-search .keyword-item .form-keyword {
	width: 100% !important;
}
.mayor-search form {
	margin-left: 0;
}
.mayor-talk-wrap {
	position: relative;
}
.mayor-talk-wrap:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(/resources/mayor/images/content/bg-border.png) no-repeat;
	height: 6px;
	width: 100%;
}
.mayor-talk-wrap {
	margin: 23px -13px 0;
}
.mayor-talk-inner {
	padding-bottom: 30px;
	margin-top: 20px;
}
.mayor-talk-inner:after {
	background: none;
}
.mayor-talk-inner .mayor-img {
	float: none;
	position: relative;
	padding-top: 58%;
	width: 100%;
	height: 100%;
	border: none;
}
.mayor-talk-inner .mayor-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mayor-talk-inner .mayor-info {
	padding-left: 0;
	margin-top: -23px;
	padding: 0 13px;
	min-height: 0;
}
.mayor-talk-inner .label-wrap {
	position: relative;
}
.mayor-talk-inner .mayor-info .hashtag {
	width: 55px;
	height: 55px;
	font-size: 14px;
	line-height: 14px;
	padding: 12px 5px;
}
.mayor-talk-inner .mayor-info .video {
	width: 55px;
	height: 55px;
	font-size: 14px;
	line-height: 23px;
	padding: 12px 5px;
	margin-left: 10px;
}
.mayor-talk-inner .mayor-info .talk-tit {
	font-size: 27px;
	padding-top: 10px;
	margin-top: 0;
}
.mayor-talk-inner .mayor-info .date {
	font-size: 18px;
}
/* 보도자료 */
.mayor-list-wrap {
	margin: 15px -15px 0;
}
.mayor-bbs-article .mayor-bbs-info {
	letter-spacing: 0;
}
.mayor-list-inner {
	width: calc(33.33% - 30px);
	margin: 15px;
}
/* 프로필 */
.mayor-sub .mayor-content#container #content {
	padding-left: 0;
	padding-right: 0;
}
.mayor-content#container #content-title {
	margin-bottom: 25px;
}
.mayor-content-wrap {
	width: 100%;
	padding: 0 13px;
}
.mayor-content-wrap.mayor-content-tit {
	padding: 0;
}
.mayor-profile-wrap .profile-tit {
	font-size: 22px;
	padding: 60px 0 35px 50px;
}
.mayor-profile-wrap .profile-tit span {
	color: #2856b6;
	font-size: 30px;
}
.mayor-content#container #content-title {
	width: 100%;
	padding-top: 25px;
	padding-right: 30px;
	padding-left: 13px;
}
.mayor-profile {
	padding: 15px;
}
.mayor-profile .title {
	float: none;
	font-size: 20px;
}
.mayor-profile .list li dl dt,
.mayor-profile .list li dl dd {
	font-size: 15px;
}
.mayor-profile .list li dl dd.mayor-txt {
	line-height: 18px;
}
.mayor-profile .list li dl dd.mayor-txt:before {
	top: 6px;
}
.mayor-profile .list {
	float: none;
	width: 100%;
	padding-top: 9px;
}
.mayor-profile .list li {
	margin-top: 0px;
}
.mayor-profile .bylaw {
	min-height: auto;
}
.mayor-education {
	padding: 0 13px;
}
.mayor-education-inner {
	width: 100%;
}
.mayor-education-inner h5 {
	font-size: 20px;
}
.mayor-education-inner ul {
	font-size: 15px;
}
/*  약속과 실천 */
.promise-process strong span {
	font-size: 14px;
	font-weight: 600;
	width: auto;
}
.mayor-field-wrap dl {
	width: 25%;
	min-height: auto;
}
.mayor-field-wrap dl:before {
	background-size: 56px 56px;
	margin: 20px 0 18px;
}
.mayor-field-wrap dl:nth-child(4) {
	border-bottom: 0;
	border-right: 1px solid #e0e3e9;
}
.mayor-field-wrap dl:nth-child(5) {
	border-bottom: 0;
	border-right: 0;
}
.mayor-field-wrap dl:nth-child(6) {
	border-right: 0;
	border-bottom: 0;
}
.mayor-field-wrap dl:nth-child(8) {
	border-right: 1px solid #e0e3e9;
}
.mayor-field-wrap dl:nth-child(9) {
	border-right: 0;
}
.mayor-field-wrap dl:nth-child(5):before,
.mayor-field-wrap dl:nth-child(6):before,
.mayor-field-wrap dl:nth-child(7):before,
.mayor-field-wrap dl:nth-child(8):before,
.mayor-field-wrap dl:nth-child(9):before,
.mayor-field-wrap dl:nth-child(10):before {
	margin: 20px 0 18px;
}
.mayor-field-wrap dl dd {
	padding-bottom: 10px;
}
.mayor-commitment-graph {
	border: 6px solid #dddddd;
	position: relative;
	padding: 30px 40px;
}
.mayor-commitment-graph select {
	top: 25px;
	width: 150px;
	font-size: 14px;
}
.mayor-title-commitment {
	margin: 23px 0 7px;
	font-size: 16px;
}
.graph-wrap h4 {
	position: inherit;
	text-align: center;
	left: 0;
}
.graph-inner-top {
	float: none;
	width: 100%;
	text-align: center;
}
.graph-wrap .graph-inner1 {
	/* float: none;
	text-align: center;
	padding: 0;
	margin-right: 0; */
	width: 50%;
	padding: 0 0 20px;
	margin: 50px auto 0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.graph-wrap .graph-inner1:after {
	background: url(http://www.goyang.go.kr/resources/mayor/images/content/bg-border.png) no-repeat center center;
	width: 100%;
	height: 6px;
	top: 240px;
}
.graph-wrap .graph-inner2 {
	padding: 50px 0 0;
}
.graph-inner2 > div {
	float: left;
	width: 20%;
	text-align: center;
}
.assignment-wrap.toggle-content {
	padding: 20px 40px 18px;
}
.assignment-wrap h6:before {
	margin-left: 4px;
	margin-right: 10px;
}
.assignment-wrap h6 {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: left;
}
.assignment-wrap h6:after {
	position: inherit;
	display: inline-block;
	top: 0;
}
.short-term-assignment {
	width: calc(50% - 20px);
	margin: 10px;
}
.assignment-img {
	display: none;
}
.medium-term-assignment {
	width: calc(50% - 20px);
	margin: 10px;
	padding-left: 0;
}
/* 고양사진관 이미지 슬라이드 */
.detail_slide_prev a {
	left: 0;
	z-index: 1;
}
.detail_slide_next a {
	right: 0;
	z-index: 1;
}
}
@media only all and (max-width: 767px) {
/* 부탁해요 시장님 */
.answer-area .toggle-title {
	padding-left: 40px;
	background-position: 13px 18px;
	background-size: auto 14px;
}
.survey-detail3 dd .btn {
	margin-right: 15px;
}
.mayor-privacy .mayor-text-right {
	position: inherit;
	left: 0;
	top: 0px;
	padding: 5px 0 0 4px;
}
.please-mayor-wrap .name {
	margin-left: -16px;
}
.please-mayor-wrap th {
	padding: 13px 18px;
	height: auto;
}
.please-mayor-wrap td {
	padding: 13px 18px;
	height: auto;
}
.please-mayor-modal .modal-body {
	padding: 20px 20px 30px;
}
.support-process-wrap .support-process {
	padding: 0 20px;
}
/* 이재준의 말과 글 */
.mayor-search {
	padding: 11px 13px 13px;
	margin: 20px -13px 18px;
}
.mayor-search .form-category {
	width: 100% !important;
	height: 32px;
	font-size: 13px;
}
.mayor-search .keyword-item .form-keyword {
	height: 32px;
	font-size: 13px;
}
.mayor-search .input-group .input-addon .btn {
	height: 32px;
	line-height: 32px;
}
.mayor-search .input-group .input-addon {
	padding-left: 5px;
}
.mayor-search .keyword-item {
	display: block;
	width: auto !important;
	margin: 5px 0 0 0;
}
.mayor-talk-inner {
	margin-top: 10px;
}
.mayor-talk-inner .mayor-info {
	margin-top: -30px;
}
.mayor-talk-inner .mayor-info .talk-tit {
	font-size: 24px;
	margin: 10px 0 10px;
	padding-top: 0;
}
.mayor-talk-inner .mayor-info .hashtag {
	width: 45px;
	height: 45px;
	font-size: 11px;
	line-height: 11px;
}
.mayor-talk-inner .mayor-info .video:before {
	background-size: 6px 8px;
}
.mayor-talk-inner .mayor-info .video {
	width: 45px;
	height: 45px;
	font-size: 11px;
	line-height: 16px;
	padding: 11px 5px;
}
.mayor-talk-inner .mayor-info .content {
	font-size: 15px;
}
.mayor-talk-inner .mayor-info .date {
	font-size: 15px;
	margin-top: 13px;
}
/* 보도자료 */
.mayor-list-wrap {
	margin: 15px -10px 0;
}
.mayor-list-wrap li:nth-child(2n+1) {
	clear: both;
}
.mayor-list-inner {
	width: calc(50% - 20px);
	margin: 10px;
}
.mayor-list-inner .info h3 {
	font-size: 14px;
}
.mayor-list-inner .info h4 {
	font-size: 14px;
}
.mayor-list-inner .info .date {
	font-size: 13px;
}
.mayor-list-inner .mayor-img {
	width: 100%;
}
.mayor-list-inner .mayor-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* 프로필 */
.mayor-profile {
	padding: 28px 0 20px;
}
.mayor-profile-wrap .profile-tit {
	padding: 30px 0 25px 15px;
	font-size: 16px;
}
.mayor-profile-wrap .profile-tit span {
	font-size: 22px;
}
.mayor-profile .title {
	font-size: 18px;
}
.mayor-profile .list li dl dt {
	float: none;
	width: 100%;
	font-size: 14px;
}
.mayor-profile .list li dl dd {
	float: none;
	width: 100%;
	margin-top: 5px;
	font-size: 14px;
}
.mayor-profile .list li dl dd:before {
	top: 8px;
}
.mayor-education {
	padding: 0;
	margin-top: -8px;
}
.mayor-education-inner {
	background: url(/resources/mayor/images/content/bg-mayorprofile2@2x.jpg) no-repeat right;
	padding-left: 15px;
	background-size: 150px auto;
}
.mayor-education-inner h5 {
	color: #2856b6;
	float: none;
	width: 100%;
	padding: 25px 0 10px;
	font-size: 18px;
}
.mayor-education-inner ul {
	float: none;
	width: 100%;
	padding: 0;
	font-size: 14px;
	padding-bottom: 20px;
}
.mayor-education-inner ul li {
	line-height: 30px;
}
.mayor-education-inner .bul-dot li:before {
	top: 12px;
}
.mayor-profile .bylaw h4 {
	font-size: 14px;
}
.mayor-profile .bylaw .indent {
	font-size: 13px;
}
.mayor-profile .bylaw .indent {
	margin-top: 14px;
	margin-left: 0px;
}
/*  약속과 실천  */
.counsel-process .step {
	padding: 4px 0;
	font-size: 16px;
}
.counsel-process .info > p {
	font-size: 16px;
}
.counsel-process .info > * {
	font-size: 16px;
}
.counsel-process > li + li:before {
	top: -24px;
	width: 27px;
	height: 13px;
	margin-left: -14px;
}
.counsel-process > li + li {
	margin-top: 35px;
}
.counsel-process .info {
	padding: 10px 22px;
}
.mayor-field-wrap dl {
	width: 33.33%;
	min-height: auto;
}
.mayor-field-wrap dl:before {
	background-size: 50px 50px;
	margin: 15px 0 10px;
}
.mayor-field-wrap dl:nth-child(3) {
	border-right: 1px solid #e0e3e9;
}
.mayor-field-wrap dl:nth-child(4) {
	border-right: 0;
}
.mayor-field-wrap dl:nth-child(7) {
	border-bottom: 0;
}
.mayor-field-wrap dl:nth-child(6) {
	border-right: 1px solid #e0e3e9;
}
.mayor-field-wrap dl:nth-child(8) {
	border-right: 0;
}
.mayor-field-wrap dl:nth-child(9) {
	border-right: 1px solid #e0e3e9;
}
.mayor-field-wrap dl:nth-child(4):before {
	margin: 20px 0 10px;
}
.mayor-field-wrap dl:nth-child(5):before,
.mayor-field-wrap dl:nth-child(6):before,
.mayor-field-wrap dl:nth-child(7):before,
.mayor-field-wrap dl:nth-child(8):before,
.mayor-field-wrap dl:nth-child(9):before,
.mayor-field-wrap dl:nth-child(10):before {
	margin: 20px 0 10px;
}
.mayor-field-wrap dl dd {
	font-size: 18px;
}
.mayor-commitment-graph {
	padding: 15px 20px;
}
.mayor-commitment-graph select {
	position: inherit;
	margin-bottom: 20px;
	display: block;
	top: 0;
	right: 0;
	width: 100%;
	height: 35px;
}
.mayor-title-commitment {
	margin: 23px 0 7px;
	font-size: 15px;
}
.assignment-wrap.toggle-content {
	padding: 20px 13px;
}
.graph-wrap .graph-inner1 {
	/*	float: none;
	text-align: center;
	padding: 0;	*/
}
.graph-wrap .graph-inner1:after {
	background: url(/resources/mayor/images/content/bg-border.png) no-repeat center center;
	width: 100%;
	height: 3px;
	/* top: 220px; */
}
.graph-wrap .graph-inner2 {
	padding: 38px 0 0;
}
.graph-inner2 > div {
	width: 33.333%;
	margin-bottom: 10px;
}
.assignment-wrap h6 {
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 10px;
}
.assignment-wrap ul {
	font-size: 15px;
}
.assignment-wrap ul li p {
	font-size: 13px;
}
.short-term-assignment {
	width: 100%;
	margin: 0;
}
.assignment-img {
	display: none;
}
.medium-term-assignment {
	width: 100%;
	margin: 10px 0 0;
}
.assignment-wrap h6:before {
	margin-left: 4px;
	margin-right: 5px;
	width: 4px;
	height: 4px;
}
/* 20220630 start */
/* 인사말 */
/* .greeting-wrap:after {
	display: block;
	content: '';
	clear: both;
}
.greeting-img {
	text-align: center;
}

.greeting-content h4 {
	font-size: 34px;
	line-height: 30px;
	letter-spacing: -.25px;
	font-weight: 600;
	color: #2856b6;
	margin-bottom: 30px;
	margin-top: 15px;
}

.greeting-content p {
	font-size: 15px;
	line-height: 22px;
	letter-spacing: -.25px;
	color: #333;
	padding-left: 0;
}

.greeting-content p span {
	display: inline-block;
}

.greeting-content p span.text-bold {
	display: block;
}

.greeting-content p span:last-child {
	display: block;
} */
/* 취임사 */
.greeting-visual {
	height: 150px;
	padding: 0 10px;
	margin-bottom: 30px;
}
.greeting-visual .text01 {
	font-size: 14px;
}
.greeting-visual .text02 {
	margin-top: 10px;
	font-size: 20px;
}
.greeting-visual .text02 span {
	font-size: 14px;
}
.greeting-content h4 {
	padding-left: 16px;
	font-size: 24px;
}
.greeting-content h4:before {
	top: 8px;
	width: 6px;
	height: 20px;
}
.greeting-content p {
	font-size: 18px;
}
.greeting-content p + h4 {
	margin-top: 40px;
}
/* 20220630 end */
/* 고양사진관 이미지 슬라이드 */
.detail_slide_view > div > img {
	height: auto;
	/* max-height: 200px; */
}
.detail_slide_list li + li {
	margin-left: 5px;
}
.detail_slide_list li > a > img {
	width: 150px;
	height: 100px;
}
}
@media only all and (max-width: 480px) {
/* 부탁해요 시장님 */
.survey-detail3 input[type=radio] + label {
	margin-right: 10px;
	font-size: 12px;
}
.survey-detail3 {
	padding: 10px;
}
.survey-detail3 dd .btn {
	height: 30px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 30px;
}
.survey-detail3 dd .mayor-agree input[type=checkbox] + label + input[type=checkbox],
input[type=radio] + label + input[type=radio] {
	margin-left: 0px;
}
/* 이재준의 말과 글 */
.mayor-talk-inner {
	margin-top: 0;
}
.mayor-talk-inner .mayor-info .talk-tit {
	font-size: 17px;
	margin: 5px 0 6px;
}
.mayor-talk-inner .mayor-info .content {
	font-size: 13px;
}
.mayor-talk-inner .mayor-info .date {
	font-size: 11px;
	margin-top: 10px;
}
/* 보도자료 */
.mayor-list-inner {
	width: 100%;
	margin: 30px 0 0;
}
.mayor-list-inner .info h3 {
	font-size: 14px;
}
.mayor-list-inner .info .date {
	font-size: 11px;
}
.mayor-list-wrap {
	margin: 0px -13px 0;
}
.mayor-list-inner .info {
	padding: 15px 23px 5px;
}
.mayor-list-inner .mayor-img {
	border: none;
}
/* 프로필 */
.mayor-profile-wrap {
	background: url(/resources/mayor/images/content/bg-mayorprofile@2x.jpg);
	background-size: cover;
	margin-top: -3px;
}
.mayor-profile-wrap .profile-tit {
	font-size: 14px;
	padding: 21px 13px 57px;
}
.mayor-profile-wrap .profile-tit span {
	font-size: 20px;
}
.mayor-profile .title {
	font-size: 14px;
}
.mayor-profile .list li dl {
	padding-bottom: 11.6px;
}
.mayor-profile .list li dl dt,
.mayor-profile .list li dl dd {
	font-size: 12px;
}
.mayor-profile .list li dl dd:before {
	top: 7px;
}
.mayor-education-inner {
	background: url(/resources/mayor/images/content/bg-mayorprofile2@2x.jpg) no-repeat right;
	padding-left: 15px;
	background-size: 107px auto;
}
.mayor-education-inner h5 {
	font-size: 14px;
	padding: 20px 0 3px;
}
.mayor-education-inner ul {
	font-size: 12px;
	padding-bottom: 14px;
}
.mayor-education-inner ul li {
	line-height: 26px;
}
.mayor-profile .list li dl dd.mayor-txt {
	margin-top: 3.5px;
}
.mayor-education-inner .bul-dot li:before {
	top: 11px;
}
.mayor-profile .bylaw {
	padding: 15px 8px 15px 13px;
	margin: 13px 0px 13px -9px;
	border: 3px solid #dddddd;
}
.mayor-profile .bylaw h4 {
	font-size: 12px;
}
.mayor-profile .bylaw .indent {
	font-size: 12px;
	margin-top: 10px;
}
.mayor-profile .bylaw li {
	line-height: 18px;
}
.mayor-field-wrap dl {
	width: 50%;
	min-height: auto;
}
.mayor-field-wrap dl:before {
	background-size: 40px 40px;
	margin: 10px 0 5px;
}
.mayor-field-wrap dl:nth-child(2),
.mayor-field-wrap dl:nth-child(4),
.mayor-field-wrap dl:nth-child(8) {
	border-right: 1px solid #e0e3e9;
}
.mayor-field-wrap dl:nth-child(3) {
	border-right: 0;
}
.mayor-field-wrap dl:nth-child(9) {
	border-right: 0;
}
.mayor-field-wrap dl:nth-child(10) {
	border-top: 0;
}
.mayor-field-wrap dl:nth-child(3):before,
.mayor-field-wrap dl:nth-child(4):before,
.mayor-field-wrap dl:nth-child(5):before,
.mayor-field-wrap dl:nth-child(6):before,
.mayor-field-wrap dl:nth-child(7):before,
.mayor-field-wrap dl:nth-child(8):before,
.mayor-field-wrap dl:nth-child(9):before,
.mayor-field-wrap dl:nth-child(10):before {
	margin: 10px 0 5px;
}
.mayor-field-wrap dl dd {
	font-size: 18px;
}
.mayor-commitment-graph {
	margin-top: 20px;
	border: 3px solid #dddddd;
	padding: 10px 7.5px 0;
}
.mayor-commitment-graph select {
	position: inherit;
	margin-bottom: 10px;
	display: block;
	top: 0;
	right: 0;
}
.box-info-manyfasto {
	padding: 150px 30px 26px 30px;
	background-position: 50% 35px;
}
.graph-wrap h4 {
	margin-bottom: 5px;
}
.graph-wrap .graph-inner2 {
	margin: 2px -6px;
}
.graph-inner2 > div {
	width: 50%;
	margin-bottom: 20px;
}
.graph-inner2 > div:last-child {
	margin-bottom: 15px;
}
.assignment-wrap ul li + li {
	margin-top: 8px;
}
.assignment-wrap.toggle-content {
	padding: 15px 13px;
}
.assignment-wrap h6 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: -5px;
}
.assignment-wrap ul {
	font-size: 13px;
}
.assignment-wrap ul li p {
	font-size: 12px;
}
.assignment-wrap h6:before {
	margin-left: 4px;
	margin-right: 5px;
	width: 4px;
	height: 4px;
}
.assignment-wrap h6:after {
	height: 3px;
	top: -7px;
}
/* 20220630 start */
/* 인사말 */
/* .greeting-wrap:after {
	display: block;
	content: '';
	clear: both;
}

.greeting-wrap > div {
	float: none;
	width: 100%;
}

.greeting-img {
	text-align: center;
}

.greeting-content h4 {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: -.25px;
	font-weight: 600;
	color: #2856b6;
	margin-bottom: 30px;
	margin-top: 15px;
}

.greeting-content p {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -.25px;
	color: #333;
	padding-left: 0;
}

.greeting-content p span {
	display: inline-block;
}

.greeting-content p span.text-bold {
	display: block;
}

.greeting-content p span:last-child {
	display: block;
} */
/* 취임사 */
.greeting-content h4 {
	padding-left: 16px;
	font-size: 20px;
}
.greeting-content h4:before {
	top: 5px;
}
.greeting-content p {
	font-size: 16px;
}
.greeting-content .sign {
	margin-top: 30px;
	font-size: 16px;
}
.greeting-content .sign span {
	font-size: 26px;
}
/* 20220630 end */
}
/** 20190214 공약과 실천 탭메뉴 추가 */
.table_box {
margin-top: 50px;
}

.table_box > ul > li {
float: left;
width: 32%;
margin-right: 2%;
}

.table_box > ul > li:last-child {
margin-right: 0;
}

.table_box > ul:after {
display: block;
content: "";
clear: both;
}

.table_box table tr th {
text-align: center;
}

.support-process02 li {
background-color: transparent;
}

.support-process02 li p {
background-color: #f8f8f8;
border: 1px solid #dcdcdc;
border-radius: 0 0 3px 3px;
-webkit-box-sizing: border-box;
		box-sizing: border-box;
border-top: 0;
font-size: 16px;
letter-spacing: -0.05em;
color: #444444;
font-weight: normal;
height: 63px;
line-height: 63px;
}

.support-process02 li p:first-child {
background-color: #6089da;
color: #fff;
min-height: 69px;
border: 0;
border-radius: 3px 3px 0 0;
font-size: 16px;
font-weight: normal;
line-height: 22px;
letter-spacing: -0.05em;
padding-top: 12px;
}

.support-process02 li p.lh_40 {
line-height: 40px;
}

.promiseCon > p {
text-align: center;
}

.promiseCon > ul > li {
width: 293px;
height: 215px;
margin-right: 8px;
float: left;
color: #fff;
}

.promiseCon > ul > li:last-child {
margin-right: 0;
}

.promiseCon > ul:after {
display: block;
content: "";
clear: both;
}

.promiseCon > ul {
margin-top: 42px;
}

.bg_blue {
background-color: #00b5ef;
}

.bg_gr {
background-color: #9aaf4f;
}

.bg_or {
background-color: #f58233;
}

.bg_pink {
background-color: #d40e8c;
}

.promise_title {
height: 104px;
}

.promise_title > span {
font-size: 18px;
font-weight: bold;
padding: 2px 10px;
}

.promise_title p {
background-repeat: no-repeat;
background-position: left;
font-size: 16px;
line-height: 28px;
letter-spacing: -0.05em;
margin-left: 40px;
}

.promise_title p span {
font-size: 22px;
font-weight: bold;
}

.promise_text {
border-top: 2px dotted rgba(255, 255, 255, 0.5);
text-align: center;
font-size: 16px;
line-height: 22px;
letter-spacing: -0.05em;
padding-top: 15px;
}

.bg_blue .promise_title p {
background-image: url("/resources/mayor/images/content/prom_bg01.png");
padding-left: 55px;
}

.bg_gr .promise_title p {
background-image: url("/resources/mayor/images/content/prom_bg02.png");
padding-left: 67px;
}

.bg_or .promise_title p {
background-image: url("/resources/mayor/images/content/prom_bg03.png");
padding-left: 59px;
}

.bg_pink .promise_title p {
background-image: url("/resources/mayor/images/content/prom_bg04.png");
padding-left: 63px;
}

.sns-list {
margin-bottom: 100px;
}

.sns-list dl {
float: left;
margin-left: 10px;
position: relative;
}

.sns-list dd {
text-align: center;
}

@media only all and (max-width: 1024px) {
.table_box > ul > li {
	float: none;
	width: 100%;
	margin-right: 0;
}
.promiseCon > ul {
	width: 596px;
	margin: 42px auto 0;
}
.promiseCon > ul > li {
	margin-bottom: 8px;
}
.promiseCon > ul > li:nth-child(2n) {
	margin-right: 0;
}
}
@media only all and (max-width: 767px) {
.table_box > ul > li {
	float: none;
	width: 100%;
	margin-right: 0;
}
.promiseCon > ul {
	width: 100%;
	margin: 42px auto 0;
}
.promiseCon > ul > li {
	margin: 0 auto 8px;
	float: none;
}
.promiseCon > ul > li:nth-child(2n) {
	margin-right: inherit;
}
}
/* 20220715 한눈에 보는 공약 */
.article-detail {
padding: 33px 28px 40px;
border-bottom: 1px solid #bbbcbf;
line-height: 28px;
background-color: #fafafa;
}

.news-detail {
overflow: hidden;
}

.news-detail a {
margin: 7px 0px 7px 10px;
max-width: 350px;
}

.news-detail .news-cover {
float: left;
}

.news-detail .news-cover img {
border: 1px solid #e4e4e4;
}

.news-detail .news-cover .btn-group {
margin-top: 20px;
text-align: center;
}

.news-detail .news-content {
margin-left: 700px;
border-top: 2px solid #61646c;
}

@media only all and (max-width: 1024px) {
.news-detail .news-cover img {
	width: 535px;
}
.news-detail .news-content {
	margin-left: 550px;
}
}
@media only all and (max-width: 768px) {
.news-detail .news-cover img {
	width: 220px;
}
.news-detail .news-content {
	margin-left: 280px;
}
}
@media only all and (max-width: 480px) {
.news-detail .news-cover {
	float: none;
	margin: auto 0;
}
.news-detail .news-content {
	margin-left: 0;
	margin-top: 20px;
}
}
.inaugural {
max-width: 1400px;
}
.inaugural #content-title {
position: relative;
text-align: center;
margin-bottom: 80px;
padding-top: 76px;
font-size: 40px;
font-weight: 800;
letter-spacing: -1px;
}
.inaugural #content-title:after {
position: absolute;
bottom: -80px;
left: 0;
display: inline-block;
width: 100%;
height: 1px;
border-bottom: 1px solid #e5e5e5;
content: "";
}
.inaugural .greeting-area {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 40px;
}
.inaugural .greeting-area + .greeting-area::before {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 100%;
height: 4px;
background: url(/resources/mayor/images/content/bg_content_line.png) no-repeat;
background-size: cover;
content: "";
}
.inaugural .greeting-area.bg {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
margin-bottom: 65px;
padding-top: 20px;
}
.inaugural .greeting-area.bg .greeting-content {
position: relative;
width: 100%;
}
.inaugural .greeting-area.bg .greeting-content.bg-type01::after {
position: absolute;
top: 211px;
right: -121px;
display: inline-block;
width: 520px;
height: 521px;
background: url(/resources/mayor/images/content/bg_greeting_visual_02.png) no-repeat;
background-size: cover;
content: "";
z-index: -1;
}
.inaugural .greeting-area.bg .greeting-content.bg-type02::after {
position: absolute;
top: 68px;
right: 0;
display: inline-block;
width: 725px;
height: 304px;
background: url(/resources/mayor/images/content/bg_greeting_visual_03.png) no-repeat;
background-size: cover;
content: "";
z-index: -1;
}
.inaugural .greeting-area.bg .greeting-content.bg-type03::after {
position: absolute;
top: 60px;
right: -73px;
display: inline-block;
width: 450px;
height: 374px;
background: url(/resources/mayor/images/content/bg_greeting_visual_04.png) no-repeat;
background-size: cover;
content: "";
z-index: -1;
}
.inaugural .greeting-area.bg .greeting-content.bg-type04::after {
position: absolute;
top: 210px;
right: 0;
display: inline-block;
width: 148px;
height: 56px;
background: url(/resources/mayor/images/content/bg_greeting_visual_05.png) no-repeat;
background-size: cover;
content: "";
z-index: -1;
}
.inaugural .greeting-area.bg .greeting-content .sign {
display: inline-block;
margin-top: 48px;
font-size: 20px;
font-weight: 600;
line-height: 2.1rem;
color: #666;
}
.inaugural .greeting-area.bg .greeting-content .sign span {
margin-left: 4px;
font-size: 26px;
letter-spacing: -4px;
line-height: 2.375rem;
color: #333;
}
.inaugural .greeting-area .greeting-content {
width: 850px;
padding: 12px 0 0;
}
.inaugural .greeting-area .greeting-content h4 {
margin-bottom: 28px;
font-size: 26px;
letter-spacing: -1px;
line-height: 2.375rem;
color: #333;
font-weight: 600;
}
.inaugural .greeting-area .greeting-content h4::before {
top: 6px;
background-color: #3a51cf;
}
.inaugural .greeting-area .greeting-content p {
font-size: 16px;
letter-spacing: -0.3px;
line-height: 1.5rem;
color: #333;
}
.inaugural .greeting-area .greeting-content p + h4 {
margin-top: 45px;
}
.inaugural .greeting-area .greeting-visual {
position: absolute;
top: 50px;
right: -160px;
width: 870px;
height: 835px;
padding: 0;
z-index: -1;
}
.inaugural .greeting-area .greeting-visual img {
width: 100%;
height: 100%;
}
@media (min-width: 1025px) {
.inaugural.inaugural {
	width: 100%;
}
.inaugural br.t_br_none {
	display: none;
}
}
@media (max-width: 1024.98px) {
.inaugural #content {
	padding: 0 15px 0 15px;
}
.inaugural br.p_br_none {
	display: none;
}
.inaugural #content-title {
	text-align: left;
	margin-bottom: 0px;
	padding-top: 27px;
	font-size: 24px;
}
.inaugural #content-title:after {
	content: none;
}
.inaugural .greeting-area {
	padding-top: 3px;
	margin-bottom: 35px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}
.inaugural .greeting-area + .greeting-area::before {
	width: 100%;
	height: 3px;
	background: url(/resources/mayor/images/content/bg_content_line.png) no-repeat;
	background-size: cover;
	content: "";
}
.inaugural .greeting-area.bg {
	padding-top: 3px;
	margin-bottom: 35px;
}
.inaugural .greeting-area.bg .greeting-content.bg-type01::after {
	content: none;
}
.inaugural .greeting-area.bg .greeting-content.bg-type02::after {
	content: none;
}
.inaugural .greeting-area.bg .greeting-content.bg-type03::after {
	content: none;
}
.inaugural .greeting-area.bg .greeting-content.bg-type04::after {
	content: none;
}
.inaugural .greeting-area.bg .greeting-content .sign {
	font-size: 18px;
	line-height: 2.1rem;
}
.inaugural .greeting-area.bg .greeting-content .sign span {
	margin-left: 3px;
	font-size: 24px;
}
.inaugural .greeting-area .greeting-content {
	width: 100%;
	padding: 12px 0 0;
	-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
			order: 2;
}
.inaugural .greeting-area .greeting-content h4 {
	padding-left: 10px;
	margin-bottom: 2px;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 2rem;
}
.inaugural .greeting-area .greeting-content h4::before {
	top: 4px;
	background-color: #3a51cf;
}
.inaugural .greeting-area .greeting-content p {
	font-size: 16px;
	letter-spacing: -0.8px;
	line-height: 1.56rem;
}
.inaugural .greeting-area .greeting-content p + h4 {
	margin-top: 30px;
}
.inaugural .greeting-area .greeting-visual {
	position: inherit;
	top: 30px;
	left: -20px;
	right: 0;
	width: calc(100% + 30px);
	height: 100%;
	margin-bottom: 35px;
	padding: 0;
	z-index: 0;
	-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
			order: 1;
}
}

.profile {
max-width: 1400px;
}
.profile #content-title {
position: relative;
text-align: center;
margin-bottom: 80px;
padding-top: 76px;
font-size: 40px;
font-weight: 800;
letter-spacing: -1px;
}
.profile #content-title:after {
position: absolute;
bottom: -80px;
left: 0;
display: inline-block;
width: 100%;
height: 1px;
border-bottom: 1px solid #e5e5e5;
content: "";
z-index: -1;
}
.profile .profile-wrap .profile-visual {
position: relative;
margin-bottom: 0;
}
.profile .profile-wrap .profile-visual::before {
position: absolute;
top: -90px;
left: 0;
display: inline-block;
width: 100%;
height: 560px;
background: url(/resources/mayor/images/content/bg_profile_visual_2026.png) no-repeat;
background-size: cover;
background-position: center center;
content: "";
z-index: -1;
}
.profile .profile-wrap .profile-visual .text-area {
width: 55%;
height: 410px;
padding-top: 130px;
z-index: 10;
}
.profile .profile-wrap .profile-visual .text-area .text01 {
font-size: 38px;
letter-spacing: 2px;
line-height: 4.7rem;
color: #666;
text-align: center;
}
.profile .profile-wrap .profile-visual .text-area .text01 span {
position: relative;
margin-right: -13px;
font-size: 76px;
font-weight: 800;
letter-spacing: 3px;
color: #333;
}
.profile .profile-wrap .profile-visual .text-area .text01 span:after {
position: absolute;
display: inline-block;
bottom: 0;
left: 0;
width: 210px;
height: 20px;
background-color: #dbe3ff;
content: "";
z-index: -1;
}
.profile .profile-content {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
		flex: 1 1 auto;
-webkit-box-pack: justify;
	-ms-flex-pack: justify;
		justify-content: space-between;
width: 100%;
margin-bottom: 40px;
}
.profile .profile-content .profile-list {
position: relative;
display: inline-block;
width: 33.3%;
height: auto;
}
.profile .profile-content .profile-list.profile-list {
margin-left: 10px;
}
.profile .profile-content .profile-list dt {
position: absolute;
display: inline-block;
left: calc(50% - 60px);
width: 120px;
height: 120px;
padding-top: 66px;
border-radius: 60px;
background-color: #fff;
border: 2px solid #4161c9;
text-align: center;
}
.profile .profile-content .profile-list dt h4 {
font-size: 18px;
font-weight: 600;
line-height: 2.25rem;
color: #333;
}
.profile .profile-content .profile-list dt h4.ability::before {
position: absolute;
top: 22px;
left: calc(50% - 20.5px);
display: inline-block;
width: 41px;
height: 40px;
background: url(/resources/mayor/images/content/ico_ability.png) no-repeat;
background-size: cover;
content: "";
}
.profile .profile-content .profile-list dt h4.profile::before {
position: absolute;
top: 22px;
left: calc(50% - 20.5px);
display: inline-block;
width: 41px;
height: 40px;
background: url(/resources/mayor/images/content/ico_profile.png) no-repeat;
background-size: cover;
content: "";
}
.profile .profile-content .profile-list dt h4.book::before {
position: absolute;
top: 22px;
left: calc(50% - 20.5px);
display: inline-block;
width: 41px;
height: 40px;
background: url(/resources/mayor/images/content/ico_book.png) no-repeat;
background-size: cover;
content: "";
}
.profile .profile-content .profile-list dd {
margin-top: 60px;
width: 100%;
height: auto;
min-height: 320px;
padding: 88px 40px 28px 40px;
background-color: #fff;
border: 1px solid #e5e5e5;
}
.profile .profile-content .profile-list dd ul li {
position: relative;
padding-left: 10px;
font-size: 16px;
line-height: 2.1rem;
letter-spacing: 0.02em;
color: #333;
}
.profile .profile-content .profile-list dd ul li::before {
position: absolute;
left: 0;
display: inline-block;
content: "-";
}
@media (min-width: 1025px) {
.profile.profile {
	width: 100%;
}
.profile br.t_br_none {
	display: none;
}
}
@media (max-width: 1024.98px) {
.profile.profile {
	padding-bottom: 50px;
}
.profile #content {
	padding: 0 15px 0 15px;
}
.profile #content-title {
	text-align: left;
	margin-bottom: 0px;
	padding-top: 27px;
	font-size: 24px;
}
.profile #content-title:after {
	content: none;
}
/*
.profile .profile-wrap .profile-visual {
	position: relative;
	margin-bottom: 0;
	width: 100%;
	height: 265px;
}
.profile .profile-wrap .profile-visual::before {
	top: 0;
	left: auto;
	right: -9px;
	width: 330px;
	height: 100%;
	background: url(/resources/mayor/images/content/bg_profile_visual_mobile_01.png) no-repeat;
	background-size: cover;
	z-index: -1;
}
*/
.profile .profile-wrap .profile-visual {
	position: relative;
	width: 100%;
	height: 265px;
	overflow: visible;
}

.profile .profile-wrap .profile-visual::before {
	content: "";
	position: absolute;
	top: 0;
	right: -9px;
	left: auto;
	width: 330px;
	height: 100%;
	background: url(/resources/mayor/images/content/bg_profile_visual_mobile_2026.png) no-repeat;
	background-size: contain;
	background-position: right bottom;
	z-index: 0;
}

.profile .profile-wrap .profile-visual .text-area {
	position: relative;
	z-index: 1;
}


.profile .profile-wrap .profile-visual .text-area {
	width: 278px;
	height: 130px;
	padding-top: 97px;
	z-index: 10;
}
.profile .profile-wrap .profile-visual .text-area .text01 {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 1.8rem;
	text-align: left;
}
.profile .profile-wrap .profile-visual .text-area .text01 span {
	position: relative;
	margin-right: -6px;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 1px;
}
.profile .profile-wrap .profile-visual .text-area .text01 span:after {
	bottom: 0;
	left: 0;
	width: 83px;
	height: 7.5px;
/* background-color: #f2c5cf; */
	content: "";
	z-index: -1;
}
.profile .profile-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-bottom: 0;
}
.profile .profile-content .profile-list {
	width: 100%;
	height: auto;
}
.profile .profile-content .profile-list + .profile-list {
	margin-top: 15px;
}
.profile .profile-content .profile-list:last-child dd {
	padding: 39px 25px 38px 54px;
}
.profile .profile-content .profile-list dt {
	left: 0;
	top: 50%;
	width: 80px;
	height: 80px;
	padding-top: 31px;
	border-radius: 40px;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
}
.profile .profile-content .profile-list dt h4 {
	font-size: 15px;
	line-height: 2.4rem;
}
.profile .profile-content .profile-list dt h4.ability::before {
	top: 13px;
	left: calc(50% - 12.5px);
	width: 25px;
	height: 24px;
	background: url(/resources/mayor/images/content/ico_ability.png) no-repeat;
	background-size: cover;
}
.profile .profile-content .profile-list dt h4.profile {
	line-height: 1.2rem;
}
.profile .profile-content .profile-list dt h4.profile::before {
	top: 6px;
	left: calc(50% - 12.5px);
	width: 25px;
	height: 24px;
	background: url(/resources/mayor/images/content/ico_profile.png) no-repeat;
	background-size: cover;
}
.profile .profile-content .profile-list dt h4.book::before {
	top: 16px;
	left: calc(50% - 12.5px);
	width: 25px;
	height: 24px;
	background: url(/resources/mayor/images/content/ico_book.png) no-repeat;
	background-size: cover;
}
.profile .profile-content .profile-list dd {
	margin-left: 40px;
	margin-top: 0px;
	width: calc(100% - 40px);
	height: auto;
	min-height: 80px;
	padding: 19px 25px 18px 54px;
}
.profile .profile-content .profile-list dd ul li {
	font-size: 16px;
	line-height: 1.2rem;
}
.profile .profile-content .profile-list dd ul li + li {
	padding-top: 6px;
}
}

.greeting {
max-width: 1400px;
}
.greeting #content {
padding-bottom: 0;
}
.greeting #content-title {
position: relative;
text-align: center;
margin-bottom: 80px;
padding-top: 76px;
font-size: 40px;
font-weight: 800;
letter-spacing: -1px;
}
.greeting .greeting-wrap {
position: relative;
width: 100%;
height: auto;
}
.greeting .greeting-wrap::before {
position: absolute;
top: 0px;
right: 0;
display: inline-block;
width: 1661px;
height: 480px;
background-size: cover;
background-position: top center;
content: "";
z-index: -1;
}
.greeting .greeting-wrap::after {
position: absolute;
bottom: 0px;
right: calc(50% + 58.5px);
display: inline-block;
width: 965px;
height: 100%;
background: url(/resources/mayor/images/content/bg_greeting_2026.png) no-repeat;
background-size: cover;
background-position: top center;
content: "";
z-index: -1;
}
.greeting .greeting-content {
width: 100%;
padding-left: 45%;
}
.greeting .greeting-content .sub-title {
padding: 60px 0 47px;
}
.greeting .greeting-content .sub-title .title1 {
font-size: 36px;
letter-spacing: -1px;
line-height: 50px;
color: #111;
}
.greeting .greeting-content .sub-title .title1 span {
font-size: 44px;
font-weight: 800;
letter-spacing: -1px;
line-height: 3.375rem;
}
.greeting .greeting-content .text-area {
width: 100%;
max-width: 770px;
background: #fff;
padding: 35px 10px 0 48px;
}
.greeting .greeting-content .text-area p {
padding-bottom: 28px;
font-size: 18px;
letter-spacing: -0.6px;
line-height: 1.75rem;
color: #333;
font-weight:600;
}
.greeting .greeting-content .text-area .sign {
display: block;
text-align: right;
margin-top: 0px;
font-size: 20px;
font-weight: 600;
line-height: 2.4rem;
color: #333;
}
.greeting .greeting-content .text-area .sign span {
margin-left: 4px;
font-size: 24px;
letter-spacing: -3px;
line-height: 2.375rem;
color: #333;
}
@media (min-width: 1025px) {
.greeting.greeting {
	width: 100%;
}
.greeting br.t_br_none {
	display: none;
}
}
@media (max-width: 1024.98px) {
.greeting.greeting {
	padding-bottom: 0;
}
.greeting #content {
	padding: 0 15px 0 15px;
}
.greeting #content-title {
	text-align: left;
	margin-bottom: 0px;
	padding-top: 27px;
	font-size: 24px;
}
.greeting .greeting-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.greeting .greeting-wrap::before {
	content: none;
}
.greeting .greeting-wrap::after {
	position: absolute;
	bottom: 0px;
	left: -15px;
	width: calc(100% + 30px);
	background: url(/resources/mayor/images/content/bg_greeting_moblie_2026.png) no-repeat;
	background-size: 100%;
	background-position: bottom center;
	z-index: -1;
}
.greeting .greeting-content {
	width: 100%;
	margin-bottom: 99%;
	padding: 0;
}
.greeting .greeting-content .sub-title {
	padding: 37px 3px 20px;
}
.greeting .greeting-content .sub-title .title1 {
	font-size: 20px;
	letter-spacing: -2px;
	line-height: 1.8rem;
}
.greeting .greeting-content .sub-title .title1 span {
	font-size: 24px;
	letter-spacing: -1.5px;
	line-height: 1.8rem;
}
.greeting .greeting-content .text-area {
	width: 100%;
	max-width: 100%;
	background: none;
	padding: 0;
}
.greeting .greeting-content .text-area p {
	padding-bottom: 28px;
	font-size: 16px;
	letter-spacing: -0.6px;
	line-height: 1.5rem;
}
.greeting .greeting-content .text-area .sign {
	font-size: 18px;
	line-height: 2.1rem;
}
.greeting .greeting-content .text-area .sign span {
	margin-left: 3px;
	font-size: 24px;
}
.greeting br.t_br_none {
	display: block;
}
}

.inaugural-top{position: relative;height: 400px;background: url('/resources/mayor/images/content/mgs2.jpg') no-repeat right bottom;background-size: 100% auto;}
.inaugural-tbox > div{display: none;}
.inaugural-tbox{text-align: left;display: table;width: 100%;height: 400px;}
.inaugural-tbox > dl{padding-top: 60px;display: table-cell;vertical-align: middle;padding-left: 3%;position: relative;z-index: 3;color: #fff;}
.inaugural-tbox > dl dt{font-size: 30px;font-weight: bold;margin-bottom: 15px;}
.inaugural-tbox > dl dd{font-size: 18px;line-height: 1.6;}
.inaugural-fbox{padding: 50px 3%;}
.inaugural-fbox.bg1{background: url('/resources/mayor/images/content/ipic1.png') no-repeat right bottom 30px;background-size: 320px auto;}
.inaugural-fbox.bg2{background: url('/resources/mayor/images/content/ipic2.png') no-repeat right bottom 30px;background-size: 320px auto;}
.inaugural-fbox.bg3{background: url('/resources/mayor/images/content/ipic3.png') no-repeat right bottom 30px;background-size: 320px auto;}
.ina-lines{margin: 5px 0;position: relative;font-size: 0;}
.ina-lines:after{content: "";position: absolute;left: 12px;top: 3px;height: 1px;width: calc(100% - 12px);max-width: 420px;background: #4161c9;}
.ina-lines > span{display: inline-block;width: 7px;height: 7px;border-radius: 100%;background: #4161c9;}
.inaugural-fbox > .b-titles{font-size: 30px;color: #4161c9;font-weight: bold;margin-bottom: 5px;}
.inaugural-fbox > .s-title{font-size: 23px;color: #333;font-weight: bold;margin-top: 40px;margin-bottom: 5px;}
.inaugural-fbox > ul li{font-size: 18px;color: #333;line-height: 1.6;}
.inaugural-fbox > ul li span{color: #000;font-size: 23px;font-weight: 500;}
.inaugural-fbox > ul li.mt{margin-top: 40px;}

@media only all and (max-width:1024px) {
	.inaugural-top{height: auto;background: none;}
	.inaugural-tbox{display: block;height: auto;}
	.inaugural-tbox > div{display: block;}
	.inaugural-tbox > dl{padding-top: 0;display: block;color: #333;margin-top: 30px;padding-right: 3%;}
	.inaugural-tbox > dl dt{font-size: 23px;}
	.inaugural-tbox > dl dd{font-size: 16px;}
	.inaugural-fbox{padding: 40px 4%;}
	.inaugural-fbox.bg1{background: none;}
	.inaugural-fbox.bg2{background: none;}
	.inaugural-fbox.bg3{background: none;}
	.inaugural-fbox > .b-titles{font-size: 23px;}
	.inaugural-fbox > .s-title{font-size: 18px;margin-top: 25px;}
	.inaugural-fbox > ul li{font-size: 16px;}
	.inaugural-fbox > ul li.mt{margin-top: 25px;}
	.inaugural-fbox > ul li br{display: none;}
}