@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:300);

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Gothic A1", sans-serif;
  font-size: 14px;
  color: #444;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
}
body{
background-color: #ffd300;
}
ul,
li {
  list-style: none;
  color: #444;

}
span{
  color: #fff;
}
.fa-regular{
  color: #fff;
}
.fa-solid{
  color: #fff;
}
.error-message{
  color: red;
  display: block;
font-size: 12px;
padding: 2%;
}
.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
h1{
    font-size: 25px;
    padding: 2% 0 30% 0;
    text-align: center;
}
.form {
  position: relative;
  z-index: 1;
  background: #ffffff;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  outline: 0;
  /* background: #f2f2f2; */
  background: #fff;
  width: 100%;
  border: 0.1px solid   #888;
  padding: 4%;
}
.form button {
  outline: 0;
  background-color: #ffd300;
  width: 100%;
  border: 0;
  padding: 4%;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  margin-top: 20%;
}
.form .message {
  margin: 15px 0 0;
  color: #c71212;
  font-size: 12px;
}
.form .message a {
  color: #4caf50;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before,
.container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  font-size: 12px;
}
.container .info span a {
  color: #f71616;
  text-decoration: none;
}
.login-page ul {
  display: flex;
  gap: 1%;
}
.more-cate {
  display: flex;
  justify-content: space-around;
 width: 250px;
 margin: 0 auto;
 padding: 1% 0 1% 0;
}
.more-cate li {
  position: relative;
  display: block;
  float: left;
  /* background-color: green; */
}
.more-cate li a{
    font-size: 12px;
    color: #888;
}
.more-cate li:last-child a{
    font-size: 12px;
    /* color: #ffd300; */
    font-weight: bold;
}
.more-cate > li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18%; /* 우측 정렬 */
  transform: translateY(-50%);
  width: 0.8px; /* 선의 너비 */
  height: 70%; /* 선의 높이 */
  background-color:  #888;
}
.more-cate > li:last-child::after {
  display: none;
}
.sns-bt-box {
  width: 200px;
  display: flex;
  justify-content: space-around;
  gap: 4%;
  margin: 0 auto;
  padding: 2% 0 4% 0;
  /* background-color: rebeccapurple; */
}
.sns-bt img {
  width: 35px;
}
/* p{
    font-size: 12px;
    color: #444;
    text-align: center;
} */
p{
  /* background-color: red;*/
  line-height: 1.5em;
  font-size: 14px;
  text-align: center;
  }
  

/* =====================================푸터 */
footer {
  min-width: 320px;
  font-size: 14px;
  color: #444;
  border: 1px solid #444;
  background-color: #ffd300;
  /* background-color: #dab8d4; */
}

.xi-caret-down-min {
  position: absolute;
  top: 13px;
  font-size: 20px;
  width: 30px;
  color: #444;
}
.ft-menu {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: left;
  gap: 7%;
  padding-left: 7%;
  position: relative;
  border-bottom: 1px solid #444;
  font-weight: bold;
  white-space: nowrap;
  text-align: left;
}
.site {
  width: 12%;
  position: absolute;
  right: 15%;
  text-align: center;
  /* background-color: #fff; */
  /* color: #444; */
}
.familysite {
  width: 100%;
  margin-top: 1px;
  background-color: #fff;
  border: 1px solid #444;
  color: #444;
}
.familysite li{
  text-align: center;
}
/* .familysite a{
color: #222;
} */
.familysite li:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
footer .logo-img {
  width: 250px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 1.5% 0 1.5% 0;
}
.sns-img {
  padding: 1% 0 1% 0;
  text-align: center;
}
.sns-img img {
  width: 60px;
  padding-right: 1%;
}
.text {
  color: #444;
  text-align: center;
  /* letter-spacing: 0.2px; */
  line-height: 1.5em;
}
.text-copy {
  font-weight: bold;
  text-align: center;
  padding: 0 0 5% 0;
  color: #444;
}
