.DP { background: var(--MC03)}
.RC1 { display: flex; padding: 0 0 30px}
.RC1 .imgW { height: 0; padding-bottom: 27.32%; position: relative; width: 50%}
.RC1 .imgbox { width: 100%}

.RC1 .w { padding: 0 0 0 5% ;width: 50%}
.RC1 h2 { padding: 0 0 30px}
.RC1 .w ul { display: flex; height: calc(100% - 189px); min-height: 120px}
.RC1 .w .p1 { padding: 0 50px 0 0; width: calc(100% - 150px)}
.RC1 .w .p2 { width: 150px}
.RC1 .w .p1,RC1 .w .p2 { display: -webkit-box; line-height: 1.5; height: 120px; overflow: hidden;
    text-overflow: ellipsis; -webkit-line-clamp: 5; -webkit-box-orient: vertical}

#splide02 .splide__pagination { margin: 0 0 43px}
#splide02 { height: calc(26vw + 43px)}

.linkB { display: flex; justify-content: space-between; align-items: center;}

.RT ul { display: flex; padding: 0 0 70px}
.RT li { width: calc((100% - 70px)/3)}
.RT .splide__pagination li { width: auto}
.RT .slider li { width: calc((91.1458vw - 70px)/3) !important}
.RT h2,.RC1 h2 { overflow: hidden; padding: 15px 0 10px; text-overflow: ellipsis; white-space: nowrap}
.RT .linkB { align-items: flex-end}
.RT .imgW { height: 0; padding-bottom: 58.39%}
#splide01 { height: calc(18vw + 194px)}




/*light box*/
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  z-index: 101
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: auto;
    max-width: max-content;
    top: 50%;
    transform: translateY(-50%);
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 1300px){
    #splide02 { height: 400px}
    .RC1 .imgW { padding-bottom: 305px}
    #splide01 { height: calc(27vw + 194px)}
}
@media screen and (max-width: 990px){
    .linkB { flex-wrap: wrap }
    .linkB a,.linkB .btn.B { width: 100%}
    .linkB .link { padding: 0 0 15px}
    #splide01 { height: calc(27vw + 225px)}
    #splide02 { height: calc(57vw + 360px)}
    .RC1 { flex-wrap: wrap}
    .RC1 .imgW { padding-bottom: 56%; width: 100%}
    .RC1 .w { padding: 0; width: 100%}
    .RC1 .w ul { height: auto}
}
@media screen and (max-width: 768px){
    #splide01 { height: calc(52vw + 225px)}
    .RC1 .w ul { flex-wrap: wrap}
    .RC1 .w .p1 { margin: 0 0 10px; padding: 0; width: 100%}
    .price .s { font-size: 15px; padding: 0 20px 0 0}
    .price .b { font-size: 15px}
    .price .b i { font-size: 28px}
    #splide02 { height: calc(57vw + 380px)}

}