body,
ul,
li,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: cursive;
  word-break: keep-all;
}

body {
  min-width: 1619px;
  min-height: 839px;
  background-image: url("images/background.png");
  background-size: 100%;
}

.background {
  position: relative;
}

input {
  all: unset;
}

#hamberger_bar {
  background-image: url("images/hamberger_bar.png");
  width: 60px;
  height: 40px;
  margin: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.taegeuk {
  display: none;
}

.delete_btn {
  font-size: 1.5rem;
}

.search {
  display: flex;
  border-bottom: 1px solid #707070;
  margin-left: 100px;
  margin-right: 40px;
  margin-bottom: 20px;
}

.text_input {
  width: 315px;
  padding: 10px;
  font-size: 1.25rem;
}

.longAgo_title_tab {
  padding-top: 16px;
  padding-bottom: 8px;
  border-top: 1px solid #707070;
  font-size: 1.25rem;
  display: flex;
}

.longAgo_title_tab:first-child {
  border: 0;
}

.longAgo_sub_title {
  margin-left: 8px;
}

.longAgo_contents {
  padding-bottom: 16px;
}

#leftTop {
  background-image: url("images/left_top.png");
  background-repeat: no-repeat;
  width: 71px;
  height: 71px;
  margin: 40px;
  margin-right: 0;
  position: absolute;
  left: 0;
  top: 0;
}

#leftBottom {
  background-image: url("images/left_bottom.png");
  background-repeat: no-repeat;
  width: 71px;
  height: 71px;
  margin: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#rightTop {
  background-image: url("images/right_top.png");
  background-repeat: no-repeat;
  width: 71px;
  height: 71px;
  margin: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

#rightBottom {
  background-image: url("images/right_bottom.png");
  background-repeat: no-repeat;
  width: 71px;
  height: 71px;
  margin: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
}

#log {
  background-color: #acacac30;
  position: absolute;
  padding: 20px 30px;
  width: 450px;
  left: 110px;
  top: 30px;
}

.container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.title_container {
  margin-top: 80px;
  margin-left: 140px;
  font-size: 3.125rem;
  display: flex;
  flex-direction: row;
}

.title_tab2 {
  margin-top: 50px;
  margin-left: 8px;
}

.contents_container {
  margin-top: 74px;
  margin-bottom: 74px;
  margin-right: 18.5rem;
  margin-left: 2rem;
  width: 704px;
  height: 789px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.advertisement1 {
  width: 704px;
  height: 130px;
  background-color: #ffffff;
  border: 1px solid #707070;
}

.question_tab {
  font-size: 2.75rem;
}

.text_contents {
  margin-bottom: 2.5rem;
  text-align: center;
}
.question_title {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.input_title {
  border: 1px solid #707070;
  border-radius: 16px;
  background-color: #70707030;
  width: 240px;

  padding: 4px 8px;
  text-align: center;
}

.text_title {
  display: none;
}

.check_btn_style {
  width: 120px;
  font-size: 2rem;
  cursor: pointer;
  border: 1px solid #707070;
  border-radius: 16px;

  background-color: #70707030;
  margin: 0 16px;
}

.hint_tab {
  width: 256px;
  cursor: pointer;
  border: 1px solid #707070;
  border-radius: 16px;
  padding: 18px 0;
  background-color: #70707030;
  text-align: center;
}
.hint_title {
  display: none;
}

.correct_incorrect {
  font-size: 2rem;
  text-align: center;
}

.advertisement2 {
  width: 704px;
  height: 260px;
  background-color: #ffffff;
  border: 1px solid #707070;
}

@media (max-width: 1829px) {
  .title_container {
    margin-left: 140px;
  }
  .contents_container {
    margin-right: 120px;
  }
}

@media (max-height: 899px) {
  .contents_container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
