/*
@font-face {
  font-family: "NanumBarunpen";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumBarunpen.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ul,
li,
ol,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* language */
a:link {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}
html,
body {
  font-size: 14px;
  font-family: "NotoSans";
}
html:lang(en) html,
html:lang(en) body {
  font-family: "Roboto, RobotoDraft, Helvetica, Arial, sans-serif";
}
html:lang(en) .baby-main-title {
  font-family: "Roboto, RobotoDraft, Helvetica, Arial, sans-serif";
  font-size: 2rem;
  color: #fff;
  letter-spacing: -3px;
  word-spacing: 1px;
}
body {
  background-color: #30303d;
  color: #fff;
}
.wrapper {
  background-color: #30303d;
}
.real-wrapper {
  background-color: #000;
}
body:after {
  clear: both;
  content: " ";
  display: table;
}
table {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
table th {
  background-color: black;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
table td {
  text-align: center;
  line-height: 30px;
  border-bottom: 1px solid #656565;
}
em {
  font-weight: bold;
  color: #ff006d;
}
.footer {
  float: left;
  width: 100%;
  text-align: center;
  font-family: "Verdana";
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer:after {
  clear: both;
  content: "";
  display: table;
}
/*
 * Header Section
 */
.real-wrapper:after {
  display: table;
  content: "";
  clear: both;
}
.wrapper:after {
  display: table;
  content: "";
  clear: both;
}
.header-bar {
  text-align: center;
  padding: 10px;
  box-shadow: -1px -1px 7px 0px #000;
  background-color: #11172b;
  border-bottom: 1px solid #282f43;
  position: relative;
}
.header-bar .logo {
  font-family: "NotoSans";
  font-size: 2rem;
  color: #fff;
  letter-spacing: -5px;
  word-spacing: 5px;
}
.header-bar .btn-menu {
  position: absolute;
  top: 1px;
  left: 10px;
}
.header-bar .btn-menu img {
  position: absolute;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.form-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 300px;
  text-align: center;
  margin: 30px auto;
  color: #000;
}
.form-container label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #555;
  font-size: 1.3rem;
  margin-top: 10px;
}
.form-container input[type="text"],
.form-container input[type="number"],
.form-container select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
}
.form-container input[type="submit"] {
  background-color: #5cb85c;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
}
.form-container input[type="submit"]:hover {
  background-color: #4cae4c;
}
.card-intro {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../img/newintro-1025.jpg);
  height: 200px;
}
.card-intro .card-text-hello {
  position: absolute;
  font-size: 1.5rem;
  font-family: "NotoSans";
  color: #fff;
  width: 100%;
  top: 100px;
  padding-left: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.folder div {
  font-size: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.3rem;
}
.scrollable-table-container {
  width: 100%;
  overflow-x: auto;
  text-align: center;
  margin-top: 25px;
}
.t3d {
  margin: 10px auto;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  box-sizing: border-box;
  max-width: 800px;
  background-color: #acacac;
}
.t3d th {
  font-weight: bold;
  font-size: 1rem;
  height: 2rem;
  padding: 7px;
  vertical-align: middle;
  background-color: #000;
  color: #fff;
}
.t3d th:nth-child(1) {
  width: 30px;
}
.t3d tr:nth-child(2n) td {
  background-color: #dedede;
}
.t3d .t3d td {
  background-color: #fff;
  vertical-align: middle;
}
.t3d .t3d tbody {
  overflow-x: scroll;
}
.t3d .mini {
  font-size: 0.8rem;
}
.pagination-wrapper {
  width: 100%;
}
.pagination {
  display: flex;
  padding: 10px;
  box-sizing: border-box;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.pagination a {
  display: flex;
  flex: 1;
}
.pagination a span {
  flex: 2;
  padding: 5px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 10px;
  background-color: #3fb8af;
  color: #fff;
  line-height: 30px;
  height: 30px;
}
.search-text-box {
  position: relative;
  margin: 20px auto;
  width: 80%;
  max-width: 600px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 2px 0px #010410;
  border-radius: 10px;
  overflow: hidden;
}
.search-text-box input[type="text"] {
  width: calc(100% - 40px);
  height: 40px;
  box-sizing: border-box;
  text-align: center;
  border: 0px;
  padding-right: 35px;
}
.search-text-box .search-text-box-button {
  position: absolute;
  right: 5px;
  top: 5px;
  background-image: url(/img/ic-search2.png);
  background-size: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.search-text-desc {
  position: relative;
  margin: 20px auto;
  width: 80%;
  max-width: 600px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}
h2.title {
  font-size: 1.2rem;
  text-align: center;
}
h3.title {
  font-size: 1.1rem;
  text-align: center;
}
.asexual-section {
  text-align: center;
}
.asexual-section h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.asexual-section table {
  max-width: 800px;
  margin: 0px auto;
}
.baby--normal-flex-container {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
.baby--normal-flex-container h1,
.baby--normal-flex-container h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.baby--normal-flex-container .half-table {
  width: 48%;
}
.baby--normal-flex-container .flex-dir-row {
  flex-direction: row;
}
.baby--normal-flex-container .flex-dir-row-reverse {
  flex-direction: row-reverse;
}
.baby--normal-flex-container .flex-dir-col {
  flex-direction: column;
}
.baby--normal-flex-container .flex-dir-col-reverse {
  flex-direction: column-reverse;
}
.baby--normal-flex-container h1,
.baby--normal-flex-container h2,
.baby--normal-flex-container h3 {
  display: block;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.baby--normal-flex-container h2 {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 10px;
}
.baby--normal-flex-container h3 {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 5px;
}
.margin-0-auto {
  margin: 0 auto;
}
.space-between {
  justify-content: space-between;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.flex-container h1,
.flex-container h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.flex-container .half-table {
  width: 48%;
}
.flex-container .flex-dir-row {
  flex-direction: row;
}
.flex-container .flex-dir-row-reverse {
  flex-direction: row-reverse;
}
.flex-container .flex-dir-col {
  flex-direction: column;
}
.flex-container .flex-dir-col-reverse {
  flex-direction: column-reverse;
}
.rank-section {
  display: flex;
}
.rank-section h1,
.rank-section h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.rank-section .rank-box {
  flex: 1;
  width: 48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rank-section .rank-box:nth-child(1) {
  margin-right: 2%;
}
.rank-section .rank-box:nth-child(2) {
  margin-left: 2%;
}
.rank-section table {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.rank-section table th {
  background-color: black;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.rank-section table td {
  text-align: center;
  line-height: 30px;
  border-bottom: 1px solid #656565;
}
.rank-section table .on {
  background-color: palevioletred;
  color: #000;
  font-weight: bold;
}
h3.hanja-box-title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5rem;
  color: #fff;
  margin-top: 10px;
}
.hanja-box {
  width: 100%;
  max-height: 150px;
  overflow-y: scroll;
}
.hanja-box dl {
  float: left;
  margin-bottom: 10px;
  width: 49%;
  margin-left: 1%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
.hanja-box dl dt {
  float: left;
  width: 2.5rem;
  font-size: 2.5rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
}
.hanja-box dl dd {
  float: left;
  width: calc(100% - 2.5rem);
  height: 4rem;
  font-size: 0.9rem;
  line-height: 2rem;
  overflow-y: hidden;
}
.hanja-box dl dd .stroke {
  color: #cdcdcd;
}
.hanja-box:after {
  content: "";
  display: table;
  clear: both;
}
.popup-wrapper {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: none;
}
.popup-wrapper .on {
  display: block;
}
.popup-menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  z-index: 100000000;
  border-right: 1px solid rgba(79, 68, 139, 0.6);
  transition: All 0.08s ease;
  -webkit-transition: All 0.08s ease;
  -moz-transition: All 0.08s ease;
  -o-transition: All 0.08s ease;
  overflow-y: auto;
}
ul.menu {
  width: 100%;
  padding: 20px;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.menu h2 {
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 20px;
  margin-bottom: 1rem;
}
ul.menu li {
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #5f4b8b;
  margin-bottom: 1rem;
}
ul.menu li .sub {
  font-size: 1.2rem;
}
.name-description {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.3rem;
  padding-bottom: 30px;
}
.name-description em {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ff006d;
}
.btn-rank-more {
  margin-top: 10px;
  background-color: #e51937;
  border: 1px solid #000;
  padding: 10px;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
}
.btn-back {
  display: inline-block;
  background-color: #e51937;
  border: 1px solid #000;
  padding: 10px;
  color: #fff;
  font-size: 1.2rem;
  margin: 5px;
}
.chartbox h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
}
.chartbox h2 .new {
  font-size: 0.9rem;
  margin-top: 0px;
  color: yellow;
  vertical-align: text-top;
}
.chartbox .desc {
  padding-top: 10px;
  font-size: 0.9rem;
  text-align: center;
  color: #cdcddc;
}
.chartbox::after {
  content: "";
  clear: both;
  display: table;
}
.stat-box h2,
.stat-box h3 {
  margin-top: 20px;
  text-align: center;
  font-size: 1.3rem;
  color: yellow;
  font-weight: bold;
}
.stat-box .desc {
  all: unset;
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding: 5px;
}
.max-width-800px {
  max-width: 800px;
}
.max-width-1024px {
  max-width: 1024px;
}
.comment {
  max-width: 800px;
  margin: auto;
}
.comment h2 {
  margin-top: 20px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
}
.comment .comment-box {
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: 15px;
}
.comment .comment-box:after {
  content: "";
  display: table;
  clear: both;
}
.comment span.writer {
  display: inline-block;
  width: 50%;
  font-weight: bold;
}
.comment span.date {
  display: inline-block;
  width: 50%;
  text-align: right;
  color: #cdcdcd;
}
.comment p.content {
  margin-top: 15px;
}
.comment input[type="text"],
.comment input[type="submit"] {
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 25px;
  line-height: 25px;
  border: 1px solid #000;
  vertical-align: bottom;
  text-align: center;
  width: 100%;
  padding: 0px;
}
.comment .comment-input-box {
  width: 100%;
}
.comment .comment-input-box ul {
  font-size: 0;
}
.comment .comment-input-box ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
.comment .comment-input-box ul li:nth-child(1) {
  width: 20%;
}
.comment .comment-input-box ul li:nth-child(2) {
  width: 58%;
}
.comment .comment-input-box ul li:nth-child(3) {
  width: 20%;
}
.error-msg-box {
  max-width: 800px;
  width: 90%;
  margin: 150px auto;
  font-size: 1rem;
  line-height: 1.3rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.error-msg-box h2 {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 10px;
  color: red;
}
.searchResult-footer {
  max-width: 800px;
  margin: 10px auto;
  font-size: 1rem;
  line-height: 1.3rem;
  text-align: center;
}
.share-btns {
  text-align: center;
  padding-bottom: 20px;
}
.card-intro {
  position: relative;
}
.card-text-hello {
  position: absolute;
}
#chart-ranking1,
#chart-ranking2,
#chart-annal-adj1,
#chart-annal-adj2 {
  height: 220px;
}
#chart-annal,
#chart-annal-adj,
#chart-seasonal,
#chart-sex,
#chart-city,
#chart-stat-city {
  width: 100%;
  height: 400px;
}
#chart-stat-year {
  width: 100%;
  height: 400px;
}
.sns-btns {
  text-align: center;
}
.sns-btns img {
  width: 42px;
  border-radius: 15px;
}
.years {
  max-width: 800px;
  width: 90%;
  margin: 20px auto;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.years ul li {
  display: inline-block;
  padding: 10px;
  background-color: #ff006d;
  color: #000;
  border-radius: 5px;
  margin: 5px;
  font-weight: bold;
}
/* 이름 짓기 도우미 */
.naming-helper h1 {
  font-size: 1.5rem;
  text-align: center;
  margin: 15px auto 15px;
}
.naming-helper .search-form {
  width: 330px;
  margin: 0 auto;
  padding: 15px;
}
.naming-helper .search-form button {
  width: 100%;
  height: 50px;
  background: #3fb8af;
  border: 1px solid #00000045;
  font-weight: bold;
}
.naming-helper .slider-wrapper {
  position: relative;
  padding-top: 20px;
  margin-bottom: 30px;
  width: 95%;
  margin: 0 auto;
}
.naming-helper .slider-wrapper .marker {
  position: absolute;
  top: -5px;
  color: red;
}
.naming-helper .slider-wrapper .marker.left {
  left: -10px;
}
.naming-helper .slider-wrapper .marker.right {
  right: -10px;
}
.naming-helper .slider-wrapper .slider {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.naming-helper .slider-wrapper .slider-label {
  margin-bottom: 20px;
  font-size: 0.9rem;
  text-align: center;
}
.naming-helper .slider-wrapper .slider-label .title {
  font-size: 1rem;
  font-weight: bold;
}
.naming-helper table {
  max-width: 900px;
  margin: 15px auto;
}
.naming-helper table th {
  vertical-align: middle;
}
.naming-helper table td {
  vertical-align: middle;
  line-height: 1.5rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.naming-helper h2.search-result {
  padding: 20px;
  text-align: center;
  font-size: 1.2rem;
}
.naming-helper h2.search-result .desc {
  display: block;
  margin-top: 15px;
  font-size: 0.9rem;
  color: #efefef;
}
.naming-helper .radio-wrapper {
  padding-top: 10px;
  padding-bottom: 45px;
  text-align: center;
}
.naming-helper .radio-wrapper label {
  padding: 10px;
  background-color: #ffffff12;
  border-radius: 10px;
}
.naming-helper .radio-wrapper label input {
  margin-right: 10px;
}
.naming-helper .char-wrapper {
  margin-bottom: 25px;
}
.naming-helper .char-wrapper h2 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.2rem;
}
.naming-helper .char-wrapper p.desc {
  text-align: center;
}
.naming-helper .char-wrapper p.desc .example {
  color: #cdcdcd;
}
.naming-helper .char-wrapper .text-wrapper {
  text-align: center;
}
.naming-helper .char-wrapper input[type="text"] {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.naming-helper .char-wrapper input[type="text"]::placeholder {
  color: #ababab;
  font-weight: bold;
}
@media (min-width: 576px) {
  .card-intro {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../img/newintro-1025s.jpg);
    height: 300px;
  }
  .card-intro .card-text-hello {
    top: 180px;
  }
}
@media (max-width: 500px) {
  #chart-annal,
  #chart-annal-adj {
    height: 280px;
  }
}
@media (min-width: 768px) {
  .card-intro {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../img/intro-1025.jpg);
    height: 400px;
  }
  .card-intro .card-text-hello {
    top: 260px;
    font-size: 2rem;
  }
  .chartbox > div {
    float: left;
    width: 50%;
  }
  .hanja-box dl {
    width: 32%;
    margin-left: 1%;
  }
}
@media (min-width: 992px) {
  .card-intro {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../img/intro-1025.jpg);
    height: 500px;
  }
  .card-intro .card-text-hello {
    top: 330px;
    font-size: 3rem;
  }
  .btn-menu > img {
    display: none;
  }
  .popup-menu {
    display: block;
    float: left;
    left: 0;
    position: relative;
    height: 100%;
  }
  .popup-menu:after {
    display: table;
    content: "";
    clear: both;
  }
  .wrapper {
    width: calc(100% - 250px);
    float: left;
  }
  .hanja-box dl {
    width: 24%;
    margin-left: 1%;
  }
}
@media (min-width: 1200px) {
  .card-intro {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../img/newintro-1025.jpg);
    height: 550px;
  }
  .card-intro .card-text-hello {
    top: 390px;
    font-size: 3rem;
  }
  .hanja-box dl {
    width: 19%;
    margin-left: 1%;
  }
}
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #000;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-selected {
  background: #ff006d;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}
.loginform {
  box-sizing: border-box;
  margin: 20px auto;
  width: 100%;
  max-width: 800px;
  border-radius: 15px;
  background-color: #11172b;
  overflow: hidden;
  padding: 10px;
}
.loginform h2 {
  font-size: 1.5rem;
}
.loginform .loginform_agreement__content {
  max-height: 200px;
  overflow-y: scroll;
}
.loginform .loginform_agreement__content pre {
  line-break: strict;
}
