
.bbs-notice {
  margin-top: 66px;
}

/* note_header */
.sb-note-top-line {
  margin: 16px;
}
.sb-note-top-line-hr {
  margin: 0 auto;
  border-bottom: solid 2px #6a6a6a;
}
.sb-note-top {
  height: 66px;
}
.sb-note-top-back {
  width: 15%;
  padding: 20px;
}
.sb-note-top-back img {
  width: 20px;
}
.sb-note-top-left {
  width: 70%;
  color: #2a2a2a;
  font-size: 17px;
  font-weight: bold;
}
.sb-note-top-right {
  width: 15%;
}


/* note_list */
.sb-note-list {
/*  margin-top: 46px;*/
  padding: 16px;
  border-bottom: solid 1px #cfcfcf;
}
.sb-note-none {
  text-align: center;
  padding-top: 200px;
}


/* note_cont */
.sb-note-cont {
  font-size: 10pt;
  padding: 0 16px 16px 16px;
}


/* inquriry */

.sb-inquiry {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px;
  margin-top: 90px;
  border-radius: 6px;
  border: solid 1px #ccc;
}
.sb-inquiry-contact {
  text-align: right;
  margin-top: 10px;
}
.sb-inquiry-box {
  padding: 16px;
}
.sb-inquiry-title {
  margin: 16px 0 8px 0;
  font-weight: 550;
}
.sb-inquiry-box input[type=text] {
  padding: 8px;
  width: 100%;
  border-radius: 8px;
  border: solid 1px #b7b7b7;
}
.sb-inquiry-box textarea {
  padding: 12px;
  width: 100%;
  border-radius: 8px;
  border: solid 1px #b7b7b7;
}
.round-box .sb-inquiry-box{
  padding: 5px 18px 2px;
}
.sb-inquiry-box .sb-title{
  font-family: "AppleSDGothicNeoB";
  font-weight: normal;
  font-size: 13pt;
  letter-spacing: -0.8px;
}
.sb-inquiry-night {
  width: 30%;
  float: right;
}
.sb-inquiry-date {
  width: 66%;
  padding: 6px;
  font-size: 11pt;
  border-radius: 6px;
  border: solid 1px #c5c5c5;
  display: inline-block;

}
.sb-inquiry-date  select {
  padding: 4px;
  border: none;
  background: #ffffff;
}
