<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 변수 &amp; 유틸리티 */
/* PX TO REM 변환 함수 */
/* legal main */
h2.lg-h2 {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  color: #333;
  line-height: 1.25;
}

.txt-white {
  color: #fff !important;
}

.txt-blue {
  color: #0067b6;
}

.more-btn {
  width: 36px;
  height: 36px;
  background: url(../image/main/icon-plus.png) no-repeat center #fff;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #ccc;
  background-size: 20px;
  text-indent: -9999em;
}

@media only screen and (max-width: 1172px) {
  .wrap {
    width: 100%;
    padding: 0 4vw;
  }
}
@media only screen and (max-width: 1024px) {
  .main .content {
    padding: 0;
  }
}
/* 컨턴츠 공통 레이아웃 */
.legal-wrap {
  padding-bottom: 50px;
}

.banner-type1 {
  overflow: hidden;
  float: left;
  width: 560px;
}

.banner-type1 &gt; li {
  float: left;
  width: calc(50% - 10px);
  height: 290px;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-type1 &gt; li:last-child {
  float: right;
}

.banner-type1 &gt; li &gt; a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 24px;
}

/* 탑 비주얼 */
.top-visual {
  width: 100%;
}

.top-slide-wrap {
  position: relative;
  height: auto;
}

.top-slide-wrap .item {
  height: 350px;
  color: #fff;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding-top: 55px;
}

.top-slide-wrap .owl-dots {
  display: none;
}

.top-slide-wrap .wrap {
  overflow: visible;
}

.top-slide-wrap .wrap &gt; h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
  word-break: break-all;
}

.top-slide-wrap .wrap &gt; i {
  height: 7px;
  width: 47px;
  background: #fff;
  display: block;
  margin: 25px 0;
  text-indent: -9999em;
}

.top-slide-wrap .wrap &gt; p {
  font-size: 20px;
  font-weight: 200;
  line-height: 1.5;
  font-weight: 200;
  word-break: break-all;
}

.top-slide-wrap .wrap .play-button-wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 50;
}

.top-slide-wrap .wrap .play-button-wrap .top-slide-button {
  float: left;
}

.top-slide-wrap .wrap .play-button-wrap .top-slide-button &gt; a {
  display: inline-block;
  width: 48px;
  height: 46px;
  margin-right: 1px;
  text-indent: -9999em;
  background-size: cover;
  background-color: #fff;
}

.top-slide-wrap .wrap .play-button-wrap .top-slide-button &gt; .play {
  background-image: url(../image/main/icon-slide-play.png);
}

.top-slide-wrap .wrap .play-button-wrap .top-slide-button &gt; .stop {
  background-image: url(../image/main/icon-slide-pause.png);
}

.top-slide-wrap .wrap .play-button-wrap .top-slide-button &gt; .owl-prev {
  background-image: url(../image/main/icon-slide-prev.png);
}

.top-slide-wrap .wrap .play-button-wrap .top-slide-button &gt; .owl-next {
  background-image: url(../image/main/icon-slide-next.png);
}

.top-slide-wrap .wrap .play-button-wrap &gt; .count-wrap {
  background-image: url(../image/main/icon-slide-count.png);
  float: left;
  width: 48px;
  height: 46px;
  position: relative;
  background-size: cover;
  background-color: #fff;
}

.top-slide-wrap .wrap .play-button-wrap &gt; .count-wrap &gt; span {
  font-size: 15px;
  color: #12aca4;
  font-weight: bold;
  position: absolute;
}

.top-slide-wrap .wrap .play-button-wrap &gt; .count-wrap &gt; .current {
  top: 10px;
  left: 10px;
}

.top-slide-wrap .wrap .play-button-wrap &gt; .count-wrap &gt; .total {
  bottom: 10px;
  right: 10px;
}

@media only screen and (max-width: 1172px) {
  .legal-wrap {
    padding-bottom: 4vh;
  }
}
@media only screen and (max-width: 1024px) {
  .banner-type1 {
    width: 100%;
    float: none;
    padding-bottom: 4vh;
  }
  .banner-type1 &gt; li &gt; a {
    padding: 2vh 3vw;
  }
  .top-slide-wrap .item {
    height: 300px;
    padding-top: 44px;
  }
  .top-slide-wrap .wrap &gt; h1 {
    font-size: 30px;
  }
  .top-slide-wrap .wrap &gt; i {
    height: 6px;
    width: 38px;
    margin: 20px 0;
  }
  .top-slide-wrap .wrap &gt; p {
    font-size: 18px;
  }
  .top-slide-wrap .wrap .play-button-wrap {
    bottom: 24px;
    left: 4vw;
  }
  .top-slide-wrap .wrap .play-button-wrap .top-slide-button &gt; a {
    width: 38px;
    height: 36px;
  }
  .top-slide-wrap .wrap .play-button-wrap &gt; .count-wrap {
    width: 38px;
    height: 36px;
  }
  .top-slide-wrap .wrap .play-button-wrap &gt; .count-wrap &gt; span {
    font-size: 14px;
  }
  .top-slide-wrap .wrap .play-button-wrap &gt; .count-wrap &gt; .current {
    top: 8px;
    left: 8px;
  }
  .top-slide-wrap .wrap .play-button-wrap &gt; .count-wrap &gt; .total {
    bottom: 8px;
    right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .top-slide-wrap .item {
    height: 250px;
    padding-top: 25px;
  }
  .top-slide-wrap .wrap &gt; h1 {
    font-size: 26px;
  }
  .top-slide-wrap .wrap &gt; i {
    height: 5px;
    width: 28px;
    margin: 15px 0;
  }
  .top-slide-wrap .wrap &gt; p {
    font-size: 17px;
  }
  .top-slide-wrap .wrap .play-button-wrap {
    bottom: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-type1 &gt; li {
    height: 32vh;
  }
}
/*
@media only screen and (max-width:1172px){
    .top-slide-wrap .wrap .play-button-wrap {}
    .top-slide-wrap .item {height:auto; padding:4vh 0 12vh;}
}
@media only screen and (max-width:1024px){
	}
@media only screen and (max-width:768px){
    .top-slide-wrap .wrap &gt; h1 {font-size: 28px;}
    .top-slide-wrap .wrap &gt; p {font-size: 18px;}
}

*/
/* 자치법규 */
.inner-1dep {
  padding-top: 50px;
  overflow: hidden;
  width: 100%;
}

.inner-1dep .banner-type1 &gt; li {
  background-image: url(../image/main/img-banner-01.jpg);
}

.inner-1dep .banner-type1 &gt; li &gt; a &gt; p {
  color: #fff;
  font-size: 16px;
  margin: 4px 0 0;
  font-weight: 300;
}

.inner-1dep .banner-type1 &gt; li:last-child {
  background: url(../image/main/img-banner-02.jpg) no-repeat bottom 5px center;
  background-size: 173px;
  border: 1px solid #ccc;
}

/* 입법예고 */
.lg-table-wrap {
  position: relative;
  width: calc(100% - 600px);
  float: right;
}

.lg-table {
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 23px;
}

.lg-table &gt; li {
  border-bottom: 1px solid #ccc;
}

.lg-table &gt; li &gt; a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 58px;
  line-height: 58px;
}
.lg-table &gt; li &gt; a:hover {
  color: #333;
  text-decoration: underline;
}

.lg-table &gt; li &gt; a &gt; p {
  font-size: 17px;
  color: #333;
  line-height: 58px;
  max-width: 470px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 64em) {
  .lg-table &gt; li &gt; a &gt; p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 30em) {
  .lg-table &gt; li &gt; a &gt; p {
    width: auto;
    max-width: 260px;
  }
}
@media only screen and (max-width: 375px) {
  .lg-table &gt; li &gt; a &gt; p {
    max-width: 215px;
  }
}
@media only screen and (max-width: 320px) {
  .lg-table &gt; li &gt; a &gt; p {
    max-width: 160px;
  }
}

.lg-table &gt; li &gt; a &gt; span {
  display: inline-block;
  white-space: nowrap;
}

/* 행정심판, 납세자 보호 */
.inner-2dep {
  overflow: hidden;
  width: 100%;
}

.inner-2dep .banner-type1 &gt; li {
  background-image: url(../image/main/img-banner-03.jpg);
}

.inner-2dep .banner-type1 &gt; li:last-child {
  background-image: url(../image/main/img-banner-04.jpg);
}

/* 인천시보, 인천광역시 의회 */
.banner-type2 {
  float: left;
  width: 270px;
  margin-left: 40px;
}

.banner-type2 &gt; a &gt; dl {
  width: 100%;
  border: 1px solid #ccc;
  padding: 24px;
  position: relative;
  height: 140px;
  margin-bottom: 10px;
  background: #f5f5f5;
}

.banner-type2 &gt; a:last-child &gt; dl {
  margin-bottom: 0;
  background: #fff;
}

.banner-type2 &gt; a &gt; dl &gt; dt {
  position: absolute;
  right: 20px;
  bottom: 0;
}

.banner-type2 &gt; a:last-child &gt; dl &gt; dt {
  bottom: 20px;
  right: 25px;
}

/* 국회, 법제처, 자치법규시스템 */
.banner-type3 {
  float: right;
  width: calc(100% - 890px);
  border: 1px solid #ccc;
  height: 290px;
}

.banner-type3 &gt; li {
  border-bottom: 1px solid #ccc;
  display: table;
  width: 100%;
  height: 33.33333%;
  text-align: center;
}

.banner-type3 &gt; li:last-child {
  border: 0;
}

.banner-type3 &gt; li &gt; a {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 1172px) {
  .inner-1dep {
    padding-top: 4vh;
  }
  .banner-type3 &gt; li &gt; a &gt; h2 {
    font-size: 20px;
    word-break: break-all;
  }
}
@media only screen and (max-width: 1024px) {
  .lg-table-wrap {
    width: 100%;
    float: none;
  }
  .banner-type2 {
    margin-left: 0;
    width: 48.5%;
  }
  .banner-type3 {
    width: 48.5%;
  }
}
@media only screen and (max-width: 768px) {
  .banner-type3 &gt; li:first-child &gt; a &gt; img {
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .banner-type2 &gt; a &gt; dl {
    padding: 2vh 3vw;
  }
  .banner-type2 &gt; a &gt; dl &gt; dt {
    right: 2vw;
  }
  .banner-type2 &gt; a:last-child &gt; dl &gt; dt {
    right: 1.5vw;
    bottom: 1.5vh;
  }
  .banner-type2,
  .banner-type3 {
    width: 100%;
    height: auto;
  }
  .banner-type3 {
    margin-top: 20px;
  }
  .banner-type3 &gt; li {
    height: 70px;
  }
  .banner-type3 &gt; li img {
    height: auto;
  }
}
/* 하단 배너 리스트 */
.banner-type4 {
  width: 100%;
  border-top: 1px solid #eee;
  height: 102px;
  overflow: hidden;
  /*padding-bottom:50px;*/
}

.banner-type4 &gt; div &gt; ul &gt; li {
  display: inline-block;
  width: 25%;
}

.banner-type4 &gt; div &gt; ul &gt; li &gt; div {
  display: table;
  width: 100%;
  text-align: center;
  height: 102px;
}

.banner-type4 &gt; div &gt; ul &gt; li &gt; div &gt; a {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .banner-type4 {
    height: auto;
  }
  .banner-type4 &gt; div &gt; ul &gt; li {
    width: 50%;
  }
  /*.vote .footer .footer-wrap .footer-inner{padding:0;}
  .footer-address{padding:0 20px;}
  .footer-logo, .footer-nav, .footer-mark, .footer-address .address, .footer-address .copyright{word-break:keep-all;line-height:1.5em;}
  .footer-nav li{width:50%;float:left;}
  .footer-nav li:nth-child(even) a:after{display:none;}
  */
}
/* 드래그 색상 */
/*
::-moz-selection {
    background: #474747;
    color: #fff;
}

::selection {
    background: #474747;
    color: #fff;
}
*/</pre></body></html>