메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.
편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
@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-Regular.woff') format('woff');
    font-weight: 400;
  font-weight: 400;
    font-style: normal;
  font-style: normal;
}
}
* {
* {
    font-family: 'Pretendard-Regular' !important;
  font-family: 'Pretendard-Regular' !important;
}
}


.citizen-body {
.citizen-body {
    font-size: 0.8rem;
  font-size: 0.8rem;
}
}
.mw-body, #content, #mw-content-text {
.mw-body, #content, #mw-content-text {
  max-width: 1200px;
max-width: 1200px;
  width: 100%;
width: 100%;
  margin: 0 auto;
margin: 0 auto;
}
}


21번째 줄: 21번째 줄:


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


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


.categoryA, .categoryB, .categoryC {
 
    display: inline-flex;
 
    align-items: center;
.main-search-img {
    width: 140px;
  margin-right: 10px;
    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-title-box {
    text-decoration: none;
  min-height: 38px;
    display: flex;
  background-color: var(--color-surface-2);
    align-items: center;
  border: 1px solid #BBB;
  border-radius: 10px;
  color: #202122;
  font-weight: bold;
  margin: 10px 0;
  padding: 10px 20px 0px 20px;
}
}
.categoryA img, .categoryB img, .categoryC img {
 
    width: 25px;
.main-subtitle-box {
    height: 25px;
  min-height: 38px;
    object-fit: contain;
  background-color: oklch(0.96 0.01 262.29);
    margin-right: 4px;
  border: 1px solid #CCC;
  border-radius: 10px;
  color: #202122;
  font-weight: bold;
  margin: 10px 0;
  padding: 10px 10px 0px 20px;
}
}
.categoryA .divider, .categoryB .divider, .categoryC .divider {
.main-subtitle-box:hover {
    display: inline-block;
  background-color: #FFF;
    width: 1px;
  transition: all 0.2s ease;
    height: 18px;
    background: #999;
    margin: 0 7px 0 0;
    vertical-align: middle;
    content: "";
}
}


.main-category,
.main-middle,
.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 {
  gap: 10px;
}


   .main-search-img {
.main-category div {
  margin-right: 10px;
  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;
  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);
  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-title-box {
.main-category div:nth-child(1)::after {
    min-height: 38px;
  background-image: url('./images/main/category01.jpg');
    background-color: var(--color-surface-2);
}
    border: 1px solid #BBB;
.main-category div:nth-child(2)::after {
    border-radius: 10px;
  background-image: url('./images/main/category02.jpg');
    color: #202122;
}
    font-weight: bold;
.main-category div:nth-child(3)::after {
    margin: 10px 0;
  background-image: url('./images/main/category03.jpg');
    padding: 10px 20px 0px 20px;
}
   }
.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) {
   grid-column: span 2;
}


  .main-subtitle-box {
.main-middle2 > *:nth-child(1) {
    min-height: 38px;
  grid-column: span 3;
    background-color: oklch(0.96 0.01 262.29);
}
    border: 1px solid #CCC;
.main-middle2 > *:nth-child(2) {
    border-radius: 10px;
  grid-column: span 2;
    color: #202122;
}
    font-weight: bold;
    margin: 10px 0;
    padding: 10px 10px 0px 20px;
  }
  .main-subtitle-box:hover {
    background-color: #FFF;
    transition: all 0.2s ease;
  }


  .main-category,
  .main-middle,
  .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 {
    gap: 10px;
  }


  .main-category div {
.char-kr,
    height: 70px;
.char-en {
    color: #FFF;
     display: inline-flex;
    text-shadow: -3px 0px #000, 0px 3px #000, 3px 0px #000, 0px -3px #000;
     justify-content: center;
    overflow: hidden;
    position: relative;
     display: flex;
     justify-content: left;
    padding-left: 20px;
     align-items: center;
     align-items: center;
     font-weight: bold;
     width: 25px;
     z-index: 2;
    height: 25px;
     background-size: cover;
    background: #e0e0e0;
     background-position: center;
     border-radius: 5px;
     transition: all 0.2s ease;
     font-size: 0.8rem;
     color: #202122;
     margin: 0 5px 5px 0;
     box-sizing: border-box;
     box-sizing: border-box;
     border-radius: 10px;
     text-align: center;
     cursor: pointer;
     vertical-align: middle;
  }
     user-select: none;
  .main-category div::before {
}
    content: "";
.char-kr:hover,
    position: absolute;
.char-en:hover {
    top: 0;
  transform: scale(1.2);
    left: 0;
  transition: transform 0.2s ease;
    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);
    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 {
    background-image: url('./images/main/category01.jpg');
  }
  .main-category div:nth-child(2)::after {
    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) {
    grid-column: span 2;
  }


  .main-middle2 > *:nth-child(1) {
.main-search-box {
    grid-column: span 3;
  max-width: 600px;
   }
  margin: 20px auto;
   .main-middle2 > *:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.8);
    grid-column: span 2;
  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;
}


  .char-kr,
.main-search-box:hover {
  .char-en {
  box-shadow: 0 0 15px 5px rgba(100, 180, 255, 0.5);
      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;
  }


  .main-logo > div {
.main-search-box:before {
    height: 80px;
  content: "";
    border-radius: 10px;
  position: absolute;
    margin-bottom: 10px;
  top: -2px;
    display: flex;
  left: -2px;
    justify-content: center;
  right: -2px;
    align-items: center;
  bottom: -2px;
    overflow: hidden;
  border-radius: 50px;
  }
  background: linear-gradient(45deg, #6e8efb, #a777e3, #6e8efb);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}


  .main-logo > div img {
.main-search-box:hover:before {
    max-height: 80%;
  opacity: 0.6;
    max-width: 80%;
}
    object-fit: contain;
    transition: transform 0.2s ease;
  }
  .main-logo > div:hover img {
    transform: scale(1.15);
  }


  .main-logo > div:nth-child(1) {
.main-search-box .search-icon {
    background-color: #FE5000;
   color: #666;
  }
   font-size: 20px;
  .main-logo > div:nth-child(2) {
   margin-right: 10px;
    background-color: #84754E;
}
  }
   .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 {
.main-search-box input {
    max-width: 600px;
  flex: 1;
    margin: 20px auto;
  border: none;
    background-color: rgba(255, 255, 255, 0.8);
  background: transparent;
    border-radius: 50px;
  padding: 8px 0;
    padding: 10px 20px;
  font-size: 16px;
    display: flex;
  color: #333;
    align-items: center;
  outline: none;
    justify-content: center;
}
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
  }


  .main-search-box:hover {
.main-search-box .search-slash {
    box-shadow: 0 0 15px 5px rgba(100, 180, 255, 0.5);
  background-color: #f0f0f0;
   }
  color: #666;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 14px;
   margin-left: 10px;
}


  .main-search-box:before {
.main-small-logo {
    content: "";
   margin-right: 7px;
    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;
  }

2025년 6월 5일 (목) 07:23 판

@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
* {
  font-family: 'Pretendard-Regular' !important;
}

.citizen-body {
  font-size: 0.8rem;
}
.mw-body, #content, #mw-content-text {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}



.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-search-img {
  margin-right: 10px;
}

.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 {
  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 0;
  padding: 10px 10px 0px 20px;
}
.main-subtitle-box:hover {
  background-color: #FFF;
  transition: all 0.2s ease;
}

.main-category,
.main-middle,
.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 {
  gap: 10px;
}

.main-category 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;
  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);
  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 {
  background-image: url('./images/main/category01.jpg');
}
.main-category div:nth-child(2)::after {
  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) {
  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;
}



.main-search-box {
  max-width: 600px;
  margin: 20px 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;
}

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