@charset "utf-8";

/* style.css에 추가 */
.swiper-slide {
  max-height: 68px;
}

.latest_swiper {
  max-height: 603px;
}

.lt_pc {
  float: left;
  margin-left: 20px;
}
.lt {
  width: 100%;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.lt ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #5a5a5a;
  box-sizing: border-box;
}
.lt li {
  padding: 3px 0;
}
.lt .lt_title {
  display: block;
  padding: 10px 0 8px;
}
.lt .lt_more {
  position: absolute;
  top: 10px;
  right: 0;
}
.lt .cnt_cmt {
  display: inline-block;
  margin: 0 0 0 3px;
  font-weight: bold;
}

.blind,
legend {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -1000em;
  left: 0;
}
.page {
  font-size: 0.95em !important;
  line-height: 1em !important;
  bottom: 2rem;
}
.page a,
.page span {
  vertical-align: text-bottom;
  display: inline-block;
  color: #959595;
  font-size: 1rem;
  height: 30px;
  line-height: 28px;
  padding: 0 5px;
  min-width: 30px;
  text-decoration: none;
  border-radius: 3px;
}
.page a:hover {
  text-decoration: none;
}
.page .pre {
  padding-right: 0;
}
.page .next {
  padding-left: 0;
}
.page .num,
.page .num span {
  margin-left: 0;
  padding: 0;
}
.page .num span {
  font-weight: bold;
}
.page .num em {
  font-weight: bold;
  color: #848689;
}
.page .num .active {
  color: #f6a623;
}

.page {
  position: absolute;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.page .start,
.page .pre,
.page .next,
.page .end {
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.page .start {
  background-image: url('../img/btn_pager_start.png');
}
.page .pre {
  background-image: url('../img/btn_pager_prev.png');
}
.page .next {
  background-image: url('../img/btn_pager_next.png');
}
.page .end {
  background-image: url('../img/btn_pager_end.png');
}

.latest_content li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  position: relative;
}
.latest_content li a:after {
  content: '';
  display: block;
  clear: both;
}
.latest_content .img_box {
  width: 148px;
  float: left;
}
.latest_content .img_box img {
  width: 100%;
}
.latest_content .txt_box {
  padding: 0 5rem 0 1rem;
  width: calc(100% - 148px);
  float: left;
}

.latest_line strong {
  font-size: 1.5rem;
  margin: 0.5rem 0;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 2rem;
  height: 2rem;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.latest_line span {
  font-size: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.6rem;
  height: 3.2rem;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.latest_more_view {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -13.5px;
}

.latest_paging_wrap .latest_more {
  position: absolute;
  top: -4rem;
  right: 0;
}

.con_read_more {
  text-align: right;
  font-size: 1rem;
  position: relative;
  padding: 1rem 0 0;
}
.con_read_more .txt {
  border-bottom: 1px solid #f6a623;
  padding-right: 0;
  display: inline-block;
  line-height: 2rem;
  transition: 0.3s;
}
.con_read_more .arrow {
  display: block;
  position: absolute;
  bottom: -3px;
  right: 17px;
  width: 1px;
  height: 20px;
  background-color: #f6a623;
  transform: rotate(-45deg);
  opacity: 0;
  transition: 0.3s;
}
.con_read_more:hover .txt {
  padding-right: 40px;
}
.con_read_more:hover .arrow {
  right: 7px;
  opacity: 1;
}

.lt li {
  position: relative;
  line-height: 18px;
  padding: 25px 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #5a5a5a;
  box-sizing: border-box;
}
.lt li .tit_sub {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.lt li span {
  width: 40px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-right: 50px;
  display: inline-block;
  color: #fff;
}
.lt li:before {
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #aaa;
  content: '';
  border-radius: 50%;
}

.modal {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.664);
  top: 0;
  left: 0;
  z-index: 99999999;
  display: none;
}
.modal_ctt .pop_news {
  position: absolute;
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  z-index: 99999999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 350px;
  border-radius: 8px;
  padding: 50px 20px;
  display: none;
  /* overflow-y: scroll; */
}
.modal_ctt .pop_news::-webkit-scrollbar {
  width: 6px;
}
.modal_ctt .pop_news::-webkit-scrollbar-thumb {
  width: 100%;
  background: #595757;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.modal_ctt .pop_news::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 10px;
}
.modal_ctt .pop_news .close {
  position: fixed;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #fff;
  background: #d9d9d9;
  text-align: center;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  cursor: pointer;
  right: 10px;
  top: 15px;
  z-index: 1;
}

.modal_ctt .pop_news h4 {
  border-bottom: 1px solid #b3b3b3;
  box-sizing: border-box;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.modal_ctt .pop_news p {
  color: #333;
}

.modal_ctt .pop_news .add_info {
  margin: 50px 0 30px;
  color: #1b1b1b;
}
.modal_ctt .pop_news .news_link a {
  background: #003118;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
}

@media screen and (max-width: 1200px) {
  .lt li span {
    width: 30px;
    font-size: 18px;
    margin-right: 40px;
  }
  .lt li .tit_sub {
    font-size: 15px;
  }
  .lt li:before {
    left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .lt li {
    padding: 15px 0px;
  }
  .lt li span {
    width: 20px;
    font-size: 16px;
    margin-right: 15px;
  }
  .lt li .tit_sub {
    font-size: 13px;
  }
  .lt li:before {
    left: 30px;
  }
}
