.cthnail_list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.cthnail_list .list_item {
    max-width: calc(100% / 3 - 10px);
    min-width: calc(100% / 3 - 10px);
    display: block;
    border-bottom: 0px;
}
.cthnail_list .list_item .thumb_wrap + .text_wrap {
    width: 100%;
}
.cthnail_list .list_item .thumb_wrap {
    width: 100%;
    height: 100%;
    max-height: 320px;
    margin-bottom:10px;
}
@media screen and (min-width: 1px) and (max-width: 1080px) {
  .cthnail_list .list_item .thumb_wrap {
    max-height:290px;
  }
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .cthnail_list .list_item .thumb_wrap {
    max-height:245px;
  }
}
@media screen and (min-width: 1px) and (max-width: 850px) {
  .cthnail_list .list_item .thumb_wrap {
    max-height: 216px;
  }
}
@media screen and (min-width: 1px) and (max-width: 750px) {
  .cthnail_list .list_item .thumb_wrap {
    max-height: 180px;
  }
}
@media screen and (min-width: 1px) and (max-width: 640px) {
  .cthnail_list .list_item {
    max-width: calc(100% / 2 - 10px);
    min-width: calc(100% / 2 - 10px);
  }
  .cthnail_list .list_item .thumb_wrap img {
    height: 100% !important;
    object-fit: contain;
  }
}

.cthnail_list .swiper-backface-hidden .swiper-slide{
    border-radius: 10px;
    overflow: hidden;
}
body.wide-ver .menu_title_wrap {
    display:none
}
body.wide-ver #content .inner_1200 {
    /* width:100% */
}
body.wide-ver #content .content_box {
    width: 1200px;
    margin: auto;
    margin-bottom: 87px;
}
.wide-infobox {
    background-repeat: no-repeat;
    background-position: center top;
    min-height:700px;
    margin-bottom:30px;
}

.wide-infobox.type-camp {
    background-image: url('/resources/public/images/type-camp.png');
}
.wide-infobox.type-social {
    background-image: url('/resources/public/images/type-social.png');
}
.wide-infobox__in {
    width: 1200px;
    margin: auto;
    box-sizing: border-box;
    padding-top:150px;
    font-family: 'pretandard';
}
.wide-infobox__in h3 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom:37px;
}
.wide-infobox__in p {
    font-size:24px;
    font-weight: 400;
    color:#222;
    line-height: 1.6;
    margin-bottom: 20px;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
    
    body.wide-ver #content .content_box {
        width:100%;
        padding-left:10px;
        padding-right: 10px;
    }
    .wide-infobox {
        min-height: 100px;
        background-size: cover;
        margin-bottom:30px;
    }
    .wide-infobox__in {
        width:100%;
        padding:40px 20px;
    }
    .wide-infobox__in h3 {
        font-size:30px;
    }
    .wide-infobox__in p {
        font-size:20px;
    }
}
@media screen and (min-width: 1px) and (max-width: 700px) {
    .wide-infobox__in p br {
        display: none;
    }
    .wide-infobox__in p {
        font-size:18px;
    }
}

.volunteer {
    padding:0px;
    border: 0px;
}
@media screen and (min-width: 1200px) {
  .volunteer .campaign_list .list_item {
      width:268px;
  }
  .volunteer .campaign_list .list_item .thumb_wrap {
      width:268px;
      height:268px;
  }
}
.menu_title {
    font-size: 30px;
}
@media screen and (max-width: 1199px) {
    .menu_title {
        font-size: 22px;
    }
}

/*우수후기 슬라이드*/

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.display {
  position: relative;
  padding-top:30px;
}

.display__tit {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 35px;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
  .display__tit {
    font-size: 32px;
  }
    .display {
        overflow: hidden;
    }
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .display__tit {
    font-size: 26px;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .display__tit {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.display__nav {
  position: relative;
}

.display__nav a {
}

.display__nav a span {
}

.display__nav a:focus {
    /* border:1px solid gold */
}

.display__nav-prev {
    position: absolute;
    left: -90px;
    top:120px;
    display: block;
    width:50px;
    height:50px;
    border:1px solid #ddd;
    border-radius: 100%;
}
.display__nav-prev:before {
    content: '<';
    font-family: serif;
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
} 

.display__nav-next {
    position: absolute;
    right: -90px;
    top:120px;
    display: block;
    width:50px;
    height:50px;
    border:1px solid #ddd;
    border-radius: 100%;
}
.display__nav-next:before {
    content: '>';
    font-family: serif;
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
} 

.display__nav-pause {
    display: none;
}

.display__nav-more {
    position: absolute;
    top: -65px;
    right:0;
    font-weight: 500;
    color:#000;
    font-size:18px;
}

.display__nav-more:focus {text-decoration: underline;}

.display__slide {
  margin-left: -17px;
  margin-right: -17px;
  /* max-height: 340px;
  overflow: hidden; */
}
.display__slide__item {
    height: auto;
}

.display__slide__item a {
  display: block;
  margin-left: 17px;
  margin-right: 17px;
}

.display__slide__item a:hover, .display__slide__item a:focus {
  opacity: 0.8;
}

.display__slide__item a img {
  margin: 0 auto;
}

.display__slide__item a .img-box {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  color: #fff;
  border-radius: 10px;
  margin-bottom:20px;
}
.ver2 .display__slide__item a .img-box {
  padding-bottom: 130%;
}

.display__slide__item a .img-box__in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.display__slide__item a .img-box iframe {
  width: 100%;
  height: 100%;
}

.display__slide__item a .img-box img {
  width: 100%;
  height: 100% !important;
  /* 비율 안깨지고 상하 가운데 정렬시*/
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.display .slick-slider button {
  display: none !important;
}
.display .text-lines {
    text-align: left;
}
.display .text-lines .item1 {
    display: block;
    color:#4967b0;
    margin-bottom:10px;
}
.display .ver2 .text-lines .item1 {
    color:#000;
    font-size:18px;
}
.display .text-lines .item2 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**/
.btn-list-wrap {
  text-align: center;
  padding-top:50px;
  margin-bottom:70px;
}
.btn_list-new {
  
    display: block;
    margin: auto;
    width: 194px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 6px;
    background-color: #717171;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.contents-newbox {
  margin-bottom: 50px;
}
@media screen and (min-width: 1px) and (max-width: 1200px) {
  .contents-newbox {
    padding-left:10px;
    padding-right:10px;
  }
}

/*기업사회공헌 후기*/
.photo_after {
  position: relative;
  padding-top:30px;
}
.photo_after__more {
  position: absolute;
  top:-30px;
  right:0;
  font-weight: 500;
  color: #000;
  font-size: 18px;
}
.photo_after__more:focus {text-decoration: underline;}
.photo_after__more span {
  text-indent: -9999px;
  position: absolute;
  left:-9999px;
  top:0;
}
.photo_after__list {
  display: flex;
  margin-left:-30px;
}
.photo_after__list__item {
  max-width: calc(100% / 3);
  min-width: calc(100% / 3);
}
.photo_after__list__item a {
  display: block;
  margin-left:30px;
}
@media screen and (min-width: 1px) and (max-width: 520px) {
  .photo_after__list {
    margin-left:-10px;
  }
  .photo_after__list__item {
    max-width: calc(100% / 2);
    min-width: calc(100% / 2);
    display: none;
  }
  .photo_after__list__item:nth-child(1),
  .photo_after__list__item:nth-child(2) {
    display: block;
  }
  
  .photo_after__list__item a {
    margin-left:10px;
  }
}

.photo_after__list__item .item1 {}
.photo_after__list__item .item1 .img-box {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  color: #fff;
  border-radius: 10px;
  margin-bottom:20px;
}
.photo_after__list__item .item1 .img-box {
  padding-bottom: 70%;
}

.photo_after__list__item .item1 .img-box__in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photo_after__list__item .item1 .img-box iframe {
  width: 100%;
  height: 100%;
}
.photo_after__list__item .item1 .img-box img {
  width: 100%;
  height: 100% !important;
  /* 비율 안깨지고 상하 가운데 정렬시*/
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.photo_after__list__item .item2 {
    color: #000;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
