.admin {
  width: 100%;
  height: 100%;
  background-color: #ADD8E6;
  background-image: none;
}
.admin .none {
  display: none;
}
.admin .flex {
  display: flex;
}
.admin header {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 10vh;
}
.admin header .header {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #00BFFF;
  font-size: 4vw;
  font-weight: bold;
}
.admin header .back {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  width: 50px;
  height: 10vh;
  padding: 5px;
  box-sizing: border-box;
  background-color: #219dc6;
}
.admin header .back .x {
  width: 100%;
  height: 100%;
  clip-path: polygon(5% 0%, 0% 5%, 45% 50%, 0% 95%, 5% 100%, 50% 55%, 95% 100%, 100% 95%, 55% 50%, 100% 5%, 95% 0%, 50% 45%);
  background-color: white;
}
.admin .pagetitle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px 0;
  font-size: 3vw;
  background-color: #72d4f5;
}
.admin .main {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 0 50px 0;
}
.admin .main .logbtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 40px;
  box-sizing: border-box;
}
.admin .main .logbtn .btn-time {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 90%;
  height: auto;
  padding: 0 0 0 10px;
  border-left: 2px solid black;
  border-top: 2px solid black;
  border-right: 2px solid black;
  box-sizing: border-box;
  background-color: white;
  font-size: 2vw;
}
.admin .main .logbtn .btn-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 50px;
  margin: 0 0 30px 0;
  border: 2px solid black;
  box-sizing: border-box;
  background-color: white;
  font-size: 3vw;
  font-weight: bold;
}
.admin .main .logbtn .btn-con {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15vh;
  border-radius: 20px;
  font-size: 5vw;
  font-weight: bold;
  color: white;
  cursor: pointer;
}
.admin .main .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
  margin-top: 20px;
  background-color: white;
  border-radius: 20px;
  border: 2px solid black;
  font-size: 3vw;
}
.admin .main .blog {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
}
.admin .main .blog .makebutton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  margin-top: 20px;
  background-color: #c92323;
  border-radius: 10px;
  border: 3px solid black;
  color: white;
  font-size: 3vw;
}
.admin .main .blog .make {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  height: auto;
  margin: 20px 0;
  padding: 10px;
  background-color: white;
}
.admin .main .blog .make .form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: top;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  font-size: 5vw;
}
.admin .main .blog .make .form .label {
  padding-left: 10px;
  font-size: 3vw;
  font-weight: bold;
}
.admin .main .blog .make .form .input {
  border-radius: 20px;
  font-size: 1rem;
  padding: 5px 10px;
}
.admin .main .blog .make .form .textarea {
  height: 30vh;
  border-radius: 20px;
  font-size: 1rem;
  padding: 5px 10px;
}
.admin .main .blog .make .form .textarea_edit {
  height: 30vh;
  border-radius: 20px;
  font-size: 1rem;
  padding: 5px 10px;
}
.admin .main .blog .make .submit {
  display: flex;
  justify-content: right;
  width: 100%;
  height: auto;
  margin: 30px 0;
  padding-right: 40px;
}
.admin .main .blog .make .submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 80px;
  font-size: 3vw;
  border: 4px solid #ab3a3a;
  border-radius: 10px;
  box-shadow: 5px 5px black;
  background-color: #fe5959;
  color: white;
}
.admin .main .blog .edit {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  height: auto;
  margin: 20px 0;
  padding: 0 0 20px 0;
  background-color: white;
}
.admin .main .blog .edit .yearbuttonarea {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  border-bottom: 2px solid black;
}
.admin .main .blog .edit .yearbuttonarea-year {
  width: 80%;
  height: auto;
  font-size: 8vw;
  font-weight: bold;
  text-align: center;
}
.admin .main .blog .edit .yearbuttonarea-button {
  display: flex;
  width: 100%;
  height: auto;
  margin: 10px;
}
.admin .main .blog .edit .yearbuttonarea-button .left {
  display: flex;
  width: 50%;
  height: 50px;
  margin: 0 10px;
  box-sizing: border-box;
}
.admin .main .blog .edit .yearbuttonarea-button .left-sharp {
  width: 15%;
  height: 100%;
  background-color: #1af334;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
}
.admin .main .blog .edit .yearbuttonarea-button .left-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 100%;
  background-color: #1af334;
  font-size: 2vw;
}
.admin .main .blog .edit .yearbuttonarea-button .right {
  display: flex;
  width: 50%;
  height: 50px;
  margin: 0 10px;
  box-sizing: border-box;
}
.admin .main .blog .edit .yearbuttonarea-button .right-sharp {
  width: 15%;
  height: 100%;
  background-color: #1af334;
  clip-path: polygon(100% 50%, 0% 100%, 0% 0%);
}
.admin .main .blog .edit .yearbuttonarea-button .right-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 100%;
  background-color: #1af334;
  font-size: 2vw;
}
.admin .main .blog .edit .article {
  width: 100%;
  height: auto;
  margin-top: 30px;
  border: 2px solid black;
}
.admin .main .blog .edit .article-date {
  width: 100%;
  height: auto;
  padding: 0 0 0 10px;
  font-size: 2vw;
  background-color: #ffc8c8;
  border-bottom: 2px solid black;
  box-sizing: border-box;
}
.admin .main .blog .edit .article-imgtitle {
  display: flex;
  width: 100%;
  height: auto;
  border-bottom: 2px solid black;
  box-sizing: border-box;
}
.admin .main .blog .edit .article-imgtitle .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 20vh;
  border-right: 2px solid black;
  box-sizing: border-box;
}
.admin .main .blog .edit .article-imgtitle .img img {
  width: auto;
  height: 100%;
  overflow: hidden;
}
.admin .main .blog .edit .article-imgtitle .title {
  display: flex;
  align-items: center;
  text-align: center;
  width: 70%;
  height: auto;
  padding: 0 5px;
  font-size: 2vw;
}
.admin .main .blog .edit .article .selectbutton {
  display: flex;
  width: 100%;
  height: 60px;
}
.admin .main .blog .edit .article .selectbutton-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
}
.admin .main .blog .edit .article .selectbutton-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  border-radius: 20px;
  color: white;
  font-size: 2vw;
  font-weight: bold;
  cursor: pointer;
}
.admin .main .error {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(155, 163, 156, 0.6);
}
.admin .main .error .box {
  position: sticky;
  top: 35vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 30vh;
  background-color: white;
}
.admin .main .error .box .insidebox {
  display: flex;
  flex-direction: column;
  width: calc(100% - 35px);
  height: calc(100% - 35px);
  border: 6px solid black;
}
.admin .main .error .box .insidebox .attention {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40%;
  font-size: 5vw;
  font-weight: bold;
  -webkit-text-decoration: underline red 4px;
          text-decoration: underline red 4px;
}
.admin .main .error .box .insidebox .explane {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 60%;
  font-size: 2vw;
}
.admin .main .error .box .insidebox .yesno {
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.admin .main .error .box .insidebox .yesno-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
}
.admin .main .error .box .insidebox .yesno-button-con {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 60%;
  border: 2px solid black;
  border-radius: 20px;
  font-size: 2vw;
  font-weight: bold;
  color: white;
  box-sizing: border-box;
  cursor: pointer;
}
.admin .main .success {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.admin .main .success-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vh;
  background-color: white;
  font-size: 10vw;
  font-weight: bold;
}
.admin .main .success-button {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 10vh;
}
.admin .main .success-button .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 20vh;
  margin: 6vh 2.5vh;
  padding: 10px;
  border: 3px solid black;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
}/*# sourceMappingURL=admin_home.css.map */