@charset "UTF-8";
/*공지사항 상세*/
.view_con {
  width: 1160px;
  margin: auto;
  padding: 229px 0 200px;
}

.view_con .tit_con {
  position: relative;
  padding-bottom: 100px;
  border-bottom: 1px solid #000;
}

.view_con .tit_con .tit {
  width: 960px;
  font-size: 60px;
  line-height: 72px;
  color: #333;
  letter-spacing: -4px;
  word-break: keep-all;
}

.view_con .prev_btn {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 20px;
  width: 45px;
  text-indent: -9999px;
  white-space: nowrap;
  background: url(../images/notice-view-prev-btn.png) no-repeat;
}

.view_con .date {
  display: inline-block;
  margin-top: 30px;
  font-size: 16px;
  color: #666;
}

.view_con .type {
  display: inline-block;
  margin-right: 40px;
  font-size: 16px;
}

.view_con .type span:first-child {
  position: relative;
  padding-right: 12px;
}

.view_con .type span:first-child:after {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  right: 0px;
  width: 1px;
  height: 14px;
  background: #dddddd;
}

.view_con .type .answer {
  padding-left: 5px;
}

.view_con .type .answer.on {
  color: #8b2332;
}

.view_con .txt_con {
  padding: 92px 200px 90px 200px;
  margin-bottom: 80px;
  border-bottom: 1px solid #ddd;
}

.view_con .txt {
  margin-bottom: 75px;
  line-height: 32px;
  word-break: keep-all;
}

.view_con .file_btn {
  display: inline-block;
  padding: 9px 50px 9px 20px;
  margin: 0 7px 10px 0;
  font-size: 16px;
  border: 1px solid #ccc;
  background: url(../images/file-download-btn.png) no-repeat center right 20px;
}

.view_con .file_btn:hover {
  color: #333;
  border: 1px solid #888;
}

.view_con .file_btn:last-child {
  margin-right: 0px;
}

.view_con.answer_con .txt_con {
  margin-bottom: 0px;
}

.view_con .answer_area {
  padding: 0 60px;
  margin-bottom: 80px;
  border-bottom: 1px solid #ddd;
  background: #f6f6f6;
}

.view_con .answer_area .answer_div {
  position: relative;
  padding: 45px 0px 40px 45px;
  border-bottom: 1px solid #ddd;
}

.view_con .answer_area .answer_div:last-child {
  border-bottom: none;
}

.view_con .answer_area .answer_div:after {
  display: block;
  content: "A";
  position: absolute;
  top: 47px;
  left: 0px;
  color: #8b2332;
  font-family: "Manrope", "Malgun Gothic", "sans-serif";
  font-size: 24px;
}

.view_con .answer_area .answer_div .title {
  margin-bottom: 17px;
  width: calc(100% - 133px);
  width: -webkit-calc(100% - 133px);
  font-weight: bold;
  color: #333;
  line-height: 30px;
  word-break: keep-all;
}

.view_con .answer_area .answer_div .answerDate {
  position: absolute;
  top: 50px;
  right: 0px;
}

.view_con .answer_area .answer_div .content {
  line-height: 30px;
  word-break: keep-all;
}

.view_con .answer_area .answer_div .file_btn {
  margin-top: 24px;
}

@media all and (max-width: 1280px) {
  .view_con {
    padding: 172px 5% 200px;
    width: 100%;
  }
  .view_con .tit_con .tit {
    width: 90%;
    font-size: 50px;
    line-height: 62px;
  }
  .view_con .txt_con {
    padding: 92px 0;
  }
}

@media all and (max-width: 768px) {
  .view_con {
    padding: 130px 5% 50px;
  }
  .view_con .tit_con {
    padding-bottom: 60px;
    border-bottom: 1px solid #000000;
  }
  .view_con .tit_con .tit {
    width: 100%;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -2px;
  }
  .view_con .prev_btn {
    right: 0;
    top: auto;
    bottom: 60px;
    width: 23px;
    height: 12px;
    background: url(../images/m-notice-view-prev-btn.png) no-repeat;
    background-size: 100% auto;
  }
  .view_con .date {
    display: block;
    font-size: 13px;
  }
  .view_con .type {
    margin: 14px 0 0 0;
    font-size: 13px;
  }
  .view_con .type span:first-child {
    position: relative;
    padding-right: 12px;
  }
  .view_con .type span:first-child:after {
    top: 6px;
    height: 11px;
  }
  .view_con .type .answer {
    padding-left: 5px;
  }
  .view_con .txt_con {
    padding: 46px 0;
    margin-bottom: 40px;
  }
  .view_con .txt {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 20px;
  }
  .view_con .file_btn {
    padding: 9px 37px 9px 15px;
    margin-bottom: 10px;
    font-size: 13px;
    background: url(../images/m-file-download-btn.png) no-repeat center right 15px;
    background-size: 13px auto;
  }
  .view_con .answer_area {
    padding: 0 5%;
    margin-bottom: 40px;
  }
  .view_con .answer_area .answer_div {
    padding: 25px 0px 25px 25px;
  }
  .view_con .answer_area .answer_div:after {
    top: 26px;
    font-size: 18px;
  }
  .view_con .answer_area .answer_div .title {
    margin-bottom: 13px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    word-break: keep-all;
  }
  .view_con .answer_area .answer_div .answerDate {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 19px;
    font-size: 13px;
  }
  .view_con .answer_area .answer_div .content {
    font-size: 14px;
    line-height: 20px;
  }
  .view_con .answer_area .answer_div .file_btn {
    margin: 12px 0 0;
  }
}

/* 공지사항 상세 - 최신 캐슬뉴스*/
.news_con {
  padding: 118px 0 200px;
  background: #f6f6f6;
}

.news_con .title {
  width: 1160px;
  margin: auto;
  margin-bottom: 40px;
  font-size: 36px;
  color: #333;
  line-height: 1;
}

.news_con .news_list {
  position: relative;
  margin: 0 auto;
  width: 1280px;
}

.news_con .news_list .list_type1 {
  margin: 0 auto;
  width: 1200px;
  height: 470px;
  padding-bottom: 0;
}

.news_con .news_list .list_type1 .list_area a {
  margin-right: 20px;
  margin-bottom: 0;
}

.news_con .swiper-slide {
  padding: 0 20px;
}

.news_con .swiper-button-next {
  background: url(../images/notice-view-news-next.png) no-repeat;
  right: 0px;
  width: 20px;
  height: 38px;
}

.news_con .swiper-button-prev {
  background: url(../images/notice-view-news-prev.png) no-repeat;
  left: 0px;
  width: 20px;
  height: 38px;
}

.news_con .news_list .swiper-container-horizontal > .swiper-pagination-progressbar, .news_con .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  display: none;
}

@media all and (max-width: 1280px) {
  .news_con {
    width: 100%;
  }
  .news_con .title {
    padding: 0 5%;
    width: 100%;
  }
  .news_con .news_list {
    width: calc(90% + 40px);
    width: -webkit-calc(90% + 40px);
  }
  .news_con .news_list .list_type1 {
    padding: 0;
    width: 100%;
  }
  .news_con .news_list .list_type1 .list_area {
    width: 100%;
  }
  .news_con .news_list .list_type1 .list_area a {
    width: 100%;
  }
  .news_con .news_list .list_type1 .list_area a .txt1 {
    height: 100px;
  }
  .news_con .swiper-slide {
    width: calc((100% - 80px) / 3);
    width: -webkit-calc((100% - 80px) / 3);
  }
  .news_con .swiper-button-next {
    right: -2%;
  }
  .news_con .swiper-button-prev {
    left: -2%;
  }
}

@media all and (max-width: 981px) {
  .news_con {
    padding: 90px 0 95px 0;
  }
  .news_con .news_list {
    padding: 0 5%;
    width: 100%;
  }
  .news_con .news_list .list_type1 {
    padding-bottom: 30px;
    height: auto;
  }
  .news_con .news_list .list_type1 .list_area {
    margin-bottom: 0px;
    width: 100%;
  }
  .news_con .title {
    position: relative;
    left: 5%;
    padding: 0 5% 0 0;
    width: 100%;
  }
  .news_con .swiper-slide {
    padding: 0;
    width: calc((100% - 80px) / 2);
    width: -webkit-calc((100% - 80px) / 2);
  }
  .news_con .swiper-container {
    overflow: visible;
  }
  .news_con .swiper-button-next {
    display: none;
  }
  .news_con .swiper-button-prev {
    display: none;
  }
  .news_con .news_list .swiper-container-horizontal > .swiper-pagination-progressbar, .news_con .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    display: block;
    top: auto;
    bottom: 0;
    width: 100%;
    background: #ddd;
  }
  .news_con .news_list .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #333;
  }
}

@media all and (max-width: 768px) {
  .news_con {
    padding: 50px 0 100px;
  }
  .news_con .news_list .list_type1 .list_area a {
    margin-right: 0;
  }
  .news_con .news_list .list_type1 .list_area a .txt1 {
    height: 85px;
  }
  .news_con .title {
    margin-bottom: 30px;
    font-size: 25px;
  }
  .news_con .swiper-slide {
    width: 240px !important;
  }
}

/*캐슬뉴스 목록*/
.list_area.castleNews a {
  height: 278px;
}

@media all and (max-width: 768px) {
  .list_area.castleNews a {
    height: 208px;
  }
}

/*자주 묻는 질문*/
.faq_area {
  width: 1160px;
  margin: auto;
  margin-bottom: 70px;
}

.faq_area .faq_list {
  overflow: hidden;
}

.faq_area .faq_list:first-child .faq_title {
  border-top: 1px solid #ddd;
}

.faq_area .faq_title {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.faq_area .faq_title.on .arrow {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.faq_area .faq_title a {
  display: table;
  overflow: hidden;
  position: relative;
  padding: 42px 95px 42px 106px;
  width: 100%;
}

.faq_area .faq_title a:after {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Manrope", "Malgun Gothic", "sans-serif";
  letter-spacing: 0;
  font-size: 24px;
  color: #333;
}

.faq_area .faq_title a .arrow {
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.faq_area .faq_title .type {
  display: table-cell;
  width: 164px;
  font-size: 20px;
  line-height: 36px;
  color: #333;
  vertical-align: middle;
}

.faq_area .faq_title .title {
  display: table-cell;
  font-size: 20px;
  line-height: 36px;
  color: #333;
  font-weight: bold;
  word-break: keep-all;
}

.faq_area .faqConD {
  display: none;
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
}

.faq_area .faqConD:after {
  overflow: visible;
  content: "A";
  position: absolute;
  top: 44px;
  left: 60px;
  font-family: "Manrope", "Malgun Gothic", "sans-serif";
  letter-spacing: 0;
  font-size: 24px;
  color: #8b2332;
}

.faq_area .faq_con {
  overflow: visible;
  position: relative;
  padding: 44px 106px;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  letter-spacing: 0;
  border-bottom: 1px solid #ddd;
  background: #f6f6f6;
  word-break: keep-all;
}

@media all and (max-width: 1280px) {
  .faq_area {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .faq_area {
    margin-bottom: 40px;
  }
  .faq_area .faq_title a {
    display: block;
    padding: 20px 52px 20px 43px;
  }
  .faq_area .faq_title a:after {
    top: 20px;
    left: 15px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    font-size: 19px;
  }
  .faq_area .faq_title a .type {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 21px;
  }
  .faq_area .faq_title a .title {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 21px;
  }
  .faq_area .faq_title a .arrow {
    right: 15px;
    width: 17px;
  }
  .faq_area .faqConD:after {
    top: 25px;
    left: 15px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    font-size: 19px;
  }
  .faq_area .faq_con {
    padding: 25px 15px 25px 43px;
    font-size: 14px;
    line-height: 20px;
  }
}

/*고객문의*/
.custInq .subTit {
  width: 1160px;
  margin: auto;
  font-size: 42px;
  line-height: 54px;
  color: #333333;
}

.custInq .etc {
  position: relative;
  padding-left: 18px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1;
  color: #888888;
}

.custInq .etc:before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.custInq .inq_type {
  width: 1160px;
  margin: auto;
  margin: 100px auto;
}

.custInq .inq_type .title {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1;
  color: #333;
  font-weight: 500;
}

.custInq .inq_type .type_box {
  overflow: hidden;
}

.custInq .inq_type .type_box .type {
  float: left;
  margin-right: 20px;
  width: 216px;
  height: 148px;
  border: 1px solid #ddd;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.3s ease;
          transition-duration: 0.3s ease;
}

.custInq .inq_type .type_box .type a {
  display: block;
  padding-top: 95px;
  height: 100%;
  text-align: center;
  color: #333333;
}

.custInq .inq_type .type_box .type:nth-child(1) {
  background: url(../images/custInq-icon-img01.png) no-repeat center top 36px;
}

.custInq .inq_type .type_box .type:nth-child(2) {
  background: url(../images/custInq-icon-img02.png) no-repeat center top 35px;
}

.custInq .inq_type .type_box .type:nth-child(3) {
  background: url(../images/custInq-icon-img03.png) no-repeat center top 41px;
}

.custInq .inq_type .type_box .type:nth-child(4) {
  background: url(../images/custInq-icon-img04.png) no-repeat center top 36px;
}

.custInq .inq_type .type_box .type:nth-child(5) {
  margin-right: 0;
  background: url(../images/custInq-icon-img05.png) no-repeat center top 40px;
}

.custInq .inq_type .type_box .type:hover a {
  color: #8b2332;
}

.custInq .inq_type .type_box .type:nth-child(1):hover {
  background: url(../images/custInq-icon-hover-img01.png) no-repeat center top 36px;
}

.custInq .inq_type .type_box .type:nth-child(2):hover {
  background: url(../images/custInq-icon-hover-img02.png) no-repeat center top 35px;
}

.custInq .inq_type .type_box .type:nth-child(3):hover {
  background: url(../images/custInq-icon-hover-img03.png) no-repeat center top 41px;
}

.custInq .inq_type .type_box .type:nth-child(4):hover {
  background: url(../images/custInq-icon-hover-img04.png) no-repeat center top 36px;
}

.custInq .inq_type .type_box .type:nth-child(5):hover {
  background: url(../images/custInq-icon-hover-img05.png) no-repeat center top 40px;
}

.custInq .inq_type .type_box .type.on {
  border: 1px solid #8b2332;
}

.custInq .inq_type .type_box .type.on a {
  color: #fff;
}

.custInq .inq_type .type_box .type.on:nth-child(1) {
  background: url(../images/custInq-icon-on-img01.png) no-repeat center top 36px #8b2332;
}

.custInq .inq_type .type_box .type.on:nth-child(2) {
  background: url(../images/custInq-icon-on-img02.png) no-repeat center top 35px #8b2332;
}

.custInq .inq_type .type_box .type.on:nth-child(3) {
  background: url(../images/custInq-icon-on-img03.png) no-repeat center top 41px #8b2332;
}

.custInq .inq_type .type_box .type.on:nth-child(4) {
  background: url(../images/custInq-icon-on-img04.png) no-repeat center top 36px #8b2332;
}

.custInq .inq_type .type_box .type.on:nth-child(5) {
  margin-right: 0;
  background: url(../images/custInq-icon-on-img05.png) no-repeat center top 40px #8b2332;
}

.custInq .inq_complex {
  width: 1160px;
  margin: auto;
}

.custInq .inq_complex .title {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1;
  color: #333;
  font-weight: 500;
}

.custInq .inq_complex .select_area {
  margin-bottom: 30px;
}

.custInq .inq_complex .select_area select.ml0 {
  margin-left: 0;
}

.custInq .inq_complex .radio_div {
  margin-bottom: 23px;
  height: auto;
}

.custInq .inq_phone {
  width: 1160px;
  margin: auto;
  margin-top: 120px;
}

.custInq .inq_phone .title {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 1;
  color: #333333;
}

.custInq .inq_phone .box_div {
  display: table;
  margin-bottom: 30px;
  padding: 60px 120px;
  width: 100%;
  background: #f5f5f5;
}

.custInq .inq_phone .box_div > div {
  display: table-cell;
}

.custInq .inq_phone .box_div .left {
  position: relative;
  padding-right: 60px;
  width: 450px;
}

.custInq .inq_phone .box_div .left .tit {
  font-size: 18px;
  color: #333;
}

.custInq .inq_phone .box_div .left .number {
  margin-top: 12px;
  line-height: 1;
  font-size: 48px;
  color: #333;
}

.custInq .inq_phone .box_div .left:after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0px;
  right: 0px;
  background: #ddd;
}

.custInq .inq_phone .box_div .right {
  overflow: hidden;
  padding-left: 60px;
  vertical-align: middle;
}

.custInq .inq_phone .box_div .right p {
  float: left;
  font-size: 16px;
  color: #333;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0;
}

.custInq .inq_phone .box_div .right .tit {
  float: none;
  margin-right: 22px;
}

.custInq .inq_phone .box_div .right .txt {
  padding-right: 15px;
}

.custInq .inq_phone .box_div .right .txt:nth-child(2) {
  position: relative;
}

.custInq .inq_phone .box_div .right .txt:nth-child(2):after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #333333;
}

.custInq .inq_phone .box_div .right .txt:last-child {
  padding: 0 0 0 12px;
}

.custInq .inq_phone.cs_center > div .center:first-child {
  padding-bottom: 40px;
}

.custInq .inq_phone.cs_center > div .center:last-child {
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

/* s: 20240405 추가 */
.custInq .inq_phone.cs_center > div .center.ver2 {
  padding: 40px 0;
  border-top: 1px solid #ddd;
}
/* e: 20240405 추가 */

.custInq .inq_phone.cs_center .left {
  padding-right: 80px;
  width: 50%;
}

.custInq .inq_phone.cs_center .left .center .numberBox .fax {
  margin-top: 9px;
}

.custInq .inq_phone.cs_center .right {
  padding-left: 80px;
  width: 50%;
  border-left: none;
}

.custInq .inq_phone.cs_center .center {
  display: table;
  position: relative;
}

.custInq .inq_phone.cs_center .center .name {
  display: table-cell;
  float: none;
  width: 200px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  vertical-align: top;
}

.custInq .inq_phone.cs_center .center .name span {
  letter-spacing: -1.2px;
}

/* s: 20240405 추가 */
.custInq .inq_phone.cs_center .center .name span.area {
  font-weight: 300;
  line-height: 1.5;
  word-break: keep-all;
}

/* e: 20240405 추가 */

.custInq .inq_phone.cs_center .center .numberBox {
  display: table-cell;
}

.custInq .inq_phone.cs_center .center .numberBox .tel .tit {
  padding-left: 0;
  margin-right: 0;
  letter-spacing: 0;
}

.custInq .inq_phone.cs_center .center .numberBox .tel span {
  letter-spacing: -0.2px;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 300;
}

.custInq .inq_phone.cs_center .center .numberBox .fax {
  margin-top: 11px;
  line-height: 1;
}

.custInq .inq_phone.cs_center .center .numberBox .fax .tit {
  padding-left: 0;
  margin-right: 0;
}

.custInq .inq_phone.cs_center .center .numberBox .fax span {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 300;
}

.custInq .inq_online {
  width: 1160px;
  margin: auto;
  margin-top: 120px;
}

.custInq .inq_online .title {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1;
  color: #333;
}

.custInq .inq_online .text {
  margin-bottom: 40px;
}

.custInq .inq_box {
  width: 1160px;
  margin: auto;
  overflow: hidden;
  margin-top: 120px;
  padding: 92px 120px 100px;
  background: url(../images/inqBox-bg.jpg) no-repeat center center;
  background-size: cover;
}

.custInq .inq_box > div {
  float: left;
  width: 50%;
}

.custInq .inq_box .left_div .tit {
  color: #fff;
  font-size: 28px;
  line-height: 40px;
}

.custInq .inq_box .left_div .txt {
  margin: 20px 0 60px;
  color: #fff;
  opacity: 0.8;
}

.custInq .inq_box .right_div {
  padding-left: 120px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.custInq .inq_box .right_div .tit {
  color: #fff;
}

.custInq .inq_box .right_div .number {
  margin-top: 12px;
  font-size: 48px;
  color: #fff;
  line-height: 1;
}

.custInq .inq_box .right_div .number a {
  color: #fff;
}

.custInq .inq_box .right_div .time {
  margin-top: 32px;
  padding-left: 20px;
  border-left: 1px solid #fff;
}

.custInq .inq_box .right_div .time .txt {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
}

.custInq .inq_box .right_div .time .txt:nth-child(2) {
  margin-top: 21px;
}

.custInq .inq_box .right_div .time .txt:nth-child(3) {
  margin-top: 13px;
}

.custInq .inq_box .right_div .etc {
  margin-top: 30px;
  padding-left: 20px;
  color: #fff;
  opacity: 0.6;
}

.custInq .inq_process {
  margin-top: 180px;
  padding: 180px 0 140px;
  background: #f8f8f8;
}

.custInq .inq_process .innerDiv {
  width: 1160px;
  margin: auto;
  overflow: hidden;
}

.custInq .inq_process .title {
  float: left;
  width: 460px;
  font-size: 42px;
  line-height: 54px;
  color: #333;
}

.custInq .inq_process .turn_div {
  float: left;
  width: 700px;
}

.custInq .inq_process .turn_div .turn {
  position: relative;
  padding: 60px 0 53px 120px;
  width: 100%;
  border-top: 1px solid #ddd;
}

.custInq .inq_process .turn_div .turn:first-child {
  border: none;
  padding-top: 0;
}

.custInq .inq_process .turn_div .turn:first-child .num {
  top: -6px;
  left: 11px;
}

.custInq .inq_process .turn_div .num {
  position: absolute;
  top: 48px;
  left: 0;
  font-size: 82px;
  color: #333;
  line-height: 1;
}

.custInq .inq_process .turn_div .tit {
  margin-bottom: 40px;
  font-size: 28px;
  color: #333;
  font-weight: 400;
  line-height: 1;
}

.custInq .inq_process .turn_div .comment {
  line-height: 1;
  color: #333;
  font-weight: 400;
}

.custInq .inq_process .turn_div .txt {
  margin-top: 14px;
  color: #666666;
  line-height: 30px;
}

.custInq .inq_process .turn_div .list {
  position: relative;
  margin-bottom: 20px;
  padding-left: 12px;
  line-height: 1;
}

.custInq .inq_process .turn_div .list:before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 3px;
  height: 3px;
  background: #666666;
}

@media all and (max-width: 1280px) {
  .custInq .subTit {
    padding: 0 5%;
    width: 100%;
  }
  .custInq .inq_type {
    padding: 0 5%;
    width: 100%;
  }
  .custInq .inq_type .type_box .type {
    width: calc((100% - 80px) / 5);
    width: -webkit-calc((100% - 80px) / 5);
  }
  .custInq .inq_complex {
    padding: 0 5%;
    width: 100%;
  }
  .custInq .inq_complex .apartInfo {
    margin-top: 0;
    margin-left: 7px;
  }
  .custInq .inq_phone {
    padding: 0 5%;
    width: 100%;
  }
  .custInq .inq_phone .box_div {
    padding: 60px 80px;
  }
  .custInq .inq_phone .box_div .left {
    width: 50%;
  }
  .custInq .inq_phone.cs_center .left {
    padding-right: 40px;
  }
  .custInq .inq_phone.cs_center .right {
    padding-left: 40px;
  }
  .custInq .inq_phone.cs_center .right p {
    float: none;
  }
  .custInq .inq_phone.cs_center .center .name {
    width: 145px;
  }
  .custInq .inq_phone.cs_center .center .numberBox .fax {
    margin-top: 4px;
  }
  .custInq .inq_online {
    padding: 0 5%;
    width: 100%;
  }
  .custInq .inq_box {
    margin: 120px 5% 0;
    padding: 72px 85px 80px;
    width: 90%;
  }
  .custInq .inq_process .innerDiv {
    padding: 0 5%;
    width: 100%;
  }
  .custInq .inq_process .title {
    width: 35%;
  }
  .custInq .inq_process .turn_div {
    width: 65%;
  }
}

@media all and (max-width: 981px) {
  .custInq .inq_type .type_box .type a {
    font-size: 16px;
  }
  .custInq .inq_phone .box_div {
    padding: 40px 45px;
  }
  .custInq .inq_phone .box_div .left {
    width: 50%;
  }
  .custInq .inq_phone .box_div .left .tit {
    font-size: 16px;
  }
  .custInq .inq_phone .box_div .left .number {
    font-size: 38px;
  }
  .custInq .inq_phone .box_div .right {
    padding-left: 60px;
  }
  .custInq .inq_phone .box_div .right p {
    font-size: 15px;
  }
  .custInq .inq_phone.cs_center .box_div .center {
    display: block;
  }
  .custInq .inq_phone.cs_center .box_div .center .name {
    display: block;
    margin-bottom: 15px;
  }
  .custInq .inq_phone.cs_center .box_div .center .numberBox {
    display: block;
  }
  .custInq .inq_phone.cs_center .box_div .right {
    padding-left: 40px;
  }
  .custInq .etc {
    word-break: keep-all;
  }
  .custInq .inq_box {
    padding: 50px;
  }
  .custInq .inq_box .left_div {
    padding-right: 2%;
    width: 48%;
  }
  .custInq .inq_box .left_div .txt {
    word-break: keep-all;
    line-height: 26px;
  }
  .custInq .inq_box .right_div {
    padding-left: 50px;
  }
  .custInq .inq_box .right_div .time {
    padding-left: 15px;
  }
  .custInq .inq_box .right_div .etc {
    line-height: 26px;
  }
  .custInq .inq_process .title {
    float: none;
    margin-bottom: 80px;
    width: 100%;
  }
  .custInq .inq_process .turn_div {
    float: none;
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .custInq .subTit {
    font-size: 26px;
    line-height: 32px;
    word-break: keep-all;
  }
  .custInq .inq_type {
    margin: 46px 0;
  }
  .custInq .inq_type .title {
    margin-bottom: 20px;
    font-size: 19px;
  }
  .custInq .inq_type .type_box .type {
    margin: 0 10px 10px 0;
    width: calc((100% - 10px) / 2);
    width: -webkit-calc((100% - 10px) / 2);
    height: auto;
  }
  .custInq .inq_type .type_box .type:nth-child(2n) {
    margin-right: 0;
  }
  .custInq .inq_type .type_box .type a {
    padding: 58px 0 19px;
    font-size: 14px;
  }
  .custInq .inq_type .type_box .type:nth-child(1) {
    background: url(../images/m-custInq-icon-img01.png) no-repeat center top 20px;
    background-size: 24px auto;
  }
  .custInq .inq_type .type_box .type:nth-child(2) {
    background: url(../images/m-custInq-icon-img02.png) no-repeat center top 20px;
    background-size: 27px auto;
  }
  .custInq .inq_type .type_box .type:nth-child(3) {
    background: url(../images/m-custInq-icon-img03.png) no-repeat center top 26px;
    background-size: 29px auto;
  }
  .custInq .inq_type .type_box .type:nth-child(4) {
    background: url(../images/m-custInq-icon-img04.png) no-repeat center top 20px;
    background-size: 18px auto;
  }
  .custInq .inq_type .type_box .type:nth-child(5) {
    margin-right: 0;
    background: url(../images/m-custInq-icon-img05.png) no-repeat center top 20px;
    background-size: 29px auto;
  }
  .custInq .inq_type .type_box .type:hover a {
    color: #333;
  }
  .custInq .inq_type .type_box .type:nth-child(1):hover {
    background: url(../images/m-custInq-icon-img01.png) no-repeat center top 20px;
    background-size: 24px auto;
  }
  .custInq .inq_type .type_box .type:nth-child(2):hover {
    background: url(../images/m-custInq-icon-img02.png) no-repeat center top 20px;
    background-size: 27px auto;
  }
  .custInq .inq_type .type_box .type:nth-child(3):hover {
    background: url(../images/m-custInq-icon-img03.png) no-repeat center top 26px;
    background-size: 29px auto;
  }
  .custInq .inq_type .type_box .type:nth-child(4):hover {
    background: url(../images/m-custInq-icon-img04.png) no-repeat center top 20px;
    background-size: 18px auto;
  }
  .custInq .inq_type .type_box .type:nth-child(5):hover {
    margin-right: 0;
    background: url(../images/m-custInq-icon-img05.png) no-repeat center top 20px;
    background-size: 29px auto;
  }
  .custInq .inq_type .type_box .type.on {
    border: 1px solid #8b2332;
  }
  .custInq .inq_type .type_box .type.on a {
    color: #fff;
  }
  .custInq .inq_type .type_box .type.on:nth-child(1) {
    background: url(../images/m-custInq-icon-on-img01.png) no-repeat center top 20px #8b2332;
    background-size: 24px auto;
  }
  .custInq .inq_type .type_box .type.on:nth-child(2) {
    background: url(../images/m-custInq-icon-on-img02.png) no-repeat center top 20px #8b2332;
    background-size: 27px auto;
  }
  .custInq .inq_type .type_box .type.on:nth-child(3) {
    background: url(../images/m-custInq-icon-on-img03.png) no-repeat center top 26px #8b2332;
    background-size: 29px auto;
  }
  .custInq .inq_type .type_box .type.on:nth-child(4) {
    background: url(../images/m-custInq-icon-on-img04.png) no-repeat center top 20px #8b2332;
    background-size: 18px auto;
  }
  .custInq .inq_type .type_box .type.on:nth-child(5) {
    margin-right: 0;
    background: url(../images/m-custInq-icon-on-img05.png) no-repeat center top 20px #8b2332;
    background-size: 29px auto;
  }
  .custInq .inq_complex .title {
    margin-bottom: 20px;
    font-size: 19px;
  }
  .custInq .inq_complex .select_area {
    margin-bottom: 20px;
  }
  .custInq .inq_complex .select_area select {
    width: 100%;
  }
  .custInq .inq_complex .select_area select:nth-child(2) {
    margin: 10px 0 0 0;
  }
  .custInq .inq_complex .radio_div {
    margin: 3px 20px 18px 0;
    height: auto;
  }
  .custInq .inq_complex .selDiv select {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .custInq .inq_complex .selDiv select:first-child {
    margin: 0;
  }
  .custInq .inq_complex .apartInfo {
    margin: 10px 0 0 0;
  }
  .custInq .inq_complex .apartInfo input {
    height: 38px;
  }
  .custInq .inq_complex .apartInfo span {
    font-size: 14px;
    line-height: 38px;
  }
  .custInq .etc {
    margin-top: 12px;
    font-size: 13px;
    line-height: 19px;
  }
  .custInq .inq_phone {
    margin-top: 50px;
  }
  .custInq .inq_phone .title {
    margin-bottom: 25px;
    font-size: 21px;
  }
  .custInq .inq_phone .box_div {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .custInq .inq_phone .box_div > div {
    float: none;
    display: block;
    width: 100%;
  }
  .custInq .inq_phone .box_div .left {
    padding: 0 0 27px 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-right: none;
  }
  .custInq .inq_phone .box_div .left .tit {
    font-size: 14px;
    word-break: keep-all;
  }
  .custInq .inq_phone .box_div .left .number {
    font-size: 29px;
  }
  .custInq .inq_phone .box_div .left:after {
    display: none;
  }
  .custInq .inq_phone .box_div .right {
    padding: 30px 0 0 0;
    width: 100%;
    border-left: none;
  }
  .custInq .inq_phone .box_div .right p {
    font-size: 13px;
  }
  .custInq .inq_phone.cs_center .box_div {
    padding: 30px 20px 22px;
  }
  .custInq .inq_phone.cs_center div {
    width: 100%;
  }
  .custInq .inq_phone.cs_center div .center {
    overflow: hidden;
    padding: 30px 0 25px;
  }
  .custInq .inq_phone.cs_center div .center:first-child {
    padding-bottom: 25px;
  }
  .custInq .inq_phone.cs_center div .center:last-child {
    padding-top: 30px;
  }
  /* s: 20240405 추가 */
  .custInq .inq_phone.cs_center > div .center.ver2 {
    padding: 30px 0 25px;
  }
  /* e: 20240405 추가 */
  .custInq .inq_phone.cs_center .left {
    padding: 0;
  }
  .custInq .inq_phone.cs_center .left .center .name {
    display: block;
    float: left;
    margin: 0 30px 10px 0;
    width: 80px;
    font-size: 14px;
  }
  .custInq .inq_phone.cs_center .left .center .numberBox {
    display: block;
    float: left;
    position: relative;
    top: -4px;
    width: 145px;
  }
  .custInq .inq_phone.cs_center .left .center .numberBox .tel span, .custInq .inq_phone.cs_center .left .center .numberBox .fax span {
    font-size: 14px;
  }
  .custInq .inq_phone.cs_center .left .center .numberBox .fax {
    margin-top: 1px;
  }
  .custInq .inq_phone.cs_center .left .center:first-child {
    padding: 0 0 25px;
  }
  .custInq .inq_phone.cs_center .right {
    padding: 0 !important;
  }
  .custInq .inq_phone.cs_center .right .center .name {
    display: block;
    float: left;
    margin: 0 30px 10px 0;
    width: 80px;
    font-size: 14px;
  }
  .custInq .inq_phone.cs_center .right .center .numberBox {
    display: block;
    float: left;
    margin-top: -5px;
    width: 142px;
  }
  .custInq .inq_phone.cs_center .right .center .numberBox .tel, .custInq .inq_phone.cs_center .right .center .numberBox .fax {
    height: 21px;
  }
  .custInq .inq_phone.cs_center .right .center .numberBox .tel span, .custInq .inq_phone.cs_center .right .center .numberBox .fax span {
    font-size: 14px;
  }
  .custInq .inq_phone.cs_center .right .center .numberBox .fax {
    margin-top: 7px;
  }
  .custInq .inq_phone.cs_center .right .center:last-child {
    padding-bottom: 0;
  }
  .custInq .inq_online {
    margin-top: 47px;
  }
  .custInq .inq_online .title {
    margin-bottom: 17px;
    font-size: 21px;
  }
  .custInq .inq_online .text {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 20px;
    word-break: keep-all;
  }
  .custInq .inq_box {
    margin: 47px 5% 0;
    padding: 37px 20px;
    width: 90%;
    background: url(../images/m-inqBox-bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .custInq .inq_box > div {
    float: none;
    width: 100%;
  }
  .custInq .inq_box .left_div {
    padding: 0 0 40px 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .custInq .inq_box .left_div .tit {
    font-size: 21px;
    line-height: 27px;
  }
  .custInq .inq_box .left_div .txt {
    margin: 17px 0 22px;
    font-size: 14px;
    line-height: 20px;
  }
  .custInq .inq_box .right_div {
    padding: 40px 0 0 0;
    border-left: none;
  }
  .custInq .inq_box .right_div .tit {
    font-size: 14px;
  }
  .custInq .inq_box .right_div .number {
    font-size: 29px;
  }
  .custInq .inq_box .right_div .time {
    padding-left: 15px;
  }
  .custInq .inq_box .right_div .time .txt {
    font-size: 13px;
  }
  .custInq .inq_box .right_div .time .txt:nth-child(2) {
    margin-top: 19px;
  }
  .custInq .inq_box .right_div .time .txt:nth-child(3) {
    margin-top: 7px;
  }
  .custInq .inq_box .right_div .etc {
    margin-top: 20px;
    padding-left: 15px;
  }
  .custInq .inq_process {
    margin-top: 60px;
    padding: 62px 0 70px;
  }
  .custInq .inq_process .title {
    padding-left: 9px;
    margin-bottom: 56px;
    font-size: 26px;
    line-height: 34px;
  }
  .custInq .inq_process .turn_div .turn {
    padding: 30px 0 27px 30px;
  }
  .custInq .inq_process .turn_div .turn:first-child .num {
    top: 1px;
    left: 0px;
  }
  .custInq .inq_process .turn_div .turn .num {
    top: 31px;
    font-size: 21px;
  }
  .custInq .inq_process .turn_div .turn .tit {
    margin-bottom: 25px;
    font-size: 21px;
  }
  .custInq .inq_process .turn_div .turn .comment {
    font-size: 14px;
  }
  .custInq .inq_process .turn_div .turn .txt {
    font-size: 14px;
    line-height: 20px;
    word-break: keep-all;
  }
  .custInq .inq_process .turn_div .list {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
    word-break: keep-all;
  }
}

@media all and (max-width: 500px) {
  .custInq .inq_phone .box_div .right p {
    float: none;
    display: inline-block;
  }
  .custInq .inq_phone .box_div .right .txt:last-child {
    display: block;
    padding-left: 0;
  }
}

/*1:1문의*/
.cust_info {
  width: 1160px;
  margin: auto;
  margin-bottom: 80px;
}

.cust_info .subtit {
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 40px;
  color: #333;
  word-break: keep-all;
}

.cust_info .subtxt {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  letter-spacing: 0px;
}

.cust_info .import {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 28px;
  color: #8b2332;
  letter-spacing: 0px;
}

.cust_info .agree_btn {
  margin-bottom: 16px;
}

.cust_info .cust_btn {
  margin-top: 34px;
}

.cust_info .sub_list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 13px;
  word-break: keep-all;
  line-height: 28px;
  font-size: 16px;
}

.cust_info .sub_list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #666;
}

.cust_info .sub_list li.red{
    color:#8b2332;
}
.cust_info .sub_list li.red:before{
    background:#8b2332;
}

.cust_info .sub_list li .etc {
  position: relative;
  margin-top: 6px;
  padding-left: 19px;
  color: #888;
}

.cust_info .sub_list li .etc::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media all and (max-width: 1280px) {
  .cust_info {
    padding: 0 5%;
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .cust_info {
    margin-bottom: 40px;
  }
  .cust_info .subtit {
    margin-bottom: 19px;
    font-size: 19px;
    line-height: 25px;
    word-break: keep-all;
  }
  .cust_info .subtxt {
    font-size: 13px;
    line-height: 19px;
    word-break: keep-all;
  }
  .cust_info .import {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 19px;
    word-break: keep-all;
  }
  .cust_info .agree_btn {
    height: 38px;
    font-size: 13px;
    line-height: 36px;
  }
  .cust_info .sub_list li {
    font-size: 13px;
    line-height: 19px;
  }
  .cust_info .sub_list li:before {
    top: 8px;
  }
  .cust_info.cust_list .subtit {
    font-size: 21px;
    line-height: 27px;
  }
}

@media all and (max-width: 500px) {
  .cust_info .agree_btn {
    width: 100%;
  }
}

.checkBox {
  width: 0;
  height: 0 !important;
}

/* 전체동의 버튼 */
.agree_btn {
  display: inline-block;
  overflow: hidden;
  height: 46px;
  font-size: 16px;
  line-height: 44px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.agree_btn.email_agree {
  margin-left: 3px;
}

.agree_btn input[type="checkbox"] + label {
  display: block;
  float: left;
  padding: 0 20px 0 40px;
  width: 100%;
  border: none;
  background: url("../images/cust-info-check.png") no-repeat center left 18px;
}

.agree_btn.on {
  color: #8b2332;
  border: 1px solid #8b2332;
}

.agree_btn.on input[type="checkbox"] + label {
  background: url(../images/cust-info-check-on.png) no-repeat center left 18px;
}

@media all and (max-width: 981px) {
  .agree_btn {
    height: 40px;
    font-size: 15px;
    line-height: 39px;
  }
}

@media all and (max-width: 768px) {
  .agree_btn {
    height: 38px;
    font-size: 14px;
    line-height: 37px;
  }
  .agree_btn.email_agree {
    margin: 10px 0 0 0;
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-size: 13px;
  }
  .agree_btn.on input[type="checkbox"] + label {
    background: url(../images/m-cust-info-check-on.png) no-repeat center left 10px/14px auto;
  }
  .agree_btn input[type="checkbox"] + label {
    padding: 0 12px 0 28px;
    width: 100%;
    border: none;
    background: url(../images/m-cust-info-check.png) no-repeat center left 10px/14px auto;
  }
}

select.wid72, input.wid72 {
  padding: 5px 14px;
  margin-right: 5px;
  width: 72px;
}

@media all and (max-width: 768px) {
  select.wid72, input.wid72 {
    padding: 5px;
    width: 52px;
  }
}

select.wid280, input.wid280 {
  margin-right: 5px;
  width: 280px !important;
  vertical-align: top;
}

select.wid140, input.wid140 {
  margin-right: 5px;
  width: 140px !important;
}

select.wid570, input.wid570 {
  margin-right: 5px;
  width: 570px !important;
}

select.vaT, input.vaT {
  vertical-align: top;
}

/* 항목 필수값 표기 */
.red_dot {
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin: 3px 0 0 6px;
  text-indent: -9999px;
  white-space: nowrap;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8b2332;
  vertical-align: top;
}

/* 입력란 공통 */
.input_area {
  width: 1160px;
  margin: auto;
  position: relative;
  margin-bottom: 200px;
}

.input_area .title {
  position: absolute;
  top: -37px;
  left: 0px;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.input_area .essential {
  position: absolute;
  top: -37px;
  right: 0px;
  padding-left: 15px;
  line-height: 1;
}

.input_area .essential .red_dot {
  margin: 5px 10px 0 0;
}

.input_area.login_info {
  margin-top: 123px;
}

.input_area.login_info.input_area .btn {
  margin-top: 0;
}

.input_area.login_info .input_con {
  margin-bottom: 80px;
}

.input_area.private {
  margin-top: 43px;
}

.input_area.private .input_con {
  margin-bottom: 80px;
}

.input_area .input_con {
  clear: both;
  padding: 40px 60px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
}

.input_area .input_div {
  display: table;
  margin-bottom: 30px;
}

.input_area .input_div:last-child {
  margin-bottom: 0px;
}

.input_area .input_div .info_pop {
  display: inline-block;
  margin-left: 25px;
}

.input_area .input_div .info_pop .img {
  display: inline-block;
}

.input_area .input_div .info_pop .img img {
  vertical-align: middle;
}

.input_area .input_div .info_pop .img .onlyWeb {
  display: inline-block;
}

.input_area .input_div .info_pop .img .onlyMob {
  display: none;
}

.input_area .input_div .info_pop span {
  font-size: 16px;
}

.input_area .input_div .info_pop.on span {
  color: #8b2332;
  text-decoration: underline;
}

.input_area .input_div .tit {
  display: table-cell;
  min-width: 160px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}

.input_area .input_div .tit.con_tit {
  padding-top: 16px;
  vertical-align: top;
}

.input_area .input_div .tit.con_tit1 {
  vertical-align: top;
}

.input_area .input_div .tit .subtit {
  font-size: 16px;
  line-height: 28px;
  color: #888888;
  font-weight: 300;
}

.input_area .input_div .select_area {
  display: table-cell;
  position: relative;
  width: 100%;
  min-height: 46px;
  color: #333;
  vertical-align: middle;
}

.input_area .input_div .select_area .blockBox {
  margin-top: 10px;
}

.input_area .input_div .select_area .blockBox.type2 {
  margin-top: 17px;
}

.input_area .input_div .select_area .phoneNum {
  display: block;
  float: left;
  margin-right: 20px;
  line-height: 46px;
}

.input_area .input_div .select_area .select_box {
  display: inline-block;
}

.input_area .input_div .select_area select:first-child {
  margin-left: 0px;
}

.input_area .input_div .select_area .txt {
  margin-right: 7px;
  color: #333;
  line-height: 46px;
}

.input_area .input_div .select_area .txt:last-child {
  margin-right: 0px;
}

.input_area .input_div .select_area .txt_area {
  position: relative;
  margin-left: 1px;
  padding: 15px 15px 39px 15px;
  border: 1px solid #e1e1e1;
  background: #fff;
}

.input_area .input_div .select_area .txt_area.on {
  background: #f5f5f5;
}

.input_area .input_div .select_area .txt_area textarea {
  padding: 0 15px 0 0;
}

.input_area .input_div .select_area .txt_area textarea::-webkit-scrollbar {
  width: 2px;
}

.input_area .input_div .select_area .txt_area textarea::-webkit-scrollbar-thumb {
  background: #333;
}

.input_area .input_div .select_area .txt_area textarea::-webkit-scrollbar-track-piece {
  background: #ddd;
}

.input_area .input_div .select_area .txt_area .count {
  position: absolute;
  bottom: 11px;
  right: 14px;
  color: #888;
}

.input_area .input_div .select_area .file_div {
  display: inline-block;
  position: relative;
  margin-left: 2px;
}

.input_area .input_div .select_area .file {
  overflow: hidden;
  position: absolute;
  padding: 0;
  width: 0;
  height: 0;
  border: 0;
  opacity: 1;
  z-index: 2;
}

.input_area .input_div .select_area .file.on {
  top: 0px;
  left: 1px;
  width: 98px;
  height: 46px;
  opacity: 0;
}

.input_area .input_div .select_area .file_btn {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-right: 17px;
  width: 100px;
  height: 46px;
  color: #333;
  text-align: center;
  line-height: 46px;
  vertical-align: middle;
  cursor: pointer;
  z-index: 1;
}

.input_area .input_div .select_area input[type="file"]:disabled + label {
  color: #888;
  border: 1px solid #ddd;
  background: #f5f5f5;
}

.input_area .input_div .select_area input[type="file"]:disabled + label span:nth-child(1) {
  line-height: 44px;
  vertical-align: top;
  border: none;
}

.input_area .input_div .select_area input[type="file"]:disabled + label span:nth-child(3) {
  border: none;
}

.input_area .input_div .select_area input[type="file"] + label span:nth-child(1) {
  border: 1px solid transparent;
}

.input_area .input_div .select_area .file_name {
  display: inline-block;
  margin: 12px 35px 0 0;
  vertical-align: top;
}

.input_area .input_div .select_area .file_name .close {
  display: inline-block;
  margin-left: 7px;
  width: 13px;
  height: 13px;
  vertical-align: middle;
}

.input_area .input_div .select_area .email {
  background: #f5f5f5;
}

.input_area .input_div .select_area .email_agree input[type="checkbox"]:disabled + label {
  background: url(../images/cust-info-check.png) no-repeat center left 18px #f5f5f5;
}

.input_area .input_div .select_area .etc {
  position: relative;
  padding-left: 18px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 28px;
}

.input_area .input_div .select_area .etc:before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.input_area .input_div .select_area .reInput {
  margin-top: 7px;
  font-size: 14px;
  color: #8b2332;
}

.input_area .input_div .select_area .address {
  margin-top: 10px;
}

.input_area .input_div .select_area .address.wid280 {
  margin-top: 0px;
}

.input_area .input_div .select_area .phone:first-child {
  margin-bottom: 8px;
}

.input_area .input_div .select_area .phone .motionBt1.b2 {
  margin: 0;
}

.input_area .confirm_div {
  margin-top: 18px;
}

.input_area .confirm_div .confirm {
  position: relative;
  padding-left: 18px;
  margin-top: 7px;
  color: #888;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.5px;
  word-break: keep-all;
}

.input_area .confirm_div .confirm:before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.input_area .btn {
  margin-top: 80px;
}

@media all and (max-width: 1280px) {
  .input_area {
    padding: 0 5%;
    width: 100%;
  }
  .input_area.prize .input_div .select_area select {
    width: 570px;
  }
  .input_area .essential {
    top: -33px;
  }
  .input_area .input_con {
    padding: 40px 5%;
  }
  .input_area .input_div .select_area .select_box {
    display: block;
  }
  .input_area .input_div .select_area select {
    width: calc((100% - 14px) / 2);
    width: -webkit-calc((100% - 14px) / 2);
  }
  .input_area .input_div .select_area .apart {
    display: block;
    margin: 8px 0 0 0;
  }
  .input_area .input_div .select_area .email {
    width: calc(100% - 217px) !important;
    width: -webkit-calc(100% - 217px) !important;
  }
  .input_area.private .essential {
    right: 0;
  }
}

@media all and (max-width: 981px) {
  .input_area.prize .input_div .select_area select, .input_area.prize .input_div .select_area input {
    width: 100% !important;
  }
  .input_area .input_div .select_area select.wid570, .input_area .input_div .select_area input.wid570 {
    width: 100% !important;
  }
}

@media all and (max-width: 768px) {
  .input_area {
    margin-bottom: 100px;
  }
  .input_area .input_con {
    padding: 30px 0;
  }
  .input_area .title {
    font-size: 16px;
  }
  .input_area .essential {
    top: -33px;
    right: 0;
    font-size: 13px;
  }
  .input_area .input_div {
    display: block;
  }
  .input_area .input_div .info_pop .img .onlyWeb {
    display: none;
  }
  .input_area .input_div .info_pop .img .onlyMob {
    width: 18px;
    display: inline-block;
  }
  .input_area .input_div input[type="text"] {
    margin-top: 10px;
    height: 38px;
    font-size: 14px;
    line-height: 1;
  }
  .input_area .input_div input[type="password"] {
    margin-top: 10px;
    height: 38px;
    font-size: 14px;
    line-height: 1;
  }
  .input_area .input_div .tit {
    display: block;
    font-size: 14px;
  }
  .input_area .input_div .tit .subtit {
    font-size: 13px;
    line-height: 19px;
  }
  .input_area .input_div .tit.con_tit {
    padding-top: 0;
  }
  .input_area .input_div .txt {
    margin-top: 9px;
    font-size: 14px;
    color: #333;
  }
  .input_area .input_div .select_area {
    display: block;
    min-height: 38px;
  }
  .input_area .input_div .select_area select {
    margin: 10px 6px 0 0;
    width: 100%;
  }
  .input_area .input_div .select_area select:last-child {
    margin-bottom: 0;
  }
  .input_area .input_div .select_area .txt {
    font-size: 14px;
    line-height: 38px;
    vertical-align: bottom;
  }
  .input_area .input_div .select_area .etc {
    margin-top: 6px;
    font-size: 13px;
    line-height: 19px;
  }
  .input_area .input_div .select_area .apart {
    margin: 0;
  }
  .input_area .input_div .select_area .txt_area {
    margin-top: 15px;
  }
  .input_area .input_div .select_area .txt_area textarea {
    padding: 0 10px 0 0;
  }
  .input_area .input_div .select_area .txt_area .count {
    font-size: 13px;
  }
  .input_area .input_div .select_area .file_div {
    margin-top: 10px;
  }
  .input_area .input_div .select_area .file_name {
    display: block;
    font-size: 14px;
  }
  .input_area .input_div .select_area .file_name .close {
    width: 12px;
    height: 12px;
  }
  .input_area .input_div .select_area .file_name .close img {
    width: 100%;
  }
  .input_area .input_div .select_area .file_btn {
    width: 87px;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
  }
  .input_area .input_div .select_area .email {
    display: block;
    width: 100% !important;
    font-size: 14px;
  }
  .input_area .input_div .select_area .file.on {
    top: 0px;
    left: 1px;
    width: 87px;
    height: 38px;
    opacity: 0;
  }
  .input_area .input_div .select_area input[type="file"]:disabled + label span:nth-child(1) {
    line-height: 38px;
  }
  .input_area .input_div .select_area .phone:first-child {
    margin-bottom: 0;
  }
  .input_area .input_div .select_area .phone:first-child input {
    padding: 5px 14px;
    width: calc(100% - 120px) !important;
    width: -webkit-calc(100% - 120px) !important;
  }
  .input_area .input_div .select_area .phone:nth-child(2) input {
    padding: 5px 14px;
    width: calc(100% - 72px) !important;
    width: -webkit-calc(100% - 72px) !important;
  }
  .input_area .input_div .select_area input + a {
    vertical-align: bottom;
  }
  .input_area .input_div .select_area .phoneNum {
    font-size: 14px;
    line-height: 38px;
  }
  .input_area .input_div .select_area .id_input {
    width: calc(100% - 94px) !important;
    width: -webkit-calc(100% - 94px) !important;
  }
  .input_area .input_div .select_area .email_agree input[type="checkbox"]:disabled + label {
    background: url(../images/m-cust-info-check.png) no-repeat center left 10px #f5f5f5;
    background-size: 14px auto;
  }
  .input_area .input_div .select_area .reInput {
    font-size: 13px;
  }
  .input_area .input_div .etc {
    margin-top: 16px;
    font-size: 13px;
    line-height: 19px;
    word-break: keep-all;
  }
  .input_area .confirm_div .confirm {
    font-size: 13px;
    line-height: 19px;
  }
  .input_area .btn {
    margin-top: 40px;
  }
  .input_area.login_info {
    margin-top: 80px;
  }
  .input_area.login_info.input_area .btn {
    margin-top: 10px;
  }
  .input_area.login_info .input_con {
    margin-bottom: 40px;
  }
  .input_area.login_info .input_con .input_div .select_area .wid280.address {
    margin-top: 10px;
    width: calc(100% - 94px) !important;
    width: -webkit-calc(100% - 94px) !important;
  }
  .input_area.private .input_con {
    margin-bottom: 40px;
  }
  .input_area.private .input_con .input_div .select_area .wid280.address {
    margin-top: 10px;
    width: calc(100% - 94px) !important;
    width: -webkit-calc(100% - 94px) !important;
  }
  .input_area.private .input_con .input_div .select_area .mt_btn {
    margin-top: 10px;
  }
  .input_area.private .input_con .input_div .select_area .blockBox {
    margin-top: 0px;
  }
}

@media all and (max-width: 320px) {
  .input_area.login_info.input_area .input_div .select_area input + a {
    margin-bottom: 0;
  }
  .input_area .input_div .select_area .phone:first-child input {
    margin-bottom: 8px;
    width: 100% !important;
  }
  .input_area .input_div .select_area .phone:first-child .btn {
    margin-top: 0;
  }
  .input_area .input_div .select_area .phone:nth-child(2) input {
    margin-top: 5px;
  }
  .input_area .input_div .select_area .phone:nth-child(2) input + a {
    margin-top: 5px;
  }
  .input_area .input_div .select_area .phone:nth-child(2) .btn {
    margin-top: 5px;
  }
  .input_area .input_div .select_area input + a {
    margin-bottom: 5px;
  }
}

.selDiv {
  display: none;
}

.selDiv select {
  vertical-align: top;
}

.selDiv .apartInfo input {
  vertical-align: top;
}

/*라디오 버튼*/
.radio_div {
  display: inline-block;
  margin-right: 27px;
  height: 40px;
}

.radio_div input[type="radio"] {
  display: none;
}

.radio_div input[type="radio"] + label {
  position: relative;
  padding-left: 30px;
  line-height: 24px;
  color: #333;
  vertical-align: middle;
}

.radio_div input[type="radio"] + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

.radio_div input[type="radio"]:disabled + label:after {
  border: 1px solid #dfdfdf !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f5f5f5 !important;
}

.radio_div input[type="radio"]:checked + label:after {
  border: 1px solid #8b2332;
  background: url(../images/radio-check-icon.png) no-repeat center center;
}

@media all and (max-width: 768px) {
  .radio_div {
    margin: 7px 20px 0 0;
    height: 25px;
  }
  .radio_div input[type="radio"] + label {
    font-size: 14px;
  }
  .radio_div input[type="radio"] + label:after {
    width: 21px;
    height: 21px;
  }
  .radio_div input[type="radio"]:checked + label:after {
    border: 1px solid #8b2332;
    background: url(../images/m-radio-check-icon.png) no-repeat center center;
    background-size: 20px auto;
  }
}

@media all and (max-width: 1280px) {
  .inq_page .apartInfo {
    margin-top: 0px;
    margin-left: 7px;
  }
}

@media all and (max-width: 768px) {
  .inq_page .apartInfo {
    margin-left: 0px;
  }
}

/* 동, 호수 */
.apartInfo {
  display: inline-block;
  margin-left: 7px;
}

.apartInfo.fir {
  margin-left: 0;
}

.apartInfo .txt {
  margin-right: 6px;
  line-height: 46px;
}

@media all and (max-width: 1280px) {
  .apartInfo {
    margin-left: 0px;
    margin-top: 7px;
  }
}

@media all and (max-width: 768px) {
  .apartInfo {
    margin-top: 0px;
  }
}

/*달력 아이콘 인풋*/
.calender_div {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-left: 1px;
  width: 280px;
  vertical-align: middle;
  border: 1px solid #e1e1e1;
}

.calender_div.on {
  background: #f5f5f5;
}

.calender_div input {
  margin-right: 0px;
  padding: 5px 14px;
  width: 241px;
  height: 45px;
  line-height: 45px;
  border: none;
}

.calender_div .calender_icon {
  display: inline-block;
  height: 18px;
  vertical-align: middle;
}

.calender_div .calender_icon .onlyWeb {
  display: inline-block;
}

.calender_div .calender_icon .onlyMob {
  display: none;
}

.calender_div .calender_icon span {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

@media all and (max-width: 1280px) {
  .calender_div {
    width: calc((100% - 40px) / 2);
    width: -webkit-calc((100% - 40px) / 2);
  }
  .calender_div + select.wid140 {
    width: calc((100% - 40px) / 2) !important;
    width: -webkit-calc((100% - 40px) / 2) !important;
  }
  .calender_div input {
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
  }
}

@media all and (max-width: 768px) {
  .calender_div {
    margin-right: 7px;
    width: calc(50% - 14px);
    width: -webkit-calc(50% - 14px);
    height: 38px;
    vertical-align: bottom;
  }
  .calender_div input {
    margin-top: 0px !important;
    padding: 5px;
    width: calc(100% - 33px);
    width: -webkit-calc(100% - 33px);
    height: 36px;
  }
  .calender_div .calender_div + .wid140 {
    width: 43% !important;
  }
  .calender_div .calender_icon .onlyWeb {
    display: none;
  }
  .calender_div .calender_icon .onlyMob {
    display: inline-block;
    width: 16px;
  }
}

/* 결과페이지 공통 */
.win_area {
  position: relative;
  margin-bottom: 80px;
  width: 100%;
  height: 440px;
  background: #f8f8f8;
}

.win_area.contract {
  height: 552px;
}

.win_area.contract .win_div {
  position: static;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-top: 50px;
  padding: 175px 120px 0 120px;
  width: 100%;
  background: url("../images/nodata-icon.png") no-repeat center top 100px;
}

.win_area.prize .win_div {
  padding: 110px 0 0 0;
  background: url("../images/prize-icon.png") no-repeat center 0;
}

.win_area.join_done {
  margin-top: 80px;
}

.win_area.join_done .win_div {
  padding: 95px 0 0 0;
  background: url("../images/join-done-icon.png") no-repeat center 0;
}

.win_area.noUse {
  margin-bottom: 0px;
}

.win_area.guide {
  margin-top: 80px;
}

.win_area.guide .win_div {
  padding: 77px 0 0 0;
  background: url("../images/modelH-guide-icon.png") no-repeat center 0;
}

.win_area.book_done {
  margin-top: 80px;
}

.win_area.book_done .win_div {
  padding: 77px 0 0 0;
  background: url("../images/modelH-bookDone-icon.png") no-repeat center 0;
}

.win_area .win_div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 75px;
  width: 95%;
  background: url("../images/nodata-icon.png") no-repeat center 0;
}

.win_area .win_div .tit {
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 32px;
}

.win_area .win_div .txt {
  margin-top: 5px;
  text-align: center;
  line-height: 30px;
  color: #666;
  font-size: 18px;
  word-break: keep-all;
}

.win_area .win_div .txt .redTxt {
  color: #8b2332;
}

.win_area .service_div {
  overflow: hidden;
  margin-top: 94px;
  border-top: 1px solid #e5e5e5;
}

.win_area .service_div .num_div {
  float: left;
  margin: 60px 0;
  padding-left: 78px;
  width: 50%;
  color: #333;
  line-height: 1;
}

.win_area .service_div .num_div span {
  display: block;
  margin-top: 12px;
  line-height: 1;
  font-size: 36px;
}

.win_area .service_div .button_div {
  float: left;
  width: 50%;
  margin: 60px 0;
  padding-right: 63px;
  border-left: 1px solid #e5e5e5;
}

.win_area .service_div .button_div p {
  text-align: right;
}

@media all and (max-width: 1280px) {
  .win_area.contract .win_div {
    padding: 175px 7% 0 7%;
  }
}

@media all and (max-width: 981px) {
  .win_area .service_div .num_div {
    padding-left: 55px;
  }
  .win_area .service_div .button_div {
    padding-right: 25px;
  }
}

@media all and (max-width: 768px) {
  .win_area {
    margin-bottom: 40px;
    min-height: 260px;
    height: auto;
  }
  .win_area.contract {
    height: 465px;
  }
  .win_area.contract .win_div {
    padding: 115px 0 0;
    margin: 0 auto;
    width: 90%;
    background: url("../images/nodata-icon.png") no-repeat center top 50px;
  }
  .win_area.guide {
    min-height: 300px;
  }
  .win_area.guide .win_div {
    padding-top: 60px;
    background: url(../images/m-modelH-guide-icon.png) no-repeat center 0/47px auto;
  }
  .win_area.join_done {
    margin-top: 40px;
  }
  .win_area.join_done .win_div {
    padding-top: 60px;
    background: url(../images/m-join-done-icon.png) no-repeat center 0/39px auto;
  }
  .win_area.prize .win_div {
    padding-top: 85px;
    background: url(../images/m-prize-icon.png) no-repeat center 0/54px auto;
  }
  .win_area.book_done {
    margin-top: 40px;
  }
  .win_area .win_div {
    padding-top: 60px;
    width: 90%;
  }
  .win_area .win_div.prize_div {
    padding-top: 95px;
  }
  .win_area .win_div .tit {
    font-size: 15px;
    line-height: 21px;
    word-break: keep-all;
  }
  .win_area .win_div .txt {
    margin-top: 13px;
    font-size: 14px;
    line-height: 20px;
    word-break: keep-all;
  }
  .win_area .service_div {
    margin-top: 47px;
  }
  .win_area .service_div .num_div {
    float: none;
    margin: 37px 0 28px;
    padding-left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .win_area .service_div .num_div .number {
    font-size: 25px;
  }
  .win_area .service_div .button_div {
    float: none;
    margin: 0;
    padding-right: 0;
    width: 100%;
    border-left: none;
  }
  .win_area .service_div .button_div p {
    text-align: center;
  }
}

/* 당첨조회 */
.prize_page .cust_info {
  margin-bottom: 40px;
}

@media all and (max-width: 768px) {
  .prize_page .cust_info {
    margin-bottom: 20px;
  }
}

/* 청약 가점제도 */
.systemD {
  width: 1160px;
  margin: auto;
  padding-bottom: 200px;
}

.systemD .img_box {
  position: relative;
  width: 1540px;
  height: 560px;
  margin-bottom: 100px;
}

.systemD .img_box .bgImg {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.systemD .img_box .bgImg img {
  position: absolute;
}

.systemD .img_box .txt_con {
  position: absolute;
  left: 120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.systemD .img_box .tit {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  font-weight: 300;
}

.systemD .img_box .txt {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.systemD .content_div {
  width: 1160px;
  margin: auto;
}

.systemD .content_div .txt {
  margin-top: 0px;
  padding-left: 0;
}

.systemD .tit {
  margin-bottom: 13px;
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
}

.systemD .txt {
  margin-bottom: 43px;
  line-height: 30px;
}

@media all and (max-width: 1280px) {
  .systemD {
    width: 100%;
  }
  .systemD .img_box {
    margin: 0 0 100px 5%;
    width: 100%;
  }
  .systemD .img_box .txt_con {
    left: 80px;
    width: 80%;
  }
  .systemD .content_div {
    padding: 0 5%;
    width: 100%;
  }
}

@media all and (max-width: 981px) {
  .systemD .img_box .tit {
    font-size: 28px;
    line-height: 36px;
  }
}

@media all and (max-width: 768px) {
  .systemD {
    padding-bottom: 100px;
  }
  .systemD .txt {
    word-break: keep-all;
  }
  .systemD .img_box {
    margin: 0 0 50px 5%;
    height: 300px;
  }
  .systemD .img_box .bgImg img {
    position: static;
    width: 100%;
    height: 100%;
  }
  .systemD .img_box .txt_con {
    padding-right: 5%;
    width: 90%;
    left: 15px;
  }
  .systemD .img_box .txt_con .tit {
    margin-bottom: 25px;
    font-size: 19px;
    line-height: 25px;
    word-break: keep-all;
  }
  .systemD .img_box .txt_con .txt {
    font-size: 13px;
    line-height: 19px;
    word-break: keep-all;
  }
  .systemD .tit {
    font-size: 15px;
  }
  .systemD .txt {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
  }
}

/* 입주가이드 */
.moveIn_page {
  position: relative;
}

.moveIn_page .systemD .img_div {
  margin-bottom: 120px;
}

.moveIn_page .systemD.manualD {
  padding-bottom: 0;
}

.moveIn_page .chk_div {
  padding: 0 120px;
}

.moveIn_page .chk_div:after {
  display: block;
  content: "";
  clear: both;
}

.moveIn_page .chk_list {
  float: left;
  position: relative;
  top: 60px;
  padding-top: 180px;
  width: 410px;
  min-height: 490px;
  border-top: 1px solid #ddd;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.moveIn_page .chk_list .icon {
  position: absolute;
  top: 60px;
  left: 0;
}

.moveIn_page .chk_list .title {
  margin-bottom: 23px;
  line-height: 1;
  font-size: 36px;
  color: #333;
}

.moveIn_page .chk_list:nth-child(1) {
  min-height: 433px;
  border: none;
}

.moveIn_page .chk_list:nth-child(2) {
  min-height: 433px;
  border: none;
}

.moveIn_page .chk_list:nth-child(2n) {
  margin-left: 100px;
}

.moveIn_page .chk_list:nth-child(2n+1) {
  clear: both;
}

.moveIn_page .chk_list:nth-child(7) {
  min-height: 379px;
}

.moveIn_page .chk_list:nth-child(8) {
  min-height: 379px;
}

.moveIn_page .txt_list {
  position: relative;
  padding-left: 13px;
  font-size: 16px;
  line-height: 28px;
}

.moveIn_page .txt_list::before {
  display: block;
  content: "";
  position: absolute;
  top: 13px;
  left: 0px;
  width: 3px;
  height: 3px;
  background: #666;
}

.moveIn_page .chk_div.active .chk_list {
  top: 0;
  opacity: 1;
}

.moveIn_page .chk_div.active .chk_list:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.moveIn_page .chk_div.active .chk_list:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.moveIn_page .chk_div.active .chk_list:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.moveIn_page .chk_div.active .chk_list:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.moveIn_page .chk_div.active .chk_list:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.moveIn_page .chk_div.active .chk_list:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.moveIn_page .chk_div.active .chk_list:nth-child(8) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.moveIn_page .manual_div .title {
  position: relative;
  top: 60px;
  font-size: 36px;
  line-height: 48px;
  color: #333333;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.moveIn_page .manual_div .etc {
  position: relative;
  top: 60px;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1;
  color: #888888;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.moveIn_page .manual_div .icon_div {
  margin-top: 80px;
  padding: 0 120px;
}

.moveIn_page .manual_div .icon_div:after {
  display: block;
  content: "";
  clear: both;
}

.moveIn_page .manual_div .iconBox {
  display: table;
  float: left;
  position: relative;
  top: 60px;
  width: 410px;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.moveIn_page .manual_div .iconBox:nth-child(1) {
  padding-bottom: 60px;
  margin-right: 100px;
  border-bottom: 1px solid #ddd;
}

.moveIn_page .manual_div .iconBox:nth-child(2) {
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
}

.moveIn_page .manual_div .iconBox:nth-child(3) {
  padding-top: 60px;
  margin-right: 100px;
}

.moveIn_page .manual_div .iconBox:nth-child(4) {
  padding-top: 60px;
}

.moveIn_page .manual_div .iconBox .img {
  width: 80px;
  display: table-cell;
}

.moveIn_page .manual_div .iconBox .txt {
  display: table-cell;
  padding-left: 30px;
  color: #333;
  vertical-align: middle;
}

.moveIn_page .manual_div.active .title {
  top: 0;
  opacity: 1;
}

.moveIn_page .manual_div.active .etc {
  top: 0;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.moveIn_page .manual_div.active .iconBox {
  top: 0;
  opacity: 1;
}

.moveIn_page .manual_div.active .iconBox:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.moveIn_page .manual_div.active .iconBox:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.moveIn_page .manual_div.active .iconBox:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.moveIn_page .manual_div.active .iconBox:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.moveIn_page .custInq .inq_process {
  padding: 180px 0 127px;
}

.moveIn_page .procedureD {
  background: #f8f8f8;
}

.moveIn_page .procedureD .acco_area {
  width: 1160px;
  margin: auto;
  padding: 120px 0 200px;
}

.moveIn_page .procedureD .acco_div {
  border-bottom: 1px solid #ddd;
}

.moveIn_page .procedureD .accoTit a {
  display: block;
  position: relative;
  padding: 60px 0 60px 120px;
}

.moveIn_page .procedureD .accoTit a .num {
  position: absolute;
  top: 55px;
  left: 0;
  font-size: 36px;
  color: #333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.moveIn_page .procedureD .accoTit a .title {
  font-size: 36px;
  color: #333;
  line-height: 1;
}

.moveIn_page .procedureD .accoTit a .arrow {
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.moveIn_page .procedureD .accoTit a.on {
  border-bottom: none;
}

.moveIn_page .procedureD .accoTit a.on .arrow {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.moveIn_page .procedureD .accoTit a.on .num {
  font-size: 82px;
  line-height: 1;
}

.moveIn_page .procedureD .content {
  display: none;
}

.moveIn_page .procedureD .con {
  padding: 0 120px 42px;
}

.moveIn_page .procedureD .txt_box {
  padding: 50px 0 42px;
  border-bottom: 1px solid #ddd;
}

.moveIn_page .procedureD .txt_box:first-child {
  padding-top: 0;
}

.moveIn_page .procedureD .txt_box:last-child {
  padding: 50px 0 0;
  border-bottom: 0;
}

.moveIn_page .procedureD .txt_box .listTit {
  margin-bottom: 42px;
  font-size: 24px;
  color: #333;
  font-weight: 500;
  line-height: 1;
}

.moveIn_page .procedureD .txt_area {
  display: table;
  margin-bottom: 17px;
}

.moveIn_page .procedureD .txt_area .title {
  display: table-cell;
  width: 150px;
  font-size: 20px;
  color: #333;
  font-weight: 500;
  line-height: 29px;
  vertical-align: middle;
}

.moveIn_page .procedureD .txt_area .title.top {
  vertical-align: top;
}

.moveIn_page .procedureD .txt_area .txt_con {
  display: table-cell;
}

.moveIn_page .procedureD .txt_area .txt_con .txt {
  line-height: 30px;
}

.moveIn_page .procedureD .txt_area .txt_con .etc {
  margin-top: 16px;
  font-size: 16px;
  color: #888888;
}

.moveIn_page .procedureD .txt_area .txt_con .color333 {
  font-weight: 600;
}

.moveIn_page .video_area {
  display: none;
}

.moveIn_page .video_area.on {
  display: block;
}

.moveIn_page .videoCon {
  margin-bottom: 180px;
}

.moveIn_page .videoCon .tab_area {
  position: absolute;
  top: 120px;
  left: 80px;
}

.moveIn_page .videoCon .tab_area .tab_btn {
  position: relative;
  display: block;
  margin-bottom: 40px;
  padding-left: 43px;
  font-size: 18px;
  color: #aaa;
}

.moveIn_page .videoCon .tab_area .tab_btn span {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 14px;
}

.moveIn_page .videoCon .tab_area .tab_btn.on {
  color: #8b2332;
  font-weight: 900;
}

.moveIn_page .video_div {
  position: relative;
  margin-left: 380px;
  width: calc(100% - 380px);
  height: 865px;
}

.moveIn_page .video_div .txt_con {
  position: absolute;
  top: 120px;
  left: 120px;
  z-index: 3;
}

.moveIn_page .video_div .txt_con .type {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: 900;
}

.moveIn_page .video_div .txt_con .tit {
  margin: 40px 0 20px;
  font-size: 42px;
  line-height: 1;
  color: #fff;
}

.moveIn_page .video_div .txt_con .subtit {
  color: #fff;
  opacity: 0.8;
}

.moveIn_page .video_div .txt_con .con {
  margin-top: 60px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}

.moveIn_page .video_div .txt_con .con p {
  margin-top: 13px;
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
  line-height: 1;
}

.moveIn_page .video_div .txt_con .con p:first-child {
  margin-top: 0;
}

.moveIn_page .video_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.moveIn_page .video_box #video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.moveIn_page .img_div {
  position: absolute;
  top: 0;
  left: 0;
  padding: 120px 0 0 120px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.moveIn_page .img_div .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.moveIn_page .img_div .bg img {
  width: 100%;
  height: 100%;
}

.moveIn_page .img_div .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.moveIn_page .subtit_box {
  overflow-y: auto;
  margin: 30px 380px 180px 380px;
  width: calc(100% - 760px);
  height: 85px;
  font-size: 16px;
  line-height: 28px;
  color: #333;
}

@media all and (max-width: 1700px) {
  .moveIn_page .videoCon .tab_area {
    top: 90px;
  }
  .moveIn_page .video_div .txt_con {
    top: 90px;
    left: 90px;
    width: 250px;
  }
  .moveIn_page .video_div .txt_con .subtit {
    line-height: 26px;
  }
}

@media all and (max-width: 1280px) {
  .moveIn_page .videoCon .tab_area {
    left: 40px;
  }
  .moveIn_page .video_div {
    margin-left: 250px;
    width: calc(100% - 250px);
  }
  .moveIn_page .video_div .txt_con {
    top: 40px;
    left: 40px;
  }
  .moveIn_page .video_div .txt_con .tit {
    font-size: 32px;
    word-break: keep-all;
    line-height: 40px;
  }
  .moveIn_page .video_div .txt_con .subtit {
    font-size: 17px;
    word-break: keep-all;
  }
  .moveIn_page .subtit_box {
    margin: 30px 5% 90px;
    width: 90%;
  }
  .moveIn_page .procedureD .acco_area {
    padding: 120px 5% 200px;
    width: 100%;
  }
  .moveIn_page .chk_div {
    padding: 0;
  }
  .moveIn_page .chk_list {
    padding: 43px 0 30px;
    width: calc((100% - 100px) / 2);
    min-height: auto;
  }
  .moveIn_page .chk_list .title {
    font-size: 23px;
  }
  .moveIn_page .chk_list .icon {
    top: 30px;
    left: auto;
    right: 0;
  }
  .moveIn_page .chk_list .icon img {
    width: 50px;
  }
  .moveIn_page .chk_list:nth-child(1) {
    min-height: auto;
    border: none;
  }
  .moveIn_page .chk_list:nth-child(2) {
    min-height: auto;
    border: none;
  }
  .moveIn_page .chk_list:nth-child(2n) {
    margin-left: 100px;
  }
  .moveIn_page .chk_list:nth-child(2n+1) {
    clear: both;
  }
  .moveIn_page .chk_list:nth-child(7) {
    min-height: auto;
  }
  .moveIn_page .chk_list:nth-child(8) {
    min-height: auto;
  }
  .moveIn_page .txt_list {
    font-size: 13px;
    line-height: 19px;
  }
  .moveIn_page .txt_list:before {
    top: 9px;
  }
  .moveIn_page .manual_div .icon_div {
    padding: 0;
  }
  .moveIn_page .manual_div .iconBox {
    width: calc((100% - 100px) / 2);
  }
}

@media all and (max-width: 981px) {
  .moveIn_page .videoCon {
    margin-bottom: 120px;
  }
  .moveIn_page .videoCon .tab_area {
    display: table;
    position: static;
    padding: 0 5%;
    margin-bottom: 60px;
    width: 100%;
  }
  .moveIn_page .videoCon .tab_area .tab_btn {
    display: table-cell;
    padding-left: 0;
    width: 25%;
    height: 45px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-right: none;
  }
  .moveIn_page .videoCon .tab_area .tab_btn span {
    display: none;
  }
  .moveIn_page .videoCon .tab_area .tab_btn.on {
    border: 1px solid #8b2332;
  }
  .moveIn_page .videoCon .tab_area .tab_btn:last-child {
    border-right: 1px solid #ddd;
  }
  .moveIn_page .videoCon .tab_area .tab_btn:last-child.on {
    border-right: 1px solid #8b2332;
  }
  .moveIn_page .video_div {
    margin: 0 5%;
    width: 90%;
  }
  .moveIn_page .video_div .txt_con {
    width: 220px;
  }
  .moveIn_page .procedureD .acco_area {
    padding: 80px 5% 150px;
    width: 100%;
  }
  .moveIn_page .procedureD .accoTit a {
    padding: 40px 0 40px 80px;
  }
  .moveIn_page .procedureD .accoTit a .num {
    top: 37px;
    font-size: 25px;
  }
  .moveIn_page .procedureD .accoTit a .title {
    font-size: 25px;
  }
  .moveIn_page .procedureD .accoTit a.on .num {
    font-size: 55px;
  }
  .moveIn_page .procedureD .con {
    padding: 0 80px 42px;
  }
  .moveIn_page .procedureD .txt_area .title {
    font-size: 18px;
    line-height: 27px;
  }
  .moveIn_page .procedureD .txt_area .txt_con .txt {
    font-size: 16px;
    line-height: 28px;
  }
  .moveIn_page .procedureD .txt_area .txt_con .etc {
    font-size: 15px;
  }
  .moveIn_page .procedureD .txt_box .listTit {
    font-size: 22px;
  }
  .moveIn_page .subtit_box > div {
    padding-right: 10px;
  }
  .moveIn_page .manual_div .title {
    font-size: 28px;
    line-height: 36px;
  }
  .moveIn_page .manual_div .iconBox {
    width: calc((100% - 50px) / 2);
  }
  .moveIn_page .manual_div .iconBox .txt {
    padding-left: 20px;
    font-size: 16px;
  }
  .moveIn_page .manual_div .iconBox:nth-child(1) {
    margin-right: 50px;
  }
  .moveIn_page .manual_div .iconBox:nth-child(3) {
    margin-right: 50px;
  }
}

@media all and (max-width: 768px) {
  .moveIn_page .videoCon {
    margin-bottom: 90px;
  }
  .moveIn_page .videoCon .tab_area {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .moveIn_page .videoCon .tab_area .tab_btn {
    display: block;
    float: left;
    margin-bottom: 0;
    width: 50%;
    font-size: 14px;
    line-height: 44px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .moveIn_page .videoCon .tab_area .tab_btn:nth-child(2) {
    border-right: 1px solid #ddd;
  }
  .moveIn_page .videoCon .tab_area .tab_btn:nth-child(2).on {
    border-right: 1px solid #8b2332;
  }
  .moveIn_page .videoCon .tab_area .tab_btn:nth-child(3) {
    border-top: none;
  }
  .moveIn_page .videoCon .tab_area .tab_btn:nth-child(3).on {
    line-height: 43px;
    border-top: 1px solid #8b2332;
  }
  .moveIn_page .videoCon .tab_area .tab_btn:nth-child(4) {
    border-top: none;
  }
  .moveIn_page .videoCon .tab_area .tab_btn:nth-child(4).on {
    line-height: 43px;
    border-top: 1px solid #8b2332;
  }
  .moveIn_page .video_div {
    margin: 265px 5% 0;
  }
  .moveIn_page .video_div .txt_con {
    top: -236px;
    left: 0;
    width: 100%;
  }
  .moveIn_page .video_div .txt_con .type {
    font-size: 14px;
    color: #333;
  }
  .moveIn_page .video_div .txt_con .tit {
    margin: 20px 0 15px;
    font-size: 26px;
    color: #333;
  }
  .moveIn_page .video_div .txt_con .subtit {
    font-size: 14px;
    color: #666666;
  }
  .moveIn_page .video_div .txt_con .con {
    margin-top: 25px;
    padding-left: 15px;
    border-left: 1px solid #858585;
  }
  .moveIn_page .video_div .txt_con .con p {
    color: #666666;
    font-size: 13px;
  }
  .moveIn_page .img_div .play {
    width: 70px;
    height: 70px;
  }
  .moveIn_page .img_div .play img {
    width: 100%;
    height: 100%;
  }
  .moveIn_page .subtit_box {
    height: 100px;
    font-size: 13px;
    line-height: 20px;
  }
  .moveIn_page .procedureD .acco_area {
    padding: 60px 5% 100px;
  }
  .moveIn_page .procedureD .accoTit a {
    padding: 30px 0 30px 25px;
  }
  .moveIn_page .procedureD .accoTit a .num {
    top: 28px;
    font-size: 21px;
  }
  .moveIn_page .procedureD .accoTit a .title {
    font-size: 21px;
  }
  .moveIn_page .procedureD .accoTit a .arrow {
    right: 0;
    width: 17px;
  }
  .moveIn_page .procedureD .accoTit a.on .num {
    font-size: 21px;
  }
  .moveIn_page .procedureD .con {
    padding: 0 25px 27px;
  }
  .moveIn_page .procedureD .txt_area {
    display: block;
    margin-bottom: 27px;
  }
  .moveIn_page .procedureD .txt_area .title {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1;
  }
  .moveIn_page .procedureD .txt_area .txt_con {
    display: block;
  }
  .moveIn_page .procedureD .txt_area .txt_con .txt {
    font-size: 14px;
    line-height: 20px;
  }
  .moveIn_page .procedureD .txt_area .txt_con .etc {
    margin-top: 7px;
    font-size: 13px;
    line-height: 19px;
  }
  .moveIn_page .procedureD .txt_area:last-child {
    margin-bottom: 0;
  }
  .moveIn_page .procedureD .txt_box {
    padding: 30px 0 27px;
  }
  .moveIn_page .procedureD .txt_box .listTit {
    margin-bottom: 30px;
    font-size: 19px;
  }
  .moveIn_page .procedureD .txt_box:last-child {
    padding: 30px 0 0;
  }
  .moveIn_page .chk_list {
    width: calc((100% - 50px) / 2);
  }
  .moveIn_page .chk_list:nth-child(2n) {
    margin-left: 50px;
  }
  .moveIn_page .manual_div .title {
    font-size: 23px;
    line-height: 29px;
    word-break: keep-all;
  }
  .moveIn_page .manual_div .etc {
    margin-top: 16px;
    font-size: 13px;
  }
  .moveIn_page .manual_div .icon_div {
    margin-top: 40px;
  }
  .moveIn_page .manual_div .iconBox {
    float: none;
    padding: 30px 0;
    width: 100%;
  }
  .moveIn_page .manual_div .iconBox:nth-child(1) {
    margin-right: 0;
    padding: 0 0 30px 0;
  }
  .moveIn_page .manual_div .iconBox:nth-child(2) {
    padding-bottom: 30px;
  }
  .moveIn_page .manual_div .iconBox:nth-child(3) {
    margin-right: 0;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
  }
  .moveIn_page .manual_div .iconBox:nth-child(4) {
    padding: 30px 0 0;
  }
  .moveIn_page .manual_div .iconBox .img {
    width: 50px;
  }
  .moveIn_page .manual_div .iconBox .img img {
    width: 100%;
  }
  .moveIn_page .manual_div .iconBox .txt {
    font-size: 14px;
    line-height: 20px;
    word-break: keep-all;
  }
  .moveIn_page .custInq .inq_process {
    padding: 56px 0 96px;
  }
  .moveIn_page .custInq .inq_process .title {
    margin-bottom: 36px;
  }
  .moveIn_page .custInq .inq_process .turn_div .turn {
    padding: 30px 0 27px 25px;
  }
  .moveIn_page .custInq .inq_process .turn_div .turn:nth-child(1) {
    padding-top: 0;
  }
  .moveIn_page .custInq .inq_process .turn_div .turn:last-child {
    padding-bottom: 0;
  }
  .moveIn_page .custInq .inq_process .turn_div .turn .tit {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 500px) {
  .moveIn_page .chk_list {
    width: 100%;
  }
  .moveIn_page .chk_list:nth-child(1) {
    padding-top: 15px;
    border-bottom: 1px solid #ddd;
  }
  .moveIn_page .chk_list:nth-child(1) .icon {
    top: -1px;
  }
  .moveIn_page .chk_list:nth-child(2n) {
    margin-left: 0px;
  }
  .moveIn_page .chk_list:last-child {
    padding-bottom: 0;
  }
}

/* 테이블 공통 */
.table_div {
  position: relative;
  margin-top: 30px;
  border-top: 1px solid #333;
}

.table_div .scroll_bg {
  display: none;
  width: 100%;
  height: 100%;
}

.table_div .type1 th {
  padding: 18px 20px;
  text-align: center;
  word-break: keep-all;
  background: #f8f8f8;
}

.table_div .type1 td {
  padding: 18px 20px;
  text-align: center;
  word-break: keep-all;
}

.table_div .type1 .bold {
  font-weight: bold;
  color: #333;
}

.table_div .type1 .wine_color {
  color: #8b2332;
}

.table_div .type1 thead th {
  padding: 18px 0;
  font-weight: bold;
  color: #333;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.table_div .type1 thead th:last-child {
  border-right: none;
}

.table_div .type1 tbody tr th {
  font-weight: 500;
  line-height: 30px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.table_div .type1 tbody tr td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.table_div .type1 tbody tr td:last-child {
  border-right: none;
}

.table_div .fixedTable {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media all and (max-width: 981px) {
  .table_div .type1 thead th {
    padding: 13px 15px;
    word-break: keep-all;
  }
  .table_div .type1 tbody tr th {
    font-size: 14px;
    line-height: 21px;
    word-break: keep-all;
  }
  .table_div .type1 th {
    font-size: 14px;
  }
  .table_div .type1 td {
    padding: 13px 15px;
    font-size: 14px;
  }
}

@media all and (max-width: 768px) {
  .table_div {
    overflow: hidden;
    margin-top: 20px;
    width: 100%;
  }
  .table_div .scroll_bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(64, 25, 31, 0.6);
    z-index: 2;
  }
  .table_div .scroll_bg .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 13px;
  }
  .table_div .scroll_bg img {
    margin-bottom: 30px;
    width: 207px;
  }
  .table_div .scroll {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
  }
  .table_div .scroll::-webkit-scrollbar {
    display: none !important;
  }
  .table_div .scroll .type1 {
    width: 700px;
  }
}

/* 부가설명 공통 */
.etc_txt {
  position: relative;  
  padding-left: 19px;
  font-size: 16px;
  line-height: 28px;
  color: #888;
  word-break: keep-all;
}

.etc_txt:before {
  display: block;
  content: "※";
  position: absolute;
  top: 0px;
  left: 0px;
}

.etc_txt.red{
    color:#8b2332;
}

@media all and (max-width: 768px) {
  .etc_txt {
    margin-top: 20px;
    font-size: 13px;
    line-height: 20px;
  }
}

/* 청약가점계산기 */
.calc_div {
  padding-bottom: 80px;
}

.calc_div .tit_div .tit {
  margin-left: -15px;
  line-height: 40px;
  font-size: 28px;
  color: #333;
}

.calc_div .tit_div .subtit {
  margin-top: 28px;
  font-size: 16px;
  color: #666;
  line-height: 28px;
}

.calc_div .calc_list {
  margin-top: 75px;
}

.calc_div .calc_list:last-child .data_div {
  padding: 57px 95px 68px;
  border-bottom: 1px solid #ddd;
}

.calc_div .select_div {
  border: 1px solid #ddd;
  background: #f6f6f6;
}

.calc_div .select_div.on {
  border: 1px solid #8b2332;
  background: #fff;
}

.calc_div .select_div .txt_con {
  overflow: hidden;
  position: relative;
  padding: 60px 53px 60px 60px;
}

.calc_div .select_div .txt_con .title {
  float: left;
  position: relative;
  font-size: 28px;
  line-height: 40px;
  color: #333;
}

.calc_div .select_div .txt_con .title .bold {
  font-weight: bold;
}

.calc_div .select_div .txt_con .add_txt {
  position: absolute;
  bottom: 38px;
  left: 95px;
  font-size: 16px;
  line-height: 26px;
  color: #888;
}

.calc_div .select_div .txt_con .select_area {
  float: right;
}

.calc_div .select_div .txt_con .select_area select {
  margin-left: 0px;
  font-size: 18px;
}

.calc_div .data_btn {
  display: block;
  padding: 18px 0;
  width: 100%;
  line-height: 1;
  font-size: 16px;
  color: #333;
  font-family: "Noto sans KR", "Malgun Gothic", "sans-serif";
  border-top: 1px solid #e5e5e5;
}

.calc_div .data_btn .txt {
  position: relative;
  display: inline-block;
  padding-right: 34px;
  margin-bottom: 0;
  margin-top: 0;
}

.calc_div .data_btn .txt:before {
  display: none;
}

.calc_div .data_btn .txt img {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.calc_div .data_btn.on img {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

@media all and (max-width: 1280px) {
  .calc_div .select_div .txt_con .title {
    letter-spacing: -1.2px;
  }
}

@media all and (max-width: 1024px) {
  .calc_div .select_div .txt_con .select_area {
    float: none;
    margin: 20px 0;
    width: 100%;
  }
  .calc_div .select_div .txt_con .select_area select {
    width: 100%;
  }
  .calc_div .select_div .txt_con .title {
    float: none;
    width: 100%;
    word-break: keep-all;
  }
  .calc_div .select_div .txt_con .add_txt {
    left: 60px;
  }
}

@media all and (max-width: 768px) {
  .calc_div {
    padding-bottom: 40px;
  }
  .calc_div .tit_div .tit {
    line-height: 25px;
    font-size: 19px;
    word-break: keep-all;
  }
  .calc_div .tit_div .subtit {
    margin-top: 15px;
    font-size: 13px;
    line-height: 19px;
  }
  .calc_div .data_btn {
    padding: 15px 0;
  }
  .calc_div .data_btn .txt {
    padding-right: 28px;
    font-size: 13px;
  }
  .calc_div .data_btn .txt img {
    width: 13px;
    height: auto;
  }
  .calc_div .calc_list {
    margin-top: 40px;
  }
  .calc_div .calc_list:last-child .data_div {
    padding: 30px 0 40px;
  }
  .calc_div .select_div .txt_con {
    padding: 35px 25px 57px;
  }
  .calc_div .select_div .txt_con .select_area {
    margin: 20px 0 0;
  }
  .calc_div .select_div .txt_con .select_area select {
    height: 38px;
    font-size: 14px;
  }
  .calc_div .select_div .txt_con .title {
    font-size: 19px;
    line-height: 25px;
    word-break: keep-all;
  }
  .calc_div .select_div .txt_con .add_txt {
    bottom: 18px;
    left: 25px;
    font-size: 13px;
  }
}

@media all and (max-width: 500px) {
  .calc_div .tit_div .tit {
    margin: 0;
    width: 100%;
  }
}

.data_div {
  display: none;
  padding: 57px 95px 0px 95px;
  letter-spacing: 0;
}

.data_div .data_list {
  overflow: hidden;
  margin-bottom: 30px;
}

.data_div .data_list:last-child {
  margin-bottom: 0;
}

.data_div .confirm {
  float: left;
  width: 180px;
  font-size: 20px;
  color: #333;
  font-weight: 400;
  line-height: 30px;
}

.data_div .confirm .sub {
  display: block;
  margin-top: -5px;
  font-size: 16px;
}

.data_div .docu_list {
  float: left;
  width: calc(100% - 180px);
  width: -webkit-calc(100% - 180px);
}

.data_div .docu {
  position: relative;
  padding-left: 13px;
  margin-bottom: 12px;
  line-height: 30px;
  word-break: keep-all;
}

.data_div .docu:after {
  display: block;
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #666666;
}

.data_div .docu .etc {
  position: relative;
  margin-top: 6px;
  padding-left: 19px;
  font-size: 16px;
  color: #888888;
  line-height: 28px;
}

.data_div .docu .etc:before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.data_div .docu .etc_list {
  margin-top: 6px;
  font-size: 16px;
  line-height: 28px;
}

.data_div .docu .etc_list:last-child {
  margin-top: 0;
}

@media all and (max-width: 768px) {
  .data_div {
    padding: 30px 0 0 0;
  }
  .data_div .confirm {
    float: none;
    width: 100%;
    font-size: 15px;
  }
  .data_div .confirm .sub {
    margin-top: -8px;
    font-size: 13px;
  }
  .data_div .docu_list {
    float: none;
    width: 100%;
  }
  .data_div .docu {
    font-size: 14px;
    line-height: 20px;
  }
  .data_div .docu:after {
    top: 8px;
  }
  .data_div .docu:last-child {
    margin-bottom: 0;
  }
  .data_div .docu .etc {
    font-size: 13px;
    line-height: 19px;
  }
  .data_div .docu .etc_list {
    font-size: 13px;
    line-height: 20px;
  }
}

.result {
  margin-top: 67px;
}

@media all and (max-width: 768px) {
  .result {
    margin-top: 47px;
  }
}

/*계약단지*/
.sell_banner {
  width: 1160px;
  margin: auto;
  padding: 76px 0 60px;
  width: 100%;
  height: 240px;
  background: url("../images/sell-banner-img.jpg") no-repeat;
  background-size: cover;
}

.sell_banner .txt {
  margin-bottom: 27px;
  color: #fff;
  text-align: center;
  font-size: 28px;
}

@media all and (max-width: 768px) {
  .sell_banner {
    padding: 40px 0;
    height: 195px;
    background: url("../images/m-sell-banner-img.jpg") no-repeat;
    background-size: cover;
  }
  .sell_banner .txt {
    margin-bottom: 22px;
    font-size: 19px;
    line-height: 25px;
  }
}

/*관심단지*/
.txt_hover dd .bar {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 8px;
  width: 150px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  vertical-align: middle;
}

.txt_hover dd .bar span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
}

.txt_hover dd .num {
  display: inline-block;
}

.list_box .button_area {
  display: none;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  opacity: 0;
}

.list_box .button_area a {
  display: block;
  float: left;
  position: relative;
  padding: 25px 0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.list_box .button_area a.line:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.3);
}

.list_box .button_area a:hover span {
  border-bottom: 1px solid #fff;
}

@media all and (max-width: 768px) {
  .list_box .button_area {
    display: block !important;
    position: static;
    margin: 20px auto 35px;
    width: calc(100% - 50px);
    height: auto;
    opacity: 1 !important;
    background: #fff;
  }
  .list_box .button_area a {
    display: block;
    float: none;
    padding: 12px 0;
    color: #333;
    font-size: 13px;
    border: 1px solid #888888;
  }
}

/*마이캐슬 고객문의*/
.custFaq_area {
  width: 1160px;
  margin: auto;
  padding-bottom: 200px;
}

.custFaq_area .custFaq_div {
  margin-bottom: 80px;
}

.custFaq_area .custFaq_list {
  display: table;
  padding: 45px 60px;
  width: 100%;
  border-top: 1px solid #ddd;
}

.custFaq_area .custFaq_list:last-child {
  border-bottom: 1px solid #ddd;
}

.custFaq_area .custFaq_list .type {
  display: table-cell;
  width: 180px;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 32px;
  vertical-align: top;
}

.custFaq_area .custFaq_list .title {
  display: table-cell;
  width: 550px;
  vertical-align: top;
}

.custFaq_area .custFaq_list .title a {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: #333;
  word-break: break-all;
}

.custFaq_area .custFaq_list .date {
  display: table-cell;
  font-size: 20px;
  line-height: 32px;
  text-align: right;
  vertical-align: top;
}

.custFaq_area .custFaq_list .answer {
  display: table-cell;
  color: #333;
  font-size: 20px;
  line-height: 32px;
  text-align: right;
  vertical-align: top;
}

.custFaq_area .custFaq_list .answer.done {
  color: #8b2332;
}

@media all and (max-width: 1280px) {
  .custFaq_area {
    padding: 0 5% 200px 5%;
    width: 100%;
  }
  .custFaq_area .custFaq_list {
    padding: 45px 3%;
  }
  .custFaq_area .custFaq_list .type {
    width: 20%;
  }
  .custFaq_area .custFaq_list .title {
    padding-right: 3%;
    width: 50%;
  }
  .custFaq_area .custFaq_list .date {
    width: 16%;
    text-align: center;
  }
  .custFaq_area .custFaq_list .answer {
    width: 10%;
  }
}

@media all and (max-width: 981px) {
  .custFaq_area .custFaq_list {
    padding: 45px 3%;
  }
  .custFaq_area .custFaq_list .type {
    font-size: 17px;
  }
  .custFaq_area .custFaq_list .title {
    padding-right: 2%;
    width: 50%;
  }
  .custFaq_area .custFaq_list .title a {
    font-size: 17px;
    line-height: 28px;
  }
  .custFaq_area .custFaq_list .date {
    width: 18%;
    text-align: center;
    font-size: 17px;
  }
  .custFaq_area .custFaq_list .answer {
    width: 13%;
    font-size: 17px;
  }
}

@media all and (max-width: 768px) {
  .custFaq_area {
    padding: 0 5% 100px;
  }
  .custFaq_area .custFaq_div {
    margin-bottom: 40px;
  }
  .custFaq_area .custFaq_list {
    display: block;
    position: relative;
    padding: 25px 3% 65px;
  }
  .custFaq_area .custFaq_list .type {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 21px;
  }
  .custFaq_area .custFaq_list .title {
    display: block;
    position: relative;
    top: -1px;
    width: 100%;
  }
  .custFaq_area .custFaq_list .title a {
    font-size: 15px;
    line-height: 21px;
  }
  .custFaq_area .custFaq_list .date {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 3%;
    width: 100%;
    text-align: left;
    font-size: 15px;
    line-height: 21px;
  }
  .custFaq_area .custFaq_list .answer {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 3%;
    width: 100%;
    font-size: 15px;
    line-height: 21px;
  }
}

/*에러페이지*/
.error_page {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("../images/error-bg.jpg") no-repeat center center;
  background-size: cover;
}

.error_page .txt_div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  color: #fff;
}

.error_page .txt_div .tit {
  margin-bottom: 47px;
  font-size: 48px;
  line-height: 60px;
  word-break: keep-all;
}

.error_page .txt_div .period {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 22px;
}

.error_page .txt_div .txt {
  margin: 0 0 74px;
  font-size: 18px;
  line-height: 30px;
  word-break: keep-all;
}

@media all and (max-width: 768px) {
  .error_page .txt_div {
    width: 90%;
  }
  .error_page .txt_div .tit {
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 34px;
  }
  .error_page .txt_div .period {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .error_page .txt_div .txt {
    margin: 0 0 37px;
    font-size: 15px;
    line-height: 23px;
  }
}

/*브라우저 업그레이드*/
.update_pop {
  padding: 60px 60px 75px;
  width: 960px;
}

.update_pop .popBody .tit {
  padding-bottom: 56px;
}

.update_pop .popBody .pop_con {
  border-top: 1px solid #d9d9d9;
}

.update_pop .popBody .subtit {
  margin: 52px 0 28px;
  font-size: 24px;
  line-height: 36px;
  color: #333;
  font-weight: 500;
}

.update_pop .popBody .txt {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  word-break: keep-all;
}

.update_pop .popBody .link_box {
  text-align: center;
}

.update_pop .popBody .link_area {
  display: inline-block;
  margin-top: 55px;
}

.update_pop .popBody .link_area:after {
  display: block;
  content: "";
  clear: both;
}

.update_pop .popBody .link_area .link_div {
  float: left;
  text-align: center;
}

.update_pop .popBody .link_area .link_div:first-child {
  margin-right: 30px;
}

.update_pop .popBody .link_area .link_div p {
  font-size: 16px;
  line-height: 24px;
}

.update_pop .popBody .icon {
  display: block;
  position: relative;
  margin-bottom: 18px;
  width: 154px;
  height: 150px;
  border: 1px solid #ddd;
  -webkit-transition: .5s;
  transition: .5s;
}

.update_pop .popBody .icon:hover {
  border: 1px solid #8b2332;
  box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.2);
}

.update_pop .popBody .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media all and (max-width: 1280px) {
  .update_pop {
    width: 90%;
  }
}

@media all and (max-width: 768px) {
  .update_pop {
    padding: 30px 5%;
    width: 100%;
  }
  .update_pop .popBody .tit {
    padding-bottom: 28px;
    font-size: 25px;
    width: 90%;
    word-break: keep-all;
  }
  .update_pop .popBody .subtit {
    margin: 26px 0 14px;
    font-size: 16px;
    line-height: 22px;
    word-break: keep-all;
  }
  .update_pop .popBody .txt {
    font-size: 14px;
    line-height: 20px;
  }
  .update_pop .popBody .icon {
    margin-bottom: 10px;
    width: 93px;
    height: 90px;
  }
  .update_pop .popBody .icon img {
    width: 40px;
  }
  .update_pop .popBody .link_area {
    margin-top: 27px;
  }
  .update_pop .popBody .link_area .link_div:first-child {
    margin-right: 15px;
  }
  .update_pop .popBody .link_area .link_div p {
    font-size: 13px;
    line-height: 18px;
  }
}

/*입주자사전점검방문예약_예약 확인 및 변경*/
.plan_area {
  width: 1160px;
  margin: auto;
  padding-bottom: 200px;
  margin-top: -50px;
}

.plan_area .accoTit {
  display: table;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.plan_area .accoTit a {
  display: table;
  overflow: hidden;
  position: relative;
  padding: 42px 95px 42px 60px;
  width: 100%;
}

.plan_area .accoTit a .arrow {
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.plan_area .accoTit a.on .arrow {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.plan_area .accoTit .title {
  display: table-cell;
  font-size: 20px;
  line-height: 34px;
  color: #333;
  font-weight: bold;
}

.plan_area .accoTit .title span {
  letter-spacing: -1.5px;
}

.plan_area .accoTit .plan {
  display: table-cell;
  width: 400px;
}

.plan_area .accoTit .plan .tit {
  position: relative;
  padding-right: 13px;
}

.plan_area .accoTit .plan .tit:after {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 1px;
  height: 15px;
  background: #ddd;
}

.plan_area .accoTit .plan .date {
  padding-left: 10px;
}

.plan_area .content {
  display: none;
}

.plan_area .content .con {
  padding: 50px 60px;
  border-bottom: 1px solid #ddd;
  background: #f6f6f6;
}

.plan_area .content .con .title {
  line-height: 1;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.plan_area .content .con .info {
  margin: 20px 0 40px;
  padding: 40px 60px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #ddd;
}

.plan_area .content .con .info .list {
  display: table;
  margin-bottom: 30px;
}

.plan_area .content .con .info .list select {
  margin-left: 0;
}

.plan_area .content .con .info .list:last-child {
  margin-bottom: 0;
}

.plan_area .content .con .info .list .tit {
  display: table-cell;
  width: 160px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}

.plan_area .content .con .info .list .txt {
  display: table-cell;
  vertical-align: middle;
}

@media all and (max-width: 1280px) {
  .plan_area {
    width: 100%;
  }
  .plan_area .accoTit .plan {
    width: 300px;
  }
}

@media all and (max-width: 981px) {
  .plan_area .accoTit a {
    padding: 30px 95px 30px 40px;
  }
  .plan_area .accoTit .title {
    display: block;
    font-size: 18px;
    line-height: 32px;
  }
  .plan_area .accoTit .plan {
    display: block;
    margin-top: 5px;
    width: auto;
    font-size: 17px;
  }
  .plan_area .content .con {
    padding: 40px;
  }
  .plan_area .content .con .title {
    font-size: 18px;
  }
  .plan_area .content .con .info {
    padding: 40px;
    margin: 20px 0 30px;
  }
  .plan_area .content .con .info .list {
    display: block;
  }
  .plan_area .content .con .info .list .tit {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    font-size: 17px;
  }
  .plan_area .content .con .info .list .txt {
    display: block;
    width: 100%;
    font-size: 17px;
  }
  .plan_area .content .con .info .list .txt input {
    margin: 0 0 10px;
    width: 100% !important;
  }
  .plan_area .content .con .info .list .txt input.plan_input {
    margin-right: 7px;
    width: calc(100% - 109px) !important;
    width: -webkit-calc(100% - 109px) !important;
  }
}

@media all and (max-width: 768px) {
  .plan_area {
    margin-top: -25px;
    padding-bottom: 100px;
  }
  .plan_area .accoTit .title {
    font-size: 15px;
    line-height: 1;
    word-break: keep-all;
  }
  .plan_area .accoTit .plan {
    margin-top: 15px;
    font-size: 13px;
  }
  .plan_area .accoTit a {
    padding: 25px 40px 25px 15px;
  }
  .plan_area .accoTit a .arrow {
    right: 15px;
    width: 17px;
  }
  .plan_area .content .con {
    padding: 25px 15px 30px;
  }
  .plan_area .content .con .title {
    font-size: 15px;
  }
  .plan_area .content .con .info {
    padding: 30px 0;
  }
  .plan_area .content .con .info .list .tit {
    font-size: 14px;
  }
  .plan_area .content .con .info .list .txt {
    font-size: 14px;
  }
  .plan_area .content .con .info .list .txt input {
    height: 38px;
    font-size: 14px;
  }
  .plan_area .content .con .info .list .txt input.plan_input {
    width: calc(100% - 96px) !important;
    width: -webkit-calc(100% - 96px) !important;
  }
}

@media all and (max-width: 320px) {
  .plan_area .content .con .info .list .txt input.plan_input {
    width: 100% !important;
  }
}

/*법인 회원정보 수정*/
.business_info {
  margin-bottom: 80px;
}

.business_info .tit {
  margin-bottom: -10px;
  font-size: 24px;
  line-height: 1;
  color: #333;
  font-weight: bold;
}

@media all and (max-width: 981px) {
  .business_info .table_div {
    border-top: none;
    position: relative;
  }
  .business_info .table_div:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #333;
  }
  .business_info .table_div .type1 td {
    padding: 13px;
  }
}

@media all and (max-width: 768px) {
  .business_info {
    margin-bottom: 40px;
  }
  .business_info .tit {
    font-size: 16px;
  }
  .business_info .table_div .type1 th {
    padding: 13px;
  }
}

/*계약단지*/
.contract_page .list_type1 {
  padding-bottom: 0;
}

.contract_page .list_type1 .win_area {
  margin-bottom: 0;
}

.contract_page .contract_sel {
  width: 1160px;
  margin: auto;
  margin-bottom: 58px;
  text-align: right;
}

.contract_page .contract_sel select {
  margin-right: 7px;
  width: 370px;
  vertical-align: top;
}

.contract_page .complex_info {
  position: relative;
}

.contract_page .complex_info .backBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 656px;
  background: url("../images/complex-info-bg.jpg") no-repeat center center;
  background-size: cover;
}

.contract_page .complex_div {
  width: 1160px;
  margin: auto;
  position: relative;
  padding: 100px 0 0;
  margin-bottom: 180px;
}

.contract_page .complex_div .state {
  display: inline-block;
  padding: 0 15px;
  height: 30px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.contract_page .complex_div .complex_con {
  overflow: hidden;
  margin-top: 60px;
}

.contract_page .complex_div .complex_con .leftDiv {
  float: left;
  width: 50%;
  color: #fff;
}

.contract_page .complex_div .complex_con .leftDiv .name {
  font-size: 20px;
  line-height: 1;
}

.contract_page .complex_div .complex_con .leftDiv .apart {
  margin: 20px 0 25px;
  font-size: 36px;
  line-height: 48px;
}

.contract_page .complex_div .complex_con .leftDiv .address {
  font-size: 16px;
  line-height: 28px;
  opacity: 0.8;
}

.contract_page .complex_div .complex_con .rightDiv {
  float: left;
  overflow: hidden;
  position: relative;
  padding-top: 112px;
  width: 50%;
  color: #fff;
  text-align: right;
}

.contract_page .complex_div .complex_con .rightDiv .home_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  border: 1px solid #fff;
}

.contract_page .complex_div .complex_con .rightDiv .home_icon .txt {
  display: none;
  position: absolute;
  top: 50%;
  right: 55px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 165px;
  color: #fff;
}

.contract_page .complex_div .complex_con .rightDiv .home_icon .home {
  display: block;
  width: 54px;
  height: 54px;
}

.contract_page .complex_div .complex_con .rightDiv .home_icon img {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contract_page .complex_div .complex_con .rightDiv .home_icon:hover .home {
  width: 240px;
}

.contract_page .complex_div .complex_con .rightDiv .date {
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
}

.contract_page .complex_div .complex_con .rightDiv .price {
  margin-top: 6px;
}

.contract_page .complex_div .complex_con .rightDiv .price span {
  font-size: 48px;
  font-weight: 500;
}

.contract_page .complex_div .img_con {
  position: relative;
  margin-top: 77px;
  width: 100%;
  height: 500px;
  -webkit-box-shadow: inset 0px -35px 22px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px -35px 22px rgba(0, 0, 0, 0.5);
}

.contract_page .complex_div .img_con > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.contract_page .complex_div .img_con .bg {
  overflow: hidden;
  position: relative;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
}

.contract_page .complex_div .img_con .bg img {
  position: absolute;
  width:100%;
}

.contract_page .complex_div .img_con .txt_div {
  overflow: hidden;
  position: absolute;
  bottom: 60px;
  left: 100px;
  color: #fff;
  z-index: 3;
}

.contract_page .complex_div .img_con .txt_div .list {
  float: left;
  padding: 0 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.contract_page .complex_div .img_con .txt_div .list:last-child {
  border-right: none;
}

.contract_page .complex_div .img_con .txt_div .list .tit {
  margin-bottom: 8px;
}

.contract_page .complex_progress {
  width: 100%;
  height: 1150px;
  background: #eee;
}

.contract_page .progress_div {
  position: relative;
  padding: 178px 0 90px;
}

.contract_page .progress_div .progress_con {
  width: 1160px;
  margin: auto;
}

.contract_page .progress_div .txt_con .title {
  font-size: 42px;
  line-height: 1;
  color: #333;
}

.contract_page .progress_div .txt_con .select_area {
  margin: 40px 0 80px;
}

.contract_page .progress_div .txt_con select {
  margin: 0 7px 0 0;
  width: 140px;
  vertical-align: top;
}

.contract_page .progress_div .slide_div {
  position: relative;
  width: 580px;
  height: 410px;
}

.contract_page .progress_div .slide_div .swiper-container {
  width: 100%;
  height: 365px;
}

.contract_page .progress_div .slide_div .swiper-slide {
  overflow: hidden;
}

.contract_page .progress_div .slide_div .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.contract_page .progress_div .slide_div .swiper-slide.on img {
  width: auto;
  height: 100%;
}

.contract_page .progress_div .slide_div .swiper-pagination-fraction {
  bottom: 0;
  width: auto;
  text-align: left;
  font-family: "Manrope", "Malgun Gothic", "sans-serif";
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
}

.contract_page .progress_div .slide_div .swiper-pagination-current {
  margin-right: 16px;
  font-weight: bold;
}

.contract_page .progress_div .slide_div .swiper-pagination-total {
  margin-left: 16px;
}

.contract_page .progress_div .slide_div .swiper-button-prev {
  top: auto;
  bottom: 0;
  left: 128px;
  width: 32px;
  height: 14px;
  background: url("../images/progress-slide-prev.png") no-repeat;
}

.contract_page .progress_div .slide_div .swiper-button-prev:after {
  display: none;
}

.contract_page .progress_div .slide_div .swiper-button-next {
  top: auto;
  bottom: 0;
  left: 180px;
  width: 32px;
  height: 14px;
  background: url("../images/progress-slide-next.png") no-repeat;
}

.contract_page .progress_div .slide_div .swiper-button-next:after {
  display: none;
}

.contract_page .progress_div .progress_box {
  overflow-y: auto;
  margin-top: 42px;
  width: 580px;
  height: 220px;
  font-size: 16px;
  line-height: 28px;
}

.contract_page .progress_img {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 850px;
  height: 902px;
}

.contract_page .progress_img .img_div {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 502px;
  height: 902px;
}

.contract_page .progress_img .img_div img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 902px;
}

.contract_page .progress_img .imgDiv_white {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
}

.contract_page .progress_img .txt_div {
  position: absolute;
  bottom: 0;
  left: 85px;
  width: 255px;
  height: 100px;
  color: #8b2332;
}

.contract_page .progress_img .txt_div .bar {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 50px;
  height: 1px;
  background: #8b2332;
}

.contract_page .progress_img .txt_div .total {
  margin-top: -7px;
}

.contract_page .progress_img .txt_div .percent {
  margin-top: -3px;
  font-weight: 500;
  font-size: 30px;
}

.contract_page .progress_img .txt_div .percent .num {
  font-size: 70px;
}

.contract_page .progress_img .txt_div.high .total {
  margin-top: 87px;
}

.contract_page .complex_pay {
  width: 1160px;
  margin: auto;
  padding: 180px 0 200px;
}

.contract_page .complex_pay .title {
  margin-bottom: 75px;
  font-size: 42px;
  line-height: 1;
  color: #333;
}

.contract_page .complex_pay .tab_type1 {
  margin-bottom: 40px;
}

.contract_page .complex_pay .tab_con .table_div {
  margin-top: 10px;
}

.contract_page .complex_pay .tab_con .table_div td {
  padding: 18px 0;
}

.contract_page .complex_pay .tab_con .choice_div {
  margin: 50px 0 30px;
}

.contract_page .complex_pay .tab_con .select_area {
  overflow: hidden;
}

.contract_page .complex_pay .tab_con .select_area .radio_area {
  float: left;
}

.contract_page .complex_pay .tab_con .select_area .radio_area .radio_div {
  height: auto;
  line-height: 46px;
}

.contract_page .complex_pay .tab_con .select_area .select_box {
  float: right;
}

.contract_page .complex_pay .tab_con .select_area .select_box .calender_div, .contract_page .complex_pay .tab_con .select_area .select_box select, .contract_page .complex_pay .tab_con .select_area .select_box .priceInput {
  vertical-align: top;
}

.contract_page .complex_pay .tab_con .select_area .select_box .priceInput {
  display: none;
  margin-left: 7px;
}

.contract_page .complex_pay .acco_div {
  margin-top: 60px;
}

.contract_page .complex_pay .acco_div .accoTit a {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}

.contract_page .complex_pay .acco_div .accoTit a .tit {
  display: block;
  font-size: 28px;
  line-height: 1;
  color: #333;
}

.contract_page .complex_pay .acco_div .accoTit a .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contract_page .complex_pay .acco_div .accoTit a.on .arrow {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.contract_page .complex_pay .acco_div .content {
  display: none;
  overflow: hidden;
}

.contract_page .complex_pay .acco_div .content:after {
  display: block;
  content: "";
  clear: both;
}

.contract_page .complex_pay .acco_div .content .option_list {
  display: table;
  float: left;
  position: relative;
  padding: 30px;
  margin-top: 50px;
  margin-right: 40px;
  width: 260px;
  min-height: 190px;
  border: 1px solid #ddd;
}

.contract_page .complex_pay .acco_div .content .option_list:nth-child(4n) {
  margin-right: 0;
}

.contract_page .complex_pay .acco_div .content .option {
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.contract_page .complex_pay .acco_div .content .tit {
  position: relative;
  padding-bottom: 18px;
  font-size: 16px;
  line-height: 24px;
}

.contract_page .complex_pay .acco_div .content .tit:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15px;
  height: 1px;
  background: #888888;
}

.contract_page .complex_pay .acco_div .content .price {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1;
  color: #333;
  font-weight: 500;
}

.contract_page .complex_pay .acco_div .content .price span {
  letter-spacing: -0.5px;
}

.contract_page .complex_pay .fixedTable {
  display: none;
}

@media all and (max-width: 1700px) {
  .contract_page .progress_img {
    right: 3%;
    width: 750px;
    height: 682px;
  }
  .contract_page .progress_img .img_div {
    width: 364px;
    height: 682px;
  }
  .contract_page .progress_img .img_div img {
    height: 682px;
  }
  .contract_page .progress_img .txt_div {
    left: 160px;
    width: 215px;
  }
  .contract_page .progress_img .txt_div .percent .num {
    font-size: 53px;
  }
}

@media all and (max-width: 1280px) {
  .contract_page .contract_sel {
    padding: 0 5%;
    width: 100%;
  }
  .contract_page .complex_div {
    padding: 100px 5% 0;
    width: 100%;
  }
  .contract_page .complex_div .img_con .txt_div {
    left: 5%;
  }
  .contract_page .complex_pay {
    padding: 180px 5% 200px;
    width: 100%;
  }
  .contract_page .complex_pay .tab_type1 {
    width: 100%;
  }
  .contract_page .complex_pay .tab_con .select_area .radio_area {
    float: none;
  }
  .contract_page .complex_pay .tab_con .select_area .select_box {
    float: none;
    margin-top: 10px;
  }
  .contract_page .complex_pay .tab_con .select_area .calender_div {
    width: calc((100% - 88px) / 2);
    width: -webkit-calc((100% - 88px) / 2);
  }
  .contract_page .complex_pay .tab_con .select_area .calender_div + select.round {
    width: calc((100% - 88px) / 2) !important;
    width: -webkit-calc((100% - 88px) / 2) !important;
  }
  .contract_page .complex_pay .tab_con .select_area .priceInput {
    width: calc((100% - 88px) / 2) !important;
    width: -webkit-calc((100% - 88px) / 2) !important;
  }
  .contract_page .complex_pay .tab_con .table_div {
    overflow-x: auto;
  }
  .contract_page .complex_pay .tab_con .table_div th {
    padding: 18px 15px;
  }
  .contract_page .complex_pay .tab_con .table_div td {
    padding: 18px 15px;
  }
  .contract_page .complex_pay .acco_div .content .option_list {
    margin-right: 4%;
    width: 22%;
  }
  .contract_page .complex_pay .acco_div .content .option_list:last-child {
    margin-right: 0;
  }
  .contract_page .complex_progress {
    height: auto;
  }
  .contract_page .progress_div {
    overflow: hidden;
    padding: 130px 5%;
  }
  .contract_page .progress_div .progress_con {
    float: left;
    width: 43%;
  }
  .contract_page .progress_div .slide_div {
    width: 100%;
    height: auto;
  }
  .contract_page .progress_div .progress_box {
    width: 100%;
  }
  .contract_page .progress_div .progress_img {
    right: 3%;
    width: 57%;
  }
  .contract_page .progress_div .progress_img .img_div {
    width: 57%;
    height: 100%;
  }
  .contract_page .progress_div .progress_img .img_div img {
    width: 100%;
    height: 100%;
  }
  .contract_page .progress_div .progress_img .img_div .apartWeb {
    width: 100%;
    height: auto;
  }
  .contract_page .progress_div .progress_img .txt_div {
    left: auto;
    width: 170px;
  }
  .contract_page .progress_div .progress_img .txt_div .total {
    margin-top: 12px;
    font-size: 17px;
  }
  .contract_page .progress_div .progress_img .txt_div .bar {
    width: 40px;
  }
  .contract_page .progress_div .progress_img .txt_div .percent {
    font-size: 25px;
  }
  .contract_page .progress_div .progress_img .txt_div .percent .num {
    font-size: 48px;
  }
  .contract_page .progress_div .progress_img .txt_div.high .total {
    margin-top: 87px;
  }
}

@media all and (max-width: 981px) {
  .contract_page .complex_div .complex_con .leftDiv .name {
    font-size: 18px;
  }
  .contract_page .complex_div .complex_con .leftDiv .apart {
    font-size: 32px;
    line-height: 40px;
  }
  .contract_page .complex_div .complex_con .leftDiv .address {
    font-size: 15px;
    line-height: 27px;
  }
  .contract_page .complex_div .complex_con .rightDiv .date {
    font-size: 15px;
  }
  .contract_page .complex_div .complex_con .rightDiv .price span {
    font-size: 42px;
  }
  .contract_page .complex_div .img_con {
    margin-top: 37px;
    height: auto;
  }
  .contract_page .complex_div .img_con .bg {
    height: 100%;
  }
  .contract_page .complex_div .img_con .bg img {
    position: static;
    top: 0 !important;
    width: 100%;
  }
  .contract_page .complex_div .img_con .bg .onlyWeb {
    display: none;
  }
  .contract_page .complex_div .img_con .bg .onlyMob {
    display: block !important;
  }
  .contract_page .complex_div .img_con .txt_div {
    bottom: -138px;
    left: 0;
    color: #333;
    font-weight: 500;
  }
  .contract_page .complex_div .img_con .txt_div .list {
    display: table;
    float: none;
    padding: 0 0 0 15px;
    margin-bottom: 15px;
    width: 100%;
  }
  .contract_page .complex_div .img_con .txt_div .list .tit {
    display: table-cell;
    width: 55px;
  }
  .contract_page .complex_div .img_con .txt_div .list .txt {
    display: table-cell;
  }
  .contract_page .progress_div {
    padding: 100px 5% 89%;
  }
  .contract_page .progress_div .progress_con {
    float: none;
    width: 100%;
  }
  .contract_page .progress_div .txt_con .select_area {
    margin: 30px 0 50px;
    width: 100%;
  }
  .contract_page .progress_div .txt_con select {
    width: calc((100% - 88px) / 2);
    width: -webkit-calc((100% - 88px) / 2);
  }
  .contract_page .progress_div .slide_div {
    width: 100%;
    height: auto;
    padding-bottom: 37px;
  }
  .contract_page .progress_div .progress_box {
    width: 100%;
  }
  .contract_page .progress_div .progress_box::-webkit-scrollbar {
    width: 2px;
  }
  .contract_page .progress_div .progress_box::-webkit-scrollbar-thumb {
    background: #333;
  }
  .contract_page .progress_div .progress_box::-webkit-scrollbar-track-piece {
    background: #ddd;
  }
  .contract_page .progress_div .progress_img {
    float: none;
    position: absolute;
    right: 5%;
    width: 90%;
  }
  .contract_page .progress_div .progress_img .img_div {
    height: 100%;
  }
  .contract_page .progress_div .progress_img .img_div .apartBgWeb {
    height: 100%;
    width: auto;
  }
  .contract_page .progress_div .progress_img .img_div .apartWeb {
    width: 100%;
    height: auto;
  }
  .contract_page .complex_pay {
    padding: 100px 5% 120px;
  }
  .contract_page .complex_pay .acco_div .content .option_list {
    margin-right: 3%;
    width: 23%;
  }
  .contract_page .complex_pay .acco_div .content .option_list:last-child {
    width: 22%;
  }
}

@media all and (max-width: 768px) {
  .contract_page .contract_sel {
    margin-bottom: 38px;
  }
  .contract_page .contract_sel select {
    margin-left: 0;
    width: calc(100% - 73px);
    width: -webkit-calc(100% - 73px);
  }
  .contract_page .complex_div {
    padding: 50px 5% 0;
    margin-bottom: 170px;
  }
  .contract_page .complex_div .state {
    padding: 0 16px 0 14px;
    font-size: 13px;
    line-height: 27px;
  }
  .contract_page .complex_div .complex_con {
    margin-top: 40px;
  }
  .contract_page .complex_div .complex_con .leftDiv {
    float: none;
    padding-bottom: 77px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .contract_page .complex_div .complex_con .leftDiv .name {
    font-size: 15px;
  }
  .contract_page .complex_div .complex_con .leftDiv .apart {
    margin: 15px 0 20px;
    font-size: 23px;
    line-height: 29px;
    word-break: keep-all;
  }
  .contract_page .complex_div .complex_con .leftDiv .address {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 1;
  }
  .contract_page .complex_div .complex_con .rightDiv {
    float: none;
    width: 100%;
    margin-top: -79px;
    padding-top: 119px;
    text-align: left;
  }
  .contract_page .complex_div .complex_con .rightDiv .home_icon {
    left: 0;
    width: 185px;
    height: 38px;
  }
  .contract_page .complex_div .complex_con .rightDiv .home_icon .home {
    width: 185px;
    height: 38px;
  }
  .contract_page .complex_div .complex_con .rightDiv .home_icon .home .txt {
    display: block;
    right: 20px;
    width: 116px;
    font-size: 13px;
  }
  .contract_page .complex_div .complex_con .rightDiv .home_icon img {
    right: auto;
    left: 20px;
    width: 18px;
    height: auto;
  }
  .contract_page .complex_div .complex_con .rightDiv .home_icon.on {
    border: 1px solid #8b2332;
    background: #8b2332;
  }
  .contract_page .complex_div .complex_con .rightDiv .date {
    font-size: 15px;
  }
  .contract_page .complex_div .complex_con .rightDiv .price span {
    font-size: 42px;
  }
  .contract_page .complex_div .img_con {
    margin-top: 37px;
    height: 160px;
  }
  .contract_page .complex_div .img_con .bg img {
    top: 0 !important;
    width: 100%;
  }
  .contract_page .complex_div .img_con .txt_div {
    bottom: -138px;
    left: 0;
    color: #333;
    font-weight: 500;
  }
  .contract_page .complex_div .img_con .txt_div .list {
    display: table;
    float: none;
    padding: 0 0 0 15px;
    margin-bottom: 15px;
    width: 100%;
  }
  .contract_page .complex_div .img_con .txt_div .list .tit {
    display: table-cell;
    width: 55px;
  }
  .contract_page .complex_div .img_con .txt_div .list .txt {
    display: table-cell;
  }
  .contract_page .complex_info .backBg {
    height: auto;
    min-height: 540px;
  }
  .contract_page .complex_progress {
    height: auto;
  }
  .contract_page .progress_div {
    padding: 60px 5% 89%;
  }
  .contract_page .progress_div .progress_con {
    width: 100%;
  }
  .contract_page .progress_div .txt_con .title {
    font-size: 26px;
  }
  .contract_page .progress_div .txt_con .select_area {
    margin: 25px 0 37px;
    width: 100%;
  }
  .contract_page .progress_div .txt_con select {
    padding: 5px 30px 5px 11px;
    width: calc((100% - 84px) / 2);
    width: -webkit-calc((100% - 84px) / 2);
  }
  .contract_page .progress_div .slide_div .swiper-button-prev {
    left: 0;
    width: 26px;
    height: 11px;
    background: url("../images/m-progress-slide-prev.png") no-repeat;
    background-size: 100% 100%;
  }
  .contract_page .progress_div .slide_div .swiper-button-next {
    left: auto;
    right: 0;
    width: 26px;
    height: 11px;
    background: url("../images/m-progress-slide-next.png") no-repeat;
    background-size: 100% 100%;
  }
  .contract_page .progress_div .slide_div .swiper-pagination-fraction {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .contract_page .progress_div .slide_div .swiper-pagination-current {
    margin-right: 10px;
  }
  .contract_page .progress_div .slide_div .swiper-pagination-total {
    margin-left: 8px;
  }
  .contract_page .progress_div .progress_box {
    width: 100%;
    height: auto;
    margin-top: 26px;
    font-size: 13px;
    line-height: 19px;
    word-break: keep-all;
  }
  .contract_page .progress_div .progress_img {
    right: 5%;
    width: 90%;
    height: 255px;
  }
  .contract_page .progress_div .progress_img .img_div {
    right: 9px;
    width: 100%;
    height: 100%;
  }
  .contract_page .progress_div .progress_img .img_div .apartBg {
    height: 100%;
    width: auto;
  }
  .contract_page .progress_div .progress_img .img_div .apart {
    width: 100%;
    height: auto;
  }
  .contract_page .progress_div .progress_img .txt_div {
    left: auto;
    width: 158px;
    height: 66px;
  }
  .contract_page .progress_div .progress_img .txt_div .bar {
    width: 25px;
  }
  .contract_page .progress_div .progress_img .txt_div .total {
    margin-top: 7px;
    font-size: 14px;
  }
  .contract_page .progress_div .progress_img .txt_div .percent {
    font-size: 15px;
  }
  .contract_page .progress_div .progress_img .txt_div .percent .num {
    font-size: 45px;
  }
  .contract_page .progress_div .progress_img .txt_div.high .total {
    margin-top: 57px;
  }
  .contract_page .complex_pay {
    padding: 60px 5% 100px;
  }
  .contract_page .complex_pay .title {
    margin-bottom: 48px;
    font-size: 26px;
  }
  .contract_page .complex_pay .tab_type1 {
    margin-bottom: 25px;
  }
  .contract_page .complex_pay .tab_con .choice_div {
    margin: 40px 0 30px;
  }
  .contract_page .complex_pay .tab_con .select_area .radio_area .radio_div {
    margin: 0 20px 0 0;
    line-height: 20px;
  }
  .contract_page .complex_pay .tab_con .select_area .select_box {
    margin-top: 0;
  }
  .contract_page .complex_pay .tab_con .select_area .select_box .calender_div {
    margin: 18px 0 10px 0;
    width: 100%;
  }
  .contract_page .complex_pay .tab_con .select_area .select_box .calender_div + select.round {
    margin-left: 0;
    width: calc(100% - 72px) !important;
    width: -webkit-calc(100% - 72px) !important;
  }
  .contract_page .complex_pay .tab_con .select_area .select_box .priceInput {
    margin-left: 0;
    width: calc(100% - 72px) !important;
    width: -webkit-calc(100% - 72px) !important;
    height: 38px;
    font-size: 14px;
  }
  .contract_page .complex_pay .tab_con .table_div td {
    padding: 18px 15px;
  }
  .contract_page .complex_pay .type1 colgroup {
    display: none;
  }
  .contract_page .complex_pay .type1 tr td {
    height: 54px;
  }
  .contract_page .complex_pay .fixedTable {
    display: block;
    width: 102px;
  }
  .contract_page .complex_pay .fixedTable thead, .contract_page .complex_pay .fixedTable tbody {
    border-right: 1px solid #ddd;
  }
  .contract_page .complex_pay .fixedTable tr td {
    height: 54px;
    background: #fff;
  }
  .contract_page .complex_pay .acco_div {
    margin-top: 30px;
  }
  .contract_page .complex_pay .acco_div .accoTit a {
    padding: 20px 0;
  }
  .contract_page .complex_pay .acco_div .accoTit a .tit {
    font-size: 21px;
  }
  .contract_page .complex_pay .acco_div .accoTit a .arrow {
    width: 17px;
  }
  .contract_page .complex_pay .acco_div .content .option_list {
    margin: 25px 20px 0 0;
    width: calc((100% - 20px) / 2);
    width: -webkit-calc((100% - 20px) / 2);
    height: 120px;
  }
  .contract_page .complex_pay .acco_div .content .option_list:nth-child(2n) {
    margin-right: 0;
  }
  .contract_page .complex_pay .acco_div .content .option_list:last-child {
    width: calc((100% - 20px) / 2);
    width: -webkit-calc((100% - 20px) / 2);
  }
  .contract_page .complex_pay .acco_div .content .option_list .tit {
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .contract_page .complex_pay .acco_div .content .option_list .price {
    margin-top: 15px;
    font-size: 19px;
  }
}

@media all and (max-width: 500px) {
  .contract_page .complex_pay .acco_div .content .option_list {
    margin: 15px 0px 0 0;
    width: 100%;
  }
  .contract_page .complex_pay .acco_div .content .option_list:first-child {
    margin-top: 25px;
  }
  .contract_page .complex_pay .acco_div .content .option_list:nth-child(2n) {
    margin-right: 0;
  }
  .contract_page .complex_pay .acco_div .content .option_list:last-child {
    width: 100%;
  }
  .contract_page .progress_div .progress_img .txt_div {
    width: 125px;
  }
  .contract_page .progress_div .progress_img .txt_div .percent {
    margin-top: 0;
  }
  .contract_page .progress_div .progress_img .txt_div .percent .num {
    font-size: 35px;
  }
}

/*모델하우스 방문 예약*/
.modelH_page {
  width: 1160px;
  margin: auto;
  padding-bottom: 200px;
}

.modelH_page:after {
  display: block;
  content: "";
  clear: both;
}

.modelH_page .visitDiv {
  display: block;
  float: left;
  padding-top: 230px;
  width: 560px;
  height: 393px;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-transition-property: border, -webkit-box-shadow;
  transition-property: border, -webkit-box-shadow;
  transition-property: box-shadow, border;
  transition-property: box-shadow, border, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.modelH_page .visitDiv:first-child {
  margin-right: 40px;
  background: url("../images/modelH-icon01.png") no-repeat center top 71px;
}

.modelH_page .visitDiv:last-child {
  background: url("../images/modelH-icon02.png") no-repeat center top 71px;
}

.modelH_page .visitDiv .tit {
  margin-bottom: 13px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 1;
}

.modelH_page .visitDiv .txt {
  line-height: 30px;
}

.modelH_page .visitDiv:hover {
  border: 1px solid #8b2332;
  box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.2);
}

.modelH_page .terms {
  margin: 80px 0 185px;
}

.modelH_page.reservation_div {
  margin-bottom: 0;
}

.modelH_page.reservation_div .reservation_div {
  margin-bottom: 0;
}

.modelH_page.reservation_div .input_area {
  margin-top: 145px;
}

.modelH_page.reservation_div .input_area .title {
  top: -67px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.modelH_page.reservation_div .input_area .btn {
  display: inline-block;
}

.modelH_page.reservation_div .input_area .btn .disabled {
  background: #f5f5f5;
}

.modelH_page.reservation_div .input_area .btn .disabled span:nth-child(3) {
  border: 1px solid #ddd;
}

.modelH_page .cust_info.list {
  margin-top: 112px;
}

.modelH_page .plan_area {
  padding-bottom: 80px;
  margin-top: 45px;
}

.modelH_page .join_mem_div {
  margin-bottom: 0;
}

.modelH_page .join_process p {
  width: 22%;
}

.modelH_page .join_process p:nth-child(3) {
  width: 34%;
}

.modelH_page .join_process.thr p {
  width: 33%;
}

@media all and (max-width: 1280px) {
  .modelH_page {
    padding: 0 5% 200px;
    width: 100%;
  }
  .modelH_page.reservation_div {
    padding-bottom: 200px;
  }
  .modelH_page .visitDiv {
    width: calc((100% - 40px) / 2);
  }
  .modelH_page .join_mem_div {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .modelH_page {
    padding-bottom: 100px;
  }
  .modelH_page .visitDiv {
    float: none;
    padding-top: 140px;
    width: 100%;
    height: 245px;
  }
  .modelH_page .visitDiv:first-child {
    margin: 0 0 20px;
    padding-top: 150px;
    background: url("../images/m-modelH-icon01.png") no-repeat center top 50px;
    background-size: 80px auto;
  }
  .modelH_page .visitDiv:last-child {
    background: url("../images/m-modelH-icon02.png") no-repeat center top 40px;
    background-size: 80px auto;
  }
  .modelH_page .visitDiv .tit {
    margin-bottom: 13px;
    font-size: 17px;
    line-height: 1;
  }
  .modelH_page .visitDiv .txt {
    font-size: 14px;
    line-height: 20px;
  }
  .modelH_page .plan_area {
    padding-bottom: 40px;
    margin-top: 15px;
  }
  .modelH_page.reservation_div {
    padding-bottom: 100px;
  }
  .modelH_page.reservation_div .input_area {
    margin-top: 90px;
  }
  .modelH_page.reservation_div .input_area .title {
    top: -45px;
    font-size: 20px;
  }
  .modelH_page.reservation_div .input_area .input_div .select_area .blockBox {
    margin-top: 0;
  }
  .modelH_page .terms {
    margin: 40px 0 85px;
  }
  .modelH_page .cust_info.list {
    padding: 0;
    margin-top: 55px;
  }
  .modelH_page .join_process p {
    width: 33%;
  }
  .modelH_page .join_process.thr p {
    width: 50%;
  }
}

@media all and (max-width: 1280px) {
  .movein_div {
    padding: 0 5%;
  }
  .movein_div .tab_type1 {
    width: 100%;
  }
}

/*유틸리티*/
.utility_page {
  padding-bottom: 200px;
}

.utility_page .join_mem_div {
  margin-bottom: 0px;
}

.utility_page .input_area.login_info {
  margin-bottom: 0;
}

@media all and (max-width: 1280px) {
  .utility_page {
    padding: 0 5% 100px;
  }
  .utility_page .join_mem_div {
    width: 100%;
  }
  .utility_page .input_area {
    padding: 0;
  }
  .utility_page .input_area.login_info .input_con {
    margin-bottom: 40px;
  }
}

/*공급내역*/
.supply_area {
  width: 1160px;
  margin: auto;
  padding-bottom: 200px;
}

.supply_area .supply_div {
  margin-bottom: 75px;
  border-bottom: 1px solid #ddd;
}

.supply_area .supply_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-bottom: 120px;
  padding: 60px 60px 55px;
  width: 100%;
  text-align:center;
  background: #f5f5f5;
}

.supply_area .supply_info .info {
  padding: 0 50px;
  border-right: 1px solid #ddd;
  width: calc(100% / 3);
  width: -webkit-calc(100% / 3);
}

.supply_area .supply_info .info:first-child {
  padding-left: 0px;
}

.supply_area .supply_info .info:last-child {
  padding-right: 0px;
  border: none;
}

.supply_area .supply_info .info .tit {
  margin-bottom: 16px;
  line-height: 1;
  font-size: 20px;
  color: #333;
  font-weight: 400;
}

.supply_area .supply_info .info .txt {
  line-height: 30px;
  word-break: keep-all;
}

.supply_area .info_img .list {
  overflow: hidden;
  margin-bottom: 120px;
}

.supply_area .info_img .tit {
  float: left;
  font-size: 42px;
  line-height: 1;
  color: #333;
}

.supply_area .info_img .btn {
  float: right;
}

.supply_area .info_img .img {
  float: left;
  margin-top: 40px;
}

.supply_area .info_img .img img {
  width: 100%;
}

.supply_area .dot_txt {
  position: relative;
  padding-left: 13px;
  line-height: 20px;
  word-break: keep-all;
}

.supply_area .dot_txt a {
  color: #8b2332;
}

.supply_area .dot_txt:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 3px;
  background: #666666;
}

.supply_area .dot_txt a:hover {
  border-bottom: 1px solid #8b2332;
}

@media all and (max-width: 1280px) {
  .supply_area {
    padding: 0 5% 200px;
    width: 100%;
  }
  .supply_area .supply_info {
    padding: 50px 50px 45px;
  }
  .supply_area .supply_info .info .tit {
    line-height: 28px;
    word-break: keep-all;
  }
}

@media all and (max-width: 981px) {
  .supply_area .supply_info {
    display: block;
    padding: 30px 5%;
    margin-bottom: 80px;
  }
  .supply_area .supply_info .info {
    float: none;
    padding: 25px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
  .supply_area .supply_info .info:first-child {
    padding-top: 0;
    width: 100%;
  }
  .supply_area .supply_info .info:last-child {
    padding-bottom: 0;
    width: 100%;
    border: none;
  }
  .supply_area .supply_info .info .tit {
    line-height: 28px;
    word-break: keep-all;
  }
  .supply_area .info_img .list {
    margin-bottom: 80px;
  }
  .supply_area .info_img .tit {
    font-size: 30px;
  }
  .supply_area .info_img .img {
    margin-top: 20px;
  }
}

@media all and (max-width: 768px) {
  .supply_area {
    padding-bottom: 100px;
  }
  .supply_area .supply_div {
    margin-bottom: 36px;
  }
  .supply_area .supply_info {
    margin-bottom: 50px;
  }
  .supply_area .supply_info .info .tit {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1;
  }
  .supply_area .supply_info .info .txt {
    font-size: 14px;
    line-height: 20px;
  }
  .supply_area .info_img .list {
    margin-bottom: 50px;
  }
  .supply_area .info_img .list:last-child {
    margin-bottom: 60px;
  }
  .supply_area .info_img .tit {
    float: none;
    width: 100%;
    font-size: 21px;
  }
  .supply_area .info_img .btn {
    float: none;
    margin-top: 25px;
    width: 100%;
  }
  .supply_area .info_img .img {
    display: none;
  }
  .supply_area .dot_txt {
    font-size: 13px;
    line-height: 18px;
  }
}

.movein_div .two_btn a:nth-child(1) {
  margin-right: 7px;
}

/* 회원탈퇴 버튼 */
.withdraw_btn {
  margin-top: 25px;
}

@media all and (max-width: 768px) {
  .withdraw_btn {
    margin-top: 12px;
  }
}

@media all and (max-width: 1280px) {
  .inq_page .input_area .essential {
    right: 5%;
  }
}

.win_area.guide .win_div {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 90px 0 75px 0;
    background: url(../images/modelH-guide-icon.png) no-repeat center 30px;
    width: 95%;
}
@media (max-width: 768px){
    .win_area.guide .win_div {
        padding-top: 60px;
        background: url(../images/m-modelH-guide-icon.png) no-repeat center 0/47px auto;
        background-position-y: 10px;
    }
}

.carInfoText{font-size:16px;color:#888;word-break:keep-all;}
.form_group .carInfoText{padding:13px 0;line-height:20px;}
.carInfoText.st2{margin-left:160px;}

.input_area .input_con + .carInfoText{margin-top:13px;}

@media (max-width: 768px){
    .carInfoText{font-size:14px;}
    .form_group .carInfoText{padding:9px 0;margin-top:10px;}
    .carInfoText.st2{margin-left:0;}
}


.supply_area .supply_info .w250{width:250px;}
            
@media (max-width: 768px){
    .supply_area .supply_info .w250{width:200px;}
}

/* s : 20250527 ISMS-P 결함사항 수정 */
.cust_info .terms .checkDiv .info_txt .info_box .con p {
    margin-top: 10px;
}

.cust_info .terms .checkDiv .info_txt .info_box .con ul {
    padding-left: 16px;
}

@media (max-width: 768px) {
    .cust_info .terms .txt_area {
        display: block;
    }

    .cust_info .terms .txt_area .txt {
        display: block;
        margin-bottom: 10px;
    }
}
/* e : 20250527 ISMS-P 결함사항 수정 */