@charset "UTF-8";


#multipleContentsDiv_hong_type5_25 > div:nth-child(2) { width: 770px; }
.gallery .top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 23px; }
.gallery .top .more-btn { display: block; width: 34px; height: 30px; background-image: url("../images/more-arrow.png"); background-size: contain; background-repeat: no-repeat; background-position: center; }
.gallery.right {transform: translateX(30px);}
.gallery .right-box ul { display: flex; justify-content: space-between; }
.gallery .right-box > ul > li {width: 100%;}
.gallery .right-box .list li { width: calc((100% / 2) - 15px); border: 1px solid #ddd; }
.gallery .right-box .list li a { display: block; width: 100%; height: 100%; }
.gallery .right-box .list li .img-box {height: 280px;overflow: hidden;}
.gallery .right-box .list li .img-box img {width: 100%;object-fit: cover;object-position: center;height: 100%;transition: all .3s;}
.gallery .right-box .list li .info {padding: 24px 24px 20px;background-color: #fff;/* min-height: 196px; */}
.gallery .right-box .list li .info strong {display: block;min-height: 60px;margin-bottom: 15px;font-size: 18px;line-height: 1.5;letter-spacing: -0.05em;color: #555;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-family: "S-CoreDream-5Medium";}
.gallery .right-box .list li .info p {margin-bottom: 30px;letter-spacing: -0.05em;line-height: 1.5;color: #666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;font-family: "S-CoreDream-4Regular";display: none;}
.gallery .right-box .list li .info em { font-size: 14px; letter-spacing: -0.05em; line-height: 1.5; color: #999; font-family: "S-CoreDream-3Light"; }
.gallery .right-box a.more {display: none;}

@media (min-width: 1024px){
.gallery .right-box .list li a:hover .img-box img{scale: 1.1;}
.gallery .right-box .list li a:hover .info{background-color: #f5f5f5;}   
}

@media (max-width: 1600px){
  #multipleContentsDiv_hong_type5_25 { padding: 93px 20px 70px; }
  .gallery.right {margin-left: 20px;;transform: translateX(0);}
	.gallery .right-box .list li { width: calc((100% / 2) - 5px); }
}

@media (max-width: 1023px){
  #multipleContentsDiv_hong_type5_25 { flex-direction: column; padding: 50px 20px 55px; }
  #multipleContentsDiv_hong_type5_25 > div:nth-child(2) {width: 100%;}
  .gallery.right {margin-left: 0;}
  .gallery .right-box .list li .info strong {font-size: 18px;margin-bottom: 0;-webkit-line-clamp: 1;min-height: auto;margin-bottom: 4px;}
  .gallery .right-box .list li .info p { font-size: 14px; margin-bottom: 25px; }
  .gallery .right-box .list li .info {padding: 20px 24px 20px;min-height: auto;}
  .gallery .right-box .list li .img-box {}
  .gallery .right-box .list li .img-box img {}
}

@media (max-width: 767px){
  .gallery .right-box ul{display:block;}
  .gallery .right-box .list li{width:100%;}
  .gallery .right-box .list li + li{display:none;}
  .gallery .right-box .list li .img-box{/* height:180px; */}
  .gallery .right-box .list li .img-box img{width:100%;height: 100%;}
  .gallery .right-box .list li .info strong{}
  .gallery .right-box .list li .info p{font-size: 16px;margin-bottom: 14px;}
  .gallery .top .more-btn{width:26px}
}
