@import url("https://fonts.googleapis.com/css2?family=Jua&family=Noto+Sans+KR:wght@300;400;700&display=swap");

body {
  font-family: "Noto Sans KR", sans-serif;
  background-color: #eeeeee;
}

p,
h1 {
  font-family: "Noto Sans KR", sans-serif;
  margin-bottom: 0;
}

h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

#body-2 {
  width: 100%;
  background-color: #f1f1f7;
  padding-bottom: 10%;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
  box-shadow: 2px 2px 20px black;
}

#body-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--base-color);
  padding-bottom: 15%;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
  box-shadow: 2px 2px 20px black;
  margin-bottom: 100px;
}
.sns-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin-top: 10%;
}

.kakao-btn {
  height: 42px;
  width: 42px;
  border-radius: 45px;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;

  /* border: 2px solid #636366; */
}

.kakao-btn:hover {
  transform: translateY(-4px);
}

.at-resp-share-element .at-share-btn {
  margin: 0 5%;
}
.body-1color {
  background-color: blue;
}

/* testpage */

.testpage-top-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10% 10% 5% 10%;
}

#testpage-top-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 5%;
  background-color: white;
  padding: 30px 10%;

  border: 4px dashed var(--base-color);
  border-radius: 5%;
  color: var(--base-color);
}

.testpage-top-box h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 2%;
  /* color: pink; */
}

.removw-p-button-box {
  margin-top: 10%;
}
.test-p {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.testpage-button-box {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
}

.wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button {
  width: 140px;
  height: 45px;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px var(--base-color);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  margin: 0 10%;
}

.button:hover {
  background-color: var(--base-color);
  box-shadow: 0px 15px 20px var(--border-color);

  color: #fff;
  transform: translateY(7px);
}

/* test-middle */

.file-upload {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 5% auto;
  padding: 20px;
}

.file-upload-btn {
  width: 100px;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824b;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-content {
  display: none;
  width: 80%;
  text-align: center;
  justify-content: center;
  background-color: white;
  padding: 10% 5%;
  border-radius: 5%;
}

.fa-image {
  position: relative;
  bottom: -20px;
  opacity: 0.3;
}

.drag-text h3 {
  position: relative;
  top: -15px;
  opacity: 0.6;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.image-upload-wrap {
  background-color: #fff;
  border: 3px dashed var(--border-color);
  border-radius: 5%;
  position: relative;
  width: 80%;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #00000049;
  border: 3px dashed #ffffff;
}

.drag-text {
  margin: 10% 5%;
  text-align: center;
}

.drag-text h3 {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--border-color);
  padding: 60px 0;
}

.drag-text p {
  font-size: 10px;
  font-weight: 300;
  color: #bcbcbc;
}

.file-upload-image {
  max-height: 50%;
  max-width: 50%;
  margin: auto;
  padding: 20px;
  margin: 5% 0;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: white;
  background: rgb(255, 232, 237);
  border: none;
  padding: 10px;
  border-radius: 45px;
  border-bottom: 4px solid pink;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}

.remove-image:hover {
  background: palevioletred;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all 0.2s ease;
}

/* 그래프 */
#labelgraph-container-box {
  display: flex;
  flex-direction: column;
  height: 200px;
  margin: 10% 0;
  padding: 0 5%;
  justify-content: space-between;
}

.labelgraph-container {
  display: flex;
  height: 20px;
  margin: 10px 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.label {
  width: 80px;
  font-size: 15px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
}

.graph-container-box {
  width: 70%;
  height: 100%;
  border-radius: 45px;
}

.graph {
  background-color: #15824b;
  height: 100%;
  border-radius: 45px;
}

.percent {
  width: 50px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
}

.result-messege {
  font-size: 20px;
  font-weight: 700;
}

.result-comment {
  font-size: 15px;
  font-weight: 300;
  text-align: left;
  color: #1f164d;
  padding: 0 3%;
}
/* 댓글창 */
#disqus_thread {
  padding: 5%;
}

:root {
  --border-color: #1f164d;
  --base-color: #797dbf99;
  --blue-color: #7e9ef7;
}
