@charset "UTF-8";
span.w_br {
  display: block;
}
@media (max-width: 991px) {
  span.w_br {
    display: none;
  }
}

span.m_br {
  display: none;
}
@media (max-width: 991px) {
  span.m_br {
    display: block;
  }
}

.container_fix {
  width: 1490px;
}
@media (max-width: 991px) {
  .container_fix {
    padding: 0 20px;
  }
}

.wide_fix {
  width: 1750px;
}

.main_fix {
  width: 1580px;
}

.header {
  position: fixed;
  z-index: 55;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}
@media (max-width: 1199px) {
  .header {
    padding: 22px 0;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 11px 0;
    background: #fff;
  }
}
.header.sub {
  border: 1px solid #e1e1e1;
  border-width: 1px 0;
}
@media (max-width: 991px) {
  .header.sub {
    border-top: none;
  }
}
.header:hover, .header.on {
  background: #fff;
}
@media (max-width: 991px) {
  .header:hover, .header.on {
    border-bottom: 1px solid #e1e1e1;
  }
}
.header .container_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 280px);
}
.header .logo {
  margin-right: 35px;
}
@media (max-width: 1500px) {
  .header .logo {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .header .logo img {
    height: 35px;
  }
}
@media (max-width: 480px) {
  .header .logo img {
    height: 20px;
  }
}
.header .menu_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 1199px) {
  .header .menu_li {
    display: none;
  }
}
.header .menu_a {
  line-height: 90px;
  padding: 0 35px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1500px) {
  .header .menu_a {
    padding: 0 15px;
    font-size: 16px;
  }
}
.header_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_btn li a {
  display: block;
  height: 43px;
  line-height: 41px;
  padding: 0 30px;
  border-radius: 21.5px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  background: #595757;
}
@media (max-width: 1500px) {
  .header_btn li a {
    padding: 0 20px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .header_btn li a {
    padding: 0 18px;
    font-size: 12px;
    height: 28px;
    line-height: 26px;
    font-weight: 500;
  }
}
.header_btn li.apply a {
  background: #3bb483;
}
.header_btn li + li {
  margin-left: 10px;
}
.header_btn li.all_menu_btn {
  position: relative;
  width: 18px;
  height: 15px;
  margin-left: 14px;
  cursor: pointer;
}
.header_btn li.all_menu_btn span {
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header_btn li.all_menu_btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  top: 0;
}
.header_btn li.all_menu_btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  bottom: 0;
}

.all_menu {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  background: #fff;
  width: 100%;
  padding: 60px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 51px 103px -103px rgba(0, 0, 0, 0.15);
          box-shadow: 0 51px 103px -103px rgba(0, 0, 0, 0.15);
  z-index: -1;
}
@media (max-width: 1199px) {
  .all_menu {
    width: 83.333%;
    right: 0;
    left: initial;
    top: 0;
    bottom: 0;
    z-index: 3;
    padding: 0;
  }
}
.all_menu_overlay {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .all_menu_overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
  }
  .all_menu_overlay.on {
    opacity: 1;
    visibility: visible;
  }
}
.all_menu_header {
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.all_menu_header .container_fix {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.all_menu_logo img {
  height: 35px;
}
@media (max-width: 480px) {
  .all_menu_logo img {
    height: 20px;
  }
}
.all_menu_close {
  height: auto;
  cursor: pointer;
}
.all_menu_close span {
  width: 14px;
  height: 14px;
  display: block;
  position: relative;
}
.all_menu_close span:before {
  content: "";
  display: block;
  width: 130%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.all_menu_close span:after {
  content: "";
  display: block;
  width: 130%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.all_menu.on {
  opacity: 1;
  visibility: visible;
}
.all_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 1199px) {
  .all_ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100vh - 80px);
    overflow-y: scroll;
  }
}
.all_li {
  width: 13.562%;
}
@media (max-width: 1199px) {
  .all_li {
    width: 100%;
  }
}
.all_li + li {
  margin-left: 0.821%;
}
@media (max-width: 1199px) {
  .all_li + li {
    margin-left: 0;
    margin-top: 12px;
  }
}
.all_li:hover .all_a {
  background: #3bb483;
  color: #fff;
}
@media (max-width: 1199px) {
  .all_li.sub .all_a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #999;
    border-width: 0 1px 1px 0;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-75%) rotate(45deg);
            transform: translateY(-75%) rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .all_li.sub:hover .all_a, .all_li.sub.open .all_a {
    background: #3bb483;
    color: #fff;
  }
  .all_li.sub:hover .all_a:after, .all_li.sub.open .all_a:after {
    border-color: #fff;
  }
  .all_li.sub.open .all_a:after {
    -webkit-transform: translateY(-25%) rotate(-135deg);
            transform: translateY(-25%) rotate(-135deg);
  }
  .all_li.sub.open .all_sub_div {
    display: block;
  }
}
.all_a {
  display: block;
  width: 100%;
  background: #f6f6f6;
  border-radius: 7px;
  line-height: 50px;
  padding: 0 22px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media (max-width: 1260px) {
  .all_a {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .all_a {
    padding: 0 18px;
    line-height: 43px;
    font-size: 14px;
  }
}
.all_sub_div {
  padding-top: 26px;
}
@media (max-width: 1199px) {
  .all_sub_div {
    padding: 13px 0 19px;
    display: none;
  }
}
.all_sub_a {
  color: #666;
  font-size: 16px;
  line-height: 38px;
  padding: 0 20px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .all_sub_a {
    font-size: 13px;
    line-height: 30px;
    padding: 0 18px;
  }
}

.main_con {
  padding: 200px 0;
}
@media (max-width: 480px) {
  .main_con {
    padding: 70px 0;
  }
}
.main_con .main_tt {
  color: #333;
  font-size: 45px;
  line-height: 65px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .main_con .main_tt {
    font-size: 26px;
    line-height: 35px;
  }
}
.main_con .main_desc {
  color: #666;
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .main_con .main_desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.main_con .main_more {
  display: block;
  width: 16px;
  height: 16px;
}
.main_con .main_more:before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main_con .main_more:after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.main_con .main_swiper_btn {
  cursor: pointer;
}
.main_con .main_swiper_btn.main_prev {
  display: block;
  width: 58px;
  height: 58px;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  position: relative;
}
.main_con .main_swiper_btn.main_prev:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #666;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-25%, -50%) rotate(135deg);
          transform: translate(-25%, -50%) rotate(135deg);
}
@media (max-width: 480px) {
  .main_con .main_swiper_btn.main_prev {
    width: 33px;
    height: 33px;
  }
  .main_con .main_swiper_btn.main_prev:before {
    width: 5px;
    height: 5px;
    border-width: 0 1.5px 1.5px 0;
  }
}
.main_con .main_swiper_btn.main_next {
  display: block;
  width: 58px;
  height: 58px;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  position: relative;
}
.main_con .main_swiper_btn.main_next:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #666;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-75%, -50%) rotate(-45deg);
          transform: translate(-75%, -50%) rotate(-45deg);
}
@media (max-width: 480px) {
  .main_con .main_swiper_btn.main_next {
    width: 33px;
    height: 33px;
  }
  .main_con .main_swiper_btn.main_next:before {
    width: 5px;
    height: 5px;
    border-width: 0 1.5px 1.5px 0;
  }
}

.mc01 {
  background: url(../img/mc01_banner.png) no-repeat center center/cover;
  padding: 18vw 0 12.525vw;
}
@media (max-width: 991px) {
  .mc01 {
    background-image: url(../img/mmc01_banner.png);
    background-position: center bottom;
    padding: 13.888vw 0 101.388vw;
  }
}
@media (max-width: 480px) {
  .mc01 {
    
  }
}
.mc01_sub_tt {
  color: #333;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .mc01_sub_tt {
    font-size: 3.75vw;
    margin-bottom: 13px;
  }
}
.mc01_tt {
  color: #333;
  font-size: 55px;
  line-height: 1.545;
  font-weight: 600;
}
@media (max-width: 991px) {
  .mc01_tt {
    font-size: 6.944vw;
    line-height: 9.722vw;
  }
}
.mc01_btn {
  margin-top: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mc01_btn li{position: relative; transition: all 1s; top: 100px; opacity: 0;}
.mc01_btn li.ani{opacity: 1; top: 0;}
.mc01_btn li:last-child{transition-delay: .3s}

@media (max-width: 991px) {
  .mc01_btn {
    margin-top: 12.121vw;
  }
}
.mc01_btn li {
  width: 250px;
}
@media (max-width: 991px) {
  .mc01_btn li {
    width: 40.278vw;
  }
}
.mc01_btn li a {
  font-size: 20px;
  color: #888;
  width: 100%;
  border-radius: 33px;
  border: 1px solid #b6b6b6;
  height: 65px;
  line-height: 63px;
  display: block;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 991px) {
  .mc01_btn li a {
    padding: 0;
    font-size: 3.472vw;
    height: 12.121vw;
    line-height: calc(12.121vw - 2px);
    border-radius: 6.061vw;
    font-weight: 500;
  }
}
.mc01_btn li a:after {
  content: ">";
  font-family: "SUIT-Bold", sans-serif;
  margin-left: 18px;
  color: #a3a2a2;
}
@media (max-width: 991px) {
  .mc01_btn li a:after {
    margin-left: 2.778vw;
  }
}
.mc01_btn li + li {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .mc01_btn li + li {
    margin-left: 2.727vw;
  }
}
.mc01_btn li.estimate a {
  background: #3bb483;
  color: #fff;
  border-color: #3bb483;
  font-weight: 500;
}
.mc01_btn li.estimate a:after {
  color: #fff;
  font-weight: 600;
}
.mc02 {
  position: relative;
}
.mc02 .main_tt {
  text-align: center;
}
.mc02 .main_desc {
  margin-top: 25px;
  text-align: center;
}
@media (max-width: 480px) {
  .mc02 .main_desc {
    margin-top: 15px;
  }
}
.mc02_wrap {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}
@media (max-width: 991px) {
  .mc02_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .mc02_wrap {
    margin-top: 40px;
  }
}
.mc02_con {
  width: 17.809%;
  margin-right: 1.5%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .mc02_con {
    width: 45.455%;
    margin-right: 6.06%;
  }
  .mc02_con:nth-child(2n) {
    margin-right: 0;
  }
  .mc02_con:nth-child(n+3) {
    margin-top: 20px;
  }
}
.mc02_con:last-child {
  margin-right: 0;
}
.mc02_con:last-child .mc02_con_tt {
  font-size: 23px;
}
@media (max-width: 480px) {
  .mc02_con:last-child .mc02_con_tt {
    font-size: 15px;
  }
}
.mc02_con:nth-child(1) a {
  background-image: url(../../img/mc02_icon01.png);
}
@media (max-width: 480px) {
  .mc02_con:nth-child(1) a {
    background-image: url(../../img/mmc02_icon01.png);
  }
}
.mc02_con:nth-child(2) a {
  background-image: url(../../img/mc02_icon02.png);
}
@media (max-width: 480px) {
  .mc02_con:nth-child(2) a {
    background-image: url(../../img/mmc02_icon02.png);
  }
}
.mc02_con:nth-child(3) a {
  background-image: url(../../img/mc02_icon03.png);
}
@media (max-width: 480px) {
  .mc02_con:nth-child(3) a {
    background-image: url(../../img/mmc02_icon03.png);
  }
}
.mc02_con:nth-child(4) a {
  background-image: url(../../img/mc02_icon04.png);
}
@media (max-width: 480px) {
  .mc02_con:nth-child(4) a {
    background-image: url(../../img/mmc02_icon04.png);
  }
}
.mc02_con:nth-child(5) a {
  background-image: url(../../img/mc02_icon05.png);
}
@media (max-width: 480px) {
  .mc02_con:nth-child(5) a {
    background-image: url(../../img/mmc02_icon05.png);
  }
}
.mc02_con a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  background: #f8f8f8 no-repeat center center/cover;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .mc02_con a {
    border-radius: 10px;
  }
}
.mc02_con_txt {
  position: absolute;
  bottom: 0;
}
.mc02_con_tt {
  color: #333;
  font-size: 25px;
  font-weight: 600;
  padding: 0 40px;
  line-height: 33px;
}
@media (max-width: 480px) {
  .mc02_con_tt {
    padding: 0 19px;
    font-size: 17px;
    line-height: 20px;
  }
}
.mc02_con_more {
  color: #888;
  font-size: 16px;
  font-weight: 500;
  margin-top: 14px;
  padding: 0 40px 40px;
}
@media (max-width: 480px) {
  .mc02_con_more {
    padding: 0 19px 20px;
    font-size: 12px;
    margin-top: 13px;
  }
}
.mc02_con:hover {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
@media (max-width: 480px) {
  .mc02_con:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mc02_con:hover:nth-child(1) a {
  background-image: url(../../img/mc02_icon01_on.png);
}
.mc02_con:hover:nth-child(2) a {
  background-image: url(../../img/mc02_icon02_on.png);
}
.mc02_con:hover:nth-child(3) a {
  background-image: url(../../img/mc02_icon03_on.png);
}
.mc02_con:hover:nth-child(4) a {
  background-image: url(../../img/mc02_icon04_on.png);
}
.mc02_con:hover:nth-child(5) a {
  background-image: url(../../img/mc02_icon05_on.png);
}
.mc02_con:hover .mc02_con_tt {
  color: #fff;
}
.mc02_con:hover .mc02_con_more {
  color: #fff;
}
.mc02_con:hover:before {
  bottom: -40px;
}
@media (max-width: 480px) {
  .mc02_con:hover:before {
    bottom: 0;
  }
}
.mc02:after {
  content: "";
  display: block;
  width: calc(100% - 30px);
  max-width: 1460px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: #e1e1e1;
}
.mc03 .main_desc {
  margin-top: 43px;
}
@media (max-width: 480px) {
  .mc03 .main_desc {
    margin-top: 16px;
  }
}
.mc03 .container_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .mc03 .container_fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mc03_txt {
  width: 32.876%;
  position: relative;
  z-index: 1;
  z-index: 2;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .mc03_txt {
    width: 100%;
    padding-top: 0;
  }
}
.mc03_txt:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 100vw;
  height: 150%;
  background: -webkit-gradient(linear, left top, right top, color-stop(98.6%, #fff), to(transparent));
  background: linear-gradient(90deg, #fff 98.6%, transparent);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 991px) {
  .mc03_txt:before {
    display: none;
  }
}
.mc03_wrap {
  width: 67.123%;
}
@media (max-width: 991px) {
  .mc03_wrap {
    margin-top: 34px;
    width: 100%;
  }
}
.mc03_wrap .swiper {
  overflow: visible;
  position: initial;
}
.mc03_con {
  border-radius: 20px;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: relative;
  top: 0;
}
@media (max-width: 480px) {
  .mc03_con {
    border-radius: 10px;
  }
}
.mc03_con.swiper-slide {
  -webkit-transition: top 0.3s, -webkit-transform;
  transition: top 0.3s, -webkit-transform;
  transition: transform, top 0.3s;
  transition: transform, top 0.3s, -webkit-transform;
}
.mc03_con a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(59, 180, 131, 0.8);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mc03_con_txt {
  padding: 60px 30px 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 480px) {
  .mc03_con_txt {
    padding: 33px 20px;
  }
}
.mc03_con_txt .mc03_tt {
  color: #333;
  font-size: 28px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .mc03_con_txt .mc03_tt {
    font-size: 19px;
  }
}
.mc03_con_txt .mc03_desc {
  margin-top: 30px;
  font-size: 17px;
  color: #888;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .mc03_con_txt .mc03_desc {
    margin-top: 16px;
    font-size: 13px;
  }
}
.mc03_con_img img {
  width: 100%;
}
.mc03_con_btn {
  margin-top: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .mc03_con_btn {
    margin-top: 33px;
  }
}
.mc03_con_btn .main_next {
  margin-left: 18px;
}
@media (max-width: 480px) {
  .mc03_con_btn .main_next {
    margin-left: 9px;
  }
}
.mc03_con .main_more {
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 1;
  width: 58px;
  height: 58px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mc03_con .main_more:before {
  content: "";
  display: block;
  width: 13px;
  height: 2.5px;
  background: #3bb483;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mc03_con .main_more:after {
  content: "";
  display: block;
  width: 13px;
  height: 2.5px;
  background: #3bb483;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.mc03_con:hover {
  top: -20px;
}
.mc03_con:hover a:before {
  opacity: 1;
  visibility: visible;
}
.mc03_con:hover a .mc03_con_txt .mc03_tt {
  color: #fff;
}
.mc03_con:hover a .mc03_con_txt .mc03_desc {
  color: #fff;
}
.mc03_con:hover a .main_more {
  opacity: 1;
  visibility: visible;
}
.mc04 {
  background: #f8f8f8;
  padding: 180px 0 160px;
}
@media (max-width: 991px) {
  .mc04 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .mc04 {
    padding: 70px 0;
  }
}
.mc04 .main_tt {
  text-align: center;
}
.mc04_tabs {
  position: relative;
  margin-top: 75px;
}
@media (max-width: 991px) {
  .mc04_tabs {
    margin-right: -45px !important;
  }
}
@media (max-width: 480px) {
  .mc04_tabs {
    margin-top: 28px;
  }
}
.mc04_tabs_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d7d7d7;
}
@media (max-width: 991px) {
  .mc04_tabs_ul {
    border-bottom: none;
  }
}
.mc04_tabs_ul li {
  padding: 20px 5px;
  cursor: pointer;
  color: #888;
  font-size: 21px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .mc04_tabs_ul li {
    width: auto;
  }
  .mc04_tabs_ul li:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: calc(100% + 30px);
    background: #d7d7d7;
    height: 1px;
  }
  .mc04_tabs_ul li:last-child:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: #d7d7d7;
    height: 1px;
  }
}
@media (max-width: 570px) {
  .mc04_tabs_ul li {
    font-size: 14px;
    padding: 16px 0;
  }
}
.mc04_tabs_ul li + li {
  margin-left: 60px;
}
@media (max-width: 991px) {
  .mc04_tabs_ul li + li {
    margin-left: 0;
  }
}
.mc04_tabs_ul li.on {
  color: #333;
  font-weight: 600;
  position: relative;
}
.mc04_tabs_ul li.on:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  background: #333;
  height: 1px;
}
.mc04_tabs_ul li.on:not(:last-child):before {
  content: "";
  display: block;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 100%;
  width: 30px;
  background: #d7d7d7;
  height: 1px;
}
.mc04_tabs .main_more {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mc04_cons {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .mc04_cons {
    margin-top: 30px;
  }
}
.mc04_cons > li {
  display: none;
}
.mc04_cons > li.on {
  display: block;
}
.mc04_cons .basic-post-slider {
  overflow: visible;
}
.mc04_cons .basic-post-slider .owl-show {
  overflow: visible;
}
.mc04_cons .basic-post-slider .owl-show .owl-container {
  overflow: visible;
  margin-right: -16px !important;
  margin-left: -16px;
}
.mc04_cons .basic-post-slider .owl-show .owl-container .owl-carousel .owl-wrapper-outer {
  padding: 20px 0;
  background: none;
}
@media (max-width: 991px) {
  .mc04_cons .basic-post-slider .owl-show .owl-container .owl-carousel .owl-wrapper-outer {
    padding: 10px 0;
  }
}
.mc04_cons .basic-post-slider .owl-show .owl-container .owl-carousel .owl-wrapper-outer .owl-item {
  padding: 0 15px;
}
.mc04_cons .basic-post-slider .owl-show .owl-container .owl-carousel .owl-wrapper-outer .owl-item .item-list {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  padding: 35px 30px 45px;
  text-align: left;
}
@media (max-width: 480px) {
  .mc04_cons .basic-post-slider .owl-show .owl-container .owl-carousel .owl-wrapper-outer .owl-item .item-list {
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.03);
            box-shadow: 0 5px 8px rgba(0, 0, 0, 0.03);
    padding: 25px 25px 29px;
    border-radius: 10px;
  }
}
.mc04_cons .basic-post-slider .owl-show .owl-container .owl-carousel .owl-wrapper-outer .owl-item .item-list .subject {
  color: #444;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .mc04_cons .basic-post-slider .owl-show .owl-container .owl-carousel .owl-wrapper-outer .owl-item .item-list .subject {
    font-size: 14px;
    line-height: 20px;
  }
}
.mc04_cons .basic-post-slider .owl-show .owl-container .owl-carousel .owl-wrapper-outer .owl-item .item-list .desc {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 14px;
}
@media (max-width: 480px) {
  .mc04_cons .basic-post-slider .owl-show .owl-container .owl-carousel .owl-wrapper-outer .owl-item .item-list .desc {
    font-size: 13px;
    line-height: 17px;
    margin-top: 10px;
  }
}
.mc04_cons .basic-post-slider .owl-show .owl-container .owl-carousel .owl-wrapper-outer .owl-item .item-list .date {
  margin-top: 35px;
  color: #888;
  font-size: 14px;
}
@media (max-width: 480px) {
  .mc04_cons .basic-post-slider .owl-show .owl-container .owl-carousel .owl-wrapper-outer .owl-item .item-list .date {
    margin-top: 22px;
    font-size: 12px;
  }
}
.mc04_cons .basic-post-slider .owl-show .owl-container .owl-carousel .owl-controls .owl-buttons div {
  width: 58px;
  background: none;
  height: 58px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}
.mc04_cons .basic-post-slider .owl-show .owl-container .owl-carousel .owl-controls .owl-buttons div.main_prev {
  left: initial;
  right: calc(100% + 50px);
}
.mc04_cons .basic-post-slider .owl-show .owl-container .owl-carousel .owl-controls .owl-buttons div.main_next {
  right: initial;
  left: calc(100% + 50px);
}
.mc04 .mc04_more {
  display: inline-block;
  width: auto;
  padding: 0 25px;
  border: 1px solid #b6b6b6;
  border-radius: 20px;
  height: 40px;
  line-height: 38px;
  color: #888;
  font-size: 13px;
  font-weight: 500;
  margin-top: 20px;
}
.mc04 .mc04_more:after {
  content: ">";
  font-family: "SUIT-Bold", sans-serif;
  color: #a3a2a2;
  margin-left: 2.778vw;
}
.mc05 {
  padding: 180px 0;
}
@media (max-width: 480px) {
  .mc05 {
    padding: 70px 0;
  }
}
.mc05 .container_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .mc05 .container_fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mc05_tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.mc05_tt .main_more {
  position: relative;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .mc05_tt .main_more {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .mc05_tt:before {
    content: "";
    display: block;
  }
}
.mc05_status {
  width: 47.945%;
}
@media (max-width: 991px) {
  .mc05_status {
    width: 100%;
  }
}
.mc05_status .swiper_post_container {
  width: calc(100% + 30px) !important;
  padding: 0 15px;
  position: relative;
  left: -15px;
}
@media (max-width: 991px) {
  .mc05_status .swiper_post_container {
    padding: 0 20px;
    left: -20px;
  }
}
.mc05_status .swiper_post_container .swiper-wrapper {
  padding: 20px 0;
}
@media (max-width: 480px) {
  .mc05_status .swiper_post_container .swiper-wrapper {
    padding: 10px 0 22px;
  }
}
.mc05_status .swiper_post_container .swiper-wrapper .item {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  width: 100%;
}
@media (max-width: 480px) {
  .mc05_status .swiper_post_container .swiper-wrapper .item {
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 5px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }
}
.mc05_status .swiper_post_container .swiper-wrapper .item-list {
  width: 100%;
}
.mc05_status .swiper_post_container .swiper-wrapper .item-list .post_content {
  padding: 35px 30px 30px;
  text-align: left;
}
@media (max-width: 480px) {
  .mc05_status .swiper_post_container .swiper-wrapper .item-list .post_content {
    padding: 25px 15px 20px;
  }
}
.mc05_status .swiper_post_container .swiper-wrapper .item-list .post_content .title {
  margin-top: 0;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .mc05_status .swiper_post_container .swiper-wrapper .item-list .post_content .title {
    font-size: 14px;
  }
}
.mc05_status .swiper_post_container .swiper-wrapper .item-list .post_content .text {
  margin-top: 16px;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
}
@media (max-width: 480px) {
  .mc05_status .swiper_post_container .swiper-wrapper .item-list .post_content .text {
    font-size: 12px;
    line-height: 16px;
    margin-top: 12px;
  }
}
.mc05_status .swiper_post_container .swiper-wrapper .item-list .post_content .date {
  margin-top: 32px;
  font-size: 14px;
  color: #888;
}
@media (max-width: 480px) {
  .mc05_status .swiper_post_container .swiper-wrapper .item-list .post_content .date {
    margin-top: 17px;
    font-size: 11px;
  }
}
.mc05_status .swiper_post_container .swiper-wrapper .item-list .post-image {
  margin: 0;
}
.mc05_status .swiper_post_container .swiper-scrollbar {
  bottom: 0;
  background: #e2e2e2;
  height: 2px;
  border-radius: 0;
  width: calc(100% - 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mc05_status .swiper_post_container .swiper-scrollbar-drag {
  background: #666;
  border-radius: 0;
}
.mc05_inquiry {
  width: 45.205%;
}
@media (max-width: 991px) {
  .mc05_inquiry {
    width: 100%;
    padding-top: 70px;
  }
}
.mc05_inquiry .mc05_tt {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .mc05_inquiry .mc05_tt {
    margin-bottom: 40px;
  }
}
.mc05_inquiry .main_more {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .mc05_inquiry .main_more {
    margin-right: 0;
  }
}
.mc05_inquiry_con {
  border-top: 1px solid #666;
}
.mc05_inquiry_con .post-list .post-row {
  border-bottom: 1px solid #d7d7d7;
  padding: 32px 0 27px;
}
@media (max-width: 480px) {
  .mc05_inquiry_con .post-list .post-row {
    padding: 20px 0 18px;
  }
}
.mc05_inquiry_con .post-list .post-row .subj {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
}
@media (max-width: 480px) {
  .mc05_inquiry_con .post-list .post-row .subj {
    font-size: 14px;
  }
}
.mc05_inquiry_con .post-list .post-row .cont {
  margin-top: 15px;
  font-size: 15px;
  line-height: 25px;
  min-height: 50px;
  color: #666;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .mc05_inquiry_con .post-list .post-row .cont {
    font-size: 12px;
    line-height: 16px;
    min-height: initial;
    margin-top: 12px;
  }
}
.mc06 {
  padding: 0;
}
.mc06_con {
  border-radius: 30px;
  background: url(../img/mc06_bg.png) no-repeat center center/cover;
  padding: 95px 160px 80px;
}
@media (max-width: 991px) {
  .mc06_con {
    background-image: url(../img/mmc06_bg.png);
    padding: 40px 25px 74.219vw;
    background-position: center bottom;
    border-radius: 15px;
  }
}
.mc06_con .main_tt {
  color: #fff;
  margin-top: 22px;
  font-size: 40px;
  line-height: 55px;
}
@media (max-width: 480px) {
  .mc06_con .main_tt {
    margin-top: 14px;
    font-size: 22px;
    line-height: 30px;
  }
}
.mc06_sub_tt {
  font-size: 23px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 480px) {
  .mc06_sub_tt {
    font-size: 13px;
  }
}
.mc06_btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .mc06_btn {
    margin-top: 28px;
  }
}
.mc06_btn li {
  width: 170px;
  text-align: center;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  background: #fff;
}
@media (max-width: 480px) {
  .mc06_btn li {
    width: 115px;
    height: 35px;
    line-height: 33px;
    border-radius: 18px;
  }
}
.mc06_btn li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 991px) {
  .mc06_btn li a {
    font-family: "SUIT-ExtraBold", sans-serif;
  }
}
@media (max-width: 480px) {
  .mc06_btn li a {
    font-size: 11px;
    line-height: 34px;
  }
}
.mc06_btn li a img {
  margin-right: 10px;
}
@media (max-width: 480px) {
  .mc06_btn li a img {
    width: 10px;
    height: auto;
    margin-right: 8px;
    vertical-align: baseline;
    position: relative;
    top: 2px;
  }
}
.mc06_btn li + li {
  margin-left: 15px;
}
.mc07 .main_tt {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .mc07 .main_tt {
    margin-bottom: 40px;
  }
}
.mc07_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .mc07_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mc07_wrap_inner {
  width: 48.63%;
}
@media (max-width: 991px) {
  .mc07_wrap_inner {
    width: 100%;
    margin-top: 20px;
  }
}
.mc07_wrap_inner .mc07_con {
  width: 100%;
}
.mc07_wrap_inner .mc07_con + .mc07_con {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .mc07_wrap_inner .mc07_con + .mc07_con {
    margin-top: 20px;
  }
}
.mc07_wrap_inner .mc07_con:nth-child(1) {
  background-image: url(../img/mc07_con_bg_02.png);
}
@media (max-width: 991px) {
  .mc07_wrap_inner .mc07_con:nth-child(1) {
    background-image: url(../img/mmc07_con_bg_02.png);
  }
}
.mc07_wrap_inner .mc07_con:nth-child(2) {
  background-image: url(../img/mc07_con_bg_03.png);
}
@media (max-width: 991px) {
  .mc07_wrap_inner .mc07_con:nth-child(2) {
    background-image: url(../img/mmc07_con_bg_03.png);
  }
}
.mc07_wrap_inner .mc07_con:nth-child(1) {
  background-color: #f2f3f5;
}
.mc07_wrap_inner .mc07_con:nth-child(1) .mc07_con_tag {
  background: #c6ced0;
}
.mc07_wrap_inner .mc07_con:nth-child(2) {
  background-color: #ebeafc;
}
.mc07_wrap_inner .mc07_con:nth-child(2) .mc07_con_tag {
  background: #aa9ce7;
}
.mc07_con {
  border-radius: 30px;
  width: 48.63%;
  background: no-repeat center center/cover;
}
@media (max-width: 991px) {
  .mc07_con {
    width: 100%;
    height: calc(100vw - 40px);
    border-radius: 15px;
  }
}
.mc07_con a {
  padding: 50px 50px 92px;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .mc07_con a {
    padding: 35px 25px;
  }
}
.mc07_con_tag {
  padding: 0 16px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  border-radius: 16px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 480px) {
  .mc07_con_tag {
    padding: 0 11px;
    line-height: 20px;
    font-size: 10px;
  }
}
.mc07_con_tt {
  color: #333;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  margin-top: 18px;
}
@media (max-width: 480px) {
  .mc07_con_tt {
    font-size: 22px;
    line-height: 28px;
    margin-top: 18px;
  }
}
.mc07_con_more {
  color: #888;
  font-size: 18px;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .mc07_con_more {
    font-size: 14px;
    margin-top: 31px;
  }
}
.mc07_con:nth-child(1) {
  background-color: #e0f5eb;
  background-image: url(../img/mc07_con_bg_01.png);
}
@media (max-width: 991px) {
  .mc07_con:nth-child(1) {
    background-image: url(../img/mmc07_con_bg_01.png);
  }
}
.mc07_con:nth-child(1) .mc07_con_tag {
  background: #3bb483;
}

.footer {
  background: #444444;
  padding: 60px 0 50px;
  margin-top: 200px;
}
@media (max-width: 480px) {
  .footer {
    padding: 40px 0 50px;
    margin-top: 70px;
  }
}
.footer.main {
  margin-top: 0;
}
.footer .container_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .footer .container_fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .f_logo {
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .footer .f_logo {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .footer .f_logo img {
    height: 44px;
  }
}
@media (max-width: 480px) {
  .footer .f_logo img {
    height: 22px;
  }
}
.footer .f_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer .f_link li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .footer .f_link li a {
    font-size: 14px;
  }
}
.footer .f_link li + li {
  margin-left: 30px;
}
@media (max-width: 480px) {
  .footer .f_link li + li {
    margin-left: 25px;
  }
}
.footer .f_addr {
  margin-top: 25px;
}
@media (max-width: 480px) {
  .footer .f_addr {
    margin-top: 22px;
  }
}
.footer .f_addr li {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  position: relative;
}
@media (max-width: 991px) {
  .footer .f_addr li {
    display: block;
  }
}
@media (max-width: 480px) {
  .footer .f_addr li {
    font-size: 13px;
    line-height: 20px;
  }
}
.footer .f_addr li a {
  color: inherit;
  font: inherit;
}
.footer .f_addr li + li {
  margin-left: 12px;
  padding-left: 12px;
}
@media (max-width: 991px) {
  .footer .f_addr li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
.footer .f_addr li + li:before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  .footer .f_addr li + li:before {
    display: none;
  }
}
.footer .f_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
}
.footer .f_sns li a {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: rgba(116, 116, 116, 0.5);
}
@media (max-width: 991px) {
  .footer .f_sns li a img {
    height: 15px;
  }
}
@media (max-width: 480px) {
  .footer .f_sns li a {
    width: 35px;
    height: 35px;
  }
}
.footer .f_sns li + li {
  margin-left: 13px;
}
@media (max-width: 480px) {
  .footer .f_sns li + li {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .footer .f_sns li:nth-child(3) img {
    height: 10px;
  }
  .footer .f_sns li:nth-child(4) img {
    height: 13px;
  }
}
@media (max-width: 991px) {
  .footer .f_right {
    margin-top: 50px;
  }
}
.footer .f_right .tel_tt {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .footer .f_right .tel_tt {
    font-size: 14px;
  }
}
.footer .f_right .tel_num {
  font-family: "SUIT-ExtraBold", sans-serif;
  color: #fff;
  font-size: 40px;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .footer .f_right .tel_num {
    margin-top: 25px;
    font-size: 31px;
  }
}
.footer .f_right .tel .time {
  margin-top: 33px;
  font-size: 17px;
  color: #fff;
}
@media (max-width: 480px) {
  .footer .f_right .tel .time {
    font-size: 13px;
    margin-top: 20px;
  }
}
.footer .f_right .ask_ul {
  margin-top: 44px;
}
@media (max-width: 480px) {
  .footer .f_right .ask_ul {
    margin-top: 32px;
  }
}
.footer .f_right .ask_ul li {
  border-radius: 25px;
  height: 50px;
  line-height: 48px;
  display: inline-block;
  border: 1px solid #e1e1e1;
}
@media (max-width: 480px) {
  .footer .f_right .ask_ul li {
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
  }
}
.footer .f_right .ask_ul li.estimate {
  background: #3bb483;
  border-color: #3bb483;
}
.footer .f_right .ask_ul li a {
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
@media (max-width: 480px) {
  .footer .f_right .ask_ul li a {
    font-size: 3.472vw;
    padding: 0;
    text-align: center;
    width: 145px;
    font-weight: 500;
    line-height: 37px;
  }
}
.footer .f_right .ask_ul li a:after {
  content: ">";
  font-family: "SUIT-Medium", sans-serif;
  font-size: inherit;
  color: inherit;
  margin-left: 10px;
  font-weight: 500;
}
.footer .f_right .ask_ul li + li {
  margin-left: 13px;
}
.footer .copy {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 480px) {
  .footer .copy {
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
  }
}

.go-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.go-btn .go-top {
  background: #444;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .go-btn .go-top {
    width: 40px;
    height: 40px;
  }
}
.go-btn .go-top .arrow {
  width: 13px;
  height: 13px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: translateY(25%) rotate(-45deg);
          transform: translateY(25%) rotate(-45deg);
}
@media (max-width: 991px) {
  .go-btn .go-top .arrow {
    width: 9px;
    height: 9px;
  }
}
.go-btn.active {
  bottom: 346px;
}
@media (max-width: 480px) {
  .go-btn.active {
    bottom: 586px;
  }
}

/***********************************************************
서브시작
***************************************************************/
/* 탑배너 공통 */
.sub_tbanner {
  margin: 90px 0 0;
  padding: 30px 0 100px;
}
@media (max-width: 991px) {
  .sub_tbanner {
    margin-top: 65px;
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .sub_tbanner {
    margin-top: 50px;
  }
}
.sub_tbanner .page_route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sub_tbanner .page_route_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub_tbanner .page_route_ul > li .dropdown > a {
  color: #333;
  font-size: 17px;
  font-weight: 500;
  padding-right: 32px;
  position: relative;
}
.sub_tbanner .page_route_ul > li .dropdown > a .drop_arrow {
  display: block;
  width: 8px;
  height: 8px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #999;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-75%) rotate(45deg);
          transform: translateY(-75%) rotate(45deg);
}
.sub_tbanner .page_route_ul > li .dropdown-menu {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 24px;
  padding: 25px 0;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
}
.sub_tbanner .page_route_ul > li .dropdown_li a {
  font-size: 16px;
  line-height: 36px;
  color: #888888;
  padding: 0 40px 0 20px;
}
.sub_tbanner .page_route_ul > li .dropdown_li.on a {
  color: #3bb483;
  font-weight: 500;
}
.sub_tbanner .page_route_ul > li + li {
  margin-left: 40px;
}
.sub_tbanner .page_route_ul > li.home + li {
  margin-left: 25px;
}
.sub_tt {
  margin-top: 100px;
  text-align: center;
  color: #333;
  font-size: 55px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .sub_tt {
    text-align: left;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .sub_tt {
    font-size: 31px;
  }
}
.sub_desc {
  text-align: center;
  color: #666;
  font-size: 20px;
  font-weight: 400;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .sub_desc {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .sub_desc {
    margin-top: 20px;
    font-size: 15px;
    line-height: 18px;
  }
}
.sub_menu {
  width: 100%;
  border: 1px solid #e1e1e1;
  border-width: 1px 0;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .sub_menu {
    margin-bottom: 70px;
  }
}
.sub_menu.design {
  margin-bottom: 0;
}
.sub_menu .cate_ul {
  padding: 19px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sub_menu .cate_ul li {
  position: relative;
}
.sub_menu .cate_ul li a {
  line-height: 30px;
  color: #888;
  font-size: 18px;
  font-weight: 400;
}
.sub_menu .cate_ul li.on a {
  color: #3bb483;
  font-weight: 600;
}
.sub_menu .cate_ul li + li {
  padding-left: 23px;
  margin-left: 23px;
}
.sub_menu .cate_ul li + li:before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #cacaca;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sub_menu .dropdown > a {
  color: #3bb483;
  padding: 16px 0px;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  position: relative;
}
.sub_menu .dropdown > a:focus, .sub_menu .dropdown > a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sub_menu .dropdown > a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-width: 0 1px 1px 0;
  position: absolute;
  border-color: #3bb483;
  border-style: solid;
  -webkit-transform: translateY(-75%) rotate(45deg);
          transform: translateY(-75%) rotate(45deg);
  right: 0;
  top: 50%;
}
.sub_menu .dropdown-menu {
  margin: 0;
  width: calc(100% + 40px);
  left: -20px;
  -webkit-box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.4);
  border-color: #e1e1e1;
  border-width: 1px 0;
  border-radius: 0;
  padding: 15px 0;
}
.sub_menu .dropdown_li .sub-1da {
  font-size: 13px;
  line-height: 30px;
  color: #888;
}
.sub_menu .dropdown_li.on .sub-1da {
  color: #3bb483;
  font-weight: 500;
}

/* 디자인페이지 */
/* 회사소개 > 오시는 길 */
.m01_04 {
  position: relative;
}
.m01_04 .map_api {
  width: 100%;
  height: 36.458vw;
  min-height: 556px;
}
@media (max-width: 991px) {
  .m01_04 .map_api {
    height: 219.444vw;
    min-height: auto;
  }
}
.m01_04 .map_api iframe {
  width: 100%;
  height: 100%;
}
.m01_04_con {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(61.074% 0, 103% 0, 103% 100%, 61.073% 100%);
          clip-path: polygon(61.074% 0, 103% 0, 103% 100%, 61.073% 100%);
}
@media (max-width: 1430px) {
  .m01_04_con {
    -webkit-clip-path: none;
            clip-path: none;
    top: 50%;
    left: initial;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .m01_04_con {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    top: initial;
    bottom: 0;
    width: 100%;
  }
}
.m01_04_con .container_fix {
  text-align: right;
}
@media (max-width: 991px) {
  .m01_04_con .container_fix {
    text-align: center;
    padding: 0;
  }
}
.m01_04_con img {
  position: relative;
  right: -49px;
}
@media (max-width: 991px) {
  .m01_04_con img {
    position: static;
    width: 100%;
  }
}
.m02_01_02_con {
  border: 1px solid #ebebeb;
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.03);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.03);
  padding: 80px 243px;
}
@media (max-width: 991px) {
  .m02_01_02_con {
    padding: 0 17px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.m02_01_02_con .carousel-inner {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.03);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.03);
  border: 1px solid #ebebeb;
}
@media (max-width: 991px) {
  .m02_01_02_con .carousel-inner {
    border-radius: 10px;
  }
}
.m02_01_02_con .carousel-control {
  width: 21px;
  display: block;
  opacity: 1;
}
.m02_01_02_con .carousel-control.left {
  left: auto;
  right: calc(100% + 60px);
}
@media (max-width: 991px) {
  .m02_01_02_con .carousel-control.left {
    right: calc(100% + 5px);
  }
}
.m02_01_02_con .carousel-control.right {
  right: auto;
  left: calc(100% + 60px);
}
@media (max-width: 991px) {
  .m02_01_02_con .carousel-control.right {
    left: calc(100% + 5px);
  }
}
.m02_01_02_con .carousel-control .btn_swiper {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #b2b2b2;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 50%;
}
.m02_01_02_con .carousel-control .btn_swiper_left {
  right: 0;
}
@media (max-width: 991px) {
  .m02_01_02_con .carousel-control .btn_swiper {
    width: 15px;
    height: 15px;
  }
}
.m02_01_02_con .carousel-control .btn_swiper_left {
  -webkit-transform: translate(50%, -50%) rotate(-135deg);
          transform: translate(50%, -50%) rotate(-135deg);
}
.m02_01_02_con .carousel-control .btn_swiper_right {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.m06_02_bot {
  margin-top: 200px;
}
@media (max-width: 480px) {
  .m06_02_bot {
    margin-top: 70px;
  }
}

/* 게시판 */
.responsive .board_top {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .responsive .board_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
}
@media (max-width: 480px) {
  .responsive .board_top {
    margin-bottom: 40px;
  }
}
.responsive .board_top_tt {
  color: #333;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .responsive .board_top_tt {
    margin-bottom: 44px;
  }
}
@media (max-width: 480px) {
  .responsive .board_top_tt {
    font-size: 26px;
  }
}
.responsive .board_top form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.responsive .board_top .list-tsearch {
  background: none;
  border: none;
  width: 438px;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .responsive .board_top .list-tsearch {
    width: 100%;
  }
}
.responsive .board_top .list-tsearch .form-group {
  margin: 0;
}
.responsive .board_top .list-tsearch input, .responsive .board_top .list-tsearch select {
  font-size: 16px;
  color: #666;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 44px;
  line-height: 42px;
  background: none;
  border: none;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 20px;
}
@media (max-width: 480px) {
  .responsive .board_top .list-tsearch input, .responsive .board_top .list-tsearch select {
    padding: 0 16px;
    font-size: 13px;
    height: 36px;
    line-height: 34px;
  }
}
.responsive .board_top .list-tsearch input::-webkit-input-placeholder, .responsive .board_top .list-tsearch select::-webkit-input-placeholder {
  color: #d7d7d7;
}
.responsive .board_top .list-tsearch input::-moz-placeholder, .responsive .board_top .list-tsearch select::-moz-placeholder {
  color: #d7d7d7;
}
.responsive .board_top .list-tsearch input:-ms-input-placeholder, .responsive .board_top .list-tsearch select:-ms-input-placeholder {
  color: #d7d7d7;
}
.responsive .board_top .list-tsearch input::-ms-input-placeholder, .responsive .board_top .list-tsearch select::-ms-input-placeholder {
  color: #d7d7d7;
}
.responsive .board_top .list-tsearch input::placeholder, .responsive .board_top .list-tsearch select::placeholder {
  color: #d7d7d7;
}
.responsive .board_top .list-tsearch .custom_wrap, .responsive .board_top .list-tsearch .custom_select {
  border-radius: 23px !important;
  border: 1px solid #d7d7d7;
  height: 46px;
}
@media (max-width: 480px) {
  .responsive .board_top .list-tsearch .custom_wrap, .responsive .board_top .list-tsearch .custom_select {
    height: 38px;
  }
}
.responsive .board_top .list-tsearch .custom_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 68.493%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .responsive .board_top .list-tsearch .custom_wrap {
    width: 68.437%;
  }
}
.responsive .board_top .list-tsearch .custom_select {
  width: 29.68%;
  position: relative;
}
.responsive .board_top .list-tsearch .custom_select:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -75%) rotate(45deg);
          transform: translate(0, -75%) rotate(45deg);
  border: 1px solid #999999;
  border-width: 0 1px 1px 0;
}
@media (max-width: 480px) {
  .responsive .board_top .list-tsearch .custom_select:after {
    width: 6px;
    height: 6px;
  }
}
.responsive .board_top .list-tsearch .custom_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .responsive .board_top .list-tsearch .custom_btn {
    margin-right: 16px;
  }
}
.responsive .board_top .list-tsearch .custom_btn .btn_search {
  width: 21px;
  height: 20px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
@media (max-width: 480px) {
  .responsive .board_top .list-tsearch .custom_btn .btn_search {
    width: 16px;
    height: 14px;
  }
}
.responsive .board_top .list-tsearch .custom_btn .btn_search:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #3bb483;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 480px) {
  .responsive .board_top .list-tsearch .custom_btn .btn_search:before {
    width: 13px;
    height: 13px;
    border-width: 1px;
  }
}
.responsive .board_top .list-tsearch .custom_btn .btn_search:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #3bb483;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-25%) rotate(40deg);
          transform: translateY(-25%) rotate(40deg);
}
@media (max-width: 480px) {
  .responsive .board_top .list-tsearch .custom_btn .btn_search:after {
    width: 6px;
    height: 1px;
  }
}
@media (max-width: 991px) {
  .responsive .board_style {
    margin-bottom: 0;
  }
}
.responsive .board_style .category {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .responsive .board_style .category {
    margin-bottom: 40px;
  }
}
.responsive .board_style .category_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.responsive .board_style .category_ul li {
  display: inline-block;
}
@media (max-width: 991px) {
  .responsive .board_style .category_ul li {
    width: auto;
  }
}
.responsive .board_style .category_ul li a {
  color: #888;
  font-size: 18px;
}
@media (max-width: 480px) {
  .responsive .board_style .category_ul li a {
    font-size: 13px;
  }
}
.responsive .board_style .category_ul li + li {
  padding-left: 30px;
  margin-left: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .responsive .board_style .category_ul li + li {
    margin-left: 0;
    padding-left: 20px;
  }
}
.responsive .board_style .category_ul li + li:before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #cacaca;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 480px) {
  .responsive .board_style .category_ul li + li:before {
    height: 12px;
  }
}
.responsive .board_style .category_ul li.active a {
  color: #333;
  font-weight: 600;
}
.responsive .board_style .list-btn {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .responsive .board_style .list-btn {
    margin-top: 0;
  }
  .responsive .board_style .list-btn .form-group {
    margin-bottom: 0;
  }
}
.responsive .board_style .list-btn .btn {
  padding: 0 25px;
  height: 32px;
  line-height: 30px;
  border-radius: 16px !important;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background: #575757;
  color: #fff;
  border: none;
}
@media (max-width: 480px) {
  .responsive .board_style .list-btn .btn {
    font-size: 12px;
    height: 28px;
    line-height: 26px;
    padding: 0 16px;
  }
}
.responsive .board_style .list-btn .btn.write_btn {
  color: #3bb483;
  border: 1px solid #3bb483;
  background: #fff;
}
.responsive .board_style .list-btn .btn + .btn {
  margin-left: 10px;
}
.responsive .board_style .list-btn + .list-page {
  margin-top: 47px !important;
}
@media (max-width: 480px) {
  .responsive .board_style .list-btn + .list-page {
    margin-top: 30px !important;
  }
}
.responsive .board_style .list-page {
  margin: 80px 0 0 !important;
}
@media (max-width: 480px) {
  .responsive .board_style .list-page {
    margin: 30px 0 0 !important;
  }
}
.responsive .board_style .list-page.m05_01, .responsive .board_style .list-page.m06_01 {
  margin: 20px 0 0 !important;
}
@media (max-width: 480px) {
  .responsive .board_style .list-page.m05_01, .responsive .board_style .list-page.m06_01 {
    margin: 0 !important;
  }
}
.responsive .board_style .list-page .pagination-sm > li, .responsive .board_style .list-page .pagination > li {
  margin: 0 10px;
  display: inline-block;
}
@media (max-width: 480px) {
  .responsive .board_style .list-page .pagination-sm > li, .responsive .board_style .list-page .pagination > li {
    margin: 0 5px;
  }
}
.responsive .board_style .list-page .pagination-sm > li span, .responsive .board_style .list-page .pagination-sm > li a, .responsive .board_style .list-page .pagination > li span, .responsive .board_style .list-page .pagination > li a {
  height: 35px;
  line-height: 33px;
  min-width: 16px;
  border-radius: 50% !important;
  padding: 0;
  color: #999 !important;
  border: none;
}
@media (max-width: 480px) {
  .responsive .board_style .list-page .pagination-sm > li span, .responsive .board_style .list-page .pagination-sm > li a, .responsive .board_style .list-page .pagination > li span, .responsive .board_style .list-page .pagination > li a {
    height: 26px;
    line-height: 24px;
    font-size: 13px;
  }
}
.responsive .board_style .list-page .pagination-sm > li span:hover, .responsive .board_style .list-page .pagination-sm > li a:hover, .responsive .board_style .list-page .pagination > li span:hover, .responsive .board_style .list-page .pagination > li a:hover {
  background: none;
}
.responsive .board_style .list-page .pagination-sm > li.active span, .responsive .board_style .list-page .pagination-sm > li.active a, .responsive .board_style .list-page .pagination > li.active span, .responsive .board_style .list-page .pagination > li.active a {
  color: #fff !important;
  width: 35px;
}
@media (max-width: 480px) {
  .responsive .board_style .list-page .pagination-sm > li.active span, .responsive .board_style .list-page .pagination-sm > li.active a, .responsive .board_style .list-page .pagination > li.active span, .responsive .board_style .list-page .pagination > li.active a {
    width: 26px;
  }
}
.responsive .board_style .list-page .pagination-sm > li:nth-child(-n+2), .responsive .board_style .list-page .pagination-sm > li:nth-last-child(-n+2), .responsive .board_style .list-page .pagination > li:nth-child(-n+2), .responsive .board_style .list-page .pagination > li:nth-last-child(-n+2) {
  margin: 0 7px;
}
@media (max-width: 480px) {
  .responsive .board_style .list-page .pagination-sm > li:nth-child(-n+2), .responsive .board_style .list-page .pagination-sm > li:nth-last-child(-n+2), .responsive .board_style .list-page .pagination > li:nth-child(-n+2), .responsive .board_style .list-page .pagination > li:nth-last-child(-n+2) {
    margin: 0 3px;
  }
}
.responsive .board_style .list-page .pagination-sm > li:nth-child(-n+2) a, .responsive .board_style .list-page .pagination-sm > li:nth-last-child(-n+2) a, .responsive .board_style .list-page .pagination > li:nth-child(-n+2) a, .responsive .board_style .list-page .pagination > li:nth-last-child(-n+2) a {
  font-size: 21px;
  color: rgba(34, 34, 34, 0.3) !important;
}
@media (max-width: 480px) {
  .responsive .board_style .list-page .pagination-sm > li:nth-child(-n+2) a, .responsive .board_style .list-page .pagination-sm > li:nth-last-child(-n+2) a, .responsive .board_style .list-page .pagination > li:nth-child(-n+2) a, .responsive .board_style .list-page .pagination > li:nth-last-child(-n+2) a {
    font-size: 13px;
  }
}
.responsive .board_style .list-board .wr-icon {
  background-position: center center;
}
.responsive .board_style .list-board .wr-notice {
  width: 49px;
  height: 20px;
}
.responsive .board_style .list-board .wr-num {
  width: 7.054%;
}
.responsive .board_style .list-board .wr-name {
  width: 11.301%;
}
.responsive .board_style .list-board .wr-hit {
  width: 6.849%;
}
.responsive .board_style .list-board .wr-date {
  width: 10.274%;
}
.responsive .board_style .list-board .wr-1 {
  width: 10.274%;
}
@media (max-width: 991px) {
  .responsive .board_style .list-board .wr-1 {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .responsive .board_style .list-board .wr-1 {
    width: 25%;
  }
}
.responsive .board_style .list-board .wr-2 {
  width: 9.383%;
}
@media (max-width: 991px) {
  .responsive .board_style .list-board .wr-2 {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .responsive .board_style .list-board .wr-2 {
    width: 25%;
  }
}
.responsive .board_style .list-board .div-head {
  border: none;
  padding: 20px 0;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .responsive .board_style .list-board .div-head {
    padding: 9px 0;
    border-radius: 5px;
  }
}
.responsive .board_style .list-board .div-head * {
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .responsive .board_style .list-board .div-head * {
    font-size: 14px;
  }
}
.responsive .board_style .list-board .list-body li {
  border-bottom: 1px solid #e1e1e1;
}
.responsive .board_style .list-board .list-body li > div {
  padding: 22px 0;
  color: #666;
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .responsive .board_style .list-board .list-body li > div {
    padding: 10px 0;
    font-size: 13px;
  }
}
.responsive .board_style .list-board .list-body li > div.wr-subject {
  padding-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .responsive .board_style .list-board .list-body li > div.wr-subject {
    padding: 10px 5px;
  }
}
.responsive .board_style .list-board .list-body li > div b {
  color: #333;
  font-weight: 500;
}
.responsive .board_style .list-board .list-body li > div.wr-1 span {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  border-radius: 15px;
  padding: 0 16px;
  min-width: 81px;
  text-align: center;
  color: #888;
  font-size: 14px;
}
@media (max-width: 480px) {
  .responsive .board_style .list-board .list-body li > div.wr-1 span {
    font-size: 12px;
    padding: 0 10px;
    min-width: 65px;
    height: 26px;
    line-height: 24px;
  }
}
.responsive .board_style .list-board .list-body li > div.wr-1 span.ing {
  background: #3bb483;
  color: #fff;
}
.responsive .board_style .list-board .list-body li > div.wr-1 span.closed {
  background: #f1f1f1;
}
.responsive .board_style .list-container.gallery_container {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .responsive .board_style .list-container.gallery_container .list-row {
    width: 100% !important;
  }
}
.responsive .board_style .list-container.gallery_container .list-item {
  border: 1px solid #ebebeb;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .responsive .board_style .list-container.gallery_container .list-item {
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 480px) {
  .responsive .board_style .list-container.gallery_container .list-item {
    border-radius: 10px;
  }
}
.responsive .board_style .list-container.gallery_container .list-item .fix_gallery_content {
  padding: 45px 26px;
  margin: 0;
}
@media (max-width: 480px) {
  .responsive .board_style .list-container.gallery_container .list-item .fix_gallery_content {
    padding: 42px 25px 40px;
  }
}
.responsive .board_style .list-container.gallery_container .list-item .fix_gallery_content .gallery_title {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .responsive .board_style .list-container.gallery_container .list-item .fix_gallery_content .gallery_title {
    font-size: 19px;
  }
}
.responsive .board_style .list-container.gallery_container .list-item .fix_gallery_content .gallery_p {
  margin-top: 15px;
  line-height: 25px;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .responsive .board_style .list-container.gallery_container .list-item .fix_gallery_content .gallery_p {
    font-size: 15px;
    line-height: 23px;
    margin-top: 20px;
  }
}
.responsive .board_style .list-container.gallery_container .list-item .fix_gallery_content .gallery_p * {
  margin: 0;
  font: inherit;
}
.responsive .board_style .list-container.gallery_container .list-item .fix_gallery_content .gallery_date {
  margin-top: 32px;
  color: #999;
  font-size: 14px;
}
@media (max-width: 480px) {
  .responsive .board_style .list-container.gallery_container .list-item .fix_gallery_content .gallery_date {
    margin-top: 35px;
    font-size: 14px;
  }
}
.responsive .board_style.m06_02 .list-body li > div, .responsive .board_style.m07_02 .list-body li > div {
  padding: 17px 0;
}
@media (max-width: 480px) {
  .responsive .board_style.m06_02 .list-body li > div, .responsive .board_style.m07_02 .list-body li > div {
    padding: 10px 0;
  }
}

/* m03_02 서비스 상담신청 */
.write-wrap.m03_02 .write_area, .write-wrap.m05_02 .write_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991px) {
  .write-wrap.m03_02 .write_area, .write-wrap.m05_02 .write_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.write-wrap.m03_02 .write_area_tt, .write-wrap.m05_02 .write_area_tt {
  width: 19.863%;
}
@media (max-width: 991px) {
  .write-wrap.m03_02 .write_area_tt, .write-wrap.m05_02 .write_area_tt {
    width: 100%;
    margin-bottom: 40px;
  }
}
.write-wrap.m03_02 .write_area_tt h4, .write-wrap.m05_02 .write_area_tt h4 {
  font-size: 26px;
  color: #333;
  font-weight: 600;
}
@media (max-width: 480px) {
  .write-wrap.m03_02 .write_area_tt h4, .write-wrap.m05_02 .write_area_tt h4 {
    font-size: 19px;
  }
}
.write-wrap.m03_02 .write_area_con, .write-wrap.m05_02 .write_area_con {
  width: 80.137%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .write-wrap.m03_02 .write_area_con, .write-wrap.m05_02 .write_area_con {
    width: 100%;
  }
}
.write-wrap.m03_02 .write_area_con .inquiry_box, .write-wrap.m05_02 .write_area_con .inquiry_box {
  width: 100%;
  margin-bottom: 0;
}
.write-wrap.m03_02 .write_area_con .inquiry_box:nth-child(n+2), .write-wrap.m05_02 .write_area_con .inquiry_box:nth-child(n+2) {
  margin-top: 60px;
}
@media (max-width: 480px) {
  .write-wrap.m03_02 .write_area_con .inquiry_box:nth-child(n+2), .write-wrap.m05_02 .write_area_con .inquiry_box:nth-child(n+2) {
    margin-top: 35px;
  }
}
.write-wrap.m03_02 .write_area_con .inquiry_box.half, .write-wrap.m05_02 .write_area_con .inquiry_box.half {
  width: 48.717%;
}
@media (max-width: 991px) {
  .write-wrap.m03_02 .write_area_con .inquiry_box.half, .write-wrap.m05_02 .write_area_con .inquiry_box.half {
    width: 100%;
  }
}
.write-wrap.m03_02 .write_area_con .inquiry_box.req label, .write-wrap.m05_02 .write_area_con .inquiry_box.req label {
  position: relative;
  padding-right: 13px;
}
@media (max-width: 480px) {
  .write-wrap.m03_02 .write_area_con .inquiry_box.req label, .write-wrap.m05_02 .write_area_con .inquiry_box.req label {
    padding-right: 12px;
  }
}
.write-wrap.m03_02 .write_area_con .inquiry_box.req label:after, .write-wrap.m05_02 .write_area_con .inquiry_box.req label:after {
  content: "*";
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 11px);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  color: #3bb483;
  height: 6px;
}
.write-wrap.m03_02 .write_area_con .inquiry_box.top_select, .write-wrap.m05_02 .write_area_con .inquiry_box.top_select {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .write-wrap.m03_02 .write_area_con .inquiry_box.top_select, .write-wrap.m05_02 .write_area_con .inquiry_box.top_select {
    margin-top: 27px;
  }
}
.write-wrap.m03_02 .write_area_con .inquiry_box label, .write-wrap.m05_02 .write_area_con .inquiry_box label {
  float: none;
  display: inline-block;
  width: auto;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  padding-bottom: 22px;
}
@media (max-width: 480px) {
  .write-wrap.m03_02 .write_area_con .inquiry_box label, .write-wrap.m05_02 .write_area_con .inquiry_box label {
    font-size: 16px;
    padding-bottom: 18px;
    font-weight: 500;
  }
}
.write-wrap.m03_02 .write_area_con .inquiry_box .answer, .write-wrap.m05_02 .write_area_con .inquiry_box .answer {
  float: none;
  width: 100%;
}
@media (max-width: 480px) {
  .write-wrap.m03_02 .write_area_con .inquiry_box .answer.addr, .write-wrap.m05_02 .write_area_con .inquiry_box .answer.addr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.write-wrap.m03_02 .write_area_con .inquiry_box .answer.addr input, .write-wrap.m05_02 .write_area_con .inquiry_box .answer.addr input {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .write-wrap.m03_02 .write_area_con .inquiry_box .answer.addr input, .write-wrap.m05_02 .write_area_con .inquiry_box .answer.addr input {
    margin-bottom: 8px;
  }
}
.write-wrap.m03_02 .write_area_con .inquiry_box .answer textarea, .write-wrap.m05_02 .write_area_con .inquiry_box .answer textarea {
  width: 100%;
  padding: 10px 30px;
  height: 200px;
  overflow-y: auto;
  background: #f9f9f9;
  border-radius: 5px;
  border-color: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 480px) {
  .write-wrap.m03_02 .write_area_con .inquiry_box .answer textarea, .write-wrap.m05_02 .write_area_con .inquiry_box .answer textarea {
    padding: 5px 16px;
    font-size: 15px;
    height: 225px;
  }
}
.write-wrap.m03_02 .write_area_con .inquiry_box .answer textarea::-webkit-input-placeholder, .write-wrap.m05_02 .write_area_con .inquiry_box .answer textarea::-webkit-input-placeholder {
  color: #c9c9c9;
}
.write-wrap.m03_02 .write_area_con .inquiry_box .answer textarea::-moz-placeholder, .write-wrap.m05_02 .write_area_con .inquiry_box .answer textarea::-moz-placeholder {
  color: #c9c9c9;
}
.write-wrap.m03_02 .write_area_con .inquiry_box .answer textarea:-ms-input-placeholder, .write-wrap.m05_02 .write_area_con .inquiry_box .answer textarea:-ms-input-placeholder {
  color: #c9c9c9;
}
.write-wrap.m03_02 .write_area_con .inquiry_box .answer textarea::-ms-input-placeholder, .write-wrap.m05_02 .write_area_con .inquiry_box .answer textarea::-ms-input-placeholder {
  color: #c9c9c9;
}
.write-wrap.m03_02 .write_area_con .inquiry_box .answer textarea::placeholder, .write-wrap.m05_02 .write_area_con .inquiry_box .answer textarea::placeholder {
  color: #c9c9c9;
}
.write-wrap.m03_02 .write_area_con .inquiry_box .answer textarea:active, .write-wrap.m03_02 .write_area_con .inquiry_box .answer textarea:focus, .write-wrap.m05_02 .write_area_con .inquiry_box .answer textarea:active, .write-wrap.m05_02 .write_area_con .inquiry_box .answer textarea:focus {
  background: #fff;
  border: 1px solid #3bb483;
}
.write-wrap.m03_02 .write_area_con .inquiry_box .answer input, .write-wrap.m05_02 .write_area_con .inquiry_box .answer input {
  width: 100%;
  padding: 0 30px;
  background: #f9f9f9;
  border-radius: 5px;
  border-color: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
}
@media (max-width: 480px) {
  .write-wrap.m03_02 .write_area_con .inquiry_box .answer input, .write-wrap.m05_02 .write_area_con .inquiry_box .answer input {
    padding: 0 16px;
    font-size: 15px;
    line-height: 45px;
  }
}
.write-wrap.m03_02 .write_area_con .inquiry_box .answer input::-webkit-input-placeholder, .write-wrap.m05_02 .write_area_con .inquiry_box .answer input::-webkit-input-placeholder {
  color: #c9c9c9;
}
.write-wrap.m03_02 .write_area_con .inquiry_box .answer input::-moz-placeholder, .write-wrap.m05_02 .write_area_con .inquiry_box .answer input::-moz-placeholder {
  color: #c9c9c9;
}
.write-wrap.m03_02 .write_area_con .inquiry_box .answer input:-ms-input-placeholder, .write-wrap.m05_02 .write_area_con .inquiry_box .answer input:-ms-input-placeholder {
  color: #c9c9c9;
}
.write-wrap.m03_02 .write_area_con .inquiry_box .answer input::-ms-input-placeholder, .write-wrap.m05_02 .write_area_con .inquiry_box .answer input::-ms-input-placeholder {
  color: #c9c9c9;
}
.write-wrap.m03_02 .write_area_con .inquiry_box .answer input::placeholder, .write-wrap.m05_02 .write_area_con .inquiry_box .answer input::placeholder {
  color: #c9c9c9;
}
.write-wrap.m03_02 .write_area_con .inquiry_box .answer input:active, .write-wrap.m03_02 .write_area_con .inquiry_box .answer input:focus, .write-wrap.m05_02 .write_area_con .inquiry_box .answer input:active, .write-wrap.m05_02 .write_area_con .inquiry_box .answer input:focus {
  background: #fff;
  border: 1px solid #3bb483;
}
.write-wrap.m03_02 .write_area_con .inquiry_box .answer.category, .write-wrap.m05_02 .write_area_con .inquiry_box .answer.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .write-wrap.m03_02 .write_area_con .inquiry_box .answer.category, .write-wrap.m05_02 .write_area_con .inquiry_box .answer.category {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.write-wrap.m03_02 .write_area_con .inquiry_box .answer.category li, .write-wrap.m05_02 .write_area_con .inquiry_box .answer.category li {
  width: 18.803%;
  position: relative;
}
@media (max-width: 991px) {
  .write-wrap.m03_02 .write_area_con .inquiry_box .answer.category li, .write-wrap.m05_02 .write_area_con .inquiry_box .answer.category li {
    width: 48.437%;
  }
  .write-wrap.m03_02 .write_area_con .inquiry_box .answer.category li:nth-child(n+3), .write-wrap.m05_02 .write_area_con .inquiry_box .answer.category li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.write-wrap.m03_02 .write_area_con .inquiry_box .answer.category li input, .write-wrap.m05_02 .write_area_con .inquiry_box .answer.category li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.write-wrap.m03_02 .write_area_con .inquiry_box .answer.category li input:checked + label, .write-wrap.m05_02 .write_area_con .inquiry_box .answer.category li input:checked + label {
  border-color: #3bb483;
  color: #3bb483;
  font-weight: 500;
}
.write-wrap.m03_02 .write_area_con .inquiry_box .answer.category li label, .write-wrap.m05_02 .write_area_con .inquiry_box .answer.category li label {
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 5px;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #bbb;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  line-height: 46px;
  cursor: pointer;
}
@media (max-width: 1130px) {
  .write-wrap.m03_02 .write_area_con .inquiry_box .answer.category li label, .write-wrap.m05_02 .write_area_con .inquiry_box .answer.category li label {
    font-size: 14px;
  }
}
.write-wrap.m03_02 .write_area_con .inquiry_box .answer.category li label:after, .write-wrap.m05_02 .write_area_con .inquiry_box .answer.category li label:after {
  display: none;
}
.write-wrap.m03_02 .write_area_con .inquiry_box .inquiry_btn, .write-wrap.m05_02 .write_area_con .inquiry_box .inquiry_btn {
  min-width: 9.452%;
  padding: 0 30px;
  text-align: center;
  height: 50px;
  line-height: 48px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  background: #3bb483;
  border-radius: 5px;
  border: none;
  margin: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .write-wrap.m03_02 .write_area_con .inquiry_box .inquiry_btn, .write-wrap.m05_02 .write_area_con .inquiry_box .inquiry_btn {
    width: 40.625%;
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .write-wrap.m03_02 .write_area_con .inquiry_box .inquiry_btn, .write-wrap.m05_02 .write_area_con .inquiry_box .inquiry_btn {
    height: 45px;
    line-height: 43px;
  }
}
.write-wrap.m03_02 .write_area.basic, .write-wrap.m05_02 .write_area.basic {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 480px) {
  .write-wrap.m03_02 .write_area.basic, .write-wrap.m05_02 .write_area.basic {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
}
.write-wrap.m03_02 .write_area.basic .inquiry_box:nth-child(2), .write-wrap.m05_02 .write_area.basic .inquiry_box:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 991px) {
  .write-wrap.m03_02 .write_area.basic .inquiry_box:nth-child(2), .write-wrap.m05_02 .write_area.basic .inquiry_box:nth-child(2) {
    margin-top: 35px;
  }
}
.write-wrap.m03_02 .write_area.basic .inquiry_box .zip_code_input, .write-wrap.m05_02 .write_area.basic .inquiry_box .zip_code_input {
  width: 35.897%;
}
@media (max-width: 991px) {
  .write-wrap.m03_02 .write_area.basic .inquiry_box .zip_code_input, .write-wrap.m05_02 .write_area.basic .inquiry_box .zip_code_input {
    width: 57.031%;
  }
}
.write-wrap.m03_02 .write_area.basic .inquiry_box .zip_code_btn, .write-wrap.m05_02 .write_area.basic .inquiry_box .zip_code_btn {
  font-weight: 500;
  font-size: 16px;
  margin-left: 10px;
  padding: 0 40px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .write-wrap.m03_02 .write_area.basic .inquiry_box .zip_code_btn, .write-wrap.m05_02 .write_area.basic .inquiry_box .zip_code_btn {
    font-size: 14px;
    font-weight: 400;
    margin-left: 0;
    padding: 0;
    margin-bottom: 8px;
  }
}
.write-wrap.m03_02 .write_area.basic .inquiry_box .zip_code_btn span, .write-wrap.m05_02 .write_area.basic .inquiry_box .zip_code_btn span {
  display: inline-block;
}
.write-wrap.m03_02 .write_area.detail .file_input, .write-wrap.m05_02 .write_area.detail .file_input {
  width: 100%;
}
.write-wrap.m03_02 .write_area.detail .file_input .file_btn, .write-wrap.m05_02 .write_area.detail .file_input .file_btn {
  height: 40px;
  line-height: 38px;
}
@media (max-width: 991px) {
  .write-wrap.m03_02 .write_area.detail .file_input .file_btn, .write-wrap.m05_02 .write_area.detail .file_input .file_btn {
    width: 31.25%;
    font-size: 14px;
    padding: 0;
    border-radius: 5px 0 0 5px;
  }
}
.write-wrap.m03_02 .write_area.detail .file_input .file_upload, .write-wrap.m05_02 .write_area.detail .file_input .file_upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 991px) {
  .write-wrap.m03_02 .write_area.detail .file_input .file_upload .right_file, .write-wrap.m05_02 .write_area.detail .file_input .file_upload .right_file {
    width: 68.75%;
  }
}
.write-wrap.m03_02 .write_area.detail .file_input .file_upload .right_file input, .write-wrap.m05_02 .write_area.detail .file_input .file_upload .right_file input {
  background: none;
  color: #333;
  height: 40px;
  line-height: 38px;
}
@media (max-width: 991px) {
  .write-wrap.m03_02 .write_area.detail .file_input .file_upload .right_file input, .write-wrap.m05_02 .write_area.detail .file_input .file_upload .right_file input {
    width: 100%;
    border-radius: 0 5px 5px 0;
    border: 1px solid #cccccc;
    border-left: none;
    font-size: 14px;
  }
}
.write-wrap.m03_02 .write_area.detail .file_input .file_upload .file_notice, .write-wrap.m05_02 .write_area.detail .file_input .file_upload .file_notice {
  margin-top: 10px;
  color: #c9c9c9;
  font-size: 16px;
  width: 100%;
}
@media (max-width: 480px) {
  .write-wrap.m03_02 .write_area.detail .file_input .file_upload .file_notice, .write-wrap.m05_02 .write_area.detail .file_input .file_upload .file_notice {
    font-size: 14px;
    margin-top: 12px;
  }
}
.write-wrap.m03_02 .write_area.detail .agree_con, .write-wrap.m05_02 .write_area.detail .agree_con {
  padding: 15px 30px;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  height: 200px;
  overflow-y: auto;
}
@media (max-width: 480px) {
  .write-wrap.m03_02 .write_area.detail .agree_con, .write-wrap.m05_02 .write_area.detail .agree_con {
    border-radius: 5px;
    padding: 11px 15px;
  }
}
.write-wrap.m03_02 .write_area.detail .agree_con *, .write-wrap.m05_02 .write_area.detail .agree_con * {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .write-wrap.m03_02 .write_area.detail .agree_con *, .write-wrap.m05_02 .write_area.detail .agree_con * {
    font-size: 13px;
    line-height: 18px;
  }
}
.write-wrap.m03_02 .write_area.detail .agree_check, .write-wrap.m05_02 .write_area.detail .agree_check {
  position: relative;
}
.write-wrap.m03_02 .write_area.detail .agree_check input, .write-wrap.m05_02 .write_area.detail .agree_check input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.write-wrap.m03_02 .write_area.detail .agree_check input:checked + label span, .write-wrap.m05_02 .write_area.detail .agree_check input:checked + label span {
  border-color: #3bb483;
}
.write-wrap.m03_02 .write_area.detail .agree_check input:checked + label span:before, .write-wrap.m03_02 .write_area.detail .agree_check input:checked + label span:after, .write-wrap.m05_02 .write_area.detail .agree_check input:checked + label span:before, .write-wrap.m05_02 .write_area.detail .agree_check input:checked + label span:after {
  opacity: 1;
  visibility: visible;
}
.write-wrap.m03_02 .write_area.detail .agree_check label, .write-wrap.m05_02 .write_area.detail .agree_check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 23px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .write-wrap.m03_02 .write_area.detail .agree_check label, .write-wrap.m05_02 .write_area.detail .agree_check label {
    margin-top: 13px;
    font-size: 14px;
    line-height: 16px;
  }
}
.write-wrap.m03_02 .write_area.detail .agree_check label span, .write-wrap.m05_02 .write_area.detail .agree_check label span {
  display: block;
  width: 23px;
  height: 23px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .write-wrap.m03_02 .write_area.detail .agree_check label span, .write-wrap.m05_02 .write_area.detail .agree_check label span {
    width: 17px;
    height: 17px;
  }
}
.write-wrap.m03_02 .write_area.detail .agree_check label span:before, .write-wrap.m05_02 .write_area.detail .agree_check label span:before {
  content: "";
  width: 7px;
  height: 2px;
  background: #3bb483;
  position: absolute;
  left: 17%;
  bottom: 35%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .write-wrap.m03_02 .write_area.detail .agree_check label span:before, .write-wrap.m05_02 .write_area.detail .agree_check label span:before {
    width: 5px;
    height: 1px;
    left: 17%;
    bottom: 35%;
  }
}
.write-wrap.m03_02 .write_area.detail .agree_check label span:after, .write-wrap.m05_02 .write_area.detail .agree_check label span:after {
  content: "";
  width: 12px;
  height: 2px;
  background: #3bb483;
  position: absolute;
  left: 33%;
  bottom: 46%;
  -webkit-transform: rotate(-52.59deg);
          transform: rotate(-52.59deg);
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .write-wrap.m03_02 .write_area.detail .agree_check label span:after, .write-wrap.m05_02 .write_area.detail .agree_check label span:after {
    width: 9px;
    height: 1px;
    left: 28%;
    bottom: 45%;
  }
}
.write-wrap.m03_02 .write_area.detail .robots .answer, .write-wrap.m05_02 .write_area.detail .robots .answer {
  width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
@media (max-width: 480px) {
  .write-wrap.m03_02 .write_area.detail .robots .answer, .write-wrap.m05_02 .write_area.detail .robots .answer {
    border-radius: 5px;
    padding: 15px 10px;
  }
}
@media (max-width: 991px) {
  .write-wrap.m03_02 .write_area.detail .robots .answer #captcha, .write-wrap.m05_02 .write_area.detail .robots .answer #captcha {
    text-align: center;
  }
}
.write-wrap.m03_02 .write_area.detail .robots .answer #captcha.m_captcha #captcha_img, .write-wrap.m05_02 .write_area.detail .robots .answer #captcha.m_captcha #captcha_img {
  float: none;
  display: block;
  margin: 0 auto;
}
.write-wrap.m03_02 .write_area.detail .robots .answer #captcha.m_captcha audio, .write-wrap.m05_02 .write_area.detail .robots .answer #captcha.m_captcha audio {
  margin: 0 auto 15px;
}
.write-wrap.m03_02 .write_area.detail .robots .answer #captcha.m_captcha #captcha_key, .write-wrap.m05_02 .write_area.detail .robots .answer #captcha.m_captcha #captcha_key {
  border-left: 1px solid #e1e1e1;
  width: 160px;
  border-width: 1px;
  border-radius: 0;
  margin-left: 0;
  margin-top: 5px;
}
.write-wrap.m03_02 .write_area.detail .robots .answer #captcha button#captcha_reload, .write-wrap.m03_02 .write_area.detail .robots .answer #captcha button#captcha_mp3, .write-wrap.m05_02 .write_area.detail .robots .answer #captcha button#captcha_reload, .write-wrap.m05_02 .write_area.detail .robots .answer #captcha button#captcha_mp3 {
  border: 1px solid #dbdbdb;
  width: 30px;
  height: 30px;
  left: 159px;
  background-position-x: center;
}
.write-wrap.m03_02 .write_area.detail .robots .answer #captcha button#captcha_reload, .write-wrap.m05_02 .write_area.detail .robots .answer #captcha button#captcha_reload {
  top: 30px;
  border-top: none;
}
@media (max-width: 991px) {
  .write-wrap.m03_02 .write_area.detail .robots .answer #captcha button#captcha_reload, .write-wrap.m05_02 .write_area.detail .robots .answer #captcha button#captcha_reload {
    border-top: 1px solid #ebebeb;
    top: -40px;
    height: 40px;
    background: #fff;
  }
}
.write-wrap.m03_02 .write_area.detail .robots .answer #captcha #captcha_img, .write-wrap.m05_02 .write_area.detail .robots .answer #captcha #captcha_img {
  border: 1px solid #dbdbdb;
}
.write-wrap.m03_02 .write_area.detail .robots .answer #captcha #captcha_key, .write-wrap.m05_02 .write_area.detail .robots .answer #captcha #captcha_key {
  width: 160px;
  background: #fff !important;
  border-radius: 0;
  margin: 0;
  margin-left: 30px;
  border: 1px solid #dbdbdb;
}
.write-wrap.m03_02 .write_area.detail .robots .answer #captcha #captcha_info, .write-wrap.m05_02 .write_area.detail .robots .answer #captcha #captcha_info {
  margin-top: 10px;
  font-size: 14px;
  color: #888;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .write-wrap.m03_02 .write_area.detail .robots .answer #captcha #captcha_info, .write-wrap.m05_02 .write_area.detail .robots .answer #captcha #captcha_info {
    text-align: center;
    margin-top: 13px;
    font-size: 13px;
  }
}
.write-wrap.m03_02 .write_area .write-btn.btn_write, .write-wrap.m05_02 .write_area .write-btn.btn_write {
  margin: 60px 0 0px;
  text-align: center;
  width: 100%;
}
.write-wrap.m03_02 .write_area .write-btn.btn_write .btn, .write-wrap.m05_02 .write_area .write-btn.btn_write .btn {
  width: auto;
}
@media (max-width: 991px) {
  .write-wrap.m03_02 .write_area .write-btn.btn_write .btn, .write-wrap.m05_02 .write_area .write-btn.btn_write .btn {
    width: 100%;
  }
}
.write-wrap.m03_02 .write_area .write-btn.btn_write span, .write-wrap.m05_02 .write_area .write-btn.btn_write span {
  height: 50px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 600;
  padding: 0 60px;
  width: 180px;
  text-align: center;
}
@media (max-width: 991px) {
  .write-wrap.m03_02 .write_area .write-btn.btn_write span, .write-wrap.m05_02 .write_area .write-btn.btn_write span {
    width: 100%;
    text-align: center;
  }
}
.write-wrap.m03_02 .board_top, .write-wrap.m05_02 .board_top {
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .write-wrap.m03_02 .board_top, .write-wrap.m05_02 .board_top {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .write-wrap.m03_02 .board_top .board_top_tt, .write-wrap.m05_02 .board_top .board_top_tt {
    margin-bottom: 0;
  }
}
.write-wrap.m03_02 .req_notice, .write-wrap.m05_02 .req_notice {
  color: #3bb483;
  font-size: 15px;
  position: relative;
  padding-left: 12px;
}
@media (max-width: 991px) {
  .write-wrap.m03_02 .req_notice, .write-wrap.m05_02 .req_notice {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.write-wrap.m03_02 .req_notice:before, .write-wrap.m05_02 .req_notice:before {
  content: "*";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 5px;
}

/* m03_01 1분견적 */
.estimate .m03_sub_tt {
  color: #333;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 480px) {
  .estimate .m03_sub_tt {
    font-size: 15px;
  }
}
.estimate .m03_tt {
  color: #333;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .estimate .m03_tt {
    line-height: 1.357;
  }
}
@media (max-width: 480px) {
  .estimate .m03_tt {
    font-size: 28px;
    margin-top: 15px;
  }
}
.estimate .m03_con_tt {
  color: #333;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .estimate .m03_con_tt {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
.estimate .m03_wrap {
  padding: 200px 0;
}
@media (max-width: 480px) {
  .estimate .m03_wrap {
    padding: 70px 0;
  }
}
.estimate .m03_wrap .table_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
@media (max-width: 480px) {
  .estimate .m03_wrap .table_li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.estimate .m03_wrap .table_li > div {
  padding: 0 30px;
  height: 50px;
  line-height: 48px;
  font-size: 17px;
}
@media (max-width: 1170px) {
  .estimate .m03_wrap .table_li > div {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .estimate .m03_wrap .table_li > div {
    line-height: 15px;
    height: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.estimate .m03_wrap .table_tt {
  text-align: center;
  border-right: 1px solid #e1e1e1;
  color: #333;
  font-weight: 500;
}
@media (max-width: 480px) {
  .estimate .m03_wrap .table_tt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.estimate .m03_wrap .table_con {
  color: #666;
}
.estimate .m03_wrap .table_con span {
  display: inline-block;
}
.estimate .m03_wrap .table_con span.data {
  width: 80%;
}
@media (max-width: 480px) {
  .estimate .m03_wrap .table_con span.data {
    width: auto;
  }
}
.estimate .m03_wrap .table_con span.data input {
  width: 100%;
}
.estimate .m03_wrap .table_con input {
  height: 48px;
  line-height: 46px;
  border: none;
  background: none;
  vertical-align: top;
}
.estimate .m03_wrap .table_con input::-webkit-input-placeholder {
  color: #b7b7b7;
}
.estimate .m03_wrap .table_con input::-moz-placeholder {
  color: #b7b7b7;
}
.estimate .m03_wrap .table_con input:-ms-input-placeholder {
  color: #b7b7b7;
}
.estimate .m03_wrap .table_con input::-ms-input-placeholder {
  color: #b7b7b7;
}
.estimate .m03_wrap .table_con input::placeholder {
  color: #b7b7b7;
}
.estimate .m03_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #e1e1e1;
}
.estimate .m03_table li {
  width: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(27.397%, #f9f9f9), color-stop(27.397%, #fff));
  background: linear-gradient(90deg, #f9f9f9 27.397%, #fff 27.397%);
}
@media (max-width: 991px) {
  .estimate .m03_table li {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(32.812%, #f9f9f9), color-stop(32.812%, #fff));
    background: linear-gradient(90deg, #f9f9f9 32.812%, #fff 32.812%);
  }
}
.estimate .m03_table li .table_tt {
  width: 27.397%;
  padding: 0;
}
@media (max-width: 991px) {
  .estimate .m03_table li .table_tt {
    width: 32.812%;
  }
}
.estimate .m03_table li .table_con {
  width: 72.603%;
}
@media (max-width: 991px) {
  .estimate .m03_table li .table_con {
    width: 67.188%;
  }
}
.estimate .m03_price {
  margin-top: 60px;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.03);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.03);
  padding: 60px;
}
@media (max-width: 991px) {
  .estimate .m03_price {
    padding: 40px 15px;
  }
}
.estimate .m03_price_table_tt {
  padding: 16px 0;
  background: #666;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  border: 1px solid #e1e1e1;
}
@media (max-width: 480px) {
  .estimate .m03_price_table_tt {
    padding: 15px 0;
    font-size: 14px;
  }
}
.estimate .m03_price_table_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .estimate .m03_price_table_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.estimate .m03_price_table_raw {
  width: 73.134%;
}
@media (max-width: 991px) {
  .estimate .m03_price_table_raw {
    width: 100%;
  }
}
.estimate .m03_price_table_raw li {
  background: -webkit-gradient(linear, left top, right top, color-stop(20.408%, #f9f9f9), color-stop(20.408%, #fff));
  background: linear-gradient(90deg, #f9f9f9 20.408%, #fff 20.408%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .estimate .m03_price_table_raw li {
    background: -webkit-gradient(linear, left top, right top, color-stop(30.172%, #f9f9f9), color-stop(30.172%, #fff));
    background: linear-gradient(90deg, #f9f9f9 30.172%, #fff 30.172%);
  }
}
.estimate .m03_price_table_raw li .table_tt {
  width: 20.408%;
  padding: 0;
}
@media (max-width: 991px) {
  .estimate .m03_price_table_raw li .table_tt {
    width: 30.172%;
  }
}
.estimate .m03_price_table_raw li .table_con {
  width: 79.592%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
}
@media (max-width: 1100px) {
  .estimate .m03_price_table_raw li .table_con {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .estimate .m03_price_table_raw li .table_con {
    width: 69.828%;
    border-right: 1px solid #e1e1e1;
    padding: 0 20px;
  }
}
.estimate .m03_price_table_calc {
  width: 26.866%;
  border: 1px solid #e1e1e1;
  border-width: 0 1px 1px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .estimate .m03_price_table_calc {
    width: 100%;
  }
}
.estimate .m03_price_table_calc .table_con {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
}
.estimate .m03_price_foot {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 480px) {
  .estimate .m03_price_foot {
    margin-top: 40px;
  }
}
.estimate .m03_price_btn {
  width: auto;
  display: inline-block;
  padding: 0 50px;
  height: 60px;
  line-height: 58px;
  color: #fff;
  background: #3bb483;
  font-size: 20px;
  font-weight: 500;
  border: none;
  border-radius: 30px;
}
@media (max-width: 480px) {
  .estimate .m03_price_btn {
    padding: 0 29px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    font-size: 16px;
  }
}
.estimate .esti_search {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f9f8), to(#e4f3f0));
  background: linear-gradient(#f3f9f8 0%, #e4f3f0 100%);
  padding: 100px 0 105px;
}
@media (max-width: 480px) {
  .estimate .esti_search {
    padding: 70px 0;
  }
}
.estimate .esti_search_wrap {
  margin: 60px auto 0;
  width: 49.315%;
  border-radius: 35px;
  border: 3px solid #3bb483;
  background: #fff;
  -webkit-box-shadow: 18px 18px 25px rgba(0, 0, 0, 0.12);
          box-shadow: 18px 18px 25px rgba(0, 0, 0, 0.12);
}
@media (max-width: 991px) {
  .estimate .esti_search_wrap {
    width: 100%;
    border-radius: 25px;
    border-width: 2px;
  }
}
@media (max-width: 480px) {
  .estimate .esti_search_wrap {
    margin-top: 33px;
    -webkit-box-shadow: 9px 9px 13px rgba(0, 0, 0, 0.12);
            box-shadow: 9px 9px 13px rgba(0, 0, 0, 0.12);
  }
}
.estimate .esti_search_wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.estimate .esti_search_wrap form input {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 64px;
  line-height: 62px;
  padding: 0 35px;
  width: 86.666%;
  font-size: 23px;
  color: #666;
  font-weight: 400;
}
@media (max-width: 480px) {
  .estimate .esti_search_wrap form input {
    height: 46px;
    line-height: 44px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.estimate .esti_search_wrap form input::-webkit-input-placeholder {
  color: #666;
}
.estimate .esti_search_wrap form input::-moz-placeholder {
  color: #666;
}
.estimate .esti_search_wrap form input:-ms-input-placeholder {
  color: #666;
}
.estimate .esti_search_wrap form input::-ms-input-placeholder {
  color: #666;
}
.estimate .esti_search_wrap form input::placeholder {
  color: #666;
}
.estimate .esti_search_wrap form button {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 30px;
  height: 100%;
}
@media (max-width: 480px) {
  .estimate .esti_search_wrap form button {
    padding: 0 20px;
  }
}
.estimate .esti_search_wrap form button span {
  display: block;
  width: 36px;
  height: 26px;
  position: relative;
  top: -3px;
}
@media (max-width: 480px) {
  .estimate .esti_search_wrap form button span {
    width: 21px;
    height: 17px;
    top: 0;
  }
}
.estimate .esti_search_wrap form button span:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  border: 4px solid #3bb483;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .estimate .esti_search_wrap form button span:before {
    width: 15px;
    height: 15px;
    border-width: 2px;
  }
}
.estimate .esti_search_wrap form button span:after {
  content: "";
  display: block;
  width: 18px;
  height: 4px;
  background: #3bb483;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(0%) rotate(30.66deg);
          transform: translateY(0%) rotate(30.66deg);
}
@media (max-width: 480px) {
  .estimate .esti_search_wrap form button span:after {
    width: 10px;
    height: 2px;
    -webkit-transform: translateY(-75%) rotate(30.66deg);
            transform: translateY(-75%) rotate(30.66deg);
  }
}
.estimate .esti_loading {
  text-align: center;
  padding: 200px 0;
  display: none;
}
@media (max-width: 991px) {
  .estimate .esti_loading {
    padding: 70px 0;
  }
}
.estimate .esti_loading i {
  font-size: 40px;
}
.estimate .esti_report {
  position: relative;
}
.estimate .esti_report:before {
  content: "";
  display: block;
  width: calc(100% - 30px);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: #e1e1e1;
  max-width: 1460px;
}
.estimate .esti_report .m03_price .table_con {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.estimate .esti_report .m03_price .table_con span.data {
  width: auto;
}
.estimate .esti_report .m03_price .m03_price_table_calc .table_con {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.estimate .esti_report .report_result {
  color: #333;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 991px) {
  .estimate .esti_report .report_result {
    line-height: 1.428;
  }
}
@media (max-width: 480px) {
  .estimate .esti_report .report_result {
    font-size: 20px;
  }
}
.estimate .esti_report .report_result b {
  color: #3bb483;
}
.estimate .esti_report .btn_share_kakao {
  margin-top: 10px;
}
.estimate .esti_report .btn_share_kakao a {
  display: block;
  height: 35px;
}
.estimate .esti_report .btn_share_kakao a img {
  height: 100%;
  width: auto;
}
.estimate .esti_report .result_notice {
  color: #999;
  font-size: 14px;
  line-height: 1.52;
  margin-top: 20px;
}
.estimate .esti_fix {
  background: #f9f9f9;
  padding: 80px 0;
}
.estimate .esti_fix_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #111;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 991px) {
  .estimate .esti_fix_wrap {
    border-bottom: none;
  }
}
.estimate .esti_fix_tt {
  background: #f9f9f9;
  padding: 23px 0;
  text-align: center;
  color: #333;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  width: 13.699%;
}
@media (max-width: 991px) {
  .estimate .esti_fix_tt {
    width: 100%;
    margin-bottom: 30px;
    font-size: 18px;
    text-align: left;
    padding: 0;
    font-weight: 600;
  }
}
.estimate .esti_fix_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 86.301%;
}
@media (max-width: 991px) {
  .estimate .esti_fix_table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.estimate .esti_fix_table .table_li {
  border-left: 1px solid #e1e1e1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), color-stop(50%, transparent));
  background: linear-gradient(0, #fff 50%, transparent 50%);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .estimate .esti_fix_table .table_li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: -webkit-gradient(linear, left top, right top, color-stop(35.937%, transparent), color-stop(35.937%, #fff));
    background: linear-gradient(90deg, transparent 35.937%, #fff 35.937%);
    border-bottom: 1px solid #e1e1e1;
  }
}
.estimate .esti_fix_table .table_li > div {
  font-size: 17px;
  height: 50px;
  line-height: 48px;
}
@media (max-width: 480px) {
  .estimate .esti_fix_table .table_li > div {
    font-size: 14px;
    height: 43px;
    line-height: 41px;
  }
}
.estimate .esti_fix_table .table_tt {
  border-bottom: 1px solid #e1e1e1;
  color: #333;
  font-weight: 500;
}
@media (max-width: 991px) {
  .estimate .esti_fix_table .table_tt {
    border-bottom: none;
    border-right: 1px solid #e1e1e1;
    width: 35.937%;
  }
}
.estimate .esti_fix_table .table_con {
  background: #fff;
  color: #666;
}
@media (max-width: 991px) {
  .estimate .esti_fix_table .table_con {
    width: 64.063%;
  }
}

.custom-login .nav-tabs > li {
  width: 100%;
}/*# sourceMappingURL=style.css.map */

/* 231101 추가견적 */
.main_con.mc00{padding: 0;}

.header .logo_box .black{display: none;}
.header.on .logo_box .black,
.header:hover .logo_box .black{display: inline;}
.header.on .logo_box .white,
.header:hover .logo_box .white{display: none;}

.header .menu_a{color: white;}

.header:hover .menu_a,
.header.on .menu_a{color: #333;}

.header_btn .tel_num{color: white !important;}
.header:hover .header_btn .tel_num,
.header.on .header_btn .tel_num{color: #333 !important;}

.header_btn .tel_num .tel_logo_box{display: inline-block;}
.header_btn .tel_num .black{display: none;}
.header:hover .header_btn .tel_num .white,
.header.on .header_btn .tel_num .white{display: none;}
.header:hover .header_btn .tel_num .black,
.header.on .header_btn .tel_num .black{display: inline;}


.header_btn li.apply a{background-color: white; color: #595757}
.header:hover .header_btn li.apply a,
.header.on .header_btn li.apply a{background-color: #3bb483; color: white;}

@media all and (max-width: 991px) {
    .header_btn .tel_num{color: #333 !important;}
    .header_btn li.apply a{background-color :#3bb483; color: white;}
}


.sub_menu.sticky {position: fixed; width: 100%;  z-index: 9; top: 92px; background-color: #fff; border-top: none;	}
@media(max-width: 991px) {
.sub_menu.sticky {top: 43px;}
}