@charset "utf-8";

/* 새글 스킨 (latest) */

.btn_more {
  /*border-radius: 10px;*/
  padding: 10px 20px;
  font-size: 1em;
  color: #444;
  font-weight: 700;
  border: 1px solid #e0e0e0;
  transition: all 0.3s;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.btn_more i {
  font-size: 0.7em;
  line-height: 1;
  margin-left: 10px;
}

.btn_more.all {
  position: absolute;
  top: 60px;
  right: 0;
  background-color: #fff;
  box-shadow: none;
}

#news_wrap {
  position: relative;
  background-color: #f6f6f6;
}

#news_wrap .news_tit {
  font-size: 3em;
  line-height: 1.6;
  color: #222;
}

#news_wrap .in {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 0;
}

#news_wrap .news_list {
  background-color: #ebebeb;
  padding: 60px;
  /*border-radius: 10px;*/
  overflow: hidden;
}

#news_wrap .news_list .top {
  position: relative;
  z-index: 99;
  justify-content: space-between;
}

#news_wrap .news_list .top .cate_list {
  overflow-x: auto;
}

#news_wrap .news_list .top .cate_title {
  display: flex;
}

.news_list .swiper-navigation {
  width: 40px;
  margin: 20px 0;
  position: static;
}

.list .swiper-navigation button i {
  color: #222;
}

.cate_list button {
  /*border-radius: 10px;*/
  padding: 15px 37px;
  font-size: 1.4em;
  /* color: #fff; */
  font-weight: 500;
  word-break: keep-all;
  text-wrap: nowrap;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  transition: all 0.3s;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.cate_list button:first-child {
  margin-left: 0;
}

.cate_list button:last-child {
  margin-right: 0;
}

.cate_list button:hover {
  background: #fff;
  color: #d32234;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
}

.list li.empty_li {
  width: 100%;
  font-size: 1.3em;
  text-align: center;
  padding: 0;
  color: #e0e0e0;
  background-color: transparent;
}

.list li .cate {
  display: block;
  font-style: normal;
  font-size: 1.4em;
  padding: 13px 0;
  color: #f7f7f7;
}

.list li .tit {
  font-size: 1.8em;
  color: #fff;
  padding-bottom: 10px;
}

.list li .desc {
  font-size: 1.2em;
  padding: 11px 0;
  color: #a7a7a7;
}

.list li .info .desc {
  color: #fff;
}

.list li .info .date {
  font-size: 1.1em;
  color: #fff;
}

.text_box {
  position: absolute;
  left: 30px;
  bottom: 30px;
  text-align: left;
}

.flip {
  background-color: transparent;
  width: 100%;
  perspective: 1000px;
}

.card {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s ease-in-out;
  transform-style: preserve-3d;
}

.flip .card::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.flip:hover .card {
  cursor: pointer;
  transform: rotateY(180deg);
}

.flip .front .img.bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.flip .front .img.bg img {
  height: 100%;
}

.flip .front .img.bg::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.front,
.back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  /*border-radius: 10px;*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.back {
  background-color: #414141;
  transform: rotateY(180deg);
  color: #fff;
}

.back .text_box {
  top: 30px;
}

.back .text_box .tit {
  color: #fff;
}

.back .text_box .btn_more {
  position: absolute;
  bottom: 0;
  min-width: 150px;
  padding: 15px 37px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1) !important;
}

hr.divider {
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  border-top-width: 0;
  margin: 20px 0;
}

/* 뉴스룸 플러그인 */

.particles_id {
  position: relative;
  width: 100%;
  height: 100%;
  filter: url("#goo");
  z-index: 0;
}

.circle {
  fill: #fff;
  opacity: 0.4;
}

svg {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  transform: translateZ(0px);
}

/* 뉴스룸 플러그인 */

@media screen and (max-width: 1650px) {
  #news_wrap .in {
    padding: 50px 30px;
  }
  .btn_more.all {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1600px) {
  #news_wrap .news_list {
    margin: 0 20px;
  }
  #news_wrap .news_tit {
    margin: 0 20px;
  }
  .btn_more.all {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #news_wrap .news_list {
    padding: 30px;
  }
  #news_wrap .news_tit {
    width: 100%;
    line-height: 1.2;
    margin-bottom: 80px;
  }
  .btn_more.all {
    width: 175px;
    top: 110px;
    left: 20px;
    margin-left: 30px;
  }
  .cate_list button {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 480px) {
  .front,
  .back {
    box-shadow: none;
  }
}
