.banner-container {
  width: 100%;
}

.banner-container > img {
  width: 100%;
  object-fit: cover;
}

.selection-container {
  width: 80%;
  min-height: 6.25rem;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.selection-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  user-select: none;
  min-height: 6.25rem;
}

.selection-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  min-height: 6.25rem;
}

.selection-item:not(:last-child) {
  margin-right: 5rem;
}

.selection-item:hover {
  border-bottom: 3px solid rgb(253, 115, 32);
}

.selection-location {
  display: flex;
  flex-direction: row;
  align-items: center;
  user-select: none;
}

.selection-img {
  margin-right: 1.25rem;
  width: .9375rem;
  height: 1.3125rem;
}

.selection-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.selection-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  user-select: none;
}

.selection-text > div:not(.divide) {
  cursor: pointer;
}

.selection-text > div:not(.divide):hover {
  color: rgb(253, 115, 32);
}


.selection-text > div:not(:last-child) {
  margin-right: .5rem;
}

@media screen and (max-width: 1200px) {
  .selection-items {
    flex-wrap: wrap;
    margin-top: 1.25rem;
  }

  .selection-item {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }

  .selection-text {
    font-size: 2rem;
  }

  .selection-img {
    margin-right: 1.25rem;
    width: 1.875rem;
    height: 2.625rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  
  .selection-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 666px) {
  .selection-item {
    font-size: 2.5rem;
  }

  .selection-text {
    font-size: 2.5rem;
  }
}

.example-container {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 6.25rem;
  margin-bottom: 9.375rem;
}

.example-list {
  width: 100%;
}

.example-list-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin-bottom: 5rem;
}

.example-list-item-reverse {
  flex-direction: row-reverse;
}

.example-list-item-reverse > .example-list-item-img > img:last-child {
  position: absolute;
  bottom: 2.5rem;
  left: -2.5rem;
}

.example-list-item-img {
  width: 45%;
  position: relative;
  z-index: 1;
}

.example-list-item-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.example-list-item-img > img:last-child {
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
  z-index: 2;
}

.example-list-item-img > img:first-child {
  z-index: 3;
}

.example-list-item-text {
  width: 47%;
}

.example-list-item-text-line {
  background-color: rgb(253, 115, 32);
  width: 1.625rem;
  height: .25rem;
  margin-bottom: 1.625rem;
  margin-top: 2rem;
}

.example-list-item-text-title {
  font-size: 1.5rem;
  font-family: "SourceHanSansSC";
  color: rgb(51, 51, 51);
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.example-list-item-text-sub-title {
  font-size: 1.25rem;
  font-family: "SourceHanSansSC";
  color: rgb(253, 115, 32);
  margin-bottom: 1.5rem;
}

.example-list-item-text-content {
  font-size: 0.875rem;
  font-family: "SourceHanSansSC";
  color: rgb(85, 85, 85);
  line-height: 2.25;
}
  
.example-list-item-line-up {
  width: 100%;
  border-bottom: 2px solid rgb(243, 245, 249);
  position: absolute;
  top: 0;
}
  
.example-list-item-line-down {
  width: 100%;
  border-bottom: 2px solid rgb(243, 245, 249);
  position: absolute;
  bottom: 2.5rem;
}

@media screen and (max-width: 1250px) {
  .example-list-item {
    flex-wrap: wrap;
  }

  .example-list-item-img {
    width: 100%;
  }

  .example-list-item-text {
    width: 100%;
  }

  .example-list-item-img > img:last-child {
    bottom: 0rem !important;
    left: 0rem !important;
  }

  .example-list-item-line-up {
    display: none;
  }

  .example-list-item-line-down {
    display: none;
  }

  .example-list-item-text-title {
    font-size: 2rem;
  }
  
  .example-list-item-text-sub-title {
    font-size: 1.5rem;
  }
  
  .example-list-item-text-content {
    font-size: 1.25rem;
  }
}


@media screen and (max-width: 767px) {
  .example-list-item-text-title {
    font-size: 3rem;
  }
  
  .example-list-item-text-sub-title {
    font-size: 2.5rem;
  }
  
  .example-list-item-text-content {
    font-size: 2rem;
  }
}

.example-img-container {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 6.25rem;
  margin-bottom: 9.375rem;
}

.example-img-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.example-img-list-item {
  width: 31%;
  padding: 1%;
  cursor: pointer;
}

.example-img-list-item:hover > .example-img-list-item-text {
  transition: all .3s;
  background-color: rgb(253, 115, 32);
  color: white;
}

.example-img-list-item-img {
  height: 17.5rem;
  width: 100%;
}

.example-img-list-item-img > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.example-img-list-item-text {
  width: 100%;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
}

@media screen and (max-width: 997px) {
  .example-img-list-item {
    width: 48%;
    padding: 1%;
  }

  .example-img-list-item-img {
    height: 22rem;
  }

  .example-img-list-item-text {
    height: 5rem;
  }
}

@media screen and (max-width: 600px) {
  .example-img-list-item {
    width: 100%;
    padding: 0;
    margin-bottom: 2%;
  }

  .example-img-list-item-img {
    height: 26rem;
  }

  .example-img-list-item-text {
    height: 5rem;
  }
}