@charset "utf-8";

.inn-slide{
  position: relative;
}

.comm-three-slide{
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

.comm-three-slide .swiper-slide{
  position: relative;
  width: 517px;
}

.comm-three-slide .swiper-slide img{
  border-radius: 10px;
}

.comm-three-slide .swiper-slide .txtarea{
  position: absolute;
  bottom: 15px;
  left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
}

.comm-three-slide .swiper-slide .txtarea h6{
  color:  #FFF;
  font-family: "Pretendard Variable";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
}

.comm-three-slide .swiper-slide .txtarea p{
  color:  #FFF;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

/* swiper 쓰이는 작은 화살표 btn */
.btn-small-prev,
.btn-small-next {
  position: absolute;
  margin: 0;
  padding: 3px;
  height: 32px;
  width: 32px;
  opacity: 1;
  font-size: 11px;
  color: #111;
  line-height: 22px;
  text-align: center;
  z-index: 111;
  border-radius: 50%;
  background:  #FFF;
  box-shadow: 0px 1px 5px 0px rgba(10, 22, 70, 0.06), 0px 2px 8px 0px rgba(10, 22, 70, 0.10);
}

/* 화살표 모양 swiper btn */

.arrow-btn-prev,
.arrow-btn-next {
  position: absolute;
  margin: 0;
  padding: 3px;
  height: 50px;
  width: 50px;
  opacity: 1;
  font-size: 22px;
  color: #111;
  line-height: 42px;
  text-align: center;
  z-index: 111;
  border-radius: 50%;
  background:  #FFF;
  box-shadow: 0px 1px 5px 0px rgba(10, 22, 70, 0.06), 0px 2px 8px 0px rgba(10, 22, 70, 0.10);
}

.arrow-btn-next{
  top: 45%;
  right: -25px;
}
.arrow-btn-prev{
  top: 45%;
  left: -25px;
}
.arrow-btn-next.swiper-button-disabled,
.arrow-btn-prev.swiper-button-disabled{
  opacity: 0;
}


/* 더보기가 있는 swiper btn */
.more-btn-next, .more-btn-prev{
  color: #111;
}

.more-btn-next.swiper-button-disabled,
.more-btn-prev.swiper-button-disabled{
  color: #8a8a8a;
}


/* 서브페이지 swiper btn */
.btn-side-next, .btn-side-prev{
  color: #111;
}

.btn-side-next.swiper-button-disabled,
.btn-side-prev.swiper-button-disabled{
  color: #8a8a8a;
}



/* comm-section 탭 페이지 공통 */

/* 텝페이지 맨 상단 슬라이드 공통 */
.comm-section .most-viewed{
  display: flex;
  width: 100%;
  padding: 40px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.comm-section .container{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.comm-section .container .post-top{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.comm-section .container .post-top h4{
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  color: #000;
  font-family: "Pretendard Variable";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 135.714% */
}

.comm-section .container .post-top .item{
  display: flex;
  gap: 10px;
}

.comm-section .post-slide{
  display: flex;
  padding-bottom: 40px;
  width: 100%;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 28px;
  border-bottom: 1px solid #E9ECEF;
}

.comm-section .theiaStickySidebar{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.comm-section .post-slide .post-sec{
  display: flex;
  align-items: flex-start;

}

.comm-section .post-slide .post-sec .swiper-slide{
  position: relative;
}



.comm-section .post-slide .post-sec .swiper-slide img{
  width: 100%;
  background-size: contain;
  border-radius: 8px;
}

.comm-section .post-slide .post-sec .swiper-slide .txtarea{
position: absolute;
    display: flex;
    padding: 0px 20px;
    bottom: 0;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    background: #00000036;
    padding-bottom: 20px;
    border-radius: 8px;
}

.comm-section .post-slide .post-sec .swiper-slide .txtarea h6{
  color: #fff;
  font-family: "Pretendard Variable";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
}

.comm-section .post-slide .post-sec .swiper-slide .txtarea p{
  color: #fff;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.comm-section .container .post-body{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.comm-section .content{
  display: flex;
  width: 100%;
  padding-bottom: 40px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 28px;
  flex-wrap: nowrap;
  border-bottom: 1px solid #E9ECEF;
}

.comm-section .content img{
  border-radius: 10px;
}

.comm-section .content .item{
  position: relative;
}

.comm-section .content .item .txtarea{
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
}

.comm-section .content .item .txtarea h6{
  color: #FFF;
  font-family: "Pretendard Variable";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
}

.comm-section .content .item .txtarea p{
  color: #FFF;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.comm-section .content a.list{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex-shrink: 1;
  width: 299px;
}

.comm-section .content a.list .txtarea{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.comm-section .content a.list .txtarea h6{
  color: #212529;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
}

.comm-section .content a.list .txtarea p{
  color: #8A8A8A;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}




/* 5개 슬라이드 */
.main-container .comm-five-slide{
  display: flex;
  width: 100%;
  padding-bottom: 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  overflow: hidden;
}

.main-container .comm-five-slide .title-sec{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.main-container .comm-five-slide .title-sec h5{
  color: #212529;
  font-family: "Pretendard Variable";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
}

.main-container .comm-five-slide .title-sec .btn-sec{
  display: flex;
  padding: 0px 5px;
  align-items: center;
  gap: 15px;
  align-self: stretch;
}

.main-container .comm-five-slide .swiper-container{
  display: flex;
  width: 100%;
  padding-top: 30px;
  align-items: flex-start;
  gap: 28px;
}

.main-container .comm-five-slide .swiper-slide a{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.main-container .comm-five-slide .swiper-slide a img{
	/*width: 190px;*/
}

.main-container .comm-five-slide .swiper-slide .txtarea{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
}

.main-container .comm-five-slide .swiper-slide .txtarea h6{
  color: #212529;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
}

.main-container .comm-five-slide .swiper-slide .txtarea p{
  color: #8A8A8A;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}

.main-container .comm-five-slide .swiper-slide p{
  color: #000;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
}

/* 3개반 슬라이드 공통 */

.btn_prev,
.btn_next {
  position: absolute;
  margin: 0;
  /* padding: 10px; */
  height: 32px;
  width: 32px;
  opacity: 1;
  font-size: 11px;
  color: #111;
  line-height: 36px;
  text-align: center;
  z-index: 111;
  border-radius: 50%;
  background:  #FFF;
  box-shadow: 0px 1px 5px 0px rgba(10, 22, 70, 0.06), 0px 2px 8px 0px rgba(10, 22, 70, 0.10);
}
.btn_next{
  top: 38%;
  right: -20px;
}
.btn_prev{
  top: 38%;
  left: -20px;
}
.btn_next.swiper-button-disabled,
.btn_prev.swiper-button-disabled{
  opacity: 0;
}

.main-container .inn-slide{
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.main-container .inn-slide h5{
  color:  #212529;
  font-family: "Pretendard Variable";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
}

.main-container .inn-slide .comm-post-slide{
  display: flex;
  width: 100%;
  /* overflow: hidden; */
}

.main-container  .inn-slide .comm-post-slide .swiper-slide{
  width: 299px;
}
.main-container  .inn-slide .comm-post-slide a{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.main-container  .inn-slide .comm-post-slide .txtarea{
  display: flex;
  /* width: 299px; */
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.main-container  .inn-slide .comm-post-slide .txtarea h6{
  color: #212529;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
}

.main-container  .inn-slide .comm-post-slide .txtarea p{
  color: #8A8A8A;
  font-family: "Pretendard Variable";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}

.main-container .comm-post-slide  img{
  border-radius: 10px;
      width: 299px;
}

/* 사이즈 변경 구간 1350px */
@media screen and (max-width: 1350px){
  .arrow-btn-prev,
  .arrow-btn-next{
    display: none;
  }

  .comm-section .post-slide .post-sec .swiper-slide img,
  .comm-section .content img{
    width: 100%;
    background-size: contain;
  }

}

@media screen and (max-width: 1280px){


}

@media screen and (max-width: 1097px){

  .comm-section .container{
    gap: 0px;
  }

  .comm-section .container .post-top{
    padding: 0px 20px 20px;

    gap: 20px;
  }

  .comm-section .post-slide{
    padding-left: 20px;
    border-bottom: 0px;
  }

  .comm-section .container .post-body{
    padding: 0px 20px;
  }
  .comm-section .content{
    gap: 16px;
  }
  /* .comm-section .content a.list{
    width: 230px;
  } */

  .main-container .comm-five-slide{
    padding: 0px 0px 40px 20px;
  }

  .main-container .comm-five-slide .swiper-slide a img,
  .comm-three-slide .swiper-slide img{
    width: 100%;
    background-size: contain;
  }


}

@media screen and (max-width: 768px){
  #slidelist-1-pane .most-viewed{
    padding-top: 0px;
  }
  .comm-section .most-viewed{
    padding: 0px;
  }

  .comm-section .container .post-top{
    padding: 30px 20px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .comm-section .container .post-top h4{
    font-size: 18px;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
  }

  .comm-section .content{
    justify-content: center;
    padding-bottom: 0px;
    border-bottom: 0px;
    flex-wrap: wrap;
  }

  .comm-section .post-slide{
    padding-top: 20px;
    padding-bottom: 20px;

  }

  .main-container .comm-five-slide{
    padding: 45px 0px 40px 20px;
    gap: 15px;
  }

  .main-container .comm-five-slide .title-sec .btn-sec{
    display: none;
  }

  .main-container .comm-five-slide .swiper-container{
    padding-top: 0px;
  }

  .main-container .inn-slide h5,
  .main-container .comm-five-slide .title-sec h5{
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 550px) and (max-width: 670px){
  .comm-section .content a.list{
    width: 235px;
  }
}

@media (min-width: 501px) and (max-width: 549px){
  .comm-section .content a.list{
    width: 215px;
  }
}

/* 사이즈 변경 구간 500px */
@media screen and (max-width: 500px){
  .comm-section .theiaStickySidebar{
    padding-bottom: 40px;
  }
  .more-btn-next{
    color: #8a8a8a;
  }

  .comm-section .content a.list{
    width: 210px;
  }

  .comm-section .container .post-top .item.search-item{
    width: 100%;
  }

  .comm-section .container .post-top .item.search-item .search-box{
    width: 100%;
  }

  .main-container .inn-slide .comm-post-slide a,
  .main-container .comm-five-slide .swiper-slide a{
    gap: 10px;
  }

  .main-container .inn-slide .comm-post-slide .txtarea,
  .comm-section .post-slide .post-sec .swiper-slide .txtarea{
    gap: 5px;
  }

  .main-container .inn-slide .comm-post-slide .txtarea h6{
    font-weight: 400;
    line-height: 24px;
  }

  .main-container .inn-slide .comm-post-slide .txtarea p{
    font-weight: 500;
    line-height: 22px;
  }

  .main-container .comm-five-slide .swiper-slide .txtarea h6{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  
  .comm-section .post-slide .post-sec .swiper-slide .txtarea h6{
  	font-weight: 500;
  	font-size: 16px;
  	line-height: 24px;
  }
  
  .comm-section .post-slide .post-sec .swiper-slide .txtarea p{
  	font-size: 14px;
  	font-weight: 400;
  	line-height: 24px;
  }
}

/* 사이즈 변경 구간 499px */
@media screen and (max-width: 499px){
  .more-btn-next{
    color: #8a8a8a;
  }

  .comm-section .content a.list{
    width: 157px;
  }
}
