@charset "UTF-8";
/* 오버레이 */
/*어드민 디자인*/
/*============================*/
/*@mixin center() {
    top: $percentage;
    left: $percentage;
    transform: translate(-$percentage, -$percentage);
}*/
ul, li {
  list-style-type: none;
}

@keyframes left-in-tex {
  0% {
    margin-left: -150%;
    opacity: 0;
  }
  100% {
    margin-left: 0%;
    opacity: 1;
  }
}
@keyframes right-in {
  0% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes rightIn-box {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rightIn-tex {
  0% {
    transform: translateX(-150%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rightIn-over {
  0% {
    transform: translateX(100%);
    opacity: 1;
  }
  40% {
    transform: translateX(0%);
    opacity: 1;
  }
  60% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}
@keyframes rightIn-over2 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  40% {
    transform: translateX(0%);
    opacity: 1;
  }
  60% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}
@keyframes rightIn-over4 {
  0% {
    transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes Box1 {
  0% {
    transform: translateY(-120%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes Box2 {
  0% {
    transform: translateX(120%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes Box3 {
  0% {
    transform: translateX(-120%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes Box4 {
  0% {
    transform: translateY(120%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

* {
  box-sizing: border-box;
}

.main_latest_sec {
  width: 100%;
}
.main_latest_sec .contain {
  width: 100%;
}
.main_latest_sec .contain .box_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main_latest_sec .contain .box_wrap .box_wrap_left {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-right: 15px;
}
.main_latest_sec .contain .box_wrap .box_wrap_left .bd_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .tab {
  display: flex;
  height: 45px;
}
.main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .tab span {
  width: 150px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #4e70a5;
  border-left: 1px solid #4e70a5;
  border-right: 1px solid #4e70a5;
}
.main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .tab span.act {
  background-color: #4e70a5;
  color: #ffffff;
}
.main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .tab span.one {
  border-top-left-radius: 25px;
}
.main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .tab span.three {
  border-top-right-radius: 25px;
}
.main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list {
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  border: 1px solid #4e70a5;
}
.main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list ul {
  width: 100%;
  padding: 0;
}
.main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif;
  border-bottom: 1px solid #c8cbcc;
}
.main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list ul li .title {
  width: 60%;
}
.main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list ul li .title span {
  padding: 3px 15px;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  font-family: "Noto Sans KR", sans-serif;
  background-color: #4e70a5;
  color: #ffffff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list ul li .process {
  font-weight: 500;
  color: #4e70a5;
}
.main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list ul li .date {
  font-weight: 100;
  color: #323333;
  font-size: 14px;
}
.main_latest_sec .contain .box_wrap .box_wrap_right {
  flex: 1;
  display: flex;
  padding-top: 40px;
  padding-left: 15px;
}
.main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  border: 1px solid #4e70a5;
  padding: 30px;
}
.main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one {
  width: calc(57% - 10px);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .top_bn {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  background-color: #e6e6e4;
}
.main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .top_bn .p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .top_bn .h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .bottom_bn {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  background-color: #93a2b3;
}
.main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .bottom_bn .p {
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  padding-left: 40px;
}
.main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .bottom_bn .h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
}
.main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .bottom_bn .h3 img {
  max-width: 100%;
  margin-right: 10px;
}
.main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_two {
  width: calc(43% - 10px);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #e6e6e4;
}
.main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_two img {
  max-width: 100%;
}
.main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_two .tex_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_two .tex_box .h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Noto Sans KR", sans-serif;
  color: #19191a;
  text-align: center;
}
.main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_two .tex_box .p {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #19191a;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .main_latest_sec .contain .box_wrap .box_wrap_left {
    padding-right: 15px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .tab {
    height: 45px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .tab span {
    width: 150px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .tab span.one {
    border-top-left-radius: 25px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .tab span.three {
    border-top-right-radius: 25px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list {
    padding: 20px 30px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list ul li {
    padding: 10px 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list ul li .title {
    width: 60%;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list ul li .title span {
    padding: 3px 15px;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    font-family: "Noto Sans KR", sans-serif;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list ul li .date {
    font-size: 14px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right {
    padding-top: 40px;
    padding-left: 15px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap {
    padding: 30px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one {
    width: calc(57% - 10px);
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .top_bn {
    height: 50%;
    padding-left: 30px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .top_bn .p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .top_bn .h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .bottom_bn {
    height: 50%;
    padding-left: 30px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .bottom_bn .p {
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif;
    padding-left: 40px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .bottom_bn .h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .bottom_bn .h3 img {
    margin-right: 10px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_two {
    width: calc(43% - 10px);
    padding: 0 15px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_two .tex_box .h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_two .tex_box .p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_two .tex_box .p br {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .main_latest_sec .contain .box_wrap {
    display: flex;
    flex-direction: column;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left {
    width: 100%;
    padding-right: 15px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .tab {
    height: 45px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .tab span {
    width: 150px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .tab span.one {
    border-top-left-radius: 25px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .tab span.three {
    border-top-right-radius: 25px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list {
    padding: 20px 30px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list ul li {
    padding: 10px 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list ul li .title {
    width: 60%;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list ul li .title span {
    padding: 3px 15px;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    font-family: "Noto Sans KR", sans-serif;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list ul li .date {
    font-size: 14px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap {
    padding: 30px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one {
    width: calc(57% - 10px);
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .top_bn {
    height: 50%;
    padding-left: 30px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .top_bn .p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .top_bn .h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .bottom_bn {
    height: 50%;
    padding-left: 30px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .bottom_bn .p {
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif;
    padding-left: 40px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .bottom_bn .h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .bottom_bn .h3 img {
    margin-right: 10px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_two {
    width: calc(43% - 10px);
    padding: 0 15px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_two .tex_box .h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_two .tex_box .p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_two .tex_box .p br {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .main_latest_sec .contain .box_wrap {
    display: flex;
    flex-direction: column;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left {
    width: 100%;
    padding-right: 15px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .tab {
    height: 45px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .tab span {
    width: 150px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .tab span.one {
    border-top-left-radius: 25px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .tab span.three {
    border-top-right-radius: 25px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list {
    padding: 20px 30px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list ul li {
    padding: 10px 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
    display: flex;
    flex-wrap: wrap;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list ul li .title {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list ul li .title span {
    padding: 3px 15px;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    font-family: "Noto Sans KR", sans-serif;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list ul li .process {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f8;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_left .bd_box .list ul li .date {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f8;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap {
    padding: 15px;
    display: flex;
    flex-direction: column;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one {
    width: 100%;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .top_bn {
    height: 180px;
    padding-left: 30px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .top_bn .p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .top_bn .h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .bottom_bn {
    height: 50%;
    padding-left: 30px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .bottom_bn .p {
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif;
    padding-left: 40px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .bottom_bn .h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_one .bottom_bn .h3 img {
    margin-right: 10px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_two {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_two .tex_box .h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_two .tex_box .p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main_latest_sec .contain .box_wrap .box_wrap_right .bn_wrap .bn_box_two .tex_box .p br {
    display: none !important;
  }
}

/*# sourceMappingURL=main_010.css.map */
