.about {
  background: #FAF0E6;
  border-top: 1rem solid #FDB516;
}
.about .inner {
  position: relative;
}
.about-txt {
  display: flex;
  gap: 5rem;
  max-width: 100rem;
  padding-top: 8rem;
}
.about-txt .left-area{
  width: 55rem;
}
.about-txt h2 {
  font-size: 3.8rem;
  margin-bottom: 1.5em;
}
.about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  margin-right: -12rem;
  background: #fff;
  width: 60rem;
}
.about-box h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3rem;
  padding: 2rem;
  background: #3A3024;
  color: #fff;
}
.about-box h3::before {
  content: "";
  position: absolute;
  top: 0;
  right: -2.9rem;
  width: 3rem;
  height: 100%;
  background: url(../images/img-about-02.png) no-repeat;
  background-size: 100% 100%;
}
.about-box-content {
  padding: 2rem 4rem;
}
.about-box-content table {
  border-spacing: 0 1.5rem;
}
.about-box-content table th {
  padding-right: 1rem;
  vertical-align: top;
}
.about-box-content table th span {
  display: block;
  padding: 0.25rem 3rem;
  border-radius: 1000rem;
  background: #C0B6AC;
  color: #3A3024;
}
.about-box-sub {
  margin: 1em -12rem 0 0;
  padding-bottom: 3rem;
  text-align: left;
}
.about-box-sub a {
  color: #06A6FF;
}
.about-box-sub a:hover, .about-box-sub a:active {
  text-decoration: none;
}
.about-map {
  position: absolute;
  right: 0;
  top: 0;
}
.about-map .map-inner{
  position: relative;
  width: 50rem;
  height: 60rem;

  background-image: url("../images/img-about-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.about-map-title{
  width: 40%;
  top: 18%;
  right: 5%;
}
.about .about-map-bg, .about .about-map-title{
  position: absolute;
}
.about div .unselected, .about div .selected{
  cursor: pointer;
  margin-right: 0.5rem;
}
.about div .unselected{
  width: 1.5rem;
  height: 1.5rem;
}
.about div .selected{
  width: 2rem;
  height: 2rem;
}

.about-map div{
  position: absolute;
}
.about-map div p{
  color: floralwhite;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.2rem;
}
.about-map .ucb{
  display: flex;
  top: 52%;
  right: 48%;
}
.about-map .ucb p{
}
.about-map .ucla{
  top: 78%;
  right: 37%;
}
.about-map .ucla p{
  margin-bottom: -0.3rem;
}
.about-map .ucdavis{
  top: 45%;
  right: 60%;
}
.about-map .ucdavis img{
  margin-left: 2rem;
}
.about-map .ucdavis p{
}
.about-map .ucmerced{
  display: flex;
  top: 56%;
  right: 39%;
}
.about-map .ucmerced p{
  /*
  transform: translate(-0%, -0%);
  */
}
.about-map .ucriverside{
  top: 77%;
  right: 17%;
}
.about-map .ucriverside p{
}
.about-map .ucsantacruz{
  top: 58%;
  right: 46%;
}
.about-map .ucsantacruz p{
  margin-left: 1.7rem;
  margin-top: -1rem;
}
.about-map .ucsantabarbara{
  top: 74%;
  right: 28%;
}
.about-map .ucsantabarbara p{
}
.about-map .ucsandiego{
  display: flex;
  top: 89%;
  right: 27%;
}
.about-map .ucsandiego p{
  color: #3A3024;
}
.about-map .ucirvine{
  display: flex;
  top: 83%;
  right: 20%;
}
.about-map .ucirvine p{
}

@media screen and (max-width: 768px) {
  .about {
    background: #FAF0E6;
    border-top: 1rem solid #FDB516;
  }
  .about .inner {
    position: relative;
    width: 96vw;
    margin: auto;
  }
  .about-txt {
    display: grid;
    max-width: 100%;
    padding-top: 12rem;
  }
  .about-txt .left-area{
    width: 96vw;
  }
  .about-txt p{
    line-height: 2;
  }
  .about-txt h2 {
    font-size: 3rem;
    margin-bottom: 1.5em;
  }
  .about-box {
    display: grid;
    margin-top: 4rem;
    margin-right: 0rem;
    background: #fff;
    width: 100%;
    padding: 2rem 1rem;
  }
  .about-box h3 {
    position: relative;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 3rem;
    padding: 2rem;
    background: #3A3024;
    color: #fff;
  }
  .about-box h3::before {
    content: "";
    position: absolute;
    top: 0;
    right: -2.9rem;
    width: 3rem;
    height: 100%;
    background: url(../images/img-about-02.png) no-repeat;
    background-size: 100% 100%;
  }
  .about-box-content {
    padding: 1rem;
  }
  .about-box-content table {
    border-spacing: 0 1.5rem;
  }
  .about-box-content table th {
    padding-right: 1rem;
    vertical-align: top;
  }
  .about-box-content table th span {
    display: block;
    padding: 0.25rem 1rem;
    border-radius: 1000rem;
    background: #C0B6AC;
    color: #3A3024;
    white-space: nowrap;
  }
  .about-box-sub {
    margin: 0;
    margin-top: 1rem;
    padding-bottom: 3rem;
    text-align: center;
  }
  .about-box-sub a {
    color: #06A6FF;
  }
  .about-box-sub a:hover, .about-box-sub a:active {
    text-decoration: none;
  }
  .about-map {
    position: relative;
    width: 100vw;
    min-width: 0;
    max-width: 100vw;
  }
  .about-map {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .about-map-title{
    width: 40%;
    top: 18%;
    right: 5%;
  }
}