@font-face {
  font-family: 'NanumSquareRound';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff')
    format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PyeongChangPeace-Bold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/PyeongChangPeace-Bold.woff2')
    format('woff2');
  font-weight: 700;
  font-style: normal;
}
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-family: 'NanumSquareRound';
}

li {
  text-align: left;
}

html::-webkit-scrollbar {
  width: 0.3rem;
  height: 0.3rem;
}

html::-webkit-scrollbar-track {
  background-color: rgb(255, 255, 239);
}

html::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 4px;
}

html::-webkit-scrollbar-thumb:hover {
  background-color: #231f20;
}

body {
  background-color: #ffe390;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img.emoji {
  height: 1.1em;
  width: 1.1em;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.1em;
}

figcaption {
  font-size: 0.4rem;
}

figure {
  display: inline-block;
  margin: 0.2rem;
}

.topText {
  color: #231f20;
  font-weight: bolder;
  font-size: 0.7rem;
  text-align: center;
  margin-top: 0.3rem;
}

.header {
  background-color: #231f20;
}

#wrap {
  min-height: 100vh;
  position: relative;
  width: 100%;
}

section {
  padding-bottom: 105px;
}

footer {
  text-align: center;
  background-color: #231f20;
  width: 100%;
  height: 70px;
  position: absolute;
  border-top: 1px solid #c4c4c4;
  padding-top: 10px;
  color: #ffffff;
  font-size: 0.3rem;
}

footer a {
  display: inline-block;
  color: #ffffff;
}

footer a:hover {
  font-weight: 700;
}

footer a:visited {
  color: #ffffff;
}

footer p {
  margin-top: 0;
  margin-bottom: 0;
}

footer p span {
  display: inline-block;
  margin-left: 20px;
}

#termsOfUse:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  width: 0px;
  margin: 0 0.9rem;
}

#privacyPolicy:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  height: 12px;
  width: 1px;
  background: #fff;
  margin: 0 0.4rem;
}

@media (min-width: 350px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 576px) {
  .topBar {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .topBar {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .topBar {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .topBar {
    max-width: 1170px;
  }
}

.topBar {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .topContainer {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .topContainer {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .topContainer {
    max-width: 800px;
  }
}

.topContainer {
  text-align: center;
  font-weight: bolder;
  margin: auto;
}

.topLink {
  display: inline-block;
}

.topLink02 {
  height: 2rem;
}

.topLink02 {
  margin-left: 0.3rem;
}

.topContainer .topLink a {
  color: white;
  font-size: 0.7rem;
  padding: 10px 10px 6px 10px;
  border-radius: 10px;
}

.topContainer .topLink a:hover {
  transition: 0.2s;
  background-color: rgb(255, 255, 239);
  color: #231f20;
}

/* .dropBtn {
  background-color: #4caf50;
  color: white;
  padding: 10px;
  font-size: 0.5rem;
  border: none;
  min-width: 140px;
  cursor: pointer;
} */
/* 
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdownContent {
  display: none;
  font-size: 0.5rem;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdownContent a {
  color: black;
  padding: 12px 16px;

  display: block;
}

.dropdownContent a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdownContent {
  display: block;
}

.dropdown:hover .dropBtn {
  background-color: #3e8e41;
} */

.topBtn {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 99;
  font-size: 0.5rem;
  border: none;
  outline: none;
  background-color: #ffc63b;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

.topBtn:hover {
  background-color: #fff;
  transition: 0.2s;
}

.pediaSearch {
  font-size: 0.6rem;
}
.searchTop {
  text-align: center;
}

.searchTop button {
  font-size: 0.7rem;
  background-color: #ffc63b;
  border-radius: 0.25rem;
  font-family: inherit;
  cursor: pointer;
  padding: 0.03rem 0.4rem;
  outline: none;
  position: relative;
  transform: translate(-10%, 11%);
  font-family: 'Noto Sans KR', sans-serif;
}

.searchTop button:hover {
  background-color: rgb(255, 255, 239);
  transition: 0.24s;
}

#search-input {
  text-align: center;
  border: 2px solid #231f20;
  border-radius: 0.2rem;
  width: 10rem;
  height: 1rem;
  font-size: 0.5rem;
  background-color: rgb(255, 255, 239);
  margin-bottom: 0.3rem;
}

.copyInput input {
  font-size: 0.5rem;
  height: 0.7rem;
  width: 60%;
  display: inline-block;
  border-radius: 10px 0px 0px 10px;
  outline: none;
  border-right-style: none;
  border-top-color: #231f20;
  border-left-color: #231f20;
  border-bottom-color: #231f20;
}

.copyInput {
  display: flex;
  position: fixed;
  bottom: 1.8rem;
  width: 60%;
  z-index: 999;
  left: 30%;
}

.copyButton {
  display: inline-block;
  background-color: #231f20;
  color: #fff;
  height: 0.85rem;
  font-size: 0.45rem;
  padding-bottom: 0.7rem;
  border-radius: 0px 10px 10px 0px;
  cursor: pointer;
  font-weight: 700;
  line-height: 0.85rem;
  border-style: none;
}

.copyButton:hover {
  background-color: #ffc63b;
  color: #231f20;
  transition: 0.2s;
}

.menuTopText {
  height: auto;
  position: relative;
  align-content: center;
  font-size: 0.7rem;
  cursor: pointer;
}

.container {
  width: 1060px;
  padding-right: 15px;
  padding-left: 15px;

  margin-right: auto;
  margin-left: auto;
  background-color: #fff0c2;
  border: 6px solid #231f20;
  border-radius: 20px;
  margin-top: 0.5rem;
}

.container h1 {
  text-align: center;
  font-size: 1rem;
}

.topH1 {
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}

.midTitle {
  font-size: 1rem;
  text-align: center;
  font-weight: bolder;
  padding-top: 0.5rem;
}

.category {
  font-size: 1rem;
}
.category a {
  color: #231f20;
  font-weight: 700;
}

.category a:hover {
  color: #231f20;
  font-weight: 700;
  background-color: #fff;
}

.categoryMenu {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  font-size: 0.7em;
  cursor: context-menu;
}

.categoryMenu button {
  background-color: inherit;
  color: black;
  padding: 0.2rem 0.2rem;
  border: none;
  outline: none;
  cursor: pointer;
}

.categoryMenu button:hover {
  background-color: rgb(255, 255, 239);

  transition: 0.2s;
  border-radius: 10px;
}

.categoryMenu button.active {
  background-color: rgb(255, 255, 239);
  border-radius: 10px;
}

.copyEmojis button {
  background-color: inherit;

  padding: 0.2rem 0.2rem;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 0.8rem;
  line-height: 0.8rem;
  padding-left: 0rem;
  padding-right: 0rem;
  position: relative;
}

/* .copyEmojis button:hover {
  background-color: rgb(162, 162, 162);
  transition: 0.2s;
  border-radius: 5px;
} */

.emojis .doCopy {
  width: auto;
  line-height: 0.5rem;
  background-color: rgba(85, 85, 85, 0.493);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  bottom: 150%;
  left: 50%;
  transform: translate(-50%, 160%);
  opacity: 0;
}

.emojis:hover .doCopy {
  visibility: visible;
  transition: 0.2s;
  opacity: 1;
}

.emojis:hover {
  background-color: #e4e4e4b6;
  border-radius: 0.2rem;
  transform: scale(1.2);
  transition: 0.2s;
}

.emoticons .doCopy {
  width: auto;
  line-height: 0.5rem;
  background-color: rgba(85, 85, 85, 0.493);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  bottom: 150%;
  left: 50%;
  transform: translate(-50%, 160%);
  opacity: 0;
}

.emoticons:hover .doCopy {
  visibility: visible;
  transition: 0.2s;
  opacity: 1;
}

.emoticons {
  min-width: 1rem;
}

.emoticons:hover {
  background-color: #e4e4e4b6;
  border-radius: 0.2rem;
  transform: scale(1.2);
  transition: 0.2s;
}

.doCopy {
  font-size: 0.5rem;
  text-shadow: 0rem 0rem 0rem #231f20;
  z-index: 998;
}

#logo {
  width: 8rem;
  padding-top: 0.3rem;
}

.tabEmoji {
  display: none;
  background-color: rgb(255, 255, 239);
  border: 3px solid #231f20c0;
  border-radius: 0.4rem;
  margin-bottom: 1rem;
}

#expression {
  display: block;
}

@media (min-width: 576px) {
  .emojiDetailLeft {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .emojiDetailLeft {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .emojiDetailLeft {
    max-width: 800px;
  }
}

.emojiDetailLeft {
  font-size: 0.6rem;
  line-height: 0.9rem;
  display: inline-block;
  min-height: 700px;
  margin-top: 0.5rem;
}

.emojiDetailLeft h1 {
  font-size: 0.7rem;
  text-align: center;
}

h3 {
  margin: 0.3rem;
  font-size: 0.9rem;
}

.newEmoji {
  font-family: 'OpenMojiColor';
}

.emojiDetailLeft h2 {
  font-size: 0.6rem;
}

.emojiDetailLeft li {
  font-size: 0.5rem;
}

@media (min-width: 259px) {
  .emojiDetailRight {
    display: none;
  }
}

@media (min-width: 768px) {
  .emojiDetailRight {
    display: none;
  }
}
@media (min-width: 1200px) {
  .emojiDetailRight {
    max-width: 260px;
    width: 260px;
    display: initial;
  }
}

.emojiDetailRight {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  font-size: 0.6rem;
  position: absolute;
  text-align: center;
  margin-top: 0.5rem;
}
.emojiDetailRight li {
  text-align: left;
  padding-left: 0.3rem;
}

.similarEmojis span b,
.popularEmojis span b {
  line-height: 1rem;
}

.similarEmojis {
  background-color: rgb(255, 255, 239);
  border: 3.5px solid #231f20c0;
  padding-bottom: 0.5rem;
  padding-top: 0.3rem;
  margin-right: 0.23rem;
}

.similarEmojis a,
.popularEmojis a {
  color: #231f20;
}

.similarEmojis a:hover,
.popularEmojis a:hover {
  font-weight: bold;
}

.popularEmojis {
  background-color: rgb(255, 255, 239);
  margin-top: 0.3rem;
  border: 3.5px solid #231f20c0;
  padding-bottom: 0.5rem;
  padding-top: 0.3rem;
  margin-right: 0.23rem;
}

.bottomCopy {
  text-align: center;
  margin: 0.3rem;
}

.aboutEmoji {
  background-color: rgb(255, 255, 239);
  border: 3px solid #231f20c0;
  border-radius: 0.4rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  padding-top: 0.2rem;
  padding-bottom: 0.5rem;
  display: inline-block;
  font-size: 0.5rem;
  display: none;
}

.aboutEmoji h1 {
  font-size: 1rem;
  text-align: center;
}

.bottomCopy .copyEmojis {
  background-color: #fff0c2;
  border: 3px solid #231f20c0;
  border-radius: 0.4rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  display: inline-block;
}

.bottomCopy .copyEmojis b {
  color: #231f20;
}

.rightAds {
  margin-top: 0.2rem;
}

.bottomAds {
  margin-top: 0.2rem;
}

table {
  background-color: rgb(255, 255, 239);
  border: 3px solid #231f20c0;
  border-radius: 0.4rem;
  border-collapse: collapse;
}

.tr td {
  padding: 0.2rem;
  border: 1px solid #231f20;
}

.tr th {
  padding: 0.2rem;
  text-align: left;
  border: 1px solid #231f20;
}

.goBackMain {
  text-align: center;
}

.goBackMain a {
  text-align: center;
  color: #231f20;
  line-height: 2rem;
}

.goBackMain a:hover {
  text-decoration: underline;
}

.TOU {
  background-color: rgb(255, 255, 239);
  border: 3px solid #231f20c0;
  border-radius: 0.4rem;
  margin: 0.5rem;
}
.document {
  margin: 1rem;
}

.document h1,
.document h2,
.document h3 {
  text-align: center;
  margin-left: 2rem;
  margin-right: 2rem;
}
.document h1 {
  font-size: 0.7rem;
}

.document h2 {
  font-size: 0.6rem;
  margin-top: 1rem;
}

.document h3 {
  font-size: 0.5rem;
}

.document p {
  font-size: 0.4rem;
}

.document li {
  font-size: 0.4rem;
}

.document h2 a {
  color: #231f20;
}

.popularList h1 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.popularList,
#results {
  padding: 0.5rem;
}

.searchMainPage,
.searchResults {
  max-height: 30rem;
  overflow-y: auto;
}

@media (min-width: 576px) {
  .searchResults {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .searchResults {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .searchResults {
    max-width: 800px;
  }
}

.searchMainPage {
  background-color: rgb(255, 255, 239);
  border: 3.5px solid #231f20c0;
  width: 800px;
}

@media (min-width: 576px) {
  .searchMainPage {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .searchMainPage {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .searchMainPage {
    max-width: 800px;
  }
}

.searchMainPage li {
  list-style-type: decimal;
}

.searchMainPage h1 {
  text-align: center;
}

.searchMainPage a,
#results a {
  font-weight: normal;
  color: #1064ff;
}

.searchMainPage a:hover,
#results a:hover {
  font-weight: bolder;
}

.searchMainPage::-webkit-scrollbar {
  width: 0.3rem;
  height: 0.3rem;
}

.searchMainPage::-webkit-scrollbar-track {
  background-color: rgb(255, 255, 239);
}

.searchMainPage::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 4px;
}

.searchMainPage::-webkit-scrollbar-thumb:hover {
  background-color: #231f20;
}

.searchResults {
  background-color: rgb(255, 255, 239);
  border: 3.5px solid #231f20c0;
  width: 800px;

  display: none;
}

.searchResults::-webkit-scrollbar {
  width: 0.3rem;
  height: 0.3rem;
}

.searchResults::-webkit-scrollbar-track {
  background-color: rgb(255, 255, 239);
}

.searchResults::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 4px;
}

.searchResults::-webkit-scrollbar-thumb:hover {
  background-color: #231f20;
}

@media (min-width: 576px) {
  #results {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #results {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #results {
    max-width: 800px;
  }
}

#results {
  margin-top: 1rem;
  font-size: 0.6rem;
  line-height: 0.9rem;
  display: inline-block;
  min-width: inherit;
  min-height: 700px;
  display: none;
}

.fontsH1 {
  font-family: 'PyeongChangPeace-Bold';
  color: #ffc63b;
  -webkit-text-stroke: #231f20;
  -webkit-text-stroke-width: 0.05rem;
}

.popularList p {
  text-align: center;
  background-color: rgb(255, 255, 239);
  border: 3.5px solid #231f20c0;
  padding: 1rem 0 1rem 0;
}

ul {
  margin: 0;
  padding-left: 0.5rem;
}

#allEmojis {
  display: block;
}

#allEmojis h2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 500;
  font-size: 0.6rem;
}

.copyEmojis {
  text-align: center;
}

#updateSearch {
  font-size: 0.5rem;
  font-weight: 400;
}

.pngImg {
  width: 2rem;
}

.pngDownload {
  background-color: #fff0c2;
  border: 3px solid #231f20c0;
  border-radius: 0.4rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  display: inline-block;
  font-size: 0.6rem;

  cursor: pointer;
}

.pngDownload:hover {
  background-color: #231f20;
  color: #fff0c2;
  transition: 0.2s;
}

.png {
  text-align: center;
}
