/*main_visual*/
#visual {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 1100px;
  margin-top: 80px;
}
#visual > .swiper-container {
  height: 1100px;
}
#visual .slide01 {
  background: url('../images/main/visual01_bg.jpg') no-repeat center;
  width: 100%;
  background-size: cover;
  height: 1100px;
}
#visual .slide02 {
  background: url('../images/main/visual02_bg.jpg') no-repeat center;
  width: 100%;
  background-size: cover;
  height: 1100px;
}
#visual .slide03 {
  background: url('../images/main/visual03_bg.jpg') no-repeat center;
  width: 100%;
  background-size: cover;
  height: 1100px;
}
#visual .slide04 {
  background: url('../images/main/visual04_bg.jpg') no-repeat center;
  width: 100%;
  background-size: cover;
  height: 1100px;
}
#visual .slide05 {
  background: url('../images/main/visual05_bg.jpg') no-repeat center;
  width: 100%;
  background-size: cover;
  height: 1100px;
}
#visual .swiper-slide .txt_box {
  margin-bottom: 60px;
  padding-top: 110px;
  position:relative;
}
#visual .swiper-slide .txt_box img{width:15vw; position:absolute; right:7%; bottom:-2%;}
#visual .swiper-slide .txt_box p {
  font-family: 'Nanumsquare';
  color: #fff;
  font-size: 27px;
  text-align: center;
  font-weight: 300;
  word-break: keep-all;
}

#visual .swiper-slide .txt_box h2 {
  font-family: 'Nanumsquare';
  color: #fff;
  font-size: 46px;
  word-break: keep-all;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
}

#visual .swiper-slide .txt_box button {
  display: block;
  width: 45%;
  height:80px;
  background: rgba(255, 255, 255, 0);
  border: 3px solid #2c4bc1;
  color: #fff;
  margin: 20px auto;
  font-size: 26px;
  animation: blink-effect 1.5s step-end infinite;
}


@keyframes blink-effect {
    50% {
      opacity: 0;
    }
  }

/* #visual .slide01 .img_box {width: 100%;}
#visual .slide01 .img_box img {width: 100%;} */
/* #visual .swiper-pagination {bottom:520px;} */
.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: top;
  background-size: 90%;
}
.banner .swiper-slide .gray {
  color: #414c6d;
  opacity: 0.2;
  margin: 0 30px;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 30px;
  letter-spacing: 1.5;
}
.banner .swiper-slide .g_cont {
  color: #414c6d;
  font-size: 16px;
  margin: 0 40px;
  height: 120px;
  font-weight: 400;
}
.banner .swiper-slide .last {
  color: #fff;
  font-size: 26px;
  transform: translateY(90px);
  line-height: 32px;
}
.banner .swiper-slide .last small {
  font-size: 16px;
}
.right_sl {
  width: 100%;
}
.right_sl .swiper-container {
  height: 500px;
}
#visual .swiper-pagination {
  left: 50%;
  transform: translate(-50%, -34px);
}
#visual .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.3;
  margin: 0 2px;
  width: 4px;
  height: 4px;
}
#visual .swiper-slide .swiper-slide-active {
  width: 100%;
}
#visual .swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  background: #fff;
}

#visual .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 30px;
  width: 100%;
}

#visual .btn_wrap {
  position: absolute;
  bottom: 40px;
  z-index: 1;
}
#visual .application_btn {
  display: block;
  width: 100%;
  height: 70px;
  border-radius: 10px 10px 0 0;
  background: url('../images/main/ic_counsel.png?t=1') #2c4bc1 36% no-repeat;
  background-size: 7%;
  line-height: 2.8;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
}
/*상속한정승인공고*/

/*상속한정승인공고 신청*/
.one {
  background-image: url('../images/main/main02.jpg?t=1');
  height: 1070px;
  margin: 80px 0;
  margin-bottom: 0;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one .don {
  font-size: 27px !important;
  margin-bottom: 20px;
}
.one small {
  font-size: 24px!important;
  font-weight: 300;
}
.one .op {
  opacity: 0.8;
  font-size: 28px;
}
.one ul {
  width: 100%;
  padding-left: 20px;
}
.ullist {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  padding: 20px 0;
}
.one li {
  color: #fff;
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
  font-weight: 300;
  font-size: 27px;
  word-break: keep-all;

}
.one ul li::before {
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background: #2c4bc1;
  content: '';
  top: 20px;
  left: 0;
  font-size: 16px;
}
.one h2 {
  color: #fff;
  font-size: 43px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.one p {
  color: #fff;
  text-align: center;
}
.one .ifmom {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 auto;
  margin-top: 30px;
}
.one iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*신문공고 신청현황*/
#main_status {
  padding: 80px 0;
  position: relative;
}
#main_status .section_title h3 {
  color: #333;
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
#main_status .section_title h4 {
  color: #333;
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}
.viewmorebtn_align {
  text-align: right;
  margin-bottom: 10px;
}
.viewmorebtn {
  font-size: 25px;
  margin-top: 15px;
  color: #666;
  font-family: 'Nanumsquare';
  font-weight: 600;
}
#main_status .slide_list {
  overflow: hidden;
}
#main_status .slide_list .slide {
  width: 100%;
  height: 70px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 15px;
}
#main_status .slide_list .slide .title {
  font-size: 28px;
  color: #333;
  font-weight: 300;
  width: 320px;
}
#main_status .slide_list .slide .name {
  font-size: 25px;
  color: #333;
  font-weight: 500;
}
#main_status .slide_list .slide .date {
  font-size: 24px;
  color: #999;
  text-align: right;
  font-weight: 300;
  float: right;
}
#main_status .slide_list .slide > * {
  float: left;
  line-height: 31px;
  color: #333;
}

/* #main_status .review {background: url('../images/main/review_bg.jpg?t=1') no-repeat; background-size: cover; width:100%; padding:40px 50px; box-sizing: border-box;}
#main_status .review .swiper-slide h6 {word-break: keep-all; font-size: 30px; color:#fff; }
#main_status .review .swiper-slide p {color:#fff; font-size: 20px; word-break: keep-all;}

 */

.review .swiper-container {
  background: url('../images/main/review_bg.jpg?t=1') no-repeat center center /
    cover;
  color: #fff;
  margin-bottom: 30px;
}
.review .swiper-container h3 {
  font-weight: 500;
  font-size: 33px;
  padding: 40px 35px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.review .swiper-container p {
  font-size: 28px;
  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;
}
.review .swiper-container h5 {
  font-size: 16px;
  padding: 15px 35px 45px;
  font-weight: 300;
}
.review .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));
}

.review .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.review .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;
}

.review .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 470px;
  right: auto;
  color: #fff;
}

.review .swiper-button-prev {
  position: relative;
}
.review .swiper-button-prev::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 13px;
  background: #fff;
  left: 42px;
}
.review .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.review .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 35px;
  left: auto;
  color: #fff;
}

.review .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.review .swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.review .swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

#main_status .today_count {
  margin: 30px 0;
  display: block;
  width: 100%;
  height: 162px;
  border-radius: 10px;
  background: #f6f6f6;
  box-sizing: border-box;
  padding: 32px 40px 40px 40px;
}
#main_status .today_count li{
  clear: both;
}
#main_status .today_count strong {
  font-size: 27px;
  color: #333;
  font-weight: 300;
  float: left;
  line-height: 2;
}
#main_status .today_count p {
  font-size: 26px;
  color: #666;
  text-align: right;
}
#main_status .today_count p .count01 {
  color: #333;
  font-size: 30px;
  font-weight: 600;
  margin-right: 20px;
}
#main_status .today_count p .c_blue {
  color: #2c4bc1;
}

#main_status .my_bnn {
  margin-bottom: 30px;
  position: relative;
  display: block;
  border-radius: 10px;
  background: url('../images/main/my_search_bg.png?t=1') #5b7ac1 no-repeat;
  background-size: cover;
  padding: 40px 20px;
  width: 100%;
  box-sizing: border-box;
  height: 290px;
}
#main_status .my_bnn .title {
  width: 170px;
  display: inline-block;
  margin-top: 13px;
  position: relative;
}
#main_status .my_bnn .title::after {
  display: block;
  position: absolute;
  width: 1px;
  height: 240px;
  background: #fff;
  content: '';
  top: -25px;
  left: 190px;
}
#main_status .my_bnn .title i {
  margin: 0 auto;
  background: url('../images/main/search_icon.png?t=1') no-repeat;
  display: block;
  width: 58px;
  height: 55px;
}
#main_status .my_bnn .title p {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  word-break: keep-all;
}
#main_status .my_bnn .txt {
  width: 330px;
  float: right;
}
#main_status .my_bnn .txt p {
  color: #fff;
  word-break: keep-all;
  font-size: 25px !important;
  font-weight: 300;
}

#main_status .cost_bnn {
  height: 230px;
  display: block;
  border-radius: 10px;
  background: url('../images/main/cost_bg.png?t=1') #5d677f no-repeat;
  background-size: cover;
  padding: 50px 40px 50px 200px;
  box-sizing: border-box;
  width: 100%;
}
#main_status .cost_bnn .txt_box {
  float: right;
}
#main_status .cost_bnn .txt_box strong {
  font-size: 38px;
  color: #fff;
  display: block;
  font-weight: 600;
  line-height: 1.4;
}
#main_status .cost_bnn .txt_box span {
  font-size: 25px;
  color: #fff;
}

/*신문공고 간편절차*/
#main_process {
  padding: 80px 0;
  background: url('../images/main/process_bg.jpg?t=1') no-repeat;
  background-size: cover;
}
#main_process .section_title {
  margin-bottom: 40px;
}
#main_process .section_title h3 {
  color: #333;
  font-size: 40px;
  text-align: center;
  font-weight: 600;
}
#main_process .section_title p {
  color: #666;
  font-size: 25px;
  text-align: center;
}
#main_process .process_list {
  display: inline-block;
  padding: 0 3.12%;
}
#main_process .process_list li {
  float: left;
  padding-right: 46px;
  margin: 0 20px 40px 0;
  box-sizing: border-box;
}
#main_process .process_list li:nth-child(2n) {
  padding-right: 0;
  margin-right: 0;
}
#main_process .process_list li::after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
#main_process .process_list li i {
  width: 240px;
  height: 240px;
  border-radius: 50%;
}
#main_process .process_list li:first-child i {
  background: url('../images/main/process_icon_01.png?t=1') #b7ccef no-repeat;
  background-size: cover;
}
#main_process .process_list li:nth-child(2) i {
  background: url('../images/main/process_icon_02.png?t=1') #b7ccef no-repeat;
  background-size: cover;
}
#main_process .process_list li:nth-child(3) i {
  background: url('../images/main/process_icon_03.png?t=1') #b7ccef no-repeat;
  background-size: cover;
}
#main_process .process_list li:last-child i {
  background: url('../images/main/process_icon_04.png?t=1') #b7ccef no-repeat;
  background-size: cover;
}
#main_process .process_list li p {
  font-size: 28px;
  color: #333;
  text-align: center;
}

#main_process .process_more {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 40px 20px;
}
#main_process .process_more p {
  color: #fff;
  word-break: keep-all;
  font-size: 29px;
  font-weight: 400;
  text-align: center;
}
#main_process .process_more a {
  display: block;
  width: 380px;
  height: 64px;
  color: #fff;
  background: #2c4bc1;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  border-radius: 10px;
  margin: 0 auto;
  line-height: 2.7;
  margin-top: 25px;
}

/*공고인포를 이용하는 이유는?*/
#main_reason {
  margin: 80px 0;
}
#main_reason .section_title {
  margin-bottom: 40px;
}
#main_reason .section_title h3 {
  color: #333;
  font-size: 40px;
  text-align: center;
  font-weight: 600;
}
#main_reason .reason_list {
  display: inline-block;
}
#main_reason .reason_list li {
  float: left;
  width: 285px;
  margin: 0 13px 60px 0;
}
#main_reason .reason_list li:nth-child(2n) {
  margin-right: 0;
}
#main_reason .reason_list li:last-child {
  margin-right: 0;
  padding: 0 24.65%;
  box-sizing: border-box;
  width: 100%;
}
#main_reason .reason_list li::after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
#main_reason .reason_list li i {
  display: block;
  width: 175px;
  height: 170px;
  margin: 0 auto;
}
#main_reason .reason_list li:first-child i {
  background: url('../images/main/reason_icon_01.png?t=1') no-repeat;
  background-size: cover;
}
#main_reason .reason_list li:nth-child(2) i {
  background: url('../images/main/reason_icon_02.png?t=1') no-repeat;
  background-size: cover;
}
#main_reason .reason_list li:nth-child(3) i {
  background: url('../images/main/reason_icon_03.png?t=1') no-repeat;
  background-size: cover;
}
#main_reason .reason_list li:nth-child(4) i {
  background: url('../images/main/reason_icon_04.png?t=1') no-repeat;
  background-size: cover;
}
#main_reason .reason_list li:last-child i {
  background: url('../images/main/reason_icon_05.png?t=1') no-repeat;
  background-size: cover;
}
#main_reason .reason_list li .num {
  color: #719bd8;
  font-size: 38px;
  font-weight: 600;
  position: relative;
}
#main_reason .reason_list li .num::after {
  display: block;
  position: absolute;
  width: 220px;
  height: 1px;
  background: #ddd;
  content: '';
  top: 30px;
  left: 52px;
}
#main_reason .reason_list li .title strong {
  font-size:30px !important;
  color: #333;
  text-align: center;
  margin-bottom: 22px;
  display: block;
word-break: keep-all;
}
#main_reason .reason_list li .title strong br{
  display: none;
}
#main_reason .reason_list li p {
  color: #666;
  font-size:28px !important;
  text-align: center;
  word-break: keep-all;
}
#main_reason .reason_list li p br{
  display: none;
}

/*공고인포에 대해 알아보세요*/
#main_about {
  padding: 80px 0;
  background: url('../images/main/about_bg.jpg?t=1') no-repeat;
  background-size: cover;
}
#main_about .section_title {
  margin-bottom: 40px;
}
#main_about .section_title h3 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-weight: 600;
}
#main_about .faq_area {
  display: block;
  border-top: 2px solid #fff;
}
#main_about .faq_area li {
  height: 80px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 3.5;
}
#main_about .faq_area li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 30px;
  padding: 25px 10px;
  font-size: 30px !important;
  line-height: 47px;
  word-break: keep-all;
}
#main_about .faq_area li a br{
  display: none;
}
#main_about .faq_area .upup a {
  padding: 10px 10px;
}
#main_about .notice_bnn {
  margin-top: 40px;
  display: flex;
  height: 214px;
  background: rgba(36, 50, 85, 0.6);
  border-radius: 10px;
  padding: 35px 20px;
  box-sizing: border-box;
}
#main_about .notice_bnn i {
  width: 110px;
  height: 110px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #fff;
  background: url('../images/main/!_icon.png?t=1') 49% 49% no-repeat;
  background-size: 83%;
}
#main_about .notice_bnn .txt_box {
  margin-left: 30px;
  width: 73%;
}
#main_about .notice_bnn .txt_box em {
  font-size: 25px;
  color: #fff;
  font-weight: 300;
  display: block;
}
#main_about .notice_bnn .txt_box strong {
  font-size: 32px !important;
  color: #fff;
  font-weight: 600;
}
#main_about .notice_bnn .txt_box p {
  color: #fff;
  font-size: 26px !important;
  font-weight: 300;
  word-break: keep-all;
}
#main_about .notice_bnn .txt_box p br{
  display: none;
}
#main_about .faq_bnn {
  margin-top: 25px;
  width: 100%;
  background: #243255;
  display: block;
  height: 214px;
  border-radius: 10px;
  padding: 53px 20px;
  box-sizing: border-box;
}
#main_about .faq_bnn::after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
#main_about .faq_bnn i {
  width: 110px;
  height: 110px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #fff;
  background: url('../images/main/question_icon.png?t=1') 49% 49% no-repeat;
  background-size: 83%;
}
#main_about .faq_bnn .txt_box {
  margin-left: 30px;
  float: right;
  position: relative;
  left: -46px;
}
#main_about .faq_bnn strong {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}
#main_about .faq_bnn p {
  color: #fff;
  font-size: 25px !important;
  font-weight: 300;
}

/*공고인포와 함께하는 제휴일간지 소개*/
#main_brand {
  margin: 80px 0 100px 0;
}
#main_brand .section_title {
  margin-bottom: 40px;
}
#main_brand .section_title h3 {
  color: #333;
  font-size: 40px;
  text-align: center;
  font-weight: 600;
}

#main_brand .brand_list {
  display: block;
}
#main_brand .brand_list li {
  float: left;
  width: 180px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 0 18px 20px 0;
  overflow: hidden;
}
#main_brand .brand_list li:nth-child(3n) {
  margin-right: 0;
}

#main_brand .more_btn {
  clear: both;
  padding: 33px 20px;
  display: block;
  height: auto;
  border-radius: 10px;
  background: url('../images/main/brand_bg.png?t=1') #5b7ac1 no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
#main_brand .more_btn strong {
  display: block;
  font-size: 38px;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}
#main_brand .more_btn span {
  color: #fff;
  font-size: 28px !important;
  font-weight: 300;
  background: url('../images/main/long_arrow.png?t=1') 330px 11px no-repeat;
  box-sizing: border-box;
  padding-right: 90px;
}

/* 신문공고 빠른상담신청 */
.quick_counsel {
  margin-bottom: 60px;
  margin-top: 20px;
}
.quick_counsel .inner {
  box-sizing: border-box;
  padding: 25px;
  border-radius: 10px;
  background-color: rgba(34, 34, 34, 0.9);
  box-shadow: 20px 20px 16px rgba(0, 0, 0, 0.4); /* width: 100%; */
}
.quick_counsel .inner:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}
.quick_counsel .txt {
  padding: 15px 0 0 0;
  margin-bottom: 20px;
}
.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 {
  width: 100%;
}
.quick_counsel .quick_form ul {
  float: left;
  width: 380px;
}
.quick_counsel .quick_form img {
    width: auto;
    height: 103px;
    display: block;
    float: right;
}
.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; /* margin-left: 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: 170px;
}
.quick_counsel .quick_form ul li input:last-child {
  width: 190px;
  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;
  font-size: 22px;
}
.quick_counsel .quick_form ul li select:first-child {
  width: 170px;
}
.quick_counsel .quick_form ul li select:last-child {
  width: 190px;
  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;
  transform: translateY(-23px);
}
.quick_counsel .quick_form .btn_apply {
  float: left;
  width: 100px;
  height: 103px;
  padding: 40px 0 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 0 10px 10px 0;
  background: #2c4bc1 url(../images/main/ic_counsel.png) no-repeat center 16px;
  background-size: 35px;
}
.quick_counsel .quick_form ul li .chk_box {
  float: left;
  text-align: left;
  padding: 0;
}
.quick_counsel .quick_form ul li .chk_box input {
  display: none;
}
.quick_counsel .quick_form ul li .chk_box input + label {
  display: block;
  overflow: visible;
  cursor: pointer;
  width: 100%;
  transform: translateX(-33px);
}
.quick_counsel .quick_form ul li .chk_box input + label p {
  color: #fff;
  width: 300px;
  font-size:18px;
}
.quick_counsel .quick_form ul li .chk_box input + label span {
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 0px;
  margin-right: 10px;
  margin-top: 5px;
}
.quick_counsel .quick_form ul li .chk_box input + label span:before {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #14dca1;
  transition: all 0.1s ease-in-out;
  content: '';
}
.quick_counsel .quick_form ul li .chk_box input:checked + label span:before {
  visibility: visible;
  opacity: 1;
}
.quick_counsel .quick_form ul li .chk_box input[type='checkbox'] + label span {
  width: 20px;
  height: 20px;
}
.quick_counsel
  .quick_form
  ul
  li
  .chk_box
  input[type='checkbox']
  + label
  span:before {
  width: 10px;
  height: 10px;
}
.quick_counsel .quick_form ul li .chk_box {
  display: inline-block;
}
.quick_counsel .txt strong {
  font-size: 40px;
}
.quick_counsel .txt span {
  font-size: 24px;
}
.quick_counsel .quick_form ul li .chk_box input + label {
  display: inline-block;
  width: auto;
  transform: translate(0);
  margin-left: 0;
}
.quick_counsel .quick_form ul li a {
  transform: translate(0,0);
  font-size: 18px;
}
.quick_counsel .quick_form ul li:nth-child(3) {
  margin: 30px 0 0 0;
}
