#accordion {
  width: 1200px;
  margin: 0 auto;
}

textarea {
  width: 100%;
  margin: 0 auto;
  height: ;
}

.bottom_btn {
  line-height: 20px;
  height: 35px;
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 5.2px;
}

/* ½ºÅ©·Ñ ¹Ù */

::-webkit-scrollbar-track {
  background-color: #fff;
}

/* ½ºÅ©·Ñ ¹Ù ¹ØÀÇ ¹è°æ */

::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 10px;
}

#accordion h3{
  line-height: 40px;
  background-color:#107eeb;
  color: #fff;
  font-weight: 200;


  border-radius: 0.5em;
  border: 1px solid#107eeb;
  border-bottom-color: #107eeb;
  
}
textarea{
  border: 1px solid rgba(0, 0, 0, 0.3);
}
/* ½ÇÁúÀû ½ºÅ©·Ñ ¹Ù */


@media (max-width: 1220px) {
  #accordion {
    width: 90%;
  }
}