@charset "UTF-8";
.bg-btn-primary {
  background-color: #256EF4;
}
.bg-btn-primary:hover {
  background-color: #0B50D0;
}

.bg-btn-secondary {
  background-color: #ECF2FE;
}
.bg-btn-secondary:hover {
  background-color: #D8E5FD;
}

.bg-btn-tertiary {
  background-color: #ffffff;
}
.bg-btn-tertiary:hover {
  background-color: #f0f0f0;
}

.bg-btn-disabled {
  background-color: #CDD1D5;
}
.bg-btn-black {
  background-color: #222222;
}
.bg-badge-primary {
  background-color: #8C006E;
}
.bg-badge-secondary {
  background-color: #063A74;
}
.bg-badge-tertiary {
  background-color: #6D7882;
}
.bg-badge-point {
  background-color: #D63D4A;
}
.bg-badge-danger {
  background-color: #DE3412;
}
.bg-badge-warning {
  background-color: #FFB114;
}
.bg-badge-success {
  background-color: #228738;
}
.bg-badge-info {
  background-color: #0B78CB;
}
.bg-badge-search {
  background-color: #FFF2FC;
}
.textcolor-basic {
  color: #1E2124;
}

.textcolor-subtle {
  color: #464C53;
}

.textcolor-bolder {
  color: #131416;
}

.textcolor-primary {
  color: #0B50D0;
}

.textcolor-secondary {
  color: #052b57;
}

.textcolor-information {
  color: #096AB3;
}

.textcolor-sedonary_dark {
  color: #374058;
}

.textcolor-danger {
  color: #BD2C0F;
}

.textcolor-body_secondary {
  color: #444;
}

.textcolor-sg {
  color: #A50082;
}

.textcolor-static {
  color: #1E2124;
}

.textcolor-disabled {
  color: #B1B8BE;
}

.russian {
  font-size: 15px;
  font-family: "Times New Roman" !important;
  word-break: break-all;
}

.patternLine {
  margin-top: 35px;
  height: 5px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/bg_diagonal_line.png) 0 0 repeat-x;
}

.n-kp-all {
  word-break: break-all !important;
}

.ml_5 {
  margin-left: 5px !important;
}

.mr_5 {
  margin-right: 5px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

/* 20200402 start */
.login_box {
  float: left;
  width: calc(50% - 25px);
  margin-left: 50px;
  margin-bottom: 40px;
}

.ltitle {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 19px;
  color: #555;
}

.stxt {
  margin-bottom: 15px;
  word-break: keep-all;
}

.loginWrap {
  margin: 0;
  text-align: center;
  border: 1px solid #e4e4e4;
  border-top: 2px solid #3f5f9c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.loginForm {
  padding: 25px 0 0;
}

.findForm {
  padding: 68px 0 68px;
}

.findForm2 {
  padding: 27px 0;
}

.monitorForm {
  padding: 25px 0;
} /* 20200605 */
/* 20200528 end */
/* custom Group start */
/* custom Group end */
/* 본인인증 */
/* 20201130 start */
.info_box > dt {
  position: relative;
  background: #3f5f9c;
  height: 46px;
}

.info_box > dt .btn_detail {
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.info_box > dt .tit {
  padding: 0 20px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

.info_box > dt .action {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  display: inline-block;
  width: 30px;
  height: 6px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/arr_select2.png) 100% center no-repeat;
}

.info_box > dd {
  display: none;
  padding: 15px;
  border: 1px solid #ebebeb;
  border-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

.info_box.on > dd {
  display: block;
}

.info_box.on .action {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 20px;
}

/* 20201130 end */
/* 20200402 end */
/* 회원가입 */
/*뷰어다운로드*/
.viewerList {
  margin-top: 30px;
}

.viewerList dt {
  padding: 8px 18px;
  font-weight: bold;
  font-size: 19px;
  color: #3f5f9c;
  border: 1px solid #b8c2d6;
  background-color: #cfd7e6;
}

.viewerList dd {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #e4e4e4;
  border-top: 0;
}

.viewerList img {
  display: block;
  float: left;
  margin-right: 30px;
}

.viewerList p {
  float: left;
}

.viewerList strong {
  display: block;
  margin-bottom: 10px;
}

/*배너광장*/
.banner_lst {
  display: inline-block;
  margin-left: -20px;
}

.banner_lst:after, .organ_lst:after {
  content: "";
  display: block;
  clear: both;
}

.banner_lst li {
  float: left;
  width: 130px;
  height: 40px;
  margin: 0 0 20px 20px;
}

.banner_lst a {
  display: block;
  width: 130px;
  height: 40px;
}

/*관련기관*/
.organ_lst {
  padding: 15px;
  background-color: #f3f4f8;
}

.organ_lst li {
  float: left;
  width: 25%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.organ_lst a {
  display: block;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}

.organ_lst a:hover, .organ_lst a:focus {
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.05em;
  background-color: #3f5f9c;
}

.siteShortcutList {
  padding: 10px;
  background-color: #f3f4f8;
}

.siteShortcutList table {
  border-spacing: 10px;
}

.siteShortcutList table td {
  text-align: center;
  word-break: break-all;
  empty-cells: hide;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}

.siteShortcutList table a {
  display: block;
  height: 100%;
  padding: 10px 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.siteShortcutList table td.empty {
  border: none;
  background-color: #f3f4f8;
}

/* 성남소개 */
.symbol {
  position: relative;
  padding-left: 300px;
}

.symbol .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #e4e4e4;
}

.symbol.city {
  min-height: 270px;
}

.symbol.design {
  min-height: 190px;
  padding-left: 220px;
}

.symbol.design .box {
  width: 150px;
  padding: 20px;
}

.simbolObject {
  position: relative;
  min-height: 178px;
  margin-bottom: 30px;
  padding-left: 220px;
}

.simbolObject .img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 178px;
  height: 178px;
  border-radius: 50%;
}

.simbolObject .desc {
  padding-top: 30px;
}

.citySong {
  padding: 15px 0;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/bg_diagonal_line.png) 0 0 repeat-x, url(/humanframe/_resource/incdlue/cmm_new/image/common/bg_diagonal_line.png) 0 100% repeat-x;
}

.citySong .audioArea {
  float: left;
  position: relative;
  height: 62px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_song.gif) 0 0 no-repeat;
}

.citySong .audioArea audio {
  display: inline-block;
  max-width: 400px;
  height: 59px;
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .citySong .audioArea audio {
    margin-top: 2px;
  }
}
.citySong .downloadArea {
  float: right;
  margin: 15px 0;
}

.songPaper {
  margin: 30px 0;
  text-align: center;
}

.calligraphy .box {
  float: left;
  width: 46%;
  margin-right: 4%;
  padding: 20px;
  text-align: center;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.calligraphy .desc {
  float: left;
  width: 50%;
  margin-top: 10px;
}

.calligraphy .desc p:first-child {
  font-size: 16px;
}

.calligraphy.design .box {
  width: 40%;
}

.symbolStandard .box {
  float: left;
  width: 50%;
  margin-top: 30px;
}

.symbolStandard .box:first-child {
  width: 46%;
  margin-right: 4%;
}

.symbolStandard .box .img {
  padding: 10px;
  text-align: center;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slogun.design .box {
  padding: 20px;
  text-align: center;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*일ㅂ현황 기본현황*/
/*일반현황 위치*/
/*역대시장*/
/* 교류도시 */
.infoBox.intercity .box {
  min-height: 127px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.infoBox.intercity .img {
  overflow: hidden;
  max-width: 210px;
  height: 120px;
  margin-right: 20px;
}

/***** ~2017 content style *****/
/*성과관리결과공시*/
.resultSuccess .blueBox {
  text-align: left;
}

.resultSuccess .blueBox .box {
  position: relative;
  padding-right: 130px;
}

.resultSuccess .blueBox .box p {
  display: table-cell;
  height: 66px;
  word-break: keep-all;
  vertical-align: middle;
}

.resultSuccess .blueBox .box .btnArea {
  position: absolute;
  top: 10px;
  right: 10px;
}

.resultSuccess .blueBox .btn + .btn {
  display: block;
  width: 120px;
  margin-top: 5px;
}

/*popup*/
.wrap_box {
  width: 500px;
  margin: 0 auto;
}

.wrap_box .wrap_boxInner {
  padding: 0 25px;
}

.wrap_box .wrap_boxInner p {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.wrap_box .wrap_boxInner .sendEmail {
  color: #0856a0;
}

.wrap_box .topTitle {
  background: url(/include/cmm/image/content/popup/bg_head.jpg) 0 0 no-repeat;
  height: 22px;
  padding: 10px 20px 18px 20px;
}

.wrap_box .topTitle p {
  font-size: 20px;
  color: #fff;
}

.wrap .innerWrap li.none {
  background: none;
  padding-left: 0;
}

.wrap .innerWrap li.none span {
  background: #0065b3;
  color: #fff;
  font-size: 14px;
  padding: 3px;
}

.wrap .innerWrap li.none img {
  margin: 20px 0;
}

/*유기동물*/
.organicAnimal {
  display: table;
  width: 100%;
  margin: 15px 0;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
} /* 20200528 */
.organicAnimal li {
  display: table-cell;
  width: 25%;
  height: 150px;
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.organicAnimal li + li {
  border-left: 1px solid #e4e4e4;
}

.organicAnimal p span {
  display: block;
  color: #6a83b5;
}

.organicAnimal a {
  display: block;
  width: 90px;
  margin: 15px auto 0;
  line-height: 25px;
  border-radius: 10px;
  background-color: #eee;
}

/*재정공시*/
.finance {
  position: relative;
  margin-bottom: 20px;
  padding-left: 220px;
  padding-bottom: 40px;
}

.finance > .fl {
  float: none !important;
  position: absolute;
  top: 0;
  left: 0;
}

/*운영계획개요*/
.process li, .process li.fr {
  float: left !important;
  position: relative;
  width: 33.333%;
  padding: 0 26px 26px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.process p {
  padding: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #3f5f9c;
}

.process dl {
  height: 200px;
  padding: 15px;
  background-color: #f2f2f2;
}

.process dl dt {
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.process li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/board/arr_sp.png) 0 -440px no-repeat;
}

.process li:last-child::after {
  display: none;
}

.report {
  overflow: hidden;
  margin-top: 5px;
}

.report li {
  width: 300px;
  float: left;
}

.hospital {
  width: 170px;
  float: left;
}

.openFl {
  float: left;
  width: 143px;
}

.openFr {
  float: left;
  width: 550px;
}

.openFr > div {
  min-height: 143px;
  margin-bottom: 30px;
}

.openFr p {
  color: #0065b3;
  font-weight: bold;
  margin-bottom: 10px;
}

.openFr .first p {
  padding-top: 25px;
}

.openFr .second p, .openFr .forth p {
  padding-top: 40px;
}

.openProcess {
  position: relative;
}

.openProcess::before {
  content: "";
  position: absolute;
  top: 0;
  left: 72px;
  width: 1px;
  height: 100%;
  background-color: #3f5f9c;
}

.openProcess > li {
  position: relative;
  margin-top: 30px;
  padding-left: 180px;
}

.openProcess > li:first-child {
  margin-top: 0;
}

.openProcess > li:last-child {
  background-color: #fff;
}

.openProcess li .step {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 130px;
  border: 8px solid #cfd7e6;
  border-radius: 130px;
  background-color: #fff;
}

.openProcess li .step .num {
  display: table-cell;
  width: 130px;
  height: 130px;
  text-align: center;
  vertical-align: middle;
}

.openProcess li .step .num strong {
  display: block;
  font-size: 16px;
}

.openProcess li .step .num span {
  display: block;
  margin: 0 5px;
  line-height: 1.3;
  color: #777;
  letter-spacing: -0.15px;
}

.openProcess li .cont {
  display: table;
  width: 100%;
}

.openProcess li .cont dl {
  display: table-cell;
  height: 146px;
  vertical-align: middle;
}

.openProcess li .cont dt {
  margin-bottom: 10px;
  font-weight: bold;
}

/*문화예술단,성남의 얼*/
.boxwrap {
  position: relative;
  padding-left: 330px;
}

.boxwrap .fl {
  overflow: hidden;
  float: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  border: 1px solid #e4e4e4;
}

.boxwrap .bul_blueC {
  min-height: 220px;
}

.boxwrap.soul {
  padding-left: 240px;
}

/* 관광안내지도 */
.mapDwonList {
  overflow: hidden;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
}

.mapDwonList li {
  float: left;
  width: 25%;
  border-left: 1px solid #c7c7c7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mapDwonList li:first-child {
  border-left: 0;
}

.mapDwonList li div {
  padding: 20px 0;
  text-align: center;
}

.mapDwonList li a {
  display: block;
  width: 80px;
  margin: 5px auto 0;
  font-weight: 600;
  line-height: 27px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #8FC43E;
}

.mapDwonList li p + a {
  background-color: #3f5f9c;
} /* 2020접근성 */
.mapDwonList li.tit > div {
  padding-top: 50px;
  vertical-align: middle;
}

.mapDwonList.col-2 {
  width: 50%;
}

.mapDwonList.col-2 li {
  width: 50%;
}

.mapDwonList.col-5 li {
  width: 18.75%;
}

.mapDwonList.col-5 li:first-child {
  width: 25%;
}

.mapDwonList li.app_t {
  width: 50%;
  padding: 20px;
  text-align: left;
  min-height: 176px;
}

/*택시*/
.taxi li {
  float: left;
  position: relative;
  width: 50%;
  padding: 20px 40px;
  text-align: left;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f7f9fa;
}

.taxi li:first-child {
  margin-right: -1px;
  background-color: #fff;
}

.taxi li img {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.taxi li div {
  display: inline-block;
}

.taxi li p, .taxi li p strong {
  font-size: 16px;
  font-weight: bold;
}

.taxi .btn_blank {
  display: block;
  margin: 14px auto 0;
}

.mount li {
  float: left;
  width: 350px;
}

/*운동장*/
.boxwrap2 {
  overflow: hidden;
  position: relative;
}

.boxwrap2 .fl {
  float: none !important;
  position: absolute;
  top: 2px;
  left: 0;
  width: 210px;
  height: 150px;
}

.boxwrap2 .fl img {
  width: 100%;
  height: 100%;
}

.boxwrap2 .fr {
  float: none !important;
  min-height: 150px;
  margin-left: 240px;
}

.boxwrap2 .bul_blueC > li {
  margin: 0;
}

.playFacil .fl, .playFacil .fr {
  float: left !important;
}

.playFacil .fr {
  margin-left: 15px;
}

.playGround {
  margin-top: 20px;
}

.playground {
  margin-top: 15px;
}

.playground.fl, .playground.fr {
  float: none !important;
}

.infoBox.playground .box {
  min-height: 127px;
  padding: 18px 17px;
}

.infoBox.playground .box .cont {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: top;
}

.infoBox.playground .img {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 15px;
  vertical-align: top;
  border: 3px solid #d3d3d3;
}

.infoBox.playground .img img {
  margin: 0;
}

/*center*/
.centerPicture span {
  margin-top: 5px;
  display: block;
}

.centerPicture img {
  line-height: 0;
  border: 3px solid #d3d3d3;
}

/*mycomplaint*/
.listHope li {
  position: relative;
}

.btnMore2 {
  position: absolute;
  top: 12px;
  right: 20px;
}

.point_blue02.fb.nanum {
  vertical-align: text-bottom;
}

/*환경-모범음식점현황*/
.foodStore {
  width: 310px;
}

.foodStore li {
  float: left;
  width: 150px;
}

/*마을기업일자리*/
.infoBox.work {
  margin-left: -14px;
  margin-bottom: 30px;
}

.infoBox.work .box {
  min-height: 127px;
  padding: 15px 15px 15px 220px;
}

.infoBox.work .img {
  overflow: hidden;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 168px;
  height: 138px;
  border: 3px solid #d3d3d3;
}

.infoBox.work .img img {
  margin: 0;
}

.infoBox.work .code {
  overflow: hidden;
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 112px;
  height: 112px;
  border: 3px solid #d3d3d3;
}

/*성남의 얼*/
.boxwrap.soul .fl {
  width: 211px;
  margin-bottom: 20px;
}

/*시향토문화재*/
.infoBox.soul .img {
  overflow: hidden;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 168px;
  height: 138px;
  border: 3px solid #d3d3d3;
}

.infoBox.soul .img img {
  margin: 0;
}

/*시향토문화재 남한산성*/
.north .fl {
  margin: 0 20px 20px 0;
}

.travel.infoBox {
  margin: 20px 0px 30px -14px;
}

.travel.infoBox .img {
  overflow: hidden;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 210px;
  height: 120px;
  border: 3px solid #d3d3d3;
  text-align: center;
}

.travel.infoBox .tit {
  color: #c4214b;
}

.travel.infoBox .box {
  min-height: 127px;
  padding-left: 255px;
}

/*공익신고센터*/
.publicReportCenter {
  overflow: hidden;
  margin-left: -38px;
}

.reportImgArea {
  float: left;
  width: 50%;
  margin-top: 10px;
}

.reportImgArea > div {
  position: relative;
  padding: 20px 0 20px 140px;
  margin-left: 20px;
  border: 1px solid #e4e4e4;
}

.reportImgArea img {
  position: absolute;
  top: 15px;
  left: 15px;
}

.reportImgArea p b {
  display: block;
  margin-bottom: 5px;
  font-size: 19px;
}

.reportImgArea .btnArea {
  margin-top: 10px;
}

/*popup*/
.popWrap {
  width: 420px;
  margin: 0 auto;
}

.popWrap .topTitle > p {
  float: left;
  font-size: 20px;
  background: #2e74c2;
  padding: 5px 0;
  color: #fff;
  font-weight: bold;
}

.popWrap .topTitle > span {
  float: right;
  margin-top: 5px;
}

.popWrap .popBox {
  text-align: center;
}

.infoBox.travel {
  margin: 20px 0 30px -14px;
}

.infoBox.travel .tit {
  color: #c4214b;
}

.infoBox.travel .box {
  min-height: 127px;
  padding-left: 255px;
}

.infoBox.travel .img {
  overflow: hidden;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 210px;
  height: 120px;
  border: 3px solid #d3d3d3;
  text-align: center;
}

/*사랑방*/
.imgWrap div {
  width: 33.333%;
  float: left;
  text-align: center;
}

/*심폐소생술*/
/*uCity*/
/*난시청정보 FAQ*/
.faqWrap dt {
  padding: 8px 10px;
  font-weight: bold;
  background-color: #f3f4f8;
}

.faqWrap dd {
  padding: 10px 15px 20px;
}

/*난시청정보 - 전자파정보*/
.electromagnetic-waves {
  height: 180px;
  border: 1px solid #e4e4e4;
}

.electromagnetic-waves .box {
  float: left;
  width: 50%;
  height: 180px;
  padding: 20px;
  text-align: center;
  background-color: #f7f9fa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.electromagnetic-waves .box:first-child {
  border-right: 1px solid #e4e4e4;
  background-color: #fff;
}

.electromagnetic-waves .img {
  height: 60px;
}

.electromagnetic-waves p {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #444;
}

.electromagnetic-waves .btn_blank {
  display: block;
  margin: 12px auto 0;
}

/*과태료 - 정화조청소*/
.septicTank {
  position: relative;
  padding: 5px 330px 30px 0;
}

.penaltyArea {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  padding: 17px;
  border: 1px solid #c9ecc5;
  background-color: #e9ffe6;
}

.penaltyArea dt {
  height: 30px;
  margin-bottom: 15px;
  line-height: 0;
  text-align: center;
}

/* 경제 - 유류정보 */
.oilSec {
  overflow: hidden;
  margin-bottom: 30px;
}

.oilSec .fl {
  width: 25%;
}

.oilSec .fr {
  width: 75%;
}

/*자전거정비소*/
.cycle_shop {
  background: url("/include/cmm/image/content/divide/cycle_bg.gif") calc(100% - 30px) no-repeat;
}

/*대관시스템*/
.reserve_free {
  background: url("/include/cmm/image/content/complaint/img_reserve_free.jpg") 100% -20px no-repeat;
}

.facility_list {
  border-top: 2px solid #868686;
}

.facility_list > li {
  overflow: hidden;
  position: relative;
  height: 112px;
  padding: 15px 0 15px 200px;
  border-bottom: 1px solid #d7d7d7;
}

.facility_list .thumb {
  position: absolute;
  top: 15px;
  left: 0;
  width: 180px;
  height: 110px;
  border: 1px solid #d7d7d7;
}

.facility_list .thumb img {
  width: 180px;
  height: 110px;
}

.facility_list dt, .facility_list dt a {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
}

.thumbnail-pager {
  overflow: hidden;
  position: relative;
  width: 700px;
  height: 302px;
  margin: 8px 4px;
}

.thumbnail-pager .bx-window {
  margin-right: 130px;
}

.thumbnail-pager .bxslider img {
  width: 560px;
  height: 298px;
}

.thumbnail-pager .bx-pager {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}

.thumbnail-pager .bx-pager a.pager-link {
  display: block !important;
  width: 120px;
  height: 64px;
  margin: 14px 0 0 !important;
}

.thumbnail-pager .bx-pager a.pager-link:first-child {
  margin-top: 0 !important;
}

.thumbnail-pager .bx-pager img {
  width: 100%;
  height: 100%;
}

.reserveTbl tbody.typeB tr:first-child th, .reserveTbl tbody.typeB tr:first-child td, .reserveTbl tbody.typeC tr:first-child th, .reserveTbl tbody.typeC tr:first-child td {
  border-top: 2px solid #868686;
}

.reserveTbl .typeA th {
  background-color: #f5f5f5;
}

.reserveTbl .typeB th {
  background-color: #F7F1E8;
}

.reserveTbl .typeC th {
  background-color: #f5f5f5;
}

/* 라디오방송국 */
.radioWrap {
  overflow: hidden;
  position: relative;
}

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

.radioPlayer {
  overflow: hidden;
  float: left;
  width: 358px;
  height: 440px;
  margin-right: 20px;
  border: 1px solid #d7d7d7;
  background-color: #f8f8f8;
}

.radioPlayer .audioArea {
  padding: 15px;
  text-align: center;
  background-color: #888;
}

.radioPlayer .radioInfo {
  padding: 15px;
  background-color: #f8f8f8;
}

.radioPlayer .radioInfo .title {
  margin-bottom: 10px;
  font-size: 17px;
  color: #333;
}

.radioPlayer .radioInfo .desc {
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
}

.radioPlayer .radioInfo .bul_blueC > li {
  font-weight: bold;
  color: #555;
  background-position: 0 50% !important;
}

.radioList {
  float: right;
  width: 348px;
  border: 1px solid #d7d7d7;
}

.radioList dt {
  height: 40px;
  padding: 0 15px;
  font-weight: bold;
  font-size: 17px;
  line-height: 40px;
  color: #fff;
  background-color: #555;
}

.radioList dd {
  overflow-y: auto;
  height: 400px;
}

.radioList li {
  overflow: hidden;
  height: 50px;
  line-height: 0;
  vertical-align: top;
}

.radioList li:nth-child(even) {
  background-color: #e8e8e8;
}

.radioList li a {
  display: block;
  padding: 0 15px;
  font-size: 17px;
  line-height: 50px;
  vertical-align: top;
}

.radioList .on a {
  color: #E03563;
}

/* 탄천 */
.tancheonGuide {
  overflow: hidden;
  position: relative;
  padding: 40px 10px 100px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.tancheonGuide.introduce {
  text-align: center;
  background-color: #090806;
  background-image: url(/include/cmm/image/content/tancheon/bg_tancheon_intro.gif);
}

.tancheonGuide.seasons {
  background-image: url(/include/cmm/image/content/tancheon/bg_tancheon_seasons.gif);
}

.tancheonGuide.course {
  background-image: url(/include/cmm/image/content/tancheon/bg_tancheon_course.gif);
}

.tancheonGuide.play {
  background-image: url(/include/cmm/image/content/tancheon/bg_tancheon_play.gif);
}

.tancheonGuide .title {
  padding-bottom: 3px;
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
  background: url(/include/cmm/image/content/tancheon/bg_title_under.gif) 50% 100% no-repeat;
}

.tancheonGuide .desc {
  margin: 30px 0;
}

.tancheonGuide .ref {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.tancheonThumbList {
  padding: 0 10px;
}

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

.tancheonThumbList li {
  float: left;
  width: 16.666%;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tancheonThumbList li a {
  display: block;
  max-width: 92px;
  max-height: 70px;
  margin: 0 auto;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

.tancheonThumbList li img {
  display: block;
  max-width: 100%;
}

.tancheonThumbList li .txt {
  display: block;
  margin: 8px 4px 0;
  line-height: 1.2;
}

.tancheonThumbList + .btnArea {
  margin: 20px 0;
}

.tancheonThumbList + .btnArea a {
  display: inline-block;
  padding: 0 10px;
  line-height: 34px;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 34px;
}

.tancheonSeasonsList {
  display: inline-block;
  max-width: 542px;
  margin: 45px 0 30px;
}

.tancheonSeasonsList li {
  display: inline-block;
  margin: 0 -2px;
  line-height: 0;
  vertical-align: top;
}

.tancheonSeasonsList li a {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 0;
}

.tancheonSeasonsList li .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  font-size: 42px;
  font-family: serif !important;
  line-height: 50px;
}

.tancheonSeasonsList li.spring .txt {
  color: #a03ea9;
}

.tancheonSeasonsList li.summer .txt {
  color: #0055a5;
}

.tancheonSeasonsList li.fall .txt {
  color: #622c00;
}

.tancheonSeasonsList li.winter .txt {
  color: #525252;
}

.tancheonCoursesList, .tancheonPlayList {
  display: inline-block;
  max-width: 640px;
  margin: 40px 0;
}

.tancheonCoursesList li, .tancheonPlayList li {
  display: inline-block;
  padding: 0 20px;
}

.tancheonCoursesList li a, .tancheonPlayList li a {
  display: block;
  position: relative;
  line-height: 0;
}

.tancheonCoursesList li .txt {
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  line-height: 1.3;
}

.tancheonCoursesList li .txt b {
  display: block;
}

.tancheonPlayList li {
  float: left;
  width: 33.333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tancheonPlayList li .txt {
  position: absolute;
  top: 60.546875%;
  left: 0;
  width: 100%;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.4;
}

.tancheonPlayList li .txt b {
  display: block;
  font-size: 18px;
  letter-spacing: -1px;
}

/* GREEN 탄천 */
.greenBook {
  position: relative;
  padding: 3px 12px 0;
  background: url(/include/cmm/image/content/divide/bg_green_book.gif) 0 0 no-repeat;
}

.greenBook .bookArea {
  overflow: hidden;
  height: 290px;
}

.greenBook .bookArea .paper li {
  overflow: hidden;
  float: left;
  width: 706px;
  height: 290px;
}

.greenBook .bookArea .paper li img {
  display: block;
  float: left;
  width: 353px;
  height: 290px;
}

.greenBook .controlArea {
  height: 20px;
  padding: 20px 0 6px;
  text-align: center;
}

.infoBox.tancheon dt {
  border-top: 1px solid #d0d4d7;
}

.infoBox.tancheon dt:first-child {
  border-top: 0;
}

.infoBox.tancheon .img {
  float: left;
  width: 188px;
}

.infoBox.tancheon .cont {
  float: left;
  width: 660px;
}

.guide_lnb {
  position: absolute;
  top: 300px;
  left: -210px;
  z-index: 9999;
  width: 174px;
}

.guide_lnb #gotop {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 174px;
  height: 240px;
}

.swfArea {
  position: relative;
}

/*.tancheonGuide {position:absolute;top:8px;left:24px;z-index:999;background-color:#fff}*/
/* 청렴성남 */
.upright_rank {
  margin-top: 20px;
}

.upright_rank li {
  margin-top: 10px;
  padding-left: 30px;
  font-weight: 600;
  font-size: 18px;
  background: url(/include/cmm/image/content/complaint/upright_icon.gif) 0 2px no-repeat;
}

/* 조직정보공개 */
.graphTable {
  overflow: hidden;
  margin-bottom: 10px;
}

.graphTable > div {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.graphTable > div:last-child {
  width: 40%;
  padding-left: 50px;
}

.graphTable + dl dt {
  margin-bottom: 5px;
  padding-left: 10px;
  font-weight: bold;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/bul_dot.png) 0 10px no-repeat;
}

/* 공원 */
.parkView h4 {
  margin-top: 30px;
  margin-bottom: 8px;
  padding-left: 23px;
  font-weight: bold;
  font-size: 19px;
  color: #555;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/bul_htitle.png) 0 7px no-repeat;
}

.parkView h4:first-child {
  margin-top: 0;
}

.parkView h4 ~ ul, .parkView h4 ~ ol {
  margin-left: 7px;
}

.parkView li, .parkView p.txtInfo {
  margin: 4px 0 !important;
  padding-left: 10px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/bul_dot.png) 0 10px no-repeat;
}

.parkView table {
  margin-bottom: 10px;
}

.parkView #map {
  width: 100%;
  height: 300px;
}

/* 재정정보공개(별도창 레이아웃) */
body.financeBg {
  background: url(/include/cmm/image/content/finance/bg_body.png) 0 0 repeat-x;
}

.financeWrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.financeWrap .header {
  overflow: hidden;
  position: relative;
  height: 100px;
  margin-bottom: 20px;
  padding: 25px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.financeWrap .header .logo {
  position: absolute;
  top: 25px;
  left: 0;
}

.financeWrap .header h2 {
  position: absolute;
  top: 45px;
  left: 160px;
  padding-left: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 15px;
  color: #0066B3;
  border-left: 1px solid #a8a8a8;
}

.financeWrap .header .gnb {
  float: right;
  margin: 30px 100px 0 0;
}

.financeWrap .header .gnb li {
  float: left;
  padding-left: 80px;
  text-align: center;
}

.financeWrap .header .gnb li:first-child {
  padding-left: 0;
}

.financeWrap .header .gnb li a {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 15px;
  color: #333;
}

.financeWrap .header .gnb li.on a {
  color: #1B80DA;
}

.financeWrap .naviandtitle {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
}

.financeWrap .tabMenu {
  margin: 30px 0;
}

.financeWrap #ttab3 li {
  width: 33.333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.financeWrap table.value td {
  text-align: right;
}

.financeWrap td .btn, .financeWrap .btn_search {
  height: 32px;
  padding: 0 10px;
  font-weight: bold;
  line-height: 30px;
  color: #585858;
  vertical-align: top;
  background: #f8f8f8;
  border: 1px solid #ccc;
  cursor: pointer;
}

.financeWrap td .btn.on, .financeWrap td .btn:hover, .financeWrap td .btn:active {
  color: #fff;
  border-color: #7d7d7d;
  background: #888;
}

.financeWrap.popupContainer .tblScroll {
  overflow-y: scroll;
  height: 400px;
}

.graph_box {
  position: relative;
}

.table_graph {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 22px;
  width: 100%;
  border-collapse: collapse;
}

.table_graph th, .table_graph td {
  border-bottom: 1px solid #e1e1e1;
}

.table_graph th {
  padding-right: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  text-align: right;
  border-right: 1px solid #b7b7b7;
}

.table_graph td {
  padding: 12px 0;
  background: url(/include/cmm/image/content/finance/bg_graph_line.gif) repeat-y;
  background-size: contain;
}

.table_graph .bar {
  display: block;
  width: 100%;
  line-height: 0;
  vertical-align: middle;
}

.table_graph .bar + .bar {
  margin-top: 5px;
}

.table_graph .bar span {
  padding: 0;
  margin: 0;
  height: 18px;
  display: inline-block;
  cursor: pointer;
  line-height: 18px;
  vertical-align: top;
}

.table_graph .bar span.txt {
  padding-left: 5px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.015px;
}

.table_graph .bar1 {
  background-color: #FAA61A;
}

.table_graph .bar2 {
  background-color: #1B80DA;
}

.tax_graph_ct_unt {
  overflow: hidden;
  padding: 0;
}

.tax_graph_ct_unt:first-child {
  border-bottom: 1px solid #e1e1e1;
}

.tax_graph_ct_unt dl {
  overflow: hidden;
}

.tax_graph_ct_unt dl dt, .tax_graph_ct_unt dl dd {
  overflow: hidden;
  float: left;
  text-align: right;
}

.tax_graph_ct_unt dl dt {
  width: 20%;
}

.tax_graph_ct_unt dl dd.st {
  padding: 0;
}

.tax_graph_ct_unt dl dd.end {
  padding: 0;
}

.tax_graph_ct_unt dl dd {
  width: 16%;
  padding: 0;
}

.graph_category {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

.graph_category .ex1 {
  color: #5983da;
}

.graph_category .ex2 {
  color: #fda046;
}

/* 의료관광 - 뉴스레터 */
.newsletter .article {
  overflow: hidden;
  margin-top: 30px;
}

.newsletterList {
  overflow: hidden;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 15px;
  background: url(/include/cmm/image/content/divide/bg_newsletter_bar.png) 50% 0 repeat-y;
}

.newsletterList li {
  float: left;
  width: 116px;
  margin-bottom: 50px;
  text-align: center;
}

.newsletterList li a {
  display: inline-block;
  position: relative;
  width: 100px;
  vertical-align: top;
}

.newsletterList li a .tit {
  position: absolute;
  bottom: 0;
  left: 25px;
  font-weight: 600;
  color: #fff;
}

/* 도시정비 - 재생사업현황 */
.tabEventCont {
  display: none;
}

#section1.tabEventCont {
  display: block;
}

/*성남시사*/
.strategy {
  margin-top: 20px;
  background: url(/include/mayor/image/content/doIt/bg_bookBottom.png) left top repeat-y;
  overflow: hidden;
  padding: 0 0 20px 12px;
}

.strategy li {
  width: 121px;
  float: left;
  margin-left: 20px;
  height: 182px;
}

.strategy li p:first-child {
  font-size: 15px;
  color: #020202;
  font-weight: bold;
}

.strategy li p a {
  color: #0065b3;
  font-size: 15px;
  font-weight: bold;
}

.strategy .txtBtn a {
  padding: 3px 15px;
  border: 1px solid #a67137;
  background-color: #c18f5a;
}

/* 시정모니터 */
.mileageArea {
  overflow: hidden;
  padding: 20px 30px;
  border: 1px solid #d7d7d7;
}

.mileageArea li {
  position: relative;
  padding: 8px 60px 8px 30px;
  line-height: 20px;
  border-top: 1px solid #d7d7d7;
}

.mileageArea li:first-child {
  border-top: 0;
}

.mileageArea li .mileage {
  position: absolute;
  top: 8px;
  right: 0;
  text-align: right;
}

.mileageArea li .rank {
  position: absolute;
  top: 9px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background-color: #f2f2f2;
}

.mileageArea li .rank.top {
  color: #fff;
  background-color: #2e74c2;
}

.mileageArea li .rank.top ~ .mileage {
  font-weight: bold;
}

.process_monitor {
  margin-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
}

.process_monitor > li {
  overflow: hidden;
  position: relative;
  min-height: 123px;
  padding: 15px;
  padding-left: 175px;
  border-top: 1px solid #d7d7d7;
}

.process_monitor li .num {
  position: absolute;
  top: 15px;
  left: 0;
  width: 123px;
  padding-right: 25px;
  font-size: 35px;
  line-height: 123px;
  color: #4f85c5;
  text-align: center;
  background: url(/include/cmm/image/content/complaint/bg_process_monitor.gif) 0 0 no-repeat;
}

.process_monitor li .tit {
  display: block;
  margin-bottom: 6px;
  color: #114b8b;
}

/* 20200318 start */
.threeimg {
  overflow: hidden;
  margin: 15px 0 25px;
  width: 100%;
}

.threeimg li {
  float: left;
  width: calc(33.3% - 33px);
  margin-left: 40px;
  border-top: solid 2px #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
}

.threeimg li:first-child {
  margin-left: 0;
}

.threeimg li p:first-child {
  line-height: 1.4;
  font-weight: 600;
  background-color: #fafbfd;
  padding: 15px 0;
}

.threeimg li p {
  text-align: center;
  padding: 15px 0;
  border: solid 1px #ddd;
  border-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.threeimg li p.beforeimg {
  position: relative;
  margin-bottom: 40px;
}

.threeimg li p.beforeimg::before {
  content: "";
  position: absolute;
  bottom: -41px;
  right: 50%;
  margin-right: -6px;
  width: 11px;
  height: 40px;
  background: url(https://www.seongnam.go.kr/humanframe/_resource/incdlue/cmm_new/image/snMonitor/threeimg_arrow.png) no-repeat;
}

.threeimg li p.afterimg {
  border-top: solid 1px #ddd;
}

.Specialmonitering_box {
  overflow: hidden;
  display: table;
}

.Specialmonitering_box > ul {
  width: calc(100% - 250px);
  padding-right: 60px;
  display: table-cell;
  vertical-align: middle;
}

.Specialmonitering_box .lineBox {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 30px 40px;
  margin-top: 10px;
}

.Specialmonitering_box .lineBox b {
  background: #747882;
  color: #fff;
  padding: 3px 12px;
  margin-right: 10px;
  display: inline-block;
}

.Specialmonitering_box .lineBox p {
  display: inline-block;
}

/* 20200323 start */
.Specialmonitering_box > div.img {
  position: relative;
  width: 162px;
  border: 1px solid #ddd;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.Specialmonitering_box .img_m {
  display: none;
} /* 20200324 */
.expansion {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: block;
}

.expansion_box {
  display: none;
  position: absolute;
  width: 500px;
  z-index: 9999;
}

.expansion_box a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

#bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

/* 20200323 and */
.linedot {
  position: relative;
  padding-left: 9px;
}

.linedot::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #555;
}

.lineBox li:first-child {
  margin-bottom: 10px;
}

.lineBox li:first-child b {
  vertical-align: top;
}

.lineBox li:first-child p {
  width: 250px;
}

.lineBox li:first-child p:last-child {
  width: 195px;
}

.exampleBox {
  border: 1px solid #e4e4e4;
}

.exampleBox b {
  background: #f6f8fb;
  border-bottom: 1px solid #e4e4e4;
  display: block;
  padding: 7px 15px;
}

.exampleBox p {
  margin: 15px;
}

.Fourimg {
  overflow: hidden;
  margin: 15px 0;
}

.Fourimg li {
  float: left;
  width: calc(25% - 30px);
  margin-left: 40px;
  border: solid 1px #ddd;
  border-top: solid 2px #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
}

.Fourimg li:first-child {
  margin-left: 0;
}

.Fourimg li p {
  line-height: 1.4;
  font-weight: 600;
  background-color: #fafbfd;
  border-bottom: solid 1px #ddd;
  padding: 15px 0;
}

.Fourimg li img {
  margin: 15px;
}

/* 여권접수시간별상황 */
.passportState {
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  letter-spacing: -0.05em;
  background-color: #f3f4f8;
}

.passportState .innerGroup {
  max-width: 520px;
  margin: 0 auto;
}

.passportState img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.passportState .title {
  margin-bottom: 20px;
  padding: 10px;
  font-weight: normal;
  font-size: 25px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  background-color: #fff;
}

.passportState .title .num {
  color: #e21548;
}

.passportState .peopleCount {
  overflow: hidden;
  position: relative;
  padding: 50px 40px;
  text-align: left;
  border-radius: 10px;
  background-color: #464646;
}

.passportState .awaiter {
  margin-bottom: 22px;
  font-size: 22px;
  line-height: 45px;
  color: #fff;
}

.passportState .awaiter > span, .passportState .waiting > span {
  display: inline-block;
  min-width: 250px;
}

.passportState .awaiter .num, .passportState .waiting .num {
  display: inline-block;
  font-size: 19px;
  color: #fcff00;
  vertical-align: top;
}

.passportState .awaiter .num {
  margin-right: -14px;
  padding-left: 17px;
  text-align: center;
  letter-spacing: 39px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/bg_passport_count.png) 0 0 no-repeat;
}

.passportState .waiting {
  font-size: 19px;
  line-height: 38px;
  color: #fff;
}

.passportState .waiting .num {
  min-width: 150px;
  text-align: center;
}

.passportState .night {
  margin: 15px 0;
  padding: 10px;
  font-size: 19px;
  color: #fcff00;
  border-radius: 10px;
  background-color: #464646;
}

.passportState .desc {
  margin: 10px 0;
  color: #333;
  text-align: left;
}

/* 여권민원 대기현황 */
.passportStateWrap .dnldBox {
  padding: 25px 18px;
  min-height: auto;
  position: relative;
}

.passportStateWrap .dnldBox .icoList li {
  padding-left: 23px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/bul_htitle.png) 0 4px no-repeat;
}

.passportStateWrap .dnldBox .icoList li + li {
  margin-top: 10px;
}

.passportStateWrap .dnldBox.time {
  padding: 18px;
  margin-top: 20px;
}

.passportStateWrap .dnldBox.time .icoList li {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/common/bul_time.png);
}

.passportStateWrap .dnldBox.time .icoList li strong {
  color: #3f5f9c;
}

.passportStateWrap .dnldBox.time .resetBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 100%;
  border-left: 1px solid #e4e4e4;
}

.passportStateWrap .dnldBox.time .resetBtn span {
  display: inline-block;
}

.passportStateWrap .dnldBox.time .resetBtn span::before {
  content: "";
  display: inline;
  padding: 0 0 0 20px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/bul_reset.png) 0 50% no-repeat;
}

.passportStateWrap .passportStateInfo {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.passportStateWrap .passportStateInfo .innerBox {
  width: calc(50% - 20px);
  border: 1px solid #8e8e8e;
}

.passportStateWrap .passportStateInfo .innerBox .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 105px;
  border-bottom: 1px solid #c6c6c6;
}

.passportStateWrap .passportStateInfo .innerBox .title p {
  display: inline-block;
  height: 63px;
  padding-left: 66px;
  padding-top: 25px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/passport_ico_1.png) 0 100% no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 28px;
  font-weight: 600;
  color: #000;
  line-height: 1;
}

.passportStateWrap .passportStateInfo .innerBox .info li {
  float: left;
  width: 50%;
  padding: 25px 0;
  text-align: center;
  position: relative;
  color: #000;
  line-height: 1;
}

.passportStateWrap .passportStateInfo .innerBox .info li:first-child::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  border-right: 1px dashed #ffe095;
}

.passportStateWrap .passportStateInfo .innerBox .info li:last-child {
  width: 100%;
  background-color: #fff3d5;
}

.passportStateWrap .passportStateInfo .innerBox .info li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border-radius: 100%;
}

.passportStateWrap .passportStateInfo .innerBox .info li:nth-child(1)::before {
  background-color: #ff8e2c;
}

.passportStateWrap .passportStateInfo .innerBox .info li:nth-child(2)::before {
  background-color: #ffc12c;
}

.passportStateWrap .passportStateInfo .innerBox .info li:nth-child(3)::before {
  display: none;
}

.passportStateWrap .passportStateInfo .innerBox .info li dt {
  font-size: 18px;
}

.passportStateWrap .passportStateInfo .innerBox .info li dd {
  font-size: 48px;
  margin-top: 6px;
  color: #FF5600;
}

.passportStateWrap .passportStateInfo .innerBox .info li dd.first {
  color: #333;
}

.passportStateWrap .passportStateInfo .innerBox .info li p {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
}

.passportStateWrap .passportStateInfo .innerBox .info li p::before {
  content: "";
  display: inline;
  padding: 1px 0 1px 25px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/passport_ico_3.png) 0 50% no-repeat;
}

.passportStateWrap .passportStateInfo .innerBox .info li p span {
  color: #a23d00;
}

.passportStateWrap .passportStateInfo .innerBox + .innerBox .title p {
  padding-left: 52px;
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/passport_ico_2.png);
}

.passportStateWrap .passportStateInfo .innerBox + .innerBox .info li:first-child::after {
  border-color: #a9c5ff;
}

.passportStateWrap .passportStateInfo .innerBox + .innerBox .info li:last-child {
  background-color: #dce8ff;
}

.passportStateWrap .passportStateInfo .innerBox + .innerBox .info li:nth-child(1)::before {
  background-color: #50b7ff;
}

.passportStateWrap .passportStateInfo .innerBox + .innerBox .info li:nth-child(2)::before {
  background-color: #508aff;
}

.passportStateWrap .passportStateInfo .innerBox + .innerBox .info li dd {
  color: #508aff;
}

.passportStateWrap .passportStateInfo .innerBox + .innerBox .info li dd.first {
  color: #333;
}

.passportStateWrap .passportStateInfo .innerBox + .innerBox .info li p::before {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/passport_ico_4.png);
}

.passportStateWrap .passportStateInfo .innerBox + .innerBox .info li p span {
  color: #154dbc;
}

/* 민원접수 대기현황 */
.minwonWrap .dnldBox {
  padding: 25px 18px;
  min-height: auto;
  position: relative;
}

.minwonWrap .dnldBox .icoList li {
  padding-left: 23px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/bul_htitle.png) 0 4px no-repeat;
}

.minwonWrap .dnldBox .icoList li + li {
  margin-top: 10px;
}

.minwonWrap .dnldBox.time {
  padding: 18px;
  margin-top: 20px;
}

.minwonWrap .dnldBox.time .icoList li {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/common/bul_time.png);
}

.minwonWrap .dnldBox.time .icoList li strong {
  color: #3f5f9c;
}

.minwonWrap .dnldBox.time .resetBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 100%;
  border-left: 1px solid #e4e4e4;
}

.minwonWrap .dnldBox.time .resetBtn span {
  display: inline-block;
}

.minwonWrap .dnldBox.time .resetBtn span::before {
  content: "";
  display: inline;
  padding: 0 0 0 20px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/bul_reset.png) 0 50% no-repeat;
}

.minwonWrap .minwonInfo {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.minwonWrap .minwonInfo .innerBox {
  width: calc(50% - 20px);
  border: 1px solid #8e8e8e;
}

.minwonWrap .minwonInfo .innerBox .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 105px;
  border-bottom: 1px solid #c6c6c6;
}

.minwonWrap .minwonInfo .innerBox .title p {
  display: inline-block;
  margin-top: 10px;
  height: 63px;
  padding-left: 66px;
  padding-top: 25px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/minwon_ico_1.png) 0 100% no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 28px;
  font-weight: 600;
  color: #000;
  line-height: 1;
}

.minwonWrap .minwonInfo .innerBox .info li {
  float: left;
  width: 50%;
  padding: 25px 0;
  text-align: center;
  position: relative;
  color: #000;
  line-height: 1;
}

.minwonWrap .minwonInfo .innerBox .info li:first-child::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  border-right: 1px dashed #7febe4;
}

.minwonWrap .minwonInfo .innerBox .info li:last-child {
  width: 100%;
  background-color: #ccf7f4;
}

.minwonWrap .minwonInfo .innerBox .info li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border-radius: 100%;
}

.minwonWrap .minwonInfo .innerBox .info li:nth-child(1)::before {
  background-color: #00d8ca;
}

.minwonWrap .minwonInfo .innerBox .info li:nth-child(2)::before {
  background-color: #00998f;
}

.minwonWrap .minwonInfo .innerBox .info li:nth-child(3)::before {
  display: none;
}

.minwonWrap .minwonInfo .innerBox .info li dt {
  font-size: 18px;
}

.minwonWrap .minwonInfo .innerBox .info li dd {
  font-size: 48px;
  margin-top: 6px;
  color: #00998f;
}

.minwonWrap .minwonInfo .innerBox .info li dd.first {
  color: #333;
}

.minwonWrap .minwonInfo .innerBox .info li p {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
}

.minwonWrap .minwonInfo .innerBox .info li p::before {
  content: "";
  display: inline;
  padding: 1px 0 1px 25px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/minwon_ico_3.png) 0 50% no-repeat;
}

.minwonWrap .minwonInfo .innerBox .info li p span {
  color: #00998f;
}

.minwonWrap .minwonInfo .innerBox + .innerBox .title p {
  padding-left: 70px;
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/minwon_ico_2.png);
}

.minwonWrap .minwonInfo .innerBox + .innerBox .info li:first-child::after {
  border-color: #ffbebc;
}

.minwonWrap .minwonInfo .innerBox + .innerBox .info li:last-child {
  background-color: #ffe5e4;
}

.minwonWrap .minwonInfo .innerBox + .innerBox .info li:nth-child(1)::before {
  background-color: #ff7e7a;
}

.minwonWrap .minwonInfo .innerBox + .innerBox .info li:nth-child(2)::before {
  background-color: #ca4541;
}

.minwonWrap .minwonInfo .innerBox + .innerBox .info li dd {
  color: #ca4541;
}

.minwonWrap .minwonInfo .innerBox + .innerBox .info li dd.first {
  color: #ff7e7a;
}

.minwonWrap .minwonInfo .innerBox + .innerBox .info li p::before {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/minwon_ico_4.png);
}

.minwonWrap .minwonInfo .innerBox + .innerBox .info li p span {
  color: #CA4541;
}

/* public WiFi */
.wifiMapGroup {
  overflow: hidden;
  position: relative;
  min-height: 330px;
  padding: 30px;
  padding-right: 340px;
  border: 10px solid #cddfe8;
}

.wifiMapGroup .txt {
  margin: 20px 0;
  font-size: 18px;
}

.wifiMapGroup .bgmap {
  position: absolute;
  top: 30px;
  right: 30px;
}

.wifiSearch {
  margin-top: 30px;
}

.wifiSearch .buttonGroup button {
  display: inline-block;
  width: 90px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e4e4e4;
  background-color: #f3f4f8;
}

.wifiSearch .buttonGroup button.on {
  color: #3f5f9c;
  border-color: #b8c2d6;
  background-color: #cfd7e6;
}

.wifiSearch .searchFormArea {
  position: relative;
  margin-top: 15px;
  padding-right: 50px;
  border: 2px solid #055293;
  margin-right: 20px;
}

.wifiSearch .searchFormArea::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 10;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/ico_sp.png) -260px 0 no-repeat;
}

.wifiSearch .searchFormArea .btnSearch {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  padding: 0;
  color: #fff;
  text-align: center;
  border: 0;
}

.wifiSearch .searchFormArea input[type=text] {
  height: 36px;
  padding-left: 35px;
  line-height: 36px;
  border: 0;
}

.wifiMapArea {
  margin: 30px 0;
}

.wifiAddress {
  overflow-y: auto;
}

.wifiAddress ul {
  max-height: 625px;
}

.wifiAddress li + li {
  margin-top: 5px;
}

.wifiAddress li a {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 4px;
  line-height: 28px;
  border: 1px solid #e4e4e4;
}

.wifiAddress li a:hover, .wifiAddress li a:focus {
  border-color: #b8c2d6;
  background-color: #cfd7e6;
}

.wifiAddress li a img {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 50px;
  height: 50px;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wifiAddress li a .cate, .wifiAddress li a span {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.wifiAddress li a .cate {
  margin-right: 4px;
  padding: 0 5px;
  border: 1px solid #e4e4e4;
  background-color: #f3f4f8;
}

.wifiAddress li a span + span {
  margin-left: 8px;
  padding-left: 9px;
}

.wifiAddress li a span + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 10px;
  margin-top: -4px;
  border-left: 1px solid #bbb;
}

/* 공공와이파이 220308 */
.wifiGuide .imgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
}

.wifiGuide .imgList li {
  position: relative;
  border: 1px solid #121212;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 15px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 15px;
}

.wifiGuide .imgList li:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #121212;
  border-right: 3px solid #121212;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -20px;
  top: 50%;
}

.wifiGuide .imgList li:last-child::after {
  display: none;
}

.wifiGuide .imgList li:hover .text {
  background-color: #395ea2;
  color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.wifiGuide .imgList.android li:hover .text {
  background-color: #63c628;
  color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.wifiGuide .imgList.iphone li:hover .text {
  background-color: #000;
  color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.wifiGuide .imgList li + li {
  margin-left: 30px;
}

.wifiGuide .imgList li .text {
  text-align: center;
  padding: 7px 0;
  font-weight: bold;
  border-bottom: 1px solid #121212;
}

/* seongnam love gift card */
.loveGiftCard .storeList {
  overflow: auto;
  max-height: 690px;
  border: 1px solid #e4e4e4;
  border-top: 2px solid #555;
}

.loveGiftCard .storeList .tblWrap {
  min-width: 600px;
}

.loveGiftCard .storeList table {
  border: none;
}

.loveGiftCard .storeList td {
  word-break: break-all;
}

.loveGiftCard .storeList th:nth-of-type(1), .loveGiftCard .storeList td:nth-of-type(1) {
  border-left: 0;
}

.giftcardSearch {
  overflow: hidden;
  position: relative;
  padding: 30px;
  border: 10px solid #cddfe8;
}

.giftcardSearch .searchSection {
  position: relative;
  margin: 30px 0 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}

.giftcardSearch .item {
  float: left;
  position: relative;
  width: calc(50% - 7px);
  padding-left: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}

.giftcardSearch .item + .item {
  margin-left: 14px;
  margin-bottom: 10px;
}

.giftcardSearch .item + .item + .item {
  margin-left: 0;
  margin-bottom: 0;
}

.giftcardSearch .item label {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  line-height: 40px;
}

.giftcardSearch .item input, .giftcardSearch .item select {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border-color: #e4e4e4;
  background-color: #f3f4f8;
}

.giftcardSearch .btnArea {
  float: left;
  width: 24%;
}

.giftcardSearch .btnArea .btnSearch {
  float: left;
  width: 49%;
  max-width: 110px;
  margin-left: 8px;
  padding: 0;
  line-height: 40px;
  color: #fff;
  vertical-align: top;
  border: 0;
  background-color: #747882;
}

.giftcardSearch .btnArea .btnSearch:first-child {
  width: calc(40% - 8px);
}

.giftcardSearch .locationSearch {
  position: relative;
  min-height: 300px;
}

.giftcardSearch .imgMap {
  position: absolute;
  top: -30px;
  left: 0;
}

.giftcardSearch .localGroup {
  margin-left: 350px;
}

.giftcardSearch .localGroup button {
  display: inline-block;
  float: left;
  width: calc(25% - 8px);
  margin: 0 0 8px 8px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f3f4f8;
}

.giftcardSearch .localGroup button.on {
  color: #fff;
  border-color: #3f5f9c;
  background-color: #6a83b5;
}

/* 2020접근성 start */
.giftcardSearch .buttonGroup { /*display:none;*/
  overflow-y: auto;
  max-height: 301px;
}

.giftcardAddress li a .cate {
  min-width: 60px;
  text-align: center;
}

.giftcardSearch .locationTab {
  position: relative;
  margin-bottom: 20px;
}

.giftcardSearch .locationTab li { /* float:left; width:33.33%; border:1px solid #e4e4e4; border-left:none; box-sizing:border-box; */ }

.giftcardSearch .locationTab li:first-child { /* border-left:1px solid #e4e4e4; */ }

.giftcardSearch .locationTab li a { /* display:block; width:100%; text-align:center; line-height:40px; */ }

.giftcardSearch .locationTab li.on a { /* background-color:#3f5f9c; color:#fff; */ }

.locationTabmodify li {
  position: absolute;
  width: 100%;
  height: 330px;
  background-repeat: no-repeat;
  background-position: left top;
}

.locationTabmodify li.on:nth-child(1) {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/img_map_wifi1_bg.png);
}

.locationTabmodify li.on:nth-child(2) {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/img_map_wifi2_bg.png);
}

.locationTabmodify li.on:nth-child(3) {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/img_map_wifi3_bg.png);
}

.locationTabmodify li.on:nth-child(4) {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/img_map_wifi_bg.png);
}

.locationTabmodify li a {
  position: absolute;
  display: block;
  color: #3f5f9c;
  font-size: 19px;
  font-weight: 600;
  z-index: 100;
}

.locationTabmodify li:nth-child(1) a {
  top: 85px;
  left: 80px;
}

.locationTabmodify li:nth-child(2) a {
  top: 85px;
  left: 208px;
}

.locationTabmodify li:nth-child(3) a {
  top: 205px;
  left: 105px;
}

.locationTabmodify li.on a {
  color: #fff;
}

.locationTabmodify li .localGroup {
  display: none;
  position: absolute;
  z-index: 10;
}

.locationTabmodify li.on .localGroup {
  display: block;
}

/* 2020접근성 end */
/* design seongnam */
.designSN.vision {
  text-align: center;
}

.designSN.vision .slogan {
  margin: 0 auto;
  max-width: 470px;
  font-weight: bold;
  font-size: 19px;
}

.designSN.vision .slogan em {
  color: #3f5f9c;
}

.designSN.vision .p {
  margin-top: 20px;
}

.designVision {
  margin: 10px 0;
}

.designVision table {
  font-weight: bold;
  color: #fff;
  border-collapse: separate;
  border-spacing: 20px;
}

.designVision th {
  width: 100px;
  height: 100px;
  color: #333;
  border: 10px solid #cfd7e6;
  border-radius: 50%;
}

.designVision td {
  position: relative;
  padding: 0 5px;
  word-break: keep-all;
}

.designVision td > span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
}

.designVision tr:nth-child(1) td {
  font-size: 22px;
  background-color: #3f5f9c;
}

.designVision tr:nth-child(2) td {
  font-size: 16px;
  background-color: #6a83b5;
}

.designVision tr:nth-child(3) td {
  padding-top: 40px;
  line-height: 1.2;
  color: #2f4d87;
  background-color: #a0b4d9;
}

.designVision tr:nth-child(4) td {
  color: #2f4d87;
  background-color: #cfd7e6;
}

.designVision tr:nth-child(2) td.hub {
  color: #2f4d87;
  background-color: #a0b4d9;
}

.designVision td .character {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  vertical-align: top;
  background-color: #6a83b5;
}

.designVision td:nth-of-type(3):before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 20px;
  height: 2px;
  background-color: #a0b4d9;
}

.designSN.history .dateArea {
  position: relative;
  margin-bottom: 25px;
  padding: 30px 0;
  min-height: 70px;
  padding-left: 130px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/bg_diagonal_line.png) 0 0 repeat-x, url(/humanframe/_resource/incdlue/cmm_new/image/common/bg_diagonal_line.png) 0 100% repeat-x;
}

.designSN.history .dateArea strong {
  position: absolute;
  top: 50%;
  left: 0;
  width: 90px;
  height: 90px;
  margin-top: -55px;
  font-size: 16px;
  line-height: 90px;
  text-align: center;
  border: 10px solid #cfd7e6;
  border-radius: 50%;
}

.designSN.history .dateArea .year {
  display: block;
  margin-bottom: 6px;
  font-size: 19px;
  color: #3f5f9c;
}

.designHistory dt {
  margin: 25px 0 15px;
}

.designHistory dd {
  margin: 15px 0 0 5px;
  line-height: 1.8;
}

.designHistory dd > ul > li {
  margin: 5px 0;
}

.organList.design strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
  width: 240px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  border-radius: 25px;
  background-color: #f3f4f8;
  height: 60px;
}

.organList.design .organDepth2 {
  display: inline-block;
  margin-top: 30px;
  vertical-align: top;
  background: #fff none;
}

.organList.design .organDepth2 > li {
  float: left;
  width: 310px;
}

.organList.design .organDepth2 > li > strong {
  margin-top: -22px;
  background-color: #cfd7e6;
  height: 45px;
  line-height: 45px;
}

.organList.design .organDepth2 > li:nth-of-type(2) .organDepth3 {
  margin-left: -1px;
  padding-left: 1px;
  float: right;
}

.organList.design .organDepth2 > li:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30%;
  z-index: 1;
  width: 70%;
  height: 1px;
  background-color: #e4e4e4;
}

.organList.design .organDepth3 {
  margin: 0 auto;
  border: 0;
}

.organList.design .organDepth3 > li {
  float: none;
  padding: 15px 0 0;
}

.showplaceColor {
  overflow: hidden;
  margin-top: 10px;
  padding: 30px;
  border: 1px solid #e4e4e4;
}

.showplaceColor li {
  position: relative;
  padding-left: 162px;
}

.showplaceColor li + li {
  margin-top: 20px;
}

.showplaceColor li img {
  position: absolute;
  top: 0;
  left: 0;
}

.showplaceColor div > span {
  display: block;
  float: left;
  position: relative;
  width: 33.333%;
  height: 118px;
  padding: 4px;
  font-weight: bold;
  font-size: 13px;
  color: #000;
  letter-spacing: -0.075em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.showplaceColor div > span span {
  margin-left: 2px;
  font-weight: normal;
  color: #555;
}

.showplaceColor div > span em {
  position: absolute;
  right: 6px;
  bottom: 3px;
  font-weight: bold;
  font-family: "arial";
}

.showplaceColor .color03, .showplaceColor .color03 span {
  color: rgba(255, 255, 255, 0.8);
}

.showplaceColor .showplace01 .color01 {
  background-color: #ECE8CF;
}

.showplaceColor .showplace01 .color02 {
  background-color: #AEA682;
}

.showplaceColor .showplace01 .color03 {
  background-color: #4D362E;
}

.showplaceColor .showplace02 .color01 {
  background-color: #D9DCD5;
}

.showplaceColor .showplace02 .color02 {
  background-color: #B69F6B;
}

.showplaceColor .showplace02 .color03 {
  background-color: #704032;
}

.showplaceColor .showplace03 .color01 {
  background-color: #C1BDB1;
}

.showplaceColor .showplace03 .color02 {
  background-color: #9AA9A4;
}

.showplaceColor .showplace03 .color03 {
  background-color: #61584F;
}

.showplaceColor .showplace04 .color01 {
  background-color: #F3F3F5;
}

.showplaceColor .showplace04 .color02 {
  background-color: #A2A4A1;
}

.showplaceColor .showplace04 .color03 {
  background-color: #45443F;
}

.showplaceColor .showplace05 .color01 {
  background-color: #708797;
}

.showplaceColor .showplace05 .color02 {
  background-color: #636A3E;
}

.showplaceColor .showplace05 .color03 {
  background-color: #8B7367;
}

.designVariationImg ul {
  display: inline-block;
  padding: 30px;
  border: 1px solid #e4e4e4;
}

.designVariationImg li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e4e4e4;
}

.designVariationImg li img {
  display: block;
  vertical-align: top;
}

.designVariationImg li p {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}

.designCityPlan {
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/img_scenery_map.jpg) 100% 0 no-repeat;
}

.sceneryPlan > li {
  float: left;
  position: relative;
  max-width: 220px;
}

.sceneryPlan > li + li {
  margin-left: 30px;
}

.sceneryPlan > li + li::before {
  content: "";
  position: absolute;
  top: 32px;
  left: -32px;
  width: 32px;
  height: 2px;
  background-color: #3f5f9c;
}

.sceneryPlan li strong {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 7px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(120deg, #6a83b5 25%, #3f5f9c 25%);
}

.sceneryPlan li strong em {
  display: block;
  color: rgba(255, 255, 255, 0.7);
}

.sceneryPlan li strong::before {
  content: "";
  display: inline-block;
  float: left;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/ico_sp.png) 0 -120px no-repeat;
}

.sceneryPlan li:nth-of-type(2) strong::before {
  background-position: -40px -120px;
}

.sceneryPlan li:nth-of-type(3) strong::before {
  background-position: -80px -120px;
}

.sceneryPlan li li {
  margin: 12px 0 0 12px;
}

.designSN h4 strong {
  margin-right: 10px;
}

.designSN h4 span {
  font-size: 15px;
  font-weight: normal;
}

.designSn_list {
  margin-top: 10px;
}

.designSn_list li {
  border-top: 1px solid #ddd;
  padding: 30px 35px;
}

.designSn_list li:first-child {
  border-top: 0;
}

.designSn_list li .imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.designSn_list li .btnArea,
.designSN .btnArea {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}

.designSN li a.btn.zoom {
  position: relative;
  border: 1px solid #ddd;
  width: 100px;
  height: 30px;
  line-height: 30px;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  border-radius: 5px;
}

.designSN li a.btn.zoom::before {
  display: inline-block;
  content: "";
  width: 17px;
  height: 17px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/button/ico_zoom.png) no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.designSn_color li,
.designSn_palette li {
  background: none !important;
  padding-top: 15px;
}

.designSn_color li div.colorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.designSn_color li div.colorList img {
  width: 287px;
}

.designSn_color li div.colorList img:nth-child(n+4) {
  margin-top: 50px;
}

.designSn_color li .btnArea {
  margin-top: 40px;
}

/* 식품+깨끗한먹거리맛거리 */
.goodMenuList > li, .foodPoisoningList > li {
  position: relative;
  margin-top: 6px;
  padding: 15px 0;
  padding-left: 60px;
  line-height: 20px;
}

.goodMenuList > li::before, .foodPoisoningList > li::before, .saltPracticeList > li::before, .dietHygieneList > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_food.png) 0 0 no-repeat;
}

.goodMenuList > li:nth-of-type(2)::before {
  background-position: -50px 0;
}

.goodMenuList > li:nth-of-type(3)::before {
  background-position: -100px 0;
}

.goodMenuList > li:nth-of-type(4)::before {
  background-position: -150px 0;
}

.goodMenuList > li:nth-of-type(5)::before {
  background-position: -200px 0;
}

.goodMenuList > li:nth-of-type(6)::before {
  background-position: -250px 0;
}

.goodMenuList > li:nth-of-type(7)::before {
  background-position: -300px 0;
}

.goodMenuList > li:nth-of-type(8)::before {
  background-position: -350px 0;
}

.foodPoisoningList > li:nth-of-type(1)::before {
  background-position: 0 -50px;
}

.foodPoisoningList > li:nth-of-type(2)::before {
  background-position: -50px -50px;
}

.foodPoisoningList > li:nth-of-type(3)::before {
  background-position: -100px -50px;
}

.foodPoisoningList > li:nth-of-type(4)::before {
  background-position: -150px -50px;
}

.foodPoisoningList > li:nth-of-type(5)::before {
  background-position: -200px -50px;
}

.foodPoisoningList > li:nth-of-type(6)::before {
  background-position: -250px -50px;
}

.saltPracticeList > li, .dietHygieneList > li {
  position: relative;
  min-height: 90px;
  padding: 10px 0 0 120px;
}

.saltPracticeList > li + li, .dietHygieneList > li + li {
  margin-top: 30px;
}

.saltPracticeList > li::before, .dietHygieneList > li::before {
  width: 100px;
  height: 100px;
  margin-top: -50px;
}

.saltPracticeList > li:nth-of-type(1)::before {
  background-position: 0 -100px;
}

.saltPracticeList > li:nth-of-type(2)::before {
  background-position: -100px -100px;
}

.saltPracticeList > li:nth-of-type(3)::before {
  background-position: -200px -100px;
}

.dietHygieneList > li:nth-of-type(1)::before {
  background-position: 0 -200px;
}

.dietHygieneList > li:nth-of-type(2)::before {
  background-position: -100px -200px;
}

.dietHygieneList > li:nth-of-type(3)::before {
  background-position: -200px -200px;
}

/*비전및전략*/
.new_vision {
  margin-top: 51px;
}

.new_vision_title {
  width: 100%;
  height: auto;
  background-color: #f7f9ff;
  position: relative;
  text-align: center;
  padding: 42px 15px 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}

.new_vision_title h5 {
  position: absolute;
  top: 0;
  margin-top: -19px;
  left: 50%;
  margin-left: -57px;
  width: 115px;
  height: 40px;
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/title_bg.png);
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
}

.new_vision_title p {
  font-size: 16px;
  color: #333333;
  letter-spacing: -0.05em;
}

.new_vision_title p span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #055292;
  letter-spacing: -0.05em;
}

.new_vision_h {
  margin-top: 40px;
}

.new_vision_h > li {
  float: left;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: -0.05em;
  background-color: #f7f9ff;
  padding-bottom: 4px;
  text-align: center;
  border-radius: 8px;
}

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

.new_v_lft {
  width: 244px;
  margin-right: 30px;
}

.new_v_rgt {
  width: calc(100% - 274px);
}

.new_vision_wrap > ul > li {
  float: left;
}

.new_vision_wrap > ul {
  margin-top: 20px;
}

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

.new_vision_lft {
  width: 244px;
  margin-right: 30px;
  position: relative;
  z-index: 0;
}

.new_vision_rgt {
  width: calc(100% - 274px);
  height: auto;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}

.new_vision_lft p {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  padding-top: 25px;
  border: 4px solid #f3f4f8;
  border-radius: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: -0.05em;
  color: #FFF;
}

.new_vision_rgt > ul {
  border-bottom: 1px solid #e4e4e4;
}

.new_vision_rgt > ul:last-child {
  border-bottom: 0;
}

.new_vision_rgt > ul > li {
  padding: 18px 40px 19px;
}

.new_vision_rgt > ul > li > h6 {
  font-size: 15px;
  font-weight: bold;
  line-height: 27px;
  letter-spacing: -0.05em;
  margin-bottom: 2px;
}

.new_vision_rgt > ul > li > p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.05em;
  color: #555555;
  position: relative;
  padding-left: 7px;
}

.new_vision_rgt > ul > li > p::before {
  content: "· ";
  position: absolute;
  left: 0;
}

.vision_line {
  position: absolute;
  right: -35px;
  top: 0;
  margin-top: 47px;
  z-index: -1;
}

.new_vision01 > p {
  background-color: #bb083f;
}

.new_vision01 h6 {
  color: #a90034;
}

.new_vision02 > p {
  background-color: #055292;
}

.new_vision02 h6 {
  color: #055292;
}

.new_vision03 > p {
  background-color: #e9a21e;
}

.new_vision03 h6 {
  color: #d18700;
}

.new_vision04 > p {
  background-color: #989898;
}

.new_vision04 h6 {
  color: #444444;
}

.new_vision05 > p {
  background-color: #157598;
}

.new_vision05 h6 {
  color: #006387;
}

/* 20200511 start */
/* 치매예방수칙 */
.dmtList01 > li, .dmtList02 > li, .dmtList03 > li {
  position: relative;
  min-height: 90px;
  padding: 20px 0 10px 120px;
}

.dmtList01 > li::before, .dmtList02 > li::before, .dmtList03 > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/main/dmt_ico.png) 0 0 no-repeat;
}

.dmtList01 > li:nth-of-type(1)::before {
  background-position: 0 0;
}

.dmtList01 > li:nth-of-type(2)::before {
  background-position: -100px 0;
}

.dmtList01 > li:nth-of-type(3)::before {
  background-position: -200px 0;
}

.dmtList02 > li:nth-of-type(1)::before {
  background-position: 0 -100px;
}

.dmtList02 > li:nth-of-type(2)::before {
  background-position: -100px -100px;
}

.dmtList02 > li:nth-of-type(3)::before {
  background-position: -200px -100px;
}

.dmtList03 > li:nth-of-type(1)::before {
  background-position: 0 -200px;
}

.dmtList03 > li:nth-of-type(2)::before {
  background-position: -100px -200px;
}

.dmtList03 > li:nth-of-type(3)::before {
  background-position: -200px -200px;
}

/* 치매검사수행절차 */
.dmt_step {
  overflow: hidden;
  margin: 0 auto;
  margin-left: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dmt_step li {
  float: left;
  width: 190px;
  margin-left: 90px;
  border: solid 1px #e6e6e6;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
  background: linear-gradient(180deg, #ffffff, #f4f4f4);
}

.dmt_step li:first-child {
  margin-left: 0;
}

.dmt_step li:before {
  content: "";
  display: block;
  position: absolute;
  right: -60px;
  top: 50%;
  width: 25px;
  height: 22px;
  margin-top: -17px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/main/dmt_arrow.png) no-repeat;
}

.dmt_step li:last-child:before {
  content: "";
  display: none;
}

.dmt_step li dl dt {
  line-height: 1.4;
  font-weight: 600;
  padding: 18px 0;
}

.dmt_step li dl dd {
  display: table;
  width: 100%;
  padding: 5px 0;
  min-height: 70px;
  margin: 0 auto;
  border-top: 1px dashed #ddd;
}

.dmt_step li dl dd span {
  display: table-cell;
  letter-spacing: -0.75px;
  line-height: 1.3;
  vertical-align: middle;
  text-align: center;
}

/* 성남형 치매통합지원 네트워크 */
.dmt_circle {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #d7d7d7;
  background-color: #fff;
}

.dmt_circle .dmt_circle_title {
  display: block;
  margin-bottom: 20px;
  font-size: 23px;
  text-align: center;
}

.dmt_circle ul {
  overflow: hidden;
}

.dmt_circle li {
  float: left;
  width: calc(33.3% - 24px);
  margin-right: 35px;
  text-align: center;
}

.dmt_circle li:last-child {
  margin-right: 0;
}

.dmt_circle li p {
  text-align: center;
  font-size: 15px;
}

.dmt_circle li div.circle_st {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  margin-top: -10px;
  border: 2px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dmt_circle li div.circle_st p {
  display: table-cell;
  height: 60px;
  line-height: 1.3;
  vertical-align: middle;
  font-weight: 600;
}

.dmt_circle li div.indct {
  display: table;
  width: 100%;
  min-height: 113px;
  background: #f7f8fc;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dmt_circle li div.indct p {
  display: table-cell;
  vertical-align: top;
}

.dmt_circle li p span {
  position: relative;
  display: block;
  text-align: left;
  padding: 3px 0;
  padding-left: 20px;
}

.dmt_circle li p span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
}

.dmt_circle li p span.case01::before {
  background: #2e77c1;
}

.dmt_circle li p span.case02::before {
  background: #ffcb4a;
}

.dmt_circle li p span.case03::before {
  background: #bbbbbb;
}

.dmt_circle li p span.case04::before {
  background: #075293;
}

.dmt_bar {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}

.dmt_bar .dmt_bar_title {
  display: block;
  margin-bottom: 20px;
  font-size: 23px;
  text-align: center;
}

/* 치매안심센터 */
.dmt_center {
  margin-bottom: 30px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}

.dmt_center ul {
  overflow: hidden;
  border-top: 1px solid #e4e4e4;
}

.dmt_center ul:first-child {
  border-top: 0;
}

.dmt_center li {
  float: left;
  width: 33.3%;
  text-align: center;
  padding: 30px 20px;
  border-left: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dmt_center li:first-child {
  border-left: 0;
}

.dmt_center li .centerimg {
  height: 100px;
  line-height: 90px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

.dmt_center li .centertxt {
  border-top: 1px dashed #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
}

.dmt_center li .centertxt strong {
  display: block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
  word-break: keep-all;
}

.dmt_center li .centertxt a {
  background: #5370aa;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 20200511 end */
/* 영생관리사업소 */
.funeralHistory {
  padding-top: 5px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/bg_diagonal_line.png) 0 0 repeat-x;
}

.funeralHistory > li {
  overflow: hidden;
  position: relative;
  min-height: 20px;
  padding: 25px 0 30px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/bg_diagonal_line.png) 0 100% repeat-x;
}

.funeralHistory .year {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100px;
  font-weight: normal;
  font-size: 19px;
  line-height: 40px;
  text-align: center;
  border-radius: 30px;
  background-color: #cfd7e6;
}

.funeralHistory p {
  position: relative;
  margin-left: 130px;
  padding-left: 120px;
  line-height: 20px;
}

.funeralHistory p b {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}

.funeralHistory p + p {
  margin-top: 8px;
}

.organList.funeral {
  max-width: 660px;
  margin: 0 auto;
}

.organList.funeral .organDepth3 > li > ul {
  min-height: 180px;
}

.organList.funeral .organDepth3 em {
  display: block;
  font-weight: bold;
}

.crematorium.hexagon-list > li:nth-of-type(1) .desc {
  padding-top: 30px;
}

.crematorium.hexagon-list > li:nth-of-type(3) .desc {
  padding-top: 17px;
}

/*지방세납세자 권리헌장*/
.taxpayer_charter {
  padding: 45px;
  border: 2px solid #e4e4e4;
}

.taxpayer_charter h5 span {
  background-color: #2e74c2;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 24px;
}

.taxpayer_charter ol {
  margin-top: 30px;
  padding-top: 10px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/bg_diagonal_line.png) 0 0 repeat-x;
}

.taxpayer_charter li {
  position: relative;
  margin-top: 20px;
  padding-left: 0;
}

/*지방세납세자 권리헌장 20190416
.taxpayer_charter {padding:45px;border:2px solid #e4e4e4}
.taxpayer_charter > p {margin-top:30px;padding:0 15px;font-weight:600;font-size:16px;line-height:1.8}
.taxpayer_charter ol {margin-top:30px;padding-top:10px;background:url(/humanframe/_resource/incdlue/cmm_new/image/common/bg_diagonal_line.png) 0 0 repeat-x}
.taxpayer_charter li {position:relative;min-height:60px;margin-top:20px;padding-left:80px;font-size:16px}
.taxpayer_charter li .num {content:"하나";display:inline-block;position:absolute;top:0;left:0;width:60px;height:60px;font-weight:600;font-size:16px;line-height:60px;color:#3f5f9c;text-align:center;vertical-align:middle;border-radius:60px;background-color:#e3e8f1}
.taxpayer_charter li p {display:table-cell;height:60px;vertical-align:middle}*/
/* 국민신청실명제안내 - 처리절차 */
.step_list {
  overflow: hidden;
  margin-left: -40px;
}

.step_list li {
  float: left;
  width: calc(25% - 40px);
  margin-left: 40px;
  min-height: 96px;
  border: solid 2px #b9bbc0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 10px 5px;
  position: relative;
}

.step_list li:nth-child(2n) {
  border: solid 2px #6a83b5;
}

.step_list li:before {
  content: "";
  display: block;
  position: absolute;
  right: -42px;
  top: 50%;
  width: 40px;
  height: 11px;
  margin-top: -5px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow.gif) no-repeat 0 0;
}

.step_list li:last-child:before {
  content: "";
  display: none;
}

.step_list li dl.mh95 {
  min-height: 95px;
}

.step_list li dl.mh140 {
  min-height: 140px;
}

.step_list li dl dt {
  color: #3f5f9c;
  margin-bottom: 3px;
}

/* 국가유공자 생활보조수당 - 지급절차 */
.step_list1 {
  overflow: hidden;
  margin-left: -40px;
}

.step_list1 li {
  float: left;
  width: calc(25% - 40px);
  margin-left: 40px;
  border: solid 1px #ddd;
  border-top: solid 2px #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  text-align: center;
  position: relative;
}

.step_list1 li:before {
  content: "";
  display: block;
  position: absolute;
  right: -41px;
  top: 50%;
  width: 40px;
  height: 11px;
  margin-top: -5px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow.gif) no-repeat 0 0;
}

.step_list1 li:last-child:before {
  content: "";
  display: none;
}

.step_list1 li dl dt {
  line-height: 40px;
  font-weight: 600;
  border-bottom: solid 1px #ddd;
  background-color: #fafbfd;
}

.step_list1 li dl dd {
  padding: 10px 5px;
  letter-spacing: -0.75px;
}

/* 직업상담사 - 상담내용 */
.step_list2 {
  overflow: hidden;
  margin-left: -40px;
}

.step_list2 li {
  float: left;
  width: calc(25% - 40px);
  margin-left: 40px;
  border: solid 2px #b9bbc0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 30px 5px;
  position: relative;
}

/* 의료서비스 - 지원절차 */
.step_list3 {
  overflow: hidden;
  margin-left: -40px;
}

.step_list3 li {
  float: left;
  width: calc(33.33% - 40px);
  margin-left: 40px;
  height: 95px;
  border: solid 2px #b9bbc0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
  position: relative;
  display: table;
}

.step_list3 li:nth-child(1), .step_list3 li:nth-child(2), .step_list3 li:nth-child(3) {
  margin-bottom: 10px;
}

.step_list3 li p {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.step_list3 li:before {
  content: "";
  display: block;
  position: absolute;
  right: -42px;
  top: 50%;
  width: 40px;
  height: 11px;
  margin-top: -5px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow.gif) no-repeat 0 0;
}

.step_list3 li:last-child:before {
  content: "";
  display: none;
}

/* 공장설립 안내 - 지원절차 */
.step_list4 {
  overflow: hidden;
  margin-left: -40px;
}

.step_list4 li {
  float: left;
  width: calc(25% - 40px);
  margin-left: 40px;
  min-height: 93px;
  border: solid 2px #b9bbc0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
  position: relative;
  display: table;
}

.step_list4 li:nth-child(1), .step_list4 li:nth-child(2), .step_list4 li:nth-child(3), .step_list4 li:nth-child(4) {
  margin-bottom: 10px;
}

.step_list4 li p {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.step_list4 li:before {
  content: "";
  display: block;
  position: absolute;
  right: -42px;
  top: 50%;
  width: 40px;
  height: 11px;
  margin-top: -5px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow.gif) no-repeat 0 0;
}

.step_list4 li:last-child:before {
  content: "";
  display: none;
}

/* 지방세 납부 - ARS 이용절차 */
.step_list5 {
  overflow: hidden;
  margin-left: -40px;
}

.step_list5 li {
  float: left;
  width: calc(20% - 40px);
  margin-left: 40px;
  min-height: 180px;
  border: solid 2px #b9bbc0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
  position: relative;
  display: table;
}

.step_list5 li p {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  line-height: 18px;
}

.step_list5 li p span {
  font-size: 13px;
  font-weight: normal;
  background-position-y: 8px;
}

.step_list5 li:before {
  content: "";
  display: block;
  position: absolute;
  right: -42px;
  top: 50%;
  width: 40px;
  height: 11px;
  margin-top: -5px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow.gif) no-repeat 0 0;
}

.step_list5 li:last-child:before {
  content: "";
  display: none;
}

/* 지방세 납부 - ARS 이용절차  6개 한줄 */
.step_list6_inline {
  overflow: hidden;
  margin-left: -40px;
}

.step_list6_inline li {
  float: left;
  width: calc(16% - 40px);
  margin-left: 40px;
  min-height: 180px;
  border: solid 2px #b9bbc0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
  position: relative;
  display: table;
}

.step_list6_inline li p {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  line-height: 18px;
}

.step_list6_inline li p span {
  font-size: 13px;
  font-weight: normal;
  background-position-y: 8px;
}

.step_list6_inline li:before {
  content: "";
  display: block;
  position: absolute;
  right: -42px;
  top: 50%;
  width: 40px;
  height: 11px;
  margin-top: -5px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow.gif) no-repeat 0 0;
}

.step_list6_inline li:last-child:before {
  content: "";
  display: none;
}

/* 민원안내 - 어디서나민원 - 자격면허증 발급 처리절차 */
.step_list6 {
  overflow: hidden;
  margin-left: -40px;
}

.step_list6 li {
  float: left;
  width: calc(20% - 40px);
  margin-left: 40px;
  height: 130px;
  border: solid 2px #b9bbc0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
  position: relative;
  display: table;
}

.step_list6 li p {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.step_list6 li p span {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: -1px;
}

.step_list6 li:before {
  content: "";
  display: block;
  position: absolute;
  right: -42px;
  top: 50%;
  width: 40px;
  height: 11px;
  margin-top: -5px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow.gif) no-repeat 0 0;
}

.step_list6 li:last-child:before {
  content: "";
  display: none;
}

/* 민원안내 - 어디서나민원 - 자격면허증 발급 처리절차 */
.step_list7 {
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.step_list7 li {
  width: 170px;
  height: 170px;
  border: solid 2px #b9bbc0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  margin: 0 2px 10px;
  position: relative;
  display: inline-table;
  border-radius: 50%;
  vertical-align: top;
}

.step_list7 li p {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.step_list7 li p span {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: -1px;
}

/* 전자민원 - 민원안내 - 주민등록번호 변경신청 안내 */
.step_list8 {
  overflow: hidden;
  margin-left: -100px;
}

.step_list8 li {
  float: left;
  width: calc(33.33% - 100px);
  margin-left: 100px;
  min-height: 95px;
  border: solid 2px #b9bbc0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
  position: relative;
  display: table;
}

.step_list8 li p {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.step_list8 li:before {
  content: "";
  display: block;
  position: absolute;
  right: -102px;
  top: 50%;
  width: 100px;
  margin-top: -32px;
  padding-bottom: 6px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow_long.gif) no-repeat 0 bottom;
  font-size: 12px;
  text-align: center;
}

.step_list8 li:nth-child(1):before {
  content: "①변경신청";
}

.step_list8 li:nth-child(2):before {
  content: "②변경결정청구";
}

.step_list8 li:after {
  content: "";
  display: block;
  position: absolute;
  right: -102px;
  top: 50%;
  width: 100px;
  margin-top: 7px;
  padding-top: 5px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow_long1.gif) no-repeat 0 top;
  font-size: 12px;
  text-align: center;
}

.step_list8 li:nth-child(1):after {
  content: "④처분결과통지";
}

.step_list8 li:nth-child(2):after {
  content: "③심의결과통보";
}

.step_list8 li:last-child:before, .step_list8 li:last-child:after {
  content: "";
  display: none;
}

/* 분야별정보 - 복지 - 사회복지 - 의사상자 예우제도 */
.step_list9 {
  overflow: hidden;
  margin-left: -60px;
}

.step_list9 li {
  float: left;
  width: calc(25% - 60px);
  margin-left: 60px;
  min-height: 95px;
  border: solid 2px #b9bbc0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
  position: relative;
  display: table;
}

.step_list9 li p {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.step_list9 li:before {
  content: "";
  display: block;
  position: absolute;
  right: -62px;
  top: 50%;
  width: 60px;
  margin-top: -42px;
  padding-bottom: 10px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow_long.gif) no-repeat right bottom;
  font-size: 12px;
  text-align: center;
  white-space: pre;
  line-height: 1.2;
}

.step_list9 li:nth-child(1):before, .step_list9 li:nth-child(2):before, .step_list9 li:nth-child(3):before {
  content: "심사결과\a통보";
}

.step_list9 li:after {
  content: "";
  display: block;
  position: absolute;
  right: -62px;
  top: 50%;
  width: 60px;
  margin-top: 4px;
  padding-top: 10px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow_long1.gif) no-repeat 0 top;
  font-size: 12px;
  text-align: center;
  white-space: pre;
  line-height: 1.2;
}

.step_list9 li:nth-child(1):after {
  content: "인정\a신청";
}

.step_list9 li:nth-child(2):after, .step_list9 li:nth-child(3):after {
  content: "인정신청\a보고";
}

.step_list9 li:last-child:before, .step_list9 li:last-child:after {
  content: "";
  display: none;
}

/* 정보공개 - 재정정보 - 중기지방재정계획 */
.step_list10 {
  overflow: hidden;
  margin-left: -40px;
}

.step_list10 li {
  float: left;
  width: calc(20% - 40px);
  margin-left: 40px;
  min-height: 60px;
  border: solid 2px #b9bbc0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
  position: relative;
  display: table;
}

.step_list10 li p {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.step_list10 li:before {
  content: "";
  display: block;
  position: absolute;
  right: -42px;
  top: 50%;
  width: 40px;
  height: 11px;
  margin-top: -5px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow.gif) no-repeat 0 0;
}

.step_list10 li:last-child:before {
  content: "";
  display: none;
}

/* 분야별정보 - 도시정비 - 기대효과 */
.step_list11 {
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.step_list11 li {
  width: 210px;
  height: 210px;
  border: solid 10px #d0d7e7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  margin: 10px 15px;
  position: relative;
  display: inline-table;
  border-radius: 50%;
  vertical-align: top;
}

.step_list11 li p {
  width: 100%;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.step_list11 li p span {
  font-weight: bold;
  color: #3f5a91;
  font-size: 15px;
}

/* 분야별정보 - 주택건축부동산 - 도로명주소 - 건물번호 상세주소 부여신청 */
.step_group {
  overflow: hidden;
  margin-left: -40px;
}

.step_group > li {
  float: left;
  width: calc(33.33% - 40px);
  margin-left: 40px;
}

.step_group > li ul li {
  float: left;
  width: 100%;
  min-height: 95px;
  border: solid 2px #b9bbc0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
  position: relative;
  display: table;
}

.step_group > li ul li p {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.step_group > li ul li:before {
  content: "";
  display: block;
  position: absolute;
  right: -42px;
  top: 50%;
  width: 40px;
  height: 11px;
  margin-top: -5px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow.gif) no-repeat 0 0;
}

.step_group > li ul li.arrow_txt:before {
  content: "표준형";
  display: block;
  position: absolute;
  right: -42px;
  top: 50%;
  width: 40px;
  height: 30px;
  margin-top: -24px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow.gif) no-repeat 0 bottom;
  font-size: 13px;
}

.step_group > li ul li.arrow_b {
  min-height: 40px;
  line-height: 40px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow1.gif) no-repeat center 0;
  border: none;
  padding: 0;
  text-align: center;
  text-indent: 25%;
  font-size: 13px;
}

.step_group > li ul li.arrow_t {
  min-height: 40px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow2.gif) no-repeat center 0;
  border: none;
  padding: 0;
  font-size: 13px;
}

.step_group > li ul li.arrow_b:before, .step_group > li ul li.arrow_t:before, .step_group > li:last-child ul li:before {
  content: "";
  display: none;
}

/* 분야별정보_복지_청년복지_청년일자리사업_지역주도형 청년일자리사업 - 절차 */
.step_list12 {
  overflow: hidden;
  margin-left: -30px;
}

.step_list12 li {
  float: left;
  width: calc(20% - 30px);
  margin-left: 30px;
  border: solid 1px #ddd;
  border-top: solid 2px #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
}

.step_list12 li:before {
  content: "";
  display: block;
  position: absolute;
  right: -31px;
  top: 50%;
  width: 30px;
  height: 11px;
  margin-top: -5px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow.gif) no-repeat right 0;
}

.step_list12 li:last-child:before {
  content: "";
  display: none;
}

.step_list12 li dl dt {
  line-height: 1.4;
  font-weight: 600;
  border-bottom: solid 1px #ddd;
  background-color: #fafbfd;
  padding: 18px 0;
}

.step_list12 li:nth-child(3) dl dt {
  padding: 7px 0;
}

.step_list12 li dl dd {
  display: table;
  padding: 5px;
  min-height: 80px;
}

.step_list12 li dl dd p {
  display: table-cell;
  letter-spacing: -0.75px;
  vertical-align: middle;
  text-align: center;
}

/* 20200316 start */
/* 분야별정보_복지_청년복지_청년일자리사업_청년 일경험사업 - 절차 */
.step_list13 {
  overflow: hidden;
  margin-left: -30px;
}

.step_list13 > li {
  float: left;
  width: calc(25% - 30px);
  margin-left: 30px;
  border: solid 1px #ddd;
  border-top: solid 2px #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
}

.step_list13 > li:before {
  content: "";
  display: block;
  position: absolute;
  right: -31px;
  top: 50%;
  width: 30px;
  height: 11px;
  margin-top: -5px;
  background: url(https://www.seongnam.go.kr/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow.gif) no-repeat right 0;
}

.step_list13 li:last-child:before {
  content: "";
  display: none;
}

.step_list13 li dl dt {
  line-height: 1.4;
  font-weight: 600;
  border-bottom: solid 1px #ddd;
  background-color: #fafbfd;
  padding: 18px 0;
}

.step_list13 li dl dd {
  display: table;
  padding: 5px;
}

.step_list13 li dl dd:last-child {
  display: block;
  min-height: auto;
  border-top: 1px solid #ddd;
}

.step_list13 li dl dd ul {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 110px;
}

.step_list13 li dl dd p {
  letter-spacing: -0.75px;
  text-align: left;
}

/* 분야별정보_복지_청년복지_청년복지사업_청년마음 건강지원 사업 - 절차 */
.step_list14 {
  overflow: hidden;
  margin-left: -30px;
}

.step_list14 li {
  float: left;
  width: calc(33.3% - 50px);
  margin-left: 50px;
  border: solid 1px #ddd;
  background: #f3f4f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: table;
}

.step_list14 li:before {
  content: "";
  display: block;
  position: absolute;
  right: -40px;
  top: 50%;
  width: 30px;
  height: 11px;
  margin-top: -5px;
  background: url(https://www.seongnam.go.kr/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow.gif) no-repeat right 0;
}

.step_list14 li:first-child:before {
  width: 10px;
  height: 10px;
  right: -30px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_plus.png) no-repeat right 0;
}

.step_list14 li:last-child:before {
  content: "";
  display: none;
}

.step_list14 li p {
  display: table-cell;
  height: 90px;
  vertical-align: middle;
  letter-spacing: -0.75px;
  text-align: center;
}

.step_list15 {
  overflow: hidden;
  margin-left: -10px;
}

.step_list15 > li {
  float: left;
  width: calc(25% - 30px);
  margin-left: 30px;
  border: solid 1px #ddd;
  border-top: solid 2px #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  min-height: 250px;
}

.step_list15 > li:before {
  content: "";
  display: block;
  position: absolute;
  right: -31px;
  top: 50%;
  width: 30px;
  height: 11px;
  margin-top: -5px;
  background: url(https://www.seongnam.go.kr/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow.gif) no-repeat right 0;
}

.step_list15 li:last-child:before {
  content: "";
  display: none;
}

.step_list15 li dl dt {
  line-height: 1.4;
  font-weight: 600;
  border-bottom: solid 1px #ddd;
  background-color: #fafbfd;
  padding: 18px 0;
}

.step_list15 li dl dd {
  display: table;
  width: 100%;
  padding: 5px 0;
}

.step_list15 li dl dd:last-child {
  display: block;
  min-height: auto;
  border-top: 1px solid #ddd;
}

.step_list15 li dl dd:last-child > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
}

.step_list15 li dl dd:last-child > ul li {
  width: 100%;
  margin-left: 15px;
}

.step_list15 li dl dd p {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  letter-spacing: -0.75px;
  text-align: center;
}

/* 20200316 and */
/* 시민참여 - 온라인신청 - 코로나19 피해 소상공인 경영안정비 지원 */
/* 20200403 strat */
.step_list16 {
  overflow: hidden;
  margin-left: -50px;
}

.step_list16 li {
  float: left;
  width: calc(33.3% - 50px);
  margin-left: 50px;
  border: solid 1px #ddd;
  border-top: solid 2px #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
}

.step_list16 li:before {
  content: "";
  display: block;
  position: absolute;
  right: -40px;
  top: 50%;
  width: 30px;
  height: 11px;
  margin-top: -5px;
  background: url(https://www.seongnam.go.kr/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow.gif) no-repeat right 0;
}

.step_list16 li:last-child:before {
  content: "";
  display: none;
}

.step_list16 li dl dt {
  line-height: 1.4;
  font-weight: 600;
  border-bottom: solid 1px #ddd;
  background-color: #fafbfd;
  padding: 18px 0;
}

.step_list16 li dl dd {
  display: table;
  padding: 5px;
  min-height: 50px;
  margin: 0 auto;
}

.step_list16 li dl dd b {
  display: table-cell;
  letter-spacing: -0.75px;
  vertical-align: middle;
  text-align: center;
}

/* 20200403 and */
/* 분야별정보_일자리_산재보험지원사업 - 절차 */
.step_list18 {
  overflow: hidden;
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.step_list18 > li {
  width: calc(20% - 30px);
  margin-left: 30px;
  border: solid 1px #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
}

.step_list18 > li:before {
  content: "";
  display: block;
  position: absolute;
  right: -31px;
  top: 50%;
  width: 30px;
  height: 11px;
  margin-top: -5px;
  background: url(https://www.seongnam.go.kr/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow.gif) no-repeat right 0;
}

.step_list18 li:last-child:before {
  content: "";
  display: none;
}

.step_list18 li dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
  font-weight: 600;
  background-color: #fafbfd;
  padding: 18px 0;
  height: 50px;
}

.step_list18 li dl dt > div {
  width: 100%;
}

.step_list18 li dl dt > div span {
  font-size: 13px;
  color: #222;
}

/* 분야별정보_일자리_유급병가지원 - 체크리스트 박스 */
.checklistBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 10px;
  min-height: 32px;
  border: 1px solid #e4e4e4;
}

/* 분야별정보_일자리_유급병가지원 - 절차 */
.step_list19 {
  overflow: hidden;
  margin-left: -30px;
}

.step_list19 > li {
  float: left;
  width: calc(20% - 30px);
  margin-left: 30px;
  border: solid 1px #ddd;
  border-top: solid 2px #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
}

.step_list19.col3 > li {
  width: calc(33.333% - 30px);
}

.step_list19.col4 > li {
  width: calc(25% - 30px);
}

.step_list19 > li:before {
  content: "";
  display: block;
  position: absolute;
  right: -31px;
  top: 50%;
  width: 30px;
  height: 11px;
  margin-top: -5px;
  background: url(https://www.seongnam.go.kr/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow.gif) no-repeat right 0;
}

.step_list19 li:last-child:before {
  content: "";
  display: none;
}

.step_list19 li dl dt {
  line-height: 1.4;
  font-weight: 600;
  border-bottom: solid 1px #ddd;
  background-color: #fafbfd;
  padding: 18px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
}

.step_list19 li dl dd {
  display: table;
  padding: 5px;
}

.step_list19 li dl dd:last-child {
  display: block;
  min-height: auto;
  border-top: 1px solid #ddd;
}

.step_list19-1 li dl dd {
  display: block;
  padding: 5px;
}

/* 성남형 정책연구 */
.step_list20 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.step_list20 > li {
  width: calc(50% - 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  border: 1px solid #ddd;
  border-top: 2px solid #555;
}

.step_list20 > li:nth-child(2n) {
  margin-right: 0;
}

.step_list20 > li div.tit {
  background: #fafbfd;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}

.step_list20 > li div.con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}

/* NEW step list - 220126 */
.stepWrap {
  margin-bottom: 5px;
}

.stepWrap li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stepWrap li + li {
  margin-top: 20px;
}

.stepWrap li .inner {
  position: relative;
  border: 2px solid #6a83b5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-right: 40px;
}

.stepWrap li .inner ~ .inner:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_type1_arrow_02.png);
  position: absolute;
  left: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.stepWrap li .inner ~ .inner:nth-child(even):before {
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_type1_arrow_01.png);
}

.stepWrap li .inner:last-child {
  margin-right: 0;
}

.stepWrap li .inner:nth-child(even) {
  border: 2px solid #3f5f9c;
}

.stepWrap li .inner .tit {
  background: #6a83b5;
  color: #fff;
  font-weight: bold;
  min-height: 50px;
  line-height: 1.2;
}

.stepWrap li .inner:nth-child(even) .tit {
  background: #3f5f9c;
}

.stepWrap li .inner .tit,
.stepWrap li .inner .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stepWrap li .inner .con {
  padding: 10px 0;
  vertical-align: middle;
  height: 80px;
}

.stepWrap.col2 li .inner {
  width: calc(50% - 20px);
}

.stepWrap.col3 li .inner {
  width: calc(33.333% - 27px);
}

.stepWrap.col4 li .inner {
  width: calc(25% - 30px);
}

.stepWrap.col5 li .inner {
  width: calc(20% - 32px);
}

.stepWrap.col3 li + li .inner:nth-child(odd),
.stepWrap.col5 li + li .inner:nth-child(odd) {
  border: 2px solid #3f5f9c;
}

.stepWrap.col3 li + li .inner:nth-child(even),
.stepWrap.col5 li + li .inner:nth-child(even) {
  border: 2px solid #6a83b5;
}

.stepWrap.col3 li + li .inner:nth-child(odd) .tit,
.stepWrap.col5 li + li .inner:nth-child(odd) .tit {
  background: #3f5f9c;
}

.stepWrap.col3 li + li .inner:nth-child(even) .tit,
.stepWrap.col5 li + li .inner:nth-child(even) .tit {
  background: #6a83b5;
}

.stepWrap.notit li .inner,
.stepWrap.notit li + li .inner:nth-child(even),
.stepWrap.notit li + li .inner:nth-child(odd) {
  border: 2px solid #b9bbc0;
}

.stepWrap.notit li .inner:before,
.stepWrap.notit li .inner:nth-child(even):before,
.stepWrap.notit li + li .inner:first-child:before {
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_type1_arrow_03.png);
}

/* 소규모주택정비 관리지역 현황 */
.RedevelopmentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.RedevelopmentWrap > ul {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 1;
}

.RedevelopmentWrap > ul::before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
}

.RedevelopmentWrap > ul li {
  position: relative;
  width: 330px;
  height: 70px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

.RedevelopmentWrap > ul li .subtext {
  position: absolute;
  left: 190px;
  bottom: -25px;
  display: inline-block;
  width: auto;
  font-size: 14px;
  font-weight: bold;
}

.RedevelopmentWrap > ul li * {
  width: 100%;
}

.RedevelopmentWrap > ul li strong {
  color: #333;
}

.RedevelopmentWrap > ul.type1 li:first-child {
  background-color: #009946;
  color: #fff;
}

.RedevelopmentWrap > ul.type1 li {
  background-color: #c3f0d3;
}

.RedevelopmentWrap > ul.type1 li:last-child {
  background-color: #636363;
  color: #fff;
}

.RedevelopmentWrap > ul.type2 li:first-child {
  background-color: #4569af;
  color: #fff;
}

.RedevelopmentWrap > ul.type2 li {
  background-color: #c1d3f7;
}

.RedevelopmentWrap > ul.type2 li.active {
  background-color: #fff;
  border: 3px dashed #c1d3f7;
}

.RedevelopmentWrap > ul.type2 li:last-child {
  background-color: #525d71;
  color: #fff;
}

.RedevelopmentWrap > ul li.none {
  background-color: transparent;
}

.RedevelopmentWrap > ul li + li {
  margin-top: 25px;
}

.smallhomeMap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.smallhomeMap > ul > li {
  width: 50%;
  border: 1px solid #ddd;
}

.smallhomeMap > ul > li + li {
  border-left: 0;
}

.smallhomeMap > ul > li img {
  width: 100%;
  padding: 10px;
  height: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.smallhomeMap > ul > li p {
  border-top: 1px solid #ddd;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

/* 여성친화도시 220315 */
.woman_vision {
  margin-top: 51px;
}

.woman_v_lft {
  width: 244px;
  margin-right: 30px;
}

.woman_v_rgt {
  width: calc(100% - 274px);
}

.woman_vision_wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

.woman_vision_wrap > ul > li {
  float: left;
}

.woman_vision_wrap > ul {
  margin-top: 20px;
}

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

.woman_slogan {
  border: 1px solid #badfa5;
  text-align: center;
  padding: 20px 0;
}

.woman_slogan h6 {
  color: #389900;
  font-weight: 400;
  font-size: 18px;
}

.woman_slogan p {
  color: #333;
  font-weight: bold;
  font-size: 28px;
}

.woman_title_bg {
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/woman_titie_bg.png) no-repeat center center;
  width: 100%;
  height: 230px;
  padding: 20px 0;
}

.woman_title_bg ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woman_title_bg ul li {
  width: 110px;
  height: 110px;
  background: red;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 17px;
}

.woman_title_bg ul li.w_title01 {
  background-color: #39c0f3;
}

.woman_title_bg ul li.w_title02 {
  background-color: #44b900;
}

.woman_title_bg ul li.w_title03 {
  background-color: #ff8a00;
  margin-left: 10px;
}

.woman_vision_h > li.lft {
  width: 205px;
  height: 180px;
  margin-right: 30px;
  position: relative;
  z-index: 0;
  background: linear-gradient(127deg, #42b904, #19b254);
  border-radius: 30px 0 30px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-weight: bold;
}

.woman_vision_h > li.rft {
  width: calc(100% - 235px);
  height: 180px;
  border: 1px solid #badfa5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 30px 0 30px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/woman_vision_bg.jpg) no-repeat right 0;
}

.woman_vision_h > li.rft ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

.woman_vision_h > li.rft ul > li {
  padding: 0 30px;
}

.woman_vision_h > li.rft ul > li > p {
  font-size: 16px;
  position: relative;
  padding-left: 7px;
  width: 100%;
}

.woman_vision_h > li.rft ul > li > p + p {
  margin-top: 8px;
}

.woman_vision_h > li.rft ul > li > p:before {
  position: absolute;
  content: "";
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #44b900;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.woman_vision_lft {
  width: 205px;
  margin-right: 30px;
  position: relative;
  z-index: 0;
}

.woman_vision_rgt {
  width: calc(100% - 235px);
  height: auto;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px 0 15px 0;
}

.woman_vision_lft p {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.05em;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woman_vision_rgt > ul {
  border-bottom: 1px solid #e4e4e4;
}

.woman_vision_rgt > ul:last-child {
  border-bottom: 0;
}

.woman_vision_rgt > ul > li {
  height: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woman_vision_rgt > ul > li.row5 {
  padding: 10px 30px;
  height: 180px;
}

.woman_vision_rgt > ul > li.row3 {
  padding: 15px 30px;
}

.woman_vision_rgt > ul > li > h6 {
  font-size: 15px;
  font-weight: bold;
  line-height: 27px;
  letter-spacing: -0.05em;
  margin-bottom: 2px;
}

.woman_vision_rgt > ul > li > p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.05em;
  color: #555555;
  position: relative;
  padding-left: 7px;
  width: 100%;
}

.woman_vision_rgt > ul > li > p::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.woman_vision_line {
  position: absolute;
  right: -35px;
  top: 50%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.woman_vision_line:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #000;
  position: absolute;
  top: 50%;
  right: -2.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.woman_vision01 .woman_vision_line:before {
  border-color: #39c0f3;
}

.woman_vision02 .woman_vision_line:before {
  border-color: #068a4b;
}

.woman_vision03 .woman_vision_line:before {
  border-color: #ff8a00;
}

.woman_vision04 .woman_vision_line:before {
  border-color: #f3d443;
}

.woman_vision05 .woman_vision_line:before {
  border-color: #ff8309;
}

.woman_vision01 > p {
  background: -webkit-gradient(linear, left top, left bottom, from(#39c0f3), to(#0293ca));
  background: linear-gradient(#39c0f3, #0293ca);
  color: #fff;
  font-weight: bold;
}

.woman_vision02 > p {
  background: -webkit-gradient(linear, left top, left bottom, from(#1bb24f), to(#3fb80a));
  background: linear-gradient(#1bb24f, #3fb80a);
  color: #fff;
  font-weight: bold;
}

.woman_vision03 > p {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8a00), to(#d97e12));
  background: linear-gradient(#ff8a00, #d97e12);
  color: #fff;
  font-weight: bold;
}

.woman_vision04 > p {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3d442), to(#deb909));
  background: linear-gradient(#f3d442, #deb909);
  color: #fff;
  font-weight: bold;
}

.woman_list_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.woman_list_wrap ul li {
  width: calc(25% - 20px);
  margin-right: 20px;
}

.woman_list_wrap ul li:nth-child(1) .tit {
  background: -webkit-gradient(linear, left top, left bottom, from(#39c0f3), to(#0293ca));
  background: linear-gradient(#39c0f3, #0293ca);
  text-align: center;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: bold;
}

.woman_list_wrap ul li:nth-child(2) .tit {
  background: -webkit-gradient(linear, left top, left bottom, from(#1bb24f), to(#3fb80a));
  background: linear-gradient(#1bb24f, #3fb80a);
  text-align: center;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: bold;
}

.woman_list_wrap ul li:nth-child(3) .tit {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8a00), to(#d97e12));
  background: linear-gradient(#ff8a00, #d97e12);
  text-align: center;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: bold;
}

.woman_list_wrap ul li:nth-child(4) .tit {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3d442), to(#deb909));
  background: linear-gradient(#f3d442, #deb909);
  text-align: center;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: bold;
}

.woman_list_wrap ul li .con {
  border: 1px solid #d1d1d1;
  border-top: 0;
  padding: 10px 15px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woman_list_wrap ul li .con p {
  width: 100%;
}

/* 신청폼수정 start */
.nForm {
  border-top: 2px solid #666;
  overflow: hidden;
}

.nForm > li {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nForm > li.p4 {
  width: 50%;
  float: left;
}

.nForm > li.p2h2 {
  height: 110px;
}

.nForm > li > div {
  display: table-cell;
  width: calc(100% - 240px);
  font-size: 15px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

.nForm > li > div.tit_hh {
  width: 145px;
  font-weight: normal;
  color: #555;
  background-color: #f3f4f8;
}

.nForm > li > div.address {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nForm > li > div .form-ele.auto {
  max-width: 150px;
}

.nForm > li > div .form-ele.auto ~ label {
  margin-left: 7px;
  vertical-align: middle;
}

.nForm > li > div .inputDate input {
  height: 30px;
  line-height: 30px;
}

.nForm > li > div .bus_num {
  position: relative;
  padding-right: 45px;
}

.nForm > li > div .bus_num .numericForm input {
  max-width: 66px;
}

.nForm > li > div .bus_num > span {
  position: absolute;
  top: 0;
}

.nForm > li > div .bus_num > span a {
  margin: 0;
  padding: 6px 7px;
}

.nForm > li.jointInput ul {
  padding: 10px 0;
}

.nForm > li.jointInput ul li {
  float: left;
  width: 50%;
}

.nForm > li.jointInput ul li:nth-child(n+3) {
  margin-top: 3px;
}

.nForm > li.jointInput ul li > input {
  width: calc(100% - 160px);
}

.nForm > li.jointInput ul li span input {
  width: 100px;
  line-height: 30px;
  height: 30px;
}

/* 신청폼수정 and */
/* 성남사랑상품권 종류 */
.gift_kind li {
  float: left;
  width: 49%;
  text-align: center;
}

.gift_kind li + li {
  margin-left: 2%;
}

.gift_kind li dl dt {
  border: solid 1px #dcdcdc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5px;
}

/* 자전거안전교육자료 */
.bike_safe_list {
  overflow: hidden;
  position: relative;
  margin-left: -28px;
}

.bike_safe_list li {
  float: left;
  width: calc(33.33% - 28px);
  margin-left: 28px;
  text-align: center;
}

.bike_safe_list li dl dt {
  border: solid 6px #cfd7e6;
  margin-bottom: 10px;
}

/* 자전거 도로 범례리스트 */
.bike_legend {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.bike_legend li {
  float: left;
  width: 20%;
  line-height: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 22px;
  margin-bottom: 8px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_bike.png) no-repeat 0 0;
}

.bike_legend li.legend2 {
  background-position-y: -17px;
}

.bike_legend li.legend3 {
  background-position-y: -34px;
}

.bike_legend li.legend4 {
  background-position-y: -51px;
}

.bike_legend li.legend5 {
  background-position-y: -68px;
}

.bike_legend li.legend6 {
  background-position-y: -85px;
}

.bike_legend li.legend7 {
  background-position-y: -102px;
}

.bike_legend li.legend8 {
  background-position-y: -119px;
}

.bike_legend li.legend9 {
  background-position-y: -136px;
}

.bike_legend li.legend10 {
  background-position-y: -153px;
}

.bike_legend li.legend11 {
  background-position-y: -170px;
}

.bike_legend li.legend12 {
  background-position-y: -187px;
}

.bike_legend li.legend13 {
  background-position-y: -204px;
}

.bike_legend li.legend14 {
  background-position-y: -221px;
}

.bike_legend li.legend15 {
  background-position-y: -238px;
}

.bike_legend li.legend16 {
  background-position-y: -255px;
}

.bike_legend li.legend17 {
  background-position-y: -272px;
}

.bike_legend li.legend18 {
  background-position-y: -289px;
}

.bike_legend li.legend19 {
  background-position-y: -306px;
}

.bike_legend li.legend20 {
  background-position-y: -323px;
}

.bike_legend li.legend21 {
  background-position-y: -340px;
}

.bike_legend li.legend22 {
  background-position-y: -357px;
}

.bike_legend li.legend23 {
  background-position-y: -374px;
}

/* 도시정비-정비사업현황-구역별 사업단계현황 */
.bus_step_ing li {
  margin: 0 1px 3px 0;
}

/* RSS 상단 박스 */
.rssBox {
  overflow: hidden;
  position: relative;
  padding-left: 140px;
}

.rssBox > div {
  position: absolute;
  left: 10px;
  top: 0;
  width: 110px;
}

/* 아동친화도시 */
.child10_list {
  overflow: hidden;
  position: relative;
  margin-left: -10px;
  margin-bottom: 10px;
}

.child10_list li {
  float: left;
  width: calc(10% - 10px);
  margin-left: 10px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

.child10_list li dd {
  margin-top: 5px;
  line-height: 1.4;
}

/* 20200616 start */
/* 규제입증요청 */
.step_list17 {
  overflow: hidden;
  margin-left: -40px;
}

.step_list17 li {
  float: left;
  width: calc(20% - 40px);
  margin-left: 40px;
  min-height: 80px;
  border: solid 2px #b9bbc0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
  position: relative;
  display: table;
}

.step_list17 li:nth-child(2n) {
  border: solid 2px #6a83b5;
}

.step_list17 li p {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  line-height: 18px;
}

.step_list17 li p span {
  font-size: 13px;
  font-weight: normal;
  background-position-y: 8px;
}

.step_list17 li:before {
  content: "";
  display: block;
  position: absolute;
  right: -42px;
  top: 50%;
  width: 40px;
  height: 11px;
  margin-top: -5px;
  background: url(https://www.seongnam.go.kr/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow.gif) no-repeat 0 0;
}

.step_list17 li:last-child:before {
  content: "";
  display: none;
}

/* 20200616 end */
/* 분야별정보-수도-긴급상황 문자알림 서비스 */
.waterSmsDesc {
  overflow: hidden;
  position: relative;
  background-color: #bde3f8;
}

.waterSmsDesc .img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.waterSmsDesc .waterSmsCon {
  position: relative;
  background-color: #fff;
  padding: 55% 30px 30px;
  margin: 0 50px 50px;
}

.waterSmsTab {
  position: relative;
}

.waterSmsTab li {
  float: left;
  width: 25%;
  text-align: center;
  border: solid 1px #ddd;
  border-bottom: none;
  border-left: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f8f8f8;
}

.waterSmsTab li:first-child {
  border-left: solid 1px #ddd;
}

.waterSmsTab li a {
  display: block;
  line-height: 40px;
}

.waterSmsTab li.on {
  background-color: #413d98;
  color: #fff;
}

.waterSmsTab_con {
  width: 99.99%;
  padding: 20px 20px 0;
  border: solid 1px #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.waterSmsTab_con p img {
  width: 110px;
  margin-bottom: 17px;
}

.waterSmsTab_con colgroup col:first-child {
  width: 100px;
}

/* 라돈측정기 대여 상태정보 */
.radonState {
  display: inline-block;
  min-width: 90px;
  padding: 2px 8px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.radonState.wait {
  background-color: #3f5f9c;
}

.radonState.ing {
  background-color: #ff6600;
}

.radonState.return {
  background-color: #6a6e78;
}

.radonState.cncl {
  background-color: #f3f4f8;
  color: #666;
}

/* infoList 정보목록 */
.tabWrap {
  margin-bottom: 20px;
}

.tabWrap ul li {
  width: 50%;
  float: left;
  height: 50px;
  border: 1px solid #e4e4e4;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tabWrap ul li.tab_on {
  background-color: #07548f;
  border: 1px solid #07548f;
}

.tabWrap ul li.tab_on a {
  color: #fff;
}

.tabWrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  font-size: 17px;
  font-weight: bold;
  color: #333333;
}

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

.eventFilterForm .field02 {
  padding-left: 0;
}

.field_half > li {
  float: left;
  width: 49%;
}

.field_half > li:first-child {
  margin-right: 2%;
}

.eventFilterForm .field_half > li:first-child .inpFullBtn {
  padding-left: 80px;
}

.field_half > li .tit02 {
  float: left;
  padding-right: 24px;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: -0.075em;
  color: #111111;
  font-weight: bold;
}

.field_half > li .schForm {
  float: left;
  width: 224px;
}

.field_half > li .schForm select {
  width: 100%;
}

.field_half > li:after {
  display: block;
  content: "";
  clear: both;
}

.eventFilterForm .field_half > li .inpFullBtn {
  width: calc(100% - 80px);
  padding-right: 0;
  float: left;
}

.eventFilterForm02 {
  padding: 18px 160px 15px 20px;
  margin-bottom: 25px;
}

.eventFilterForm02 .btn_position {
  bottom: inherit;
  top: 0;
  margin-top: 18px;
}

.reg_btn {
  text-align: right;
  margin-top: 15px;
}

.reg_btn a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #3f5f9c;
  padding: 5px 15px;
}

.sinmungo p br {
  display: none;
} /* 신문고수정 */
/* 쓰레기분리배출안내 */
.fl_img {
  margin-top: 14px;
  margin-bottom: 17px;
}

.fl_img02 {
  margin-top: 0;
  margin-bottom: 17px;
}

.fl_img02 .dot-list li {
  margin-bottom: 12px;
}

.fl_img > li {
  float: left;
}

.fl_img > li:nth-child(2n) {
  float: right;
}

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

.guide > li > ul.fl_img > li {
  margin-bottom: 0;
}

.garbage_info {
  margin-top: -12px;
  margin-bottom: 13px;
  font-size: 15px;
  color: #555555;
}

/* 20200703 start */
.pesticide {
  font-size: 0;
  margin-left: -30px;
  margin-top: 10px;
}

.pesticide li {
  display: inline-block;
  width: 344px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.pesticide li:nth-child(3n+1) {
  margin-left: 0;
}

.pesticide li img {
  width: 100%;
}

/* 20200703 end */
/* 기록문화페이지추가 start */
.girokculture_pc {
  position: relative;
}

.girokculture_pc > img {
  width: 100%;
}

.girokculture_info {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 400px;
  overflow: hidden;
  margin-top: -100px;
} /* 기록문화수정 */
.girokculture_info img {
  float: right;
}

.girokculture_info a {
  float: right;
  display: block;
  width: 200px;
  font-size: 18px;
  height: 59px;
  line-height: 59px;
  margin-top: 30px;
  background-color: #3f5f9c;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.girokculture_info a::before {
  content: "";
  display: inline;
  padding-left: 28px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/girok_ico.png) 0 center no-repeat;
}

.girokculture_m {
  display: none;
}

/* 기록문화페이지추가 and */
/* 대관일시중지 start */
.suspend_title {
  font-size: 20px;
  color: #3f5f9c;
  font-weight: 600;
  text-align: center;
}

.suspend_txt {
  font-size: 15px;
  color: #333;
  text-align: center;
  padding: 0 0 20px;
}

/* 대관일시중지 and */
/* 20200429 start */
/* 성남시 현수막디자인 가이드라인 start */
.B_Guide_box_l {
  display: inline-block;
  padding: 30px;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

.B_Guide_box_r {
  width: calc(100% - 440px);
  display: inline-block;
  vertical-align: top;
  word-break: keep-all;
}

.B_Guide_box_100 {
  padding: 25px 0;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.B_Guide_box_8020 {
  display: table;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.B_Guide_box_8020 li {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 30px 20px;
  text-align: center;
  font-weight: 600;
}

.B_Guide_box_8020 li.ri {
  border-left: 1px solid #e4e4e4;
}

/* 성남시 현수막디자인 가이드라인 end */
/* 20200429 end */
/* 20200526 start */
/* 건강정보사이트 */
.Health_center {
  margin-bottom: 30px;
  border-left: 1px solid #e4e4e4;
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.Health_center ul {
  overflow: hidden;
  border-top: 1px solid #e4e4e4;
}

.Health_center ul:first-child {
  border-top: 0;
}

.Health_center ul:last-child li {
  border-bottom: 1px solid #e4e4e4;
}

.Health_center li {
  float: left;
  width: 33.333%;
  text-align: center;
  padding: 30px 20px;
  border-right: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.Health_center li:first-child {
  border-left: 0;
}

.Health_center li:last-child {
  border-right: 1px solid #e4e4e4;
}

.Health_center li .centerimg {
  max-width: 250px;
  height: 100px;
  line-height: 90px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 20px;
}

.Health_center li .centertxt {
  border-top: 1px dashed #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  display: table;
  width: 100%;
}

.Health_center li .centertxt strong {
  display: table-cell;
  width: 250px;
  height: 42px;
  vertical-align: middle;
  line-height: 1.3;
  word-break: break-all;
}

.Health_center li .centertxt a {
  display: table-row;
}

.Health_center li .centertxt a span {
  display: inline-block;
  background: #5370aa;
  padding: 5px 12px;
  color: #fff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 20200526 end */
/* 20200601 start */
/* 정부재난 이의신청 */
#checkpopup {
  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: 999;
}

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

.check_title {
  padding: 15px 20px;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  background-color: #747882;
}

.check_body {
  padding: 20px 20px 0;
}

.check_body strong {
  font-size: 16px;
}

/* 20200601 end */
/* 20200622 start */
/* 대형폐기물 재활용 */
.Recycling {
  position: relative;
  padding-left: 310px;
  margin-top: 40px;
}

.Recycling > strong {
  display: block;
  margin-bottom: 25px;
  padding-top: 20px;
  font-size: 25px;
  line-height: 36px;
  color: #045292;
  text-align: center;
}

.Recycling .ex_img {
  position: absolute;
  left: 10px;
  top: 0;
}

.Recycling > ul > li {
  display: block;
  padding: 5px 15px;
  margin-bottom: 10px;
  background: #f3f4f8;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

.Recycling > ul > li > strong {
  margin-right: 5px;
  color: #333;
}

.Recycling .down_box {
  padding: 15px;
  margin-top: 22px;
  border: 2px solid #f3f4f8;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.Recycling .down_box > p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  text-align: center;
  font-weight: 600;
}

.Recycling .down_box > ul {
  font-size: 0;
  position: relative;
}

.Recycling .down_box > ul > li {
  display: inline-block;
  width: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
}

.Recycling .down_box > ul > li > p {
  margin-top: 10px;
  color: #333;
}

.Recycling .down_box > ul > li:first-child::after {
  content: "or";
  color: #333;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -8px;
}

.recycling_more {
  text-align: center;
}

.recycling_more a {
  min-width: 600px;
  background: #045292;
  display: inline-block;
  margin: 25px auto 0;
  color: #fff;
  font-size: 18px;
  padding: 15px 0;
  font-weight: 500;
  border-radius: 40px;
}

.recycling_more a::after {
  content: "";
  width: 21px;
  height: 13px;
  display: inline-block;
  background: url(../img/recycling_arrow.png) no-repeat center center;
  margin-left: 8px;
}

/* 20200622 end */
/* 20200721 start */
/* 성남시관련 */
.relatedlist {
  padding: 15px;
  background-color: #f3f4f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.relatedlist ul {
  overflow: hidden;
}

.relatedlist ul li {
  float: left;
  width: calc(33.3% - 6px);
  margin-left: 9px;
  margin-top: 10px;
  border: 2px solid #CFD7E4;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}

.relatedlist ul li:hover {
  border: 2px solid #3F5F9C;
  background-color: #3F5F9C;
}

.relatedlist ul li:nth-child(3n+1) {
  margin-left: 0;
}

.relatedlist ul li:nth-child(1), .relatedlist ul li:nth-child(2), .relatedlist ul li:nth-child(3) {
  margin-top: 0;
}

.relatedlist ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 38px;
  vertical-align: middle;
  padding: 0 3px;
  line-height: 18px;
  text-align: center;
  color: #777777;
  font-weight: 600;
}

.relatedlist ul li:hover a {
  color: #fff;
}

/* 20200721 end */
/* 20200722 start */
/* 교통유발부담금 */
.traffic_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;
}

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

.traffic_title {
  padding: 15px 20px;
  color: #fff;
  font-size: 18px;
  background-color: #3f5f9c;
}

.traffic_body {
  padding: 15px 20px;
}

.traffic_body > ul > li b::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #ccc;
  margin-right: 7px;
  margin-left: 7px;
}

/* 20200722 end */
/* 원산지표시 */
.originList, .originList1 {
  margin-top: 20px;
}

.originList {
  margin-bottom: 30px;
}

.originList li {
  float: left;
  width: 340px;
}

.originList li:nth-child(2) {
  float: right;
  width: calc(100% - 370px);
}

.originList li th, .originList1 li th {
  background-color: #fbfbfb;
}

.originList1 li {
  float: left;
  width: 400px;
}

.originList1 li:nth-child(2) {
  float: right;
  width: calc(100% - 415px);
  padding-top: 15px;
}

/* 소상공인 경영안정비지원 신청 */
.supportbtnGroup {
  position: relative;
  overflow: hidden;
  margin: 40px 0;
  padding-top: 40px;
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/bg_support_line1.png") repeat-x 0 0;
}

.supportLeft, .supportRight {
  float: left;
  width: calc(50% - 25px);
}

.supportRight {
  float: right;
  position: relative;
}

.supportRight::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e2e2e2;
}

.supportLeft .box {
  background-color: #ffaa01;
}

.supportRight .box {
  background-color: #733999;
}

.supportbtnGroup .box {
  margin-bottom: 10px;
  padding: 9px;
  background-image: url("/humanframe/_resource/incdlue/cmm_new/image/content/bg_support_l_03.png"), url("/humanframe/_resource/incdlue/cmm_new/image/content/bg_support_l_01.png"), url("/humanframe/_resource/incdlue/cmm_new/image/content/bg_support_l_02.png");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: 0 100%, 100% 0, 100% 0;
  border-radius: 20px;
  overflow: hidden;
}

.supportRight .box {
  background-image: url("/humanframe/_resource/incdlue/cmm_new/image/content/bg_support_r_03.png"), url("/humanframe/_resource/incdlue/cmm_new/image/content/bg_support_r_01.png"), url("/humanframe/_resource/incdlue/cmm_new/image/content/bg_support_r_02.png");
}

.supportbtnGroup .inner {
  padding: 10px 14px 14px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: inset 5px 5px 0px 3px rgba(0, 0, 0, 0.09);
          box-shadow: inset 5px 5px 0px 3px rgba(0, 0, 0, 0.09);
  min-height: 195px;
}

.supportbtnGroup .inner li {
  display: inline-block;
  padding: 2px 15px;
  background-color: #8d3100;
  border-radius: 30px;
  color: #fff;
  margin: 5px 2px 0;
}

.supportbtnGroup .inner li:first-child {
  width: 100%;
  padding: 0;
  background-color: #fff !important;
  color: #d54b00;
  margin: 5px 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.supportbtnGroup .inner li:nth-child(2n) {
  background-color: #d54b00;
}

.supportRight .inner li {
  background-color: #822fb8;
}

.supportRight .inner li:first-child {
  color: #5c0f8e;
}

.supportRight .inner li:nth-child(2n) {
  background-color: #552b70;
}

.supportbtnGroup p {
  line-height: 44px;
  border: 5px solid #fe7900;
  position: relative;
  border-radius: 54px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff6e5), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(0deg, #fff6e5 50%, #fff 50%, #fff 100%);
  font-size: 17px;
  font-weight: 600;
  color: #c23700;
  text-align: center;
  position: relative;
}

.supportRight p {
  border-color: #551f78;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f4e5ff), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(0deg, #f4e5ff 50%, #fff 50%, #fff 100%);
  color: #5c0f8e;
}

.supportbtnGroup p::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border: 3px solid #ff6002;
  background-color: #fff;
  border-radius: 100%;
}

.supportRight p::before {
  border-color: #551f78;
}

.supportbtnGroup p span::after {
  content: "";
  display: inline;
  padding: 0 30px 2px 0;
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/arr_support_l.png") no-repeat 100% 50%;
}

.supportRight p span::after {
  background-image: url("/humanframe/_resource/incdlue/cmm_new/image/content/arr_support_r.png");
}

.supportBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.supportBtn li {
  width: calc(47% - 3px);
}

.supportBtn li:last-child {
  width: calc(53% - 3px);
}

.supportBtn li a {
  display: block;
  background-color: #6d7173;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 56px;
  border-radius: 56px;
  position: relative;
}

.supportBtn_col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.supportBtn_col li, .supportBtn_col li:last-child {
  width: 30%;
  margin: 0 5px;
}

.supportBtn_col li:first-child a {
  background-color: #ff5900;
}

.supportLeft .supportBtn li:first-child a {
  background-color: #ff5900;
}

.supportRight .supportBtn li:first-child a {
  background-color: #733999;
}

/*.supportBtn li a::before {content: ""; position: absolute; left: 50%; top: -16px; transform: translateX(-50%); width: 8px; height: 8px; background-color: #d3d4d5; border-radius: 100%;}
.supportLeft .supportBtn li:first-child a::before {background-color: #ffd7b2;}
.supportRight .supportBtn li:first-child a::before {background-color: #d5c3e0;}*/
/* 소상공인 경영안정비지원 신청 - 유의사항 */
.supportAgree {
  position: relative;
  padding: 40px 35px 35px;
  margin-top: 70px;
  background-image: url("/humanframe/_resource/incdlue/cmm_new/image/content/bg_support_line1.png"), url("/humanframe/_resource/incdlue/cmm_new/image/content/bg_support_line2.png"), url("/humanframe/_resource/incdlue/cmm_new/image/content/bg_support_line1.png"), url("/humanframe/_resource/incdlue/cmm_new/image/content/bg_support_line2.png");
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: 0 0, 0 0, 0 100%, 100% 0;
}

.supportAgree h4 {
  position: absolute;
  left: 50%;
  top: -25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 235px;
  line-height: 38px;
  border: 6px solid #3f5f9c;
  border-radius: 50px;
  font-size: 23px;
  color: #333;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: inset 2px 2px 0px 3px rgba(0, 0, 0, 0.09);
          box-shadow: inset 2px 2px 0px 3px rgba(0, 0, 0, 0.09);
}

.supportAgree h4::before, .supportAgree h4::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #3f5f9c;
}

.supportAgree h4::after {
  left: auto;
  right: 13px;
}

.supportAgree .bar-list > li {
  padding-left: 15px;
  position: relative;
  line-height: 1.4;
}

.supportAgree .bar-list > li + li {
  margin-top: 10px;
}

.supportAgree .bar-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 17px;
  background-color: #3f5f9c;
}

.supportAgree .bar-list > li strong {
  font-size: 17px;
  color: #3f5f9c;
}

.supportAgree .bar-list > li strong span {
  color: #ff6600;
}

.supportAgree .dot-list {
  margin-top: 8px;
}

.supportAgree .dot-list > li {
  margin: 4px 0;
  padding-left: 10px;
  background-position: 0 7px;
}

.supportAgree h5 {
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 40px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  background-color: #3f5f9c;
  position: relative;
  margin: 40px 0 15px 8px;
}

.supportAgree h5::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 3px solid #3f5f9c;
  background-color: #fff;
}

.supportAgree .ref {
  color: #055292;
  line-height: 1.6;
  margin-top: 5px;
}

/* 청년신용회복지원 - 안내 */
.recoverWrap {
  position: relative;
  line-height: 1.6;
}

.recoverWrap .dnldBox {
  padding: 20px;
  margin-bottom: 30px;
}

.recoverWrap .dnldBox strong {
  display: block;
  font-size: 16px;
  padding-bottom: 3px;
}

.recoverWrap .dnldBox .dot-list li {
  background-position-y: 9px;
  padding-left: 12px;
}

.recoverWrap dl {
  margin-top: 25px;
}

.recoverWrap dl dt {
  margin-bottom: 7px;
}

.recoverWrap dl dt span {
  display: inline-block;
  line-height: 1;
  padding: 8px 10px;
  margin-bottom: 7px;
  background-color: #506ea8;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.recoverWrap dl dt span::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  border-right: 6px solid transparent;
  border-top: 7px solid #a0dcff;
}

.recoverWrap dl dt span::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 2px;
  border-left: 6px solid transparent;
  border-bottom: 7px solid #fff;
}

.recoverWrap .recoverTop {
  padding-left: 390px;
  padding-top: 5px;
  min-height: 346px;
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/recover/top_bg.png") no-repeat 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.recoverWrap .recoverTop .topTxt p {
  font-size: 18px;
  color: #262626;
  margin-top: 15px;
}

.recoverWrap .recoverTop dl {
  margin-top: 30px;
}

.recoverWrap .recoverMiddle {
  padding: 0 20px;
}

.recoverWrap .recoverMiddle .date {
  display: inline-block;
  line-height: 1;
  padding: 8px 10px;
  margin-top: 25px;
  background-color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #484848;
  border: 2px solid #506ea8;
}

.recoverWrap .recoverMiddle .date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-right: 6px solid transparent;
  border-top: 7px solid #506ea8;
}

.recoverWrap .recoverMiddle .date::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-left: 6px solid transparent;
  border-bottom: 7px solid #506ea8;
}

.recoverWrap .recoverMiddle .date span {
  display: inline-block;
  color: #506ea8;
  padding-left: 15px;
}

.recoverWrap .recoverBottom {
  padding: 0 20px 20px;
  border: 1px solid #dce2ee;
  position: relative;
  margin-top: 45px;
}

.recoverWrap .recoverBottom dl {
  margin-top: -16px;
}

.recoverWrap .recoverBottom dl dt span {
  background-color: #374257;
}

.recoverWrap .recoverBottom dl dt span::before {
  border-top-color: #6e84ae;
}

/* 청년신용회복지원 - 자격확인 */
.recoverWrap .recoverStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
}

.recoverWrap .recoverStep li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
  padding: 25px 0 30px;
  text-align: center;
  font-size: 16px;
  border-top: 2px solid #e4e9ed;
  position: relative;
}

.recoverWrap .recoverStep li dl {
  margin: 0;
}

.recoverWrap .recoverStep li dt {
  font-weight: 600;
  margin: 0;
}

.recoverWrap .recoverStep li dd.img {
  margin: 10px 0;
}

.recoverWrap .recoverStep li dd.img span {
  display: inline-block;
  width: 90px;
  height: 90px;
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/recover/ico_step.png") no-repeat 0 0;
  vertical-align: top;
}

.recoverWrap .recoverStep li:nth-child(2) dd.img span {
  background-position-x: -90px;
}

.recoverWrap .recoverStep li:nth-child(3) dd.img span {
  background-position-x: -180px;
}

.recoverWrap .recoverStep li:nth-child(4) dd.img span {
  background-position-x: -270px;
}

.recoverWrap .recoverStep li.on {
  border-color: #009cff;
}

.recoverWrap .recoverStep li.on::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%, -8px);
          transform: translate(-50%, -8px);
  background-color: #fff;
  border: 3px solid #009cff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
}

.recoverWrap .recoverStep li.on dt, .recoverWrap .recoverStep li.on dd {
  color: #009cff;
  font-weight: 600;
}

.recoverWrap .recoverStep li.on dd.img span {
  background-position-y: -90px;
}

.recoverWrap .qualifyBox {
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.17);
          box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.17);
}

.recoverWrap .qualifyBox .titleBox {
  padding: 17px 0 19px;
  background-color: #4d6aa6;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  position: relative;
}

.recoverWrap .qualifyBox .titleBox::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 9px solid #4d6aa6;
}

.recoverWrap .qualifyBox .titleBox span {
  color: #fff4a7;
}

.recoverWrap .qualifyBox .txtBox {
  text-align: center;
  padding: 35px 30px;
}

.recoverWrap .qualifyBox .txtBox.tblBox {
  padding: 35px 100px;
}

.recoverWrap .qualifyBox .txtBox .ref {
  font-weight: 600;
  margin-top: 30px;
  text-align: left;
}

.recoverWrap .qualifyBox .txtBox strong {
  display: block;
  font-size: 22px;
  color: #333;
  margin-bottom: 5px;
}

.recoverWrap .qualifyBox .txtBox > .btn a {
  background-color: #4d6aa6;
  border-radius: 5px;
  margin-top: 10px;
}

.recoverWrap .qualifyBox .txtBox > .radioBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.recoverWrap .qualifyBox .txtBox > .radioBox li + li {
  margin-left: 50px;
}

.recoverWrap .qualifyBox .txtBox > .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.recoverWrap .qualifyBox .txtBox > .btnArea li + li {
  margin-left: 5px;
}

.recoverWrap .qualifyBox .txtBox > .btnArea li button {
  padding: 6px 15px;
  background-color: #747882;
  color: #fff;
}

.recoverWrap .qualifyBox .txtBox > .btnArea li button.next {
  background-color: #4d6aa6;
  color: #fff;
}

.recoverWrap .qualifyBox .txtBox > .btnArea li button.next:disabled {
  background-color: #ddd;
  color: #afaab5;
}

.recoverWrap .qualifyBox .txtBox .joinAgree .ifrWrap {
  height: 220px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

.youngbtn_group {
  overflow: visible;
}

.youngbtn_group .btn a {
  border-radius: 20px !important;
  padding: 10px 35px;
}

.youngbtn_group .youngbtn a {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f1f3f8), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(0deg, #f1f3f8 50%, #fff 50%, #fff 100%);
  color: #333;
  border: 2px solid #4d6aa6;
  border-radius: 20px !important;
  font-weight: bold;
  padding: 10px 35px;
}

.youngbtn_group .youngbtn a:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #4d6aa6;
  position: absolute;
  top: -5px;
  left: 50%;
  border-radius: 50%;
}

.stat_btn span {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-weight: bold;
}

.stat_btn span.complete {
  border: 1px solid #b7d5b2;
  color: #308622;
}

.stat_btn span.supple_request {
  border: 1px solid #e6d2b2;
  color: #ad6a00;
}

.stat_btn span.supple_checking {
  border: 1px solid #f5dbb2;
  color: #de8800;
}

.stat_btn span.recept_complete {
  border: 1px solid #ffd8b2;
  color: #ff7e00;
}

.stat_btn span.selection {
  border: 1px solid #c0edb2;
  color: #2ec300;
}

.stat_btn span.unselected {
  border: 1px solid #cecece;
  color: #5d5d5d;
}

/* 주민공람 알림서비스 */
.topBox {
  position: relative;
  padding: 6px;
  background-color: #42619f;
  margin-bottom: 30px;
}

.topBox dt {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 56px;
  height: 69px;
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/resident/ico_top.png") no-repeat 0 0;
}

.topBox dd {
  margin-left: 90px;
  padding: 15px 25px;
  background-color: #fff;
}

.topBox dd strong {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}

.topBox dd .titBox span {
  display: inline-block;
  line-height: 1;
  padding: 6px 10px;
  margin: 13px 0 6px;
  background-color: #fff;
  border: 1px solid #42629d;
  position: relative;
  font-weight: bold;
}

.topBox dd .titBox span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-right: 6px solid transparent;
  border-top: 7px solid #42629d;
}

.topBox dd .titBox span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-left: 6px solid transparent;
  border-bottom: 7px solid #42629d;
}

.topBox dd .list li span {
  color: #2f7ff2;
}

.topBox dd .list li span::before {
  content: "";
  display: inline;
  padding: 2px 0 3px 20px;
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/resident/ico_email.png") 0 50% no-repeat;
}

.topBox dd .list li:nth-child(2) span::before {
  padding-bottom: 1px;
  background-image: url("/humanframe/_resource/incdlue/cmm_new/image/content/resident/ico_fax.png");
}

.topBox dd .list li:nth-child(3) span::before {
  background-image: url("/humanframe/_resource/incdlue/cmm_new/image/content/resident/ico_addr.png");
}

.residentWrap {
  padding: 4px;
  border: 4px solid #cfd6e6;
}

.residentWrap .resiTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.residentWrap .resiTab li {
  width: 25%;
}

.residentWrap .resiTab li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 76px;
  background: #dbe1ef url("/humanframe/_resource/incdlue/cmm_new/image/content/resident/resiTab_bg.png") repeat-x 0 100%;
}

.residentWrap .resiTab li a span {
  display: inline-block;
  padding: 9px 0;
  border-bottom: 1px solid transparent;
  font-size: 18px;
  line-height: 1;
}

.residentWrap .resiTab li.on a {
  background: #fff;
}

.residentWrap .resiTab li.on a span {
  border-color: #4869c2;
  font-weight: 600;
  color: #4869c2;
}

.residentWrap .resiCon {
  padding: 0 50px 45px;
}

.residentWrap .resiCon .resiBox {
  position: relative;
  padding-top: 22px;
  margin-top: 35px;
}

.residentWrap .resiCon .resiBox p {
  position: absolute;
  left: 0;
  top: 0;
  width: 105px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #7287bf;
  z-index: 1;
}

.residentWrap .resiCon .resiBox:nth-child(2) p {
  background-color: #3f5ba5;
}

.residentWrap .resiCon .resiBox p::after {
  content: "";
  position: absolute;
  right: -17px;
  top: 0;
  border-right: 17px solid transparent;
  border-bottom: 22px solid #b8c3df;
  z-index: 2;
}

.residentWrap .resiCon .resiBox .list {
  padding: 50px 25px 30px;
  border: 1px solid #d3d9e9;
}

.residentWrap .resiCon .resiBox:nth-child(1) .list {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/resident/resiBox_bg.png") no-repeat 100% 0;
}

.residentWrap .resiCon .resiBox .list li {
  padding-left: 10px;
  position: relative;
}

.residentWrap .resiCon .resiBox .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 3px;
  height: 3px;
  background-color: #7287bf;
  border-radius: 100%;
}

.residentWrap .resiCon .resiBox .list li strong {
  color: #2a499b;
}

.residentWrap .resiConWrap {
  padding: 60px 50px 45px;
}

.residentWrap .resiConWrap .agreeBox {
  margin-top: 30px;
}

.residentWrap .resiConWrap .agreeBox .descBox {
  margin-bottom: 0;
}

.residentWrap .resiConWrap .agreeBox .descBox p {
  padding: 10px 0;
}

.residentWrap .resiConWrap .agreeBox .agreeCheck {
  margin-top: 10px;
  text-align: center;
}

.residentWrap .resiConWrap .btnGroup {
  margin-bottom: 0 !important;
}

.residentWrap .resiConWrap .alertBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 120px;
  border: 1px solid #d3d9e9;
  padding: 0 20px;
}

.residentWrap .resiConWrap .alertBox dl {
  position: relative;
}

.residentWrap .resiConWrap .alertBox dl dt {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/resident/ico_alert.png") no-repeat 0 0;
}

.residentWrap .resiConWrap .alertBox dl dd {
  padding-left: 80px;
}

.disabled_yes {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/common/Disabled_yes.png") no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto;
}

.disabled_no {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/common/Disabled_no.png") no-repeat;
  background-size: 34px 34px;
  width: 34px;
  height: 34px;
  display: block;
  margin: 0 auto;
}

.mulgacaution {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  background: aliceblue;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 7px;
  margin: 0 0 10px 0;
  display: inline-block;
}

.life_btn {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#8bbb02), to(#569001));
  background: linear-gradient(#8bbb02, #569001);
  border-radius: 5px;
  text-align: center;
}

.life_btn a {
  display: block;
  color: #fff;
  letter-spacing: -1px;
  font-size: 15px;
  padding: 7px 15px;
}

.bus_btn a {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#055293), to(#1878ca));
  background: linear-gradient(#055293, #1878ca);
  color: #fff;
  padding: 8px 10px 8px 60px;
}

.bus_btn a:after {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/bus_icon.png") no-repeat;
  background-size: 40px;
  display: block;
  content: "";
  width: 40px;
  height: 22px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.subway_btn a {
  position: relative;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#055293), to(#1878ca));
  background: linear-gradient(#055293, #1878ca);
  color: #fff;
  padding: 8px 10px 8px 40px;
}

.subway_btn a:after {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/subway_icon.png") no-repeat;
  background-size: 22px;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 성남앱 */
.appWrap .tbl tr td.td_img {
  padding: 10px 20px;
}

.appWrap .tbl tr td.td_img img {
  width: 100%;
  min-width: 90px;
}

.appWrap .tbl {
  table-layout: auto;
  width: 100%;
}

.appWrap .appbox ul:after {
  display: block;
  content: "";
  clear: both;
}

.appWrap .appbox ul li {
  border: 1px solid #e4e4e4;
  padding: 10px;
  width: calc(33.3% - 15px);
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
}

.appWrap .appbox ul li .app_img_box {
  width: 100%;
  height: 100px;
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  display: block;
  text-align: center;
  padding: 10px 0 20px 0;
}

.appWrap .appbox ul li .app_text_box {
  text-align: center;
}

.appWrap .appbox ul li .app_text_box strong {
  display: inline-block;
  margin: 10px 0 0 0;
  color: #000;
}

.appWrap .appbox ul li .app_text_box p {
  font-size: 14px;
}

.appWrap .appbox ul li .app_link_box {
  margin-top: 13px;
}

.appWrap .appbox ul li .app_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.appWrap .appbox ul li .app_link_box > div:first-child {
  margin-right: 10px;
}

.appWrap .appbox ul li .app_link_box > div.solebox {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.appWrap .appbox ul li .app_link_box > div.solebox a img {
  max-width: 123px;
}

.appWrap .appbox ul li .app_link_box > div.solebox:first-child {
  margin-right: 0;
}

.appWrap .appbox ul li .app_link_box > div.solebox:last-child {
  margin-left: 0;
}

.appWrap .appbox ul li .app_link_box > div a img {
  max-width: 123px;
}

/* 디지털원패스 탭메뉴 */
.m_tab_wrap {
  display: none;
}

.tap_wrap {
  padding-top: 25px;
}

.tap_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tap_wrap ul li {
  position: relative;
  width: 20%;
  text-align: center;
  margin: 0 5px;
}

.tap_wrap ul li a {
  display: block;
  font-size: 20px;
  border-bottom: 2px solid #8c8c8c;
  padding: 25px 0;
  color: #555;
  font-weight: 100;
}

.tap_wrap ul li a.current {
  color: #0066b3;
  border-bottom: 6px solid #0066b3;
  padding: 25px 0 21px 0;
  font-weight: bold;
}

.tap_wrap ul li a.current:after {
  display: block;
  content: "";
  width: 22px;
  height: 16px;
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/member_tab_check.png");
  position: absolute;
  left: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tap_wrap.type1 ul li:nth-of-type(1) a.current:after {
  left: 60px;
}

.tap_wrap.type1 ul li:nth-of-type(2) a.current:after {
  left: 20px;
}

.tap_wrap.type1 ul li:nth-of-type(3) a.current:after {
  left: 40px;
}

.tap_wrap.type1 ul li:nth-of-type(4) a.current:after {
  left: 20px;
}

.tap_wrap.type2 ul li:nth-of-type(1) a.current:after {
  left: 10px;
}

.tap_wrap.type2 ul li:nth-of-type(2) a.current:after {
  left: 30px;
}

.tap_wrap.type2 ul li:nth-of-type(3) a.current:after {
  left: 50px;
}

.tap_wrap.type2 ul li:nth-of-type(4) a.current:after {
  left: 20px;
}

/* 디지털원패스 타이틀 */
.member .title_box h3 {
  font-size: 22px;
  color: #555;
  margin-bottom: 5px;
}

/* 디지털원패스 form 버튼 및 테이블 디자인 */
.member .member_wrap .certifyWrap .certifyBox .certifyBtn a {
  border-radius: 10px;
}

.member .member_wrap #jusoBtn {
  border-radius: 10px;
}

.member .member_wrap .loginForm {
  padding: 25px 0;
}

.member .member_wrap .btn a,
.member .member_wrap .btn_farm a {
  border-radius: 10px;
}

.member .member_wrap .custom_btn_box_type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
  text-align: center;
}

.member .member_wrap .custom_btn_box_type1 span a {
  width: 160px;
  height: 40px;
  line-height: 40px;
  background: #2d60bd;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  display: block;
  margin: 0 10px;
  padding: 0;
}

.member .member_wrap .custom_btn_box_type1 span:last-child a {
  background: #d5d5d5 !important;
  color: #666666;
}

.member .member_wrap .custom_btn_box_type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
  text-align: center;
}

.member .member_wrap .custom_btn_box_type2 span a {
  width: 160px;
  height: 40px;
  line-height: 40px;
  background: #2d60bd;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  display: block;
  margin: 0 10px;
  padding: 0;
}

.member .member_wrap .custom_btn_box_type2 span:first-child a {
  background: #d5d5d5 !important;
  color: #666666;
}

.member .member_wrap .custom_btn_box_type1 a.home,
.member .member_wrap .custom_btn_box_type2 a.home {
  position: relative;
}

.member .member_wrap .custom_btn_box_type1 a.home span,
.member .member_wrap .custom_btn_box_type2 a.home span {
  padding: 0;
  padding-left: 30px;
  color: #666;
  vertical-align: baseline;
}

.member .member_wrap .custom_btn_box_type1 a.home:after,
.member .member_wrap .custom_btn_box_type2 a.home:after {
  display: block;
  content: "";
  width: 21px;
  height: 18px;
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/reagree_icon_home.png") 0 0 no-repeat;
  position: absolute;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.member .member_wrap .board-view td label input[type=radio],
.member .member_wrap .board-view td label input[type=checkbox] {
  vertical-align: -1px !important;
}

.member .member_wrap .loginGroup .loginArea {
  width: 340px;
}

.member .member_wrap .loginGroup .loginArea .inpArea.has {
  padding-left: 80px;
}

.member .member_wrap .loginGroup .loginArea .inpArea.has.pwd {
  padding-left: 100px;
}

.member .member_wrap .loginDesc, .member .member_wrap .joinDesc, .member .member_wrap .mEtc {
  text-align: center;
}

.modify_wrap tr th {
  width: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 디지털원패스 로그인 */
.member_wrap {
  margin-top: 30px;
  padding: 50px;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
}

.login_wrap {
  margin-top: 30px;
}

.login_wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.login_wrap > ul > li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(33.333% - 15px);
  height: 485px;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
}

.login_wrap > ul li + li {
  margin-left: 15px;
}

.login_wrap > ul > li div.top_box {
  padding: 35px 40px;
  text-align: center;
}

.login_wrap > ul > li div.top_box h3 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 120px;
}

.login_wrap > ul > li div.top_box h3:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.login_wrap > ul > li div.top_box.member_login h3:after {
  width: 51px;
  height: 67px;
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/digital_icon_01.png") 0 0 no-repeat;
}

.login_wrap > ul > li div.top_box.non_member_login h3:after {
  width: 43px;
  height: 64px;
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/digital_icon_02.png") 0 0 no-repeat;
}

.login_wrap > ul > li div.top_box.digital_login h3:after {
  width: 69px;
  height: 62px;
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/digital_icon_03.png") 0 0 no-repeat;
}

.login_wrap > ul > li div.top_box.member_login input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  padding-left: 20px;
  margin-bottom: 10px;
}

.login_wrap > ul > li div.top_box.member_login input:focus {
  outline: none;
  border: 2px solid #000;
  border-radius: 10px;
}

.login_wrap > ul > li div.top_box.member_login input[type=button] {
  width: 100%;
  height: 50px;
  padding-left: 0;
  border-radius: 10px;
  background: #555;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.login_wrap > ul > li div.top_box.member_login .find_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login_wrap > ul > li div.top_box.member_login .find_box a {
  position: relative;
  margin: 0 15px;
}

.login_wrap > ul > li div.top_box.member_login .find_box a:first-child:after {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  background: #d6d6d6;
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.login_wrap > ul > li div.top_box.non_member_login p {
  width: 270px;
  font-size: 16px;
  margin: 0 auto;
  word-break: keep-all;
  line-height: 24px;
}

.login_wrap > ul > li div.top_box.non_member_login .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.login_wrap > ul > li div.top_box.non_member_login .btn_box input[type=button] {
  width: 50%;
  height: 40px;
  border-radius: 10px;
  background: #555;
  color: #fff;
  font-size: 15px;
  margin: 0 5px;
}

.login_wrap > ul > li div.top_box.non_member_login .faq_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.login_wrap > ul > li div.top_box.non_member_login .faq_box a {
  position: relative;
  width: 50%;
  display: inline-block;
  padding-left: 15px;
}

.login_wrap > ul > li div.top_box.non_member_login .faq_box a:after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/member_faq_icon.png") 0 0 no-repeat;
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.login_wrap > ul > li div.top_box.non_member_login .faq_box a:last-child:after {
  left: 23%;
}

.login_wrap > ul > li div.top_box.digital_login p {
  width: 270px;
  font-size: 16px;
  margin: 0 auto;
  word-break: keep-all;
  line-height: 24px;
}

.login_wrap > ul > li div.top_box.digital_login a#OnePassBtn {
  position: relative;
  display: block;
  width: 230px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: #1c2674;
  color: #fff;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  padding-left: 40px;
  margin-bottom: 5px;
}

.login_wrap > ul > li div.top_box.digital_login a#OnePassBtn:after {
  display: block;
  content: "";
  width: 28px;
  height: 26px;
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/digital_icon_03_white.png") 0 0 no-repeat;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 28px;
}

.login_wrap > ul > li div.top_box.digital_login a.digital_join {
  display: inline-block;
  background: #3747bb;
  width: 170px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
}

.login_wrap > ul > li div.top_box.digital_login a.digital_forget {
  display: inline-block;
  background: #3747bb;
  width: 95px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
}

.login_wrap > ul > li ul.bottom_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #d9d9d9;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  text-align: center;
}

.login_wrap > ul > li ul.bottom_box li {
  position: relative;
}

.login_wrap > ul > li ul.bottom_box.half li {
  width: 50%;
}

.login_wrap > ul > li ul.bottom_box li:after {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background: #d6d6d6;
  position: absolute;
  right: 0;
  top: 3px;
}

.login_wrap > ul > li ul.bottom_box li:last-child:after {
  display: none;
}

.login_wrap > ul > li ul.bottom_box li a {
  font-size: 16px;
}

.security_wrap {
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  padding: 30px 55px;
  margin-top: 30px;
}

.security_wrap * {
  letter-spacing: -0.05em;
}

.security_wrap h3 {
  font-size: 24px;
}

.security_wrap span {
  display: inline-block;
  font-size: 16px;
  color: #1c2674;
  margin: 15px 0 7px 0;
}

.security_wrap a.setup_btn {
  width: 190px;
  height: 50px;
  line-height: 50px;
  background: #555;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 65px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

/* 디지털원패스 회원가입 */
.familysite_wrap {
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  padding: 30px 45px;
}

.familysite_wrap span {
  display: inline-block;
  font-size: 16px;
  color: #1c2674;
}

.familysite_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}

.familysite_wrap ul li {
  position: relative;
  width: calc(14.285777% - 15px);
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.familysite_wrap ul li:hover {
  background: #f3f4f8;
}

.familysite_wrap ul li:after {
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/digital_blank_icon.png") 0 0 no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.familysite_wrap ul li a {
  display: block;
  font-size: 16px;
}

.membertype_wrap {
  padding: 45px 100px 40px 100px;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  margin-top: 30px;
  text-align: center;
}

.membertype_wrap h3 {
  font-size: 22px;
  color: #555;
  margin-bottom: 5px;
}

.membertype_wrap span {
  font-size: 16px;
}

.membertype_wrap .type_box {
  margin-top: 40px;
}

.membertype_wrap .type_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.membertype_wrap .type_box ul li {
  position: relative;
  width: calc(50% - 110px);
  height: 265px;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.membertype_wrap .type_box ul li:after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  border-left: 2px dashed #d9e7f5;
  position: absolute;
  right: -110px;
  top: 0;
}

.membertype_wrap .type_box ul li:last-child:after {
  display: none;
}

.membertype_wrap .type_box ul li:first-child {
  margin-right: 110px;
}

.membertype_wrap .type_box ul li:last-child {
  margin-left: 110px;
}

.membertype_wrap .type_box ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.membertype_wrap .type_box ul li .text_box {
  position: relative;
  padding-top: 180px;
}

.membertype_wrap .type_box ul li .text_box p {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.membertype_wrap .type_box ul li .text_box span {
  font-size: 18px;
}

.membertype_wrap .type_box ul li .text_box:after {
  display: block;
  content: "";
}

.membertype_wrap .type_box ul li .text_box.adult:after {
  width: 120px;
  height: 120px;
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/member_type_adult_new.png") 0 0 no-repeat;
  position: absolute;
  bottom: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.membertype_wrap .type_box ul li .text_box.child:after {
  width: 120px;
  height: 120px;
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/member_type_child_new.png") 0 0 no-repeat;
  position: absolute;
  bottom: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.membertype_wrap .member_notice {
  text-align: left;
  margin-top: 45px;
}

.reagree_wrap {
  padding: 50px;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  text-align: left;
}

.reagree_wrap h3 {
  font-size: 22px;
  color: #555;
}

.reagree_wrap > p {
  margin: 30px 0;
}

.reagree_wrap .accent_type1 {
  color: #0088ee;
}

.reagree_wrap .accent_type2 {
  color: #a70000;
}

.reagree_wrap .info_box > dt {
  background: #f0f9ff !important;
  border: 1px solid #aecae0;
}

.reagree_wrap .info_box > dt .tit {
  color: #333;
}

.reagree_wrap .info_box > dt .action {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/reagree_icon_down.png") 0 0 no-repeat;
}

.reagree_wrap .info_box > dt .action.active {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/reagree_icon_up.png") 0 0 no-repeat;
}

.reagree_wrap .info_box > dd {
  text-align: left;
  padding: 10px;
}

.reagree_wrap .reagree_box {
  border: 1px solid #d9d9d9;
  padding: 30px;
  margin-top: 15px;
}

.reagree_wrap .reagree_box ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reagree_wrap .reagree_box ul li > div {
  position: relative;
  text-align: left;
  margin-bottom: 7px;
}

.reagree_wrap .reagree_box ul li > div:first-child {
  width: 15%;
  padding-left: 15px;
}

.reagree_wrap .reagree_box ul li > div:last-child {
  width: 85%;
}

.reagree_wrap .reagree_box ul li > div:first-child:after {
  display: block;
  content: "";
  width: 7px;
  height: 12px;
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/reagree_bullet_01.png") 0 0 no-repeat;
  position: absolute;
  top: 6px;
  left: 0;
}

.reagree_wrap .reagree_box ul li:last-child > div:first-child:after {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/reagree_bullet_02.png") 0 0 no-repeat;
}

.reagree_wrap .reagree_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
  text-align: center;
}

.reagree_wrap .reagree_btn_box a {
  position: relative;
  width: 160px;
  height: 40px;
  line-height: 40px;
  background: #2d60bd;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  display: block;
  margin: 0 10px;
}

.reagree_wrap .reagree_btn_box a.home.type1 {
  background: #efefef;
  color: #444;
}

.reagree_wrap .custom_btn_box_type2 a.home.type2 {
  background: #d5d5d5;
  color: #666;
}

.reagree_wrap .reagree_btn_box a.home span {
  padding-left: 30px;
}

.reagree_wrap .reagree_btn_box a.home:after {
  display: block;
  content: "";
  width: 21px;
  height: 18px;
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/reagree_icon_home.png") 0 0 no-repeat;
  position: absolute;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.digital_link_btn {
  display: inline-block;
  background: #1c2674;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
}

.member .member_wrap .member_write_title {
  height: 0;
  font-size: 22px;
  color: #555;
  font-weight: bold;
}

.member .member_wrap .member_title_after {
  position: relative;
}

.member .member_wrap .member_title_after:after {
  display: block;
  content: "정보입력";
  position: absolute;
  top: -40px;
  left: 0;
  font-size: 22px;
  color: #555;
  font-weight: bold;
}

/* 210728 청년희망도시 */
.youngbg {
  background: #d4eae7;
  text-align: center;
}

.yh_wrap .htitle {
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #ddf79b), color-stop(50%, transparent));
  background: linear-gradient(to top, #ddf79b 50%, transparent 50%);
  padding: 0 7px;
  color: #000;
}

.yh_wrap .underline_type1 {
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #ffcac1), color-stop(50%, transparent));
  background: linear-gradient(to top, #ffcac1 50%, transparent 50%);
  padding: 0 3px;
  margin: 0 3px;
  font-weight: bold;
  color: #000;
}

.yh_wrap .underline_type2 {
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #ffcf9b), color-stop(50%, transparent));
  background: linear-gradient(to top, #ffcf9b 50%, transparent 50%);
  padding: 0 3px;
  margin: 0 3px;
  font-weight: bold;
  color: #000;
}

.yh_banner {
  width: 100%;
  margin-bottom: 30px;
}

.yh_pdf_wrap {
  margin-top: 30px;
}

.yh_pdflist .row .toggle {
  display: none;
}

.yh_pdflist .row:first-child .toggle {
  display: block;
}

.yh_pdflist .row h3 {
  position: relative;
  cursor: pointer;
  padding: 12px 15px;
  background-color: #addff5;
  color: #fff;
  word-break: keep-all;
  font-size: 17px;
}

.yh_pdflist .row h3::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 7px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.yh_pdflist .row h3.down::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 40%;
}

.yh_pdflist .row:nth-child(1) h3 {
  background-color: #0472a3;
}

.yh_pdflist .row:nth-child(2) h3 {
  background-color: #d45e71;
}

.yh_pdflist .row:nth-child(3) h3 {
  background-color: #567f81;
}

.yh_pdflist .row:nth-child(4) h3 {
  background-color: #e7871e;
}

.yh_pdflist .row:nth-child(5) h3 {
  background-color: #853891;
}

.yh_pdflist .row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.yh_pdflist .row ul li:nth-child(2n-1) {
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e4e4e4;
  border-top: 0;
}

.yh_pdflist .row ul li:nth-child(2n) {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 15px;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

.yh_pdflist .row ul li.full {
  width: 100%;
  border-right: 0;
}

.yh_pdflist .row ul li {
  display: block;
  word-break: keep-all;
  padding: 7px 15px;
}

.yh_pdflist .row ul li strong {
  margin-right: 7px;
  width: 35px;
  min-width: 35px;
  display: inline-block;
}

.yh_pdflist .row:nth-child(1) ul li strong {
  color: #0472a3;
}

.yh_pdflist .row:nth-child(2) ul li strong {
  color: #d45e71;
}

.yh_pdflist .row:nth-child(3) ul li strong {
  color: #567f81;
}

.yh_pdflist .row:nth-child(4) ul li strong {
  color: #e7871e;
}

.yh_pdflist .row:nth-child(5) ul li strong {
  color: #853891;
}

.yh_wrap .download_btn {
  margin-top: 50px;
  text-align: center;
}

.yh_wrap .download_btn a {
  position: relative;
  display: inline-block;
  text-align: left;
  background: #fff;
  border: 2px solid red;
  color: #000;
  border-radius: 10px;
  padding: 15px 30px 15px 80px;
  font-weight: bold;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 12px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 12px 0px;
}

.yh_wrap .download_btn a:hover {
  background: #f4f4f4;
}

.yh_wrap .download_btn a::before {
  display: block;
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/younghope_pdf_down.png) no-repeat;
  width: 50px;
  height: 50px;
}

/* 210908 철도사업현황 */
.train_stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.train_stats > ul {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
}

.train_stats > ul:nth-child(2) {
  margin-right: 0;
}

.train_stats > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 8px solid #b2c0d8;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px;
  margin-bottom: 20px;
}

.train_stats > ul:nth-child(1) > li:nth-child(2) {
  border: 8px solid #b2d8c3;
}

.train_stats > ul:nth-child(1) > li:nth-child(3) {
  border: 8px solid #d8cab2;
}

.train_stats > ul:nth-child(1) > li:nth-child(4) {
  border: 8px solid #d8b2d3;
}

.train_stats > ul:nth-child(1) > li:nth-child(5) {
  border: 8px solid #b2b5d8;
}

.train_stats > ul:nth-child(2) > li:nth-child(1) {
  border: 8px solid #b2d4d8;
}

.train_stats > ul:nth-child(2) > li:nth-child(2) {
  border: 8px solid #ced8b2;
}

.train_stats > ul:nth-child(2) > li:nth-child(3) {
  border: 8px solid #d8bab2;
}

.train_stats > ul:nth-child(2) > li:nth-child(4) {
  border: 8px solid #bdb2d8;
}

.train_stats > ul:nth-child(2) > li:nth-child(5) {
  border: 8px solid #b2c0d8;
}

.train_stats > ul > li h3 {
  position: relative;
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
  color: #111;
  margin-top: 60px;
}

.train_stats > ul > li h3:after {
  display: block;
  content: "";
  width: 30px;
  height: 38px;
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/train_icon_01.png") no-repeat;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.train_stats > ul:nth-child(1) > li:nth-child(2) h3:after {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/train_icon_02.png");
}

.train_stats > ul:nth-child(1) > li:nth-child(3) h3:after {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/train_icon_03.png");
}

.train_stats > ul:nth-child(1) > li:nth-child(4) h3:after {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/train_icon_04.png");
}

.train_stats > ul:nth-child(1) > li:nth-child(5) h3:after {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/train_icon_05.png");
}

.train_stats > ul:nth-child(2) > li:nth-child(1) h3:after {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/train_icon_06.png");
}

.train_stats > ul:nth-child(2) > li:nth-child(2) h3:after {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/train_icon_07.png");
}

.train_stats > ul:nth-child(2) > li:nth-child(3) h3:after {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/train_icon_08.png");
}

.train_stats > ul:nth-child(2) > li:nth-child(4) h3:after {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/train_icon_09.png");
}

.train_stats > ul:nth-child(2) > li:nth-child(5) h3:after {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/train_icon_10.png");
}

.train_stats > ul > li > ul > li {
  font-size: 16px;
  margin-bottom: 15px;
}

.train_stats > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

.train_stats > ul > li > ul > li strong {
  display: block;
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  color: #111;
  margin-bottom: 5px;
}

.train_stats > ul > li > ul > li strong:after {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/train_bullet_01.png") no-repeat;
  position: absolute;
  left: 0;
  top: 7px;
}

.train_stats > ul:nth-child(1) > li:nth-child(2) > ul > li strong:after {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/train_bullet_02.png");
}

.train_stats > ul:nth-child(1) > li:nth-child(3) > ul > li strong:after {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/train_bullet_03.png");
}

.train_stats > ul:nth-child(1) > li:nth-child(4) > ul > li strong:after {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/train_bullet_04.png");
}

.train_stats > ul:nth-child(1) > li:nth-child(5) > ul > li strong:after {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/train_bullet_05.png");
}

.train_stats > ul:nth-child(2) > li:nth-child(1) > ul > li strong:after {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/train_bullet_06.png");
}

.train_stats > ul:nth-child(2) > li:nth-child(2) > ul > li strong:after {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/train_bullet_07.png");
}

.train_stats > ul:nth-child(2) > li:nth-child(3) > ul > li strong:after {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/train_bullet_08.png");
}

.train_stats > ul:nth-child(2) > li:nth-child(4) > ul > li strong:after {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/train_bullet_09.png");
}

.train_stats > ul:nth-child(2) > li:nth-child(5) > ul > li strong:after {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/train_bullet_10.png");
}

.train_procedure a.train_zoom {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #e4e4e4;
}

.train_procedure a.train_zoom:after {
  display: none;
  content: "큰 이미지 보기";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 34px;
}

.train_procedure a.train_zoom:hover::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.train_procedure .train_down {
  text-align: center;
  margin-top: 50px;
}

.train_procedure .train_down a {
  background-color: #055293;
  color: #fff;
  padding: 13px 45px;
  font-size: 16px;
}

/* 공공디자인진흥위원회 */
.discussLogin {
  display: block;
  margin-bottom: 25px;
}

.public_optionBox {
  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;
  margin-bottom: 10px;
}

.public_optionBox .downBox a {
  display: block;
  background: #fff;
  border: 1px solid #aaa;
  padding: 2.5px 15px;
  border-radius: 5px;
}

.public_optionBox .downBox a:hover {
  background: #f9f9f9;
}

.designNotice .loginTxt {
  margin-bottom: 8px;
  font-weight: bold;
}

.designNotice .loginTxt strong {
  font-size: 17px;
}

.innerTab .downBox {
  position: absolute;
  right: 0;
  top: 0;
}

.innerTab .downBox a {
  display: inline-block;
  background: #fff;
  border: 1px solid #aaa;
  padding: 2.5px 15px;
  border-radius: 5px;
}

.innerTab .downBox a:hover {
  background: #f9f9f9;
}

.people table tr td:nth-child(2n-1) {
  width: 8%;
}

.people table tr td:nth-child(2n) {
  width: 42%;
}

.event .fl img {
  margin-right: 20px;
}

.trainimg {
  background: #e5e9f2;
  text-align: center;
}

/* 도시정비 - 사업단계현황 */
.statusWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.statusWrap li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: linear-gradient(#fff, #eee);
  border: 1px solid #ddd;
  width: 100px;
  height: 75px;
  margin-right: 12px;
  border-radius: 5px;
}

.statusWrap li:before {
  display: block;
  content: "";
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/stat_arr.png") 50% 50% no-repeat;
  width: 9px;
  height: 11px;
  position: absolute;
  right: -9px;
}

.statusWrap li:last-child {
  margin-right: 0;
}

.statusWrap li:last-child:before {
  display: none;
}

.statusWrap li p {
  word-break: keep-all;
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 0 10px;
  font-weight: bold;
}

.statusWrap li.on {
  background: -webkit-gradient(linear, left top, left bottom, from(#718ebb), to(#486ca5));
  background: linear-gradient(#718ebb, #486ca5);
  border: 1px solid #718ebb;
}

.statusWrap li.on:before {
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/stat_arr_on.png") 50% 50% no-repeat;
}

.statusWrap li.on p {
  color: #fff;
}

/* 성남형 정책연구 */
.policyLink {
  margin-top: 25px;
  text-align: center;
}

.policyLink a {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin-right: 10px;
}

.policyLink a:hover {
  border: 1px solid #555;
}

/* 한국인을 위한 식생활지침 */
.koreanHealthWrap {
  width: 1070px;
  height: 836px;
  background: url("/humanframe/_resource/incdlue/cmm_new/image/health/korean_health_bg.png") 50% 50% no-repeat;
}

.koreanHealthWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 140px);
  margin: 0 auto;
  position: relative;
  top: 225px;
}

.koreanHealthWrap ul + ul {
  margin-top: 40px;
}

.koreanHealthWrap ul li {
  width: 170px;
}

.koreanHealthWrap ul li + li {
  margin-left: 15px;
}

.koreanHealthWrap ul li .tit {
  position: relative;
  height: 170px;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.koreanHealthWrap ul li .tit .no {
  position: absolute;
  top: -23px;
  left: 10px;
}

.koreanHealthWrap ul li .text {
  margin-top: 10px;
  width: calc(100% + 20px);
  margin-left: -10px;
}

.koreanHealthWrap ul li .text p {
  color: #023668;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

/* 무료법률상담 */
.legalWrap .legalSummary {
  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;
  padding: 20px 40px;
  background-color: #fbf1e7;
  border-radius: 15px;
}

.legalWrap .legalSummary p {
  font-size: 20px;
  font-weight: bold;
}

.legalWrap .legalInfo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 0;
}

.legalWrap .legalInfo ul.info {
  margin-top: 10px;
}

.legalWrap .legalInfo ul.info li + li {
  margin-top: 9px;
}

.legalWrap .legalInfo ul.info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.legalWrap .legalInfo ul.info li span {
  width: 80px;
  min-width: 80px;
  height: 34px;
  line-height: 34px;
  background-color: #555555;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  margin-right: 15px;
  font-weight: bold;
}

.legalWrap .legalInfo ul.info li p {
  color: #222;
  position: relative;
  top: 5px;
}

.legalWrap .legalInfo ul.info li p em {
  color: #a73b53;
  margin-left: 10px;
}

.legalWrap .legalInfo .legalBg {
  position: absolute;
  right: 70px;
}

.legalWrap .legalStep ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.legalWrap .legalStep ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 20%;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 25px 0;
}

.legalWrap .legalStep ul li::before {
  display: block;
  content: "";
  background: url("/humanframe/_resource/incdlue/cmm_new/image/content/legalstep_arr.png") no-repeat;
  width: 16px;
  height: 24px;
  position: absolute;
  right: -22%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.legalWrap .legalStep ul li:last-child::before {
  display: none;
}

.legalWrap .legalStep ul li p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #666;
}

.legalWrap .legalStep ul li p span {
  font-weight: normal;
}

.legalWrap .dot {
  margin-left: 0;
}

.legalWrap .dot, .legalWrap .ref {
  color: #222;
}

.legalWrap .bottomArea {
  background-color: #54578c;
  color: #fff;
  padding: 30px 40px;
  margin-top: 35px;
  border-radius: 10px;
}

.legalWrap .bottomArea .title span.tit {
  background-color: #fff;
  color: #222;
  border-radius: 5px;
  padding: 5px 12px;
  font-weight: bold;
  margin-right: 10px;
}

.legalWrap .bottomArea .title span.cont {
  color: #ffde00;
}

.legalWrap .bottomArea .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 7px;
  margin: 10px 0 5px 0;
}

.legalWrap .bottomArea .text p {
  position: relative;
}

.legalWrap .bottomArea .text p::before {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  left: -7px;
  top: 10px;
}

.legalWrap .btntit {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  margin-top: 50px;
}

.boardWrap {
  position: relative;
}

.stitle .tbl_caption {
  right: 0;
  top: auto;
  font-weight: normal;
}

.tbl_caption {
  position: absolute;
  right: 0;
  top: 0;
}

.calSummary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  background-color: #ebf1ff;
  border-radius: 15px;
  color: #333;
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
}

.legalInfolist {
  padding: 30px;
  border: 1px solid #ddd;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 개인정보처리방침 */
.policyDesc {
  text-align: center;
  margin: 0 0 50px 0;
  padding-top: 20px;
  word-break: keep-all;
}

.policyDesc h3 {
  font-size: 30px;
  letter-spacing: -2px;
  color: #333;
  margin-bottom: 10px;
}

.policyDesc p {
  width: 70%;
  margin: 0 auto;
}

.policy_Label td {
  padding: 15px 8px;
}

.policy_Label td .img_label {
  width: 70px;
}

.policy_Label td p {
  font-weight: 600;
  color: #333;
  margin-top: 10px;
}

.policy_Label td span {
  font-size: 14px;
}

.policy h5 img {
  width: 32px;
  margin-bottom: 5px;
  margin-left: 10px;
}

/* 정보목록 팝업 */
.infoListForm {
  overflow: visible;
}

.infoListForm .labelRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2px;
  height: 34px;
}

.infoListForm .labelRow input[type=radio] {
  margin-right: 5px;
}

.infoListForm .labelRow div:first-child {
  margin-right: 10px;
}

.infoListForm .field .rdoBtn label {
  border: 1px solid #ccc;
}

.searchPop {
  display: none;
  border: 1px solid #8d8d8d;
  position: absolute;
  left: 330px;
  top: 0;
  background-color: #fff;
  width: 350px;
  height: auto;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}

.searchPop .popTit {
  position: relative;
  border-bottom: 1px solid #8d8d8d;
  padding: 7px 10px;
  color: #333;
  font-weight: bold;
  background-color: #ececec;
}

.searchPop .popTit h3 {
  display: inline-block;
}

.searchPop .popTit .close_btn {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.searchPop .popTit .close_btn::before, .searchPop .popTit .close_btn::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 10px;
  width: 16px;
  height: 2px;
  background-color: #333;
}

.searchPop .popTit .close_btn::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.searchPop .popTit .close_btn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.searchPop .popCon {
  padding: 20px;
}

.searchPop .popCon .opBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
  margin-bottom: 10px;
}

.searchPop .popCon .opBox input[type=text] {
  width: calc(100% - 164px);
}

.searchPop .popCon .opBox input[type=text], .searchPop .popCon .opBox select {
  border: 1px solid #8d8d8d;
}

.searchPop .popCon .opBox select {
  width: 90px;
}

.searchPop .popCon .opBox .btn {
  width: 54px;
}

.searchPop .popCon .opBox .btn {
  padding: 0;
  margin-top: 0;
}

.searchPop .popCon .opBox .btn span,
.searchPop .popCon .opBox .btn a {
  margin-top: 0;
}

.searchPop .popCon .orSearchList {
  border: 1px solid #8d8d8d;
  height: 200px;
  overflow-Y: scroll;
  padding: 5px 10px;
  font-size: 13px;
}

.searchPop .popFoot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.searchPop .popFoot .btn {
  width: 100%;
  padding: 0;
}

.searchPop .popFoot .btn + .btn {
  margin-left: 10px;
}

@media screen and (max-width: 1000px) {
  .certifyWrap .certifyBox .certifyBtn a {
    min-width: 130px;
    padding: 7px 0;
  } /* 20200402 */
  .joinAgree .ifrWrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mayorH li {
    width: 25%;
  }
  .organDepth3.col-6::before, .organDepth3.col-6::after {
    width: 16.6665%;
  }
  .organDepth3.col-7::before, .organDepth3.col-7::after {
    width: 12.5%;
  }
  .organDepth3.col-6 > li {
    width: 33.333%;
  }
  .organDepth3.col-7 > li {
    width: 25%;
  }
  .process li, .process li.fr {
    width: 50%;
  }
  .process dl {
    height: auto;
  }
  .infoBox.work .code {
    display: none;
  }
  .organ_lst li {
    width: 33.333%;
  }
  .reportImgArea {
    float: none;
    width: auto;
  }
  .designVision th {
    border-radius: 0;
  }
  .designVision th, .designVision td {
    word-break: break-all;
  }
  .infoBox.tancheon .cont {
    width: 100%;
  }
  .simbolImg {
    text-align: center;
  }
  .simbolImg img {
    width: 100px;
  }
  .simContent {
    margin-top: 15px;
  }
  /* 쓰레기분리배출안내 */
  .fl_img > li {
    float: left;
    width: 48%;
  }
  /* 20200703 start */
  .pesticide li {
    width: calc(33.3% - 6px);
    margin-left: 9px;
    margin-bottom: 9px;
  }
  /* 20200703 end */
  /* 20200318 start */
  .threeimg li {
    width: calc(33.3% - 15px);
    margin-left: 15px;
  }
  .Specialmonitering_box .lineBox {
    padding: 10px;
  }
  .Specialmonitering_box .lineBox p {
    display: block;
    width: auto !important;
  }
  .Specialmonitering_box > ul {
    padding-right: 20px;
  }
  .Fourimg li {
    width: calc(25% - 8px);
    margin-left: 10px;
  }
  .Fourimg li img {
    margin: 0;
  }
  /* 20200318 and */
  /* 신청폼수정 start */
  .nForm > li {
    height: auto;
  }
  .nForm > li > div {
    font-size: 14px;
    padding: 10px;
  }
  .nForm > li.p4 {
    width: 100%;
  }
  .nForm > li.p4 > div {
    width: 70%;
  }
  .nForm > li.p4 > div.tit_hh {
    width: 30%;
  }
  .nForm > li.p2 > div {
    width: 70%;
  }
  .nForm > li.p2 > div.tit_hh {
    width: 30%;
  }
  .nForm > li.jointInput ul {
    padding: 0;
  }
  .nForm > li.jointInput ul li > input {
    width: calc(100% - 140px);
  }
  .nForm > li.jointInput ul li span input {
    width: 90px;
  }
  /* 신청폼수정 and */
  /* 20200511 start */
  /* 치매검사수행절차 */
  .dmt_step {
    margin-left: -90px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dmt_step li {
    width: calc(33.3% - 90px);
  }
  /* 20200511 end */
  /* 성남시앱 */
  .appWrap .appbox ul li {
    width: calc(50% - 7.5px);
  }
  .appWrap .appbox ul li:nth-child(2n) {
    margin-right: 0;
  }
  .appWrap .appbox ul li .app_text_box p {
    height: 50px;
  }
  .appWrap .appbox ul li .app_link_box > div {
    width: 100%;
    background: #000;
    border-radius: 4px;
    text-align: center;
    padding: 0 0 3px 0;
  }
  .appWrap .appbox ul li .app_link_box > div img {
    width: 17px;
  }
  .appWrap .appbox ul li .app_link_box > div.solebox {
    width: 100%;
  }
  .appWrap .appbox ul li .app_link_box > div.solebox:first-child {
    margin-right: 0px;
  }
  .appWrap .appbox ul li .app_link_box > div.solebox:last-child {
    margin-left: 0px;
  }
  /* 공공와이파이 220308 */
  .wifiGuide .imgList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
  .wifiGuide .imgList li {
    width: calc(33.333% - 22px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .wifiGuide .imgList li + li {
    margin-left: 0;
  }
  .wifiGuide .imgList li:nth-child(3n) {
    margin-right: 0;
  }
  .wifiGuide .imgList li .img img {
    width: 100%;
  }
  /* 디지털원패스 */
  .tap_wrap {
    display: none;
  }
  .m_tab_wrap {
    display: block;
  }
  .m_tab_wrap .m_tab_box a {
    display: block;
    min-width: 80px;
    font-weight: 700;
    line-height: 43px;
    color: #fff;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 16px;
    background: #0066b3 url(/humanframe/_resource/incdlue/cmm_new/image/common/arr_tab.png) 100% 50% no-repeat;
  }
  .m_tab_wrap ul {
    display: none;
    border: 1px solid #d9d9d9;
    border-top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m_tab_wrap ul li {
    line-height: 43px;
    font-size: 15px;
    font-weight: 700;
    padding-left: 15px;
  }
  .m_tab_wrap ul li a {
    display: block;
  }
  .m_tab_wrap ul li:hover {
    background: #f3f4f8;
  }
  .m_tab_wrap ul li.current {
    background: #f3f4f8;
  }
  .member_wrap {
    padding: 20px 25px;
  }
  .modify_wrap tr th:first-child {
    width: 95px;
  }
  .login_wrap {
    margin-top: 20px;
    width: 100% !important;
  }
  .login_wrap * {
    letter-spacing: -0.05em;
  }
  .login_wrap > ul > li {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    height: auto;
  }
  .login_wrap > ul li + li {
    margin-left: 0;
  }
  .login_wrap > ul > li div.top_box {
    padding: 20px 25px;
  }
  .login_wrap > ul > li div.top_box h3 {
    font-size: 18px;
    padding-bottom: 95px;
  }
  .login_wrap > ul > li div.top_box h3:after {
    top: 40px;
  }
  .login_wrap > ul > li div.top_box.member_login input {
    height: 40px;
    border-radius: 7px;
    letter-spacing: -0.05em;
  }
  .login_wrap > ul > li div.top_box.member_login input:focus {
    border-radius: 7px;
  }
  .login_wrap > ul > li div.top_box.member_login button {
    height: 40px;
    font-size: 18px;
    border-radius: 7px;
  }
  .login_wrap > ul > li div.top_box.member_login .find_box a {
    width: 100px;
  }
  .login_wrap > ul > li div.top_box.non_member_login p,
  .login_wrap > ul > li div.top_box.digital_login p {
    font-size: 14px;
    line-height: 20px;
  }
  .login_wrap > ul > li div.top_box.non_member_login .btn_box button {
    font-size: 14px;
  }
  .login_wrap > ul > li ul.bottom_box {
    position: static;
    height: 45px;
  }
  .login_wrap > ul > li ul.bottom_box li a {
    font-size: 14px;
  }
  .login_wrap > ul > li div.top_box.non_member_login .faq_box a:after {
    left: 20px;
  }
  .login_wrap > ul > li div.top_box.non_member_login .faq_box a:last-child:after {
    left: 25px;
  }
  .security_wrap {
    padding: 20px 25px;
    text-align: center;
  }
  .security_wrap h3 {
    font-size: 18px;
  }
  .security_wrap span {
    font-size: 14px;
    text-align: left;
    margin: 10px 0 5px 0;
  }
  .security_wrap p {
    text-align: left;
  }
  .security_wrap a.setup_btn {
    position: static;
    display: block;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin-top: 15px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    border-radius: 7px;
  }
  .familysite_wrap {
    padding: 20px 25px;
  }
  .familysite_wrap span {
    font-size: 14px;
  }
  .familysite_wrap ul li {
    width: calc(50% - 7.5px);
    height: 35px;
    line-height: 35px;
    border-radius: 7px;
  }
  .familysite_wrap ul li:nth-child(2n) {
    margin-right: 0;
  }
  .familysite_wrap ul li a {
    font-size: 14px;
  }
  .membertype_wrap {
    padding: 20px 25px;
  }
  .membertype_wrap h3 {
    font-size: 18px;
  }
  .membertype_wrap span {
    font-size: 14px;
  }
  .membertype_wrap .type_box {
    margin-top: 20px;
  }
  .membertype_wrap .type_box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .membertype_wrap .type_box ul li {
    width: 100%;
    margin-bottom: 20px;
    height: 190px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 10px 15px -3px, rgba(0, 0, 0, 0.04) 0px 4px 6px -2px;
            box-shadow: rgba(0, 0, 0, 0.07) 0px 10px 15px -3px, rgba(0, 0, 0, 0.04) 0px 4px 6px -2px;
  }
  .membertype_wrap .type_box ul li:after {
    display: none;
  }
  .membertype_wrap .type_box ul li:first-child {
    margin-right: 0;
  }
  .membertype_wrap .type_box ul li:last-child {
    margin-left: 0;
  }
  .membertype_wrap .type_box ul li .text_box {
    padding-top: 120px;
  }
  .membertype_wrap .type_box ul li .text_box.adult:after {
    background-size: 90px;
    width: 90px;
    height: 90px;
    bottom: 60px;
  }
  .membertype_wrap .type_box ul li .text_box.child:after {
    background-size: 90px;
    width: 90px;
    height: 90px;
    bottom: 60px;
  }
  .membertype_wrap .member_notice {
    margin-top: 20px;
  }
  .reagree_wrap {
    padding: 20px 25px;
  }
  .reagree_wrap h3 {
    font-size: 18px;
  }
  .reagree_wrap > p {
    margin: 15px 0;
  }
  .reagree_wrap .info_box > dd > p {
    font-size: 14px !important;
  }
  .reagree_wrap .reagree_box {
    padding: 15px;
  }
  .reagree_wrap .reagree_box ul li > div:first-child {
    width: 30%;
  }
  .reagree_wrap .reagree_box .reagree_wrap .reagree_btn_boxul li > div:last-child {
    width: 70%;
  }
  .reagree_wrap .reagree_btn_box a {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    border-radius: 7px;
    margin: 0;
  }
  .reagree_wrap .reagree_btn_box a:first-child {
    margin-right: 10px;
  }
  /* 디지털원패스 테이블 및 버튼 폼 커스텀 */
  .member .member_wrap .inpFullBtn {
    padding-right: 0;
  }
  .member .member_wrap .inpFullBtn .btn a {
    position: static;
    margin-top: 3px;
  }
  .member .member_wrap .form-ele.auto {
    width: 100%;
  }
  .member .member_wrap .custom_btn_box_type1 span a {
    width: 160px;
  }
  .member .member_wrap .custom_btn_box_type2 span a {
    width: 160px;
  }
  .member .member_wrap .form-ele.fix, .member .member_wrap .inpSchClass03, .member .member_wrap .inpSchClass04 {
    width: 100% !important;
  }
  .member .member_wrap .loginGroup .loginArea {
    width: auto;
  }
  .member .member_wrap .loginGroup .loginArea .inpArea.has {
    padding-left: 80px;
  }
  .member .member_wrap .loginWrap .custom_btn_box_type1 span a {
    width: 136px;
  }
  .member .member_wrap .loginWrap .custom_btn_box_type2 span a {
    width: 136px;
  }
  /* 210728 청년희망도시 */
  .yh_pdflist .row h3 {
    padding: 7px 45px 7px 10px;
    font-size: 15px;
  }
  .yh_pdflist .row ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .yh_pdflist .row ul li:nth-child(2n) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .yh_pdflist .row ul li:nth-child(2n) {
    padding: 5px 10px;
    word-break: break-all;
  }
  .yh_pdflist .row ul li {
    padding: 5px 10px;
  }
  .yh_pdflist .row ul li strong {
    margin-right: 2px;
  }
  .general_state .img {
    width: auto;
    float: none;
  }
  .step_list15 > li {
    min-height: auto;
  }
  .step_list15 li dl dd:last-child > ul li {
    margin: 0 10px;
  }
  .imgWrap div {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .imgWrap div:last-child {
    margin-right: 0;
  }
  /* 도시정비 - 사업단계현황 */
  .statusWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .statusWrap li {
    margin-bottom: 10px;
  }
  .statusWrap li:before {
    display: block;
    content: "";
    background: url("/humanframe/_resource/incdlue/cmm_new/image/content/stat_arr.png") 50% 50% no-repeat;
    width: 9px;
    height: 11px;
    position: absolute;
    right: -15px;
  }
  /* NEW step list - 220126 */
  .stepWrap li + li {
    margin-top: 0;
  }
  .stepWrap li .inner {
    width: 100%;
  }
  .stepWrap.col2 li .inner,
  .stepWrap.col3 li .inner,
  .stepWrap.col4 li .inner,
  .stepWrap.col5 li .inner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .stepWrap li .inner:before {
    display: block;
    content: "";
    background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_type1_arrow_02.png);
    position: absolute;
    top: -17px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  .stepWrap li .inner ~ .inner:before {
    top: -17px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  .stepWrap li + li .inner:first-child:before {
    display: block;
    background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_type1_arrow_01.png);
  }
  .stepWrap li .inner:first-child:before {
    display: none;
  }
  .stepWrap li .inner:before,
  .stepWrap li .inner ~ .inner:before,
  .stepWrap li .inner:first-child:before,
  .stepWrap li .inner ~ .inner:nth-child(even):before,
  .stepWrap li .inner ~ .inner:nth-child(odd):before,
  .stepWrap li + li .inner:first-child:before,
  .stepWrap.notit li + li .inner:first-child:before {
    width: 10px;
    height: 10px;
    background-size: 10px;
  }
  .stepWrap li .inner .tit {
    min-height: auto;
    padding: 8px 0;
  }
  .stepWrap li .inner .con {
    height: auto;
    padding: 5px 0;
  }
  .stepWrap.notit li .inner, .stepWrap.notit li + li .inner:nth-child(even), .stepWrap.notit li + li .inner:nth-child(odd) {
    border-width: 1px;
  }
  /* 한국인을 위한 식생활지침 */
  .koreanHealthWrap {
    width: 100%;
    height: 100%;
    background: #3fcfc6;
    padding-bottom: 40px;
    border-radius: 10px;
  }
  .koreanHealthWrap .title {
    margin: 0 auto;
    width: 80%;
    padding-top: 40px;
  }
  .koreanHealthWrap ul {
    top: 0;
    width: 90%;
    margin-top: 170px;
  }
  .koreanHealthWrap ul:nth-of-type(1):before {
    display: block;
    content: "";
    background: url("/humanframe/_resource/incdlue/cmm_new/image/health/korean_health_bg_m.png") 50% 50% no-repeat;
    width: 259px;
    height: 142px;
    position: absolute;
    top: -142px;
  }
  .koreanHealthWrap ul:nth-of-type(1) {
    border-top: 7px solid #023668;
  }
  .koreanHealthWrap ul + ul {
    margin-top: 0;
  }
  .koreanHealthWrap ul li {
    width: 100%;
  }
  .koreanHealthWrap ul li + li {
    margin-top: 45px;
    margin-left: 0;
  }
  .koreanHealthWrap ul li:first-child {
    margin-top: 50px;
  }
  .koreanHealthWrap ul li .tit {
    height: auto;
    padding: 35px 0;
  }
  .koreanHealthWrap ul li .tit .no {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .koreanHealthWrap ul li .text {
    margin-left: 0;
    width: 80%;
    margin: 10px auto 0 auto;
  }
  .koreanHealthWrap ul li .text p br {
    display: none;
  }
  /* 무료법률상담 */
  .legalWrap .legalSummary {
    padding: 15px 20px;
  }
  .legalWrap .legalSummary p {
    font-size: 16px;
  }
  .legalWrap .legalInfo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .legalWrap .legalInfo ul.info {
    width: 65%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
  .legalWrap .legalInfo .legalBg {
    position: relative;
    right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .legalWrap .legalStep ul li {
    padding: 20px 0;
  }
  .legalWrap .legalStep ul li p {
    font-size: 15px;
  }
  .legalWrap .bottomArea .text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .legalWrap .bottomArea .text p {
    width: 50%;
  }
  .legalWrap .btntit {
    font-size: 16px;
    margin-top: 30px;
  }
  /* 디자인 성남 */
  .designSn_list li .imgArea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .designSn_list li .imgArea img {
    width: calc(100% - 100px);
  }
  .designSn_list li .imgArea img + img {
    margin-top: 50px;
  }
  .designSn_color li div.colorList img {
    width: 45%;
  }
  .designSn_color li div.colorList img:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 800px) {
  /* 역대시장 */
  .mayorHistory li {
    width: 100%;
    margin-right: 0;
  }
  .mayorHistory li .textBox span {
    font-size: 15px;
  }
  .mayorHistory li .textBox .name {
    font-size: 22px;
  }
  .mayorHistory li .textBox .name em {
    font-size: 17px;
  }
  /* 시민옴부즈만 */
  .siminHistory li {
    width: 100%;
    margin-right: 0;
  }
  .siminHistory li .textBox span {
    font-size: 15px;
  }
  .siminHistory li .textBox .name {
    font-size: 22px;
  }
  .siminHistory li .textBox .name em {
    font-size: 17px;
  }
  /* 20200402 start */
  .login_box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .login_box .stxt br {
    display: none;
  }
  .certifyWrap { /*margin:0*/ }
  .certifyWrap .certifyGroup { /*display:block*/ }
  .certifyWrap .certifyBox {
    padding: 30px 0 0; /*display:block;width:auto;margin:20px 0 0*/
  }
  .certifyWrap .certifyBox .certifyBtn a br, .certifyWrap .certifyBox .ipinBox br {
    display: none;
  }
  .certifyWrap .certifyBox .btnArea {
    margin: 25px 0 10px;
  }
  /* 20200402 end */
  .joinType .ageGroup .age {
    margin: 0 20px;
  }
  .oilSec .fl, .oilSec .fr {
    float: none !important;
    width: auto;
    margin-top: 10px;
  }
  .oilSec .fl img {
    width: 110px;
  }
  .graphTable > div {
    float: none !important;
    width: auto;
  }
  .graphTable > div:last-child {
    margin-top: 10px;
    padding: 0;
  }
  .resultSuccess .thumb_lst.col-2 li {
    float: none;
    width: 100%;
  }
  .stateDiagram .list {
    border-radius: 12px;
  }
  .mayorH li .infoBox .tit {
    font-size: 14px;
  }
  .financeWrap .header .logo {
    top: 10px;
  }
  .financeWrap .header h2 {
    top: 20px;
  }
  .financeWrap .header .gnb {
    float: none;
    margin: 40px 0 0;
    text-align: right;
  }
  .financeWrap .header .gnb li {
    display: inline-block;
    float: none;
    padding-left: 20px;
  }
  .financeWrap #ttab3 li a {
    font-size: 15px;
  }
  .organicAnima {
    display: block;
  }
  .organicAnimal li {
    display: block;
    float: left;
    width: 50%;
    height: inherit;
    padding: 25px 15px;
  }
  .organicAnimal li:nth-of-type(2n+1) {
    border-left: 0;
  }
  .organicAnimal li:nth-of-type(1n+3) {
    border-top: 1px solid #e4e4e4;
  }
  .taxi li {
    padding: 15px;
  }
  .taxi li img {
    margin-right: 10px;
  }
  .CPR .explain textarea {
    height: 150px;
  }
  .infoBox.playground .box .cont, .playFacil .fr {
    display: block;
    margin: 0;
  }
  .designVision {
    margin: 0 -10px;
  }
  .designVision table {
    border-spacing: 10px;
  }
  .showplaceColor div > span span {
    display: block;
    line-height: 1;
  }
  .guide .lifeApply > ul {
    padding: 120px 0 0;
  }
  /*.wifiMapGroup {min-height:230px;padding-right:240px}
  .wifiMapGroup .txt {font-size:15px}
  .wifiMapGroup .bgmap {top:20px;right:20px;height:230px}
  .wifiMapGroup .bgmap img,.wifiMapGroup .bgmap map {width:100%;height:100%}*/
  .wifiMapGroup {
    min-height: auto;
    padding-right: 30px;
  }
  .wifiMapGroup .bgmap {
    display: none;
  }
  .wifiMapArea .wrap_map {
    height: 300px !important;
  }
  .giftcardSearch .searchSection {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .giftcardSearch .item {
    width: calc(50% - 7px);
  }
  .giftcardSearch .btnArea {
    clear: left;
    width: 100%;
    margin: 12px 0 0;
    text-align: center;
  }
  .giftcardSearch .btnArea .btnSearch {
    display: inline-block;
    float: none;
    margin: 0;
    max-width: 100%;
  }
  .giftcardSearch .btnArea .btnSearch:first-child {
    width: 49%;
  }
  .giftcardSearch .imgMap {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 20px;
    text-align: center;
  }
  .giftcardSearch .localGroup {
    margin-left: -7px;
  }
  .designCityPlan {
    padding-top: 300px;
    background-position: 0 0;
  }
  .step_list li {
    width: calc(50% - 40px);
    margin-bottom: 10px;
  }
  .bike_safe_list {
    margin-left: -20px;
  }
  .bike_safe_list li {
    width: calc(33.33% - 20px);
    margin-left: 20px;
  }
  .bike_safe_list li dl dt {
    border: solid 5px #cfd7e6;
  }
  .bike_legend li {
    width: 25%;
  }
  .waterSmsDesc .waterSmsCon {
    padding: 55% 10px 10px;
    margin: 0 15px 15px;
  }
  .waterSmsTab li a {
    display: block;
    line-height: 34px;
    letter-spacing: -1px;
  }
  .waterSmsTab_con {
    padding: 10px 10px 0;
  }
  .step_list12 {
    margin-left: 0;
  }
  .step_list12 li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .step_list12 li:before {
    content: "";
    display: none;
  }
  .step_list12 li dl dt {
    line-height: 30px;
    padding: 0;
  }
  .step_list12 li:nth-child(3) dl dt {
    padding: 0;
  }
  .step_list12 li dl dd {
    display: block;
    min-height: auto;
    text-align: center;
  }
  .step_list12 li dl dd p {
    display: block;
  }
  /* 20200316 start */
  .step_list13 {
    margin-left: 0;
  }
  .step_list13 > li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .step_list13 li:before {
    content: "";
    display: none;
  }
  .step_list13 li dl dt {
    line-height: 30px;
    padding: 0;
  }
  .step_list13 li dl dd {
    display: block;
  }
  .step_list13 li dl dd ul {
    height: auto;
  }
  .step_list14 {
    margin-left: -15px;
  }
  .step_list14 li {
    width: calc(33.3% - 15px);
    margin-left: 15px;
  }
  .step_list14 li:nth-child(2):before {
    content: "▶";
    color: #b8c2d6;
    background: none;
    right: -15px;
    width: 12px;
    font-size: 14px;
    margin-top: -11px;
  }
  .step_list14 li:first-child:before {
    right: -13px;
  }
  .step_list14 li p br {
    display: none;
  }
  .step_list15 {
    margin-left: 0;
  }
  .step_list15 li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .step_list15 li:before {
    content: "";
    display: none;
  }
  .step_list15 li dl dt {
    line-height: 30px;
    padding: 0;
  }
  .step_list15 li dl dd p {
    height: auto;
  }
  /* 20200316 and */
  /* 20200403 start */
  .step_list16 {
    margin-left: 0;
  }
  .step_list16 li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .step_list16 li:before {
    content: "";
    display: none;
  }
  .step_list16 li dl dt {
    line-height: 30px;
    padding: 0;
  }
  .step_list16 li dl dd {
    min-height: auto;
    text-align: center;
  }
  .step_list16 li dl dd p {
    display: block;
  }
  /* 20200403 and */
  /* 20200616 start */
  /* 규제입증요청 */
  .step_list17 {
    margin-left: 0;
  }
  .step_list17 li {
    width: 100%;
    margin-left: 0;
    min-height: 42px;
    margin-bottom: 15px;
  }
  .step_list17 li:before {
    display: none;
  }
  .step_list17 li:after {
    content: "▼";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-top: 3px;
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #b8c2d6;
  }
  .step_list17 li:last-child:after {
    display: none;
  }
  .step_list17 li p {
    font-size: 14px;
  }
  /* 20200616 end */
  .step_list18 {
    margin-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .step_list18 > li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .step_list18 li:before {
    content: "";
    display: none;
  }
  .step_list18 li dl dt {
    padding: 0;
  }
  .step_list19 {
    margin-left: 0;
  }
  .step_list19 > li,
  .step_list19.col4 > li,
  .step_list19.col3 > li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .step_list19 li:before {
    content: "";
    display: none;
  }
  .step_list19 li dl dt {
    line-height: 30px;
    padding: 0;
  }
  .step_list19 li dl dd {
    display: block;
  }
  /* 소규모주택정비 관리지역 현황 */
  .RedevelopmentWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .RedevelopmentWrap > ul {
    width: 100%;
  }
  .RedevelopmentWrap > ul li {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    font-size: 14px;
  }
  .RedevelopmentWrap > ul li.none {
    display: none;
  }
  .RedevelopmentWrap > ul li .subtext {
    left: auto;
    right: 20px;
  }
  .RedevelopmentWrap > ul + ul {
    margin-top: 40px;
  }
  .smallhomeMap > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smallhomeMap > ul > li {
    width: 100%;
  }
  .smallhomeMap > ul > li + li {
    border-left: 1px solid #ddd;
    margin-top: 15px;
  }
  .smallhomeMap > ul > li img {
    height: 100%;
  }
  /* 신청폼수정 start */
  .nForm > li > div {
    font-size: 14px;
  }
  .nForm > li.jointInput ul li {
    width: 100%;
  }
  .nForm > li.jointInput ul li:nth-child(n+2) {
    margin-top: 3px;
  }
  .nForm > li.jointInput ul li > input {
    width: 100px;
  }
  .nForm > li.jointInput ul li span input {
    width: 80px;
  }
  /* 신청폼수정 and */
  /* infoList */
  .eventFilterForm02 {
    padding: 15px 20px;
  }
  .eventFilterForm02 .field02 {
    padding-left: 0;
  }
  .field_half > li .inpFullBtn {
    padding-left: 0;
  }
  .field_half > li:first-child .inpFullBtn {
    width: 100%;
  }
  .field_half > li {
    float: none;
    width: 100%;
  }
  .field_half > li:first-child {
    margin-bottom: 8px;
    margin-right: 0;
  }
  .field_half > li .inpFullBtn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sinmungo p br {
    display: block;
  } /* 신문고수정 */
  /* 기록문화페이지추가 start */
  .girokculture_pc {
    display: none;
  }
  .girokculture_m {
    display: block;
  }
  .girokculture_m span {
    display: block;
    text-align: center;
  }
  .girokculture_m span a {
    display: block;
  }
  .girokculture_m a {
    font-size: 16px;
    padding: 10px 20px;
  } /* 기록문화추추가 */
  /* 기록문화페이지추가 end */
  /* 20200429 start */
  /* 성남시 현수막디자인 가이드라인 start */
  .B_Guide_box_l {
    padding: 10px;
  }
  .B_Guide_box_r {
    padding: 10px 0;
    width: auto;
    margin-left: 0 !important;
  }
  .B_Guide_box_100 {
    padding: 10px;
  }
  .B_Guide_box_8020 li {
    padding: 10px;
    display: block;
  }
  .B_Guide_box_8020 li.ri {
    border-top: 1px solid #e4e4e4;
    border-left: 0;
  }
  /* 성남시 현수막디자인 가이드라인 end */
  /* 20200429 end */
  /* 20200622 start */
  /* 대형폐기물 재활용 */
  .Recycling {
    padding-left: 0;
  }
  .Recycling > strong {
    font-size: 18px;
    line-height: 28px;
    padding-top: 0px;
    margin-bottom: 15px;
  }
  .Recycling .ex_img {
    position: relative;
    margin-left: 90px;
    margin-bottom: 10px;
  }
  .Recycling > ul > li {
    font-size: 14px;
    border-radius: 30px;
  }
  .Recycling .down_box > ul > li {
    width: 100%;
    font-size: 14px;
  }
  .Recycling .down_box > ul > li:first-child {
    margin-bottom: 40px;
  }
  .Recycling .down_box > ul > li:first-child::after {
    margin-top: -16px;
  }
  .recycling_more a {
    min-width: auto;
    padding: 10px 20px;
    font-size: 14px;
  }
  .recycling_more a::after {
    margin-left: 5px;
    margin-bottom: -2px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  /* 20200622 end */
  /* 20200721 start */
  /* 성남시관련 */
  .relatedlist {
    padding: 10px;
  }
  .relatedlist ul li {
    width: calc(50% - 6px);
  }
  .relatedlist ul li:nth-child(3) {
    margin-top: 10px;
  }
  .relatedlist ul li:nth-child(3n+1) {
    margin-left: 9px;
  }
  .relatedlist ul li:nth-child(2n+1) {
    margin-left: 0;
  }
  /* 20200721 end */
  /* 20200722 start */
  /* 교통유발부담금 */
  .traffic_title {
    padding: 10px;
    font-size: 16px;
  }
  .traffic_body {
    padding: 10px;
  }
  /* 20200722 end */
  /* 원산지표시 */
  .originList, .originList1 {
    margin-top: 10px;
  }
  .originList {
    margin-bottom: 20px;
  }
  .originList li, .originList1 li {
    width: 100%;
  }
  .originList li:nth-child(2), .originList1 li:nth-child(2) {
    width: 100%;
    margin-top: 13px;
    padding-top: 0;
  }
  .originList li p, .originList1 li p {
    text-align: center;
  }
  /* 소상공인 경영안정비지원 신청 */
  .supportbtnGroup {
    margin: 30px auto;
    padding-top: 30px;
  }
  .supportLeft, .supportRight {
    width: 100%;
  }
  .supportLeft {
    margin-bottom: 20px;
  }
  .supportbtnGroup .inner {
    min-height: auto;
  }
  .supportbtnGroup .inner li {
    padding: 2px 13px;
  }
  .supportBtn li a {
    font-size: 14px;
    line-height: 45px;
    border-radius: 45px;
  }
  .supportBtn li a::before {
    top: -14px;
  }
  .supportBtn_col li {
    width: calc(47% - 3px);
    margin: 0;
  }
  .supportBtn_col li:last-child {
    width: calc(53% - 3px);
  }
  /* 소상공인 경영안정비지원 신청 - 유의사항 */
  .supportAgree {
    padding: 30px 20px 20px;
    margin-top: 40px;
  }
  .supportAgree h4 {
    top: -20px;
    width: 200px;
    line-height: 30px;
    border: 5px solid #3f5f9c;
    border-radius: 40px;
    font-size: 20px;
  }
  .supportAgree h4::before, .supportAgree h4::after {
    width: 8px;
    height: 8px;
  }
  .supportAgree .bar-list > li {
    padding-left: 11px;
  }
  .supportAgree .bar-list > li + li {
    margin-top: 7px;
  }
  .supportAgree .bar-list > li::before {
    top: 2px;
    width: 3px;
    height: 15px;
  }
  .supportAgree .bar-list > li strong {
    font-size: 15px;
  }
  .supportAgree .dot-list {
    margin-top: 5px;
  }
  .supportAgree .dot-list > li {
    margin: 2px 0;
  }
  .supportAgree h5 {
    line-height: 34px;
    padding: 0 15px;
    border-radius: 34px;
    font-size: 15px;
    margin: 20px 0 10px 6px;
  }
  .supportAgree h5::before {
    left: -6px;
    width: 6px;
    height: 6px;
  }
  .supportAgree .ref {
    line-height: 1.4;
    margin-top: 3px;
  }
  /* 청년신용회복지원 - 안내 */
  .recoverWrap {
    line-height: 1.4;
  }
  .recoverWrap dl {
    margin-top: 20px;
  }
  .recoverWrap dl dt {
    margin-bottom: 5px;
  }
  .recoverWrap dl dt span {
    padding: 6px 10px;
    margin-bottom: 5px;
    font-size: 15px;
  }
  .recoverWrap .recoverTop {
    padding-left: 0;
    padding-top: 320px;
    min-height: auto;
    background-position-x: 50%;
    background-size: 320px;
  }
  .recoverWrap .recoverTop .topTxt p {
    font-size: 16px;
  }
  .recoverWrap .recoverTop dl {
    margin-top: 20px;
  }
  .recoverWrap .recoverMiddle {
    padding: 0;
  }
  .recoverWrap .recoverMiddle .date {
    padding: 6px 10px;
    margin-top: 20px;
    font-size: 15px;
  }
  .recoverWrap .recoverMiddle .date span {
    display: inline-block;
    color: #506ea8;
    padding-left: 15px;
  }
  .recoverWrap .recoverBottom {
    padding: 0 15px 15px;
    margin-top: 40px;
  }
  .recoverWrap .recoverBottom dl {
    margin-top: -14px;
  }
  /* 청년신용회복지원 - 자격확인 */
  .recoverWrap .recoverStep {
    padding: 4px 0;
  }
  .recoverWrap .recoverStep li {
    padding: 20px 0 25px;
    font-size: 15px;
    line-height: 1.3;
  }
  .recoverWrap .recoverStep li dd.img {
    margin: 7px 0;
  }
  .recoverWrap .recoverStep li dd.img span {
    width: 80px;
    height: 80px;
    background-size: 320px;
  }
  .recoverWrap .recoverStep li:nth-child(2) dd.img span {
    background-position-x: -80px;
  }
  .recoverWrap .recoverStep li:nth-child(3) dd.img span {
    background-position-x: -160px;
  }
  .recoverWrap .recoverStep li:nth-child(4) dd.img span {
    background-position-x: -240px;
  }
  .recoverWrap .recoverStep li.on::before {
    width: 14px;
    height: 14px;
    -webkit-transform: translate(-50%, -7px);
            transform: translate(-50%, -7px);
  }
  .recoverWrap .recoverStep li.on dd.img span {
    background-position-y: -80px;
  }
  .recoverWrap .qualifyBox .titleBox {
    padding: 15px 5px;
    font-size: 24px;
  }
  .recoverWrap .qualifyBox .titleBox::after {
    bottom: -7px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 7px solid #4d6aa6;
  }
  .recoverWrap .qualifyBox .txtBox {
    padding: 30px 20px;
  }
  .recoverWrap .qualifyBox .txtBox.tblBox {
    padding: 30px 20px;
  }
  .recoverWrap .qualifyBox .txtBox .ref {
    margin-top: 20px;
  }
  .recoverWrap .qualifyBox .txtBox strong {
    font-size: 18px;
  }
  .recoverWrap .qualifyBox .txtBox > .radioBox {
    margin-top: 20px;
  }
  .recoverWrap .qualifyBox .txtBox > .radioBox li + li {
    margin-left: 30px;
  }
  .recoverWrap .qualifyBox .txtBox > .btnArea {
    margin-top: 20px;
  }
  .recoverWrap .qualifyBox .txtBox .joinAgree .ifrWrap {
    padding: 10px;
  }
  /* 주민공람 알림서비스 */
  .topBox {
    padding: 5px;
    margin-bottom: 20px;
  }
  .topBox dd {
    padding: 10px 20px;
  }
  .residentWrap {
    padding: 3px;
    border: 3px solid #cfd6e6;
  }
  .residentWrap .resiTab li a {
    height: 50px;
  }
  .residentWrap .resiTab li a span {
    padding: 7px 0;
    font-size: 16px;
  }
  .residentWrap .resiCon {
    padding: 0 20px 15px;
  }
  .residentWrap .resiCon .resiBox {
    position: relative;
    padding-top: 17px;
    margin-top: 20px;
  }
  .residentWrap .resiCon .resiBox p {
    width: 95px;
    height: 38px;
    font-size: 14px;
  }
  .residentWrap .resiCon .resiBox p::after {
    right: -12px;
    border-right: 12px solid transparent;
    border-bottom: 17px solid #b8c3df;
  }
  .residentWrap .resiCon .resiBox .list {
    padding: 35px 15px 15px;
  }
  .residentWrap .resiCon .resiBox:nth-child(1) .list {
    background-size: 150px auto;
  }
  .residentWrap .resiConWrap {
    padding: 30px 20px;
  }
  .residentWrap .resiConWrap .agreeBox {
    margin-top: 20px;
  }
  .residentWrap .resiConWrap .agreeBox .descBox {
    height: 200px;
    overflow: auto;
    padding: 10px 10px 10px 15px;
  }
  .residentWrap .resiConWrap .agreeBox .descBox p {
    padding: 7px 0;
  }
  .residentWrap .resiConWrap .agreeBox .agreeCheck {
    margin-top: 7px;
  }
  .residentWrap .resiConWrap .btnGroup {
    margin-top: 20px !important;
  }
  .infoBox.playground .img {
    width: 100%;
  }
  .infoBox.playground .img img {
    width: 100%;
  }
  /* 성남앱 */
  .appWrap .tbl tr td.td_img {
    padding: 5px 15px;
  }
  .event .fl {
    width: 100%;
    text-align: center;
  }
  .infoBox.intercity .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .infoBox.intercity .img {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    max-width: none;
  }
  .boxwrap.soul {
    padding-left: 0;
  }
  .boxwrap.soul .fl {
    float: none !important;
    position: static;
  }
  .wifiSearch .searchFormArea {
    margin-right: 0;
  }
  /* 성남형 정책연구 */
  .step_list20 > li {
    width: 100%;
    margin-right: 0;
  }
  .step_list20 > li + li {
    margin-top: 15px;
  }
  .policyLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* 무료법률상담 */
  .legalWrap .legalSummary {
    display: block;
    text-align: center;
    border-radius: 5px;
  }
  .legalWrap .legalSummary img {
    display: none;
  }
  .legalWrap .legalInfo {
    margin: 20px 0;
  }
  .legalWrap .legalInfo ul.info {
    width: 100%;
  }
  .legalWrap .legalInfo ul.info li span {
    margin-right: 8px;
  }
  .legalWrap .legalInfo ul.info li p em {
    margin-left: 0;
  }
  .legalWrap .legalStep ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .legalWrap .legalStep ul li {
    width: 100%;
    padding: 10px 0;
    border-radius: 8px;
  }
  .legalWrap .legalStep ul li::before {
    display: none;
  }
  .legalWrap .legalStep ul li + li {
    margin-top: 10px;
  }
  .legalWrap .bottomArea {
    padding: 20px 30px;
    margin-top: 20px;
  }
  .legalWrap .bottomArea .text p {
    width: 100%;
  }
  .stitle .tbl_caption {
    position: relative;
    display: block;
    font-size: 13px;
  }
  .calSummary {
    padding: 20px 25px;
    height: auto;
    font-size: 15px;
    margin-bottom: 0;
    border-radius: 10px;
  }
  .legalInfolist {
    padding: 15px;
  }
  /* 디자인 성남 */
  .designSn_list li .imgArea img {
    width: 100%;
  }
  /* 개인정보처리방침 */
  .policyDesc h3 {
    font-size: 24px;
  }
  /* 정보목록 팝업 */
  .searchPop {
    top: 43px;
    left: auto;
    right: 0;
    width: 100%;
  }
  .eventFilterForm .eventbtn a {
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
  }
}
@media screen and (max-width: 640px) {
  /*비전및전략*/
  .new_vision_h {
    display: none;
  }
  .new_vision_title h5 {
    font-size: 16px;
  }
  .new_vision_title p {
    font-size: 14px;
  }
  .new_vision_title p span {
    font-size: 20px;
  }
  .new_vision_lft {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .new_vision_rgt {
    width: 100%;
    float: none;
  }
  .vision_line {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 75px;
    right: 50%;
    margin-right: -82px;
  }
  .new_vision_rgt {
    margin-top: 40px;
  }
  .new_vision_rgt > ul > li {
    padding: 18px 20px 19px;
  }
  /* 여성친화도시 220315 */
  .woman_vision_wrap {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .woman_vision_wrap > ul {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .woman_slogan {
    padding: 10px 0;
  }
  .woman_slogan h6 {
    font-size: 14px;
  }
  .woman_slogan p {
    font-size: 20px;
  }
  .woman_title_bg {
    background: none;
    height: auto;
    padding: 10px 0;
  }
  .woman_title_bg ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .woman_title_bg ul li {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .woman_title_bg ul li {
    margin-top: 5px;
    font-size: 14px;
    border-radius: 8px;
    padding: 3px 0;
  }
  .woman_title_bg ul li.w_title03 {
    margin-left: 0;
  }
  .woman_vision_h > li.lft {
    width: 100%;
    border-radius: 15px 15px 0 0;
    height: auto;
    font-size: 18px;
    padding: 5px 0;
  }
  .woman_vision_h > li.rft {
    width: 100%;
    border-radius: 0 0 15px 15px;
    height: auto;
    padding: 15px 0;
  }
  .woman_vision_h > li.rft ul > li > p {
    font-size: 14px;
  }
  .woman_vision_lft {
    width: 100%;
  }
  .woman_vision_rgt {
    width: 100%;
    margin-top: 30px;
  }
  .woman_vision_line {
    position: absolute;
    left: 50%;
    -webkit-transform: rotate(90deg) translate(-50%, 0);
            transform: rotate(90deg) translate(-50%, 0);
    width: 90px;
    margin-left: -42.5px;
    margin-top: 72.5px;
  }
  .woman_vision_lft p {
    font-size: 16px;
    width: 100px;
    height: 100px;
  }
  .woman_vision_rgt > ul > li {
    height: 100px;
  }
  .woman_vision_rgt > ul > li.row2 {
    padding: 15px 30px;
    height: 80px;
  }
  .woman_vision_rgt > ul > li.row3 {
    padding: 10px 30px;
  }
  .woman_vision_rgt > ul > li > p {
    font-size: 14px;
  }
  .woman_list_wrap {
    margin-top: 10px;
  }
  .woman_list_wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .woman_list_wrap ul li {
    width: 100%;
    margin-right: 20px;
  }
  .woman_list_wrap ul li + li {
    margin-top: 10px;
  }
  .woman_list_wrap ul li .tit {
    border-radius: 10px 10px 0 0;
    padding: 8px 0 !important;
  }
  .woman_list_wrap ul li .con {
    height: auto;
  }
  .woman_list_wrap ul li .con p {
    width: 100%;
  }
  /* 20200402 start */
  .ltitle {
    font-size: 15px;
  }
  .loginForm {
    padding: 25px 15px;
  }
  .loginGroup .desc {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .loginGroup .checkArea {
    margin: 20px 0 0px;
  }
  .loginGroup .checkArea a {
    margin: 0 10px;
    font-size: 14px;
  }
  .loginGroup .checkArea a ~ a::before {
    left: -12px;
  }
  .loginGroup .loginArea2 .inpArea.has.pwd {
    padding-left: 80px;
  } /* 20200528 */
  .monitorForm .loginGroup .loginArea .inpArea.has {
    padding-left: 55px;
  } /* 20200605 */
  .certifyWrap .certifyBox .certifyBtn a {
    font-size: 14px;
  }
  .certifyWrap .certifyBox .ipinBox {
    float: none;
    width: auto;
    padding: 0;
  }
  .certifyWrap .certifyBox .ipinBox:first-child {
    padding: 0 0 20px;
    border: 0;
    border-bottom: 1px solid #e4e4e4;
  }
  .security_plg_box ul li {
    width: 100%;
  }
  .security_plg_box ul li.security_plg_btn {
    width: 100%;
  }
  .security_plg_box ul li.security_plg_btn a {
    width: auto;
    height: 36px;
    line-height: 36px;
  }
  /* 20200402 end */
  .joinType {
    padding: 10px 15px 15px;
  }
  .joinType .desc {
    font-size: 15px;
  }
  .joinType .ageGroup .age a {
    width: 150px;
    height: 150px;
    font-size: 17px;
  }
  .joinAgree .ifrWrap {
    height: 200px;
  }
  .ifrBody {
    padding: 10px;
  }
  .symbol {
    padding: 0 !important;
  }
  .symbol .box {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-bottom: 20px;
    padding: 20px;
  }
  .symbol .box img {
    width: 120px;
  }
  .simbolObject {
    min-height: 148px;
    padding-left: 180px;
  }
  .simbolObject .img {
    width: 148px;
    height: 148px;
  }
  .simbolObject .desc {
    padding-top: 10px;
  }
  .citySong .audioArea {
    float: none;
    padding: 10px 0 10px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .citySong .audioArea audio {
    display: block;
    width: 100%;
    height: 42px;
    margin: 0;
  }
  .citySong .downloadArea {
    float: none;
    margin: 0;
    text-align: right;
  }
  .stateDiagram .list li {
    float: none;
    min-width: auto;
  }
  .historyList li {
    padding-left: 160px;
  }
  .mayorH li {
    width: 33.333%;
  }
  .mayorH li .infoBox .tit {
    font-size: 14px;
  }
  .organDepth1, .organDepth2 {
    background-size: 2px 606px;
  }
  .organDepth1 > strong, .organDepthSub > li > a, .organDepthSub > li > strong, .organDepthSub_t > li > a, .organDepthSub_t > li > strong, .organList.design b {
    width: 160px;
    font-size: 14px;
  }
  .organDepth1 > h5, .organDepth1 > a, .organDepth2 > a {
    font-size: 15px;
    line-height: 50px;
  }
  .organDepth1 > strong, .organDepthSub > li > a, .organDepthSub > li > strong, .organDepthSub_t > li > a, .organDepthSub_t > li > strong, .organList.design b {
    width: 145px;
    font-size: 14px;
  }
  .organList.design b {
    border-radius: 20px;
  }
  .organDepth2 {
    width: 100%;
  }
  .organDepth3.col-5::before, .organDepth3.col-5::after,
  .organDepth3.col-7::before, .organDepth3.col-7::after {
    width: 16.6665%;
  }
  .organDepth3.col-5 > li,
  .organDepth3.col-7 > li {
    width: 33.333%;
  }
  .complaint img {
    position: relative;
    top: auto;
    left: auto;
  }
  .complaint > div {
    margin: 10px 0 0;
  }
  .complaint > div > p {
    min-height: auto;
  }
  .process li, .process li.fr {
    float: none !important;
    width: 100%;
    margin-bottom: 26px;
    padding: 0;
  }
  .process li::after {
    top: 100%;
    right: 50%;
    margin: 3px -8px 0 0;
    background-position: 0 -500px;
  }
  .finance {
    padding-left: 0;
  }
  .finance > .fl {
    position: relative;
    top: auto;
    left: auto;
  }
  .finance > .fl p {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
  }
  .openProcess::before {
    left: 58px;
  }
  .openProcess > li {
    padding-left: 130px;
  }
  .openProcess li .step, .openProcess li .step .num {
    width: 100px;
    height: 100px;
    border-radius: 100px;
  }
  .openProcess li .cont dl {
    height: 106px;
  }
  .organ_lst li {
    width: 50%;
  }
  /* 조직도 높이값 셋팅 */
  .organList .hgt > li ul {
    height: 145px;
  }
  .organList .hgt.first > li ul {
    height: 227px;
  }
  .organList.hgt1 > li ul {
    height: 125px;
  }
  .organList .hgt2 > li ul {
    height: 352px;
  }
  .organList.hgt3 > li ul {
    height: 100px;
  }
  .organList.hgt3 > li:nth-child(4) ul {
    height: 152px;
  }
  .organList .hgt4 > li ul {
    height: 555px;
  }
  .boxwrap {
    padding-left: 160px;
  }
  .boxwrap .fl {
    width: 140px;
  }
  .mapDwonList.col-5 li.tit {
    display: none;
  }
  .mapDwonList.col-5 li {
    width: 25%;
  }
  .mapDwonList.col-5 li:nth-of-type(2) {
    border-left: 0;
  }
  .tancheonThumbList li {
    width: 33.333%;
  }
  .tancheonCoursesList li, .tancheonPlayList li {
    padding: 10px;
  }
  .taxi li img {
    display: block;
    margin: 0 auto;
  }
  .taxi li div {
    display: block;
    text-align: center;
  }
  .lifeDivide {
    background-size: 220px auto;
    background-position: right bottom;
  }
  .wifiAddress ul, .loveGiftCard .storeList {
    max-height: 230px;
  }
  .wifiMapGroup .txt {
    font-size: 15px;
  }
  /* 공공와이파이 220308 */
  .wifiGuide .imgList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
  .wifiGuide .imgList li {
    width: calc(50% - 17px);
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .wifiGuide .imgList li + li {
    margin-left: 0;
  }
  .wifiGuide .imgList li:nth-child(2n) {
    margin-right: 0;
  }
  .wifiGuide .imgList li:nth-child(3n) {
    margin-right: 30px;
  }
  .wifiGuide .imgList li:hover .text {
    background-color: #395ea2;
    color: #fff;
  }
  .wifiGuide .imgList li .text {
    background-color: #395ea2;
    color: #fff;
  }
  .wifiGuide .imgList.android li .text {
    background: #63c628;
    color: #fff;
  }
  .wifiGuide .imgList.iphone li .text {
    background: #000;
    color: #fff;
  }
  .wifiGuide .imgList.android li:hover .text {
    background-color: #63c628;
    color: #fff;
  }
  .wifiGuide .imgList.iphone li:hover .text {
    background-color: #000;
    color: #fff;
  }
  .designSN.vision .slogan, .designSN.vision .slogan em, .designVision th, .designVision td > span, .designVision tr:nth-child(1) td, .designVision tr:nth-child(2) td, .designVision td .character {
    font-size: 15px;
  }
  .organList.design .organDepth2 > li {
    width: 47%;
  }
  .organList.design .organDepth2 > li:nth-child(1) {
    margin-right: 10px;
  }
  .organList.design .organDepth2 > li:nth-child(2) {
    margin-left: 10px;
  }
  .showplaceColor {
    padding: 10px;
  }
  .showplaceColor li + li {
    margin-top: 10px;
  }
  .showplaceColor div > span {
    float: none;
    width: 100%;
    height: 39px;
    padding: 5px 10px;
    line-height: 29px;
  }
  .showplaceColor div > span span {
    display: inline;
  }
  .funeralHistory li {
    padding: 17px 0 21px;
  }
  .funeralHistory .year {
    top: 11px;
    width: 65px;
    font-size: 17px;
    line-height: 30px;
  }
  .funeralHistory p {
    margin-left: 80px;
    padding-left: 85px;
    line-height: 18px;
  }
  .funeralHistory p b {
    font-size: 14px;
  }
  .septicTank {
    padding: 5px 0 30px;
  }
  .penaltyArea {
    position: inherit;
    top: inherit;
    left: inherit;
    margin: 10px auto;
  }
  .wifiSearch {
    margin-top: 20px;
  }
  .wifiSearch .buttonGroup:after {
    display: block;
    content: "";
    clear: both;
  }
  .wifiSearch .buttonGroup button {
    width: calc(25% - 4px);
    float: left;
    margin-right: 5px;
  }
  .wifiSearch .buttonGroup button:nth-child(4n) {
    margin-right: 0;
  }
  .guide.placeHistory > li > ul > li {
    padding-left: 125px;
  }
  .guide.placeHistory > li > ul > li > strong {
    font-size: 14px;
  }
  .step_list li, .step_list1 li, .step_list2 li, .step_list3 li p, .step_list4 li p, .step_list5 li p, .step_list6 li p, .step_list7 li p, .step_list8 li p, .step_list9 li p, .step_list10 li p, .step_list11 li p, .step_group > li ul li p {
    font-size: 14px;
  }
  .step_list7 li {
    width: 136px;
    height: 136px;
  }
  .step_list11 li {
    display: block;
    border-radius: 50px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 5px solid #d0d7e7;
  }
  .step_list11 li:last-child {
    margin-bottom: 0;
  }
  .step_list11 li p {
    display: block;
  }
  .step_list1 {
    margin-left: 0;
  }
  .step_list1 li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .step_list1 li:before {
    content: "";
    display: none;
  }
  .step_list1 li dl dt {
    line-height: 30px;
  }
  .step_list1 li dl dd {
    padding: 5px;
    letter-spacing: -0.75px;
  }
  .step_list2 {
    margin-left: -20px;
  }
  .step_list2 li {
    width: calc(50% - 20px);
    margin-left: 20px;
    padding: 15px 5px;
  }
  .step_list2 li:nth-child(3), .step_list2 li:nth-child(4) {
    margin-top: 5px;
  }
  .step_list3, .step_list4 {
    margin-left: 0;
  }
  .step_list3 li, .step_list4 li {
    width: 100%;
    margin: 0 0 10px 0;
    min-height: 50px;
  }
  .step_list5 {
    margin-left: -40px;
  }
  .step_list5 li {
    width: calc(50% - 40px);
    min-height: 175px;
    margin-bottom: 10px;
  }
  /*.step_list5 li:nth-child(3), .step_list5 li:nth-child(4) { min-height:60px; }*/
  .step_list5 li:nth-child(5) {
    margin-bottom: 0;
    width: calc(100% - 40px);
    min-height: 175px;
  }
  .step_list6_inline {
    margin-left: -40px;
  }
  .step_list6_inline li {
    width: calc(50% - 40px);
    min-height: 175px;
    margin-bottom: 10px;
  }
  .step_list6 {
    margin-left: 0;
  }
  .step_list6 li {
    width: 100%;
    min-height: 50px;
    margin: 0 0 10px 0;
  }
  .step_list6 li:nth-child(6), .step_list6 li:nth-child(7), .step_list6 li:nth-child(8) {
    margin-bottom: 0;
  }
  .step_list8 {
    margin-left: 0;
  }
  .step_list8 li {
    width: 100%;
    margin: 0 0 40px 0;
    min-height: 50px;
  }
  .step_list8 li:last-child {
    margin-bottom: 0;
  }
  .step_list8 li:before {
    content: "";
    display: block;
    position: absolute;
    right: 50%;
    top: 48px;
    width: 85px;
    margin-right: -100px;
    margin-top: 0;
    height: 50px;
    line-height: 40px;
    padding-left: 10px;
    background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow1.gif) no-repeat left top;
    text-align: left;
  }
  .step_list8 li:after {
    content: "";
    display: block;
    position: absolute;
    right: 50%;
    top: 48px;
    width: 85px;
    margin-right: 15px;
    margin-top: 0;
    height: 50px;
    line-height: 40px;
    padding-right: 10px;
    padding-top: 0;
    background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow2.gif) no-repeat right top;
    text-align: right;
  }
  .step_list8 li:last-child:before, .step_list8 li:last-child:after {
    content: "";
    display: none;
  }
  .step_list9 {
    margin-left: 0;
  }
  .step_list9 li {
    width: 100%;
    margin: 0 0 40px 0;
    min-height: 50px;
  }
  .step_list9 li:last-child {
    margin-bottom: 0;
  }
  .step_list9 li:before {
    content: "";
    display: block;
    position: absolute;
    right: 50%;
    top: 48px;
    width: 75px;
    margin-right: -100px;
    margin-top: 0;
    height: 50px;
    line-height: 40px;
    padding-left: 10px;
    background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow1.gif) no-repeat left top;
    text-align: left;
  }
  .step_list9 li:nth-child(1):before, .step_list9 li:nth-child(2):before, .step_list9 li:nth-child(3):before {
    content: "심사결과통보";
  }
  .step_list9 li:after {
    content: "";
    display: block;
    position: absolute;
    right: 50%;
    top: 48px;
    width: 75px;
    margin-right: 15px;
    margin-top: 0;
    height: 50px;
    line-height: 40px;
    padding-right: 10px;
    padding-top: 0;
    background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow2.gif) no-repeat right top;
    text-align: right;
  }
  .step_list9 li:last-child:before, .step_list9 li:last-child:after {
    content: "";
    display: none;
  }
  .step_list9 li:nth-child(1):after {
    content: "인정신청";
  }
  .step_list9 li:nth-child(2):after, .step_list9 li:nth-child(3):after {
    content: "인정신청보고";
  }
  .step_list10 {
    margin-left: 0;
  }
  .step_list10 li {
    width: 100%;
    min-height: 50px;
    margin: 0 0 10px 0;
  }
  .step_list10 li:last-child {
    margin-bottom: 0;
  }
  .bike_safe_list {
    margin-left: 0;
  }
  .bike_safe_list li {
    width: 100%;
    margin-left: 0;
  }
  .bike_safe_list li + li {
    margin-top: 20px;
  }
  .bike_legend li {
    width: 33.33%;
  }
  .rssBox {
    padding-left: 80px;
  }
  .rssBox > div {
    left: 0;
    top: 5px;
    width: 65px;
  }
  .child10_list li {
    width: calc(16.66% - 10px);
    font-size: 14px;
  }
  .child10_list li dd {
    height: 32px;
  }
  .waterSmsTab_con p img {
    width: 80px;
    margin-bottom: 15px;
  }
  .waterSmsTab_con colgroup col:first-child {
    width: 70px;
  }
  .waterSmsTab_con th {
    padding: 5px;
  }
  /* 여권민원 대기현황 */
  .passportStateWrap .dnldBox {
    padding: 12px 10px;
  }
  .passportStateWrap .dnldBox .icoList li {
    padding-left: 19px;
    background-size: 15px;
    background-position-y: 3px;
  }
  .passportStateWrap .dnldBox .icoList li + li {
    margin-top: 2px;
  }
  .passportStateWrap .dnldBox.time {
    padding: 10px 95px 10px 10px;
    margin-top: 15px;
  }
  .passportStateWrap .dnldBox.time .icoList li {
    line-height: 1.4;
    background-position-y: 1px;
  }
  .passportStateWrap .dnldBox.time .resetBtn {
    width: 85px;
  }
  .passportStateWrap .dnldBox.time .resetBtn span::before {
    padding: 1px 0 0 16px;
    background-size: 12px;
  }
  .passportStateWrap .passportStateInfo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
  }
  .passportStateWrap .passportStateInfo .innerBox {
    width: 100%;
  }
  .passportStateWrap .passportStateInfo .innerBox + .innerBox {
    margin-top: 15px;
  }
  .passportStateWrap .passportStateInfo .innerBox .title {
    height: 80px;
  }
  .passportStateWrap .passportStateInfo .innerBox .title p {
    height: 51px;
    padding-left: 50px;
    padding-top: 19px;
    background-size: 41px 51px;
    font-size: 24px;
  }
  .passportStateWrap .passportStateInfo .innerBox + .innerBox .title p {
    height: 44px;
    padding-left: 38px;
    padding-top: 14px;
    background-size: 29px 44px;
  }
  .passportStateWrap .passportStateInfo .innerBox .info li {
    padding: 18px 0;
  }
  .passportStateWrap .passportStateInfo .innerBox .info li dt {
    font-size: 16px;
  }
  .passportStateWrap .passportStateInfo .innerBox .info li dd {
    font-size: 40px;
    margin-top: 4px;
  }
  .passportStateWrap .passportStateInfo .innerBox .info li p {
    font-size: 17px;
  }
  /* 민원접수 대기현황 */
  .minwonWrap .dnldBox {
    padding: 12px 10px;
  }
  .minwonWrap .dnldBox .icoList li {
    padding-left: 19px;
    background-size: 15px;
    background-position-y: 3px;
  }
  .minwonWrap .dnldBox .icoList li + li {
    margin-top: 2px;
  }
  .minwonWrap .dnldBox.time {
    padding: 10px 95px 10px 10px;
    margin-top: 15px;
  }
  .minwonWrap .dnldBox.time .icoList li {
    line-height: 1.4;
    background-position-y: 1px;
  }
  .minwonWrap .dnldBox.time .resetBtn {
    width: 85px;
  }
  .minwonWrap .dnldBox.time .resetBtn span::before {
    padding: 1px 0 0 16px;
    background-size: 12px;
  }
  .minwonWrap .minwonInfo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
  }
  .minwonWrap .minwonInfo .innerBox {
    width: 100%;
  }
  .minwonWrap .minwonInfo .innerBox + .innerBox {
    margin-top: 15px;
  }
  .minwonWrap .minwonInfo .innerBox .title {
    height: 80px;
  }
  .minwonWrap .minwonInfo .innerBox .title p {
    height: 48px;
    padding-left: 47px;
    padding-top: 19px;
    background-size: 38px auto;
    font-size: 24px;
  }
  .minwonWrap .minwonInfo .innerBox + .innerBox .title p {
    height: 44px;
    padding-left: 43px;
    padding-top: 16px;
    background-size: 36px auto;
  }
  .minwonWrap .minwonInfo .innerBox .info li {
    padding: 18px 0;
  }
  .minwonWrap .minwonInfo .innerBox .info li dt {
    font-size: 16px;
  }
  .minwonWrap .minwonInfo .innerBox .info li dd {
    font-size: 40px;
    margin-top: 4px;
  }
  .minwonWrap .minwonInfo .innerBox .info li p {
    font-size: 17px;
  }
  /* infoList */
  .field_half > li .tit02 {
    font-size: 14px;
    width: 80px;
    padding-right: 0;
  }
  .field_half > li .schForm {
    width: calc(100% - 65px);
  }
  .tabWrap ul li {
    height: 40px;
  }
  .tabWrap ul li a {
    font-size: 14px;
    line-height: 40px;
  }
  .mulgacaution {
    font-size: 14px;
    padding: 7px 15px;
  }
  /* 쓰레기분리배출안내 */
  .fl_img > li {
    width: 100%;
    float: none;
  }
  .guide > li > ul.fl_img > li {
    margin-bottom: 10px;
  }
  .fl_img > li:nth-child(2n) {
    float: none;
  }
  .fl_img > li:last-child {
    margin-bottom: 0;
  }
  /* 20200703 start */
  .pesticide li {
    width: calc(50% - 2px);
    margin-left: 3px;
    margin-bottom: 3px;
  }
  .pesticide li:nth-child(3n+1) {
    margin-left: 3px;
  }
  .pesticide li:nth-child(2n+1) {
    margin-left: 0;
  }
  /* 20200703 end */
  /* 대관일시중지 start */
  .suspend_title {
    font-size: 16px;
  }
  .suspend_txt {
    font-size: 14px;
  }
  /* 대관일시중지 and */
  .expansion_box {
    width: 90%;
  } /* 20200323 */
  /* 20200511 start */
  /* 치매검사수행절차 */
  .dmt_step {
    margin-left: -10px;
  }
  .dmt_step li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .dmt_step li dl dt {
    padding: 10px 0;
  }
  .dmt_step li dl dd {
    min-height: 30px;
  }
  /* 성남형 치매통합지원 네트워크 */
  .dmt_circle {
    padding: 10px;
  }
  .dmt_circle .dmt_circle_title {
    font-size: 14px;
  }
  .dmt_circle li {
    width: calc(33.3% - 4px);
    margin-right: 6px;
  }
  .dmt_circle li p {
    font-size: 14px;
  }
  .dmt_circle li div.circle_st {
    margin-top: -5px;
  }
  .dmt_circle li div.indct {
    min-height: 180px;
    padding: 10px;
  }
  .dmt_circle li p span::before {
    top: 6px;
  }
  .dmt_bar {
    padding: 10px;
  }
  .dmt_bar .dmt_bar_title {
    font-size: 14px;
  }
  /* 치매안심센터 */
  .dmt_center li {
    padding: 10px;
    width: 100%;
  }
  .dmt_center li .centerimg {
    margin-bottom: 10px;
    height: 70px;
    line-height: 50px;
    padding: 5px;
  }
  .dmt_center li .centertxt {
    padding: 5px 0;
  }
  /* 20200511 end */
  /* 20200526 start */
  /* 건강정보사이트 */
  .Health_center li {
    padding: 10px;
  }
  .Health_center li .centerimg {
    margin-bottom: 10px;
    height: 70px;
    line-height: 50px;
    padding: 5px;
  }
  .Health_center li .centertxt {
    padding: 5px 0;
  }
  /* 20200526 end */
  .nForm > li > div .form-ele.auto ~ label input {
    margin-top: 0 !important;
    vertical-align: middle;
  }
  /* 청년신용회복지원 - 안내 */
  .recoverWrap .dnldBox {
    padding: 10px 15px;
  }
  .recoverWrap .dnldBox strong {
    font-size: 14px;
  }
  .recoverWrap .dnldBox .dot-list li {
    background-position-y: 6px;
    padding-left: 11px;
  }
  .recoverWrap dl dt span {
    font-size: 14px;
  }
  .recoverWrap .recoverTop {
    padding-top: 300px;
    background-size: 300px;
  }
  .recoverWrap .recoverTop .topTxt img {
    width: 320px;
  }
  .recoverWrap .recoverTop .topTxt p {
    font-size: 15px;
  }
  .recoverWrap .recoverMiddle .date {
    font-size: 14px;
  }
  .recoverWrap .recoverMiddle .date span {
    padding-left: 10px;
  }
  .recoverWrap .recoverBottom {
    padding: 0 10px 10px;
    margin-top: 35px;
  }
  /* 청년신용회복지원 - 자격확인 */
  .recoverWrap .recoverStep li {
    padding: 15px 5px;
    font-size: 14px;
    line-height: 1.3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .recoverWrap .recoverStep li dd.img {
    margin: 6px 0;
  }
  .recoverWrap .recoverStep li dd.img span {
    width: 60px;
    height: 60px;
    background-size: 240px;
  }
  .recoverWrap .recoverStep li:nth-child(2) dd.img span {
    background-position-x: -60px;
  }
  .recoverWrap .recoverStep li:nth-child(3) dd.img span {
    background-position-x: -120px;
  }
  .recoverWrap .recoverStep li:nth-child(4) dd.img span {
    background-position-x: -180px;
  }
  .recoverWrap .recoverStep li.on::before {
    width: 12px;
    height: 12px;
    -webkit-transform: translate(-50%, -6px);
            transform: translate(-50%, -6px);
  }
  .recoverWrap .recoverStep li.on dd.img span {
    background-position-y: -60px;
  }
  .recoverWrap .qualifyBox .titleBox {
    padding: 10px 5px;
    font-size: 20px;
  }
  .recoverWrap .qualifyBox .txtBox {
    padding: 20px;
  }
  .recoverWrap .qualifyBox .txtBox.tblBox {
    padding: 20px;
  }
  .recoverWrap .qualifyBox .txtBox strong {
    font-size: 16px;
  }
  .recoverWrap .qualifyBox .txtBox > .radioBox {
    margin-top: 15px;
  }
  .recoverWrap .qualifyBox .txtBox > .radioBox li + li {
    margin-left: 20px;
  }
  .recoverWrap .qualifyBox .txtBox > .btnArea {
    margin-top: 15px;
  }
  /* 주민공람 알림서비스 */
  .topBox {
    padding: 4px;
  }
  .topBox dt {
    left: 10px;
    width: 45px;
    height: 55px;
    background-size: cover;
  }
  .topBox dd {
    margin-left: 60px;
    padding: 10px 15px;
  }
  .topBox dd strong {
    margin-bottom: 3px;
    font-size: 15px;
  }
  .residentWrap .resiTab li a {
    height: 45px;
  }
  .residentWrap .resiTab li a span {
    padding: 6px 0;
    font-size: 15px;
  }
  .residentWrap .resiCon {
    padding: 0 15px 15px;
  }
  .residentWrap .resiCon .resiBox p {
    width: 90px;
    height: 33px;
  }
  .residentWrap .resiCon .resiBox .list {
    padding: 27px 15px 15px;
  }
  .residentWrap .resiCon .resiBox:nth-child(1) .list {
    background-size: 120px auto;
  }
  .residentWrap .resiCon .resiBox .list li {
    padding-left: 8px;
  }
  .residentWrap .resiCon .resiBox .list li::before {
    top: 9px;
    width: 2px;
    height: 2px;
  }
  .residentWrap .resiConWrap {
    padding: 20px 15px;
  }
  .residentWrap .resiConWrap .alertBox {
    height: auto;
    padding: 20px;
  }
  .residentWrap .resiConWrap .alertBox dl dt {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 0 auto;
  }
  .residentWrap .resiConWrap .alertBox dl dd {
    padding-left: 0;
    padding-top: 10px;
  }
  .load_wrap {
    padding-left: 10px;
  }
  .load_wrap li:nth-child(2n-1) {
    padding: 10px;
    padding-left: 10px !important;
  }
  .load_wrap li:nth-child(2n) {
    padding: 10px;
  }
  .load_wrap .load_box {
    display: table-cell;
    vertical-align: middle;
    height: 185px;
  }
  .life_btn a {
    font-size: 14px;
    padding: 5px 10px;
  }
  .youngbtn_group .btn a {
    margin-bottom: 5px;
  }
  /* 210908 철도사업현황 */
  .train_stats {
    display: block;
  }
  .train_stats > ul {
    width: 100%;
  }
  .train_stats > ul > li {
    padding: 15px 25px;
  }
  .train_stats > ul > li h3 {
    margin-top: 55px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .train_stats > ul > li h3:after {
    top: -45px;
  }
  .train_stats > ul > li > ul > li strong {
    margin-bottom: 0;
    font-size: 16px;
    padding-left: 22px;
  }
  .train_stats > ul > li > ul > li strong:after {
    top: 5px;
  }
  .train_stats > ul > li > ul > li {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .train_procedure a.train_zoom:hover::after {
    display: none;
  }
  /* 공공디자인진흥위원회 */
  .discussLogin {
    margin-bottom: 0;
  }
  .donationType .boxOrg {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .siteBannerList td {
    display: block;
    width: 100%;
    border-left: 1px solid #e4e4e4;
  }
  .siteBannerList td + td {
    border-top: 0;
  }
  .siteBannerList tr:first-child td {
    border-top: 0;
  }
  .siteBannerList td {
    border-top: 0;
  }
  .siteBannerList tr:first-child td:first-child {
    border-top: 1px solid #e4e4e4;
  }
  /* 도시정비 - 사업단계현황 */
  .statusWrap li {
    margin-bottom: 15px;
    margin-right: 0;
    height: 35px;
    width: 100%;
  }
  .statusWrap li:before {
    display: block;
    content: "";
    background: url("/humanframe/_resource/incdlue/cmm_new/image/content/stat_arr_m.png") 50% 50% no-repeat;
    width: 12px;
    height: 9px;
    position: absolute;
    bottom: -9px;
    right: 50%;
  }
  .statusWrap li.on:before {
    background: url("/humanframe/_resource/incdlue/cmm_new/image/content/stat_arr_m_on.png") 50% 50% no-repeat;
  }
  /* 개인정보처리방침 */
  .policyDesc h3 {
    font-size: 18px;
  }
  .policy_Label td span {
    font-size: 13px;
  }
  /* 정보목록 팝업 */
  .infoListForm .labelRow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .eventFilterForm .inputDateGroup .inputDate input[type=text]:-moz-read-only {
    font-size: 12px;
  }
  .eventFilterForm .inputDateGroup .inputDate input[type=text]:read-only {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .cycle_shop {
    background: none;
  }
  .findForm .loginGroup {
    display: block;
    min-width: auto;
    max-width: 80%;
    margin: auto;
  }
  .loginGroup .desc {
    text-align: left;
  }
  .loginGroup .loginArea {
    padding-right: 0;
  }
  .loginGroup .loginArea.w316 {
    width: 100%;
  }
  .loginGroup .loginArea .inpArea.rdoSelect ~ .btnLogin, .loginGroup .loginArea .btnLogin {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    margin-top: 8px;
    line-height: 32px;
  }
  .findForm + .identifyForm dd {
    min-width: auto;
  }
  .joinType {
    padding: 5px 10px 10px;
  }
  .joinType .ageGroup .age {
    margin: 0 10px;
  }
  .joinType .ageGroup .age a {
    width: 120px;
    height: 120px;
    font-size: 15px;
  }
  .joinType .ageGroup .age em {
    max-width: 120px;
    font-size: 15px;
  }
  .koglList > li, .koglList > li .img, .koglList > li .desc {
    display: block;
    width: auto;
    text-align: left;
  }
  .koglList > li .img {
    margin-bottom: 15px;
  }
  .policyEmail {
    padding: 20px;
    background-position: 95% 93%;
    background-size: 80px 80px;
  }
  .viewerList img, .viewerList p {
    float: none;
    margin: 0 auto 10px;
    text-align: center;
  }
  .simbolObject {
    min-height: 95px;
    padding-left: 110px;
  }
  .simbolObject .img {
    width: 95px;
    height: 95px;
  }
  .simbolObject .desc {
    padding-top: 0;
  }
  .calligraphy .box, .calligraphy .desc, .symbolStandard .box, .symbolStandard .box:first-child {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .general_state .img, .general_state .cont {
    float: none;
    width: auto;
  }
  .infoBox.intercity .box {
    padding: 15px;
  }
  .infoBox.intercity .img {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 10px;
  }
  .organDepth1, .organDepth2 {
    background-size: 2px 320px;
  }
  .organDepthSub {
    overflow: hidden;
    position: relative;
    padding-left: 0;
    text-align: right;
  }
  .organDepthSub > li > a, .organDepthSub > li > strong {
    display: inline-block;
    position: relative;
    z-index: 10;
    text-align: center;
  }
  .organDepthSub > li::before, .organDepthSub > li::before {
    right: auto;
    left: 50%;
    z-index: 1;
    width: 15%;
  }
  .organDepth3.col-3, .organDepth3.col-4, .organDepth3.col-4-1, .organDepth3.col-5, .organDepth3.col-6, .organDepth3.col-7 {
    border-top: none;
    margin-top: 0;
  }
  .organDepth3.col-3::before, .organDepth3.col-3::after, .organDepth3.col-4::before, .organDepth3.col-4::after, .organDepth3.col-4-1::before, .organDepth3.col-4-1::after, .organDepth3.col-5::before, .organDepth3.col-5::after, .organDepth3.col-6::before, .organDepth3.col-6::after, .organDepth3.col-7::before, .organDepth3.col-7::after {
    display: none;
  }
  .organDepth3.col-3 > li, .organDepth3.col-4 > li, .organDepth3.col-4-1 > li, .organDepth3.col-5 > li, .organDepth3.col-6 > li, .organDepth3.col-7 > li {
    width: 50%;
    padding-top: 0;
    margin-top: 15px;
  }
  .organDepth3.col-4 {
    background-color: #fff;
  }
  .organDepthSub_t > li:first-child::after,
  .organDepthSub_t > li:last-child:before {
    width: 150px;
  }
  .organDepth3.col-4.first {
    border-top: 1px solid #e4e4e4;
  }
  .organDepth3.col-4.first > li:nth-child(1), .organDepth3.col-4.first > li:nth-child(2) {
    padding-top: 20px;
    margin-top: 0;
  }
  .organDepth3.col-4.first::before, .organDepth3.col-4.first::after {
    display: block;
    width: 25%;
  }
  .organDepthSub > li > a, .organDepthSub > li > strong {
    margin: 10px 42px;
  }
  /* 조직도 높이값 셋팅 */
  .organList .hgt > li ul {
    height: 130px;
  }
  /* 20230109 start */
  .organList .hgt.first > li:nth-child(n+3) ul {
    height: 180px;
  }
  /* 20230109 end */
  .organList.hgt1 > li ul {
    height: 52px;
  }
  .organList.hgt1 > li:nth-child(n+3) ul {
    height: 102px;
  }
  .organList.hgt3 > li ul {
    height: 102px;
  }
  .organList.hgt3 > li:nth-child(n+3) ul {
    height: 152px;
  }
  .boxwrap {
    padding-left: 0;
  }
  .boxwrap .fl {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }
  .boxwrap .bul_blueC {
    margin: 10px 0 0;
  }
  .resultSuccess .blueBox .box {
    padding-right: 10px;
  }
  .resultSuccess .blueBox .box p {
    display: block;
    height: auto;
  }
  .resultSuccess .blueBox .box p br {
    display: none;
  }
  .resultSuccess .blueBox .box .btnArea {
    position: relative;
    top: inherit;
    right: inherit;
    margin-top: 10px;
    text-align: center;
  }
  .resultSuccess .blueBox .box .btnArea .btn {
    display: inline-block;
    margin: 0 3px;
  }
  .mapDwonList li.tit {
    display: none;
  }
  .mapDwonList.col-2 {
    width: 100%;
  }
  .mapDwonList.col-2 li.tit {
    display: block;
  }
  .mapDwonList.col-3 li {
    width: 33.333%;
  }
  .mapDwonList.col-3 li:nth-of-type(2), .mapDwonList.col-4 li:nth-of-type(3), .mapDwonList.col-5 li:nth-of-type(4) {
    border-left: 0;
  }
  .mapDwonList.col-4 li, .mapDwonList.col-5 li {
    width: 50%;
  }
  .mapDwonList.col-4 li:nth-of-type(1n+3), .mapDwonList.col-5 li:nth-of-type(1n+4) {
    border-top: 1px solid #d7d7d7;
  }
  .mapDwonList li.app_t {
    width: 100%;
    padding: 0 20px 20px;
    text-align: left;
    min-height: 50px;
    border-left: none;
  }
  .tancheonCoursesList li {
    padding: 0;
  }
  .tancheonGuide .title {
    font-size: 24px;
  }
  .tancheonPlayList li .txt {
    font-size: 14px;
  }
  .tancheonPlayList li .txt b {
    font-size: 15px;
  }
  .crematorium.hexagon-list > li:nth-of-type(1) .desc {
    padding-top: 20px;
  }
  .crematorium.hexagon-list > li:nth-of-type(3) .desc {
    padding-top: 0;
  }
  .infoBox.work .box {
    padding: 165px 15px 10px;
  }
  .boxwrap2 .fl {
    position: inherit;
    top: inherit;
    left: inherit;
  }
  .boxwrap2 .fr {
    margin-left: 0;
    margin-top: 10px;
  }
  .wifiMapArea .wrap_map {
    height: 200px !important;
  }
  .giftcardSearch {
    padding: 20px;
  }
  .giftcardSearch .item {
    width: 100%;
    margin: 0 0 5px !important;
  }
  .giftcardSearch .localGroup button {
    width: calc(33.333% - 8px);
  }
  .siteBannerList td {
    padding: 15px 10px;
  }
  .gift_kind li {
    width: 100%;
  }
  .gift_kind li + li {
    margin: 10px 0 0 0;
  }
  .gift_kind li dl dt {
    margin-bottom: 3px;
  }
  .mayorH li {
    width: 50%;
  }
  .siteLink_list div {
    width: 100%;
  }
  .taxpayer_charter h5 span {
    font-size: 20px;
  }
  .lifeDivide {
    background-size: 160px auto;
    background-position: right 50px;
    padding: 0 10px;
    height: 170px;
  }
  .child10_list li {
    width: calc(20% - 10px);
  }
  /* 20200318 start */
  .threeimg {
    width: auto;
    margin: 10px 0 15px;
  }
  .threeimg li {
    width: auto;
    margin-left: 0;
    border: 1px solid #ddd;
    border-top: solid 2px #555;
    margin-bottom: 10px;
  }
  .threeimg li p:first-child {
    padding: 10px 0;
  }
  .threeimg li p.beforeimg {
    width: calc(50% - 20px);
    float: left;
    padding: 0;
    margin-bottom: 0;
  }
  .threeimg li p.afterimg {
    width: calc(50% - 20px);
    float: right;
    border-top: 0;
    padding: 0;
  }
  /* 20200324 start */
  .threeimg li p.beforeimg::before {
    bottom: 0;
    right: -26px;
    margin-right: 0;
    margin-bottom: 40px;
    -webkit-transform: rotate(-90deg) scale(0.8);
            transform: rotate(-90deg) scale(0.8);
  }
  .Specialmonitering_box {
    position: relative;
  }
  .Specialmonitering_box > ul {
    padding-right: 0;
  }
  .Specialmonitering_box .top_box_l {
    float: left;
    width: calc(100% - 110px);
  }
  .Specialmonitering_box p {
    width: 100%;
  }
  .Specialmonitering_box > div.img {
    position: absolute;
    right: 0;
    width: 100px;
  }
  .Specialmonitering_box > div.img_pc {
    display: none;
  }
  .Specialmonitering_box .img_m {
    display: block;
    float: right;
    width: 100px;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #ddd;
  }
  .Specialmonitering_box .lineBox {
    clear: both;
  }
  /* 20200324 and */
  .Fourimg li {
    width: calc(50% - 5px);
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .Fourimg li:nth-child(3) {
    margin-left: 0;
  }
  .Fourimg li p {
    padding: 10px 0;
  }
  /* 20200318 and */
  .nForm > li > div .form-ele.auto {
    max-width: 100%;
  }
  .nForm > li > div .form-ele.auto + label {
    margin-left: 0;
  }
  .nForm > li > div .bus_num {
    padding-right: 40px;
  }
  .nForm > li > div .bus_num .numericForm input {
    max-width: 100%;
  }
  .nForm > li > div .bus_num > span {
    right: 0;
  }
  /* 주민공람 알림서비스 */
  .topBox dt {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 35px;
    height: 43px;
    margin: 2px auto 5px;
  }
  .topBox dd {
    margin-left: 0;
    padding: 10px 15px;
  }
  .residentWrap .resiTab li a span {
    padding: 5px 0;
    font-size: 14px;
  }
  .residentWrap .resiCon .resiBox:nth-child(1) .list {
    background: none;
  }
}
@media screen and (max-width: 420px) {
  .organDepthSub > li > a, .organDepthSub > li > strong {
    margin: 10px 25px;
  }
}
@media screen and (max-width: 375px) {
  .organDepthSub > li > a, .organDepthSub > li > strong {
    margin: 10px auto;
  }
  .joinType .ageGroup .age {
    margin: 0;
  }
  .joinType .ageGroup .age a {
    width: 110px;
    height: 110px;
  }
  .joinType .ageGroup .age em {
    max-width: 110px;
  }
  .mayorH li {
    width: 50%;
  }
  .organDepthSub > li > a::before, .organDepthSub > li > strong::before {
    display: none;
  }
  .taxi li {
    float: none;
    width: auto;
  }
  .organ_lst li {
    float: none;
    width: 100%;
  }
  .showplaceColor li {
    padding-left: 0;
  }
  .showplaceColor li img {
    display: none;
  }
  .goodMenuList li, .foodPoisoningList li {
    min-height: 50px;
    padding: 0 0 0 60px;
  }
  /* 여권민원 대기현황 */
  .passportStateWrap .dnldBox.time .icoList li {
    background-position-y: 0;
  }
  /* 디지털원패스 테이블 및 버튼 커스텀 */
  .member .member_wrap .custom_btn_box_type1 span a {
    width: 136px;
  }
  .member .member_wrap .custom_btn_box_type2 span a {
    width: 136px;
  }
  .member .member_wrap .loginWrap .custom_btn_box_type1 span a {
    width: 116px !important;
  }
  .member .member_wrap .loginWrap .custom_btn_box_type2 span a {
    width: 116px !important;
  }
  .digital_link_btn {
    padding: 3px 5px;
  }
  .modify_wrap .numericForm input[type=text]:last-child {
    margin-top: 5px;
  }
  .loginGroup .loginArea2 .inpArea.has.pwd {
    padding-left: 60px;
  }
}
/* 20200528 start */
@media screen and (max-width: 320px) {
  .loginGroup .loginArea2 .inpArea.has.pwd {
    text-align: left;
    padding-left: 0px;
  }
  .loginGroup .loginArea .inpArea.has .label {
    position: relative;
    display: block;
  }
  #coporation .inpArea.has.pwd {
    padding-left: 0;
  }
  .monitorForm .loginGroup .loginArea .inpArea.has {
    padding-left: 0;
  } /* 20200605 */
  /* 디지털원패스 테이블 및 버튼 커스텀 */
  .member_wrap {
    padding: 15px;
  }
  .member .member_wrap .custom_btn_box_type1 span a {
    width: 120px;
  }
  .member .member_wrap .custom_btn_box_type2 span a {
    width: 120px;
  }
  .member .member_wrap .loginWrap .custom_btn_box_type1 span a {
    width: 100px !important;
  }
  .member .member_wrap .loginWrap .custom_btn_box_type2 span a {
    width: 100px !important;
  }
  .member .member_wrap .loginGroup .loginArea .inpArea.has {
    padding-left: 0;
  }
  .member .member_wrap .loginGroup .loginArea .inpArea.has.pwd {
    padding-left: 0;
  }
  .login_wrap > ul > li div.top_box {
    padding: 10px 15px;
  }
  .login_wrap > ul > li div.top_box.digital_login a#OnePassBtn {
    width: 215px;
  }
  .login_wrap > ul > li div.top_box.digital_login a.digital_join {
    width: 155px;
  }
}
/* 20200528 end */
@media screen and (min-width: 481px) {
  .nForm > li > div .bus_num > span {
    left: 235px;
  }
}
@media screen and (min-width: 800px) {
  .nForm > li > div .bus_num > span {
    left: 245px;
  }
}
@media screen and (min-width: 1000px) {
  .organDepth3.col-2 {
    max-width: 50%;
  }
  .resLocaption .wrap_map {
    height: 400px !important;
  }
  .step_list1 li dl dd {
    min-height: 46px;
  }
  /* 분야별정보-안전-성남시 안전문화운동-안전문화운동이란? */
  .simbolImg {
    float: left;
  }
  .simContent {
    float: left;
    margin-left: 20px;
  }
  .nForm > li > div.address {
    padding: 10px;
  }
  .nForm > li > div .bus_num > span {
    left: 232px;
  }
}
/* 20200120예산서수정 */
#pdf_list_wrap h5.harrow {
  padding-left: 20px;
  font-size: 16px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/bul_stitle.png) 0 7px no-repeat;
}

#pdf_list_wrap h6.hdot {
  margin: 2px 0;
  padding-left: 15px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/bul_dot.png) 2px 11px no-repeat;
}

#pdf_list_wrap .wd100 h6.hdot {
  background-position-y: 15px;
}

#pdf_list_wrap .pdf_list {
  border-top: 2px solid #055293;
  border-left: 1px solid #ddd;
  overflow: hidden;
  margin-bottom: 30px;
}

#pdf_list_wrap .pdf_list li {
  position: relative;
  width: 50%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  min-height: 64px;
  line-height: 32px;
}

#pdf_list_wrap .pdf_list li:hover {
  background: #f4f4f4;
}

#pdf_list_wrap .pdf_list li.wd100 {
  width: 100%;
}

#pdf_list_wrap span {
  position: absolute;
}

#pdf_list_wrap span.new {
  bottom: 15px;
  right: 115px;
}

#pdf_list_wrap .pdf_list li span.down {
  bottom: 15px;
  right: 15px;
}

#pdf_list_wrap .pdf_list li span a {
  font-size: 13px;
}

@media screen and (max-width: 900px) {
  #pdf_list_wrap .pdf_list li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #pdf_list_wrap h6.hdot {
    background-position-y: 8px !important;
  }
  #pdf_list_wrap .pdf_list li {
    min-height: 93px;
    line-height: 20px;
  }
}
/* 20200120예산서수정 END */
/* 20230313 start */
/* NotoSansKR */
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 100;
  src: url("./fonts/NotoSansCJKkr-Thin.eot");
  src: url("./fonts/NotoSansCJKkr-Thin.eot") format("embedded-opentype"), url("./fonts/NotoSansCJKkr-Thin.otf") format("opentype"), url("./fonts/NotoSansCJKkr-Thin.woff") format("woff");
}
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 200;
  src: url("./fonts/NotoSansCJKkr-Light.eot");
  src: url("./fonts/NotoSansCJKkr-Light.eot") format("embedded-opentype"), url("./fonts/NotoSansCJKkr-Light.otf") format("opentype"), url("./fonts/NotoSansCJKkr-Light.woff") format("woff");
}
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/NotoSansCJKkr-DemiLight.eot");
  src: url("./fonts/NotoSansCJKkr-DemiLight.eot") format("embedded-opentype"), url("./fonts/NotoSansCJKkr-DemiLight.otf") format("opentype"), url("./fonts/NotoSansCJKkr-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/NotoSansCJKkr-Regular.eot");
  src: url("./fonts/NotoSansCJKkr-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/NotoSansCJKkr-Regular.otf") format("opentype"), url("./fonts/NotoSansCJKkr-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/NotoSansCJKkr-Medium.eot");
  src: url("./fonts/NotoSansCJKkr-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/NotoSansCJKkr-Medium.otf") format("opentype"), url("./fonts/NotoSansCJKkr-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/NotoSansCJKkr-Bold.eot");
  src: url("./fonts/NotoSansCJKkr-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/NotoSansCJKkr-Bold.otf") format("opentype"), url("./fonts/NotoSansCJKkr-Bold.woff") format("woff");
}
@font-face {
  font-family: "godoMaum";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/godoMaum.ttf) format("truetype");
}
@font-face {
  font-family: "SCDream";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/SCDream1.otf) format("opentype");
}
@font-face {
  font-family: "SCDream";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/SCDream2.otf) format("opentype");
}
@font-face {
  font-family: "SCDream";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/SCDream3.otf) format("opentype");
}
@font-face {
  font-family: "SCDream";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/SCDream4.otf) format("opentype");
}
@font-face {
  font-family: "SCDream";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/SCDream5.otf) format("opentype");
}
@font-face {
  font-family: "SCDream";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/SCDream6.otf) format("opentype");
}
@font-face {
  font-family: "SCDream";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/SCDream7.otf) format("opentype");
}
@font-face {
  font-family: "SCDream";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/SCDream8.otf) format("opentype");
}
@font-face {
  font-family: "SCDream";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/SCDream9.otf) format("opentype");
}
.anni_img {
  position: relative;
  height: 425px;
}

.anni_img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.anni_img .txt {
  position: absolute;
  top: 72px;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.anni_img .txt > div {
  display: block;
}

.anni_img .sub_title {
  margin: 0 auto;
}

.anni_img .title span {
  position: relative;
  display: inline-block;
  border: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.anni_img .title span:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: calc(100% + 130px);
  height: 1px;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.anni_img .sub_title {
  margin-top: 25px;
}

.anni_img .sub_title img.mobile {
  display: none;
}

.anni_notice {
  margin: 65px 0;
  line-height: 1.6;
  font-size: 25px;
  color: #000;
  text-align: center;
}

@media (max-width: 1024px) {
  .anni_img {
    height: 460px;
  }
  .anni_img .txt {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .anni_img .title span {
    -webkit-transform: none;
            transform: none;
  }
  .anni_img .title span:after {
    width: calc(100% + 80px);
  }
  .anni_img .sub_title img.pc {
    display: none;
  }
  .anni_img .sub_title img.mobile {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .anni_img {
    height: 80vw;
  }
  .anni_img .title {
    margin: 0 auto;
    max-width: 80%;
  }
  .anni_img .title span:after {
    width: calc(100% + 30px);
  }
  .anni_img .sub_title {
    width: 100%;
    max-width: 70%;
  }
  .anni_notice {
    margin: 40px 0;
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .anni_img {
    height: 70vw;
  }
  .anni_img .title {
    max-width: 100%;
  }
  .anni_img .title span {
    width: 100%;
    max-width: 70%;
  }
  .anni_img .sub_title {
    max-width: 65%;
  }
  .anni_notice {
    font-size: 17px;
  }
}
.anni_cont {
  margin-top: 50px;
}

.anni_cont h4 {
  margin-bottom: 25px;
  font-size: 22px;
  color: #000;
  font-weight: 500;
  font-family: "SCDream";
}

.anni_cont .tabMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.anni_cont .tabMenu li {
  width: 100%;
  max-width: 255px;
  height: 80px;
}

.anni_cont .tabMenu li a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #333;
  border: 1px solid #c5c5c5;
  border-radius: 10px;
  background: #fff;
}

.anni_cont .tabMenu li a h5 {
  line-height: 1.3;
  font-size: 23px;
  font-weight: 500;
  font-family: "SCDream";
}

.anni_cont .tabMenu li a span {
  line-height: 1.3;
  font-size: 16px;
  font-weight: 300;
}

.anni_cont .tabMenu li.on a {
  position: relative;
  color: #fff;
  background: linear-gradient(45deg, #5c43d3, #8a73cb);
}

.anni_cont .tabMenu li.on a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 18px solid transparent;
  border-left-width: 8px;
  border-right-width: 8px;
  border-top-color: #6c53d2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.anni_cont .tabCont > div {
  display: none;
}

.anni_cont .tabCont h6 {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.anni_cont .top_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 25px;
  width: 100%;
  height: 205px;
  text-align: center;
}

.anni_cont .tabCont > div:nth-child(1) .top_cont {
  background: url(../image/content/50th_sub_bg_1.jpg) no-repeat center;
  background-size: cover;
}

.anni_cont .tabCont > div:nth-child(2) .top_cont {
  background: url(../image/content/50th_sub_bg_2.jpg) no-repeat center;
  background-size: cover;
}

.anni_cont .tabCont > div:nth-child(3) .top_cont {
  background: url(../image/content/50th_sub_bg_3.jpg) no-repeat center;
  background-size: cover;
}

.anni_cont .tabCont > div:nth-child(4) .top_cont {
  background: url(../image/content/50th_sub_bg.jpg) no-repeat center;
  background-size: cover;
}

.anni_cont .top_cont h5 {
  line-height: 1;
  font-size: 60px;
  color: #333;
  font-weight: 400;
  font-family: "godoMaum";
}

.anni_cont .top_cont h5 span {
  color: #f46627;
}

.anni_cont .top_cont h5 i {
  color: #6e2daa;
  font-style: normal;
}

.anni_cont .top_cont a {
  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;
  margin-top: 25px;
  padding: 0 60px;
  height: 64px;
  font-size: 28px;
  color: #333;
  font-weight: 600;
  background: #fff;
  border: 2px solid #333;
  border-radius: 10px;
  font-family: "SCDream";
}

.anni_cont .top_cont a:after {
  content: "";
  display: block;
  margin-left: 15px;
  width: 37px;
  height: 37px;
  background: url(../image/content/link_btn.png);
  background-size: 100%;
  border-radius: 50%;
}

.anni_cont .event_list_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}

.anni_cont .event_list_download a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  padding: 0 25px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  background: #333;
  border-radius: 10px;
}

.anni_cont .event_list_download a:after {
  content: "";
  display: block;
  margin-left: 13px;
  width: 26px;
  height: 21px;
  background: url(../image/content/ico_list_down.png) no-repeat;
}

.table-scroll .scrollerDesc {
  display: none;
}

.anni_cont table {
  table-layout: fixed;
}

.anni_cont .table-scroll {
  margin-top: 20px;
  border: 2px solid #7b7d96;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.anni_cont .table-scroll th {
  padding: 15px 15px;
  font-size: 16px;
  color: #555;
  border-right: 1px solid #787f92;
  border-bottom: 1px solid #787f92;
  background: #e8ebf2;
}

.anni_cont .table-scroll th:last-child {
  border-right: 0;
}

.anni_cont .table-scroll td {
  padding: 10px 15px;
  text-align: center;
  font-size: 16px;
  color: #555;
  border-right: 1px solid #787f92;
  border-bottom: 1px solid #787f92;
  word-break: keep-all;
}

.anni_cont .table-scroll td:nth-child(4) {
  text-align: left;
}

.anni_cont .table-scroll td:last-child {
  border-right: 0;
}

.anni_cont .table-scroll tr:last-child td {
  border-bottom: 0;
}

.anni_cont .table-scroll li {
  position: relative;
  padding-left: 10px;
}

.anni_cont .table-scroll li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #555;
}

.anni_cont .table-scroll td a.event_link {
  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;
  padding: 0 10px;
  height: 35px;
  font-size: 15px;
  color: #fff;
  background: #5c6ac2;
  border-radius: 5px;
}

.anni_cont .table-scroll td a.event_link:before {
  content: "";
  display: block;
  margin-right: 7px;
  width: 16px;
  height: 18px;
  background: url(../image/content/ico_homepage_link.png) no-repeat;
}

.anni_cont .desc {
  margin-top: 10px;
}

.anni_cont .desc p {
  font-size: 16px;
}

@media (min-width: 1025px) {
  /* .table-scroll .scroll-container table { min-width: auto !important; } */
}
@media (max-width: 1024px) {
  .anni_cont .tabMenu li {
    width: 23.5%;
    max-width: none;
    height: 70px;
  }
  .anni_cont .tabMenu li a h5 {
    font-size: 20px;
  }
  .anni_cont .tabMenu li a span {
    font-size: 14px;
  }
  .anni_cont .top_cont h5 {
    font-size: 50px;
  }
  .anni_cont .top_cont a {
    height: 55px;
    font-size: 22px;
  }
  .anni_cont .top_cont a:after {
    width: 33px;
    height: 33px;
  }
  .anni_cont .event_list_download a {
    height: 45px;
    font-size: 16px;
  }
  .anni_cont .event_list_download a:after {
    width: 22px;
    height: 18px;
    background: url(../image/content/ico_list_down@2x.png) no-repeat;
    background-size: 100%;
  }
  .table-scroll .scrollerDesc {
    position: absolute;
    right: 0;
    top: 15px;
    display: block;
    width: 85px;
    height: 64px;
    background: url(/humanframe/_resource/incdlue/cmm_new/image/content/arrow_scroll.png) no-repeat 0 50%;
    z-index: 1;
    font-size: 0;
  }
  .table-scroll.scroll-end .scrollerDesc {
    display: none;
  }
  .anni_cont .table-scroll th {
    font-size: 15px;
  }
  .anni_cont .table-scroll td {
    font-size: 15px;
  }
  .anni_cont .table-scroll td a.event_link {
    font-size: 14px;
  }
  .anni_cont .table-scroll td a.event_link:before {
    width: 14px;
    height: 16px;
    background: url(../image/content/ico_homepage_link@2x.png) no-repeat;
    background-size: 100%;
  }
  .table-scroll {
    position: relative;
    overflow: hidden;
  }
  .table-scroll:before,
  .table-scroll:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 23px;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
    z-index: 10;
  }
  .table-scroll:before {
    left: -23px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 5px 0 15px rgba(0, 0, 0, 0.25);
            box-shadow: 5px 0 15px rgba(0, 0, 0, 0.25);
  }
  .table-scroll:after {
    right: -23px;
    -webkit-box-shadow: -5px 0 15px rgba(0, 0, 0, 0.25);
            box-shadow: -5px 0 15px rgba(0, 0, 0, 0.25);
  }
  .table-scroll.scroll-ing:before {
    opacity: 1;
    visibility: visible;
  }
  .table-scroll.scroll-end:after {
    opacity: 0;
    visibility: hidden;
  }
  .table-scroll .scroll-container {
    margin-right: -1px;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-scroll .scroll-container table {
    position: relative;
  }
  .table-scroll .scroll-container table:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .anni_cont .tabMenu li a h5 {
    font-size: 18px;
  }
  .anni_cont .tabMenu li.on a:after {
    border-width: 10px;
    border-left-width: 6px;
    border-right-width: 6px;
  }
  .anni_cont .top_cont {
    height: 160px;
  }
  .anni_cont .top_cont h5 {
    font-size: 40px;
  }
  .anni_cont .top_cont a {
    padding: 0 50px;
    height: 47px;
    font-size: 18px;
  }
  .anni_cont .top_cont a:after {
    width: 28px;
    height: 28px;
  }
  .anni_cont .event_list_download a {
    padding: 0 15px;
    height: 40px;
    font-size: 14px;
  }
  .anni_cont .event_list_download a:after {
    width: 20px;
    height: 16px;
  }
  .anni_cont .table-scroll colgroup col:nth-child(1) {
    width: 120px !important;
  }
  .anni_cont .table-scroll colgroup col:nth-child(3) {
    width: 120px !important;
  }
  .anni_cont .table-scroll colgroup col:nth-child(5) {
    width: 120px !important;
  }
  .anni_cont .table-scroll th {
    padding: 10px 15px;
    font-size: 14px;
  }
  .anni_cont .table-scroll td {
    padding: 10px 15px;
    font-size: 14px;
  }
}
@media (max-width: 424px) {
  .anni_cont .top_cont {
    height: 160px;
  }
  .anni_cont .top_cont h5 {
    font-size: 32px;
  }
}
/* 추진단 */
.orgChart {
  padding: 45px 75px 70px;
  background: #f7f7f7;
}

.orgChart .top div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 330px;
  height: 65px;
  font-size: 26px;
  color: #202583;
  font-weight: 700;
  border: 4px solid #55448f;
  border-radius: 5px;
  font-family: "NotoSansKR";
}

.orgChart .top div:before {
  content: "";
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  width: 2px;
  height: 76px;
  background: #333;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.orgChart .top div span {
  margin-right: 10px;
  font-size: 17px;
  color: #333;
  font-weight: 700;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  font-family: "NotoSansKR";
}

.orgChart > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 47px;
}

.orgChart > ul:before {
  content: "";
  position: absolute;
  top: 29px;
  left: 50%;
  width: 50%;
  height: 2px;
  background: #333;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.orgChart > ul > li {
  position: relative;
  width: 400px;
  z-index: 9;
}

.orgChart > ul > li:before {
  content: "";
  position: absolute;
  top: 29px;
  left: 50%;
  width: 2px;
  height: 50%;
  background: #333;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.orgChart > ul > li div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  border-radius: 5px;
  font-family: "NotoSansKR";
}

.orgChart > ul > li div:first-child {
  margin-bottom: 60px;
  width: 230px;
  height: 55px;
  font-size: 20px;
  color: #333;
  background: #f7f7f7;
  border: 4px solid #55448f;
}

.orgChart > ul > li:last-child div:first-child {
  color: #202583;
  font-family: "NotoSansKR";
}

.orgChart > ul > li div:first-child:before {
  content: "";
  position: absolute;
}

.orgChart > ul > li div:first-child span {
  margin-right: 10px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  font-family: "NotoSansKR";
}

.orgChart > ul > li div:nth-child(2) {
  width: 340px;
  height: 55px;
  font-size: 18px;
  color: #fff;
  background: #7f7f7f;
}

.orgChart table {
  position: relative;
  table-layout: fixed;
  margin-top: 50px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  overflow: hidden;
}

.orgChart th {
  padding: 15px 10px;
  font-size: 17px;
  color: #333;
  text-align: center;
  border-left: 1px solid #dfdfdf;
  background: #f1f1f1;
}

.orgChart th:first-child {
  border-left: 0;
}

.orgChart th.topHead {
  color: #fff;
  font-weight: 300;
  border: 0;
  background: #555893;
  font-family: "NotoSansKR";
}

.orgChart td {
  padding: 5px 10px 5px 15px;
  font-size: 14px;
  color: #333;
  text-align: center;
  border-left: 1px solid #dfdfdf;
  border-bottom: 1px solid #838383;
  background: #fff;
}

.orgChart td:first-child {
  border-left: 0;
}

.orgChart tbody tr:last-child td {
  border-bottom: 0;
}

.orgChart tr.bt_line td {
  border-bottom-color: #dfdfdf;
}

.orgChart td ul li {
  position: relative;
  padding-left: 10px;
  line-height: 1.5;
  font-size: 14px;
  color: #333;
  text-align: left;
}

.orgChart td ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #8e8e8e;
  border-radius: 50%;
}

.orgChart tr.tr_1 {
  height: 105px;
}

.orgChart tr.tr_2 {
  height: 125px;
}

.orgChart tr.tr_3 {
  height: 125px;
}

.orgChart tr.tr_3_2 {
  height: 62.5px;
}

.orgChart tr.tr_3_3 {
  height: 41.6666666667px;
}

.orgChart tr.tr_3_4 {
  height: 31.25px;
}

.orgChart tr.tr_4 {
  height: 240px;
}

.orgChart tr.tr_4_2 {
  height: 120px;
}

.orgChart tr.tr_4_3 {
  height: 80px;
}

.orgChart tr.tr_4_4 {
  height: 60px;
}

.orgChart tr.tr_5 {
  height: 240px;
}

.orgChart tr.tr_5_2 {
  height: 120px;
}

.orgChart tr.tr_5_3 {
  height: 80px;
}

.orgChart tr.tr_5_4 {
  height: 60px;
}

@media (max-width: 1024px) {
  .orgChart {
    padding: 45px 20px 60px;
  }
  .orgChart .top div {
    height: 60px;
    font-size: 24px;
  }
  .orgChart .top div span {
    font-size: 16px;
  }
  .orgChart > ul > li {
    width: 49%;
  }
  .orgChart > ul > li div:first-child {
    height: 50px;
    font-size: 17px;
  }
  .orgChart > ul > li div:nth-child(2) {
    width: 100%;
    max-width: 340px;
    height: 50px;
    font-size: 16px;
  }
  .orgChart th {
    padding: 12px 10px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .orgChart .top div {
    width: 100%;
    max-width: 340px;
    height: 55px;
    font-size: 20px;
  }
  .orgChart .top div:before {
    display: none;
  }
  .orgChart .top div span {
    font-size: 15px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .orgChart > ul {
    display: block;
  }
  .orgChart > ul:before {
    display: none;
  }
  .orgChart > ul > li {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
  .orgChart > ul > li + li {
    margin-top: 50px;
  }
  .orgChart > ul > li div:first-child {
    margin-bottom: 20px;
  }
  .orgChart > ul > li div:first-child span {
    font-size: 13px;
    -webkit-transform: translatey(1px);
            transform: translatey(1px);
  }
  .orgChart table {
    margin-top: 20px;
    width: 100%;
    max-width: 400px;
  }
  .orgChart td {
    padding: 15px 10px;
    word-break: break-all;
  }
  .orgChart tr.tr_1 {
    height: auto;
  }
  .orgChart tr.tr_2 {
    height: auto;
  }
  .orgChart tr.tr_3 {
    height: auto;
  }
  .orgChart tr.tr_3_2 {
    height: auto;
  }
  .orgChart tr.tr_4 {
    height: auto;
  }
  .orgChart tr.tr_4_3 {
    height: auto;
  }
  .orgChart tr.tr_5 {
    height: auto;
  }
  .orgChart tr.tr_5_3 {
    height: auto;
  }
}
@media (max-width: 425px) {
  .orgChart > ul > li:first-child table col:nth-child(3) {
    width: 28% !important;
  }
  .orgChart td {
    font-size: 13px;
  }
  .orgChart td ul li {
    font-size: 13px;
  }
}
/* 추진사업현황 */
.tbHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  border-top: 1px solid #d6d4d4;
  border-left: 1px solid #d6d4d4;
}

.tbHeader li {
  height: 40px;
  line-height: 39px;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #d6d4d4;
  border-bottom: 1px solid #d6d4d4;
  background: #efeded;
}

.tbHeader li:nth-child(1) {
  width: 60px;
}

.tbHeader li:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tbHeader li:nth-child(3) {
  width: 20%;
}

.prProject .row:nth-child(1) h3 {
  background: #f05179;
}

.prProject .row:nth-child(2) h3 {
  background: #d8742b;
}

.prProject .row:nth-child(3) h3 {
  background: #68a13b;
}

.prProject .row:nth-child(4) h3 {
  background: #5f89bf;
}

.prProject .row:nth-child(5) h3 {
  background: #897ec1;
}

.prProject .row:nth-child(6) h3 {
  background: #3295aa;
}

.yh_pdflist .row:nth-child(1) strong {
  color: #c71c47;
}

.yh_pdflist .row:nth-child(2) strong {
  color: #e54f06;
}

.yh_pdflist .row:nth-child(3) strong {
  color: #367c01;
}

.yh_pdflist .row:nth-child(4) strong {
  color: #0b4793;
}

.yh_pdflist .row:nth-child(5) strong {
  color: #33228b;
}

.yh_pdflist .row:nth-child(6) strong {
  color: #166677;
}

.prProject table {
  table-layout: fixed;
  border-left: 1px solid #ddd;
}

.prProject table td {
  padding: 10px;
  font-size: 15px;
  color: #555;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  word-break: break-all;
}

.prProject table td.bottom_line_dot {
  border-bottom-style: dotted;
}

.prProject table td.align_left {
  padding: 10px 18px;
  text-align: left;
}

@media (max-width: 1024px) {
  .tbHeader {
    margin-top: 40px;
  }
  .tbHeader li {
    font-size: 15px;
  }
  .prProject table td {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tbHeader {
    margin-top: 30px;
  }
  .tbHeader li {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .tbHeader li {
    font-size: 13px;
  }
}
/* 20230313 end */
/* 230330 start */
.event_down {
  background: transparent !important;
}

.event_down a {
  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;
  padding: 0 10px;
  height: 35px;
  font-size: 15px;
  color: #fff;
  background: rgb(56, 142, 60) !important;
  border-radius: 5px;
}

.event_down a:before {
  content: "";
  margin-right: 4px;
  padding: 0;
  width: 18px;
  height: 15px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/button/ico_down_2.png);
}

/* 230330 end */
/* 20230407 start */
.taxpayerCharWrap {
  margin-top: 15px;
  padding: 30px 50px;
  border: 1px solid #cfe2f5;
}

.taxpayerCharWrap:nth-of-type(1) {
  margin-top: 0;
}

.taxpayerCharWrap h4.tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px;
  padding: 10px 15px;
  line-height: 1.5;
  font-size: 28px;
  color: #fff;
  background: #055292;
  border-radius: 5px;
}

.taxpayerCharWrap ul.cStyle li {
  position: relative;
  padding: 0 0 0 28px;
  line-height: 1.6;
  font-size: 18px;
  color: #333;
  letter-spacing: -1.5px;
  word-break: keep-all;
}

.taxpayerCharWrap ul.cStyle li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 5px solid #286ea9;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.taxpayerCharWrap ul.cStyle li + li {
  margin-top: 20px;
}

.taxpayerCharWrap p.dot {
  line-height: 32px;
  background-position: 2px 15px;
}

.taxpayerCharWrap .download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  vertical-align: top;
}

.taxpayerCharWrap .download a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #fff;
  background: #1b82d1;
  border-radius: 5px;
}

.taxpayerCharWrap .download a:before {
  content: "";
  display: block;
  margin-right: 7px;
  width: 16px;
  height: 16px;
  background: url(../image/button/ico-download-w.png) no-repeat;
}

@media (max-width: 1024px) {
  .taxpayerCharWrap {
    padding: 25px 30px;
  }
  .taxpayerCharWrap h4.tit {
    font-size: 25px;
  }
  .taxpayerCharWrap ul.cStyle li {
    padding: 0 0 0 22px;
    font-size: 16px;
  }
  .taxpayerCharWrap ul.cStyle li:before {
    width: 15px;
    height: 15px;
    border-width: 4px;
  }
}
@media (max-width: 767px) {
  .taxpayerCharWrap {
    padding: 25px 20px;
  }
  .taxpayerCharWrap h4.tit {
    font-size: 20px;
  }
  .taxpayerCharWrap ul.cStyle li {
    padding: 0 0 0 20px;
    line-height: 1.7;
    font-size: 14px;
  }
  .taxpayerCharWrap ul.cStyle li:before {
    top: 5px;
  }
  .taxpayerCharWrap p.dot {
    padding-left: 13px;
    line-height: 28px;
    font-size: 14px;
    background-position: 2px 13px;
  }
  .taxpayerCharWrap .download {
    height: 28px;
  }
  .taxpayerCharWrap .download a {
    font-size: 13px;
  }
  .taxpayerCharWrap .download a:before {
    width: 13px;
    height: 13px;
    background-size: 100%;
  }
}
@media (max-width: 374px) {
  .taxpayerCharWrap {
    padding: 25px 15px;
  }
  .taxpayerCharWrap h4.tit {
    font-size: 17px;
  }
  .taxpayerCharWrap .download a:before {
    margin-right: 4px;
  }
}
/* 20230407 end */
/* 20230502 start */
.symbolTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #7b7d96;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.symbolTable * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.symbolTable li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.symbolTable.ci li:nth-child(4) {
  width: 150%;
}

.symbolTable.cb li:nth-child(5) {
  width: 140%;
}

.symbolTable li + li {
  border-left: 1px solid #7b7d96;
}

.symbolTable li h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 10px;
  line-height: 1.5;
  font-size: 16px;
  color: #555;
  background: #e8ebf1;
  border-bottom: 1px solid #7b7d96;
}

.symbolTable li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  width: 100%;
  height: 100%;
}

.symbolTable li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 24px;
  background: rgba(38, 75, 136, 0.2) url(../image/content/ico-download-file-w.png) no-repeat calc(50% + 1px) center;
  border-radius: 5px 0 0 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.symbolTable li a:hover:before {
  background-color: #264b88;
}

.symbolTable li img {
  max-width: 100%;
  max-height: auto;
}

.symbolTitle {
  position: relative;
  margin: 30px 0 10px;
  padding: 0 0 0 15px;
  line-height: 1.5;
  font-size: 18px;
  color: #7461a4;
  font-weight: 700;
}

.symbolTitle:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  width: 7px;
  height: 2px;
  background: #7461a4;
}

@media (max-width: 1024px) {
  .symbolTable {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .symbolTable li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
    width: auto;
  }
  .symbolTable.ci li:nth-child(4) {
    width: auto;
  }
  .symbolTable.cb li:nth-child(5) {
    width: auto;
  }
  .symbolTable li:nth-child(n+6) {
    border-top: 1px solid #7b7d96;
  }
  .symbolTable li:nth-child(5n+1) {
    border-left: 0;
  }
  .symbolTitle {
    font-size: 16px;
  }
  .symbolTitle:before {
    top: 11px;
  }
}
@media (max-width: 767px) {
  .symbolTable.ci {
    margin-top: 30px;
  }
  .symbolTable li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: auto;
    border-top: 1px solid #7b7d96;
  }
  .symbolTable li:nth-child(-n+2) {
    border-top: 0;
  }
  .symbolTable li:nth-child(5n+1) {
    border-left: 1px solid #7b7d96;
  }
  .symbolTable li:nth-child(2n+1) {
    border-left: 0;
  }
  .symbolTable li h5 {
    padding: 12px 10px;
    font-size: 14px;
  }
}
/* 도시브랜드 지정색채 */
.cb-color {
  padding: 10px 20px;
}

.cb-color ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cb-color li {
  margin-left: 20px;
  width: 100%;
}

.cb-color li:first-child {
  margin-left: 0;
}

.cb-color li:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 8px 10px;
  width: 100%;
  height: 120px;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.5px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cb-color li:nth-child(1):before {
  content: "PANTONE 254C";
  background: #a50082;
}

.cb-color li:nth-child(2):before {
  content: "PANTONE 4122C";
  background: #7057a3;
}

.cb-color li:nth-child(3):before {
  content: "PANTONE 255C";
  background: #77005e;
}

.cb-color li:nth-child(4):before {
  content: "PANTONE 447C";
  background: #3e3a39;
}

.cb-color li:nth-child(5):before {
  content: "PANTONE COOL GRAY 11C";
  background: #595757;
}

.cb-color li:nth-child(6):before {
  content: "PANTONE 24711C";
  background: #b5b6b6;
}

.cb-color li p {
  margin: 7px 0 0;
  padding: 0 5px;
  line-height: 1.3;
  font-size: 12px;
  color: #000;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .cb-color ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cb-color li {
    margin-top: 10px;
    margin-bottom: 10px;
    width: calc(33.3333333333% - 13.3333333333px);
  }
  .cb-color li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cb-color li {
    width: calc(50% - 10px);
  }
  .cb-color li:nth-child(3n+1) {
    margin-left: 20px;
  }
  .cb-color li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 375px) {
  .cb-color li {
    margin-left: 0;
    width: 100%;
  }
  .cb-color li:nth-child(3n+1) {
    margin-left: 0;
  }
}
/* 도시브랜드 지정서체 */
.cb-typeface {
  padding: 25px 35px;
}

.cb-typeface ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cb-typeface li + li {
  margin: 0 0 0 50px;
}

@media (max-width: 1024px) {
  .cb-typeface ul {
    display: block;
  }
  .cb-typeface li + li {
    margin: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cb-typeface {
    padding: 20px;
  }
}
/* 브랜드 플렉시블 */
.cb-flex {
  padding: 25px 30px 15px;
}

.cb-flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cb-flex li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cb-flex li:first-child {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

@media (max-width: 1024px) {
  .cb-flex ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cb-flex li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3333333333%;
            flex: 1 1 33.3333333333%;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .cb-flex li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
@media (max-width: 375px) {
  .cb-flex li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
/* 그래픽 모티프 */
.cb-motif {
  padding: 25px 35px;
}

.cb-motif ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cb-motif li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cb-motif li div:last-child {
  margin-top: auto;
}

@media (max-width: 1024px) {
  .cb-motif ul {
    display: block;
    text-align: center;
  }
  .cb-motif li + li {
    margin-top: 40px;
  }
  .cb-motif li:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (max-width: 767px) {
  .cb-motif {
    padding: 20px;
  }
  .cb-motif li + li {
    margin-top: 30px;
  }
}
/* 시캐릭터 */
.cc-char {
  padding: 35px 25px;
}

.cc-char ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cc-char li:last-child {
  margin-left: auto;
}

@media (max-width: 1024px) {
  .cc-char ul {
    display: block;
    text-align: center;
  }
  .cc-char li + li {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .cc-char {
    padding: 20px;
  }
}
/* 서식류 */
.form-img {
  padding: 25px 20px;
}

.form-img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .form-img {
    padding: 10px 20px;
  }
  .form-img ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-img li {
    margin: 20px 0;
    width: 50%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .form-img li {
    width: 100%;
  }
}
/* 홍보물류 */
.prom-img {
  padding: 30px 20px;
}

.prom-img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.prom-img li {
  margin: 0 0 0 25px;
}

.prom-img li:nth-child(3) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.prom-img li:nth-child(3n+1) {
  margin-left: 0;
}

@media (max-width: 1024px) {
  .prom-img {
    padding: 20px;
  }
  .prom-img li {
    margin: 10px 0;
    width: 50%;
    text-align: center;
  }
  .prom-img li:nth-child(3) {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 767px) {
  .prom-img li {
    margin: 20px 0;
    width: 100%;
  }
}
/* 차량류 */
.car-img {
  padding: 10px 35px;
}

.car-img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.car-img li {
  margin: 10px 40px 10px 0;
}

@media (max-width: 1024px) {
  .car-img li {
    margin: 10px 0;
    width: 50%;
    text-align: center;
  }
}
@media (max-width: 650px) {
  .car-img {
    padding: 20px;
  }
  .car-img li {
    margin: 20px 0;
    width: 100%;
  }
}
/* 청사내 사인류 */
.build-img {
  padding: 10px 25px;
}

.build-img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.build-img li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 20px 0;
}

@media (max-width: 1024px) {
  .build-img ul {
    display: block;
  }
  .build-img li {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .build-img {
    padding: 20px;
  }
}
/* 20230502 end */
/* 20230530 start */
/* 청년희망도시 */
.tbHeaderY {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d6d4d4;
  border-left: 1px solid #d6d4d4;
}

.tbHeaderY li {
  height: 40px;
  line-height: 39px;
  font-size: 15px;
  color: #333;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #d6d4d4;
  border-bottom: 1px solid #d6d4d4;
  background: #efeded;
}

.tbHeaderY li:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tbHeaderY li:nth-child(2) {
  width: 120px;
}

.tbHeaderY li:nth-child(3) {
  width: 20%;
}

.tbHeaderY li:nth-child(4) {
  width: 20%;
}

.yh_pdflist .row ul {
  display: table;
  width: 100%;
}

.yh_pdflist .row ul li {
  display: table-cell;
  word-break: break-all;
  vertical-align: middle;
}

.yh_pdflist .row ul li:nth-child(2n-1) {
  width: auto;
  border-right: 0;
}

.yh_pdflist .row ul li:nth-child(2n) {
  width: auto;
  border-left: 1px solid #e4e4e4;
  border-right: 0;
}

.yh_pdflist .row ul li:nth-child(1) {
  width: calc(68% - 90px);
}

.yh_pdflist .row ul li:nth-child(2) {
  width: 120px;
}

.yh_pdflist .row ul li:nth-child(3) {
  width: 20%;
  text-align: center;
}

.yh_pdflist .row ul li:last-child {
  width: 20%;
  border-right: 1px solid #e4e4e4;
}

.yh_pdflist .row ul li.point {
  color: #0242b8;
}

@media (max-width: 1024px) {
  .yh_pdflist .row ul li {
    font-size: 14px;
  }
}
@media (max-width: 820px) {
  .yh_pdflist .row ul li:nth-child(1) strong {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tbHeaderY {
    margin-top: 30px;
  }
  .tbHeaderY li {
    font-size: 14px;
  }
  .tbHeaderY li:nth-child(2) {
    width: 70px;
  }
  .yh_pdflist .row ul li:nth-child(2) {
    width: 70px;
  }
}
@media (max-width: 425px) {
  .tbHeaderY li {
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .login_wrap > ul > li div.top_box.non_member_login .faq_box a:after {
    left: 10px;
  }
  .login_wrap > ul > li div.top_box.non_member_login .faq_box a:last-child:after {
    left: 15px;
  }
}
@media (max-width: 300px) {
  .login_wrap > ul > li div.top_box.non_member_login .faq_box a:after {
    left: 5px;
  }
  .login_wrap > ul > li div.top_box.non_member_login .faq_box a:last-child:after {
    left: 10px;
  }
}
/* 20230530 end */
/* 20230629 start */
/* 성남사랑상품권 - 가맹점조회 */
.loveGiftCard.cStyle h4 {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  font-family: "SCDream";
}

.loveGiftCard.cStyle .mStore {
  margin: 30px 0 0;
  padding: 20px;
  width: 100%;
  background: #f9f9f9;
}

.loveGiftCard.cStyle .mStore div.cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0 0;
}

.loveGiftCard.cStyle .mStore div.cont:before {
  content: "";
  display: block;
  margin-right: 20px;
  width: 85px;
  height: 92px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  background: url(https://www.seongnam.go.kr/humanframe/_resource/incdlue/cmm_new/image/content/voucher_img.jpg) no-repeat center;
  background-size: 100%;
}

.loveGiftCard.cStyle .mStore div.cont div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.loveGiftCard.cStyle .mStore p {
  line-height: 1.5;
  font-size: 15px;
  color: #333;
}

.loveGiftCard.cStyle .mStore p span {
  color: #f42828;
  font-weight: 700;
}

.loveGiftCard.cStyle .mStore ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.loveGiftCard.cStyle .mStore li + li {
  margin-left: 8px;
}

.loveGiftCard.cStyle .mStore li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  height: 35px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  background: #444;
  border-radius: 200px;
}

.loveGiftCard.cStyle .mStore li a:before {
  content: "";
  display: block;
  margin-right: 10px;
  height: 20px;
}

.loveGiftCard.cStyle .mStore li:first-child a:before {
  width: 16px;
  background: url(../image/content/ico-googleplay.png) no-repeat;
  background-size: 100%;
}

.loveGiftCard.cStyle .mStore li:last-child a:before {
  width: 15px;
  background: url(../image/content/ico-appstore.png) no-repeat;
  background-size: 100%;
}

.loveGiftCard.cStyle .locationSearch {
  margin-top: 25px;
  padding: 20px 0 0;
  border-top: 1px solid #e4e4e4;
}

.loveGiftCard.cStyle .searchSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 auto;
  padding-bottom: 0;
  width: 650px;
  border-bottom: 0;
}

.loveGiftCard.cStyle .searchSection .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
}

.loveGiftCard.cStyle .searchSection .item:nth-child(-n+2) {
  width: 48%;
}

.loveGiftCard.cStyle .searchSection .item:first-child {
  margin-right: 4%;
}

.loveGiftCard.cStyle .searchSection .item > label {
  position: static;
  width: 70px;
}

.loveGiftCard.cStyle .searchSection .item > label + select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 4px;
  background-color: #fff;
}

.loveGiftCard.cStyle .searchSection .item input[type=text] {
  background: #fff;
}

.loveGiftCard.cStyle .searchSection .item .radioChk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.loveGiftCard.cStyle .searchSection .item .radioChk li + li {
  margin-left: 15px;
}

.loveGiftCard.cStyle .searchSection .item .radioChk input[type=radio] {
  padding: 0;
  width: auto;
  height: auto;
  cursor: pointer;
}

.loveGiftCard.cStyle .searchSection .item .radioChk label {
  position: static;
  cursor: pointer;
}

.loveGiftCard.cStyle .searchSection .item .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
}

.loveGiftCard.cStyle .searchSection .btnArea {
  float: none;
  margin-left: auto;
  width: 100%;
  height: 40px;
  text-align: right;
}

.loveGiftCard.cStyle .searchSection .btnArea .btnSearch {
  float: none;
  margin-left: 0;
  padding: 0 25px 0 45px;
  width: auto;
  max-width: none;
  background: #757880 url(../image/content/ico-reset-w.png) no-repeat 20px center;
  border-radius: 4px;
}

.loveGiftCard.cStyle .searchSection .btnArea .btnSearch:first-child {
  background: #038ae6 url(../image/content/ico-search-w.png) no-repeat 20px center !important;
}

.loveGiftCard.cStyle .searchSection .btnArea .btnSearch + .btnSearch {
  margin-left: 10px;
}

.loveGiftCard.cStyle .locMap li {
  position: absolute;
  width: 100%;
  height: 330px;
  background-repeat: no-repeat;
  background-position: left top;
}

.loveGiftCard.cStyle .locMap li.on:nth-child(1) {
  background-image: url(../image/content/img_map_bg_1.png);
}

.loveGiftCard.cStyle .locMap li.on:nth-child(2) {
  background-image: url(../image/content/img_map_bg_2.png);
}

.loveGiftCard.cStyle .locMap li.on:nth-child(3) {
  background-image: url(../image/content/img_map_bg_3.png);
}

.loveGiftCard.cStyle .locMap li.on:nth-child(4) {
  background-image: url(../image/content/img_map_bg.png);
}

.loveGiftCard.cStyle .locMap a {
  position: absolute;
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: 700;
  z-index: 100;
}

.loveGiftCard.cStyle .locMap li:nth-child(1) a {
  top: 80px;
  left: 85px;
}

.loveGiftCard.cStyle .locMap li:nth-child(2) a {
  top: 90px;
  left: 210px;
}

.loveGiftCard.cStyle .locMap li:nth-child(3) a {
  top: 205px;
  left: 105px;
}

.loveGiftCard.cStyle .locMap li:nth-child(4) {
  font-size: 0;
}

.loveGiftCard.cStyle .locMap li.on a {
  color: #fff;
}

/* .loveGiftCard.cStyle .locationSearch { min-height: 350px; } */
.loveGiftCard.cStyle .buttonGroup {
  max-height: 340px;
}

.loveGiftCard.cStyle .localGroup button {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  background: #fff;
}

.loveGiftCard.cStyle .localGroup button.on {
  border-color: #0161af;
  background: #0161af;
}

.loveGiftCard.cStyle .grayBox .btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  height: 28px;
  font-size: 14px;
  color: #fff;
  background: #747d96;
  border-radius: 4px;
}

/* .loveGiftCard.cStyle .grayBox .btn a:before { content: ""; display: block; margin-right: 7px; padding: 0; width: 14px; height: 12px; background: url(../image/content/ico-download-w.png) no-repeat; } */
.loveGiftCard.cStyle .grayBox .btn a:before {
  content: "";
  display: block;
  margin-right: 7px;
  padding: 0;
  width: 14px;
  height: 12px;
}

.loveGiftCard.cStyle .grayBox .btn a:after {
  content: "";
  display: block;
  margin-left: 10px;
  width: 14px;
  height: 12px;
  background: url(../image/content/ico-download-w.png) no-repeat;
  display: none;
}

.tblDesc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.tblDesc .totalCnt {
  display: inline-block;
  padding-left: 26px;
  line-height: 32px;
  font-size: 15px;
  color: #555;
  background: url(../image/content/ico-search-list-count.png) no-repeat left center;
}

.tblDesc .totalCnt i {
  color: #038ae6;
  font-weight: 700;
  font-style: normal;
}

.tblDesc > div.right {
  margin-left: auto;
}

.tblDesc > div.right .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  background: #747d96;
  border-radius: 4px;
}

.tblDesc > div.right .btn a:before {
  display: block;
  margin-right: 8px;
  padding: 0;
  width: 14px;
  height: 16px;
  background: url(../image/content/ico-exceldownload-w.png) no-repeat;
}

/* .loveGiftCard.cStyle table { border: 2px solid #7b7d96; border-radius: 10px; overflow: hidden; } */
.loveGiftCard.cStyle table {
  position: relative;
  table-layout: fixed;
  border-top: 0;
  border-right: 0;
}

.loveGiftCard.cStyle table th {
  border-left: 1px solid #7b7d96;
  font-size: 16px;
  color: #555;
  background: #e8ebf1;
}

.loveGiftCard.cStyle table th:first-child {
  border-left: 0;
}

.loveGiftCard.cStyle table td {
  font-size: 15px;
  border-top: 1px solid #7b7d96;
  border-left: 1px solid #7b7d96;
}

.loveGiftCard.cStyle table td:first-child {
  border-left: 0;
}

.loveGiftCard.cStyle table td a {
  color: #038ae6;
  font-weight: 700;
}

.loveGiftCard.cStyle table td a.emp3 {
  color: #038ae6 !important;
}

.loveGiftCard.cStyle table td a:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.loveGiftCard.cStyle table td a.fb:before {
  width: 16px;
  height: 19px;
  background: url(../image/content/ico-gift-map.png) no-repeat;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.loveGiftCard.cStyle table td a.gift_tel:before {
  width: 15px;
  height: 15px;
  background: url(../image/content/ico-gift-phone.png) no-repeat;
}

.loveGiftCard.cStyle table .nodata {
  padding-top: 120px;
  padding-bottom: 30px;
  font-size: 15px;
  color: #888;
  background: url(../image/content/ico-nodata.png) no-repeat center 30px;
}

.tblInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 10px;
  width: 100%;
}

.tblInfo .tblCnt {
  position: relative;
  padding: 0 0 0 10px;
  font-size: 16px;
}

.tblInfo .tblCnt:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  margin: 0 5px 0 0;
  width: 4px;
  height: 14px;
  background: #3f5f9c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tblInfo .tblCnt span {
  color: #3f5f9c;
  font-weight: 700;
}

.tblInfo .btnGroup {
  margin: 0 0 0 auto !important;
}

.loveGiftCard.cStyle .tblWrap {
  max-height: 1000px;
  border: 2px solid #7b7d96;
  border-radius: 10px;
  overflow-y: auto;
}

.loveGiftCard.cStyle .tblScroller {
  max-height: 1000px;
  top: 0;
  overflow-y: auto;
}

.loveGiftCard.cStyle .table-scroll .scrollerDesc {
  top: 85px;
}

.loveGiftCard.cStyle table th.fixedHeader {
  position: sticky;
  top: 0;
  z-index: 99;
}

@media (max-width: 1024px) {
  .loveGiftCard.cStyle .searchSection {
    width: 570px;
  }
  .loveGiftCard.cStyle .mStore p {
    font-size: 14px;
  }
  .loveGiftCard.cStyle table {
    min-width: 1000px;
  }
}
@media (max-width: 999px) {
  .loveGiftCard.cStyle .mStore div {
    padding: 0;
  }
  .loveGiftCard.cStyle .mStore p br {
    display: block;
  }
  .loveGiftCard.cStyle .mStore li a {
    height: 35px;
  }
  .loveGiftCard.cStyle .locationSearch {
    padding: 0;
    min-height: auto;
  }
  .loveGiftCard.cStyle .searchSection {
    margin: 360px 0 0;
    width: 100%;
  }
  .loveGiftCard.cStyle .searchSection .btnArea {
    margin: 0 auto;
    text-align: center;
  }
  .loveGiftCard.cStyle .locMap li {
    top: 10px;
    background-position: center top;
  }
  .loveGiftCard.cStyle .locMap li:nth-child(1) a {
    left: 50%;
    -webkit-transform: translateX(-65px);
            transform: translateX(-65px);
  }
  .loveGiftCard.cStyle .locMap li:nth-child(2) a {
    left: 50%;
    -webkit-transform: translateX(65px);
            transform: translateX(65px);
  }
  .loveGiftCard.cStyle .locMap li:nth-child(3) a {
    left: 50%;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}
@media (max-width: 800px) {
  .loveGiftCard.cStyle table th,
  .loveGiftCard.cStyle table td {
    word-break: break-all;
  }
}
@media (max-width: 767px) {
  .loveGiftCard.cStyle .mStore div.cont:before {
    display: none;
  }
  .loveGiftCard.cStyle .mStore p {
    font-size: 14px;
  }
  .loveGiftCard.cStyle .mStore p br {
    display: none;
  }
  .loveGiftCard.cStyle .mStore ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .loveGiftCard.cStyle .searchSection {
    margin: 20px 0 0;
  }
  .loveGiftCard.cStyle .searchSection .item:nth-child(-n+2) {
    width: 100%;
  }
  .loveGiftCard.cStyle .searchSection .item:first-child {
    margin-right: 0;
  }
  .loveGiftCard.cStyle .searchSection .item .radioChk input[type=radio] {
    margin-top: 0 !important;
    vertical-align: middle;
  }
  .loveGiftCard.cStyle .searchSection .item .txt {
    margin-left: 20px;
  }
  .loveGiftCard.cStyle .searchSection .btnArea {
    margin-top: 20px;
  }
  .loveGiftCard.cStyle .locMap {
    display: none;
  }
  .loveGiftCard.cStyle h4 {
    font-size: 20px;
  }
  .loveGiftCard.cStyle table {
    min-width: 800px;
  }
  .loveGiftCard.cStyle table th {
    font-size: 14px;
  }
  .loveGiftCard.cStyle table td {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .tblInfo .tblCnt {
    font-size: 15px;
  }
  .tblInfo .tblCnt:before {
    top: 6px;
  }
  .tblInfo .btnGroup .btn {
    margin: 0;
  }
  .tblInfo .btnGroup a {
    padding: 8px 15px;
    font-size: 15px;
  }
}
@media (max-width: 374px) {
  .loveGiftCard.cStyle .mStore ul {
    display: block;
  }
  .loveGiftCard.cStyle .mStore li + li {
    margin: 5px 0 0;
  }
  .loveGiftCard.cStyle .searchSection .item .radioChk li + li {
    margin-left: 10px;
  }
  .loveGiftCard.cStyle .searchSection .item .txt {
    margin-left: 10px;
  }
  .loveGiftCard.cStyle .searchSection .btnArea .btnSearch {
    padding: 0 20px 0 40px;
  }
  .tblInfo .tblCnt {
    padding: 0 0 0 8px;
    font-size: 14px;
  }
  .tblInfo .tblCnt:before {
    top: 5px;
  }
  .tblInfo .btnGroup .btn {
    margin: 0;
  }
  .tblInfo .btnGroup a {
    padding: 6px 10px;
    font-size: 14px;
  }
}
/* 20230629 end */
/* 성남시청:총괄조직도 */
.organDepthSub_t > li:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 1;
  width: 50%;
  height: 1px;
  background-color: #e4e4e4;
}

.organDepthSub_t > li:nth-child(4)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 1;
  width: 50%;
  height: 1px;
  background-color: #e4e4e4;
}

/* 20230612 start */
/* 로그인 */
.login_wrap > ul > li {
  height: auto;
}

.login_wrap > ul > li:first-child div.top_box {
  padding: 35px 25px 25px;
}

.login_wrap > ul > li:first-child div.top_box h3 {
  padding-bottom: 30px;
}

.login_wrap > ul > li div.top_box.member_login h3:after {
  display: none;
}

.mbLoginWrap {
  padding: 0 0 0 80px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/digital_icon_01.png) no-repeat 15px center;
}

.login_wrap > ul > li div.top_box.member_login input {
  height: 40px;
  font-size: 14px;
  border-radius: 5px;
}

.login_wrap > ul > li div.top_box.member_login input[type=button] {
  height: 40px;
  font-size: 15px;
  border-radius: 5px;
}

.login_wrap > ul > li div.top_box.non_member_login .btn_box {
  margin-top: 50px;
}

.login_wrap > ul > li div.top_box.digital_login a#OnePassBtn {
  margin-top: 50px;
}

.login_wrap .login_tabMenu {
  display: none;
}

.simpleAuthWrap {
  margin-bottom: 80px;
  padding: 0 25px;
}

.simpleAuthWrap .authList {
  padding: 15px 20px;
  background: #2f3f91;
  border-radius: 10px;
}

.simpleAuthWrap .authList h5 {
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.simpleAuthWrap .authList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 18px;
}

.simpleAuthWrap .authList li + li {
  margin: 0;
}

.simpleAuthWrap .authList li a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  font-size: 0;
  border-radius: 5px;
  overflow: hidden;
}

.simpleAuthWrap .authList li a:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #131b41;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 20230711 주한 수정 start */
.simpleAuthWrap .authList li.kakao a {
  background: #f9e000 url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_kakao.png) no-repeat center;
  background-size: 100%;
  pointer-events: none;
}

.simpleAuthWrap .authList li.naver a {
  background: #03e965 url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_naver.png) no-repeat center;
  background-size: 100%;
  pointer-events: none;
}

.simpleAuthWrap .authList li.samsung a {
  background: #1e4cc6 url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_samsung.png) no-repeat center;
  background-size: 100%;
  pointer-events: none;
}

.simpleAuthWrap .authList li.pass a {
  background: #ff3a4a url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_pass.png) no-repeat center;
  background-size: 100%;
  pointer-events: none;
}

.simpleAuthWrap .authList li.payco a {
  background: #fff url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_payco.png) no-repeat center;
  background-size: 100%;
  pointer-events: none;
}

.simpleAuthWrap .authList li.toss a {
  background: #fff url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_toss.png) no-repeat center;
  background-size: 100%;
  pointer-events: none;
}

.simpleAuthWrap .authList li.kb a {
  background: #f8cc46 url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_kb.png) no-repeat center;
  background-size: 100%;
  pointer-events: none;
}

.simpleAuthWrap .authList li.shinhan a {
  background: #fff url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_shinhan.png) no-repeat center;
  background-size: 100%;
  pointer-events: none;
}

.simpleAuthWrap .authList li.banksalad a {
  background: #fff url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_banksalad.png) no-repeat center;
  background-size: 100%;
  pointer-events: none;
}

.simpleAuthWrap .authList li.hana a {
  background: #008d8f url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_hana.png) no-repeat center;
  background-size: 100%;
  pointer-events: none;
}

.simpleAuthWrap .authList li.nh a {
  background: #fff url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_nh.png) no-repeat center;
  background-size: 100%;
  pointer-events: none;
}

/* 20230711 주한 수정 end */
.simpleAuthWrap .title {
  position: relative;
  margin-top: 5px;
  padding: 0 0 0 17px;
  font-size: 14px;
  color: #666;
  word-break: keep-all;
}

.simpleAuthWrap .title:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 3px solid #d84048;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1024px) {
  .simpleAuthWrap .authList ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 15px auto 0;
    width: 150px;
  }
  .simpleAuthWrap .authList li,
  .simpleAuthWrap .authList li + li {
    margin: 0 10px 10px 0;
  }
  .simpleAuthWrap .authList li:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 1000px) {
  .login_wrap .login_tabMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: initial;
        flex-wrap: initial;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .login_wrap .login_tabMenu li {
    height: 50px;
    font-size: 15px;
    background: #f5f5f5;
    border: 2px solid transparent;
    border-radius: 5px;
  }
  .login_wrap .login_tabMenu li + li {
    margin-left: 15px;
  }
  .login_wrap .login_tabMenu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    color: #666;
  }
  .login_wrap .login_tabMenu li.on {
    background: #fff;
    border-color: #555;
    font-weight: 700;
  }
  .login_wrap .login_tabMenu li.on a {
    color: #333;
  }
  .login_wrap .login_tabMenu + ul > li {
    display: none;
  }
  .login_wrap .login_tabMenu + ul > li:first-child {
    display: block;
  }
  .login_wrap > ul > li:first-child div.top_box h3 {
    padding-bottom: 20px;
  }
  .mbLoginWrap {
    padding: 0;
    background: none;
  }
  .login_wrap > ul > li div.top_box.non_member_login .btn_box {
    margin-top: 15px;
  }
  .login_wrap > ul > li div.top_box.digital_login a#OnePassBtn {
    margin-top: 15px;
  }
  .simpleAuthWrap {
    margin-bottom: 20px;
  }
  .simpleAuthWrap .authList ul {
    width: 230px;
  }
  .simpleAuthWrap .authList li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .simpleAuthWrap .authList li:nth-child(4n) {
    margin-right: 10px;
  }
  .simpleAuthWrap .authList li:nth-child(6n) {
    margin-right: 0;
  }
}
@media (max-width: 650px) {
  .simpleAuthWrap .authList ul {
    width: 260px;
  }
  .simpleAuthWrap .authList li a {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 400px) {
  .login_wrap .login_tabMenu li {
    height: 45px;
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  .simpleAuthWrap .authList ul {
    width: 170px;
  }
  .simpleAuthWrap .authList li:nth-child(6n) {
    margin-right: 10px;
  }
  .simpleAuthWrap .authList li:nth-child(4n) {
    margin-right: 0;
  }
}
/* 아이디 & 비밀번호 찾기 */
.member_wrap {
  padding: 0;
  border: 0;
  border-radius: 0;
}

.tap_wrap.type1 ul li:nth-of-type(3) a.current:after {
  left: 20px;
}

.member_wrap .member_tabMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: initial;
      flex-wrap: initial;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 60px;
}

.member_wrap .member_tabMenu li {
  width: 100%;
  height: 60px;
  font-size: 20px;
  background: #f5f5f5;
  border: 2px solid transparent;
  border-radius: 5px;
}

.member_wrap .member_tabMenu li + li {
  margin-left: 15px;
}

.member_wrap .member_tabMenu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #666;
}

.member_wrap .member_tabMenu li.on {
  background: #fff;
  border-color: #555;
  font-weight: 700;
}

.member_wrap .member_tabMenu li.on a {
  color: #333;
}

.findPwWrap {
  margin: 30px 0 35px;
}

.findPwWrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  height: 60px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  overflow: hidden;
}

.findPwWrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 25px;
  width: 130px;
  background: #f8f8f8;
}

.findPwWrap dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px;
}

.findPwWrap dl dd input {
  width: 100%;
  height: 34px;
  border: 1px solid #e4e4e4;
}

.findPwWrap p {
  margin-top: 5px;
  font-size: 13px;
  color: #666;
}

.certifyWrap .certifyGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 0;
}

.certifyWrap .certifyBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  width: calc(33.333% - 15px);
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.certifyWrap .certifyBox + .certifyBox {
  margin-left: 15px;
}

.certifyWrap .certifyBox:nth-child(1) {
  border-left: 1px solid #d9d9d9;
}

.certifyWrap .certifyBox:nth-child(1)::before {
  display: none;
}

.certifyWrap .certifyBox:nth-child(2)::before {
  margin-top: 20px;
  width: 52px;
  height: 62px;
  background: url(https://www.seongnam.go.kr/humanframe/_resource/incdlue/cmm_new/image/common/phone_ico.png) no-repeat;
}

.certifyWrap .certifyBox:nth-child(3)::before {
  margin-top: 20px;
  width: 63px;
  height: 62px;
  background: url(https://www.seongnam.go.kr/humanframe/_resource/incdlue/cmm_new/image/common/ipin_ico.png) no-repeat;
}

.certifyWrap .certifyBox:nth-child(2) .certifyBtn a {
  background-color: #6a84b3;
}

.certifyWrap .certifyBox:nth-child(3) .certifyBtn a {
  background-color: #40609c;
}

.certifyWrap .certifyBox:nth-child(2) .certifyBtn a::before {
  background-position: -240px -80px;
}

.certifyWrap .certifyBox:nth-child(3) .certifyBtn a::before {
  background-position: -270px -80px;
}

.certifyWrap .simpleAuth {
  margin-top: 20px;
}

.certifyWrap .simpleAuth.mobile {
  display: none;
}

.certifyWrap .simpleAuth .authLi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 200px;
}

.certifyWrap .simpleAuth .authLi li {
  margin: 0 3px 3px 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  border-radius: 5px;
  overflow: hidden;
}

.certifyWrap .simpleAuth .authLi li.kakao {
  background: #f9e000 url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_kakao.png) no-repeat center;
  background-size: 100%;
}

.certifyWrap .simpleAuth .authLi li.naver {
  background: #03e965 url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_naver.png) no-repeat center;
  background-size: 100%;
}

.certifyWrap .simpleAuth .authLi li.samsung {
  background: #1e4cc6 url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_samsung.png) no-repeat center;
  background-size: 100%;
}

.certifyWrap .simpleAuth .authLi li.pass {
  background: #ff3a4a url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_pass.png) no-repeat center;
  background-size: 100%;
}

.certifyWrap .simpleAuth .authLi li.payco {
  background: #fff url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_payco.png) no-repeat center;
  background-size: 100%;
}

.certifyWrap .simpleAuth .authLi li.toss {
  background: #fff url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_toss.png) no-repeat center;
  background-size: 100%;
}

.certifyWrap .simpleAuth .authLi li.kb {
  background: #f8cc46 url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_kb.png) no-repeat center;
  background-size: 100%;
}

.certifyWrap .simpleAuth .authLi li.shinhan {
  background: #fff url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_shinhan.png) no-repeat center;
  background-size: 100%;
}

.certifyWrap .simpleAuth .authLi li.banksalad {
  background: #fff url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_banksalad.png) no-repeat center;
  background-size: 100%;
}

.certifyWrap .simpleAuth .authLi li.hana {
  background: #008d8f url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_hana.png) no-repeat center;
  background-size: 100%;
}

.certifyWrap .simpleAuth .authLi li.nh {
  background: #fff url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_nh.png) no-repeat center;
  background-size: 100%;
}

.certifyWrap .certifyBox .certifyBtn {
  margin: 45px 0 20px;
}

.member .member_wrap .certifyWrap .certifyBox .certifyBtn a {
  min-width: 150px;
  border-radius: 5px;
}

.member .member_wrap .certifyWrap .certifyBox:first-child .certifyBtn a {
  background: #2f3f91;
}

.nice_call {
  margin-top: 15px;
  padding: 20px 0;
  line-height: 1.5;
  background: #f9f9f9;
  border: 0;
  border-radius: 16px;
}

@media (max-width: 1024px) {
  .member_wrap .member_tabMenu {
    margin: 0 0 40px;
  }
  .member_wrap .member_tabMenu li {
    height: 50px;
    font-size: 18px;
  }
  .certifyWrap .certifyBox:nth-child(1) {
    margin-bottom: 12px;
    padding: 0;
    width: 100%;
    border-color: #2f3f91;
  }
  .certifyWrap .certifyBox:nth-child(2) {
    margin-left: 0;
  }
  .certifyWrap .simpleAuth {
    margin: 0;
    padding: 20px 0 10px;
    background: #2f3f91;
  }
  .certifyWrap .simpleAuth.pc {
    display: none;
  }
  .certifyWrap .simpleAuth.mobile {
    display: block;
  }
  .certifyWrap .simpleAuth h5 {
    font-size: 20px;
    color: #fff;
    text-align: center;
  }
  .certifyWrap .simpleAuth .authLi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    width: 260px;
  }
  .certifyWrap .simpleAuth .authLi li {
    margin: 0 10px 10px 0;
    width: 35px;
    height: 35px;
  }
  .certifyWrap .simpleAuth .authLi li:nth-child(6n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .member_wrap .member_tabMenu li {
    height: 45px;
    font-size: 15px;
  }
  .member .member_wrap .certifyWrap .certifyBox .certifyBtn a {
    padding: 7px 10px;
    min-width: 100px;
  }
}
@media (max-width: 424px) {
  .certifyWrap .certifyBox + .certifyBox {
    margin-left: 10px;
  }
  .certifyWrap .certifyBox:nth-child(1) {
    margin-bottom: 8px;
  }
  .certifyWrap .certifyBox:nth-child(2) {
    margin-left: 0;
  }
  .member .member_wrap .certifyWrap .certifyBox .certifyBtn a {
    min-width: auto;
    font-size: 12px;
  }
  .findPwWrap dl dt {
    width: 80px;
  }
  .nice_call {
    padding: 20px 15px;
    font-size: 14px;
    word-break: keep-all;
  }
}
@media (max-width: 375px) {
  .certifyWrap .certifyBox {
    width: 100%;
  }
  .certifyWrap .certifyBox + .certifyBox {
    margin-left: 0;
  }
  .certifyWrap .certifyBox:nth-child(2) {
    margin-bottom: 8px;
  }
  .member .member_wrap .certifyWrap .certifyBox .certifyBtn a {
    min-width: 100px;
    font-size: 12px;
  }
  .certifyWrap .simpleAuth .authLi {
    width: 170px;
  }
  .certifyWrap .simpleAuth .authLi li:nth-child(6n) {
    margin-right: 10px;
  }
  .certifyWrap .simpleAuth .authLi li:nth-child(4n) {
    margin-right: 0;
  }
}
/* 20230612 end */
/* 2023 07 14 */
.simpleAuthWrap .authList li.dream {
  display: none;
}

@media (max-width: 1024px) {
  .simpleAuthWrap .authList li.dream {
    display: block;
  }
  .simpleAuthWrap .authList li.dream a {
    background: url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_dream.png) no-repeat center/cover #015fc6;
  }
  .certifyWrap .simpleAuth .authLi li.dream {
    background: #fff url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_dream.png) no-repeat center;
    background-size: 100%;
  }
}
/* 2023 07 14 /> */
/* 20230721 주한 start */
.findPwWrap label {
  font-weight: bold;
}

@media (max-width: 650px) {
  .member_wrap .stxt {
    margin-bottom: 0px;
  }
  .findPwWrap {
    margin: 15px 0 15px;
  }
  .findPwWrap label {
    font-weight: bold;
  }
  .certifyWrap .certifyBox {
    padding: 10px 0 0;
  }
  .certifyWrap .certifyBox .certifyBtn {
    margin: 20px 0 20px;
  }
  .login_wrap > ul > li:first-child div.top_box {
    padding: 20px 25px;
  }
}
/* 20230721 주한 start */
/* 20230726 주한 추가 start */
.certifyWrap .simpleAuth .authLi li.dream {
  background: #fff url(/humanframe/_resource/incdlue/cmm_new/image/content/ico_login_dream.png) no-repeat center;
  background-size: 100%;
}

/* 20230726 주한 추가 end */
/* 20230724 start */
.yh_pdflist .row h3 button {
  display: block;
  width: 100%;
  text-align: left;
  color: #fff;
}

.minwonWrap .minwonInfo .innerBox + .innerBox .info li dd.first {
  color: #ca4541;
}

.woman_vision01 > p {
  background: -webkit-gradient(linear, left top, left bottom, from(#0a84e0), to(#024694));
  background: linear-gradient(#0a84e0, #024694);
}

.woman_vision02 > p {
  background: -webkit-gradient(linear, left top, left bottom, from(#056b13), to(#056b13));
  background: linear-gradient(#056b13, #056b13);
}

.woman_vision03 > p {
  background: -webkit-gradient(linear, left top, left bottom, from(#f93605), to(#b52c05));
  background: linear-gradient(#f93605, #b52c05);
}

.woman_vision04 > p {
  background: -webkit-gradient(linear, left top, left bottom, from(#e16d04), to(#e16d04));
  background: linear-gradient(#e16d04, #e16d04);
}

/* 20230724 end */
/* 20240124 start */
/*.simpleAuthWrap { display: none; }*/
.simpleAuthInfo {
  margin-bottom: 80px;
  padding: 0 25px;
}

.simpleAuthInfo .wrap {
  background: #1c2674;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
}

.simpleAuthInfo h5 {
  padding: 10px 25px;
  font-size: 16px;
  color: #fff;
  background: #3747bb;
  font-family: "S-Core Dream 6";
}

.simpleAuthInfo .cont {
  padding: 12px 25px;
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
}

.simpleAuthInfo .cont strong {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
  font-family: "S-Core Dream 5";
}

.simpleAuthInfo .cont strong br {
  display: none;
}

@media (max-width: 1024px) {
  .simpleAuthInfo .cont {
    padding: 12px 20px;
  }
  .simpleAuthInfo .cont p {
    word-break: keep-all;
  }
  .simpleAuthInfo .cont p br {
    display: none;
  }
  .simpleAuthInfo .cont strong br {
    display: block;
  }
}
@media (max-width: 1000px) {
  .simpleAuthInfo {
    margin-bottom: 20px;
  }
  .simpleAuthInfo .cont p br {
    display: block;
  }
  .simpleAuthInfo .cont strong br {
    display: none;
  }
}
@media (max-width: 450px) {
  .simpleAuthInfo .cont p br {
    display: none;
  }
  .simpleAuthInfo .cont strong br {
    display: block;
  }
}
/* 20240124 end */
/* 20240126 */
#middle {
  overflow: initial;
}

/* 20240214 /> */
/* 20240313 */
/* Jalnan2 */
@font-face {
  font-family: "Jalnan2";
  src: url(/include/font/Jalnan2.otf);
  src: url(/include/font/Jalnan2TTF.ttf) format("ttf"), url(/include/font/Jalnan2TTF.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "S-Core Dream 6";
  src: url("/include/font/S-CoreDream-6Bold.eot");
  src: url("/include/font/S-CoreDream-6Bold.eot?#iefix") format("embedded-opentype"), url("/include/font/S-CoreDream-6Bold.woff2") format("woff2"), url("/include/font/S-CoreDream-6Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/* Jalnan2 */
.siteMap_banner_wrap {
  position: relative;
}

.siteMap_banner_wrap .sm_ttl {
  position: absolute;
  top: calc(50% + 3px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 88px;
  font-family: "S-Core Dream 6";
  font-size: 40px;
  font-weight: 900;
  color: #10589f;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .siteMap_banner_wrap .sm_ttl {
    left: 45px;
  }
}
@media (max-width: 600px) {
  .siteMap_banner_wrap .sm_ttl {
    font-size: 35px;
    left: 20px;
  }
}
/* 20240313 /> */
/* 20240314 start */
.step_list5.list6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}

.step_list5.list6 li {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.step_list5.list6 li:first-child {
  margin-left: 0;
}

@media (max-width: 1024px) {
  .step_list5.list6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .step_list5.list6 li {
    width: calc(33.3333333333% - 26.6666666667px);
  }
  .step_list5.list6 li:nth-child(n+4) {
    margin-top: 16px;
  }
  .step_list5.list6 li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .step_list5.list6 li {
    width: calc(50% - 20px);
  }
  .step_list5.list6 li:nth-child(n+3) {
    margin-top: 16px;
  }
  .step_list5.list6 li:nth-child(3n+1) {
    margin-left: 40px;
  }
  .step_list5.list6 li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .step_list5.list6 li {
    min-height: 200px;
  }
}
/* 20240314 end */
/* 20240318 start */
/* NotoSansKR */
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 100;
  src: url(../../font/NotoSansCJKkr-Thin.eot);
  src: url(../../font/NotoSansCJKkr-Thin.eot) format("embedded-opentype"), url(../../font/NotoSansCJKkr-Thin.woff) format("woff"), url(../../font/NotoSansCJKkr-Thin.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 200;
  src: url(../../font/NotoSansCJKkr-DemiLight.eot);
  src: url(../../font/NotoSansCJKkr-DemiLight.eot) format("embedded-opentype"), url(../../font/NotoSansCJKkr-DemiLight.woff) format("woff"), url(../../font/NotoSansCJKkr-DemiLight.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 300;
  src: url(../../font/NotoSansCJKkr-Light.eot);
  src: url(../../font/NotoSansCJKkr-Light.eot) format("embedded-opentype"), url(../../font/NotoSansCJKkr-Light.woff) format("woff"), url(../../font/NotoSansCJKkr-Light.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 400;
  src: url(../../font/NotoSansCJKkr-Regular.eot);
  src: url(../../font/NotoSansCJKkr-Regular.eot) format("embedded-opentype"), url(../../font/NotoSansCJKkr-Regular.woff) format("woff"), url(../../font/NotoSansCJKkr-Regular.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 500;
  src: url(../../font/NotoSansCJKkr-Medium.eot);
  src: url(../../font/NotoSansCJKkr-Medium.eot) format("embedded-opentype"), url(../../font/NotoSansCJKkr-Medium.woff) format("woff"), url(../../font/NotoSansCJKkr-Medium.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 700;
  src: url(../../font/NotoSansCJKkr-Bold.eot);
  src: url(../../font/NotoSansCJKkr-Bold.eot) format("embedded-opentype"), url(../../font/NotoSansCJKkr-Bold.woff) format("woff"), url(../../font/NotoSansCJKkr-Bold.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 900;
  src: url(../../font/NotoSansCJKkr-Black.eot);
  src: url(../../font/NotoSansCJKkr-Black.eot) format("embedded-opentype"), url(../../font/NotoSansCJKkr-Black.woff) format("woff"), url(../../font/NotoSansCJKkr-Black.otf) format("opentype");
}
.imgWrap .img_ARS {
  position: relative;
  float: none;
  display: inline-block;
  width: auto;
}

.imgWrap .img_ARS p {
  position: absolute;
  top: 50%;
  left: 110px;
  font-size: 20px;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "NotoSansKR";
}

.imgWrap .img_ARS p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 6px;
  color: #f53f46;
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.imgWrap .img_ARS p span:before {
  content: "";
  display: block;
  margin-right: 1px;
  width: 17px;
  height: 13px;
  background: url(../image/content/ico-tax-tel.png) no-repeat;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.imgWrap .img_ARS p span i {
  font-size: 22px;
  font-style: normal;
}

.imgWrap .img_ARS p br {
  display: none;
}

@media (max-width: 600px) {
  .imgWrap .img_ARS p {
    left: 0;
    padding: 0 20px 0 20vw;
    font-size: 14px;
  }
  .imgWrap .img_ARS p span i {
    font-size: 16px;
  }
}
@media (max-width: 424px) {
  .imgWrap .img_ARS p {
    line-height: 1.3;
  }
  .imgWrap .img_ARS p br {
    display: block;
  }
}
/* 20240318 end */
/* 20240520 start */
.relate_site li {
  aspect-ratio: 251/92;
}

.relate_site li.img_blank a {
  padding: 0;
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.relate_site li.img_blank img {
  width: 100%;
  height: 100%;
}

.exp_link {
  position: static;
}

.sitemapLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  height: 40px;
}

.sitemapLink.top {
  margin-top: -10px;
  margin-bottom: 10px;
}

.sitemapLink .exp_link {
  position: static;
  margin-left: auto;
}

.sitemapLink:not(.top) .exp_link {
  display: none;
}

.sitemapLink + .satisfaction {
  margin-top: 16px;
}

.siteMap_el .list a {
  display: inline-block;
}

.siteMap_el .list li a[target=_blank]::after {
  display: inline-block;
  margin-left: 8px;
  padding-right: 0;
  width: 13px;
  background-size: 100%;
  aspect-ratio: 1;
}

@media (max-width: 1024px) {
  .ttabWrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .relate_site li {
    -webkit-box-flex: 1;
        -ms-flex: 1 40%;
            flex: 1 40%;
    max-width: calc(33.3333333333% - 6px);
  }
}
@media (max-width: 600px) {
  .relate_site li {
    -webkit-box-flex: 1;
        -ms-flex: 1 40%;
            flex: 1 40%;
    max-width: calc(50% - 6px);
  }
  .siteMap_el .ttl_link {
    padding: 8px 20px;
  }
  .siteMap_el .ttl_link h4 {
    font-size: 16px;
  }
  .siteMap_el .list {
    gap: 12px;
    padding: 16px 20px;
  }
  .siteMap_el .list li:before {
    top: 10px;
  }
  .siteMap_el .list a {
    font-size: 15px;
  }
}
@media (max-width: 425px) {
  .siteMap_el .list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 40%;
            flex: 1 40%;
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 374px) {
  .siteMap_el .list {
    padding: 12px 14px;
  }
  .siteMap_el .list a {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
}
/* 20240520 end */
/* 20240602 start */
.policyListWrap {
  margin: 20px 0;
  padding: 40px 20px;
  border: 1px solid #ddd;
}

.policyListWrap h5 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-align: center;
}

.policyListWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin: 40px auto 0;
  max-width: 960px;
}

.policyListWrap li {
  -webkit-box-flex: 1;
      -ms-flex: 1 40%;
          flex: 1 40%;
}

.policyListWrap li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px 12px;
  line-height: 40px;
  font-size: 16px;
}

.policyListWrap li b {
  font-weight: 400;
}

.policyListWrap li b:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 40px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.policyListWrap li:nth-child(1) b:before {
  background-image: url(../image/content/label_12.png);
  background-size: auto 100%;
}

.policyListWrap li:nth-child(2) b:before {
  background-image: url(../image/content/label_20.png);
  background-size: auto 100%;
}

.policyListWrap li:nth-child(3) b:before {
  background-image: url(../image/content/label_28.png);
  background-size: auto 90%;
}

.policyListWrap li:nth-child(4) b:before {
  background-image: url(../image/content/label_11.png);
  background-size: auto 100%;
}

.policyListWrap li:nth-child(5) b:before {
  background-image: url(../image/content/label_24.png);
  background-size: auto 90%;
}

.policyListWrap li:nth-child(6) b:before {
  background-image: url(../image/content/label_22.png);
  background-size: auto 100%;
}

.policyListWrap li:nth-child(7) b:before {
  background-image: url(../image/content/label_18.png);
  background-size: auto 100%;
}

.policyListWrap li:nth-child(8) b:before {
  background-image: url(../image/content/label_19.png);
  background-size: auto 100%;
}

.policyListWrap li:nth-child(9) b:before {
  background-image: url(../image/content/label_24.png);
  background-size: auto 90%;
}

.policyListWrap li:nth-child(10) b:before {
  background-image: url(../image/content/label_16.png);
  background-size: auto 100%;
}

.policyListWrap li:nth-child(11) b:before {
  background-image: url(../image/content/label_14.png);
  background-size: auto 100%;
}

.policyListWrap li:nth-child(12) b:before {
  background-image: url(../image/content/label_23.png);
  background-size: auto 90%;
}

.policyListWrap li:nth-child(13) b:before {
  background-image: url(../image/content/label_29.png);
  background-size: auto 90%;
}

.policyListWrap li:nth-child(14) b:before {
  background-image: url(../image/content/label_13.png);
  background-size: auto 100%;
}

.policyListWrap li:nth-child(15) b:before {
  background-image: url(../image/content/label_32.png);
  background-size: auto 90%;
}

.policyListWrap li:nth-child(16) b:before {
  background-image: url(../image/content/label_34.png);
  background-size: auto 90%;
}

.policyListWrap li:nth-child(17) b:before {
  background-image: url(../image/content/label_27.png);
  background-size: auto 90%;
}

.policyListWrap li:nth-child(18) b:before {
  background-image: url(../image/content/label_25.png);
  background-size: auto 90%;
}

.policyListWrap li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: -0.5px;
  word-break: keep-all;
}

.policy h5 img {
  margin-left: 0;
  margin-right: 10px;
}

/* 20240602 end */
/* 20240604 start */
@media (max-width: 767px) {
  .policy_Label td .img_label {
    width: 50px;
  }
  .policy_Label td p {
    font-size: 14px;
  }
  .policy_Label table {
    display: block;
  }
  .policy_Label table * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .policy_Label table colgroup {
    display: none;
  }
  .policy_Label thead {
    display: block;
  }
  .policy_Label thead tr {
    display: block;
    width: 100%;
  }
  .policy_Label thead th {
    display: block;
    width: 100%;
  }
  .policy_Label tbody {
    display: block;
  }
  .policy_Label tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .policy_Label tbody td {
    -webkit-box-flex: 1;
        -ms-flex: 1 50%;
            flex: 1 50%;
  }
  .policyListWrap ul {
    margin-top: 20px;
  }
  .policyListWrap li {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
  .policyListWrap li a {
    position: relative;
    display: block;
    padding-left: 42px;
    line-height: 1.8;
  }
  .policyListWrap li b {
    position: static;
    display: inline;
    font-size: 14px;
  }
  .policyListWrap li b:before {
    position: absolute;
    top: -4px;
    left: 0;
    width: 36px;
    -webkit-transform: none;
            transform: none;
  }
  .policyListWrap li p {
    display: inline;
    padding-left: 8px;
  }
}
/* 20240604 end */
/* 20240605 start */
.policyListWrap {
  padding: 0;
  border-top: 2px solid #555;
}

.policyListWrap h5 {
  padding: 10px 8px;
  font-size: 15px;
  background: #fbfbfb;
}

.policyListWrap ul {
  gap: 0;
  margin: 0;
  max-width: none;
}

.policyListWrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 24px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.policyListWrap li:nth-child(odd) {
  border-left: 0;
}

.policyListWrap li a {
  position: relative;
  display: block;
  padding-left: 44px;
  line-height: 1.8;
}

.policyListWrap li b {
  position: static;
  display: inline;
  font-size: 15px;
}

.policyListWrap li b:before {
  position: absolute;
  top: -6px;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.policyListWrap li p {
  display: inline;
  padding-left: 8px;
  font-size: 15px;
  letter-spacing: -1px;
}

@media (max-width: 800px) {
  .policyListWrap h5 {
    font-size: 14px;
  }
  .policyListWrap li {
    padding: 14px 20px;
  }
}
@media (max-width: 767px) {
  .policyListWrap li {
    padding: 14px;
    border-left: 0px;
  }
  .policyListWrap li a {
    padding-left: 42px;
  }
  .policyListWrap li b {
    font-size: 14px;
  }
  .policyListWrap li b:before {
    top: -4px;
  }
  .policyListWrap li p {
    font-size: 14px;
  }
}
/* 20240605 end */
/* 20240711 start */
.step_list2_plus-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.step_list2_plus-contents {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px !important;
  width: 165px !important;
  margin-bottom: 20px;
  min-height: 224px !important;
}

.step_list2_plus-contents::before {
  top: 105% !important;
  right: -42px !important;
}

.step_list2_plus-title {
  height: 25px;
  background: #bbbbbb;
}

.step_list2_plus-text {
  padding: 10px 5px;
}

.step_list2_plus-sub-title {
  font-size: 15px !important;
  font-weight: 600 !important;
  text-align: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}

.step_list6_contents {
  height: 180px;
  width: 275px !important;
  top: 142px;
}

.step_list6_two-contents::before {
  top: 20% !important;
}

.step_list6_two-contents::after {
  content: "";
  display: block;
  position: absolute;
  right: -42px;
  top: 80%;
  width: 40px;
  height: 11px;
  margin-top: -5px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/step_arrow.gif) no-repeat 0 0;
}

@media screen and (max-width: 640px) {
  .step_list2_plus-container {
    display: block;
  }
  .step_list6_contents {
    width: calc(50% - 40px) !important;
    top: unset;
  }
  .step_list2_plus-contents {
    width: calc(50% - 40px) !important;
    height: 275px !important;
  }
  .step_list2_plus-media::before {
    top: 50% !important;
    background: url(/humanframe/_resource/incdlue/cmm_new/image/content/or_icon.png) no-repeat 0 0 !important;
    width: 32px !important;
    height: 14px !important;
  }
  .step_list2_plus-text {
    padding-left: 10px;
    padding-top: 30px;
  }
}
/* 20240711 end */
.giftcardSearch .atx-lkb {
  font-size: 15px;
  color: #3f5f9c;
}

.giftcardSearch .atx-lkb > span {
  vertical-align: middle;
  margin-right: 5px;
}

.giftcardSearch .atx-lkb > a {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  text-align: center;
  background: #1b83c2;
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  padding: 2px;
  border-radius: 2px;
}

.giftcardSearch .atx-lkb + .locationSearch {
  margin-top: 10px;
}

@media screen and (max-width: 450px) {
  .finance > .fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .finance > .fl > p {
    display: block;
    width: calc(50% - 5px);
    text-align: center;
    margin-bottom: 10px;
  }
}
.dmt_center.col2 li {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .dmt_center.col2 li {
    width: 100%;
    border-left: 0;
    padding: 20px 10px;
  }
  .dmt_center.col2 li + li {
    border-top: 1px solid #e4e4e4;
  }
}
.Health_center.col2 li {
  width: 50%;
}

.Health_center.col2 li .centerimg {
  max-width: 320px;
}

@media screen and (max-width: 600px) {
  .Health_center li {
    width: 100%;
    padding: 20px 10px;
  }
  .Health_center.col2 li {
    width: 100%;
  }
}
.n25-tit1 {
  margin: 40px 0 12px;
  font-size: 20px;
  color: #222;
  line-height: 24px;
  padding-left: 20px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/n25_tit_ic1.jpg) 0 4px no-repeat;
}

.cmm-city-bx {
  display: table;
  width: 100%;
}

.cmm-city-bx > .ph-bx {
  display: table-cell;
  vertical-align: top;
  width: 43%;
}

.cmm-city-bx > .tx-bx {
  display: table-cell;
  vertical-align: middle;
  padding: 0 3%;
}

.cmm-city-bx .pho {
  position: relative;
  margin-right: 8px;
  margin-bottom: 8px;
}

.cmm-city-bx .pho > img {
  width: 100%;
  -webkit-box-shadow: 8px 8px #ddd;
          box-shadow: 8px 8px #ddd;
}

.cmm-city-bx .pho > span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(43, 0, 226, 0.5);
  min-width: 94px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  padding: 5px 10px;
}

.cmm-city-bx .itx > dl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.cmm-city-bx .itx > dl > dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  width: 160px;
  padding: 8px 16px;
  line-height: 1;
}

.cmm-city-bx .itx > dl > dt > img {
  margin-right: 5px;
}

.cmm-city-bx .itx > dl > dt > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #222;
  line-height: 23px;
  font-weight: 600;
}

.cmm-city-bx .itx > dl > dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  color: #555;
  line-height: 23px;
  padding: 8px;
}

.cmm-city-bx .itx > dl.nl {
  border-bottom: none;
}

.cmm-city-bx .lk {
  color: #334edb;
}

.cmm-city-bx .lk:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/n25_lk_ic.jpg) 0 0 no-repeat;
  margin-top: 2px;
  margin-left: 6px;
}

.cmm-city-bx .b1 > li {
  padding-left: 10px;
  position: relative;
}

.cmm-city-bx .b1 > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 1px;
  background: #555;
}

.n25-tit2 {
  margin: 40px 0 12px;
  font-size: 17px;
  color: #222;
  line-height: 24px;
  padding-left: 17px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/bul_stitle.png) 0 7px no-repeat;
}

.list-ns1 > li {
  font-size: 15px;
  color: #555;
  line-height: 20px;
  padding-left: 15px;
  position: relative;
  word-break: keep-all;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/bul_dot.png) 2px 10px no-repeat;
}

.list-ns1 > li {
  margin-top: 8px;
}

.list-ns1 > li > ul {
  margin-left: 20px;
}

.list-ns1 > li > ul > li {
  padding-left: 10px;
  position: relative;
  margin-top: 4px;
}

.list-ns1 > li > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 1px;
  background: #555;
}

.his-nls > li {
  display: table;
  width: 100%;
  font-size: 15px;
  color: #555;
  line-height: 18px;
  padding: 0 0 8px 0;
  border-bottom: 1px dashed #ccc;
}

.his-nls > li + li {
  margin-top: 8px;
}

.his-nls > li > span {
  display: table-cell;
  vertical-align: top;
  width: 150px;
  font-weight: 600;
  color: #333;
}

.his-nls > li > p {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

@media screen and (max-width: 900px) {
  .cmm-city-bx > .ph-bx {
    display: block;
    width: auto;
    margin: 0 auto 20px;
  }
  .cmm-city-bx > .tx-bx {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .cmm-city-bx .itx > dl > dt {
    width: 120px;
    padding: 8px 10px;
  }
  .cmm-city-bx .itx.mwd2 > dl > dt {
    width: 142px;
  }
}
.n25-tit1 {
  font-size: 19px;
  color: #555;
}

.n25-tit2 {
  font-size: 16px;
  color: #555;
}

.his-nls > li > span {
  color: #555;
}

.cmm-city-bx .b1 > li {
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/cmm_city_blt.jpg) 0 11px no-repeat;
}

.cmm-city-bx .b1 > li:before {
  display: none;
}

.n25-tit2 {
  line-height: 1.667;
  margin-bottom: 10px;
}

.list-ns1 {
  font-size: 15px;
  margin-left: 5px;
}

.list-ns1 > li {
  line-height: 1.667;
}

.list-ns1 > li > ul {
  margin: 0;
}

.list-ns1 > li > ul > li {
  margin: 3px 0;
  padding-left: 10px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/bul_dash.png) 0 13px no-repeat;
}

.list-ns1 > li > ul > li:before {
  display: none;
}

.list-ns1 > li > ul > li > ul > li {
  margin: 3px 0;
  padding-left: 10px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/bul_sdot.png) 3px 11px no-repeat;
}

.list-ns1 li.nb {
  padding-left: 0;
  background: none;
}

.list-ns1 > ul {
  margin-left: 15px;
}

.list-ns1 > ul > li {
  margin: 3px 0;
  padding-left: 10px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/bul_dash.png) 0 13px no-repeat;
}

.list-ns1 ul > ul {
  margin-left: 10px;
}

.list-ns1 ul > ul > li {
  margin: 3px 0;
  padding-left: 10px;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/common/bul_sdot.png) 3px 11px no-repeat;
}

.bike_legend.nwic > li {
  background: 0 0 no-repeat;
}

.bike_legend.nwic > li.nl1 {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/legend_n1.png);
}

.bike_legend.nwic > li.nl2 {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/legend_n2.png);
}

.bike_legend.nwic > li.nl3 {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/legend_n3.png);
}

.bike_legend.nwic > li.nl4 {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/legend_n4.png);
}

.bike_legend.nwic > li.nl5 {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/legend_n5.png);
}

.bike_legend.nwic > li.nl6 {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/legend_n6.png);
}

.bike_legend.nwic > li.nl7 {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/legend_n7.png);
}

.bike_legend.nwic > li.nl8 {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/legend_n8.png);
}

.bike_legend.nwic > li.nl9 {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/legend_n9.png);
}

.bike_legend.nwic > li.nl10 {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/legend_n10.png);
}

.bike_legend.nwic > li.nl11 {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/legend_n11.png);
}

.bike_legend.nwic > li.nl12 {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/legend_n12.png);
}

.bike_legend.nwic > li.nl13 {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/legend_n13.png);
}

.bike_legend.nwic > li.nl14 {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/legend_n14.png);
}

.bike_legend.nwic > li.nl15 {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/legend_n15.png);
}

.bike_legend.nwic > li.nl16 {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/legend_n16.png);
}

.bike_legend.nwic > li.nl17 {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/legend_n17.png);
}

.bike_legend.nwic > li.nl18 {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/legend_n18.png);
}

.bike_legend.nwic > li.nl19 {
  background-image: url(/humanframe/_resource/incdlue/cmm_new/image/content/legend_n19.png);
}

@media screen and (max-width: 450px) {
  .bike_legend.nwic > li {
    width: 50%;
  }
}
.organDepth2.hpl {
  background-size: 2px 864px;
}

.organDepth3.col-4.hal:after {
  left: 50%;
  width: auto;
}

@media screen and (min-width: 481px) {
  .organList.hgt3 > li ul {
    height: 165px;
  }
}
@media screen and (max-width: 640px) {
  organDepth2.hpl {
    background-size: 2px 841px;
  }
}
@media screen and (max-width: 650px) {
  .login_wrap > ul > li:first-child div.top_box h3 {
    padding-bottom: 6px !important;
  }
  .login_wrap > ul > li div.top_box.non_member_login h3:after {
    display: none;
  }
}
.policy_Label.tcnp tbody td {
  padding: 0;
}

.policy_Label.tcnp tbody td .img_label {
  width: auto;
  height: 70px;
}

.p-lb-bx {
  display: block;
  position: relative;
  padding: 15px 8px;
}

.p-lb-bx > i {
  display: block;
}

.p-lb-bx > p {
  display: inline-block;
  border-bottom: 3px solid transparent;
}

.p-lb-hdn {
  display: none;
  position: absolute;
  left: -30px;
  right: -30px;
  top: 100%;
  margin-top: -6px;
  z-index: 1;
}

.p-lb-hdn {
  border-radius: 12px;
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
}

.p-lb-hdn > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  padding: 3px 15px;
  background: #1d87ca;
  border-radius: 12px 12px 0 0;
}

.p-lb-hdn > dd {
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #1d87ca;
  text-align: left;
  border-radius: 0 0 12px 12px;
  font-size: 14px;
  color: #222;
}

.p-lb-hdn > dd p {
  font-weight: 400;
  font-size: inherit;
  color: inherit;
}

.p-lb-hdn > dd > *:first-child {
  margin-top: 0;
}

.p-lb-hdn > dd > * + * {
  margin-top: 10px;
}

.p-lb-hdn > dd .lk {
  display: inline-block;
  font-weight: 800;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  padding: 4px 10px;
  background: #f5f5f5;
  border: 1px solid #d9e4f9;
  border-radius: 4px;
}

.p-lb-bx:hover > p, .p-lb-bx:focus > p {
  border-color: #1d87ca;
}

.p-lb-bx:hover .p-lb-hdn, .p-lb-bx:focus .p-lb-hdn {
  display: block;
}

@media (max-width: 1024px) {
  .p-lb-hdn {
    left: 0;
    right: -100%;
  }
  .policy_Label tbody td:nth-child(4n) .p-lb-hdn,
  .policy_Label tbody td:nth-child(4n-1) .p-lb-hdn {
    left: -100%;
    right: 0;
  }
}
@media (max-width: 767px) {
  .policy_Label tbody td:nth-child(4n) .p-lb-hdn,
  .policy_Label tbody td:nth-child(4n-1) .p-lb-hdn {
    left: 0;
    right: -100%;
  }
  .policy_Label tbody td:nth-child(2n) .p-lb-hdn {
    left: -100%;
    right: 0;
  }
}
.lgn-al-bx {
  text-align: center;
  padding: 20px;
  background: #eff9ff;
  border: 1px solid #8abce3;
  border-radius: 20px;
}

.lgn-al-bx .tx {
  font-weight: 600;
  font-size: 18px;
  color: #333;
  line-height: 26px;
  word-break: keep-all;
}

.lgn-al-bx .tx > span {
  display: inline-block;
}

.lgn-al-bx .tx .red {
  color: #d31d1d;
}

.lgn-al-bx .bt {
  margin-top: 10px;
}

.lgn-al-bx .bt > a {
  display: inline-block;
  width: 124px;
  text-align: center;
  background: #0065b3;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 7px;
  border-radius: 4px;
}

@media screen and (max-width: 600px) {
  .lgn-al-bx {
    padding: 10px;
  }
  .lgn-al-bx .tx {
    font-size: 14px;
    line-height: 20px;
  }
}
colgroup .first_tit {
  width: 160px !important;
}

#pageSearch {
  margin-bottom: 30px;
}

.boardWrap {
  margin: 5px 0;
}

.grecaptcha-badge {
  z-index: 100 !important;
}

.pageSearch, #pageSearch > p {
  overflow: hidden;
  margin: 0 0 0 0;
  text-align: center;
  padding: 20px 0;
}

.inputDate {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-right: 35px;
  vertical-align: middle;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}
.inputDate .btnCal {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  text-indent: -9999em;
  background: url(/humanframe/_resource/include/cmm_new/image/board/ico_sp.png) 0 -60px no-repeat;
}
.inputDate .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 0;
}
.inputDate input[type=text] {
  width: 90px;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  text-align: center;
  border: 0;
}

.pageCategory {
  overflow: hidden;
  margin-bottom: 10px;
  text-align: right;
}
.pageCategory label.tit {
  display: inline-block;
  margin-right: 6px;
  font-weight: 600;
  line-height: 32px;
  color: #333;
  vertical-align: middle;
}
.pageCategory p {
  line-height: 32px;
}
.pageCategory select {
  min-width: 80px;
  vertical-align: middle;
}
.pageCategory select + .btn {
  margin-left: 3px;
}

.pageSearch .field {
  overflow: hidden;
  position: relative;
  clear: both;
  text-align: left;
}
.pageSearch .field + .field, .pageSearch .field + .schForm {
  margin-top: 5px;
}
.pageSearch .fl {
  margin-left: 4px;
}
.pageSearch .item {
  display: inline-block;
  overflow: hidden;
  position: relative;
  clear: both;
  vertical-align: middle;
}
.pageSearch .item + .item {
  margin-top: 5px;
}
.pageSearch .schForm {
  display: inline-block;
  vertical-align: middle;
}
.pageSearch input[type=text] {
  width: 200px;
  padding: 0 5px;
}

.pagingWrap, .pageAbs, .pgeAbs {
  overflow: hidden;
  position: relative;
  min-height: 30px;
  margin-top: 20px;
  padding: 2px 0;
  text-align: center;
}

.paging img {
  vertical-align: top;
}

.paging span, .paging a {
  display: inline-block;
  padding: 0 10px;
  height: 27px;
  margin: 0 2px;
  line-height: 27px;
  text-align: center;
  vertical-align: top;
  border: 1px solid #ddd;
}

.paging .btn-paging {
  width: 27px;
  height: 27px;
  padding: 0;
}
.paging span.current {
  padding: 0 10px;
  height: 29px;
  line-height: 29px;
  font-weight: 600;
  color: #fff;
  border: none;
}

.paging a:hover, .paging a:focus, .paging a:active {
  background-color: #f5f5f5;
}

.paging .btn-paging {
  width: 27px;
  height: 27px;
  line-height: 27px;
  border: 1px solid #ddd;
  background: url(/humanframe/_resource/include/cmm_new/image/board/arr_sp.png) 0 0 no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.paging .btn-paging.first {
  background-position: 0 0;
}
.paging .btn-paging.last {
  background-position: 0 -75px;
}
.paging .btn-paging.next {
  margin-left: 5px;
  background-position: 0 -50px;
}
.paging .btn-paging.prev {
  margin-right: 5px;
  background-position: 0 -25px;
}

.pagingWrap .btn {
  display: block;
  margin-top: 30px;
}

.pagingWrap + form #pageSearch, .pagingWrap ~ #pageSearch {
  margin-top: 30px;
}

.boardSearchForm {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 20px 20px 20px 10px;
  border: 1px solid #e4e4e4;
  background-color: #f3f4f8;
}
.boardSearchForm .item {
  display: block;
  float: left;
  position: relative;
  width: 50%;
  margin-bottom: 10px;
  padding-left: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.boardSearchForm .item .tit {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  font-weight: bold;
  line-height: 32px;
}

.boardSearchForm .item .tit + select, .boardSearchForm .field .item .tit + input[type=text] {
  display: block;
}

.boardFilter {
  overflow: hidden;
  position: relative;
  min-height: 34px;
  margin-top: 20px;
  padding-bottom: 5px;
  border: 1px solid #e4e4e4;
  background-color: #f3f4f8;
}
.boardFilter .btn {
  display: inline-block;
  height: 25px;
  padding: 0 5px 0 22px;
  font-size: 14px;
  line-height: 25px;
  color: #555;
  border-radius: 3px;
  border: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-position: 5px 50%;
}
.boardFilter .count {
  float: left;
  font-size: 16px;
  line-height: 34px;
  background-position: 0 50%;
}
.boardFilter .sort {
  float: right;
}
.boardFilter .sort > a {
  display: inline-block;
  margin-left: 10px;
  padding-left: 11px;
  line-height: 34px;
  word-break: keep-all;
  background: url(/humanframe/_resource/include/cmm_new/image/board/line_divide.png) 0 50% no-repeat;
}
.boardFilter .sort > a.on {
  font-weight: 600;
  text-decoration: underline;
}
.boardFilter .sort > a:first-child {
  margin-left: 0;
  padding-left: 0;
  background: none;
}
.boardFilter .sort select {
  display: inline-block;
  margin-right: 2px;
  border: 1px solid #dcdcdc;
}

.boardSearchForm .btnArea {
  margin-top: 15px;
  padding-top: 15px;
  text-align: center;
  border-top: 1px dotted #e4e4e4;
}
.boardSearchForm .btnArea a {
  min-width: 120px;
  line-height: 24px;
  border-radius: 4px;
}
.boardSearchForm .inputDateGroup {
  float: left;
  margin: 3px 8px 3px 0;
}
.boardSearchForm .inputDateGroup .inputDate input[type=text] {
  min-width: 117px;
}
.boardSearchForm .item .schForm {
  position: relative;
  padding-left: 105px;
}
.boardSearchForm .item .schForm input.schKwd {
  width: 100%;
}
.boardSearchForm .item .schForm select.schSel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}
.boardSearchForm .item.keywordForm {
  float: none;
  clear: both;
  width: 100%;
  padding-right: 0;
}

.emptyNote {
  width: 100% !important;
  padding: 10px 0 !important;
  text-align: center;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.board-list, .bd00 {
  table-layout: fixed;
  border-top: 2px solid #666;
  border-bottom: 1px solid #ddd;
  empty-cells: show;
}

.board-list th, .board-list td, .bd00 th, .bd00 td {
  padding: 10px 3px;
  text-align: center;
  border-top: 1px solid #ddd;
  word-break: break-all;
}

.board-list thead th, .bd00 thead th {
  font-weight: bold;
}

.board-list thead tr:first-child th, .bd00 thead tr:first-child th, .board-list colgroup + tbody tr:first-child th, .board-list colgroup + tbody tr:first-child td {
  border-top: 0;
}

.board-list thead + tbody tr:first-child td, .bd00 thead + tbody tr:first-child td {
  border-top: 1px solid #666;
}

.board-list td.title, .board-list td.ta_l, .bd00 td.title, .bd00 td.ta_l {
  padding: 10px 5px;
  text-align: left;
}

.board-list td.title.resi {
  padding-left: 20px;
}

.board-list td.title a, .bd00 td.title a {
  display: inline-block;
  overflow: hidden;
  max-width: 90%;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-list td.title a:hover, .board-list td.title a:focus, .bd00 td.title a:hover, .bd00 td.title a:focus {
  text-decoration: underline;
}

.board-list td.title img, .board-list td.title b, .bd00 td.title img, .bd00 td.title b {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.board-list td.sort, .bd00 td.sort {
  padding: 10px 5px;
  text-align: left;
  color: #006aaa;
}

.board-list td.chkCell, .bd00 td.chkCell {
  padding: 5px 8px;
  background-color: #f4f4f4;
}

.board-list .ico_new {
  display: inline-block;
  padding: 2px 8px 3px;
  background-color: #f25803;
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
  line-height: 1;
}
.board-list .ico_noti {
  display: inline-block;
  padding: 2px 8px 3px;
  background-color: #3f5f9c;
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
  line-height: 1;
}
.board-list td.emptyNote {
  border-bottom: 0;
}

.board-list1, .bd00 {
  table-layout: fixed;
  border-top: 2px solid #666;
  border-bottom: 1px solid #ddd;
  empty-cells: show;
}

.board-list1 th, .board-list1 td, .bd00 th, .bd00 td {
  padding: 10px 3px;
  text-align: center;
  border-top: 1px solid #ddd;
  word-break: break-all;
}

.board-list1 thead th, .bd00 thead th {
  font-weight: bold;
}

.board-list1 thead tr:first-child th, .bd00 thead tr:first-child th, .board-list1 colgroup + tbody tr:first-child th, .board-list1 colgroup + tbody tr:first-child td {
  border-top: 0;
}

.board-list1 thead + tbody tr:first-child td, .bd00 thead + tbody tr:first-child td {
  border-top: 1px solid #666;
}

.board-list1 td.title, .board-list td.ta_l, .bd00 td.title, .bd00 td.ta_l {
  padding: 10px 5px;
  text-align: left;
}

.board-list1 td.title a, .bd00 td.title a {
  display: inline-block;
  overflow: hidden;
  max-width: 90%;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-list1 td.title a:hover, .board-list1 td.title a:focus, .bd00 td.title a:hover, .bd00 td.title a:focus {
  text-decoration: underline;
}

.board-list1 td.title img, .board-list1 td.title b, .bd00 td.title img, .bd00 td.title b {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.board-list1 td.sort, .bd00 td.sort {
  padding: 10px 5px;
  text-align: left;
  color: #006aaa;
}

.board-list1 td.chkCell, .bd00 td.chkCell {
  padding: 5px 8px;
  background-color: #f4f4f4;
}

.board-list1 td.emptyNote {
  border-bottom: 0;
}

.readonly {
  background-color: #f8f8f8;
}

span.essential {
  padding: 0 2px;
  font-weight: bold;
  color: #eb6100;
}

.articleDetailCore {
  margin: 20px 0;
}

.articleDetailInfo {
  padding: 20px;
  border: 2px solid #e4e4e4;
}
.articleDetailInfo .cate {
  color: #888;
}
.articleDetailInfo .info li {
  margin: 0;
}
.articleDetailInfo .title {
  margin: 5px 0 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  color: #222;
}

.board-view td .down:hover {
  text-decoration: underline;
}
.board-view td.emptyNote {
  text-align: center;
}

.boardWrap + .prevNext {
  margin-top: 30px;
}

.content_img_none img {
  display: none !important;
}

.inpFullBtn {
  position: relative;
  padding-right: 80px;
}
.inpFullBtn .btn a {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 70px;
  margin: 0;
  padding: 0;
  line-height: 32px;
}

.mulga_box {
  min-height: 140px;
  background: #f3f4f8 url("/humanframe/_resource/include/cmm_new/image/content/img_thumb_sn.png") no-repeat center center;
}

.privacyAgree {
  overflow: auto;
  max-height: 300px;
  margin: 30px 0 8px;
  padding: 15px;
  line-height: 1.8;
  border: 1px solid #e4e4e4;
  background-color: #f8f8f8;
}
.privacyAgree h4 {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1;
  color: #333;
}
.privacyAgree li ol {
  margin-left: 10px;
}
.privacyAgree ol li {
  margin-top: 3px;
}

dl.prevNext {
  overflow: hidden;
  position: relative;
  padding-left: 100px;
  border-top: 2px solid #666;
}

dl.prevNext dt.prev, .prevNext dt.prev + dd.listx {
  border-bottom: 1px solid #c9c9c9;
}

dl.prevNext dt, .prevNext dd {
  padding: 10px 20px;
}

.commentWrite {
  position: relative;
  margin: 30px 0;
  padding: 15px 20px 20px;
  border: 1px solid #e4e4e4;
  background-color: #f3f4f8;
}
.commentWrite .byte {
  float: right;
}
.commentWrite .tit {
  float: left;
  font-size: 17px;
}
.commentWrite .txtarea {
  position: relative;
  padding: 0 65px;
}
.commentWrite .txtarea .btnSave {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.commentWrite .txtarea .logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px;
  line-height: 0;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-transform: none;
          transform: none;
}
.commentWrite .txtarea .logo img {
  height: auto;
}
.commentWrite .txtarea textarea {
  width: 100%;
  height: 60px;
  padding: 5px;
  vertical-align: top;
}

.prevNext a:hover, .prevNext a:focus {
  text-decoration: underline;
}

dl.prevNext dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
dl.prevNext dt {
  position: absolute;
  left: 0;
  width: 100px;
  padding: 10px 0;
  color: #555;
  text-align: center;
  background-color: #f3f4f8;
}

table.prevNext {
  border-top: 2px solid #666;
}
table.prevNext dt, table.prevNext dd {
  padding: 10px 20px;
  border-bottom: 1px solid #e4e4e4;
}
table.prevNext th {
  width: 60px;
  font-weight: bold;
  background-color: #f3f4f8;
}

.commentWrite .txtarea .btnSave a, #repInput {
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  word-break: break-all;
  background-color: #3f5f9c;
}

.commentWrite .snsSection {
  float: left;
  margin-left: 10px;
}

.commentWrite .snsSection .member, .snsRWrap .snsLogBtn a {
  display: inline-block;
  overflow: hidden;
  width: 35px;
  height: 35px;
  text-indent: -999em;
  background-image: url(/humanframe/_resource/include/cmm_new/image/common/ico_sp.png);
  background-repeat: no-repeat;
}

.commentWrite .snsSection a.member.city, .snsRWrap #logSn.on {
  background-position: 0 -80px;
}

.commentWrite .snsSection a.member.twitter, .snsRWrap #logTw.on {
  background-position: -40px -80px;
}

.commentWrite .snsSection a.member.facebook, .snsRWrap #logFb.on {
  background-position: -80px -80px;
}

.commentWrite .snsSection span.member.city, .snsRWrap #logSn {
  background-position: -120px -80px;
}

.commentWrite .snsSection span.member.twitter, .snsRWrap #logTw {
  background-position: -160px -80px;
}

.commentWrite .snsSection span.member.facebook, .snsRWrap #logFb {
  background-position: -200px -80px;
}

.commentList {
  margin-top: 5px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.commentList li {
  overflow: hidden;
  position: relative;
  min-height: 20px;
  padding: 10px 0;
  border-top: 1px solid #e4e4e4;
}
.commentList li .btnArea {
  position: absolute;
  top: 10px;
  right: 10px;
}
.commentList li .btnArea .del {
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #6a83b5 url(/humanframe/_resource/include/cmm_new/image/common/ico_sp.png) -11px 4px no-repeat;
  background-size: 200px auto;
}
.commentList li .btnArea .edit {
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #3f5f9c url(/humanframe/_resource/include/cmm_new/image/common/ico_sp.png) -79px 4px no-repeat;
  background-size: 200px auto;
}
.commentList li .comment {
  margin-top: 5px;
}
.commentList li .date {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}
.commentList li .date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 10px;
  margin-top: -4px;
  background-color: #e4e4e4;
}
.commentList li .name {
  display: inline-block;
  font-weight: 600;
}
.commentList li .snsPhoto {
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 0;
}
.commentList li .snsPhoto ~ .userInfo {
  margin-left: 30px;
}
.commentList li .userInfo {
  margin: 0 30px 5px 0;
  line-height: 20px;
}
.commentList li.lock {
  padding: 10px;
  padding-left: 30px;
  color: #888;
  background: url(/humanframe/_resource/include/cmm_new/image/board/ico_lock.png) 10px 50% no-repeat;
}
.commentList li.noComment {
  color: #999;
  text-align: center;
}
.commentList li:after {
  content: "";
  display: block;
  clear: both;
}
.commentList li:first-child {
  border-top: 0;
}

.commentWrite .btnLogout {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 2px 10px;
  color: #fff;
  vertical-align: middle;
  border-radius: 2px;
  background-color: #666;
}

.snsRWrap {
  border: 1px solid #cdcdcd;
  background: #f3f3f3;
  padding: 15px;
  display: block;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
.snsRWrap #logTw {
  background: url(/include/cmm/image/snsRe/ico_tw_off.png) 0 0 no-repeat;
}
.snsRWrap .snsLogBtn {
  float: left;
}
.snsRWrap .snsLogBtn .snsReTitle {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-right: 10px;
  float: left;
}
.snsRWrap .snsLogBtn a {
  display: block;
  overflow: hidden;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  float: left;
}
.snsRWrap .snsLogin {
  overflow: hidden;
}

.snsRWrap #logTw:hover, .snsRWrap #logTw:focus, .snsRWrap #logTw.on {
  background: url(/include/cmm/image/snsRe/ico_tw_on.png) 0 0 no-repeat;
}

.snsRWrap #logFb {
  background: url(/include/cmm/image/snsRe/ico_fb_off.png) 0 0 no-repeat;
}

.snsRWrap #logFb:hover, .snsRWrap #logFb:focus, .snsRWrap #logFb.on {
  background: url(/include/cmm/image/snsRe/ico_fb_on.png) 0 0 no-repeat;
}

.snsRWrap #logSn {
  background: url(/include/cmm/image/snsRe/ico_log_off.png) 0 0 no-repeat;
}

.snsRWrap #logSn:hover, .snsRWrap #logSn:focus, .snsRWrap #logSn.on {
  background: url(/include/cmm/image/snsRe/ico_log_on.png) 0 0 no-repeat;
}

.calHead {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  padding: 15px;
}
.calHead .today {
  position: absolute;
  top: 15px;
  right: 15px;
}
.calHead .today a {
  min-width: auto;
  padding: 4px 10px;
  font-size: 17px;
}

.calMonth {
  line-height: 30px;
  text-align: center;
}
.calMonth .month {
  margin: 0 10px;
  font-size: 24px;
  color: #575757;
  vertical-align: top;
}
.calMonth a {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-top: 1px;
  vertical-align: top;
  border: 1px solid #ddd;
  background: #fff url(/humanframe/_resource/include/cmm_new/image/board/arr_sp.png) 0 0 no-repeat;
}
.calMonth a.next {
  background-position: 0 -50px;
}
.calMonth a.prev {
  background-position: 0 -25px;
}

.calMonth.inlineblock {
  display: inline-block;
}

.calWrap {
  position: relative;
}
.calWrap .example {
  margin: 7px 0;
  line-height: 20px;
  text-align: right;
}
.calWrap .example img ~ img {
  margin-left: 10px;
}

.calendar {
  table-layout: fixed;
  width: 100%;
  min-width: 650px;
  border-collapse: separate;
  border-spacing: 0px;
  border-right: 1px solid #e2e2e2;
  empty-cells: show;
}
.calendar p {
  margin-top: 4px;
  font-size: 14px;
  line-height: 19px;
  vertical-align: top;
}
.calendar td {
  width: 14.2857142857%;
  height: 80px;
  padding: 3px 8px 15px;
  vertical-align: top;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  empty-cells: show;
}
.calendar td .day {
  display: block;
  font-size: 17px;
  text-align: left;
}
.calendar td .day .today {
  font-size: 14px;
  color: #777;
  margin-left: 20px;
}
.calendar td > div {
  position: relative;
  width: 100%;
  text-align: center;
}
.calendar td.sun, .calendar td.sat {
  color: #e21548;
}
.calendar thead th {
  width: 14.2857142857%;
  font-size: 16px;
  line-height: 44px;
  color: #000;
  border-top: 2px solid #666;
  border-left: 1px solid #e2e2e2;
  border-bottom: 1px solid #666;
}
.calendar thead th:first-child {
  border-left: 1px solid #e2e2e2;
}

.snsRWrap .snsLogout {
  float: right;
}

.snsReList .icoDel {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/include/cmm/image/snsRe/ico_del.png) 50% 50% no-repeat;
  margin-left: 10px;
}
.snsReList .likeBtn {
  float: right;
  margin: 20px 0 0 0;
  overflow: hidden;
}
.snsReList .likeBtn .liked {
  display: block;
  float: left;
  background: url(/include/cmm/image/snsRe/bg_like.png) 0 0 no-repeat;
  line-height: 22px;
  width: 20px;
  padding-left: 25px;
  padding-right: 5px;
  text-align: right;
}
.snsReList .likeBtn .unliked {
  display: block;
  float: left;
  background: url(/include/cmm/image/snsRe/bg_like.png) -50px 0 no-repeat;
  line-height: 22px;
  width: 20px;
  padding-left: 25px;
  padding-right: 5px;
  text-align: right;
}
.snsReList .userPP {
  font-weight: bold;
  color: #333;
  background: url(/include/cmm/image/snsRe/bg_slit.gif) 100% 50% no-repeat;
  padding-right: 15px;
  margin-right: 15px;
  display: inline-block;
}
.snsReList .userPP img {
  margin-right: 5px;
}
.snsReList > li {
  overflow: hidden;
  display: block;
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
.snsReList > li .snsProPho {
  float: left;
  margin-right: 15px;
  border: 1px solid #ccc;
}
.snsReList > li .snsReply {
  float: left;
  width: 520px;
}
.snsReList > li .snsReply .userName img {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
}

.snsReplyInput {
  margin-top: 15px;
  overflow: hidden;
  display: block;
  position: relative;
}
.snsReplyInput #repInput {
  display: block;
  background: url(/include/cmm/image/snsRe/bg_reply.png) 0 0 repeat-x;
  line-height: 57px;
  color: #fff;
  text-align: center;
  border: 1px solid #1371b8;
  font-weight: bold;
}
.snsReplyInput .Profilethumb {
  border: 1px solid #ccc;
  padding: 1px;
  float: left;
  margin-right: 10px;
}
.snsReplyInput .Profilethumb img {
  width: 57px;
  height: 57px;
}
.snsReplyInput .snsRepArea {
  width: 520px;
  float: left;
  margin-right: 10px;
}
.snsReplyInput .snsRepArea .txtSnsRe {
  width: 100%;
  height: 57px;
}
.snsReplyInput .snsRepConf {
  float: right;
  overflow: hidden;
  width: 94px;
  height: 59px;
}

.thumb-list {
  overflow: hidden;
  padding: 30px 20px;
  background-color: #f5f9fc;
}
.thumb-list .thumb {
  display: inline-block;
  margin: 0 auto 10px;
}
.thumb-list .thumb .cover {
  display: inline-block;
  max-width: 150px;
  height: 198px;
  padding-top: 4px;
  background: #f2f2f2 url(/humanframe/_resource/include/cmm_new/image/common/bg_book.png) 0 0 no-repeat;
  background-size: 100% 4px;
}
.thumb-list .thumb img {
  display: block;
  max-width: 100%;
  height: 100%;
  border: 1px solid #e1e1e1;
}
.thumb-list .thumbBox {
  background: url(/humanframe/_resource/include/cmm_new/image/common/bg_book_bar.png) 50% 203px no-repeat;
}
.thumb-list .tit {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  color: #333;
}
.thumb-list .txt {
  font-size: 14px;
}
.thumb-list > li {
  float: left;
  width: 25%;
  margin-bottom: 20px;
  text-align: center;
}
.thumb-list > li:nth-of-type(4n+1) .thumbBox {
  background-position: 0 203px;
}
.thumb-list > li:nth-of-type(4n+4) .thumbBox {
  background-position: 100% 203px;
}
.thumb-list .tit, .thumb-list .txt {
  overflow: hidden;
  max-width: 150px;
  margin: 0 7px;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}

.calendar p > a:hover, .calendar p > a:focus {
  text-decoration: underline;
}

.calendar .time {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.calendar .time > a {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}
.calendar .time p, .calendar .time > a {
  line-height: 1;
  vertical-align: top;
  cursor: pointer;
}
.calendar .time p img {
  display: inline-block;
  vertical-align: baseline;
}
.calendar p img {
  vertical-align: top;
}
.calendar td span.end {
  color: #aaa;
}
.calendar td span.ing {
  display: block;
}
.calendar td span.ing a {
  display: inline-block;
  padding: 0 8px;
  background-color: #fff;
  border: 1px solid #09f;
  color: #09f;
  border-radius: 5px;
}
.calendar td span.ing a:hover {
  border: 1px solid #09f;
  background-color: #09f;
  color: #fff;
}
.calendar td span.ing:hover {
  text-decoration: underline;
}
.calendar td.today {
  background-color: #f1f1f1;
}
.calendar td.today span.today {
  background-color: #3f5f9c;
  display: inline-block;
  padding: 1px 10px;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
}
.calendar td.today span.today ~ span.ing {
  margin-top: 5px;
}

.legalCal .calHead {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 14px;
  background: url("/humanframe/_resource/include/cmm_new/image/common/bg_pattern.png");
}
.legalCal .calHead .calInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 30px;
  background-color: #fff;
}
.legalCal .calHead .calInner.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.legalCal .calInner .example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.legalCalWrap .calWrap {
  position: relative;
  width: 100%;
}
.legalCalWrap .calWrap + .descBox {
  margin-top: 40px;
}

.legalCal .calInner .example span, .calWrap .example span {
  position: relative;
  padding-left: 25px;
  font-size: 1.059em;
  color: #888;
  line-height: 1.2;
  white-space: nowrap;
}

.legalCal .calInner .example span + span, .calWrap .example span + span {
  margin-left: 15px;
}

.calendarType1 {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  empty-cells: show;
  border-top: 2px solid #444;
  border-left: 1px solid #e2e2e2;
}
.calendarType1 th, .calendarType1 td {
  width: 14.2857142857%;
  font-weight: normal;
  font-size: 1.176em;
  color: #444;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.calendarType1 td {
  height: 150px;
  padding: 8px;
  vertical-align: top;
  empty-cells: show;
}
.calendarType1 td .day {
  display: block;
}
.calendarType1 td > span {
  display: block;
}
.calendarType1 td.sat {
  color: #4065ab;
}
.calendarType1 td.sun {
  color: red;
}
.calendarType1 thead th {
  height: 60px;
  font-weight: 700;
  border-bottom-color: #666;
}

.legalCal .calInner .selLib {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.legalCal .calInner .selLib .btn {
  min-width: 80px;
  margin-left: 8px;
  border-radius: 0;
}
.legalCal .calInner .selLib select {
  width: 210px;
}
.legalCal .calMonth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.legalCal .calMonth .month {
  margin: 0 10px;
  padding-bottom: 2px;
  font-size: 1.765em;
  color: #222;
  font-weight: 700;
  line-height: 1;
}
.legalCal .calMonth .todayBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 56px;
  margin-left: 15px;
  padding-bottom: 2px;
  font-size: 1.059em;
  text-align: center;
  border: 1px solid #ddd;
  background: #fff;
}
.legalCal .calMonth a {
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  background: url("/humanframe/_resource/include/cmm_new/image/board/arr_calPrev.png") 50% 50% no-repeat;
  border-radius: 3px;
  background-position: 50% 50% !important;
}
.legalCal .calMonth a.next {
  background-image: url("/humanframe/_resource/include/cmm_new/image/board/arr_calNext.png");
  background-position: 50% 50% !important;
}

.calendarType1 td.choice, .calendarType1 td.today {
  background-color: #ebf1ff;
}

.calendarType1 .today {
  height: 17px;
  margin-left: 5px;
  margin-top: 1px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  border-radius: 18px;
  background-color: #4065ab;
}
.calendarType1 .today .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4065ab;
}
.calendarType1 .today.off {
  background-color: #fff;
}
.calendarType1 td.end {
  cursor: default;
}

.calendarType1 td.end p, .calendarType1 td .tB00 span {
  margin-top: 1px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  background-color: #acacac !important;
  padding: 3px 0;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  margin-top: 6px;
}

.calInfoWrap .infoDate .infoView {
  text-align: center;
  background-color: #e3ebfa;
  padding: 16.5px 0;
  border-radius: 5px;
}
.calInfoWrap .infoDate .infoView span {
  display: block;
  line-height: 1;
}
.calInfoWrap .infoDate .infoView span.date {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.calInfoWrap .infoDate .infoView span.time {
  font-size: 24px;
  color: #4065ab;
  font-weight: 700;
}
.calInfoWrap .infoTime .timeList {
  margin-left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.calInfoWrap .infoTime .timeList li {
  width: calc(50% - 20px);
  margin-left: 20px;
}
.calInfoWrap .infoTime .timeList li .rdoBtn {
  width: 100%;
  display: block;
}
.calInfoWrap .infoTime .timeList li .rdoBtn e, .calInfoWrap .infoTime .timeList li .rdoBtn e {
  border: 1px solid #3f5f9c !important;
  color: #fff !important;
  background-color: #3f5f9c !important;
}
.calInfoWrap .infoTime .timeList li .rdoBtn input[disabled] + label {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  color: #bbb;
  cursor: default;
}
.calInfoWrap .infoTime .timeList li .rdoBtn label {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 6px 0;
  font-size: 18px;
}
.calInfoWrap .infoTime .timeList li:nth-child(n+3) {
  margin-top: 10px;
}
.calInfoWrap .infoTime p.tit, .calInfoWrap .infoTime p.tit {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.calInfoWrap.tableType .infoDate .infoView {
  background-color: #fff;
  border: 1px solid #ddd;
}
.calInfoWrap.tableType .infoDate .infoView.btnType {
  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;
  padding: 15px 30px;
}
.calInfoWrap.tableType .infoDate .infoView.btnType span {
  display: inline-block;
}
.calInfoWrap.tableType .infoDate .infoView.btnType span.time {
  font-size: 16px;
}
.calInfoWrap.tableType .infoDate .infoView.btnType span.tit {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.calInfoWrap.tableType .infoTime .timeList {
  margin-left: 0;
  border-radius: 7px;
  overflow: hidden;
  margin-left: -5px;
}
.calInfoWrap.tableType .infoTime .timeList li {
  width: calc(14.285% - 10px);
  margin-left: 0;
  margin: 5px;
}
.calInfoWrap.tableType .infoTime .timeList li .rdoBtn label:focus, .calInfoWrap.tableType .infoTime .timeList li .rdoBtn input[type=radio]:checked + label {
  background-color: #4065ab !important;
  border-bottom: 0 !important;
  color: #fff !important;
}
.calInfoWrap.tableType .infoTime .timeList li .rdoBtn input[disabled] + label {
  color: #999;
}

.calendar .tooltip {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 999;
  width: 200px;
  margin-left: -100px;
  padding: 12px;
  text-align: left;
  border: 2px solid #24394a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0 9px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 9px 15px rgba(0, 0, 0, 0.2);
}
.calendar .tooltip span, .calendar .tooltip strong {
  display: block;
  vertical-align: top;
  line-height: 20px;
}
.calendar .tooltip span {
  font-size: 14px;
}
.calendar .tooltip strong {
  font-size: 15px;
  color: #111;
}
.calendar .tooltip::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 12px;
  height: 8px;
  margin-left: -6px;
  background: url(/humanframe/_resource/include/cmm_new/image/rent/tooltip_arrow.png) no-repeat;
}
.calendar td:first-child .tooltip {
  margin-left: -60px;
}
.calendar td:first-child .tooltip::after {
  margin-left: -40px;
}
.calendar td:last-child .tooltip {
  margin-left: -140px;
}
.calendar td:last-child .tooltip::after {
  margin-left: 40px;
}

.calendarType1 td .pin {
  position: relative;
  padding-left: 23px;
  padding-bottom: 1px;
  font-size: 0.8em;
  color: #666;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
}
.calendarType1 td .reserveBnt {
  margin-top: 1px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  background-color: #ff6c00 !important;
  padding: 3px 0;
  border-radius: 3px;
  width: 100%;
}
.calendarType1 td .tB00 span {
  margin-top: 4px;
}
.calendarType1 td p + p {
  margin-top: 2px;
}
.calendarType1 td p a:hover {
  text-decoration: underline;
}

.calendarWrap_add .calendar {
  min-width: auto;
}
.calendarWrap_add .calendar td > a {
  position: relative;
}
.calendarWrap_add .calendar td > a p.icon {
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(/include/image/board/example_reserve_y.gif) no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  text-indent: -9999px;
}

.calmbox {
  display: none;
}

.faqList .a .ico {
  background-color: #cfd7e6;
  background-position: 4px -120px;
}
.faqList .ico {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 33px;
  height: 33px;
  margin-top: -17px;
  line-height: 33px;
  color: #fff;
  border-radius: 25px;
  background: #888 url(/humanframe/_resource/include/cmm_new/image/board/ico_sp.png) 0 0 no-repeat;
}
.faqList .q .ico {
  background-position: 4px -96px;
}
.faqList > li {
  margin: 10px 0;
  border: 1px solid #e4e4e4;
}
.faqList > li > div {
  position: relative;
  padding: 14px 20px 14px 55px;
}
.faqList div.a {
  border-top: 1px solid #ddd;
  background-color: #f3f4f8;
}
.faqList div.q {
  padding-right: 33px;
  background-color: #fff;
}
.faqList div.q.open::after {
  background-position: 100% -400px;
}
.faqList div.q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 10px;
  margin-top: -5px;
  background: url(/humanframe/_resource/include/cmm_new/image/board/arr_sp.png) 100% -370px no-repeat;
}

.legalCalWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.legalCalWrap .calInfoWrap {
  width: 27%;
}
.legalCalWrap .calInfoWrap .noDate {
  color: #333;
  font-weight: bold;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}
.legalCalWrap .calInfoWrap.full {
  width: 100%;
  margin-top: 30px;
}
.legalCalWrap .calWrap {
  width: calc(73% - 25px);
}
.legalCalWrap .calWrap .calendarType1 td {
  height: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.legalCalWrap .calWrap.full {
  width: 100%;
}

.rent_Process {
  overflow: hidden;
  margin-bottom: 20px;
}
.rent_Process li {
  position: relative;
  float: left;
  width: 360px;
  padding: 10px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 15px;
}
.rent_Process li.on {
  border-top: 2px solid #055292;
  border-bottom: 2px solid #055292;
  color: #055292;
  font-weight: 600;
}
.rent_Process li.on::before {
  color: #055292;
  font-weight: 600;
}
.rent_Process li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 12px;
  background: url(/humanframe/_resource/include/cmm_new/image/rent/rent_Process_arrow.png) no-repeat;
  margin-right: -8px;
  margin-top: -6px;
}
.rent_Process li::before {
  content: "";
  margin-right: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #666;
}
.rent_Process li:last-child::after {
  display: none;
}
.rent_Process li:nth-child(1)::before {
  content: "01";
}
.rent_Process li:nth-child(2)::before {
  content: "02";
}
.rent_Process li:nth-child(3)::before {
  content: "03";
}

.rent_Search {
  overflow: hidden;
  margin-bottom: 10px;
}
.rent_Search > li {
  position: relative;
  float: left;
  width: 288px;
  margin-left: 8px;
}
.rent_Search > li > ul {
  height: 220px;
  line-height: 28px;
  overflow-y: auto;
  padding: 0;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.rent_Search > li > ul > li {
  padding: 0 13px;
}
.rent_Search > li > ul > li a {
  display: block;
  width: 100%;
  text-align: left;
}
.rent_Search > li > ul > li.on {
  background-color: #f1f3f7;
  color: #3f5f9c;
}
.rent_Search > li > ul > li.tit {
  line-height: 50px;
  font-size: 17px;
  font-weight: 600;
  color: #055292;
}
.rent_Search > li:first-child {
  margin-left: 0;
}

.rent_Search.rent_Search_box2 > li {
  width: calc(50% - 4px);
}

.rent_Search_wrap {
  margin-bottom: 20px;
}

.rent_Search_wrap_m {
  display: none;
}

.rent_btn {
  overflow: hidden;
  background: #f6f8fb;
  padding: 20px;
}
.rent_btn span {
  float: right;
}
.rent_btn span a {
  background-color: #3f619a !important;
  border: 1px solid #274e90;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px 30px;
  font-size: 17px;
  font-weight: 600;
}
.rent_btn strong {
  float: left;
  margin-top: 6px;
}
.rent_btn strong p {
  position: relative;
  display: inline-block;
  background: #fff;
  color: #3f5f9c;
  border: 1px solid #d7dae3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 3px 15px;
  margin-left: 15px;
}
.rent_btn strong p::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -13px;
  width: 6px;
  height: 9px;
  background: url(/humanframe/_resource/include/cmm_new/image/rent/rent_btn_arrow.png) no-repeat;
}
.rent_btn strong p:first-child {
  margin-left: 0;
}
.rent_btn strong p:first-child::before {
  display: none;
}

.rent_detail {
  display: table;
}
.rent_detail .rent_img {
  display: table-cell;
  vertical-align: middle;
  width: 402px;
  padding-right: 20px;
}
.rent_detail .rent_txt {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 402px);
}

.rent_txt .rent_address {
  padding-left: 23px;
  background: url(/humanframe/_resource/include/cmm_new/image/rent/rent_ico_address.png) no-repeat left 2px center;
}
.rent_txt .rent_seat {
  padding-left: 23px;
  background: url(/humanframe/_resource/include/cmm_new/image/rent/rent_ico_seat.png) no-repeat left center;
  margin-bottom: 10px;
}
.rent_txt .rent_title {
  margin-bottom: 10px;
  font-size: 22px;
  color: #333;
}

.result_btn {
  text-align: center;
  color: #fff;
  font-size: 11px !important;
}

.result_n {
  background-color: #868686;
}

.result_y {
  background-color: #3f5f9c;
}

.state {
  position: relative;
}
.state .reason {
  display: none;
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 999;
  width: 140px;
  margin-left: -80px;
  padding: 7px;
  border: 2px solid #24394a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0 9px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 9px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  font-size: 14px;
  color: #333;
}
.state .reason::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 12px;
  height: 8px;
  margin-left: -6px;
  background: url(/humanframe/_resource/include/cmm_new/image/rent/tooltip_arrow.png) no-repeat;
}

.state:hover .reason {
  display: block;
}

.tbl, .bd01, .tbl, .bd02, .cntTbl, .tbl03 {
  position: relative;
  border-top: 2px solid #555;
  border-right: 1px solid #ddd;
  background-color: #fff;
}

.tbl.tbl_fixed {
  table-layout: fixed;
}
.tbl.tbl_fixed thead tr {
  width: 100%;
}

.tbl .caption, .bd01 .caption, .tbl .caption, .bd02 .caption, .cntTbl .caption {
  visibility: visible;
  position: absolute;
  top: -22px;
  right: 0;
  width: auto;
  height: auto;
  line-height: 1.5;
  text-indent: 0;
}

.tbl th, .tbl td, .bd01 th, .bd01 td, .bd02 th, .bd02 td, .cntTbl th, .cntTbl td, .tbl03 th, .tbl03 td {
  padding: 10px 8px;
  text-align: center;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  empty-cells: show;
}

.tbl.print {
  border-top: 1px solid #ddd;
  border-collapse: collapse;
}
.tbl.print td {
  padding: 0;
  font-size: 14px !important;
  line-height: 1.1;
  height: 38px;
  overflow: hidden;
  table-layout: fixed !important;
}
.tbl.print th {
  padding: 0;
  font-size: 15px !important;
  line-height: 1;
  height: 28px;
}

.tbl.tbl_fixed th, .tbl.tbl_fixed td {
  padding: 5px;
  font-size: 14px;
  line-height: 1.2;
}

.tbl thead th, .bd01 thead th, .bd02 thead th, .cntTbl thead th, .tbl03 th {
  background-color: #fbfbfb;
}

.tbl thead th, .tbl tbody th, .cntTbl thead th, .cntTbl tbody th {
  font-weight: bold;
  color: #333;
}

.tbl tbody th, .cntTbl tbody th {
  padding: 10px;
  font-weight: 600;
  text-align: center;
}

.tbl tbody th[scope=row] + td, .cntTbl tbody th[scope=row] + td {
  padding: 10px;
  text-align: left;
}

.tbl thead + tbody th[scope=row] + td, .cntTbl thead + tbody th[scope=row] + td {
  text-align: center;
}

.tbl td li, .bd01 td li, .bd02 td li {
  margin: 0;
}

.tbl td.title, .bd01 td.titlee, .bd02 td.titlee, .cntTbl td.title {
  text-align: left;
}

.tbl td.title a:hover, .tbl td.title:focus, .bd01 td.title a:hover, .bd02 td.title a:hover, .bd01 td.title:focus, .bd02 td.title:focus, .cntTbl td.title a:hover, .cntTbl td.title:focus {
  text-decoration: underline;
}

.tbl td.chkCell, .bd01 td.chkCell, .bd02 td.chkCell {
  padding: 5px 8px;
  background-color: #f4f4f4;
}

.arrayFilterForm {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  padding: 10px 20px;
  border: 1px solid #e4e4e4;
  background-color: #f3f4f8;
}
.arrayFilterForm ul {
  text-align: right;
}
.arrayFilterForm ul li {
  display: inline-block;
}
.arrayFilterForm ul li a.on {
  font-weight: bold;
  color: #3f5f9c;
}
.arrayFilterForm ul li.bar {
  font-size: 10px;
  color: #aaa;
  vertical-align: 2px;
  padding: 0 5px;
}

.event-list {
  overflow: hidden;
  margin-left: -20px;
}
.event-list li {
  float: left;
  width: 33.333%;
  margin-bottom: 20px;
}
.event-list li .cate {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5px;
  color: #fff;
  background-color: #3f5f9c;
}
.event-list li .eventDate {
  position: relative;
  padding: 0 10px 8px;
  text-align: right;
  color: #777;
  font-size: 14px;
}
.event-list li .eventSummary {
  position: relative;
  margin: 12px;
  padding-top: 30px;
}
.event-list li .thumbBox {
  margin-left: 20px;
  border: 1px solid #e4e4e4;
  position: relative;
}
.event-list li .thumbBox .line > span {
  display: block;
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: #ddd;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.event-list li .thumbBox .line > span.bd_bottom {
  right: -1px;
  bottom: -1px;
}
.event-list li .thumbBox .line > span.bd_left {
  left: -1px;
  bottom: -1px;
}
.event-list li .thumbBox .line > span.bd_right {
  right: -1px;
  top: -1px;
}
.event-list li .thumbBox .line > span.bd_top {
  left: -1px;
  top: -1px;
}
.event-list li .thumbBox .thumb {
  display: block;
  position: relative;
  padding-top: 68%;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}
.event-list li .thumbBox .thumb .noImage {
  display: table;
  width: 100% !important;
  height: 100% !important;
}
.event-list li .thumbBox .thumb .noImage em {
  display: table-cell;
  height: 100%;
  padding: 10px 30px 30px 30px;
  color: #000;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
}
.event-list li .thumbBox .thumb .noImageSpan {
  width: 100% !important;
  height: 100% !important;
}
.event-list li .thumbBox .thumb img, .event-list li .thumbBox .thumb span, .event-list li .thumbBox .thumb p, .event-list li .thumbBox .thumb li {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.event-list li .thumbBox a {
  overflow: hidden;
}
.event-list li .thumbBox a img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.event-list li .thumbBox a:focus {
  outline: 1px dotted #3f5f9c;
}
.event-list li .thumbBox:hover .line > span {
  background-color: #395ea2;
}
.event-list li .thumbBox:hover .line > span.bd_bottom {
  width: 100%;
}
.event-list li .thumbBox:hover .line > span.bd_left {
  height: 100%;
}
.event-list li .thumbBox:hover .line > span.bd_right {
  height: 100%;
}
.event-list li .thumbBox:hover .line > span.bd_top {
  width: 100%;
}
.event-list li .thumbBox:hover > a img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.event-list li .tit {
  overflow: hidden;
  height: 50px;
  line-height: 25px;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.event-list li .tit a {
  font-weight: 600;
  font-size: 17px;
}

.eventCustomForm {
  position: relative;
  padding: 30px 20px 30px 20px !important;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}

.eventFilterForm {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  padding: 15px 160px 15px 20px;
  border: 1px solid #e4e4e4;
  background-color: #f3f4f8;
}
.eventFilterForm .btnGroup {
  margin: 15px 0 0 0 !important;
}
.eventFilterForm .desc {
  float: left;
  margin: 7px 0 0 3px;
}
.eventFilterForm .eventbtn a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  padding: 8px 0;
  color: #fff;
  background-color: #666;
}
.eventFilterForm .field {
  position: relative;
  padding-left: 80px;
}
.eventFilterForm .field + .field {
  margin-top: 6px;
}
.eventFilterForm .field .rdoBtn {
  float: left;
  margin: 3px 8px 3px 0;
}
.eventFilterForm .field .rdoBtn label {
  padding: 0 10px;
  border-radius: 5px;
}
.eventFilterForm .field .rdoBtn label:hover {
  opacity: 0.8;
}
.eventFilterForm .field .rdoBtn:last-child {
  margin-right: 0;
}
.eventFilterForm .field .rdoBtnGoup {
  float: left;
  padding: 4px 0 3px;
}
.eventFilterForm .field .rdoBtnGoup .rdoBtn {
  margin: -1px 0 0 -1px;
}
.eventFilterForm .field .rdoBtnGoup .rdoBtn label {
  min-width: 40px;
  padding: 0 15px;
  border-radius: 0;
}
.eventFilterForm .field .tit {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  line-height: 36px;
  color: #111;
}
.eventFilterForm .field > .inpFullBtn {
  padding-right: 0;
}
.eventFilterForm .inputDateGroup {
  float: left;
  margin: 3px 8px 3px 0;
}
.eventFilterForm .inputDateGroup .inputDate input[type=text] {
  min-width: 134px;
}
.eventFilterForm .inputDateGroup .inputDate input[type=text]:-moz-read-only {
  color: #333;
  font-weight: bold;
  background: #fff;
}
.eventFilterForm .inputDateGroup .inputDate input[type=text]:read-only {
  color: #333;
  font-weight: bold;
  background: #fff;
}

.eventFilterForm2 {
  padding: 15px 20px 15px 20px !important;
}
.eventFilterForm2 .field2 {
  padding-right: 28px;
}

.noWall {
  border-right: 0;
}
.noWall th, .noWall td {
  border-left: 0;
}

.surveyList .a {
  margin-left: 6px;
}
.surveyList .a .graph {
  display: block;
  float: right;
  position: relative;
  width: 60%;
  padding: 4px 0;
}
.surveyList .a .graph .count {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  text-align: left;
}
.surveyList .a .graph .graphBar {
  display: block;
  height: 12px;
  margin-right: 110px;
}
.surveyList .a .graph .graphBar .fill {
  display: block;
  height: 12px;
  background: url(/humanframe/_resource/include/cmm_new/image/board/bg_graph_repeat.gif) 0 0 repeat;
}
.surveyList .a .graph.table {
  padding: 2px 0;
}
.surveyList .a .txt {
  display: block;
  float: left;
  width: 38%;
}
.surveyList .a li {
  margin-top: 5px;
  padding-left: 10px;
  line-height: 20px;
  background: url(/humanframe/_resource/include/cmm_new/image/common/bul_dot.png) 0 9px no-repeat;
}
.surveyList .a li input {
  margin-top: -2px;
  vertical-align: middle;
}
.surveyList .a li:after {
  content: "";
  display: block;
  clear: both;
}
.surveyList .a textarea {
  width: 100%;
  height: 80px;
  padding: 0 4px;
}
.surveyList .q {
  position: relative;
  margin: 30px 0 10px;
  padding-right: 130px;
  font-weight: 600;
  color: #333;
}
.surveyList .q .length {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
}
.surveyList .q .length2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  text-align: right;
}
.surveyList .q:first-child {
  margin-top: 0;
}

.surveyList.surveyApply .a li {
  padding-left: 0;
  background: none;
}

.surveyWrap {
  padding: 20px;
  border-bottom: 1px solid #474747;
}

.tblLegend {
  margin-top: -20px;
  text-align: right;
}

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

.tblScroller2 {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.tblScroller2 clear:both table {
  min-width: 560px;
}

.tbl_blue {
  border-top: 2px solid #3f5f9c;
}
.tbl_blue thead th {
  background-color: #eef2fa;
}

.tbl_dark {
  border-top: 2px solid #343a40;
}
.tbl_dark thead th {
  background-color: #343a40;
  color: #fff;
}
.tbl_dark thead th:first-child {
  border-left: 1px solid #343a40;
}
.tbl_dark thead th:last-child {
  border-right: 1px solid #343a40;
}

.tbl_green {
  border-top: 2px solid #3f9c4e;
}
.tbl_green thead th {
  background-color: #eefaf2;
}

.tbl_red {
  border-top: 2px solid #9c3f3f;
}
.tbl_red thead th {
  background-color: #faeeee;
}

.event-list li .cate.typeA, .event-list .typeA .thumb {
  background-color: #f3f4f8;
}

.event-list li .cate.typeB, .event-list .typeB .thumb {
  background-color: #f3f4f8;
}

.event-list li .cate.typeC, .event-list .typeC .thumb {
  background-color: #f3f4f8;
}

.event-list li .cate.typeD, .event-list .typeD .thumb {
  background-color: #f3f4f8;
}

.event-list li .cate.typeE, .event-list .typeE .thumb {
  background-color: #f3f4f8;
}

.event-list li .cate.typeF, .event-list .typeF .thumb {
  background-color: #f3f4f8;
}

.event-list li .cate.typeG, .event-list .typeG .thumb {
  background-color: #f3f4f8;
}

.event-list li .cate.typeH, .event-list .typeH .thumb {
  background-color: #f3f4f8;
}

.event-list li .date {
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 0;
  line-height: 1.2;
  color: #777;
  border-top: 1px solid #e4e4e4;
}
.event-list li .hits {
  position: absolute;
  top: 3px;
  right: 0;
  padding-left: 22px;
  line-height: 19px;
  color: #777;
  background: url(/humanframe/_resource/include/cmm_new/image/board/ico_sp.png) 0 -27px no-repeat;
}
.event-list li .time {
  margin-top: 5px;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.2;
  color: #777;
  background: url(/humanframe/_resource/include/cmm_new/image/board/ico_sp.png) 0 -154px no-repeat;
}
.event-list li.emptyNote {
  float: none;
  clear: left;
  width: auto;
  margin-left: 20px;
  border-top: 2px solid #555;
}

.eventbutton_Group {
  text-align: center;
  margin: 20px 0 0;
}
.eventbutton_Group > div {
  width: 160px;
  display: inline-block;
  position: relative;
}
.eventbutton_Group a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #666;
}
.eventbutton_Group div:first-child a {
  background-color: #ff7900 !important;
}

.field .rdoBtn:nth-of-type(1) label {
  border-color: #ccc;
}

.field_Half .field {
  width: 49%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.field_Half .field label {
  border: 1px solid #ccc;
}

.list_type {
  overflow: hidden;
  padding: 20px 0;
}
.list_type ul {
  float: right;
}
.list_type ul li {
  display: inline-block;
  width: 105px;
  padding: 5px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.list_type ul li:nth-of-type(1) a {
  background-image: url(/humanframe/_resource/include/cmm_new/image/board/ico_list_type01.png);
}

.nav-controls a.next {
  right: 0;
  background-position: 0 -108px;
}
.nav-controls a.prev {
  left: 0;
  background-position: 0 -72px;
}
.nav-controls a:hover, .nav-controls a:focus {
  background-position: -36px -72px;
  background-position: -36px -108px;
}

.photo-navigation overflow:hidden .thumbs {
  overflow: hidden;
  position: relative;
  margin-left: -10px;
  padding: 0;
}
.photo-navigation overflow:hidden .thumbs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.photo-navigation overflow:hidden .thumbs li {
  float: left;
  width: 16.666%;
  margin-bottom: 10px;
  padding-left: 10px;
}
.photo-navigation overflow:hidden .thumbs li box-sizing:border-box a {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 65%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.photoContent {
  clear: both;
  position: relative;
  z-index: 999;
}
.photoContent .controls {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 30;
  width: 108px;
  height: 36px;
}
.photoContent .controls a {
  position: absolute;
  width: 36px;
  height: 36px;
  text-indent: -999em;
  background: url(/humanframe/_resource/include/cmm_new/image/board/btn_gallery.png) 0 0 no-repeat;
}

.photoDesc {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.photoNavigation {
  clear: both;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 20px 0;
}

.photoThumbList {
  overflow: hidden;
  margin-left: -20px;
}
.photoThumbList li {
  float: left;
  width: 33.333%;
  margin-bottom: 20px;
}
.photoThumbList li .thumbBox {
  margin-left: 20px;
}
.photoThumbList li .thumbBox .date {
  display: block;
  overflow: hidden;
  line-height: 1;
  color: #777;
  text-align: center;
}
.photoThumbList li .thumbBox .thumb {
  display: block;
  max-width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.photoThumbList li .thumbBox .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.photoThumbList li .thumbBox .thumb:focus {
  outline: 1px dotted #3f5f9c;
}
.photoThumbList li .thumbBox .tit {
  overflow: hidden;
  margin: 10px;
  color: #000;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.photoThumbList li .thumbBox .tit img {
  margin-top: -2px;
  vertical-align: middle;
}
.photoThumbList li.emptyNote {
  float: none;
  clear: left;
  width: auto;
  margin-left: 20px;
  border-top: 2px solid #555;
}

.photoThumbView .slideshow {
  background-color: #f3f4f8;
}
.photoThumbView .slideshow img {
  max-height: 600px;
}
.photoThumbView .slideshow li {
  overflow: hidden;
  text-align: center;
}

.rdoBtn01 label {
  border: 1px solid #269eb8 !important;
  color: #269eb8 !important;
  background: #269eb8 !important;
  color: #fff !important;
}

.rdoBtn02 label {
  border: 1px solid #3f5f9c !important;
  color: #3f5f9c !important;
  background: #3f5f9c !important;
  color: #fff !important;
}

.rdoBtn03 label {
  border: 1px solid #7C9927 !important;
  color: #7C9927 !important;
  background: #7C9927 !important;
  color: #fff !important;
}

.rdoBtn04 label {
  border: 1px solid #ff5300 !important;
  color: #ff5300 !important;
  background: #ff5300 !important;
  color: #fff !important;
}

.rdoBtn05 label {
  border: 1px solid #9363c0 !important;
  color: #9363c0 !important;
  background: #9363c0 !important;
  color: #fff !important;
}

.rdoBtn06 label {
  border: 1px solid #995955 !important;
  color: #995955 !important;
  background: #995955 !important;
  color: #fff !important;
}

.rdoBtn07 label {
  border: 1px solid #c13c58 !important;
  color: #c13c58 !important;
  background: #c13c58 !important;
  color: #fff !important;
}

.rdoBtn08 label {
  border: 1px solid #666666 !important;
  color: #666666 !important;
  background: #666666 !important;
  color: #fff !important;
}

.rdoBtnobject01 label {
  background: #A98516 !important;
  color: #fff !important;
}

.rdoBtnobject02 label {
  background: #0862d1 !important;
  color: #fff !important;
}

.rdoBtnobject03 label {
  background: #373232 !important;
  color: #fff !important;
}

.rdoBtnobject04 label {
  background: #f55353 !important;
  color: #fff !important;
}

.rdoBtnobject05 label {
  background: #1083e5 !important;
  color: #fff !important;
}

.rdoBtnobject06 label {
  background: #ea1414 !important;
  color: #fff !important;
}

.rdoBtnobject07 label {
  background: #11338a !important;
  color: #fff !important;
}

.rdoBtnobject08 label {
  background: #118a6e !important;
  color: #fff !important;
}

.ss-controls a.pause {
  left: 36px;
  background-position: 0 -36px;
}
.ss-controls a.play {
  left: 36px;
  background-position: 0 0;
}
.ss-controls a:hover, .ss-controls a:focus {
  background-position: -36px 0;
  background-position: -36px -36px;
}

.webzine-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  margin-left: -20px;
}
.webzine-list > li {
  float: left;
  width: 33.333%;
  margin-bottom: 20px;
}
.webzine-list li .desc {
  overflow: hidden;
  height: 40px;
  line-height: 20px;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.webzine-list li .info {
  overflow: hidden;
  margin-top: 10px;
  line-height: 1.2;
  color: #777;
}
.webzine-list li .info .date {
  float: right;
  background-position: 0 2px;
  padding-right: 1px;
}
.webzine-list li .info .hits {
  float: left;
  background-position: 0 -27px;
}
.webzine-list li .info .sdot-list li {
  background-position: 0 8px;
}
.webzine-list li .info > span {
  display: inline-block;
  padding-left: 22px;
  line-height: 19px;
  background-image: url(/humanframe/_resource/include/cmm_new/image/board/ico_sp.png);
  background-repeat: no-repeat;
}
.webzine-list li .info img, .webzine-list li .info span, .webzine-list li .info p, .webzine-list li .info li {
  overflow: hidden;
  margin-top: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.webzine-list li .info::after {
  content: "";
  display: block;
  clear: both;
}
.webzine-list li .thumbBox {
  margin-left: 20px;
  border: 1px solid #e4e4e4;
}
.webzine-list li .thumbBox > .thumb {
  display: block;
  position: relative;
  padding-top: 75%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e4e4e4;
}
.webzine-list li .thumbBox > .thumb img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.webzine-list li .thumbBox > .thumb:focus {
  outline: 1px dotted #3f5f9c;
}
.webzine-list li .tit {
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.webzine-list li .tit .cate {
  display: inline-block;
  margin-top: 1px;
  padding: 1px 5px;
  font-size: 15px;
  font-weight: bold;
  vertical-align: top;
}
.webzine-list li .webzineSummary {
  padding: 15px;
}
.webzine-list li.emptyNote {
  float: none;
  clear: left;
  width: auto;
  margin-left: 20px;
  border-top: 2px solid #555;
}

.webzine-list02 {
  font-size: 0;
}
.webzine-list02 > li {
  margin-left: 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: calc(33.333% - 20px);
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.webzine-list02 li .thumbBox {
  font-size: 15px;
  margin-left: 0;
  border: 0 none;
}

.normal-type.arrow > li:first-of-type > h5,
.normal-type.dot > li:first-of-type > h5 {
  margin-top: 20px;
}
.normal-type.arrow > li > h5,
.normal-type.dot > li > h5 {
  margin: 24px 0 16px 0;
}
@media only screen and (max-width: 47.99em) {
  .normal-type.arrow > li > h5,
  .normal-type.dot > li > h5 {
    margin: 24px 0 16px 0;
  }
}

.normal-type.arrow > li:has(> h4) {
  background-position: 0 7px;
}
.normal-type.arrow > li > h4 {
  margin: 24px 0 16px 0;
}
.normal-type.arrow > li h4 + .table-wrapper {
  margin-top: 0;
}

.reference-box .content-file > ul {
  gap: 8px;
}
.content-file > ul > li {
  background-color: #fff;
}

.normal-type.dot > li > h4 + .thumbnail-img, .normal-type.dot > li > strong + .thumbnail-img {
  margin-top: 8px;
  margin-bottom: 16px;
}

.tab-btns {
  margin-top: 24px;
  margin-bottom: 16px;
  background-color: #fff;
  border: none;
}
.tab-btns > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  border: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.tab-btns > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab-btns > ul > li:only-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.tab-btns > ul > li > a {
  display: block;
  padding: 12px 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  background-color: #F0F4FA;
  color: #146CB1;
  border: 1px solid #D3D8E0;
  border-radius: 10px;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.tab-btns > ul > li > a:hover {
  background-color: #096AB3;
  color: #fff;
}

.reference-box h4 {
  margin-top: 0;
}

.lnb .lnb-list > ul > li .depth4 {
  display: none;
}

.combined-tab .content-section + .content-section {
  margin-top: 0;
}

.box.is-lined {
  border: 1px solid #CDD1D5;
  padding: clamp(20px, 10px + 2.5vw, 40px);
  margin-top: 16px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 47.99em) {
  .box.is-lined {
    padding: clamp(12px, 10px + 2vw, 32px);
  }
}
.box.is-lined > h4,
.box.is-lined > h5,
.box.is-lined > h6 {
  margin-top: 12px;
  margin-bottom: 16px;
}
.box.is-lined > h4:first-of-type,
.box.is-lined > h5:first-of-type,
.box.is-lined > h6:first-of-type {
  margin-top: 0;
}
.box.is-bg {
  background-color: #F4F5F6;
  padding: clamp(12px, 10px + 2vw, 32px);
  margin-top: 16px;
  margin-bottom: 24px;
}
.box.box-text {
  background-color: #F4F5F6;
  padding: 16px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.box-ico-text {
  font-size: clamp(16px, 10px + 1.9vw, 19px);
  padding: clamp(20px, 10px + 2.5vw, 40px);
  border-radius: 10px;
  background-color: #F4F5F6;
  border: 1px solid #CDD1D5;
}
.box-ico-text:has(.img) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-ico-text .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.box-ico-text .img > img {
  width: auto;
  height: auto;
}
.box-ico-text .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.title-wrap:has(> span),
.table-title-wrap:has(> span) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.title-wrap:has(> span) .info-block,
.table-title-wrap:has(> span) .info-block {
  margin-top: 0;
}

.title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.title-wrap h4,
.title-wrap h5,
.title-wrap h6 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.title-wrap .ta_r {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
}
.title-wrap .btn-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 29.99em) {
  .title-wrap .btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.ta_r {
  text-align: right !important;
}

.scroll-container {
  position: relative;
}
.scroll-container::after, .scroll-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 23px;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  z-index: 10;
}
@media only screen and (max-width: 47.99em) {
  .scroll-container::after, .scroll-container::before {
    left: -23px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 5px 0 15px rgba(0, 0, 0, 0.25);
            box-shadow: 5px 0 15px rgba(0, 0, 0, 0.25);
  }
}
.scroll-container .scrollerDesc {
  display: none;
}
@media only screen and (max-width: 47.99em) {
  .scroll-container .scrollerDesc {
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    display: block;
    width: 85px;
    height: 64px;
    background: url(/humanframe/_resource/include/cmm_new/image/content/arrow_scroll.png) no-repeat 0 50%;
    z-index: 1;
    font-size: 0;
  }
}
.scroll-container .has-scroller {
  margin-right: -1px;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-container .has-scroller img {
  max-width: inherit;
}

.tab.type4.wifizone-tab > ul {
  gap: 0 !important;
}
.tab.type4.wifizone-tab > ul > li > a {
  padding: 4px 10px;
  font-size: clamp(13px, 10px + 1.7vw, 17px);
}

.content-top-info .start-before {
  border-bottom: 1px dashed #ddd;
}
.content-top-info .start-before > strong.ico-location {
  background: url(/humanframe/theme/portal/assets/images/sncity/ico_wifi.svg) no-repeat 0 center;
}
.content-top-info .board-search {
  margin: 0;
  padding: 0;
}

.content-top-info .board-search {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 0;
}
.content-top-info .board-search .search-flex {
  margin: 0;
  padding: 0;
  border: 0;
}
@media only screen and (max-width: 63.99em) {
  .content-top-info .board-search .search-flex + .search-flex {
    margin-top: 0;
    padding: 0;
    border: 0;
  }
}
@media only screen and (max-width: 63.99em) {
  .content-top-info .board-search .search-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 0;
  }
}
.content-top-info .board-search .form-wrap,
.content-top-info .board-search .radio-wrap,
.content-top-info .board-search .btn-wrap {
  margin-bottom: 0;
  gap: 12px;
}
@media only screen and (max-width: 63.99em) {
  .content-top-info .board-search .form-wrap,
  .content-top-info .board-search .radio-wrap,
  .content-top-info .board-search .btn-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 63.99em) {
  .content-top-info .board-search .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
}
.content-top-info .tab.type3 {
  margin: 16px 0 0 0;
}

.input-btns.type3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  background: transparent;
  gap: 12px;
}
.input-btns.type3 .input-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.input-btns.type3 input[type=checkbox],
.input-btns.type3 input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  /* Allow tab focus */
}
.input-btns.type3 input[type=checkbox]:focus + label, .input-btns.type3 input[type=checkbox]:focus-visible + label,
.input-btns.type3 input[type=radio]:focus + label,
.input-btns.type3 input[type=radio]:focus-visible + label {
  outline: 2px solid #083891;
  outline-offset: 2px;
  z-index: 1;
}
.input-btns.type3 input[type=checkbox] + label,
.input-btns.type3 input[type=radio] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 19px;
  font-weight: 700;
  color: #464c53;
  background-color: transparent;
  border: 0;
  padding: 7px 12px;
  font-size: clamp(10px, 8px + 1.5vw, 15px);
  word-break: keep-all;
  position: relative;
  border-radius: 6px;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  cursor: pointer;
}
.input-btns.type3 input[type=checkbox]:checked + label,
.input-btns.type3 input[type=radio]:checked + label {
  background-color: #083891;
  color: #fff;
}

.scroll-y {
  max-height: 100vh;
  overflow-y: auto !important;
  border-color: #ddd;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
}
.scroll-y table {
  position: relative;
}
.scroll-y table .fixedHeader {
  position: sticky;
  top: 0;
  z-index: 99;
}

.list-info {
  margin: 40px 0 16px 0;
}
.list-info.flex-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-info.flex-space .totalCnt {
  font-style: normal;
}
.list-info.flex-space .totalCnt .num {
  font-style: normal;
  font-weight: 700;
  color: #0B50D0;
}

.map-wrap {
  display: block;
  overflow: hidden;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.link-list-wrap {
  display: block;
  background-color: #F4F5F6;
  border-radius: 10px;
  padding: clamp(20px, 10px + 2.5vw, 40px);
}
.link-list-wrap .normal-type {
  margin-top: 0;
}
.link-list-wrap .normal-type > li + li {
  margin-top: 0;
}

.link-list.col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: 28px;
}
.link-list.col1 > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc((100% - 4px * (1 - 1)) / 1);
  word-break: break-all;
  word-wrap: normal;
  padding-right: 28px;
}
@media only screen and (max-width: 47.99em) {
  .link-list.col1 > li {
    width: calc((100% - 4px) / 2);
  }
}
.link-list.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: 28px;
}
.link-list.col2 > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc((100% - 4px * (2 - 1)) / 2);
  word-break: break-all;
  word-wrap: normal;
  padding-right: 28px;
}
@media only screen and (max-width: 47.99em) {
  .link-list.col2 > li {
    width: calc((100% - 4px) / 2);
  }
}
.link-list.col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: 28px;
}
.link-list.col3 > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc((100% - 4px * (3 - 1)) / 3);
  word-break: break-all;
  word-wrap: normal;
  padding-right: 28px;
}
@media only screen and (max-width: 47.99em) {
  .link-list.col3 > li {
    width: calc((100% - 4px) / 2);
  }
}
.link-list.col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: 28px;
}
.link-list.col4 > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc((100% - 4px * (4 - 1)) / 4);
  word-break: break-all;
  word-wrap: normal;
  padding-right: 28px;
}
@media only screen and (max-width: 47.99em) {
  .link-list.col4 > li {
    width: calc((100% - 4px) / 2);
  }
}

.btn-wrap.page-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-wrap.right-only {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.btn-wrap.left-only {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-wrap.center-only {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.location-link {
  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;
  gap: 4px;
  background-color: #ECF2FE;
  padding: 4px 12px;
  border: 1px solid #0B50D0;
  color: #0B50D0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
.location-link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/humanframe/theme/apply/assets/images/ico/ico_open-new.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ico-open-new {
  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;
  margin-left: 4px;
  text-indent: -9999px;
}
.ico-open-new::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(/humanframe/theme/apply/assets/images/ico/ico_open-new.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* 원산지표시 */
.img-table-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 16px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 47.99em) {
  .img-table-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.img-table-grid > li:has(.img) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media only screen and (max-width: 47.99em) {
  .img-table-grid > li:has(.img) {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.img-table-grid > li:has(.img) .img {
  text-align: center;
}
.img-table-grid > li:has(.img) .img img {
  margin: 0 auto;
}
.img-table-grid > li:has(table) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.img-table-grid > li:has(table) th {
  background-color: #fbfbfb;
}

/* 식품+깨끗한먹거리맛거리 */
.good-menu-list > li,
.foodPoisoningList > li {
  position: relative;
  margin-top: 6px;
  padding: 15px 0;
  padding-left: 60px;
  line-height: 20px;
}
.good-menu-list > li::before,
.foodPoisoningList > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: url(/humanframe/theme/portal/assets/images/eh/ico_food.png) 0 0 no-repeat;
}

.good-menu-list > li:nth-of-type(2)::before {
  background-position: -50px 0;
}
.good-menu-list > li:nth-of-type(3)::before {
  background-position: -100px 0;
}
.good-menu-list > li:nth-of-type(4)::before {
  background-position: -150px 0;
}
.good-menu-list > li:nth-of-type(5)::before {
  background-position: -200px 0;
}
.good-menu-list > li:nth-of-type(6)::before {
  background-position: -250px 0;
}
.good-menu-list > li:nth-of-type(7)::before {
  background-position: -300px 0;
}
.good-menu-list > li:nth-of-type(8)::before {
  background-position: -350px 0;
}

.foodPoisoningList > li:nth-of-type(1)::before {
  background-position: 0 -50px;
}
.foodPoisoningList > li:nth-of-type(2)::before {
  background-position: -50px -50px;
}
.foodPoisoningList > li:nth-of-type(3)::before {
  background-position: -100px -50px;
}
.foodPoisoningList > li:nth-of-type(4)::before {
  background-position: -150px -50px;
}
.foodPoisoningList > li:nth-of-type(5)::before {
  background-position: -200px -50px;
}
.foodPoisoningList > li:nth-of-type(6)::before {
  background-position: -250px -50px;
}

.saltPracticeList > li,
.dietHygieneList > li {
  position: relative;
  min-height: 90px;
  padding: 10px 0 0 120px;
}
.saltPracticeList > li::before,
.dietHygieneList > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: url(/humanframe/_resource/include/cmm_new/image/content/ico_food.png) 0 0 no-repeat;
  width: 100px;
  height: 100px;
  margin-top: -50px;
}
.saltPracticeList > li + li,
.dietHygieneList > li + li {
  margin-top: 30px;
}

.saltPracticeList > li:nth-of-type(1)::before {
  background-position: 0 -100px;
}
.saltPracticeList > li:nth-of-type(2)::before {
  background-position: -100px -100px;
}
.saltPracticeList > li:nth-of-type(3)::before {
  background-position: -200px -100px;
}

.dietHygieneList > li:nth-of-type(1)::before {
  background-position: 0 -200px;
}
.dietHygieneList > li:nth-of-type(2)::before {
  background-position: -100px -200px;
}
.dietHygieneList > li:nth-of-type(3)::before {
  background-position: -200px -200px;
}

.safety-charter {
  margin: 40px 0 20px;
  padding: clamp(20px, 10px + 2.5vw, 40px);
}
.safety-charter > h4 {
  margin-top: 0;
}

.process-wrap {
  margin-top: 16px;
  margin-bottom: 24px;
}

.app-wrap {
  margin-top: 16px;
  margin-bottom: 24px;
}
.app-wrap .app-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 47.99em) {
  .app-wrap .app-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.app-wrap .app-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.app-wrap .app-list > li .app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  text-align: center;
  padding: clamp(10px, 8px + 2vw, 20px);
}
.app-wrap .app-list > li .app .app-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.app-wrap .app-list > li .app .app-text {
  text-align: center;
}
.app-wrap .app-list > li .app .app-text strong {
  color: #131416;
  font-size: clamp(13px, 10px + 1.7vw, 17px);
  font-weight: 700;
}
.app-wrap .app-list > li .app .app-text p {
  font-size: clamp(13px, 10px + 1.7vw, 17px);
  color: #464C53;
  font-weight: 400;
}
.app-wrap .app-list > li .app .app-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-file-wrap {
  background: #F4F5F6;
  padding: 16px;
  border-radius: 10px;
  margin: 16px 0 24px;
}
.content-file-wrap .content-file {
  margin-top: 0;
}
.content-file-wrap .content-file > ul {
  gap: 10px;
}
.content-file-wrap .content-file > ul > li {
  padding: 12px 16px;
}

.org-safety ul {
  position: relative;
}
.org-safety ul li.org-safety-top {
  max-width: 869px;
  margin: 0 auto;
  background: url(/humanframe/theme/portal/assets/images/safety/org_safety.png) no-repeat 24px 85px/100% 601px;
}
@media only screen and (max-width: 29.99em) {
  .org-safety ul li.org-safety-top {
    background: none;
  }
}
.org-safety ul li.org-safety-top li {
  width: 200px;
  height: 96px;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid #CDD1D5;
  text-align: center;
}
@media only screen and (max-width: 47.99em) {
  .org-safety ul li.org-safety-top li {
    width: 150px;
  }
}
@media only screen and (max-width: 29.99em) {
  .org-safety ul li.org-safety-top li {
    width: 100%;
    height: auto;
    margin-top: 16px !important;
  }
}
.org-safety ul li.org-safety-top li + li {
  margin-top: 33px;
}
@media only screen and (min-width: 29.99em) {
  .org-safety ul li.org-safety-top li:nth-child(4) {
    margin-top: -63px;
  }
}
.org-safety ul li.org-safety-top li.alone {
  height: 48px;
}
@media only screen and (max-width: 47.99em) {
  .org-safety ul li.org-safety-top li.alone {
    height: 51px;
  }
}
@media only screen and (min-width: 29.99em) {
  .org-safety ul li.org-safety-top li.alone {
    height: auto;
    margin-top: -165px;
  }
}
.org-safety ul li.org-safety-top li.alone span {
  border-radius: 6px;
}
.org-safety ul li.org-safety-top li strong {
  display: block;
  color: #fff;
  padding: 11px;
  border-radius: 6px 6px 0 0;
}
@media only screen and (max-width: 47.99em) {
  .org-safety ul li.org-safety-top li strong {
    font-size: 15px;
  }
}
.org-safety ul li.org-safety-top li strong.org1 {
  background-color: #063A74;
}
.org-safety ul li.org-safety-top li strong.org2 {
  background-color: #1047A4;
}
.org-safety ul li.org-safety-top li strong.org3 {
  background-color: #2063B1;
}
.org-safety ul li.org-safety-top li strong.org4 {
  background-color: #2B71B7;
}
.org-safety ul li.org-safety-top li strong.org5 {
  background-color: #4E96C6;
}
.org-safety ul li.org-safety-top li span {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #444;
  padding: 12px 5px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}
@media only screen and (max-width: 47.99em) {
  .org-safety ul li.org-safety-top li span {
    padding: 15px 5px;
    font-size: 13px;
  }
}
.org-safety ul li.org-safety-top li.org-safety-middle {
  width: 100%;
  border: none;
  margin: 0;
}
.org-safety ul li.org-safety-top li.org-safety-middle > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 29.99em) {
  .org-safety ul li.org-safety-top li.org-safety-middle > ul {
    display: block;
  }
}
.org-safety ul li.org-safety-top li.org-safety-middle > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  margin: 0;
}
@media only screen and (max-width: 47.99em) {
  .org-safety ul li.org-safety-top li.org-safety-middle > ul > li {
    width: 137px;
  }
}
@media only screen and (max-width: 29.99em) {
  .org-safety ul li.org-safety-top li.org-safety-middle > ul > li {
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 29.99em) {
  .org-safety ul li.org-safety-top li.org-safety-middle > ul > li:nth-child(1) {
    justify-self: start;
    margin-top: -32px;
  }
}
@media only screen and (min-width: 29.99em) {
  .org-safety ul li.org-safety-top li.org-safety-middle > ul > li:nth-child(2) {
    justify-self: end;
    margin-top: -10px;
  }
}
@media only screen and (min-width: 29.99em) {
  .org-safety ul li.org-safety-top li.org-safety-middle > ul > li:nth-child(2) li:nth-child(3) {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 29.99em) {
  .org-safety ul li.org-safety-top li.org-safety-middle > ul > li:nth-child(2) li:nth-child(3) {
    margin-top: 30px !important;
  }
}
.org-safety ul li.org-safety-top li.org-safety-middle > ul > li strong {
  color: #052B57;
  background-color: #ECF2FE;
}
.org-safety ul li.org-safety-top li.org-safety-middle > ul > li ul li {
  margin: 0;
}
@media only screen and (max-width: 47.99em) {
  .org-safety ul li.org-safety-top li.org-safety-middle > ul > li ul li {
    width: 132px;
  }
}
@media only screen and (max-width: 29.99em) {
  .org-safety ul li.org-safety-top li.org-safety-middle > ul > li ul li {
    width: 100%;
  }
}
.org-safety ul li.org-safety-top li.org-safety-middle > ul > li .help {
  font-size: 15px;
  border: none;
  padding: 0;
  margin: 20px 0 0 20px !important;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #6D7882;
}
@media only screen and (max-width: 47.99em) {
  .org-safety ul li.org-safety-top li.org-safety-middle > ul > li .help {
    font-size: 13px;
  }
}
@media only screen and (max-width: 29.99em) {
  .org-safety ul li.org-safety-top li.org-safety-middle > ul > li .help {
    width: 100%;
    margin: 6px 0 0 0 !important;
  }
}
.org-safety ul li.org-safety-top li.middle2 {
  margin-top: 95px;
}
.org-safety ul li.org-safety-top li.middle2 > ul {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 29.99em) {
  .org-safety ul li.org-safety-top li.middle2 > ul > li:nth-child(1) {
    justify-self: end;
    margin-top: -40px;
  }
}
@media only screen and (max-width: 29.99em) {
  .org-safety ul li.org-safety-top li.middle2 > ul > li:nth-child(1) {
    margin-top: 30px !important;
  }
}
.org-safety ul li.org-safety-top li.middle2 > ul > li .help {
  margin: -35px 0 0 20px !important;
}
@media only screen and (max-width: 29.99em) {
  .org-safety ul li.org-safety-top li.middle2 > ul > li .help {
    margin: -25px 0 0 0 !important;
  }
}
.org-safety table {
  border-collapse: separate;
  border-spacing: 0 10px;
  padding-top: 50px;
  background: url(/humanframe/theme/portal/assets/images/safety/org_safety2.png) no-repeat 24px 0/100% 66px;
}
@media only screen and (max-width: 29.99em) {
  .org-safety table {
    background: none;
    padding-top: 8px;
  }
}
.org-safety table thead th {
  font-size: 15px;
  color: #fff;
  height: 48px;
}
.org-safety table thead th:nth-child(1) {
  background-color: #5917B8;
  border-radius: 8px 0px 0px 8px;
}
.org-safety table thead th:nth-child(2) {
  background-color: #8E4EE9;
}
.org-safety table thead th:nth-child(3) {
  background-color: #C399FF;
  border-radius: 0px 8px 8px 0px;
}
.org-safety table tbody tr th {
  height: 48px;
  border: 1px solid #CDD1D5;
  border-radius: 8px 0px 0px 8px;
  background-color: #FEF6FF;
  color: #374058;
}
@media only screen and (max-width: 47.99em) {
  .org-safety table tbody tr th {
    font-size: 15px;
  }
}
.org-safety table tbody tr td {
  border: 1px solid #CDD1D5;
  text-align: center;
  font-size: 15px;
  color: #444;
}
.org-safety table tbody tr td:nth-child(2) {
  border-width: 1px 0px;
}
.org-safety table tbody tr td:last-child {
  border-radius: 0px 8px 8px 0px;
}
/*문화체육*/
.boxwrap2 {
  overflow: hidden;
  position: relative;
}
.boxwrap2 .fl {
  float: none !important;
  position: absolute;
  top: 2px;
  left: 0;
  width: 210px;
  height: 150px;
}
.boxwrap2 .fl img {
  width: 100%;
  height: 100%;
}
.boxwrap2 .fr {
  float: none !important;
  min-height: 150px;
  margin-left: 240px;
}
.boxwrap2 .bul_blueC > li {
  margin: 0;
}

.playFacil {
  overflow: hidden;
}
.playFacil .fl,
.playFacil .fr {
  float: left !important;
}
.playFacil .fr {
  margin-left: 15px;
}

.playGround {
  margin-top: 20px;
}

.playground {
  margin-top: 15px;
}
.playground.fl, .playground.fr {
  float: none !important;
}

.thumb_lst div.thumb img, .imgBox, .imgBd {
  margin: 0;
  line-height: 0;
  border: 3px solid #d3d3d3;
}

.infoBox.playground .box {
  min-height: 127px;
  padding: 18px 17px;
}
.infoBox.playground .box .cont {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: top;
}
.infoBox.playground .img {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 15px;
  vertical-align: top;
  border: 3px solid #d3d3d3;
}
.infoBox.playground .img img {
  margin: 0;
}

/*center*/
.centerPicture span {
  margin-top: 5px;
  display: block;
}
.centerPicture img {
  line-height: 0;
  border: 3px solid #d3d3d3;
}

/*mycomplaint*/
.listHope li {
  position: relative;
}

.btnMore2 {
  position: absolute;
  top: 12px;
  right: 20px;
}

.point_blue02.fb.nanum {
  vertical-align: text-bottom;
}

.imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.imgWrap > img {
  display: inline-block;
}

.imgBox.img-line {
  border-radius: 20px;
  border: 1px solid #ddd;
  overflow: hidden;
  width: auto;
  display: inline-block;
  padding: 0 !important;
  margin: 0;
}
.imgBox.img-line > img {
  margin: 0;
}

.box-text.pd-large {
  padding: clamp(20px, 10px + 2.5vw, 40px);
  text-align: center;
}
.box-text.pd-large .btn-wrap {
  text-align: center;
}

.box-text .btn-wrap {
  margin-top: 24px;
}

.btn-normal.bg-btn-point {
  background-color: #fbeff0;
  color: #a50082;
  border: 1px solid #a50082;
  border-radius: 7px;
}
.btn-normal.btn-view-info.blue {
  color: #096AB3;
  border: 1px solid #096AB3;
}
.btn-normal.btn-view-info.pink {
  border: 1px solid #a50082;
  background-color: #fbeff0;
  color: #a50082;
}

.chak-app-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin: 24px 0 0;
  width: 100%;
  background: #f9f9f9;
  border-radius: 10px;
  padding: clamp(12px, 10px + 2vw, 32px) clamp(20px, 10px + 2.5vw, 40px);
}
.chak-app-store h5 {
  margin-top: 0;
}
.chak-app-store .app-icon {
  overflow: hidden;
  width: 120px;
  height: 120px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.chak-app-store .app-icon img {
  width: 100%;
  height: 100%;
}
.chak-app-store .app-desc .app-title {
  margin-bottom: 6px;
}
.chak-app-store .app-desc .normal-type.small-dot > li {
  margin-top: 4px;
}
.chak-app-store .app-desc .btn-android {
  color: #f42828;
}
.chak-app-store .app-desc .app-btns {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.chak-app-store .app-desc .app-btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 0 15px;
  height: 35px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background: #444;
  border-radius: 200px;
}
.chak-app-store .app-desc .app-btns a .ico {
  width: 16px;
  height: 20px;
}
.chak-app-store .app-desc .app-btns a .ico::before {
  content: "";
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.chak-app-store .app-desc .app-btns a .ico.app-android::before {
  width: 16px;
  background: url(/humanframe/theme/portal/assets/images/economy/ico-googleplay.png) no-repeat;
  background-size: 100%;
}
.chak-app-store .app-desc .app-btns a .ico.app-ios::before {
  width: 15px;
  background: url(/humanframe/theme/portal/assets/images/economy/ico-appstore.png) no-repeat;
  background-size: 100%;
}

/* 사이트 바로가기(안내) 목록 */
.site-banner-list {
  gap: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #e4e4e4;
}
@media only screen and (max-width: 63.99em) {
  .site-banner-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 29.99em) {
  .site-banner-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.site-banner-list > li {
  padding: 30px 20px;
  text-align: center;
  vertical-align: top;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  empty-cells: show;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  height: 100%;
  position: relative;
}
.site-banner-list > li:nth-child(3n+1) {
  border-left: 1px solid #e4e4e4;
}
@media only screen and (max-width: 63.99em) {
  .site-banner-list > li:nth-child(2n+1) {
    border-left: 1px solid #e4e4e4;
  }
  .site-banner-list > li:nth-child(3n+1) {
    border-left: 0;
  }
}
@media only screen and (max-width: 29.99em) {
  .site-banner-list > li {
    border-left: 1px solid #e4e4e4;
  }
  .site-banner-list > li:nth-child(3n+1) {
    border-left: 1px solid #e4e4e4;
  }
}
.site-banner-list > li .img {
  display: block;
  position: relative;
  border: 1px solid #CDD1D5;
  border-radius: 8px;
  overflow: hidden;
}
.site-banner-list > li .img:has(img[src*="noImage.png"]) {
  background-color: #ECECEC;
}
.site-banner-list > li .img:has(img[src*="noImage.png"]) > img,
.site-banner-list > li .img:has(img[src*="noImage.png"]) .img-fixed {
  height: 68px;
  width: auto !important;
}
.site-banner-list > li .img img {
  display: block;
  margin: 0 auto;
}
.site-banner-list > li p {
  padding: 0;
}
.site-banner-list > li .btn-normal.box-download.link-text {
  width: auto;
  margin: auto 20% 0;
  padding: 8px 24px;
}
@media only screen and (max-width: 47.99em) {
  .site-banner-list > li .btn-normal.box-download.link-text {
    margin: auto 4% 0;
  }
}

.wifiSearch .searchFormArea {
  position: relative;
  margin-top: 15px;
  padding-right: 50px;
  border: 2px solid #055293;
  border-radius: 10px;
  margin-right: 20px;
}

.wifiSearch .searchFormArea input[type=text] {
  width: 100%;
  height: 36px;
  padding-left: 35px;
  line-height: 36px;
  border: 0;
  border-radius: 10px;
}

.wifi-search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media only screen and (max-width: 47.99em) {
  .wifiGuide .step-list > ul > li {
    width: auto;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
  }
}
.wifiGuide .step-list > ul > li .tit {
  font-size: clamp(8px, 6px + 1.3vw, 13px);
}
.wifiGuide .step-list > ul > li .img {
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #bab8be;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 10px 10px;
}
.wifiGuide .step-list > ul > li .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.img-info-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  margin-bottom: 24px;
}
.img-info-group .img {
  width: 60%;
}
.woman-policy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.woman-policy-list .woman-policy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 40px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #CDD1D5;
}
@media only screen and (max-width: 47.99em) {
  .woman-policy-list .woman-policy-item {
    -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;
    padding: 16px;
  }
}
.woman-policy-list .woman-policy-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 110px;
  height: 110px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #eef6ff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56px;
}
.woman-policy-list .woman-policy-icon img {
  width: 56px;
  height: 56px;
}
.woman-policy-list .woman-policy-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.woman-policy-list .woman-policy-content ul > li {
  line-height: 1.1;
  margin-bottom: 0;
}
@media only screen and (max-width: 47.99em) {
  .woman-policy-list .woman-policy-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.woman-policy-list .woman-policy-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 142px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #0b2a5b;
  margin-bottom: 0;
}
@media only screen and (max-width: 47.99em) {
  .woman-policy-list .woman-policy-title {
    width: 100%;
  }
}
.woman-policy-list .normal-type.small-dot {
  padding-left: 18px;
  list-style: disc;
  list-style-position: inside;
}

.health-organ-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.health-organ-list .health-organ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 40px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #CDD1D5;
}
@media only screen and (max-width: 47.99em) {
  .health-organ-list .health-organ {
    -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;
    padding: 16px;
  }
}
.health-organ-list .organ-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 152px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #eef6ff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56px;
}
.health-organ-list .organ-logo img {
  width: 152px;
  height: auto;
}
.health-organ-list .organ-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}
.health-organ-list .organ-content ul > li {
  line-height: 1.5;
  margin-bottom: 0;
}
@media only screen and (max-width: 47.99em) {
  .health-organ-list .organ-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.health-organ-list .organ-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 122px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #0b2a5b;
  margin-bottom: 0;
}
@media only screen and (max-width: 47.99em) {
  .health-organ-list .organ-name {
    width: 100%;
  }
}
.health-organ-list .normal-type.small-dot {
  padding-left: 18px;
  list-style: disc;
  list-style-position: inside;
}

.center-info {
  padding: 16px 40px;
}

.center-cctv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  padding-top: 45px;
  margin-top: 24px;
  border-top: 1px dashed #D7D7D7;
}
.center-cctv-list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
}
.center-cctv-list .img-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 240px;
}
.center-cctv-list .img-wrap > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.center-cctv-list .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-top: 16px;
}
.center-cctv-list .cont ul {
  margin: 0;
}
.center-cctv-list .cont ul li strong {
  display: block;
  color: #052B57;
}
.center-cctv-list .cont ul li span {
  display: block;
  position: relative;
  padding-left: 44px;
}
.center-cctv-list .cont ul li em {
  position: absolute;
  top: 0;
  left: 0;
}

.healthy-city-wrap {
  margin-top: 40px;
  padding: 60px;
  border-radius: 16px;
  background: #F4F5F6;
}

.cond-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.cond-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cond-list > li .cond_num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #096AB3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: clamp(16px, 10px + 1.9vw, 19px);
  font-weight: 700;
}
.cond-list > li .cond_con {
  font-size: clamp(13px, 10px + 1.7vw, 17px);
}

.vtitle-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.vtitle-wrap .vtitle01 {
  font-weight: 400;
  font-size: clamp(16px, 10px + 1.9vw, 19px);
}
.vtitle-wrap .vtitle02 {
  font-size: clamp(16px, 10px + 3.2vw, 32px);
  font-weight: 700;
}

.vtitle-box {
  margin-top: 40px;
  padding: 28px;
  border: 1px solid #CDD1D5;
  border-radius: 10px;
  text-align: center;
}
.vtitle-box .vtitle03 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: clamp(15px, 10px + 2.4vw, 24px);
  color: #052b57;
}
.vtitle-box .insic-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 16px;
}
.vtitle-box .insic-list > li > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #CDD1D5;
  padding: 8px 12px;
  height: 40px;
  border-radius: 24px;
  font-size: clamp(13px, 10px + 1.7vw, 17px);
}
.vtitle-box .insic-list > li > span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.vtitle-box .insic-list > li > span.insic01::before {
  background-image: url(/humanframe/theme/portal/assets/images/sncity/icon_size.png);
}
.vtitle-box .insic-list > li > span.insic02::before {
  background-image: url(/humanframe/theme/portal/assets/images/sncity/icon_size-1.png);
}
.vtitle-box .insic-list > li > span.insic03::before {
  background-image: url(/humanframe/theme/portal/assets/images/sncity/icon_size-2.png);
}
.vtitle-box .insic-list > li > span.insic04::before {
  background-image: url(/humanframe/theme/portal/assets/images/sncity/icon_size-3.png);
}

.child-friendly-goals {
  margin-top: 40px;
  padding: 60px;
  border-radius: 16px;
  background: #F4F5F6;
}
.child-friendly-goals .section-title {
  margin-top: 0;
  margin-bottom: 56px;
  text-align: center;
  font-size: clamp(16px, 10px + 3.2vw, 32px);
  font-weight: 700;
  color: #096AB3;
}
.child-friendly-goals .goal-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.child-friendly-goals .goal-list .goal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.child-friendly-goals .goal-list .goal-item:last-child {
  margin-bottom: 0;
}
.child-friendly-goals .goal-list .goal-item .goal-num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #096AB3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(16px, 10px + 1.9vw, 19px);
  font-weight: 700;
}
.child-friendly-goals .goal-list .goal-item .goal-content .goal-title {
  margin-bottom: 8px;
  font-size: clamp(16px, 10px + 1.9vw, 19px);
  font-weight: 700;
  color: #1E2124;
}
.child-friendly-goals .goal-list .goal-item .goal-content .goal-desc {
  margin-top: 12px;
  font-size: clamp(13px, 10px + 1.7vw, 17px);
  color: #464C53;
  word-break: keep-all;
}

.child-friendly-areas {
  padding: 60px;
}
@media only screen and (max-width: 47.99em) {
  .child-friendly-areas {
    padding: clamp(10px, 8px + 2vw, 20px);
  }
}
.child-friendly-areas .section-title {
  margin-top: 0;
  margin-bottom: 56px;
  text-align: center;
  font-size: clamp(16px, 10px + 3.2vw, 32px);
  font-weight: 700;
  color: #096AB3;
}
.child-friendly-areas .area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
.child-friendly-areas .area-list > li {
  width: calc((100% - 60px) / 3);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media only screen and (max-width: 47.99em) {
  .child-friendly-areas .area-list > li {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 29.99em) {
  .child-friendly-areas .area-list > li {
    width: 100%;
  }
}
.child-friendly-areas .area-list > li .area-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.child-friendly-areas .area-list > li .area-item .img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.child-friendly-areas .area-list > li .area-item .img img {
  margin: 0 auto;
  height: auto;
}
.child-friendly-areas .area-list > li .area-item .title {
  margin: 0;
  font-size: clamp(16px, 10px + 1.9vw, 19px);
  font-weight: 700;
  color: #1E2124;
}
.child-friendly-areas .area-list > li .area-item .desc {
  font-size: clamp(13px, 10px + 1.7vw, 17px);
  color: #464C53;
  word-break: keep-all;
}

.principle-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}
.principle-wrap .principle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 47.99em) {
  .principle-wrap .principle-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.principle-wrap .principle-list > li {
  width: calc((100% - 48px) / 4);
  text-align: center;
}
@media only screen and (max-width: 63.99em) {
  .principle-wrap .principle-list > li {
    width: calc((100% - 16px) / 2);
  }
}
@media only screen and (max-width: 47.99em) {
  .principle-wrap .principle-list > li {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.principle-wrap .principle-list > li .principle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.principle-wrap .principle-list > li .principle .img {
  height: auto;
  margin: 0 auto;
  position: relative;
}
.principle-wrap .principle-list > li .principle .img > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.principle-wrap .principle-list > li .principle .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.principle-wrap .principle-list > li .principle .text .p-green {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 20px;
  margin: 0px auto;
  color: #fff;
  background-color: #99cc00;
  font-weight: 700;
  font-size: clamp(10px, 8px + 1.5vw, 15px);
  line-height: 1;
  border-radius: 8px;
}
.principle-wrap .principle-list > li .principle .text .p-tit {
  font-size: clamp(16px, 10px + 1.9vw, 19px);
  font-weight: 700;
}
.principle-wrap .principle-list > li .principle .text .p-txt {
  font-size: clamp(13px, 10px + 1.7vw, 17px);
  color: #666666;
  word-break: keep-all;
  word-wrap: break-word;
}

.img-text .img.w30 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30%;
}

.prin-list > li .p-cir {
  width: 12.75rem;
  height: 12.75rem;
  margin: 0px auto 3.125rem;
  background-color: var(--main-color);
  position: relative;
  border-radius: 50%;
}
.prin-list > li .p-cir .p-img {
  width: 100%;
  position: absolute;
  top: -5%;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.prin-list > li:nth-child(3) .p-cir .p-img {
  right: 35%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.prin-list > li:nth-child(4) .p-cir .p-img {
  right: 27%;
}

.adviceDateWrap {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #B1B8BE;
  padding: 27px;
  margin-top: 20px;
}
.adviceDateWrap .innerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
}
.adviceDateWrap .innerBox > div {
  width: 25%;
  padding: 30px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 47.99em) {
  .adviceDateWrap .innerBox > div {
    width: 50%;
  }
}
@media only screen and (max-width: 29.99em) {
  .adviceDateWrap .innerBox > div {
    width: 100%;
  }
}
.adviceDateWrap .innerBox > div .conBox .ico-color {
  position: relative;
  margin: 10px 0;
}
.adviceDateWrap .innerBox > div .conBox .ico-color:before {
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #a2b2d5;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.adviceDateWrap .innerBox > div .conBox .ico-color:after {
  display: block;
  content: "";
  width: 300%;
  margin-left: -100%;
  height: 2px;
  background: #a2b2d5;
  position: absolute;
  top: 12px;
  z-index: 1;
}
.adviceDateWrap .innerBox > div .conBox span {
  color: #3f5f9c;
  font-size: 19px;
  font-weight: bold;
}
.adviceDateWrap .innerBox > div .conBox p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.adviceDateWrap .innerBox > div .conBox.orange .ico:before {
  border-color: #ff8400;
}
.adviceDateWrap .innerBox > div .conBox.orange span {
  color: #ff8400;
}
.adviceDateWrap .innerBox > div .conBox.d-day .ico:before {
  border-color: #0072ff;
}
.adviceDateWrap .innerBox > div .conBox.d-day span {
  color: #0072ff;
}
.adviceDateWrap .innerBox > div .conBox.d-day p {
  color: #0072ff;
}

/*총괄조직도*/
.organList {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.organList li {
  position: relative;
}

.organList a,
.organList strong {
  display: inline-block;
}

.organList a:hover,
.organList a:focus {
  text-decoration: underline;
}

.organDepth1,
.organDepth2 {
  background: url(/humanframe/theme/portal/assets/images/common/bg_dot_repeat.gif) no-repeat;
  background-position-x: center;
  background-size: 2px 635px;
}

.organDepth1 > h5 {
  display: block;
  max-width: 200px;
  margin: 10px auto 20px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  background-color: #c56d00;
}

.organDepth1 > a,
.organDepth1 > strong,
.organDepth1 > strong,
.organDepth2 > a,
.organDepth2 > strong,
.organDepthSub > li > a,
.organDepthSub > li > strong,
.organDepthSub_t > li > a,
.organDepthSub_t > li > strong {
  display: block;
  max-width: 200px;
  margin: 10px auto;
  font-weight: bold;
  line-height: 45px;
  border-radius: 0;
}

.organDepth1 > a,
.organDepth1 > strong,
.organDepth1 > strong {
  color: #fff;
  background-color: #3f5f9c !important;
}

.organDepth2 > a,
.organDepth2 > strong {
  color: #fff;
  background-color: #6a83b5;
}

.organDepth1 > h5,
.organDepth1 > a,
.organDepth2 > a {
  font-size: 18px;
  line-height: 60px;
}

.organDepthSub {
  padding-left: 50%;
}

.organDepthSub_t {
  overflow: hidden;
  position: relative;
}

.organDepthSub_t li {
  float: left;
  width: 50%;
}

.organDepthSub > li > a,
.organDepthSub > li > strong,
.organDepthSub_t > li > a,
.organDepthSub_t > li > strong {
  position: relative;
  z-index: 2;
  color: #3f5f9c;
  background-color: #cfd7e6;
}

.organDepthSub > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 1;
  width: 180px;
  height: 1px;
  background-color: #e4e4e4;
}

.organDepthSub_t > li:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  z-index: 1;
  width: 180px;
  height: 1px;
  background-color: #e4e4e4;
}

/* organDepthSub_t > li:last-child:before {content:"";position:absolute;top:50%;left:0%;z-index:1;width:180px;height:1px;background-color:#e4e4e4} */ /* 아시아실리콘밸리 삭제 시 해당 라인 주석처리 */
.organDepth3 {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 10px -7px 0;
  vertical-align: top;
  border-top: 1px solid #e4e4e4;
}

.organDepth3 > li {
  float: left;
  padding: 20px 7px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(/humanframe/_resource/incdlue/cmm_new/image/content/bg_dot_repeat.gif) 50% 0 repeat-y;
}

.organDepth3 > li > a,
.organDepth3 > li > p {
  display: block;
  font-weight: bold;
  line-height: 45px;
  color: #3f5f9c;
  border: 1px solid #e4e4e4;
  background-color: #f3f4f8;
}

.organDepth3 > li > ul {
  padding: 5px;
  border: 1px solid #e4e4e4;
  border-top: 0;
  background-color: #fff;
}

.organDepth3 > li > ul > li {
  margin: 2px 0;
  word-break: break-all;
}

.organDepth3.col-2::before,
.organDepth3.col-2::after {
  content: "";
  position: absolute;
  top: -1px;
  width: 25%;
  height: 2px;
  background-color: #fff;
}

.organDepth3.col-2::before {
  left: 0;
}

.organDepth3.col-2::after {
  right: 0;
}

.organDepth3.col-2 > li {
  width: 50%;
}

.organDepth3.col-3::before,
.organDepth3.col-3::after,
.organDepth3.col-3-1::before,
.organDepth3.col-3-1::after {
  content: "";
  position: absolute;
  top: -1px;
  width: 16.6665%;
  height: 2px;
  background-color: #fff;
}

.organDepth3.col-3::before,
.organDepth3.col-3-1::before {
  left: 0;
}

.organDepth3.col-3::after,
.organDepth3.col-3-1::after {
  right: 0;
}

.organDepth3.col-3 > li,
.organDepth3.col-3-1 > li {
  width: 33.333%;
}

.organDepth3.col-3-1 {
  background-color: #fff;
}

.organDepth3.col-4::before,
.organDepth3.col-4-1::before,
.organDepth3.col-4::after {
  content: "";
  position: absolute;
  top: -1px;
  width: 12.5%;
  height: 2px;
  background-color: #fff;
}

.organDepth3.col-4-1::after {
  content: "";
  position: absolute;
  top: -1px;
  width: 37.5%;
  height: 2px;
  background-color: #fff;
}

.organDepth3.col-4::before,
.organDepth3.col-4-1::before {
  left: 0;
}

.organDepth3.col-4::after,
.organDepth3.col-4-1::after {
  right: 0;
}

.organDepth3.col-4 > li,
.organDepth3.col-4-1 > li {
  width: 25%;
}

.organDepth3.col-4-1 {
  background-color: #fff;
  margin-top: 15px;
}

.organDepth3.col-5::before,
.organDepth3.col-5::after {
  content: "";
  position: absolute;
  top: -1px;
  width: 10%;
  height: 2px;
  background-color: #fff;
}

.organDepth3.col-5::before {
  left: 0;
}

.organDepth3.col-5::after {
  right: 0;
}

.organDepth3.col-5 > li {
  width: 20%;
}

.organDepth3.col-6::before,
.organDepth3.col-6::after {
  content: "";
  position: absolute;
  top: -1px;
  width: 8.33325%;
  height: 2px;
  background-color: #fff;
}

.organDepth3.col-6::before {
  left: 0;
}

.organDepth3.col-6::after {
  right: 0;
}

.organDepth3.col-6 > li {
  width: 16.666%;
}

.organDepth3.col-7::before,
.organDepth3.col-7::after {
  content: "";
  position: absolute;
  top: -1px;
  width: 7%;
  height: 2px;
  background-color: #fff;
}

.organDepth3.col-7::before {
  left: 0;
}

.organDepth3.col-7::after {
  right: 0;
}

.organDepth3.col-7 > li {
  width: 14.285%;
}

/* 조직도 높이값 셋팅 */
.organList .hgt > li ul {
  height: 140px;
}

.organList .hgt.first > li ul {
  height: 245px;
}

.organList.hgt1 > li ul {
  height: 110px;
}

.organList .hgt2 > li ul {
  height: 380px;
}

.organList.hgt3 > li ul {
  height: 165px;
}

.organList .hgt4 > li ul {
  height: 600px;
}

.search-flex.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-top-info .start-before.is-farm01 strong {
  background: url(/humanframe/theme/farming/assets/images/content/ico_farm01.png) no-repeat 0 center;
}
.content-top-info .start-before.is-farm02 strong {
  background: url(/humanframe/theme/farming/assets/images/content/ico_farm02.png) no-repeat 0 center;
}
.content-top-info .start-before.is-farm03 strong {
  background: url(/humanframe/theme/farming/assets/images/content/ico_farm03.png) no-repeat 0 center;
}

.img-text {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 29.99em) {
  .img-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.step-list.is-farm > ul > li .tit {
  color: #fff;
}
.step-list.is-farm > ul > li:nth-child(1) .tit {
  background-color: #FE6100;
}
.step-list.is-farm > ul > li:nth-child(2) .tit {
  background-color: #FF3030;
}
.step-list.is-farm > ul > li:nth-child(3) .tit {
  background-color: #63AF00;
}
.step-list.is-farm > ul > li:nth-child(4) .tit {
  background-color: #164DB4;
}

.img-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
}
.img-grid > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.img-grid > li.wfull {
  width: 100% !important;
}
.img-grid.cols2 > li {
  width: calc(50% - 10px);
}
.img-grid.cols2 > li.wfull {
  width: 100% !important;
}
.img-grid.cols3 > li {
  width: calc(33.3333% - 13.3333px);
}

figure {
  height: 100%;
}
figure .img-wrap {
  display: block;
  overflow: hidden;
  background-color: #F4F5F6;
}
figure .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
figure figcaption {
  display: block;
  padding: 10px;
  width: 100%;
  font-weight: 400;
  text-align: center;
}

.funeral-history {
  padding-top: 5px;
  background: url(/include/cmm_new/image/common/bg_diagonal_line.png) 0 0 repeat-x;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.funeral-history > li {
  overflow: hidden;
  position: relative;
  background: url(/include/cmm_new/image/common/bg_diagonal_line.png) 0 100% repeat-x;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 29.99em) {
  .funeral-history > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.funeral-history > li .year {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  font-weight: normal;
  font-size: clamp(16px, 10px + 1.9vw, 19px);
  line-height: 1;
  text-align: center;
  border-radius: 30px;
  background-color: #F4F5F6;
  padding: 6px;
}
.funeral-history > li .history-event-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  margin-top: 4px;
}
.funeral-history > li .history-event-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.funeral-history > li .history-event-list .event-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 110px;
}
@media only screen and (max-width: 29.99em) {
  .funeral-history > li .history-event-list .event-date {
    width: auto;
  }
}
.funeral-history > li .history-event-list .event-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.content-section:first-of-type {
  margin-top: 0;
}

.root_daum_roughmap {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.root_daum_roughmap .wrap_map {
  width: 100% !important;
  max-width: 100%;
  min-width: 280px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.root_daum_roughmap .map {
  width: 100% !important;
  max-width: 100%;
  min-width: 280px;
  height: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.root_daum_roughmap .map_border {
  max-width: 100%;
}
@media (max-width: 800px) {
  .root_daum_roughmap {
    width: 100% !important;
    min-width: 0;
  }
  .root_daum_roughmap .wrap_map,
  .root_daum_roughmap .map {
    width: 100% !important;
    min-width: 0;
    height: 250px !important;
  }
}

.wrap_btn_zoom {
  z-index: 10;
}