#registComp .l-inner_f {
  width: 100%;
  background: #e3eddd;
  padding: 15px 0px 30px 0px;
  justify-content: flex-start;
  margin-top: 20px;
}
#registComp .l-inner_f .button-group {
  justify-content: start;
  max-width: 780px;
  margin: auto;
  gap: 0;
}
@media only screen and (max-width: 750px) {
  #registComp .l-inner_f .button-group {
    flex-direction: row;
    gap: 7.5px;
  }
}
#registComp .l-inner_f .button-group > * {
  width: 240px;
  height: 60px;
  box-sizing: border-box;
  margin: 0 10px;
}
#registComp .l-inner_f .button-group > * > div {
  margin-right: 15px;
}
@media only screen and (max-width: 750px) {
  #registComp .l-inner_f .button-group > * {
    width: 50%;
    gap: 7.5px;
    margin: 0;
  }
}
#registComp .l-inner_f .heading_search {
  text-align: center;
  font-size: 25px;
}
@media only screen and (max-width: 750px) {
  #registComp .l-inner_f .heading_search {
    font-size: 20px;
  }
}
#registComp .tab_group {
  margin: 15px 0px !important;
}
#registComp .tab_group--1 .tab {
  display: flex;
  justify-content: center;
  gap: 5px;
  width: 244px;
  height: 64px;
  box-sizing: border-box;
  background-color: #ffffff;
}
#registComp .tab_group--1 .tab:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 750px) {
  #registComp .tab_group--1 .tab {
    width: 32%;
    height: 66px;
    gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#registComp .tab_group--1 .tab .mainText {
  font-size: 30px;
  font-weight: bold;
  color: #3e9e37;
  margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  #registComp .tab_group--1 .tab .mainText {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
  }
}
#registComp .tab_group--1 .tab .subText {
  font-size: 20px;
}
@media only screen and (max-width: 750px) {
  #registComp .tab_group--1 .tab .subText {
    font-size: 14px;
  }
}
#registComp .tab_group--2 .tab {
  display: flex;
  justify-content: center;
  gap: 5px;
  width: 244px;
  height: 64px;
  box-sizing: border-box;
  background-color: #ffffff;
}
#registComp .tab_group--2 .tab:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 750px) {
  #registComp .tab_group--2 .tab {
    width: 32%;
    height: 66px;
    gap: 5px;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#registComp .toggle-div {
  display: none;
}
@media only screen and (max-width: 750px) {
  #registComp .toggle-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
}
#registComp .triangle {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-color: #3e9e37;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #3e9e37;
  transition: transform 0.2s;
}
#registComp .rotate {
  transform: rotate(90deg);
}
#registComp .titleCheck {
  font-size: 30px;
  line-height: 60px;
  color: #3e9e37;
  text-align: center;
  font-weight: bolder;
}
#registComp .arrow-down {
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-color: #3e9e37;
  border-left: 125px solid transparent;
  border-right: 125px solid transparent;
  border-top: 35px solid #3e9e37;
}/*# sourceMappingURL=comp.css.map */