메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.
편집 요약 없음
편집 요약 없음
 
(같은 사용자의 중간 판 95개는 보이지 않습니다)
1번째 줄: 1번째 줄:
@import "bootstrap-grid.css";
@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
}
* {
  font-family: 'Pretendard-Light' !important;
}
.citizen-body {
.citizen-body {
    font-size: 0.8rem;
  font-size: 0.8rem;
}
}
.mw-body, #content, #mw-content-text {
 
   max-width: 1200px;
 
   width: 100%;
 
   margin: 0 auto;
.main-title {
  text-align: center;
}
 
.main-title p:first-child {
  margin: 80px 0 0 0;
}
 
.main-title h1 {
   font-size: 3.75rem;
   margin: -10px 0 -5px 0;
}
 
.main-title p:last-child {
   margin: 0 0 -30px 0;
}
 
.main-title p:last-child em {
  color: rgba(100, 180, 255, 1);
  text-emphasis-style: none;
}
}


.main-box {
.main-box {
    border: 3px, solid, var(--color-surface-2);
  border: 3px, solid, var(--color-surface-2);
    padding: 0 20px;
  padding: 0 20px;
}
}


22번째 줄: 54번째 줄:
}
}


.mw-search-form-wrapper {
 
    max-width: 600px;
 
    margin: 20px auto;
.main-banner-box {
    padding: 10px;
  border-bottom: 0 !important;
  border-radius: 10px 10px 0 0 !important;
  margin-bottom: 0 !important;
  padding-left: 20px;
}
 
.main-banner-image {
  height: 100px;
  color: #FFF;
  text-shadow: -3px 0px #000, 0px 3px #000, 3px 0px #000, 0px -3px #000;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: bold;
  z-index: 2;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
  padding-left: 20px;
  margin-bottom: 10px;
}
 
.main-banner-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -2;
  transition: transform 0.2s ease;
}
 
.main-banner-image:hover::after {
  transform: scale(1.1);
}
 
.main-banner-image::after {
  background-image: url('./images/main/banner01.JPG');
}
 
.main-title-box {
  min-height: 38px;
  background-color: var(--color-surface-2);
  border: 1px solid #BBB;
  border-radius: 10px;
  color: #202122;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 8px;
}
 
.main-title-box a {
  text-decoration-line: none;
  color: #000;
  margin-left: 20px;
}
 
.main-title-box span {
  margin-left: 20px;
}
}


.mw-search-form-wrapper input[type="search"] {
.main-title-box p {
    width: 100%;
  margin: 0 0 0 20px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
}


.mw-search-form-wrapper .oo-ui-searchWidget-query {
.blank .main-title-box p {
    position: relative;
  margin-bottom: 10px;
}
}


.char-kr, .char-en {
.main-subtitle-box {
    display: inline-flex;
  min-height: 38px;
    justify-content: center;
  background-color: oklch(0.96 0.01 262.29);
    align-items: center;
  border: 1px solid #CCC;
    width: 40px;
  border-radius: 10px;
    height: 40px;
  color: #202122;
    background: var(--color-surface-2);
  font-weight: bold;
    border-radius: 5px;
  margin: 10px 20px;
    font-size: 1.2rem;
  padding: 8px 10px 0px 20px;
    font-weight: bold;
    color: #202122;
    margin: 5px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    user-select: none;
}
}
.categoryA, .categoryB, .categoryC {
 
    display: inline-flex;
.main-subtitle-box:hover {
    align-items: center;
  background-color: #FFF;
    width: 140px;
  transition: all 0.2s ease;
    height: 40px;
    background: var(--color-surface-2);
    border-radius: 5px;
    font-size: 1rem;
    color: #222;
    font-weight: 500;
    margin: 5px;
    box-sizing: border-box;
    padding: 0 10px;
    gap: 7px;
    overflow: hidden;
}
}
.categoryA a, .categoryB a, .categoryC a {
 
    color: #202122;
.main-category {
    text-decoration: none;
  margin-bottom: 10px;
    display: flex;
    align-items: center;
}
}
.categoryA img, .categoryB img, .categoryC img {
 
    width: 25px;
.main-category .col div a {
    height: 25px;
  text-shadow: -1px 0 .2em #000,0 1px .2em #000,1px 0 .2em #000,0 -1px .2em #000;
    object-fit: contain;
  color: #FFF;
    margin-right: 4px;
  margin-left: 20px;
}
}
.categoryA .divider, .categoryB .divider, .categoryC .divider {
 
    display: inline-block;
.main-category .col div {
    width: 1px;
  height: 70px;
    height: 18px;
  color: #FFF;
    background: #999;
  text-shadow: -3px 0px #000, 0px 3px #000, 3px 0px #000, 0px -3px #000;
    margin: 0 7px 0 0;
  overflow: hidden;
    vertical-align: middle;
  position: relative;
    content: "";
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: bold;
  z-index: 2;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
}
}


.main-category .col div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  transition: background 0.5s ease;
}
.main-category .col div:hover::before {
  background: rgba(0, 0, 0, 0);
  color: #000;
}
.main-category .col div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -2;
  transition: transform 0.2s ease;
}
.main-category div div:hover::after {
  transform: scale(1.2);
}
.main-category .col:nth-child(1) div::after {
  background-image: url('./images/main/category01.jpg');
}
.main-category .col:nth-child(2) div::after {
  background-image: url('./images/main/category02.jpg');
}
.main-category .col:nth-child(3) div::after {
  background-image: url('./images/main/category03.jpg');
}
.main-category .col:nth-child(4) div::after {
  background-image: url('./images/main/category04.jpg');
}
.main-category .col:nth-child(5) div::after {
  background-image: url('./images/main/category05.jpg');
}
.main-category .col:nth-child(6) div::after {
  background-image: url('./images/main/category06.jpg');
}
.main-category .col:nth-child(7) div::after {
  background-image: url('./images/main/category07.jpg');
}
.main-category .col:nth-child(8) div::after {
  background-image: url('./images/main/category08.jpg');
}
.main-category .col:nth-child(9) div::after {
  background-image: url('./images/main/category09.jpg');
}
.main-category .col:nth-child(10) div::after {
  background-image: url('./images/main/category10.jpg');
}
.main-category .col:nth-child(11) div::after {
  background-image: url('./images/main/category11.jpg');
}
.main-category .col:nth-child(12) div::after {
  background-image: url('./images/main/category12.jpg');
}
.main-category .col:nth-child(13) div::after {
  background-image: url('./images/main/category13.jpg');
}
.main-category .col:nth-child(14) div::after {
  background-image: url('./images/main/category14.jpg');
}
.main-category .col:nth-child(15) div::after {
  background-image: url('./images/main/category15.jpg');
}




  .main-title-box {
    min-height: 38px;
    background-color: var(--color-surface-2);
    border: 1px solid #BBB;
    border-radius: 10px;
    color: #202122;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px 20px 0px 20px;
  }


  .main-subtitle-box {
.main-search-box {
    min-height: 38px;
  max-width: 600px;
    background-color: oklch(calc(96% + (-2% * 2)) 0.03 262.29);
  margin: 50px auto;
    border: 1px solid #CCC;
  background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
  border-radius: 50px;
    color: #202122;
  padding: 10px 20px;
    font-weight: bold;
  display: flex;
    margin: 10px 0;
  align-items: center;
    padding: 10px 20px 0px 20px;
  justify-content: center;
   }
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  .main-subtitle-box:hover {
  transition: all 0.3s ease;
    background-color: #F5F5F5;
   position: relative;
    transition: all 0.2s ease;
  cursor: pointer;
   }
}


  .main-category,
.main-search-box:hover {
  .main-middle,
   box-shadow: 0 0 15px 5px rgba(100, 180, 255, 0.5);
   .main-middle2 {
}
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
    column-gap: 10px;
    row-gap: 0px;
    width: 100%;
    box-sizing: border-box;
  }


  .main-category {
.main-search-box:before {
    gap: 10px;
  content: "";
   }
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50px;
  background: linear-gradient(45deg, #6e8efb, #a777e3, #6e8efb);
  opacity: 0;
   transition: opacity 0.3s ease;
  z-index: -1;
}


  .main-category div {
.main-search-box:hover:before {
    height: 70px;
   opacity: 0.6;
    color: #FFF;
}
    text-shadow: -3px 0px #000, 0px 3px #000, 3px 0px #000, 0px -3px #000;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: left;
    padding-left: 20px;
    align-items: center;
    font-weight: bold;
    z-index: 2;
    background-size: cover;
    background-position: center;
    transition: all 0.2s ease;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
  }
  .main-category div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
    transition: background 0.5s ease;
  }
  .main-category div:hover::before {
    background: rgba(0, 0, 0, 0.2);
    color: #000;
  }
   .main-category div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -2;
    transition: transform 0.2s ease;
  }
  .main-category div:hover::after {
    transform: scale(1.2);
  }


  .main-category div:nth-child(1)::after {
.main-search-box .search-icon {
    background-image: url('./images/main/category01.jpg');
   color: #666;
  }
   font-size: 20px;
  .main-category div:nth-child(2)::after {
   margin-right: 10px;
    background-image: url('./images/main/category02.jpg');
}
  }
  .main-category div:nth-child(3)::after {
    background-image: url('./images/main/category03.jpg');
  }
  .main-category div:nth-child(4)::after {
    background-image: url('./images/main/category04.jpg');
  }
  .main-category div:nth-child(5)::after {
    background-image: url('./images/main/category05.jpg');
  }
  .main-category div:nth-child(6)::after {
    background-image: url('./images/main/category06.jpg');
  }
  .main-category div:nth-child(7)::after {
    background-image: url('./images/main/category07.jpg');
  }
  .main-category div:nth-child(8)::after {
    background-image: url('./images/main/category08.jpg');
  }
  .main-category div:nth-child(9)::after {
    background-image: url('./images/main/category09.jpg');
  }
   .main-category div:nth-child(10)::after {
    background-image: url('./images/main/category10.jpg');
   }
  .main-category div:nth-child(11)::after {
    background-image: url('./images/main/category11.jpg');
   }
  .main-category div:nth-child(12)::after {
    background-image: url('./images/main/category12.jpg');
  }
  .main-category div:nth-child(13)::after {
    background-image: url('./images/main/category13.jpg');
  }
  .main-category div:nth-child(14)::after {
    background-image: url('./images/main/category14.jpg');
  }
  .main-category div:nth-child(15)::after {
    background-image: url('./images/main/category15.jpg');
  }


  .main-middle > *:nth-child(4) {
.main-search-box input {
    grid-column: span 2;
  flex: 1;
   }
  border: none;
  background: transparent;
  padding: 8px 0;
  font-size: 16px;
   color: #333;
  outline: none;
}


  .main-middle2 > *:nth-child(1) {
.main-search-box .search-slash {
    grid-column: span 3;
  background-color: #f0f0f0;
   }
   color: #666;
   .main-middle2 > *:nth-child(2) {
   padding: 3px 8px;
    grid-column: span 2;
  border-radius: 4px;
  }
  font-size: 14px;
  margin-left: 10px;
}


  .char-kr,
.main-search-img {
  .char-en {
  margin-right: 10px;
      display: inline-flex;
}
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      background: #e0e0e0;
      border-radius: 5px;
      font-size: 1.2rem;
      font-weight: bold;
      color: #202122;
      margin: 0 5px 5px 0;
      box-sizing: border-box;
      text-align: center;
      vertical-align: middle;
      user-select: none;
  }
  .char-kr:hover,
  .char-en:hover {
    transform: scale(1.2);
    transition: transform 0.2s ease;
  }


  .main-logo > div {
.main-small-logo {
    height: 100px;
  margin-right: 5px;
    border-radius: 10px;
}
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }


  .main-logo > div img {
@media (min-width: 576px) {
    max-height: 80%;
  .row .blank, .blank .main-title-box {
    max-width: 80%;
     height: 235px !important;
    object-fit: contain;
    transition: transform 0.2s ease;
  }
  .main-logo > div:hover img {
     transform: scale(1.15);
   }
   }
}


   .main-logo > div:nth-child(1) {
@media (min-width: 992px) {
     background-color: #FE5000;
   .row .blank, .blank .main-title-box {
     height: 235px !important;
   }
   }
   .main-logo > div:nth-child(2) {
   .row .blank {
    background-color: #84754E;
     margin-top: -235px;
  }
  .main-logo > div:nth-child(3) {
    background-color: #003b80;
  }
  .main-logo > div:nth-child(4) {
     background-color: #1EC800;
  }
  .main-logo > div:nth-child(5) {
    background-color: #FF0000;
   }
   }
}


  .main-search-box {
#citizen-section-0 {
    max-width: 600px;
  width: 400px;
    margin: 20px auto;
  float: right;
    background-color: rgba(255, 255, 255, 0.8);
  margin-left: 40px;
    border-radius: 50px;
}
    padding: 10px 20px;
@media screen and (max-width: 768px) {
    display: flex;
  #citizen-section-0 {
    align-items: center;
      box-sizing: border-box;  
    justify-content: center;
      float: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      width: 100%;
    transition: all 0.3s ease;
      margin-left: 0;
    position: relative;
      margin-bottom: 40px;
   }
   }
}
.mw-content-ltr::after, .mw-parser-output::after{
  content: "";
  display: block !important;
  clear: both !important;
}


  .main-search-box:hover {
.infobox-image {
    box-shadow: 0 0 15px 5px rgba(100, 180, 255, 0.5);
  background-color: #FFF;  
  }
}


  .main-search-box:before {
#citizen-section-0 > div > div.citizen-overflow-content > div > table > caption {
    content: "";
  text-align: center;
    position: absolute;
}
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50px;
    background: linear-gradient(45deg, #6e8efb, #a777e3, #6e8efb);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
  }


  .main-search-box:hover:before {
#citizen-section-0 > div > div.citizen-overflow-content > div > table > tbody th {
    opacity: 0.6;
  background-color: #EEE;
  }
}


  .main-search-box .search-icon {
.mw-content-ltr p, .mw-content-ltr li {
    color: #666;
     font-size: 15px !important;
     font-size: 20px;
}
    margin-right: 10px;
  }


  .main-search-box input {
body {
    flex: 1;
  background-color: #ffffff !important;
    border: none;
}
    background: transparent;
    padding: 8px 0;
    font-size: 16px;
    color: #333;
    outline: none;
  }


  .main-search-box .search-slash {
#content,
    background-color: #f0f0f0;
#mw-content-text,
    color: #666;
.vector-body,
    padding: 3px 8px;
.vector-main {
    border-radius: 4px;
  background-color: #ffffff !important;
    font-size: 14px;
}
    margin-left: 10px;
  }

2025년 8월 5일 (화) 05:41 기준 최신판

@import "bootstrap-grid.css";

@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
}

* {
  font-family: 'Pretendard-Light' !important;
}

.citizen-body {
  font-size: 0.8rem;
}



.main-title {
  text-align: center;
}

.main-title p:first-child {
  margin: 80px 0 0 0;
}

.main-title h1 {
  font-size: 3.75rem;
  margin: -10px 0 -5px 0;
}

.main-title p:last-child {
  margin: 0 0 -30px 0;
}

.main-title p:last-child em {
  color: rgba(100, 180, 255, 1);
  text-emphasis-style: none;
}



.main-box {
  border: 3px, solid, var(--color-surface-2);
  padding: 0 20px;
}

.main-link {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #FFF;
  margin: 20px 0;
  padding: 5px 0;
}



.main-banner-box {
  border-bottom: 0 !important;
  border-radius: 10px 10px 0 0 !important;
  margin-bottom: 0 !important;
  padding-left: 20px;
}

.main-banner-image {
  height: 100px;
  color: #FFF;
  text-shadow: -3px 0px #000, 0px 3px #000, 3px 0px #000, 0px -3px #000;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: bold;
  z-index: 2;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
  padding-left: 20px;
  margin-bottom: 10px;
}

.main-banner-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -2;
  transition: transform 0.2s ease;
}

.main-banner-image:hover::after {
  transform: scale(1.1);
}

.main-banner-image::after {
  background-image: url('./images/main/banner01.JPG');
}

.main-title-box {
  min-height: 38px;
  background-color: var(--color-surface-2);
  border: 1px solid #BBB;
  border-radius: 10px;
  color: #202122;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 8px;
}

.main-title-box a {
  text-decoration-line: none;
  color: #000;
  margin-left: 20px;
}

.main-title-box span {
  margin-left: 20px;
}

.main-title-box p {
  margin: 0 0 0 20px;
}

.blank .main-title-box p {
  margin-bottom: 10px;
}

.main-subtitle-box {
  min-height: 38px;
  background-color: oklch(0.96 0.01 262.29);
  border: 1px solid #CCC;
  border-radius: 10px;
  color: #202122;
  font-weight: bold;
  margin: 10px 20px;
  padding: 8px 10px 0px 20px;
}

.main-subtitle-box:hover {
  background-color: #FFF;
  transition: all 0.2s ease;
}

.main-category {
  margin-bottom: 10px;
}

.main-category .col div a {
  text-shadow: -1px 0 .2em #000,0 1px .2em #000,1px 0 .2em #000,0 -1px .2em #000;
  color: #FFF;
  margin-left: 20px;
}

.main-category .col div {
  height: 70px;
  color: #FFF;
  text-shadow: -3px 0px #000, 0px 3px #000, 3px 0px #000, 0px -3px #000;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: bold;
  z-index: 2;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
}

.main-category .col div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  transition: background 0.5s ease;
}

.main-category .col div:hover::before {
  background: rgba(0, 0, 0, 0);
  color: #000;
}

.main-category .col div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -2;
  transition: transform 0.2s ease;
}

.main-category div div:hover::after {
  transform: scale(1.2);
}

.main-category .col:nth-child(1) div::after {
  background-image: url('./images/main/category01.jpg');
}

.main-category .col:nth-child(2) div::after {
  background-image: url('./images/main/category02.jpg');
}

.main-category .col:nth-child(3) div::after {
  background-image: url('./images/main/category03.jpg');
}

.main-category .col:nth-child(4) div::after {
  background-image: url('./images/main/category04.jpg');
}

.main-category .col:nth-child(5) div::after {
  background-image: url('./images/main/category05.jpg');
}

.main-category .col:nth-child(6) div::after {
  background-image: url('./images/main/category06.jpg');
}

.main-category .col:nth-child(7) div::after {
  background-image: url('./images/main/category07.jpg');
}

.main-category .col:nth-child(8) div::after {
  background-image: url('./images/main/category08.jpg');
}

.main-category .col:nth-child(9) div::after {
  background-image: url('./images/main/category09.jpg');
}

.main-category .col:nth-child(10) div::after {
  background-image: url('./images/main/category10.jpg');
}

.main-category .col:nth-child(11) div::after {
  background-image: url('./images/main/category11.jpg');
}

.main-category .col:nth-child(12) div::after {
  background-image: url('./images/main/category12.jpg');
}

.main-category .col:nth-child(13) div::after {
  background-image: url('./images/main/category13.jpg');
}

.main-category .col:nth-child(14) div::after {
  background-image: url('./images/main/category14.jpg');
}

.main-category .col:nth-child(15) div::after {
  background-image: url('./images/main/category15.jpg');
}



.main-search-box {
  max-width: 600px;
  margin: 50px auto;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}

.main-search-box:hover {
  box-shadow: 0 0 15px 5px rgba(100, 180, 255, 0.5);
}

.main-search-box:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50px;
  background: linear-gradient(45deg, #6e8efb, #a777e3, #6e8efb);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.main-search-box:hover:before {
  opacity: 0.6;
}

.main-search-box .search-icon {
  color: #666;
  font-size: 20px;
  margin-right: 10px;
}

.main-search-box input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 8px 0;
  font-size: 16px;
  color: #333;
  outline: none;
}

.main-search-box .search-slash {
  background-color: #f0f0f0;
  color: #666;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 14px;
  margin-left: 10px;
}

.main-search-img {
  margin-right: 10px;
}

.main-small-logo {
  margin-right: 5px;
}

@media (min-width: 576px) {
  .row .blank, .blank .main-title-box {
    height: 235px !important;
  }
}

@media (min-width: 992px) {
  .row .blank, .blank .main-title-box {
    height: 235px !important;
  }
  .row .blank {
    margin-top: -235px;
  }
}

#citizen-section-0 {
  width: 400px;
  float: right;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  #citizen-section-0 {
      box-sizing: border-box; 
      float: none;
      width: 100%;
      margin-left: 0;
      margin-bottom: 40px;
  }
}
.mw-content-ltr::after, .mw-parser-output::after{
  content: "";
  display: block !important;
  clear: both !important;
}

.infobox-image {
  background-color: #FFF;    
}

#citizen-section-0 > div > div.citizen-overflow-content > div > table > caption {
  text-align: center;
}

#citizen-section-0 > div > div.citizen-overflow-content > div > table > tbody th {
  background-color: #EEE;
}

.mw-content-ltr p, .mw-content-ltr li {
    font-size: 15px !important;
}

body {
  background-color: #ffffff !important;
}

#content,
#mw-content-text,
.vector-body,
.vector-main {
  background-color: #ffffff !important;
}