* {
  margin: 0;
  padding: 0;
  }
  
  
  a {
  text-decoration: none;
  color: inherit;
  }
  
  
  ul, ol {
  list-style: none;
  }
  
  
  #content-selection-container {
  width: 100%;
  height: auto;
  }
  #content-selection-container .selection-common-title-wrapper {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 18px;
  position: relative;
  }
  #content-selection-container .selection-common-title-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dcdcdc;
  }
  #content-selection-container .selection-common-title-wrapper > p {
  width: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  letter-spacing: 1.2px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  user-select: none;
  }
  #content-selection-container .selection-common-title-wrapper .selection-common-title-toggle-active {
  color: #0061bd;
  }
  #content-selection-container .selection-common-title-wrapper .selection-common-title-toggle-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0061bd;
  z-index: 1;
  border-radius: 8px;
  }
  #content-selection-container .selection-common-title-wrapper > a {
  position: absolute;
  right: 0;
  font-size: 13px;
  color: #333;
  bottom: 16px;
  transition: color 0.4s ease;
  }
  #content-selection-container .selection-common-title-wrapper > a:hover {
  color: #0061bd;
  }
  #content-selection-container .selection-common-list-wrapper {
  width: 100%;
  height: calc(100% - 60px);
  box-sizing: border-box;
  padding-top: 16px;
  display: none;
  }
  #content-selection-container .selection-common-list-wrapper .selection-common-list-box {
  width: 100%;
  height: 14.2857142857%;
  border-bottom: 1px dashed #999;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 4px;
  position: relative;
  }
  #content-selection-container .selection-common-list-wrapper .selection-common-list-box:last-of-type {
  border: none;
  }
  #content-selection-container .selection-common-list-wrapper .selection-common-list-box > Svg {
  width: 12px;
  height: 12px;
  }
  #content-selection-container .selection-common-list-wrapper .selection-common-list-box p {
  width: 350px;
  font-size: 15px;
  color: #333;
  margin-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
  }
  #content-selection-container .selection-common-list-wrapper .selection-common-list-box p:hover {
  color: #0061bd;
  }
  #content-selection-container .selection-common-list-wrapper .selection-common-list-box > span {
  position: absolute;
  right: 4px;
  font-size: 14px;
  color: #333;
  }
  #content-selection-container .selection-common-list-wrapper-active {
  display: block;
  }
  #content-selection-container #content-first-selection-container {
  width: 1440px;
  margin: 0 auto;
  height: 440px;
  display: flex;
  justify-content: space-between;
  padding-top: 48px;
  }
  #content-selection-container #content-first-selection-container #content-first-selection-banner-wrapper {
  width: 490px;
  height: 92%;
  position: relative;
  overflow: hidden;
  margin: auto 0;
  }
  #content-selection-container #content-first-selection-container #content-first-selection-banner-wrapper #header-content-background-banner-toggle-box {
  width: auto;
  height: 32px;
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  bottom: 50px;
  }
  #content-selection-container #content-first-selection-container #content-first-selection-banner-wrapper #header-content-background-banner-toggle-box .header-content-background-banner-toggle-item {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  }
  #content-selection-container #content-first-selection-container #content-first-selection-banner-wrapper #header-content-background-banner-toggle-box .header-content-background-banner-toggle-item > svg {
  width: 24px;
  height: 24px;
  fill: #bfbfbf;
  transition: all 0.5s ease;
  }
  #content-selection-container #content-first-selection-container #content-first-selection-banner-wrapper #header-content-background-banner-toggle-box .header-content-background-banner-toggle-item-active > svg {
  fill: #fff;
  width: 32px;
  height: 32px;
  }
  #content-selection-container #content-first-selection-container #content-first-selection-banner-wrapper #content-first-selection-slider-wrapper {
  width: 500%;
  height: 100%;
  display: flex;
  }
  #content-selection-container #content-first-selection-container #content-first-selection-banner-wrapper #content-first-selection-slider-wrapper .content-first-selection-slider-box {
  width: 25%;
  height: 100%;
  position: relative;
  }
  #content-selection-container #content-first-selection-container #content-first-selection-banner-wrapper #content-first-selection-slider-wrapper .content-first-selection-slider-box > a {
  display: block;
  width: 100%;
  height: 100%;
  }
  #content-selection-container #content-first-selection-container #content-first-selection-banner-wrapper #content-first-selection-slider-wrapper .content-first-selection-slider-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }
  #content-selection-container #content-first-selection-container #content-first-selection-banner-wrapper #content-first-selection-slider-wrapper .content-first-selection-slider-box .content-first-selection-slider-text-item {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42px;
  background-color: rgba(206, 206, 212, 0.7);
  box-sizing: border-box;
  padding: 0 16px;
  display: flex;
  align-items: center;
  }


  #content-selection-container #content-first-selection-container #content-first-selection-banner-wrapper #content-first-selection-slider-wrapper .content-first-selection-slider-box .content-first-selection-slider-text-item a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    }


  #content-selection-container #content-first-selection-container #content-first-selection-banner-wrapper #content-first-selection-slider-wrapper .content-first-selection-slider-box .content-first-selection-slider-text-item p {
  width: 85%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  }
  #content-selection-container #content-first-selection-container #content-first-selection-news-wrapper {
  width: 450px;
  height: 100%;
  }
  #content-selection-container #content-first-selection-container #content-first-selection-announcement-wrapper {
  width: 450px;
  height: 100%;
  }
  #content-selection-container #content-seconed-selection-container {
  width: 1440px;
  margin: 0 auto;
  height: 440px;
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  }
  #content-selection-container #content-seconed-selection-container #content-seconed-selection-communication-wrapper {
  width: 490px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  }
  #content-selection-container #content-seconed-selection-container #content-seconed-selection-communication-wrapper .selection-common-list-wrapper .content-seconed-selection-communication-wrapper {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: space-between;
  }
  #content-selection-container #content-seconed-selection-container #content-seconed-selection-communication-wrapper .selection-common-list-wrapper .content-seconed-selection-communication-wrapper:nth-of-type(2) .content-seconed-selection-communication-box:nth-child(1), #content-selection-container #content-seconed-selection-container #content-seconed-selection-communication-wrapper .selection-common-list-wrapper .content-seconed-selection-communication-wrapper:nth-of-type(2) .content-seconed-selection-communication-box:nth-child(2) {
  display: none;
  }
  #content-selection-container #content-seconed-selection-container #content-seconed-selection-communication-wrapper .selection-common-list-wrapper .content-seconed-selection-communication-wrapper .content-seconed-selection-communication-box {
  width: 49%;
  height: 100%;
  }
  #content-selection-container #content-seconed-selection-container #content-seconed-selection-communication-wrapper .selection-common-list-wrapper .content-seconed-selection-communication-wrapper .content-seconed-selection-communication-box .content-seconed-selection-communication-img-box {
  width: 100%;
  height: 80%;
  }
  #content-selection-container #content-seconed-selection-container #content-seconed-selection-communication-wrapper .selection-common-list-wrapper .content-seconed-selection-communication-wrapper .content-seconed-selection-communication-box .content-seconed-selection-communication-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  }
  #content-selection-container #content-seconed-selection-container #content-seconed-selection-communication-wrapper .selection-common-list-wrapper .content-seconed-selection-communication-wrapper .content-seconed-selection-communication-box p {
  width: 90%;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  text-align: center;
  padding-top: 6px;
  }
  #content-selection-container #content-seconed-selection-container #content-seconed-selection-building-wrapper {
  width: 450px;
  height: 100%;
  }
  #content-selection-container #content-seconed-selection-container #content-seconed-selection-construct-wrapper {
  width: 450px;
  height: 100%;
  }
  #content-selection-container #content-third-selection-container {
  width: 1440px;
  height: 350px;
  margin: 0 auto;
  }
  #content-selection-container #content-third-selection-container .selection-common-list-wrapper .content-third-selection-expert-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  }
  #content-selection-container #content-third-selection-container .selection-common-list-wrapper .content-third-selection-expert-wrapper .content-third-selection-expert-slider-wrapper {
  width: 300%;
  height: 100%;
  display: flex;
  align-items: center;
  }
  #content-selection-container #content-third-selection-container .selection-common-list-wrapper .content-third-selection-expert-wrapper .content-third-selection-expert-slider-wrapper .content-third-selection-expert-slider-box {
  width: 1440px;
  display: flex;
  justify-content: space-between;
  }
  #content-selection-container #content-third-selection-container .selection-common-list-wrapper .content-third-selection-expert-wrapper .content-third-selection-expert-slider-wrapper .content-third-selection-expert-slider-box:nth-of-type(2) .content-third-selection-expert-slider-item:nth-of-type(1), #content-selection-container #content-third-selection-container .selection-common-list-wrapper .content-third-selection-expert-wrapper .content-third-selection-expert-slider-wrapper .content-third-selection-expert-slider-box:nth-of-type(2) .content-third-selection-expert-slider-item:nth-of-type(2), #content-selection-container #content-third-selection-container .selection-common-list-wrapper .content-third-selection-expert-wrapper .content-third-selection-expert-slider-wrapper .content-third-selection-expert-slider-box:nth-of-type(2) .content-third-selection-expert-slider-item:nth-of-type(3), #content-selection-container #content-third-selection-container .selection-common-list-wrapper .content-third-selection-expert-wrapper .content-third-selection-expert-slider-wrapper .content-third-selection-expert-slider-box:nth-of-type(2) .content-third-selection-expert-slider-item:nth-of-type(4), #content-selection-container #content-third-selection-container .selection-common-list-wrapper .content-third-selection-expert-wrapper .content-third-selection-expert-slider-wrapper .content-third-selection-expert-slider-box:nth-of-type(2) .content-third-selection-expert-slider-item:nth-of-type(5) {
  display: none;
  }
  #content-selection-container #content-third-selection-container .selection-common-list-wrapper .content-third-selection-expert-wrapper .content-third-selection-expert-slider-wrapper .content-third-selection-expert-slider-box .content-third-selection-expert-slider-item {
  width: 270px;
  height: 180px;
  background-color: #0061bd;
  overflow: hidden;
  }
  #content-selection-container #content-third-selection-container .selection-common-list-wrapper .content-third-selection-expert-wrapper .content-third-selection-expert-slider-wrapper .content-third-selection-expert-slider-box .content-third-selection-expert-slider-item > a {
  width: 100%;
  height: 100%;
  display: block;
  }
  #content-selection-container #content-third-selection-container .selection-common-list-wrapper .content-third-selection-expert-wrapper .content-third-selection-expert-slider-wrapper .content-third-selection-expert-slider-box .content-third-selection-expert-slider-item > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }