/* visual */
#visual {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 720px;
  transform: translateY(-30px);
}
.visual_slide .slick-slide > div {
  height: 720px;
}
.visual_slide .main_img {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1290px;
  height: 720px;
}
.quick_counsel {
  z-index: 99;
}
/* .visual_slide .slide {
  overflow: hidden;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
} */
/* .visual_slide .slide01 {
  background-image: url(../images/main/visual01_bg.jpg);
  height: 850px;
} */
.visual_slide .swiper-slide .inner {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  padding: 165px 0 0 0;
}
.visual_slide .swiper-slide .inner:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.visual_slide .swiper-container {
  height: 720px;
}
.visual_slide .swiper-slide .txt_box {
  float: left;
  padding: 0;
  width: 100%;
}
.visual_slide .swiper-slide .txt_box p {
  font-family: 'Nanumsquare';
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  opacity: 0;
}
.visual_slide .swiper-slide .txt_box h2 {
  margin: 10px 0 0;
  font-family: 'Nanumsquare';
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
  opacity: 0;
}
.visual_slide .swiper-slide .txt_box button {
  margin: 30px 0 0;
  width: 240px;
  height: 65px;
  font-weight: 500;
  font-size: 26px;
  color: #fff;
  border: 3px solid #2c4bc1;
  background-color: transparent;
  transition: background 0.3s ease-in-out;
  opacity: 0;
  animation: blink-effect 1.5s step-end infinite;
}
.visual_slide .swiper-slide .txt_box button:hover {
  background-color: #2c4bc1;
}

@keyframes blink-effect {
    50% {
      opacity: 0;
    }
  }


#visual .swiper-slide-active .txt_box h2 {
  animation-name: visualAnimation;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

#visual .swiper-slide-active .txt_box p {
  animation-name: visualAnimation;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}

#visual .swiper-slide-active .txt_box button {
  animation-name: visualAnimation;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes visualAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes visualAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@-o-keyframes visualAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes visualAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
/* .visual_slide .slide .img_box {position: absolute; top: 145px; right: -160px;}
.visual_slide .slide .img_box img {vertical-align: top;} */
/*
.visual_slide .slick-dots {top: 425px; left: 110px; height: 4px;}
.visual_slide .slick-dots li {overflow: hidden; width: 4px; height: 4px; border-radius: 50%; vertical-align: top;}
.visual_slide .slick-dots li button {width: 100%; height: 100%; background-color: rgba(255,255,255,0.5);}
.visual_slide .slick-dots .slick-active {width: 24px; border-radius: 2px;}
.visual_slide .slick-dots .slick-active button {background-color: #fff;} */
/* .banner .swiper-wrapper {
  text-align: center;
  height: 400px;
}
.banner .swiper-slide {
  background-image: url(../images/main/visual01_img.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 330px;
  background-size: 100%;
}
.banner .swiper-slide .gray {
  color: #414c6d;
  opacity: 0.2;
  margin: 0 30px;
  font-size: 23px;
  margin-bottom: 20px;
  margin-top: 60px;
  letter-spacing: 1.5;
}
.banner .swiper-slide .g_cont {
  color: #414c6d;
  font-size: 18px;
  margin: 0 40px;
  height: 120px;
  font-weight: 400;
}
.banner .swiper-slide .last {
  color: #fff;
  font-size: 26px;
  transform: translateY(90px);
}
.banner .swiper-slide .last small {
  font-size: 18px;
}
.right_sl {
  float: right;
  width: calc(100% - 600px);
} */

#visual .swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
  height: 5px;
  border-radius: 50px;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

#visual .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 255px;
  left: -125px;
  width: 100%;
}

/* 신문공고 빠른상담신청 */
.quick_counsel {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.quick_counsel .inner {
  box-sizing: border-box;
  padding: 20px 20px 20px 60px;
  border-radius: 10px;
  background-color: rgba(34, 34, 34, 0.9);
  box-shadow: 20px 20px 16px rgba(0, 0, 0, 0.4);
}
.quick_counsel .inner:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.quick_counsel .txt {
  float: left;
  padding: 15px 0 0 0;
  margin-right:30px;
}
.quick_counsel .txt strong {
  display: block;
  font-family: 'Nanumsquare';
  font-size: 36px;
  font-weight: 900;
  color: #fff;
}
.quick_counsel .txt span {
  display: block;
  margin: 8px 0 0 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.quick_counsel .txt p {
  margin: 5px 0 0 0;
  line-height: 30px;
  font-family: 'Nanumsquare';
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}
.quick_counsel .txt p em {
  display: inline-block;
  margin: 0 5px 0 10px;
  height: 30px;
  padding: 0 10px;
  font-family: 'Nanumsquare';
  font-style: normal;
  color: #14dca1;
  border: 1px solid #fff;
}
.quick_counsel .quick_form {
  float: left;
  width: 825px;
}
.quick_counsel .quick_form img{width:140px; display:block; float:right; }
.quick_counsel .quick_form ul {
  float: left;
  width: 500px;
}
.quick_counsel .quick_form ul li:nth-child(2) {
  margin: 7px 0 0 0;
}
.quick_counsel .quick_form ul li:nth-child(3) {
  margin: 15px 0 0 0;
}
.quick_counsel .quick_form ul li:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.quick_counsel .quick_form ul li input {
  float: left;
  height: 48px;
  padding: 0 20px;
  color: #fff;
  background-color: rgba(34, 34, 34, 0.8);
  border: 0;
}
.quick_counsel .quick_form ul li input:first-child {
  width: 190px;
}
.quick_counsel .quick_form ul li input:last-child {
  width: 300px;
  margin: 0 0 0 10px;
}
.quick_counsel .quick_form ul li input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.quick_counsel .quick_form ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.quick_counsel .quick_form ul li input::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.quick_counsel .quick_form ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.quick_counsel .quick_form ul li input:-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.quick_counsel .quick_form ul li select {
  float: left;
  height: 48px;
  padding: 0 20px;
  color: #fff;
  background: rgba(34, 34, 34, 0.8) url(../images/main/arrow_select_wh.png)
    no-repeat 95% center;
  border: 0;
}
.quick_counsel .quick_form ul li select:first-child {
  width: 190px;
}
.quick_counsel .quick_form ul li select:last-child {
  width: 300px;
  margin: 0 0 0 10px;
}
.quick_counsel .quick_form ul li .chk_box {
  float: left;
}
.quick_counsel .quick_form ul li a {
  float: right;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.quick_counsel .quick_form .btn_apply {
  float: left;
  width: 140px;
  height: 140px;
  padding: 50px 0 0;
  font-size: 22px;
  font-weight: 500;
  margin-left:25px;
  color: #fff;
  border-radius: 0 10px 10px 0;
  background: #2c4bc1 url(../images/main/ic_counsel.png) no-repeat center 35px;
}

/*상속한정승인공고 신청*/
.one {
  background-image: url(../images/main/main02.jpg);
  height: 550px;
  margin: 80px 0;
  margin-bottom: 0;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one .don {
  font-size: 18px;
  margin-bottom: 10px;
}
.one small {
  font-size: 16px;
  font-weight: 300;
}
.one .op {
  opacity: 0.8;
  font-size: 18px;
}
.one ul {
  padding: 20px;
  width: 100%;
}
.ullist {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
.one li {
  color: #fff;
  line-height: 2.2;
  padding-left: 20px;
  position: relative;
  font-weight: 300;
}
.one ul li::before {
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background: #2c4bc1;
  content: '';
  top: 11px;
  left: 0;
  font-size: 16px;
}
.one h2 {
  color: #fff;
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}
.one p {
  color: #fff;
  text-align: center;
}
.one button {
  display: block;
  width: 245px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #2c4bc1;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
  margin-left: 150px;
}
.one button:hover {
  border-radius: 30px;
}

.right_con button {
    display: block;
    width: 245px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background-color: #2c4bc1;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    margin-left: 150px;
  }
  .right_con button:hover {
    border-radius: 30px;
  }

.one .left {
  width: 49%;
  float: left;
}
.right {
  width: 49%;
  float: right;
  margin-top: 157px;
}
.one .ifmom {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.one iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 메인 섹션 공통 */
.section {
  padding: 80px 0;
}
.section_title {
  margin: 0 0 35px;
  text-align: center;
}
.section_title h3 {
  display: block;
  font-family: 'Nanumsquare';
  font-size: 36px;
  font-weight: 900;
  color: #333;
}
.section_title p {
  margin: 5px 0 0 0;
  font-size: 18px;
  color: #666;
}
.section_title h4 {
  display: block;
  font-family: 'Nanumsquare';
  font-size: 28px;
  font-weight: 900;
  color: #333;
}
.viewmorebtn {
  margin-bottom: 10px;
  color: #666;
  font-family: 'Nanumsquare';
  font-weight: 600;
  font-size: 18px;
  float: right;
}
.viewmore_align {
  text-align: right;
}
/*비디오*/

/* 신문공고 신청 현황 */
.status_area {
  position: relative;
  height: auto;
}
.status_area:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.status_area > li {
  width: 580px;
}
.status_area > li:nth-child(1) {
  float: left;
}
.status_area .slide_list {
  float: left;
  overflow: hidden;
}
.status_area .slide_list .slick-list {
  margin: -5px 0 0 0;
}
.status_area .slide_list .slick-slide {
  border: 0;
}
.status_area .slide_list .slick-slide > div {
  height: 50px;
  margin: 5px 0;
}
.status_area .slide_list .slide {
  box-sizing: border-box;
  height: 50px;
  padding: 0 25px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.status_area .slide_list .slide > * {
  float: left;
  line-height: 48px;
  color: #333;
}
.status_area .slide_list .slide .title {
  overflow: hidden;
  width: 250px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  font-weight: 300;
}
.status_area .slide_list .slide .name {
  width: 70px;
  font-weight: 500;
  text-align: center;
}
.status_area .slide_list .slide .date {
  float: right;
  color: #999;
  text-align: right;
  font-weight: 300;
}
.status_area .right_con {
  float: right;
}
.right_con .swiper-container {
  background: url(../images/main/main01.jpg) no-repeat center center / cover;
  color: #fff;
  margin-bottom: 30px;
  height: 283px;
  max-height: 283px;
}
.right_con .swiper-container h3 {
  font-weight: 500;
  font-size: 24px;
  padding: 29px 35px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.right_con .swiper-container p {
  font-size: 20px;
  padding: 0px 35px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 300;
}
.right_con .swiper-container h5 {
  font-size: 16px;
  padding: 15px 35px 26px;
  font-weight: 300;
}
.right_con .swiper-button-next,
.swiper-button-prev {
  position: absolute;
  bottom: 35px;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.right_con .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.right_con .swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.right_con .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 470px;
  right: auto;
}

.right_con .swiper-button-prev {
  position: relative;
}
.right_con .swiper-button-prev::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 13px;
  background: #fff;
  left: 35px;
}
.right_con .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.right_con .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 35px;
  left: auto;
  bottom: 26px;
}

.right_con .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.right_con .swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.right_con .swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.status_area .today_count {
  box-sizing: border-box;
  height: 171px;
  padding: 54px 40px 0;
  background-color: #f6f6f6;
  border-radius: 10px;
  width: 580px;
  display: inline-block; /* float: left; */ /* margin-top: 300px; */
  position: absolute;
  top: 380px;
  left: 0;
}
.status_area .today_count li {
  position: relative;
  overflow: hidden;
  margin: 5px 0 0 0;
}
.status_area .today_count li:first-child {
  margin: 0;
}
.status_area .today_count li:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-sizing: border-box;
  width: 180px;
  height: 1px;
  border-top: 1px dashed #ddd;
  content: '';
}
.status_area .today_count li strong {
  float: left;
  width: 160px;
  font-weight: 400;
  color: #333;
}
.status_area .today_count li p {
  float: right;
  line-height: 30px;
  color: #666;
  text-align: right;
}
.status_area .today_count li p em {
  display: inline-block;
  width: 130px;
  margin: 0 20px 0 0;
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  vertical-align: top;
}
.status_area .today_count li p em.c_blue {
  color: #2c4bc1;
}
.status_area .my_bnn {
  display: block;
  box-sizing: border-box;
  margin: 10px 0 0 0;
  height: 170px;
  padding: 35px 0;
  background: #5b7ac1 url(../images/main/my_search_bnn.png) no-repeat 0 0;
  border-radius: 10px;
}
.status_area .my_bnn .title {
  float: left;
  box-sizing: border-box;
  width: 240px;
  height: 100%;
  text-align: center;
  border-right: 1px solid #fff;
}
.status_area .my_bnn .title i {
  display: block;
  margin: 5px auto 0;
  width: 48px;
  height: 45px;
  background: url(../images/main/my_search_icon.png) no-repeat 0 0;
}
.status_area .my_bnn .title p {
  margin: 15px 0 0 0;
  font-family: 'Nanumsquare';
  font-size: 22px;
  font-weight: 900;
  color: #fff;
}
.status_area .my_bnn .txt {
  float: left;
  box-sizing: border-box;
  width: 340px;
  padding: 0 0 0 18px;
}
.status_area .my_bnn .txt p {
  line-height: 1.6;
  font-size: 17px;
  color: #fff;
  font-weight: 300;
}
.status_area .my_bnn .txt p + p {
  margin: 10px 0 0 0;
}
#main_status .cost_bnn {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 100px 0 0;
  width: 100%;
  height: 200px;
  background: #5d677f url(../images/main/cost_bnn.png) no-repeat 0 0;
  border-radius: 10px;
}
#main_status .cost_bnn img {
  position: absolute;
  top: 0;
  left: -120px;
  transition: top 0.3s 0.1s ease-in-out;
}
#main_status .cost_bnn .txt_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 195px;
}
#main_status .cost_bnn .txt_box strong {
  display: block;
  font-family: 'Nanumsquare';
  font-size: 32px;
  font-weight: 900;
  color: #fff;
}
#main_status .cost_bnn .txt_box span {
  display: inline-block;
  margin: 10px 0 0;
  padding: 0 80px 0 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: url(../images/main/cost_arrow.png) no-repeat right center;
  transition: all 0.3s ease-in-out;
}
#main_status .cost_bnn:hover .txt_box span {
  padding: 0 100px 0 0;
}
#main_status .cost_bnn.active img {
  top: 10px;
}

/* 신문공고 간편 절차 */
#main_process {
  background: url(../images/main/process_bg.jpg) no-repeat center center / cover;
}
.process_list {
  padding: 0 20px;
}
.process_list:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.process_list li {
  float: left;
  padding: 0 35px 0 0;
  margin: 0 25px 0 0;
  background: url(../images/main/process_arrow.png) no-repeat right 113px;
}
.process_list li:last-child {
  padding: 0;
  margin: 0;
  background: none;
}
.process_list li i {
  display: block;
  overflow: hidden;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #b7ccef;
  background-image: url(../images/main/process_icons.png);
  background-repeat: no-repeat;
}
.process_list li:nth-child(1) i {
  background-position: 0 0;
}
.process_list li:nth-child(2) i {
  background-position: -250px 0;
}
.process_list li:nth-child(3) i {
  background-position: -500px 0;
}
.process_list li:nth-child(4) i {
  background-position: -750px 0;
}
.process_list li p {
  margin: 15px 0 0 0;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.process_more {
  overflow: hidden;
  margin: 50px 0 0 0;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 100px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.process_more p {
  float: left;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.process_more a {
  display: block;
  float: right;
  width: 380px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #2c4bc1;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.process_more a:hover {
  border-radius: 30px;
}

/* 공고인포를 이용하는 이유는? */
.reason_list:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.reason_list li {
  position: relative;
  float: left;
  width: 236px;
}
.reason_list li i {
  display: block;
  width: 236px;
  height: 232px;
  background-image: url(../images/main/reason_icons.png);
  background-repeat: no-repeat;
}
.reason_list li:nth-child(1) i {
  background-position: 0 0;
}
.reason_list li:nth-child(2) i {
  background-position: -236px 0;
}
.reason_list li:nth-child(3) i {
  background-position: -472px 0;
}
.reason_list li:nth-child(4) i {
  background-position: -708px 0;
}
.reason_list li:nth-child(5) i {
  background-position: -944px 0;
}
.reason_list li .num {
  position: absolute;
  top: 215px;
  left: 10px;
  line-height: 1;
  font-size: 32px;
  font-weight: 600;
  color: #719bd8;
}
.reason_list li .title {
  position: relative;
  margin: 24px 0 0;
  height: 44px;
}
.reason_list li .title:before {
  display: block;
  position: absolute;
  top: -24px;
  right: 20px;
  width: 160px;
  height: 1px;
  background-color: #ddd;
  content: '';
}
.reason_list li .title strong {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 1.4;
  font-weight: 500;
  color: #333;
  text-align: center;
}
.reason_list li p {
  margin: 5px 0 0;
  line-height: 1.7;
  font-size: 14px;
  color: #666;
  text-align: center;
  font-weight: 300;
}

/* 공고인포에 대해 알아보세요! */
#main_about {
  background: url(../images/main/about_bg.jpg) no-repeat center center / cover;
}
#main_about .section_title h3 {
  color: #fff;
}
.about_con:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.about_con .faq_area > ul {
  float: left;
  margin-bottom: 30px;
}
.about_con .faq_area ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 580px;
  height: 80px;
}
.about_con .faq_area > :nth-child(2) {
  margin-left: 20px;
}
.about_con .faq_area ul li:nth-child(1) {
  border-top: 2px solid rgba(255, 255, 255, 0.7);
}
.about_con .faq_area ul .upup a {
  padding: 10px 25px;
}
.about_con .faq_area ul li a {
  font-weight: 400;
  display: block;
  padding: 25px 25px;
  line-height: 30px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  background: url(../images/main/faq_arrow_off.png) no-repeat 95% center;
  transition: all 0.3s ease-in-out;
}
.about_con .faq_area ul li a:hover {
  color: #fff;
  background-image: url(../images/main/faq_arrow_on.png);
}
.about_con .faq_area .btn_more {
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.about_con .bnn_area {
  float: none;
}
.about_con .bnn_area > a {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  width: calc((100% - 20px) / 2);
  height: 164px;
  padding: 26px 0 26px 35px;
  background-color: rgba(36, 50, 85, 0.6);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  float: left;
}
.about_con .bnn_area > a:nth-child(2) {
  margin-left: 20px;
}
.about_con .bnn_area > a i {
  display: block;
  float: left;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: all 0.3s ease-in-out;
}
.about_con .bnn_area > a:hover {
  background-color: rgba(36, 50, 85, 1);
}
.about_con .bnn_area > a:hover i {
  transform: rotate(15deg);
}
.about_con .bnn_area .txt_box {
  position: relative;
  float: left;
  width: calc(100% - 110px);
  height: 100px;
}
.about_con .bnn_area .txt_box > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 0 35px;
}
.about_con .bnn_area .txt_box > div em {
  display: block;
  margin: 0 0 5px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
.about_con .bnn_area .txt_box > div strong {
  display: block;
  font-family: 'Nanumsquare';
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}
.about_con .bnn_area .txt_box > div p {
  margin: 10px 0 0 0;
  line-height: 1.6;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
.about_con .bnn_area .notice_bnn i {
  background-image: url(../images/main/ic_notice.png);
}
.about_con .bnn_area .faq_bnn {
  /* margin: 10px 0 0 0; */
}
.about_con .bnn_area .faq_bnn i {
  background-image: url(../images/main/ic_faq.png);
}

/* 공고인포와 함께하는 제휴 일간지 소개 */
.brand_con:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.brand_con .brand_list {
  float: left;
  width: 780px;
}
.brand_con .brand_list li {
  position: relative;
  float: left;
  margin: 20px 0 0 20px;
  box-sizing: border-box;
  width: 180px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.brand_con .brand_list li:nth-child(4n + 1) {
  margin-left: 0;
}
.brand_con .brand_list li:nth-child(-n + 4) {
  margin-top: 0;
}
.brand_con .brand_list li img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.brand_con .bnn_area {
  float: right;
  width: 380px;
  height: 220px;
  border-radius: 10px;
  background: #5b7ac1 url(../images/main/brand_bnn_bg.png) no-repeat 0 0 / cover;
}
.brand_con .bnn_area a {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 35px 40px;
}
.brand_con .bnn_area a strong {
  display: block;
  line-height: 1.5;
  font-family: 'Nanumsquare';
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}
.brand_con .bnn_area a span {
  font-weight: 300;
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding: 0 80px 0 0;
  font-size: 14px;
  color: #fff;
  background: url(../images/main/brand_arrow.png) no-repeat right center;
  transition: all 0.3s ease-in-out;
}
.brand_con .bnn_area a:hover span {
  padding-right: 100px;
}
