#moreContainer {

}

.section-more {
  padding-bottom: 15px;
}

.section-more + .section-more {
  padding-top: 10px;
  border-top: 1px #dedede solid;
}

.section-more > .title-scction {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  height: 40px;
  color: var(--main-color);
}

.section-more > .row-more {
  padding-left: 25px;
  padding-right: 25px;
  height: 40px;
  display: flex;
  align-items: center;
}

.section-more > .row-more + .row-more{
  margin-top: 4px;
}

.section-more > .row-more > .contents-more{

}

.section-more > .row-more > .contents-more > label{
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.section-more > .row-more > .contents-more > .bins-switch{

}

.section-more > .row-more > .contents-more > #appVersion{

}

.section-more > .row-more > .explanation-more{

}

.section-more > .row-more > .explanation-more p{

}
