.container_inner{
    width: 1280px;
    margin: 0 auto;
    /*padding-top: 117px;*/
    padding-bottom: 152px;
}
.subpage_title{
    text-align: center;
}
.top_wrap{
    /*margin-top: 78px;*/
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 30px;
    border-bottom: solid 1px #000;
}
.input_wrap{
    margin-top: 0;
}
.total_wrap{
    font-size: 13px;
    font-weight: 500;
    font-family:'Pretendard';
    color: #575757;
    letter-spacing: 0.13px;
}
.total_txt{
    /*padding: 0 7px;*/
}
.total_num{
    color: #d8212d;
}
.cardnews_wrap{
    margin-top: 30px;
    margin-bottom: 45px;
}
.card_news_list{
    display: flex;
    flex-wrap: wrap;
}
.card_news_list>div {
    width: calc((100% - 20px)/3);
    margin-right: 10px;
    border: solid 1px #e5e6e9;
    background-color: #fff;
    margin-bottom: 20px;
}
.card_news_list>div:nth-child(3n){
    margin-right: 0;
}
.card_news_list > div p img {
	width:100%;
	height:331px;
}
.card_news_list .img {
    width: 100%;
    height: 311px;
}
.cardnews_txt_wrap{
    height: 175px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.card_news_list .txt1 {
    font-size: 20px;
    font-weight: 700;
    color: #171717;
    word-break: keep-all;
}
.txt2_wrap {
    display: flex;
    gap:0 8px;
    justify-content:flex-end;
}
.txt2_wrap > p.txt2 {
	position:relative;
}
.txt2_wrap > p.txt2:after {
	content:"";
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #e5e6e9;
    margin-left: 10px;
}
.card_news_list .txt2 {
    font-size: 15px;
    font-weight: 400;
    font-family:'Pretendard GOV';
    color: #575757;
    letter-spacing: 0.13px;

}
.click_list {
    display: flex;
}

.click_list li {
    margin-left: 10px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #575757;
}

.click_list li::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #e5e6e9;
    margin-left: 10px;

}
.click_list li:last-child::after{
    display: none;
}

.click_list li:first-child {
    margin-left: 0;
}

.click_list li::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;

}

.click_like::before {
    background: url('../images/library/icon/c-like.svg') no-repeat;
    background-size: cover;
}

.click_view::before {
    background: url('../images/library/icon/c-view.svg') no-repeat;
    background-size: cover;
}

.card_news_list .img1 {
    background: url('../images/c-news-1.png') no-repeat center;
    background-size: cover;
}

.card_news_list .img2 {
    background: url('../images/c-news-2.png') no-repeat center;
    background-size: cover;
}

.card_news_list .img3 {
    background: url('../images/c-news-3.png') no-repeat center;
    background-size: cover;
}

.card_news_list .img4 {
    background: url('../images/c-news-4.png') no-repeat center;
    background-size: cover;
}

.card_news_list .img5 {
    background: url('../images/c-news-5.png') no-repeat center;
    background-size: cover;
}

.card_news_list .img6 {
    background: url('../images/c-news-6.png') no-repeat center;
    background-size: cover;
}
@media (max-width:1300px){
    .container_inner{
       width: 92%;
    }
}
@media (max-width:1100px){
    .container_inner{
       width: 92%;
    }
    .card_news_list>div{
        width: calc((100% - 10px)/2);
    }
    .card_news_list>div:nth-child(3n){
        /*margin-right: 10px;*/
    }
    .card_news_list>div:nth-child(2n){
        margin-right: 0;
    }
}
@media (max-width:700px){
    .cardnews_txt_wrap .txt1{
        font-size: 18px;
    }
    .cardnews_txt_wrap{
        padding: 10px;
    }
}
@media (max-width:600px){
    .top_wrap{
        flex-wrap: wrap;
    }
    .total_wrap{
        width: 100%;
        margin-top: 20px;
    }
    .total_txt{
        padding: 0 7px;
    }
}
@media (max-width:580px){

    .card_news_list .img{
        /* height: 180px; */
    }
    .card_news_list>div{
        width: 100%;
        margin-right: 0;
    }


}
@media (max-width:500px){
    .container_inner{
        padding-bottom: 80px;
    }
    .cardnews_wrap{
        margin-bottom: 40px;
    }
    .top_wrap{
        margin-top: 40px;
    }
    .input_wrap{
        width: 100%;
        flex-wrap: wrap;

    }
    .input_wrap > div{
        width: 100%;
    }
    .select_box {
        margin-right: 0;
    }
    .select_box p{
        width: 100%;
    }
    .input_wrap > div:last-child{
        margin-top: 8px;
    }
    .select_box.is-show .select_list{
        width: 100%;
        padding: 0;
    }
    .select_list li{
        padding: 24px 15px;
    }
    .select_list li.selected{
        background-color: #000;
        color: #fff;
    }
    .select_list li:last-child{
        padding: 24px 15px;
    }
    
}

/* 카드뉴스 디테일 */
.cardnews_detail_wrap{
    width: 1280px;
    margin:  0 auto;
}
.cardnews_de_title{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #171717;
    padding: 50px 0 0 0;
}
.cardnews_de_title + .flex_between {
	padding-bottom:10px;
	border-bottom:1px solid #e3e3e3;
}
.cardnews_thumb{
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: solid 1px #171717;
}
.cardnews_thumb_img{
    width: 720px;
    margin:  0 auto;
    text-align: center;
}
.cardnews_thumb_img img{
    width: 100%;
    padding-bottom: 2rem;
}

.cardnews_thumb::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
    margin-top: 60px;
}
.cardnews_slide_wrap{
    position: relative;
}
.cardnews_slide_wrap .swiper-button-next,.cardnews_slide_wrap .swiper-button-prev{
    width: 25px;
    height: 50px;
    top: auto;
    bottom: 10%;

}
.swiper-button-next::after,.swiper-button-prev::after{
    display: none;
}
.cardnews_slide_wrap .swiper-button-next{
    background: url('../images/icon/c-slede-next.svg') no-repeat;
    background-size: contain;
    right: -50px;

}
.cardnews_slide_wrap .swiper-button-prev{
    transform: rotate(180deg);
    background: url('../images/icon/c-slede-next.svg') no-repeat;
    background-size: contain;
    left: -50px;

}
.cardnews_slide_list .swiper-slide{
    opacity: 0.5;
    text-align: center;
}
.cardnews_slide_list .swiper-slide-thumb-active{
    opacity: 1;
}
.cardnews_btn_wrap{
    margin-top: 70px;

    display: flex;
    justify-content: right;
}
.cardnews_btn{
    font-size: 15px;
    font-weight: 700;
    color: #171717;
    padding: 16px 15px;
    border:  solid 1px #171717;
}
.cardnews_btn::after{
    content: '';
    display: inline-block;
    width: 14px;
    height: 10px;
    margin-left: 34px;
    background: url('../images/icon/c-arrow-right-ic.svg') no-repeat;
}
@media (max-width:1400px){
    .cardnews_slide_list{
        width: calc(100% - 150px);
        margin: 0 auto;
    }
    .cardnews_slide_wrap .swiper-button-next{
        right: 0px;
        bottom: 8%;
    
    }
    .cardnews_slide_wrap .swiper-button-prev{

        left: 0px;
        bottom: 8%;

    
    }
}
@media (max-width:1300px){
    .cardnews_detail_wrap{
        width: 100%;
    }
    
}
@media (max-width:800px){
    .cardnews_thumb_img{
        width: 100%;
    }
    .cardnews_de_title{
        font-size: 20px;
    }
    .cardnews_slide_wrap .swiper-button-next, .cardnews_slide_wrap .swiper-button-prev{
        bottom: 10%;
    
    }

}
@media (max-width:500px){
    .cardnews_de_title{
        padding: 20px 0;
    }
    .cardnews_detail_wrap{
        padding-bottom: 0px;
        margin-top: 60px;
    }

    .cardnews_slide_wrap .swiper-button-next,.cardnews_slide_wrap .swiper-button-prev{
        display: none;
    
    }
    .cardnews_slide_list{
        width: 100%;
    }
    .cardnews_thumb::after{
        margin-top: 30px;
    }
    .cardnews_btn_wrap{
        margin-top: 40px;
        justify-content: center;
    }

}
/*너비*/
.width20{
    width: 20%;}
/* 추가 */
.input_wrap{
  margin-top: 20px;
  display: flex;
  /* justify-content: flex-end; */
}
.select_box{
  margin-right: 12px;
  position: relative;
}
.select_box p{
  width: 120px;
  padding: 11px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #212121;
  border: solid 1px #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.select_box p::after{
  content: '';
  display: inline-block;
  width: 11px;
  height: 6px;
  background: url('../images/icon/c-drop-box.svg');
  background-size: cover;
  cursor: pointer;
}
.select_list{
  width: 120px;
  height: 0;
  padding: 0 15px;
  position: absolute;
  background-color: #fff;
  transition: height 0.4s;
  z-index: 10;
}
.select_box.is-show .select_list{
  width: 120px;
  padding: 20px 15px;

  height: auto;
  border: solid 1px #212121;
  z-index: 10;


}
.select_box.is-show .select_list li{
  display: block;
}
.select_list li{
  font-size: 12px;
  font-weight: 500;
  color: #212121;
  padding-bottom: 12px;
  cursor: pointer;
  display: none;
}
.select_list li:last-child{
  padding-bottom: 0;
}
.input_box{
  width: 250px;
  height: 39px;
  padding: 12px 15px;
  border: solid 1px #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.input_box::placeholder{
  font-size: 12px;
  font-weight: 500;
  color: #878787;
}
.input_box::after{
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('../images/icon/h-search-ic.svg') no-repeat;
  background-size: cover;
}
.board__btn-enroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.board__btn-enroll .l-btn-type {
  width: 185px;
  height: 50px;
  line-height: 48px;
  font-size: 15px;
  font-weight: 700;
  margin-left: auto;
  border: 1px solid #212121;
}
@media (max-width: 900px) {
  .board__btn-enroll .l-btn-type {
    width: 150px;
    font-size: 14px;
    height: 45px;
    line-height: 43px;
  }
}