.help .help-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px 0;
  font-size: 24px;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
.help .help-header .header-item {
  padding: 20px 0;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.help .help-header .header-item.active, .help .help-header .header-item:hover {
  border-bottom-color: #000;
}
.help .help-content {
  display: flex;
  margin: 0 180px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-bottom: 40px;
}
.help .help-content .menu-box {
  width: 230px;
}
.help .help-content .menu-box .menu-title {
  height: 62px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 45px;
}
.help .help-content .menu-box .menu-title .delimiter {
  font-size: 18px;
  margin: 0 10px;
}
.help .help-content .menu-box .menu-title .name {
  font-size: 24px;
}
.help .help-content .menu-box .menu-list {
  background-color: #fff;
  border-radius: 9px;
  padding: 16px 14px;
}
.help .help-content .menu-box .menu-list .menu-item {
  font-size: 18px;
  height: 50px;
  padding-left: 22px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 9px;
  margin-bottom: 2px;
}
.help .help-content .menu-box .menu-list .menu-item.active, .help .help-content .menu-box .menu-list .menu-item:hover {
  background-color: #eeeeee;
}
.help .help-content .content-area {
  flex: 1;
}
.help .help-content .content-area .search-box {
  height: 62px;
  border: 1px solid #BFBFBF;
  width: 910px;
  margin-left: 65px;
  border-radius: 21px;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.help .help-content .content-area .search-box .search-input {
  width: 865px;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 20px;
  font-size: 16px;
  background-color: transparent;
}
.help .help-content .content-area .search-box .search-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.help .help-content .content-area .content-detail {
  background-color: #fff;
  border-radius: 9px;
  padding: 40px 46px;
}
.help .help-content .content-area .content-detail .detail-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
.help .help-content .content-area .content-detail .detail-content {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  row-gap: 28px;
}
.help .help-content .content-area .content-detail .sub-title {
  font-weight: bold;
}/*# sourceMappingURL=index.css.map */