@charset "UTF-8";
#hero{
  margin-bottom: 10.4rem;
}
#sec-outline{
  width: min(112rem, 100%);
  margin-inline: auto;
}
.h2-wrap{
  font-size: 1.8rem;
}
#sec-outline .h2-wrap{
  margin-bottom: 5.6rem;
}
.h2-ENG{
  font-size: 7rem;
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.list-itemContainer{
  width: 100%;
  padding: 0 1.2rem;
  margin-bottom: 32rem;

  background: #fff;
}
.list-item{
  display: grid;
  grid-template-columns: 40rem 1fr;
  column-gap: 2.4rem;

  padding: 2.4rem 4em;
}
.list-itemContainer>*+*{
  border-top: solid 1px #DEDEDE;
}

#sec-history{
  padding: 8rem 0 10.6rem;
  background: #333;

  overflow-x: hidden;
}
#sec-history .h2-wrap{
  width: min(112rem, 100%);
  margin-inline: auto;
  margin-bottom: 4.8rem;

  color: #fff;
}
.historySwiper-wrap{
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.historySwiper{
  position: relative;
  width: calc(calc(100% - 112rem)/2 + 112rem);
  padding-bottom: 16rem;
}
#sec-history .card{
  width: 40rem;
}
#sec-history .topbar{
  width: 100%;
  padding: 2.4rem 1.6rem 1.6rem;

  font-size: 7.1rem;
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-align: right;
  color: #fff;
  background: var(--cc);
}
#sec-history .textContent{
  width: 100%;
  padding: 8rem 4rem 4rem;

  background: #fff;
}
#sec-history .date{
  margin-bottom: 0.8rem;

  font-size: 1.7rem;
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.swiper-btnContainer{
  position: absolute;
  left: 0;
  bottom: 0;

  display: flex;
  justify-content: flex-end;
  width: min(112rem, 100%);
}
.swiper-btn-prev,
.swiper-btn-next{
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 7rem;
  height: 7rem;

  background: transparent;
  border-radius: 50%;
}
.swiper-btn-prev{
  transform: rotate(180deg);
}
.swiper-btn-prev::before,
.swiper-btn-next::before{
  content: '';
  position: absolute;
  z-index: 2;

  width: 6rem;
  height: 6rem;

  border: solid 2px #fff;
  background: transparent;
  border-radius: 50%;
}
.swiper-scrollbar-wrap{
  position: absolute;
  bottom: 9.6rem;

  width: 112rem;
}
.swiper-scrollbar{
  background: #fff!important;
}
.swiper-scrollbar-drag{
  background: var(--cc)!important;
}
@media (hover){
  .swiper-btn-prev:hover,
  .swiper-btn-next:hover{
    background: var(--cc);
    transition: 0.3s all linear;
  }
}
@media (max-width : 1200px){
  main{
    padding-left: 0;
    padding-right: 0;
  }
  #sec-outline{
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .list-item{
    display: grid;
    grid-template-columns: 16rem 1fr;
    column-gap: 2.4rem;
  
    padding: 2.4rem 4em;
  }
}
@media (max-width : 599px){
}