#goToDesign {
  position: relative;
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px solid #fff073;
  font-size: 12px;
  text-align: center;
  background-color: #fffbd9;
  font-family: dotum;
}

#goToDesign a {
  padding-left: 10px;
  font-weight: bold;
  color: #f96319;
}
#goToDesign a:hover {
  text-decoration: underline;
}

.tab {
  cursor: pointer;
  padding: 10px 0px;
  /*background: #f1f1f1;*/
  border-bottom: 1px solid #ccc;
  display: inline-block;
  margin-right: 5px;
}
.tab.active {
  border-bottom: #00182d 4px solid;
}
