.main6 {
  /* padding: 120px 0; */
}

.main6_wrap {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.main6 .section_title {
  display: inline-block;
  margin-left: 13vw;
  text-align: left;
}
.main6 .section_title .sttl {
  padding-left: 3px;
}

.main6 .swiper-button-next,
.main6 .swiper-button-prev {
  position: static;
}

.main6_list {
  position: relative;
  display: block;
  width: calc(100% - 13.7vw);
  width: calc(100% - 27.2vw);
  min-width: 1400px;
  margin-left: 13.7vw;
  margin-left: 260px;
  margin-top: 400px;
}
.main6_list .swiper-main6 {
}

.main6_list .swiper-main6 .s-nav div {
  position: relative;
  margin-right: 40px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #888888;
  cursor: pointer;
}
.main6_list .swiper-main6 .s-nav div.on {
  color: #2d3845;
}
.main6_list .swiper-main6 .s-nav div::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  height: 100%;
  width: 1px;
  background: #222;
}
.main6_list .swiper-main6 .s-nav div:last-child::after {
  display: none;
}

.main6_list .swiper-main6 .swiper-slide {
  width: 454px !important;
}
.main6_list .swiper-main6 .swiper-slide:last-child {
  margin-right: 100px;
}
.main6_list .swiper-main6 a .thumbnails {
  position: relative;
  width: 100%;
  height: 255px;
  overflow: hidden;
}
.main6_list .swiper-main6 a .thumbnails .loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: scale(1);
  transition: transform 0.5s;
}
.main6_list .swiper-main6 a:hover .thumbnails .loader {
  transform: scale(1.1);
}
.main6_list .swiper-main6 a .name {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: -0.6px;
  text-align: left;
  color: #960a0a;
}
.main6_list .swiper-main6 a .eng {
  font-family: "Playfair Display", serif;
  font-size: 19.5px;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.49px;
  text-align: left;
  color: #333333;
  margin: 9px 0 17px;
}
.main6_list .swiper-main6 a .time {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #3e8793;
  margin: 40px 0 20px;
}
.main6_list .swiper-main6 a .txt {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #3e8793;
}
.main6_list .swiper-main6 a .txt p:nth-of-type(1) {
  margin-bottom: 13px;
}
.main6_list .swiper-main6 a .txt p span {
  font-size: 15px;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.38px;
  color: #960a0a;
}
.main6_list .swiper-main6 a .btn_detail {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.4);
  transition: color 0.3s;
}
.main6_list .swiper-main6 a:hover .btn_detail {
  color: rgba(51, 51, 51, 1);
}

.main6_list .swiper-button-next,
.main6_list .swiper-button-prev {
  left: 0;
  width: 56px;
  height: 60px;
  margin-top: 0;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s, background-color 0.3s;
  border: solid 1px #888888;
}
.main6_list .swiper-button-next::after,
.main6_list .swiper-button-prev::after {
  display: none;
}
.main6_list .swiper-button-next {
  background-color: #3e8793;
  top: 280px;
}
.main6_list .swiper-button-next:hover {
  /* color: #fff;
  background-color: #a67244; */
}
.main6_list .swiper-button-prev {
  background-color: #fff;
  margin-right: 10px;
}
.main6_list .swiper-button-prev:hover {
  /* color: #a67244;
  background-color: transparent; */
}
.main6_list .swiper-button-next i,
.main6_list .swiper-button-prev i {
  font-size: 20px;
  vertical-align: text-top;
}
.main6_list .swiper-button-next i {
  font-size: 36px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4px;
  text-align: right;
  color: #ffffff;
  /* padding-left: 5px; */
}
.main6_list .swiper-button-prev i {
  font-size: 36px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4px;
  text-align: right;
  color: #3e8793;
  /* padding-right: 5px; */
}

.main6_list .swiper-pagination {
  display: none;
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 0;
  left: 40%;
  /* transform: translateX(-50%); */
}
.main6_list .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: solid 1px #666;
  opacity: 1;
  transition: width 0.3s, background 0.3s;
  outline: none;
}
.main6_list .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
}
.main6_list .swiper-pagination .swiper-pagination-bullet-active {
  background: #666;
}
/* .main6_list {
  position: relative;
  top: 0;
  left: 0;
}
.main6_list::before{
  content: '';
  position: absolute;
  top: 0;
  left: 715px;
  width: 1px;
  height: 580px;
  background: #999999;
}

.main6_list::after{
  content: '';
  position: absolute;
  top: 0;
  left: 715px;
  width: 1px;
  height: 580px;
  background: #999999;
} */
.main6_list .swiper-main6 .swiper-slide {
  position: relative;
  top: 0;
  left: 0;
}
.main6_list .swiper-main6 .swiper-slide::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 615px;
  width: 1px;
  height: 580px;
  background: #999999;
}
.main6_list .swiper-main6 .swiper-slide:last-child::after {
  display: none;
}

.main6 .r-box {
  max-width: 260px;
  width: 100%;
  height: 1142px;
  background: url(http://img.einet.kr/P202005002/responsive/main/6_1.jpg)
    no-repeat center;
}

.main6 .s-nav-wrpaaer {
  position: relative;
  margin-bottom: 60px;
}
.main6 .swiper-option {
  position: absolute;
  right: 40px;
  bottom: 0;
}
.main6_list .swiper-main6 > h2 {
  font-family: Lora;
  font-size: 70px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.97;
  letter-spacing: normal;
  color: #222222;
}
.main6_list .swiper-main6 > h3 {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #444444;
  margin: 25px 0 60px;
}
@media (max-width: 1024px) {
  .main6 {
    /* padding: 60px 0;
    padding-bottom: 80px;
    padding-left: 15px; */
  }
  .main6 .section_title {
    display: block;
    margin-left: 0;
    text-align: center;
  }
  .main6 .section_title .sttl {
    padding-left: 0;
  }
  .main6_list {
    width: 100%;
    margin-left: 0;
  }
  .main6_list .swiper-main6 {
    margin-left: 0;
  }

  .main6_list .swiper-main6 .swiper-slide {
    max-width: 345px;
    width: 100%;
  }
  .main6_list .swiper-main6 .swiper-slide:first-child {
    margin-left: 15px;
  }
  .main6_list .swiper-main6 .swiper-slide:last-child {
    margin-right: 15px;
  }
  .main6_list .swiper-main6 a .thumbnails {
    height: 160px;
  }
  .main6_list .swiper-main6 a .name {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    line-height: 0.85;
    letter-spacing: -0.38px;
  }
  .main6_list .swiper-main6 a .eng {
    font-size: 11.3px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: -0.28px;
    margin: 3px 0 13px;
  }
  .main6_list .swiper-main6 a .btn_detail {
    display: none;
  }
  .main6_list .swiper-option {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 35px;
    text-align: center;
  }
  .main6_list .swiper-button-next,
  .main6_list .swiper-button-prev {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: inline-block;
    width: 130px;
    height: 35px;
    font-size: 14px;
    line-height: 33px;
    vertical-align: top;
  }
  .main6_list .swiper-button-prev {
    margin-right: 5px;
  }
  .main6_list .swiper-button-next {
    margin-left: 5px;
  }
  .main6_list .swiper-main6 .swiper-slide::after {
    display: none;
  }
  .main6_list .swiper-main6 a .time {
    font-size: 13.8px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: -0.34px;
    margin: 15px 0 10px;
  }
  .main6_list .swiper-main6 a .txt {
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.3px;
  }
  .main6_list .swiper-main6 a .txt br {
    display: none;
  }
  .main6_list .swiper-main6 a .txt p span {
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    display: block;
  }
  .main6_list .swiper-main6 a .txt p:nth-of-type(1) {
    margin-bottom: 10px;
  }
  .main6_list .swiper-main6 a .txt p span:nth-of-type(2),
  .main6_list .swiper-main6 a .txt p span:nth-of-type(3) {
    margin-top: 10px;
  }
  .main6_list .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
  }
  .main6_list .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7.5px;
  }
}
