메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.
잔글편집 요약 없음
태그: 수동 되돌리기
편집 요약 없음
 
(같은 사용자의 중간 판 77개는 보이지 않습니다)
1번째 줄: 1번째 줄:
@import "bootstrap-grid.css";
@font-face {
@font-face {
   font-family: 'Pretendard-Regular';
   font-family: 'Pretendard-Regular';
   src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
   src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
}
* {
* {
   font-family: 'Pretendard-Regular' !important;
   font-family: 'Pretendard-Light' !important;
}
}


12번째 줄: 13번째 줄:
   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;
}
}


26번째 줄: 46번째 줄:


.main-link {
.main-link {
display: flex;
  display: flex;
justify-content: space-evenly;
  justify-content: space-evenly;
align-items: center;
  align-items: center;
background-color: #FFF;
  background-color: #FFF;
margin: 20px 0;
  margin: 20px 0;
padding: 5px 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-search-img {
.main-banner-image::after {
   margin-right: 10px;
   background-image: url('./images/main/banner01.JPG');
}
}


47번째 줄: 112번째 줄:
   color: #202122;
   color: #202122;
   font-weight: bold;
   font-weight: bold;
   margin: 10px 0;
   margin-bottom: 10px;
   padding: 10px 20px 0px 20px;
   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;
}
}


58번째 줄: 141번째 줄:
   color: #202122;
   color: #202122;
   font-weight: bold;
   font-weight: bold;
   margin: 10px 0;
   margin: 10px 20px;
   padding: 8px 10px 0px 20px;
   padding: 8px 10px 0px 20px;
}
}
.main-subtitle-box:hover {
.main-subtitle-box:hover {
   background-color: #FFF;
   background-color: #FFF;
66번째 줄: 150번째 줄:
}
}


.main-category,
.main-category {
.main-middle,
   margin-bottom: 10px;
.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-category .col div a {
   gap: 10px;
   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 div {
.main-category .col div {
   height: 70px;
   height: 70px;
   color: #FFF;
   color: #FFF;
89번째 줄: 168번째 줄:
   display: flex;
   display: flex;
   justify-content: left;
   justify-content: left;
  padding-left: 20px;
   align-items: center;
   align-items: center;
   font-weight: bold;
   font-weight: bold;
100번째 줄: 178번째 줄:
   cursor: pointer;
   cursor: pointer;
}
}
.main-category div::before {
 
.main-category .col div::before {
   content: "";
   content: "";
   position: absolute;
   position: absolute;
107번째 줄: 186번째 줄:
   width: 100%;
   width: 100%;
   height: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.7);
   background-color: rgba(0, 0, 0, 0.4);
   z-index: -1;
   z-index: -1;
   transition: background 0.5s ease;
   transition: background 0.5s ease;
}
}
.main-category div:hover::before {
 
.main-category .col div:hover::before {
   background: rgba(0, 0, 0, 0);
   background: rgba(0, 0, 0, 0);
   color: #000;
   color: #000;
}
}
.main-category div::after {
 
.main-category .col div::after {
   content: "";
   content: "";
   position: absolute;
   position: absolute;
127번째 줄: 208번째 줄:
   transition: transform 0.2s ease;
   transition: transform 0.2s ease;
}
}
.main-category div:hover::after {
 
.main-category div div:hover::after {
   transform: scale(1.2);
   transform: scale(1.2);
}
}


.main-category div:nth-child(1)::after {
.main-category .col:nth-child(1) div::after {
   background-image: url('./images/main/category01.jpg');
   background-image: url('./images/main/category01.jpg');
}
}
.main-category div:nth-child(2)::after {
 
.main-category .col:nth-child(2) div::after {
   background-image: url('./images/main/category02.jpg');
   background-image: url('./images/main/category02.jpg');
}
}
.main-category div:nth-child(3)::after {
 
.main-category .col:nth-child(3) div::after {
   background-image: url('./images/main/category03.jpg');
   background-image: url('./images/main/category03.jpg');
}
}
.main-category div:nth-child(4)::after {
 
.main-category .col:nth-child(4) div::after {
   background-image: url('./images/main/category04.jpg');
   background-image: url('./images/main/category04.jpg');
}
}
.main-category div:nth-child(5)::after {
 
.main-category .col:nth-child(5) div::after {
   background-image: url('./images/main/category05.jpg');
   background-image: url('./images/main/category05.jpg');
}
}
.main-category div:nth-child(6)::after {
 
.main-category .col:nth-child(6) div::after {
   background-image: url('./images/main/category06.jpg');
   background-image: url('./images/main/category06.jpg');
}
}
.main-category div:nth-child(7)::after {
 
.main-category .col:nth-child(7) div::after {
   background-image: url('./images/main/category07.jpg');
   background-image: url('./images/main/category07.jpg');
}
}
.main-category div:nth-child(8)::after {
 
.main-category .col:nth-child(8) div::after {
   background-image: url('./images/main/category08.jpg');
   background-image: url('./images/main/category08.jpg');
}
}
.main-category div:nth-child(9)::after {
 
.main-category .col:nth-child(9) div::after {
   background-image: url('./images/main/category09.jpg');
   background-image: url('./images/main/category09.jpg');
}
}
.main-category div:nth-child(10)::after {
 
.main-category .col:nth-child(10) div::after {
   background-image: url('./images/main/category10.jpg');
   background-image: url('./images/main/category10.jpg');
}
}
.main-category div:nth-child(11)::after {
 
.main-category .col:nth-child(11) div::after {
   background-image: url('./images/main/category11.jpg');
   background-image: url('./images/main/category11.jpg');
}
}
.main-category div:nth-child(12)::after {
 
.main-category .col:nth-child(12) div::after {
   background-image: url('./images/main/category12.jpg');
   background-image: url('./images/main/category12.jpg');
}
}
.main-category div:nth-child(13)::after {
 
.main-category .col:nth-child(13) div::after {
   background-image: url('./images/main/category13.jpg');
   background-image: url('./images/main/category13.jpg');
}
}
.main-category div:nth-child(14)::after {
 
.main-category .col:nth-child(14) div::after {
   background-image: url('./images/main/category14.jpg');
   background-image: url('./images/main/category14.jpg');
}
}
.main-category div:nth-child(15)::after {
 
.main-category .col:nth-child(15) div::after {
   background-image: url('./images/main/category15.jpg');
   background-image: url('./images/main/category15.jpg');
}
.main-middle > *:nth-child(4) {
  grid-column: span 2;
}
.main-middle2 > *:nth-child(1) {
  grid-column: span 3;
}
.main-middle2 > *:nth-child(2) {
  grid-column: span 2;
}
.char-kr,
.char-en {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background: #e0e0e0;
    border-radius: 5px;
    font-size: 0.8rem;
    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;
}
}


217번째 줄: 277번째 줄:
.main-search-box {
.main-search-box {
   max-width: 600px;
   max-width: 600px;
   margin: 20px auto;
   margin: 50px auto;
   background-color: rgba(255, 255, 255, 0.8);
   background-color: rgba(255, 255, 255, 0.8);
   border-radius: 50px;
   border-radius: 50px;
227번째 줄: 287번째 줄:
   transition: all 0.3s ease;
   transition: all 0.3s ease;
   position: relative;
   position: relative;
  cursor: pointer;
}
}


274번째 줄: 335번째 줄:
   font-size: 14px;
   font-size: 14px;
   margin-left: 10px;
   margin-left: 10px;
}
.main-search-img {
  margin-right: 10px;
}
}


.main-small-logo {
.main-small-logo {
   margin-right: 5px;
   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;
}
}

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;
}