.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;
  }
}

.news-container {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.news-top-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 7.5rem;
}

.news-top-img {
  width: 50%;
  position: relative;
}

.news-top-img > img {
  position: absolute;
  height: 80%;
  width: 120%;
  object-fit: cover;
  object-position: center;
  margin-top: 8%;
}

.news-top-text {
  width: 60%;
  background-image: url(../images/news-top-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 10rem;
  padding-right: 5rem;
  height: 25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-top-text-date {
  margin-bottom: 1.875rem;
  font-size: 1rem;
  font-family: "SourceHanSansSC";
  color: rgb(136, 136, 136);
}

.news-top-text-title {
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
  font-family: "SourceHanSansSC";
  color: rgb(51, 51, 51);
  font-weight: bold;
}

.news-top-text-content {
  margin-bottom: 2.5rem;
  font-size: 1rem;
  font-family: "SourceHanSansSC";
  color: rgb(136, 136, 136);
  line-height: 1.25;
}

.news-top-more {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.news-top-more-text {
  font-size: .75rem;
  font-family: "SourceHanSansSC";
  color: rgb(253, 115, 32);
  margin-right: .9375rem;
}

.news-top-more-img {
  width: 2.8125rem;
  height: 2.8125rem;
}

.news-top-more-img > img {
  width: 100%;
  height: 100%;
}

.news-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.news-list-item {
  width: 100%;
  border: 2px solid rgb(245, 245, 245);
  display: flex;
  flex-direction: row;
  margin-bottom: 4.375rem;
  cursor: pointer;
}

.news-list-item:hover {
  box-shadow: 0px 8px 18px 0px rgba(17, 17, 17, 0.13);
}

.news-list-item-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.75rem;
}

.news-list-item-date-day {
  font-size: 2.25rem;
  font-family: "SourceHanSansSC";
  color: rgb(85, 85, 85);
}

.news-list-item-date-year-month {
  font-size: 1.25rem;
  font-family: "SourceHanSansSC";
  color: rgb(85, 85, 85);
}

.news-list-item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
}

.news-list-item-text-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-left: 3.75rem;
  border-left: 2px solid rgb(245, 245, 245);
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-family: "SourceHanSansSC";
  color: rgb(51, 51, 51);
}

.news-list-item-text-content {
  padding-left: 3.75rem;
  border-left: 2px solid rgb(245, 245, 245);
  font-size: 1rem;
  font-family: "SourceHanSansSC";
  color: rgb(119, 119, 119);
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .news-top-container {
    flex-wrap: wrap;
  }
  
  .news-top-img {
    width: 100%;
  }
  
  .news-top-img > img {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  
  .news-top-text {
    width: 100%;
    padding: 5rem;
    height: auto;
  }
  
  .news-top-text-date {
    font-size: 1.5rem;
  }
  
  .news-top-text-title {
    font-size: 1.75rem;
  }
  
  .news-top-text-content {
    font-size: 1.5rem;
  }

  .news-top-more-text {
    font-size: 1.25rem;
  }
  
  .news-top-more-img {
    width: 3rem;
    height: 3rem;
  }

  .news-list-item {
    flex-direction: column;
    padding-top: 5%;
    padding-bottom: 5%;
    border-left: 0px;
    border-right: 0px;
  }

  .news-list-item:hover {
    box-shadow: 0px 0px 0px 0px rgba(17, 17, 17, 0.13);
  }
  
  .news-list-item-date {
    width: 100%;
    flex-direction: row-reverse;
    padding: 0;
    justify-content: start;
    align-items: center;
  }

  .news-list-item-date-day {
    font-size: 3rem;
    margin-left: 1rem;
    color: rgb(253, 115, 32);
  }

  .news-list-item-date-year-month {
    font-size: 3rem;
    color: rgb(253, 115, 32);
  }

  .news-list-item-text-title {
    padding-left: 0;
    border-left: 0px;
    font-size: 2.5rem;
  }

  .news-list-item-text-content {
    padding-left: 0;
    border-left: 0px;
  }
}

.news-detail-container {
  width: 70%;
  padding-left: 15%;
  padding-right: 15%;
  margin-top: 3rem;
}

.news-detail-title {
  text-align: center;
  font-size: 1.125rem;
  color: #0066cb;
  letter-spacing: .0625rem;
  font-weight: bold;
  margin-bottom: .5rem;
}

.news-detail-date-and-views {
  font-size: .6875rem;
  color: #666;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: .0625rem solid rgb(231, 231, 231);
}

.news-detail-date {
  margin-right: 2rem;
}

.news-detail-content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.delivery-container {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.delivery-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.delivery-list-item {
  width: 18%;
  margin: 1%;
  height: 10rem;
}

.delivery-list-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 1350px) {
  .delivery-list-item {
    width: 23%;
    margin: 1%;
    height: 13rem;
  }
}

@media screen and (max-width: 1150px) {
  .delivery-list-item {
    width: 31%;
    margin: 1%;
    height: 15rem;
  }
}

@media screen and (max-width: 800px) {
  .delivery-list-item {
    width: 48%;
    margin: 1%;
    height: 20rem;
  }
}

@media screen and (max-width: 600px) {
  .delivery-list-item {
    width: 100%;
    margin: 0;
    height: 30rem;
    margin-bottom: 20px;
  }
}