@charset "UTF-8";
/* 브랜드 스토리*/
.brand_cont1 {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.brand_cont1 .video_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
}

.brand_cont1 .video_cont video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
}

.brand_cont1 .video_cont .img_cont {
  position: absolute;
  width: 100%;
  height: 100%;
}

.brand_cont1 .video_cont .img_cont .img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.brand_cont1 .visual_mob {
  display: none;
}

.brand_cont1 .visual_mob .video_mob video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
}

.brand_cont1 .visual_mob .bg_mob {
  position: absolute;
  width: 100%;
  height: 100%;
}

.brand_cont1 .txt_cont {
  position: absolute;
  top: 0%;
  left: 20%;
  width: 100%;
  top: 0;
  width: 100%;
  height: 100%;
}

.brand_cont1 .txt_cont .txt1 {
  position: absolute;
  top: 50%;
  left: 0%;
  width: auto;
  font-size: 78px;
  line-height: 92px;
  letter-spacing: -1.5px;
  color: #fff;
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
  z-index: 9;
}

.brand_cont1 .txt_cont .txt1.on {
  top: 50% !important;
  opacity: 0 !important;
}

.brand_cont1 .txt_cont .txt2 {
  position: absolute;
  top: 45%;
  left: 0%;
  width: auto;
  color: #fff;
  line-height: 68px;
  letter-spacing: -1.5px;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  z-index: 9;
  opacity: 0;
  font-size: 54px;
  font-weight: 800;
}

.brand_cont1 .txt_cont.on .txt1 {
  top: 50% !important;
  opacity: 0 !important;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.brand_cont1 .txt_cont.on .txt2 {
  top: 40%;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.brand_cont1 .path {
  position: relative;
  top: 50px;
  margin-top: 29px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
}

.brand_cont1 .path span {
  display: inline-block;
  margin-right: 8px;
  padding-right: 20px;
  background: url("../images/path-line.gif") no-repeat center right;
}

.brand_cont1 .path span:last-child {
  margin-right: 0px;
  padding-right: 0px;
  background: none;
}

.brand_cont1 .scroll_icon {
  position: absolute;
  top: auto;
  left: 50%;
  width: 1px;
  position: absolute;
  bottom: 0;
  margin-left: -1px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
}

.brand_cont1 .scroll_icon span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  -webkit-animation: scrollMotion 1.8s infinite ease-out;
          animation: scrollMotion 1.8s infinite ease-out;
}

@-webkit-keyframes scrollMotion {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes scrollMotion {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@media all and (max-width: 1024px) {
  .brand_cont1 .txt_cont {
    left: 10%;
  }
}

@media all and (max-width: 981px) {
  .brand_cont1 .txt_cont {
    left: 5%;
  }
  .brand_cont1 .txt_cont .txt1 {
    font-size: 70px;
    line-height: 82px;
  }
  .brand_cont1 .txt_cont .txt2 {
    font-size: 54px;
    line-height: 68px;
  }
}

@media all and (max-width: 768px) {
  .brand_cont1 .video_cont {
    display: none;
  }
  .brand_cont1 .visual_mob {
    display: block;
  }
  .brand_cont1 .bg_mob {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 100%;
  }
  .brand_cont1 .txt_cont .txt1 {
    font-size: 35px;
    line-height: 41px;
  }
  .brand_cont1 .txt_cont .txt2 {
    font-size: 27px;
    line-height: 34px;
  }
}

.brand_cont2 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  margin: auto;
  text-align: center;
}

.brand_cont2 .txt_cont {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  background: #fff;
  height: 100%;
}

.brand_cont2 .txt_cont .pack {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transition-property: top;
  transition-property: top;
  top: -20%;
}

.brand_cont2 .txt_cont .txt1 {
  position: absolute;
  top: 45%;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #333;
  line-height: 68px;
  letter-spacing: -1.5px;
  opacity: 1;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  font-size: 54px;
  font-weight: 800;
}

.brand_cont2 .txt_cont .txt2 {
  position: absolute;
  top: 51%;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #333;
  line-height: 68px;
  letter-spacing: -1.5px;
  opacity: 1;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  font-size: 54px;
  font-weight: 800;
}

.brand_cont2 .circle_cont {
  position: relative;
  top: 45%;
  left: 0;
  width: 100%;
}

.brand_cont2 .circle_cont .cir {
  display: inline-block;
  -webkit-transition-property: top, background, border;
  transition-property: top, background, border;
}

.brand_cont2 .circle_cont .cir .bg {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
}

.brand_cont2 .circle_cont .cir .bg .cir_scale {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: width, height, opacity, background-color;
  transition-property: width, height, opacity, background-color;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.brand_cont2 .circle_cont .cir .bg span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #333;
  font-weight: 800;
  font-size: 32px;
}

.brand_cont2 .circle_cont .cir:nth-child(1) .bg {
  position: relative;
  top: 0;
  width: 300px;
  height: 300px;
}

.brand_cont2 .circle_cont .cir:nth-child(2) .bg {
  position: relative;
  top: 0;
  width: 300px;
  height: 300px;
  margin: 0 -20px;
}

.brand_cont2 .circle_cont .cir:nth-child(3) .bg {
  position: relative;
  top: 0;
  width: 300px;
  height: 300px;
}

.brand_cont2 .word_cont {
  position: absolute;
  top: auto;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -3px;
}

.brand_cont2 .word_cont span {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  bottom: 0;
  opacity: 1;
  -webkit-transition-property: bottom;
  transition-property: bottom;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.brand_cont2 .word_cont span:nth-child(1) {
  width: 126px;
  height: 139px;
  background: url("../images/brand-story-txt1.png") no-repeat 0 0/100% 100%;
}

.brand_cont2 .word_cont span:nth-child(2) {
  width: 130px;
  height: 139px;
  background: url("../images/brand-story-txt2.png") no-repeat 0 0/100% 100%;
}

.brand_cont2 .word_cont span:nth-child(3) {
  width: 104px;
  height: 134px;
  background: url("../images/brand-story-txt3.png") no-repeat 0 0/100% 100%;
}

.brand_cont2 .word_cont span:nth-child(4) {
  width: 87px;
  height: 134px;
  background: url("../images/brand-story-txt4.png") no-repeat 0 0/100% 100%;
  margin-right: 40px;
}

.brand_cont2 .word_cont span:nth-child(5) {
  width: 119px;
  height: 134px;
  background: url("../images/brand-story-txt5.png") no-repeat 0 0/100% 100%;
  margin-right: 0;
}

.brand_cont2 .word_cont span:nth-child(6) {
  width: 120px;
  height: 134px;
  background: url("../images/brand-story-txt6.png") no-repeat 0 0/100% 100%;
  margin-left: 0;
}

.brand_cont2 .word_cont span:nth-child(7) {
  width: 84px;
  height: 134px;
  background: url("../images/brand-story-txt7.png") no-repeat 0 0/100% 100%;
}

.brand_cont2 .word_cont span:nth-child(8) {
  width: 109px;
  height: 137px;
  background: url("../images/brand-story-txt8.png") no-repeat 0 3px/100% 100%;
}

.brand_cont2 .word_cont span:nth-child(9) {
  width: 87px;
  height: 134px;
  background: url("../images/brand-story-txt9.png") no-repeat 0 0/100% 100%;
}

@media all and (max-width: 1700px) {
  .brand_cont2 .circle_cont {
    top: 40%;
  }
}

@media all and (max-width: 1280px) {
  .brand_cont2 .txt_cont .txt1 {
    font-size: 44px;
    line-height: 58px;
  }
  .brand_cont2 .txt_cont .txt2 {
    font-size: 44px;
    line-height: 58px;
  }
  .brand_cont2 .word_cont span {
    margin: 0 8px;
  }
  .brand_cont2 .word_cont span:nth-child(1) {
    width: 106px;
    height: 119px;
  }
  .brand_cont2 .word_cont span:nth-child(2) {
    width: 110px;
    height: 119px;
  }
  .brand_cont2 .word_cont span:nth-child(3) {
    width: 84px;
    height: 114px;
  }
  .brand_cont2 .word_cont span:nth-child(4) {
    width: 77px;
    height: 114px;
  }
  .brand_cont2 .word_cont span:nth-child(5) {
    width: 99px;
    height: 114px;
  }
  .brand_cont2 .word_cont span:nth-child(6) {
    width: 100px;
    height: 114px;
  }
  .brand_cont2 .word_cont span:nth-child(7) {
    width: 74px;
    height: 114px;
  }
  .brand_cont2 .word_cont span:nth-child(8) {
    width: 89px;
    height: 117px;
  }
  .brand_cont2 .word_cont span:nth-child(9) {
    width: 77px;
    height: 114px;
  }
}

@media all and (max-width: 1024px) {
  .brand_cont2 .circle_cont .cir:nth-child(1) .bg {
    padding: 130px;
  }
  .brand_cont2 .circle_cont .cir:nth-child(2) .bg {
    padding: 130px;
  }
  .brand_cont2 .circle_cont .cir:nth-child(3) .bg {
    padding: 130px;
  }
  .brand_cont2 .word_cont span:nth-child(1) {
    width: 96px;
    height: 109px;
  }
  .brand_cont2 .word_cont span:nth-child(2) {
    width: 100px;
    height: 109px;
  }
  .brand_cont2 .word_cont span:nth-child(3) {
    width: 84px;
    height: 104px;
  }
  .brand_cont2 .word_cont span:nth-child(4) {
    width: 67px;
    height: 104px;
    margin-right: 30px;
  }
  .brand_cont2 .word_cont span:nth-child(5) {
    width: 89px;
    height: 104px;
  }
  .brand_cont2 .word_cont span:nth-child(6) {
    width: 90px;
    height: 104px;
  }
  .brand_cont2 .word_cont span:nth-child(7) {
    width: 64px;
    height: 104px;
  }
  .brand_cont2 .word_cont span:nth-child(8) {
    width: 79px;
    height: 107px;
  }
  .brand_cont2 .word_cont span:nth-child(9) {
    width: 67px;
    height: 104px;
  }
}

@media all and (max-width: 981px) {
  .brand_cont2 .txt_cont .txt1 {
    font-size: 34px;
    line-height: 48px;
  }
  .brand_cont2 .txt_cont .txt2 {
    font-size: 34px;
    line-height: 48px;
  }
  .brand_cont2 .circle_cont .cir .bg span {
    font-size: 30px;
  }
  .brand_cont2 .circle_cont .cir:nth-child(1) .bg {
    padding: 0;
    width: 250px;
    height: 250px;
  }
  .brand_cont2 .circle_cont .cir:nth-child(2) .bg {
    padding: 0;
    width: 250px;
    height: 250px;
  }
  .brand_cont2 .circle_cont .cir:nth-child(3) .bg {
    padding: 0;
    width: 250px;
    height: 250px;
  }
  .brand_cont2 .word_cont span {
    margin: 0 5px;
  }
  .brand_cont2 .word_cont span:nth-child(1) {
    width: 81px;
    height: 94px;
  }
  .brand_cont2 .word_cont span:nth-child(2) {
    width: 85px;
    height: 94px;
  }
  .brand_cont2 .word_cont span:nth-child(3) {
    width: 69px;
    height: 89px;
  }
  .brand_cont2 .word_cont span:nth-child(4) {
    width: 52px;
    height: 89px;
    margin-right: 25px;
  }
  .brand_cont2 .word_cont span:nth-child(5) {
    width: 74px;
    height: 89px;
  }
  .brand_cont2 .word_cont span:nth-child(6) {
    width: 75px;
    height: 89px;
  }
  .brand_cont2 .word_cont span:nth-child(7) {
    width: 54px;
    height: 89px;
  }
  .brand_cont2 .word_cont span:nth-child(8) {
    width: 64px;
    height: 92px;
  }
  .brand_cont2 .word_cont span:nth-child(9) {
    width: 52px;
    height: 89px;
  }
}

@media all and (max-width: 768px) {
  .brand_cont2 .txt_cont .txt1 {
    font-size: 27px;
    line-height: 34px;
  }
  .brand_cont2 .txt_cont .txt2 {
    font-size: 27px;
    line-height: 34px;
  }
  .brand_cont2 .circle_cont .cir .bg span {
    font-size: 16px;
  }
  .brand_cont2 .circle_cont .cir:nth-child(1) .bg {
    width: 160px;
    height: 160px;
  }
  .brand_cont2 .circle_cont .cir:nth-child(2) .bg {
    width: 160px;
    height: 160px;
    margin: 0 -10px;
  }
  .brand_cont2 .circle_cont .cir:nth-child(3) .bg {
    width: 160px;
    height: 160px;
  }
  .brand_cont2 .word_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .brand_cont2 .word_cont span {
    margin: 0 5px;
  }
  .brand_cont2 .word_cont span:nth-child(1) {
    width: 60px;
    height: 67px;
    background: url("../images/brand-story-txt1-m.png") no-repeat 0 0/100% 100%;
  }
  .brand_cont2 .word_cont span:nth-child(2) {
    width: 62px;
    height: 67px;
    background: url("../images/brand-story-txt2-m.png") no-repeat 0 0/100% 100%;
  }
  .brand_cont2 .word_cont span:nth-child(3) {
    width: 50px;
    height: 64px;
    background: url("../images/brand-story-txt3-m.png") no-repeat 0 0/100% 100%;
  }
  .brand_cont2 .word_cont span:nth-child(4) {
    width: 42px;
    height: 64px;
    background: url("../images/brand-story-txt4-m.png") no-repeat 0 0/100% 100%;
    margin-right: 15px;
  }
  .brand_cont2 .word_cont span:nth-child(5) {
    width: 57px;
    height: 64px;
    background: url("../images/brand-story-txt5-m.png") no-repeat 0 0/100% 100%;
  }
  .brand_cont2 .word_cont span:nth-child(6) {
    width: 57px;
    height: 64px;
    background: url("../images/brand-story-txt6-m.png") no-repeat 0 0/100% 100%;
  }
  .brand_cont2 .word_cont span:nth-child(7) {
    width: 40px;
    height: 64px;
    background: url("../images/brand-story-txt7-m.png") no-repeat 0 0/100% 100%;
  }
  .brand_cont2 .word_cont span:nth-child(8) {
    width: 52px;
    height: 66px;
    background: url("../images/brand-story-txt8-m.png") no-repeat 0 0/100% 100%;
  }
  .brand_cont2 .word_cont span:nth-child(9) {
    width: 42px;
    height: 64px;
    background: url("../images/brand-story-txt9-m.png") no-repeat 0 0/100% 100%;
  }
}

@media all and (max-width: 500px) {
  .brand_cont2 {
    height: 500px;
  }
  .brand_cont2 .txt_cont .pack {
    top: 0;
  }
  .brand_cont2 .txt_cont .txt1 {
    top: 142px;
    opacity: 0;
    width: 100%;
  }
  .brand_cont2 .txt_cont .txt1.active {
    top: 112px;
    opacity: 1;
  }
  .brand_cont2 .txt_cont .txt2 {
    top: 194px;
    opacity: 0;
    width: 100%;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .brand_cont2 .txt_cont .txt2.active {
    top: 164px;
    opacity: 1;
  }
  .brand_cont2 .circle_cont {
    top: 56%;
  }
  .brand_cont2 .circle_cont .cir:nth-child(1) .bg {
    width: 100px;
    height: 100px;
    top: 50px;
    opacity: 0;
    -webkit-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .brand_cont2 .circle_cont .cir:nth-child(1) .bg.active {
    top: 0;
    opacity: 1;
  }
  .brand_cont2 .circle_cont .cir:nth-child(2) .bg {
    width: 100px;
    height: 100px;
    top: 50px;
    opacity: 0;
    -webkit-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .brand_cont2 .circle_cont .cir:nth-child(2) .bg.active {
    top: 0;
    opacity: 1;
  }
  .brand_cont2 .circle_cont .cir:nth-child(3) .bg {
    width: 100px;
    height: 100px;
    top: 50px;
    opacity: 0;
    -webkit-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .brand_cont2 .circle_cont .cir:nth-child(3) .bg.active {
    top: 0;
    opacity: 1;
  }
  .brand_cont2 .word_cont {
    bottom: -1px;
  }
  .brand_cont2 .word_cont span {
    margin: 0 5px 0 0;
  }
  .brand_cont2 .word_cont span:nth-child(1) {
    width: 30px;
    height: 33px;
    top: 40px;
    opacity: 0;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .brand_cont2 .word_cont span:nth-child(1).active {
    top: 0;
    opacity: 1;
  }
  .brand_cont2 .word_cont span:nth-child(2) {
    width: 32px;
    height: 33px;
    top: 40px;
    opacity: 0;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .brand_cont2 .word_cont span:nth-child(2).active {
    top: 0;
    opacity: 1;
  }
  .brand_cont2 .word_cont span:nth-child(3) {
    width: 25px;
    height: 32px;
    top: 40px;
    opacity: 0;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-delay: 0.20s;
            transition-delay: 0.20s;
  }
  .brand_cont2 .word_cont span:nth-child(3).active {
    top: 0;
    opacity: 1;
  }
  .brand_cont2 .word_cont span:nth-child(4) {
    width: 21px;
    height: 32px;
    top: 40px;
    opacity: 0;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .brand_cont2 .word_cont span:nth-child(4).active {
    top: 0;
    opacity: 1;
  }
  .brand_cont2 .word_cont span:nth-child(5) {
    width: 28px;
    height: 32px;
    top: 40px;
    opacity: 0;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-delay: 0.30s;
            transition-delay: 0.30s;
  }
  .brand_cont2 .word_cont span:nth-child(5).active {
    top: 0;
    opacity: 1;
  }
  .brand_cont2 .word_cont span:nth-child(6) {
    width: 28px;
    height: 32px;
    top: 40px;
    opacity: 0;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  .brand_cont2 .word_cont span:nth-child(6).active {
    top: 0;
    opacity: 1;
  }
  .brand_cont2 .word_cont span:nth-child(7) {
    width: 20px;
    height: 32px;
    top: 40px;
    opacity: 0;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-delay: 0.40s;
            transition-delay: 0.40s;
  }
  .brand_cont2 .word_cont span:nth-child(7).active {
    top: 0;
    opacity: 1;
  }
  .brand_cont2 .word_cont span:nth-child(8) {
    width: 26px;
    height: 33px;
    top: 40px;
    opacity: 0;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  .brand_cont2 .word_cont span:nth-child(8).active {
    top: 0;
    opacity: 1;
  }
  .brand_cont2 .word_cont span:nth-child(9) {
    width: 21px;
    height: 32px;
    top: 40px;
    opacity: 0;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-delay: 0.50s;
            transition-delay: 0.50s;
  }
  .brand_cont2 .word_cont span:nth-child(9).active {
    top: 0;
    opacity: 1;
  }
}

@media all and (max-width: 320px) {
  .brand_cont2 .word_cont {
    bottom: -1px;
  }
  .brand_cont2 .word_cont span:nth-child(1) {
    width: 30px;
    height: 33px;
  }
  .brand_cont2 .word_cont span:nth-child(2) {
    width: 32px;
    height: 33px;
  }
  .brand_cont2 .word_cont span:nth-child(3) {
    width: 25px;
    height: 32px;
  }
  .brand_cont2 .word_cont span:nth-child(4) {
    width: 21px;
    height: 32px;
  }
  .brand_cont2 .word_cont span:nth-child(5) {
    width: 28px;
    height: 32px;
  }
  .brand_cont2 .word_cont span:nth-child(6) {
    width: 28px;
    height: 32px;
  }
  .brand_cont2 .word_cont span:nth-child(7) {
    width: 20px;
    height: 32px;
  }
  .brand_cont2 .word_cont span:nth-child(8) {
    width: 26px;
    height: 33px;
  }
  .brand_cont2 .word_cont span:nth-child(9) {
    width: 21px;
    height: 32px;
  }
}

.brand_cont3 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 299vh;
  background: #000;
}

.brand_cont3 .bg_cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  overflow: hidden;
}

.brand_cont3 .bg_cont > * {
  height: 100%;
}

.brand_cont3 .bg_cont.fir .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.brand_cont3 .bg_cont.fir .cover .img {
  position: absolute;
  top: 0;
  left: auto;
  width: 100%;
  background: url("../images/brand-story-img1.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
}

.brand_cont3 .bg_cont.fir .cover .mob_txt {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.brand_cont3 .bg_cont.fir .cover .mob_txt .tit {
  position: relative;
  color: #fff;
  font-size: 45px;
  text-align: center;
  padding-bottom: 15px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.brand_cont3 .bg_cont.fir .cover .mob_txt .sub {
  position: relative;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.brand_cont3 .bg_cont.sec .img {
  background: url("../images/brand-story-img2.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.brand_cont3 .bg_cont.sec .mob_txt {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.brand_cont3 .bg_cont.sec .mob_txt .tit {
  position: relative;
  color: #fff;
  font-size: 45px;
  text-align: center;
  padding-bottom: 15px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.brand_cont3 .bg_cont.sec .mob_txt .sub {
  position: relative;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.brand_cont3 .bg_cont.thr {
  margin-top: 100vh;
}

.brand_cont3 .bg_cont.thr .cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.brand_cont3 .bg_cont.thr .cover .img {
  background: url("../images/brand-story-img3.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.brand_cont3 .bg_cont.thr .cover .mob_txt {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.brand_cont3 .bg_cont.thr .cover .mob_txt .tit {
  position: relative;
  color: #fff;
  font-size: 45px;
  text-align: center;
  padding-bottom: 15px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.brand_cont3 .bg_cont.thr .cover .mob_txt .sub {
  position: relative;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.brand_cont3 .bg_cont.thr .dimd_cont {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  bottom: -100%;
  height: 100vh;
}

.brand_cont3 .bg_cont.thr .dimd_cont .blk {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), to(black));
  background: linear-gradient(180deg, transparent 10%, black);
}

.brand_cont3 .txt_cont {
  position: absolute;
  top: 17%;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 12;
  text-align: center;
}

.brand_cont3 .txt_cont .txt {
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.brand_cont3 .txt_cont .txt .tit {
  color: #fff;
  font-size: 110px;
  line-height: 120px;
  opacity: 0.3;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.brand_cont3 .txt_cont .txt .tit.onOpacity {
  opacity: 1;
}

.brand_cont3 .txt_cont .txt .sub {
  position: absolute;
  top: 40px;
  left: -450px;
  width: 400px;
  line-height: 34px;
  text-align: left;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  letter-spacing: -0.25px;
  font-size: 22px;
}

.brand_cont3 .txt_cont .txt .sub.onOpacity {
  opacity: 1;
}

.brand_cont3 .txt_cont .txt.sec {
  margin: 20px 0;
}

.brand_cont3 .txt_cont .txt.sec .sub {
  left: 330px;
  top: 140px;
}

.brand_cont3 .txt_cont .txt.thr .sub {
  top: 250px;
}

.brand_cont3 .txt_cont.on {
  position: fixed;
  top: 50%;
  left: 50%;
}

.brand_cont3 .txt_cont.bottom {
  position: absolute;
  top: 74%;
  left: 50%;
  width: auto;
}

@media all and (max-width: 1280px) {
  .brand_cont3 .txt_cont .txt .sub {
    left: -380px;
  }
  .brand_cont3 .txt_cont .txt.sec .sub {
    left: 230px;
  }
  .brand_cont3 .txt_cont .txt.thr .sub {
    top: 290px;
    width: 300px;
    left: -340px;
  }
}

@media all and (max-width: 1024px) {
  .brand_cont3 .txt_cont .txt .sub {
    top: 20px;
    left: -380px;
  }
  .brand_cont3 .txt_cont .txt.sec .sub {
    left: 230px;
    top: 150px;
  }
  .brand_cont3 .txt_cont .txt.thr .sub {
    top: 290px;
  }
}

@media all and (max-width: 981px) {
  .brand_cont3 .txt_cont .txt .tit {
    font-size: 80px;
    line-height: 90px;
  }
  .brand_cont3 .txt_cont .txt .sub {
    left: -300px;
    width: 300px;
    font-size: 18px;
    line-height: 26px;
  }
  .brand_cont3 .txt_cont .txt.sec .sub {
    left: 170px;
    top: 120px;
  }
  .brand_cont3 .txt_cont .txt.thr .sub {
    left: -260px;
    top: 230px;
    width: 230px;
  }
}

@media all and (max-width: 768px) {
  .brand_cont3 .txt_cont .txt .sub {
    font-weight: 400;
    position: relative;
    left: 0;
    top: 30px;
    text-align: center;
    margin-bottom: 30px;
    display: none;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-name: appear;
            animation-name: appear;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  @-webkit-keyframes appear {
    0% {
      opacity: 0;
      display: none;
    }
    100% {
      opacity: 1;
      display: block;
    }
  }
  @keyframes appear {
    0% {
      opacity: 0;
      display: none;
    }
    100% {
      opacity: 1;
      display: block;
    }
  }
  .brand_cont3 .txt_cont .txt .sub.onOpacity {
    opacity: 1;
    display: block;
  }
  .brand_cont3 .txt_cont .txt.sec .sub {
    left: 0;
    top: 0;
  }
  .brand_cont3 .txt_cont .txt.thr .sub {
    left: 0;
    top: 0;
  }
}

@media all and (max-width: 500px) {
  .brand_cont3 .txt_cont {
    display: none;
    /*
      top:10%;
      .txt{
        .tit{
          font-size: 45px;
          line-height: 60px;
        }
        .sub{
          font-size: 13px;
          line-height: 19px;
          top: 10px;
          margin-bottom: 15px;
        }
        &.sec{
          margin:0;
        }
      }
      */
  }
  .brand_cont3 .bg_cont {
    position: relative;
    top: auto;
    left: auto;
  }
  .brand_cont3 .bg_cont.fir .cover .mob_txt {
    display: block;
  }
  .brand_cont3 .bg_cont.fir .cover .mob_txt .tit {
    top: 30px;
    opacity: 0;
  }
  .brand_cont3 .bg_cont.fir .cover .mob_txt .tit.active {
    top: 0;
    opacity: 1;
  }
  .brand_cont3 .bg_cont.fir .cover .mob_txt .sub {
    top: 30px;
    opacity: 0;
  }
  .brand_cont3 .bg_cont.fir .cover .mob_txt .sub.active {
    top: 0;
    opacity: 1;
  }
  .brand_cont3 .bg_cont.fir .cover .img {
    background: url("../images/brand-story-img1-m.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .brand_cont3 .bg_cont.sec .mob_txt {
    display: block;
  }
  .brand_cont3 .bg_cont.sec .mob_txt .tit {
    top: 30px;
    opacity: 0;
  }
  .brand_cont3 .bg_cont.sec .mob_txt .tit.active {
    top: 0;
    opacity: 1;
  }
  .brand_cont3 .bg_cont.sec .mob_txt .sub {
    top: 30px;
    opacity: 0;
  }
  .brand_cont3 .bg_cont.sec .mob_txt .sub.active {
    top: 0;
    opacity: 1;
  }
  .brand_cont3 .bg_cont.sec .img {
    background: url("../images/brand-story-img2-m.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .brand_cont3 .bg_cont.thr {
    margin-top: 0;
  }
  .brand_cont3 .bg_cont.thr .dimd_cont {
    display: none;
  }
  .brand_cont3 .bg_cont.thr .cover {
    height: 100%;
  }
  .brand_cont3 .bg_cont.thr .cover .img {
    background: url("../images/brand-story-img3-m.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .brand_cont3 .bg_cont.thr .cover .mob_txt {
    display: block;
  }
  .brand_cont3 .bg_cont.thr .cover .mob_txt .tit {
    top: 30px;
    opacity: 0;
  }
  .brand_cont3 .bg_cont.thr .cover .mob_txt .tit.active {
    top: 0;
    opacity: 1;
  }
  .brand_cont3 .bg_cont.thr .cover .mob_txt .sub {
    top: 30px;
    opacity: 0;
  }
  .brand_cont3 .bg_cont.thr .cover .mob_txt .sub.active {
    top: 0;
    opacity: 1;
  }
}

.brand_cont4 {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #000;
  height: 480vh;
  z-index: 11;
}

.brand_cont4 .bg_cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  background: #000;
}

.brand_cont4 .bg_cont > * {
  height: 100%;
}

.brand_cont4 .bg_cont.mission {
  height: 100vh;
  z-index: 2;
}

.brand_cont4 .bg_cont.mission .img {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  width: 100%;
  top: auto;
  left: 0;
  bottom: 0;
  background: url("../images/brand-story-mission-img.jpg") no-repeat center bottom fixed;
  background-size: cover;
  height: 0;
  z-index: 2;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .brand_cont4 .bg_cont.mission .img {
    background: url("../images/brand-story-mission-img.jpg") no-repeat center bottom;
  }
}

.brand_cont4 .bg_cont.mission .img .txt {
  position: absolute;
  top: 50%;
  left: auto;
  width: auto;
  right: 20%;
  text-align: right;
  color: #fff;
  line-height: 42px;
  letter-spacing: -0.5px;
  z-index: 4;
  opacity: 0.4;
  font-size: 30px;
  font-weight: 600;
}

.brand_cont4 .bg_cont.mission .img .txt.mFixed {
  position: fixed;
  top: 72%;
}

.brand_cont4 .bg_cont.mission .mask_dimd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.brand_cont4 .bg_cont.mission .mask_dimd .left {
  position: absolute;
  top: auto;
  left: 0;
  width: 20%;
  bottom: 0;
  background: #000;
  height: 100%;
}

.brand_cont4 .bg_cont.mission .mask_dimd .right {
  position: absolute;
  top: auto;
  left: auto;
  width: 20%;
  bottom: 0;
  right: 0;
  background: #000;
  height: 100%;
}

.brand_cont4 .bg_cont.mission .mask_dimd .top {
  display: none;
}

.brand_cont4 .bg_cont.vision {
  margin-top: 0;
  top: 180vh;
}

.brand_cont4 .bg_cont.vision .cover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.brand_cont4 .bg_cont.vision .cover .mob_txt {
  position: absolute;
  top: 16%;
  left: 5%;
  width: auto;
  display: none;
  color: #fff;
  text-align: left;
  z-index: 12;
  height: auto;
  overflow: hidden;
  font-weight: 600;
  font-size: 40px;
}

.brand_cont4 .bg_cont.vision .img {
  position: absolute;
  top: auto;
  left: auto;
  width: 100%;
  background: url("../images/brand-story-vision-img.jpg") no-repeat 0 0/100% 100%;
  height: 100vh;
  bottom: 0;
}

.brand_cont4 .bg_cont.vision .txt {
  position: absolute;
  top: 75%;
  left: auto;
  width: auto;
  right: 20%;
  z-index: 5;
  color: #fff;
  text-align: right;
  line-height: 42px;
  letter-spacing: -0.5px;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  font-size: 30px;
  font-weight: 600;
}

.brand_cont4 .bg_cont.vision .txt.onTop {
  top: 70%;
}

.brand_cont4 .txt_cont {
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: auto;
  left: 20%;
  width: 50%;
  bottom: 13%;
  height: auto;
  z-index: 9;
  opacity: 0;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.brand_cont4 .txt_cont.onFixed {
  position: fixed;
  top: 16%;
}

.brand_cont4 .txt_cont .tit {
  color: #fff;
  text-align: left;
  font-weight: 800;
  font-size: 100px;
}

.brand_cont4 .txt_cont .change_txt {
  position: relative;
  overflow: hidden;
  line-height: 1;
}

.brand_cont4 .txt_cont .change_txt .mis {
  position: absolute;
  top: 0%;
  left: 0%;
  width: auto;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition-property: top;
  transition-property: top;
}

.brand_cont4 .txt_cont .change_txt .mis.out {
  top: -100%;
}

.brand_cont4 .txt_cont .change_txt .vis {
  position: absolute;
  top: 100%;
  left: 0%;
  width: auto;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition-property: top;
  transition-property: top;
}

.brand_cont4 .txt_cont .change_txt .vis.out {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition-property: top;
  transition-property: top;
  top: 0%;
}

.brand_cont4 .txt_cont.on {
  position: absolute;
}

.brand_cont4 .txt_cont.bottom {
  position: absolute;
  top: auto;
  left: 50%;
  width: auto;
  bottom: 13%;
}

@media all and (max-width: 1024px) {
  .brand_cont4 .bg_cont.mission .img .txt {
    right: 10%;
  }
  .brand_cont4 .bg_cont.vision .txt {
    right: 10%;
  }
  .brand_cont4 .txt_cont {
    width: 50%;
    left: 10%;
  }
}

@media all and (max-width: 981px) {
  .brand_cont4 .txt_cont {
    left: 5%;
  }
  .brand_cont4 .txt_cont .tit {
    font-size: 80px;
  }
  .brand_cont4 .bg_cont.mission .img .txt {
    right: 5%;
    font-size: 28px;
    line-height: 38px;
  }
  .brand_cont4 .bg_cont.mission .mask_dimd .left {
    width: 100px;
  }
  .brand_cont4 .bg_cont.mission .mask_dimd .right {
    width: 100px;
  }
  .brand_cont4 .bg_cont.mission .mask_dimd .top {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85vh;
    background: #000;
  }
  .brand_cont4 .bg_cont.vision .txt {
    right: 5%;
    font-size: 28px;
    line-height: 38px;
  }
}

@media all and (max-width: 768px) {
  .brand_cont4 .bg_cont.mission .img {
    /*
          &::before{
            content: "";
            display: block;
            position: absolute;
            overflow: hidden;
            background-image: url("../images/brand-story-mission-img.jpg");
            background-attachment: scroll;
            background-position: center bottom;
            background-size: cover;
            width: 100%;
            height: 100vh;
            bottom: 0;
            left: 0;
            right: 0;
            top:auto;
            z-index: 3;
          }
          */
  }
  .brand_cont4 .bg_cont.mission .img .txt {
    font-size: 17px;
    line-height: 23px;
  }
  .brand_cont4 .bg_cont.mission .mask_dimd .left {
    width: 50px;
  }
  .brand_cont4 .bg_cont.mission .mask_dimd .right {
    width: 50px;
  }
  .brand_cont4 .bg_cont.vision .txt {
    font-size: 17px;
    line-height: 23px;
  }
  .brand_cont4 .bg_cont.vision .img {
    background: url("../images/brand-story-vision-img-m.jpg") no-repeat center center;
    background-size: cover;
  }
  .brand_cont4 .txt_cont .tit {
    font-size: 40px;
  }
}

@media all and (max-width: 500px) {
  .brand_cont4 {
    height: 200vh;
  }
  .brand_cont4 .bg_cont.mission {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .brand_cont4 .bg_cont.mission .mask_dimd {
    display: none;
  }
  .brand_cont4 .bg_cont.mission .img {
    position: relative;
    height: 100%;
    left: auto;
    bottom: auto;
    background: url("../images/brand-story-mission-img-m.jpg") no-repeat center top;
    background-size: cover;
  }
  .brand_cont4 .bg_cont.mission .img::before {
    display: none;
  }
  .brand_cont4 .bg_cont.mission .img .txt {
    opacity: 1;
    top: 68%;
  }
  .brand_cont4 .bg_cont.vision {
    top: auto;
    height: 100%;
  }
  .brand_cont4 .bg_cont.vision .cover {
    position: relative;
    top: auto;
    left: auto;
  }
  .brand_cont4 .bg_cont.vision .cover .mob_txt {
    display: block;
  }
  .brand_cont4 .bg_cont.vision .cover .img {
    background: url("../images/brand-story-vision-img-m.jpg") no-repeat center top;
    background-size: cover;
  }
  .brand_cont4 .bg_cont.vision .txt {
    opacity: 1;
  }
  .brand_cont4 .txt_cont {
    width: 80%;
    bottom: auto;
    top: 9%;
    opacity: 1;
  }
}

.brand_cont5 {
  width: 100%;
  height: 101vh;
  position: relative;
  overflow: hidden;
}

.brand_cont5 .bg_cont {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.brand_cont5 .bg_cont .bg {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/brand-story-bg1.jpg") no-repeat center center/120%;
  background-size: cover;
  background-position: 0 50%;
  -webkit-transition-property: background-position;
  transition-property: background-position;
  -webkit-transition: background-position 0.4s ease-out;
  transition: background-position 0.4s ease-out;
}

.brand_cont5 .info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.brand_cont5 .info .motionBt1 {
  margin: 0;
}

.brand_cont5 .img {
  width: 325px;
  margin-bottom: 75px;
}

.brand_cont5 .img img {
  margin: auto;
  max-width: 100%;
  width: 100%;
}

@media all and (max-width: 1024px) {
  .brand_cont5 .bg_cont .bg {
    background-position: 0 80%;
  }
}

@media all and (max-width: 981px) {
  .brand_cont5 .bg_cont .bg {
    background: url("../images/brand-story-bg1.jpg") no-repeat center center/120% 120%;
    background-position: 0 0%;
  }
}

@media all and (max-width: 768px) {
  .brand_cont5 .bg_cont .bg {
    background: url("../images/brand-story-bg1.jpg") no-repeat center center/150% 150%;
    background-position: 50% 50%;
  }
  .brand_cont5 .img {
    margin-bottom: 40px;
  }
  .brand_cont5 .img img {
    width: 70%;
  }
}

@media all and (max-width: 500px) {
  .brand_cont5 .bg_cont .bg {
    background: url("../images/brand-story-bg1.jpg") no-repeat center center/170% 150%;
    background-size: cover;
  }
  .brand_cont5 .img img {
    width: 60%;
  }
}

.brand_cont6 {
  width: 100%;
  height: 71vh;
  position: relative;
  overflow: hidden;
}

.brand_cont6 .bg_cont {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.brand_cont6 .bg_cont .bg {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/brand-story-bg2.jpg") no-repeat center center/100% 100%;
  background-size: cover;
}

.brand_cont6 .info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.brand_cont6 .info .txt {
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 10px;
}

.brand_cont6 .info .playBtn {
  display: block;
}

@media all and (max-width: 768px) {
  .brand_cont6 {
    height: 50vh;
  }
  .brand_cont6 .bg_cont .bg {
    background: url("../images/brand-story-bg2-m.jpg") no-repeat 40% center/cover;
  }
  .brand_cont6 .info .txt {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 12px;
  }
  .brand_cont6 .info .playBtn .mob {
    width: 50%;
    margin: auto;
  }
}

/* txt_cont 안의 class 공통*/
.fixed {
  position: fixed !important;
}

.displayB {
  display: block !important;
}

.displayN {
  display: none !important;
}

/* 디자인 아이덴티티 */
.brand_cont1.design_cont1 .bg {
  width: 100%;
  height: 100vh;
  background: url("../images/designId-visual-img.jpg") no-repeat 0 0/100% 100%;
}

.brand_cont2.design_cont2 {
  padding: 177px 0 55px 0;
}

.brand_cont2 .subtxt {
  margin: 15px 0 10px;
  line-height: 36px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

.brand_cont2 .subtxt p {
  position: relative;
  top: 50px;
  opacity: 0;
}

.brand_cont2 .subtxt span {
  font-family: "Manrope";
}

.brand_cont2 .bi_cont {
  width: 1160px;
  margin: auto;
  margin-top: 325px;
}

.brand_cont2 .bi_cont .txt1 {
  font-size: 90px;
  color: #333;
  text-align: left;
}

.brand_cont2 .bi_cont .txt1 span {
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.81, 0.34, 0.54, 0.93);
  transition: all 0.6s cubic-bezier(0.81, 0.34, 0.54, 0.93);
}

.brand_cont2 .bi_cont .txt2 {
  padding: 7px 0 0 0;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.81, 0.34, 0.54, 0.93);
  transition: all 0.6s cubic-bezier(0.81, 0.34, 0.54, 0.93);
}

.brand_cont2 .bi_cont.active .txt1 span {
  top: 0;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.brand_cont2 .bi_cont.active .txt2 {
  top: 0;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.design_cont3 {
  position: relative;
  height: 990px;
  background: #1b1b1b;
}

.design_cont3 .eagle_div {
  width: 1160px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.design_cont3 .eagle_div .swiper-container {
  padding-bottom: 142px;
}

.design_cont3 .eagle_div .swiper-container .swiper-slide {
  background: #1b1b1b;
}

.design_cont3 .eagle_div .tit {
  margin: 73px 0 33px;
  font-size: 30px;
  font-weight: bold;
}

.design_cont3 .eagle_div .txt {
  font-size: 18px;
  line-height: 30px;
}

.design_cont3 .eagle_div .swiper-button-next {
  background: url("../images/design-eagle-swiper-next.png") no-repeat;
  right: 0px;
  width: 20px;
  height: 38px;
}

.design_cont3 .eagle_div .swiper-button-prev {
  background: url("../images/design-eagle-swiper-prev.png") no-repeat;
  left: 0px;
  width: 20px;
  height: 38px;
}

.design_cont3 .eagle_div .slide_line {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.design_cont3 .eagle_div .line_bar {
  position: relative;
  margin-bottom: 2px;
  width: 554px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.design_cont3 .eagle_div .line_bar span {
  position: absolute;
  left: 0;
  width: calc(554px / 4);
  height: 100%;
  background: white;
}

.design_cont3 .eagle_div .slide_name {
  width: 557px;
}

.design_cont3 .eagle_div .slide_name:after {
  display: block;
  content: "";
  clear: both;
}

.design_cont3 .eagle_div .slide_name .name {
  float: left;
  position: relative;
  margin-right: 59px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.design_cont3 .eagle_div .slide_name .name.on {
  color: white;
}

.design_cont3 .eagle_div .slide_name .name.on span {
  display: block;
  position: absolute;
  top: -3px;
  width: 100%;
  height: 1px;
  background: #fff;
}

.design_cont3 .eagle_div .slide_name .name:last-child {
  margin-right: 0;
}

.design_cont3 .eagle_div .slide_name .name span {
  display: none;
}

.design_cont4 {
  padding: 198px 0 117px;
}

.design_cont4 .type_div {
  width: 1160px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 80px;
}

.design_cont4 .type_div .logo_type {
  float: left;
  margin-right: 40px;
}

.design_cont4 .type_div .logo_type:last-child {
  margin-right: 0;
}

.design_cont4 .type_div .logo_type .tit {
  margin-bottom: 38px;
}

.design_cont5 {
  padding: 58px 0 0 0;
}

.design_cont5 .title {
  width: 1160px;
  margin: auto;
  font-size: 90px;
  color: #333;
}

.design_cont5 .title span {
  position: relative;
  top: 110px;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.81, 0.34, 0.54, 0.93);
  transition: all 0.6s cubic-bezier(0.81, 0.34, 0.54, 0.93);
}

.design_cont5 .title.active span {
  top: 0;
  opacity: 1;
}

.design_cont5 .color_div {
  position: relative;
  margin: 60px 0 200px;
}

.design_cont5 .color_div.sub {
  padding-left: 0px;
}

.design_cont5 .color_div .subtit {
  position: absolute;
  top: 0px;
  left: 80px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.design_cont5 .color_div .color_list {
  width: 1160px;
  margin: auto;
}

.design_cont5 .color_div .color {
  position: relative;
  padding-left: 80px;
  width: 1540px;
  height: 450px;
}

.design_cont5 .color_div .color .bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.design_cont5 .color_div .color .bg img {
  position: absolute;
}

.design_cont5 .color_div .color .txt_div {
  position: absolute;
  left: 80px;
  bottom: 80px;
  color: #fff;
}

.design_cont5 .color_div .color .txt_div .tit {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
}

.design_cont5 .color_div .color .txt_div .txt {
  line-height: 30px;
}

.design_cont5 .sub_colorDiv {
  width: 1160px;
  margin: auto;
  overflow: hidden;
}

.design_cont5 .sub_colorDiv .sub_color {
  position: relative;
  float: left;
  width: 232px;
  height: 450px;
}

.design_cont5 .sub_colorDiv .sub_color:nth-child(1) {
  background: #001f5f;
}

.design_cont5 .sub_colorDiv .sub_color:nth-child(2) {
  background: #e2c5ac;
}

.design_cont5 .sub_colorDiv .sub_color:nth-child(3) {
  background: #753d29;
}

.design_cont5 .sub_colorDiv .sub_color:nth-child(4) {
  background: #dbd9d6;
}

.design_cont5 .sub_colorDiv .sub_color:nth-child(5) {
  background: #2e2a25;
}

.design_cont5 .sub_colorDiv .sub_color .name {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: bold;
  color: #fff;
}

.design_cont5 .sub_colorDiv .sub_color .name.on {
  color: #333333;
}

/* 분양 단지 */
/*리스트타입*/
.list_type2 {
  width: 1160px;
  margin: auto;
  position: relative;
  padding-bottom: 200px;
}

@media all and (max-width: 1280px) {
  .list_type2 {
    width: calc(100% - 10%);
    padding: 0 0% 200px;
  }
}

@media all and (max-width: 768px) {
  .list_type2 {
    padding: 0 0% 100px;
  }
  .list_type2.notice_list .list_area .list_box .txt_box {
    padding: 25px 25px 0 25px;
  }
}

.list_type2 .division_area {
  position: absolute;
  top: -70px;
  right: 0;
  height: 30px;
  padding-right: 30px;
}

.list_type2 .division_area a {
  position: absolute;
  top: 0px;
  left: auto;
  width: 30px;
  display: block;
  right: 0;
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list_type2 .division_area a.list_btn {
  right: 42px;
}

@media all and (max-width: 768px) {
  .list_type2 .division_area {
    display: none;
  }
}

.list_type2 .list_area {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.list_type2 .list_area:after {
  content: "";
  display: block;
  clear: both;
}

.list_type2 .list_area .no_list_area {
  height: 704px;
}

.list_type2 .list_area .list_div {
  position: relative;
  width: 100%;
  display: block;
  height: 100%;
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
  line-height: 1.7;
  border: 1px solid #ddd;
  background: #fff;
}

.list_type2 .list_area .list_div:after {
  content: "";
  display: block;
  clear: both;
}

.list_type2 .list_area .list_div .heart_icon {
  position: absolute;
  top: 40px;
  left: auto;
  width: auto;
  z-index: 10;
  right: 40px;
}

.list_type2 .list_area .list_div .heart_icon img {
  width: 100%;
  max-width: 100%;
}

.list_type2 .list_area .list_box {
  position: relative;
  width: 100%;
  display: block;
  width: 360px;
  height: 100%;
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
  line-height: 1.7;
  border: 1px solid #ddd;
  background: #fff;
}

.list_type2 .list_area .list_box:after {
  content: "";
  display: block;
  clear: both;
}

.list_type2 .list_area .list_box.list_map .txt_div {
  display: block;
}

.list_type2 .list_area .list_box:hover .dimd_bg {
  z-index: 9;
}

.list_type2 .list_area .list_box:hover .txt_hide {
  opacity: 0;
}

.list_type2 .list_area .list_box:hover .txt_hover {
  opacity: 1;
}

.list_type2 .list_area .list_box .txt_hover {
  position: absolute;
  top: 33px;
  left: 0px;
  width: auto;
  margin: 0 40px;
  z-index: 10;
  opacity: 0;
  display: none;
}

.list_type2 .list_area .list_box .txt_hover .tit {
  color: #fff !important;
}

.list_type2 .list_area .list_box .txt_hover .txt {
  position: relative;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.list_type2 .list_area .list_box .txt_hover dl {
  display: table;
  padding: 0;
  width: 100%;
}

.list_type2 .list_area .list_box .txt_hover dl dt {
  color: #fff;
  display: table-cell;
  width: 60px;
  font-size: 16px;
  line-height: 28px;
}

.list_type2 .list_area .list_box .txt_hover dl dd {
  color: #fff;
  display: table-cell;
  font-size: 16px;
  word-break: keep-all;
}

.list_type2 .list_area .list_box:nth-child(3n) {
  margin-right: 0;
}

.list_type2 .list_area .list_box .dimd_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  background: #8b2332;
  display: none;
  opacity: 0;
}

.list_type2 .list_area .list_box .txt_box {
  display: block;
  overflow: visible;
  position: relative;
  padding: 30px 40px 0 40px;
  margin-bottom: 54px;
  width: 100%;
  height: auto;
  word-break: keep-all;
}

.list_type2 .list_area .list_box .txt_box .txt span {
  position: relative;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.list_type2 .list_area .list_box .txt_box .txt span.color_red {
  color: #8c2232;
}

.list_type2 .list_area .list_box .txt_box .txt span.color_gray {
  color: #888;
}

.list_type2 .list_area .list_box .txt_box .txt span.color_yellow {
  color: #8b6f4c;
}

.list_type2 .list_area .list_box .txt_box .txt span.color_blue {
  color: #276092;
}

.list_type2 .list_area .list_box .txt_box .txt span:not(:first-child) {
  padding-left: 15px;
}

.list_type2 .list_area .list_box .txt_box .txt span:not(:first-child):before {
  position: absolute;
  top: 5px;
  left: 6px;
  width: 1px;
  content: "";
  height: 14px;
  background: #ccc;
}

.list_type2 .list_area .list_box .txt_box .txt .tit {
  position: relative;
  color: #333;
  text-align: left;
  line-height: 34px;
  padding: 30px 0 30px;
  word-break: keep-all;
  font-size: 24px;
  font-weight: 700;
}

.list_type2 .list_area .list_box .txt_box .txt_hide {
  display: block;
  width: 70%;
  color: #888;
  font-size: 16px;
  text-align: left;
  line-height: 28px;
}

.list_type2 .list_area .list_box .txt_box .txt_hide dl {
  width: 100%;
}

.list_type2 .list_area .list_box .txt_box .txt_hide dl dt {
  color: #888;
  display: inline-block;
  min-width: 60px;
  font-size: 16px;
}

.list_type2 .list_area .list_box .txt_box .txt_hide dl dd {
  color: #888;
  display: inline-block;
  font-size: 16px;
}

.list_type2 .list_area .list_box .img {
  position: absolute;
  top: auto;
  left: 0;
  width: auto;
  bottom: 0;
  width: 100%;
}

.list_type2 .list_area .list_box .img img {
  max-width: 100%;
  width: 100%;
}

.list_type2 .list_area .list_box .heart_icon {
  position: absolute;
  top: 40px;
  left: auto;
  width: auto;
  z-index: 10;
  right: 40px;
}

.list_type2 .list_area .list_box .heart_icon img {
  width: 100%;
  max-width: 100%;
}

@media all and (max-width: 1280px) {
  .list_type2 .list_area .list_box {
    width: calc((100% - 80px) / 3);
  }
  .list_type2 .list_area .list_box .txt_hover {
    margin: 0 30px;
  }
  .list_type2 .list_area .list_box .txt_hover dl dd .bar {
    width: calc(100% - 68px);
  }
  .list_type2 .list_area .list_box .txt_hover dl dd span {
    width: 60px;
  }
}

@media all and (max-width: 981px) {
  .list_type2 .list_area .list_box {
    width: calc((100% - 40px) / 2);
  }
  .list_type2 .list_area .list_box:nth-child(3n) {
    margin-right: 40px;
  }
  .list_type2 .list_area .list_box:nth-child(2n) {
    margin-right: 0 !important;
  }
}

@media all and (max-width: 768px) {
  .list_type2 .list_area .list_box {
    padding: 0;
    margin-right: 5%;
    margin-bottom: 20px;
    width: calc(95% / 2);
    height: auto;
  }
  .list_type2 .list_area .list_box:nth-child(3n) {
    margin-right: 5%;
  }
  .list_type2 .list_area .list_box .dimd_bg {
    opacity: 0 !important;
    display: none !important;
  }
  .list_type2 .list_area .list_box .txt_box .txt span.color_red {
    color: #8c2232 !important;
  }
  .list_type2 .list_area .list_box .txt_box .txt span.color_gray {
    color: #888 !important;
  }
  .list_type2 .list_area .list_box .txt_box .txt span.color_yellow {
    color: #8b6f4c !important;
  }
  .list_type2 .list_area .list_box .txt_box .txt span.color_blue {
    color: #276092 !important;
  }
  .list_type2 .list_area .list_box .txt1 {
    margin-bottom: 9px;
    height: 85px;
    font-size: 19px;
    line-height: 27px;
  }
  .list_type2 .list_area .list_box .txt2 {
    height: 75px;
    font-size: 14px;
  }
  .list_type2 .list_area .list_box .date {
    left: 26px;
    bottom: 30px;
    font-size: 13px;
  }
  .list_type2 .list_area .list_box .noti {
    left: auto;
    right: 26px;
    font-size: 13px;
  }
  .list_type2 .list_area .list_box .txt_box {
    padding: 25px 25px 30px 25px;
    height: auto;
    margin-bottom: 0;
  }
  .list_type2 .list_area .list_box .txt_box .txt .tit {
    padding: 10px 0 0;
    font-size: 19px;
    line-height: 25px;
    color: #333 !important;
    display: block !important;
  }
  .list_type2 .list_area .list_box .txt_box .txt span {
    font-size: 13px;
  }
  .list_type2 .list_area .list_box .txt_box .txt span:nth-of-type(2):before {
    height: 12px;
  }
  .list_type2 .list_area .list_box .txt_box .txt_hide {
    display: none !important;
  }
  .list_type2 .list_area .list_box .txt_hover {
    position: relative;
    top: auto;
    display: block !important;
    opacity: 1 !important;
    margin: 10px 0 0;
  }
  .list_type2 .list_area .list_box .txt_hover .txt {
    display: none;
  }
  .list_type2 .list_area .list_box .txt_hover dl {
    padding: 0 25px 0 0;
  }
  .list_type2 .list_area .list_box .txt_hover dl dt {
    color: #333;
    font-size: 13px;
    line-height: 19px;
    width: 50px;
  }
  .list_type2 .list_area .list_box .txt_hover dl dd {
    color: #333;
    font-size: 13px;
  }
  .list_type2 .list_area .list_box .txt_hover dl dd .bar {
    width: calc(100% - 62px);
    background: rgba(51, 51, 51, 0.3);
  }
  .list_type2 .list_area .list_box .txt_hover dl dd .bar span {
    background: #333;
  }
  .list_type2 .list_area .list_box .heart_icon {
    top: 35px;
    width: 20px;
    height: 20px;
    right: 25px;
  }
  .list_type2 .list_area .list_box .img {
    top: auto;
    left: auto;
  }
}

@media all and (max-width: 500px) {
  .list_type2 .list_area .list_box {
    width: 100%;
    margin-right: 0;
  }
  .list_type2 .list_area .list_box:nth-child(3n) {
    margin-right: 0px;
  }
  .list_type2 .list_area .list_box:last-child {
    margin-bottom: 0;
  }
}

@media all and (max-width: 1024px) {
  .list_type2.notice_list .list_area .list_box {
    padding: 0;
    margin-right: 5%;
    margin-bottom: 20px;
    width: calc(95% / 2);
    height: auto;
  }
  .list_type2.notice_list .list_area .list_box:nth-child(2n) {
    margin-right: 0 !important;
  }
  .list_type2.notice_list .list_area .list_box:nth-child(3n) {
    margin-right: 5%;
  }
  .list_type2.notice_list .list_area .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_type2.notice_list .list_area .list_box .button_area a {
    display: block;
    float: none;
    padding: 12px 0 !important;
    color: #333;
    font-size: 13px;
    border: 1px solid #888888;
  }
  .list_type2.notice_list .list_area .list_box .button_area a:not(:last-child) {
    margin-bottom: 10px;
  }
  .list_type2.notice_list .list_area .list_box .dimd_bg {
    opacity: 0 !important;
    display: none !important;
  }
  .list_type2.notice_list .list_area .list_box .txt_box .txt span.color_red {
    color: #8c2232 !important;
  }
  .list_type2.notice_list .list_area .list_box .txt_box .txt span.color_gray {
    color: #888 !important;
  }
  .list_type2.notice_list .list_area .list_box .txt_box .txt span.color_yellow {
    color: #8b6f4c !important;
  }
  .list_type2.notice_list .list_area .list_box .txt_box .txt span.color_blue {
    color: #276092 !important;
  }
  .list_type2.notice_list .list_area .list_box .txt1 {
    margin-bottom: 9px;
    height: 85px;
    font-size: 19px;
    line-height: 27px;
  }
  .list_type2.notice_list .list_area .list_box .txt2 {
    height: 75px;
    font-size: 14px;
  }
  .list_type2.notice_list .list_area .list_box .date {
    left: 26px;
    bottom: 30px;
    font-size: 13px;
  }
  .list_type2.notice_list .list_area .list_box .noti {
    left: auto;
    right: 26px;
    font-size: 13px;
  }
  .list_type2.notice_list .list_area .list_box .txt_box {
    padding: 25px 25px 30px 25px;
    height: auto;
    margin-bottom: 0;
  }
  .list_type2.notice_list .list_area .list_box .txt_box .txt .tit {
    padding: 10px 0 0;
    font-size: 19px;
    line-height: 25px;
    color: #333 !important;
    display: block !important;
  }
  .list_type2.notice_list .list_area .list_box .txt_box .txt span {
    font-size: 13px;
  }
  .list_type2.notice_list .list_area .list_box .txt_box .txt span:nth-of-type(2):before {
    height: 12px;
  }
  .list_type2.notice_list .list_area .list_box .txt_box .txt_hide {
    display: none !important;
  }
  .list_type2.notice_list .list_area .list_box .txt_hover {
    position: relative;
    top: auto;
    display: block !important;
    opacity: 1 !important;
    margin: 10px 0 0;
  }
  .list_type2.notice_list .list_area .list_box .txt_hover .txt {
    display: none;
  }
  .list_type2.notice_list .list_area .list_box .txt_hover dl {
    padding: 0 25px 0 0;
  }
  .list_type2.notice_list .list_area .list_box .txt_hover dl dt {
    color: #333;
    font-size: 13px;
    line-height: 19px;
    width: 50px;
  }
  .list_type2.notice_list .list_area .list_box .txt_hover dl dd {
    color: #333;
    font-size: 13px;
  }
  .list_type2.notice_list .list_area .list_box .txt_hover dl dd .bar {
    width: calc(100% - 62px);
    background: rgba(51, 51, 51, 0.3);
  }
  .list_type2.notice_list .list_area .list_box .txt_hover dl dd .bar span {
    background: #333;
  }
  .list_type2 .list_area .list_box .txt_box .txt_hide {
    width: 60%;
  }
}

@media all and (max-width: 768px) {
  .list_type2.notice_list .list_area .list_box .txt_hover dl {
    padding: 0;
  }
  .list_type2 .list_area {
    margin-bottom: 20px;
  }
  .list_type2 .list_area .no_list_area {
    height: 260px;
  }
  .list_type2 .list_area + .more_bt {
    margin-top: 40px;
  }
}

@media all and (max-width: 500px) {
  .list_type2.notice_list .list_area .list_box {
    width: 100%;
    margin-right: 0;
  }
  .list_type2.notice_list .list_area .list_box:last-child {
    margin-bottom: 0;
  }
}

/* 팝업 type1 */
.popCont .chkBox {
  right: 40px;
}

.popCont.contractInfoPop {
  height: 700px;
  min-height: 700px;
}

.popCont.contractInfoPop.type1 {
  padding: 54px 59px 51px;
}

.popCont.reservationPop {

  min-height: 740px;
}

.popCont.type1 {
  height: 800px;
  min-height: 800px;
  padding: 54px 59px 0;
}

.popCont.type1.colorPop {
  padding: 0;
}

.popCont.type1.colorPop img {
  width: 100%;
  max-width: 100%;
}

.popCont.type1.brandPop {
  padding: 0;
}

.popCont.type1.brandPop img {
  width: 100%;
  max-width: 100%;
}

.popCont.type1 .txt_area {
  /*display:flex; flex-wrap:nowrap; justify-content:space-between; padding: 0 0 15px 0;*/
  display: block;
  overflow: hidden;
}

.popCont.type1 .txt_area .txt {
  float: left;
  font-weight: 700;
  font-size: 24px;
  padding: 20px 0 0 0;
}

.popCont.type1 .txt_area .agree_btn {
  display: block;
  float: right;
}

.popCont.type1 .txt_area .tit {
  color: #333;
  display: block;
  padding: 15px 0 20px 0;
  font-size: 24px;
  font-weight: 700;
}

.popCont.type1 .txt2 {
  color: #888;
  font-size: 16px;
  padding: 20px 0 40px;
}

.popCont.type1 .checkDiv {
  position: relative;
  border: solid 1px #ddd;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popCont.type1 .checkDiv .info_tit {
  padding: 40px;
}

.popCont.type1 .checkDiv .info_tit .txt {
  display: inline-block;
  text-align: left;
  color: #333;
  font-weight: 700;
}

.popCont.type1 .checkDiv .info_txt .info_cont {
  padding: 10px;
}

.popCont.type1 .checkDiv .info_txt .info_box {
  padding: 0;
  height: 130px;
  overflow: auto;
}

.popCont.type1 .checkDiv .info_txt .info_box .con {
  padding: 30px;
  line-height: 28px;
  font-size: 16px;
}

.popCont.type1 .checkDiv .info_txt .info_box .con .table_div {
  margin-top: 10px;
}

.popCont.type1 .checkDiv:not(:last-child) {
  margin: 0 0 20px 0;
}

.popCont.type2 {
  padding-top: 55px;
  width: 800px;
}

.popCont.type2 .onMember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.popCont.type2 .onMember .info {
  text-align: center;
}

.popCont.type2 .onMember .info .onlyWeb {
  display: inline;
}

.popCont.type2 .onMember .tit {
  color: #333;
  padding: 0 0 12px 0;
  font-size: 24px;
  font-weight: 700;
}

.popCont.type2 .onMember .txt {
  line-height: 30px;
  padding: 0 0 30px 0;
}

.popCont.type2 .onMember .img {
  padding: 0 0 15px 0;
}

.popCont.type3 {
  height: 800px;
  min-height: 800px;
  padding: 54px 59px 0;
}

.popCont.type3 .txt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 15px 0;
}

.popCont.type3 .txt_area .txt {
  color: #333;
  display: inline-block;
  padding: 20px 0 0 0;
  font-size: 24px;
  font-weight: 700;
}

.popCont.type3 .txt_area .tit {
  color: #333;
  display: block;
  padding: 35px 0 5px 0;
  font-size: 24px;
  font-weight: 700;
}

.popCont.type3 .txt2 {
  color: #888;
  font-size: 16px;
  padding: 40px 0;
}

.popCont.type3 .checkDiv {
  position: relative;
  border: solid 1px #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popCont.type3 .checkDiv .info_tit {
  position: relative;
  background: #f6f6f6;
  padding: 40px;
}

.popCont.type3 .checkDiv .info_tit .txt {
  display: inline-block;
  text-align: left;
  color: #333;
  font-weight: 700;
}

.popCont.type3 .checkDiv .info_txt {
  padding: 35px 10px 20px 40px;
}

.popCont.type3 .checkDiv .info_txt textarea {
  height: 110px;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}

.popCont.type3 .checkDiv:not(:last-child) {
  margin: 0 0 20px 0;
}

.popCont .certification_area .form_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.popCont .certification_area .form_group input {
  width: 529px;
  margin: 0 10px 0 0;
  font-family: "Noto sans KR", "Malgun Gothic", "sans-serif";
  font-weight: 300;
  line-height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popCont .certification_area .form_group:not(:last-child) {
  margin: 0 0 8px 0;
}

.popCont .certification_area .certification_time {
  font-size: 14px;
  color: #8b2332;
}

.popCont .btn {
  display: block;
}

.popCont .btn.pdB {
  padding-bottom: 60px;
}

.popCont .join_process {
  margin-top: 24px;
}


.certification_area.st2{
	padding:30px 0;
	
} 

.certification_area.st2 .form_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.certification_area.st2 .form_group input {
  width: 529px;
  margin: 0 10px 0 0;
  font-family: "Noto sans KR", "Malgun Gothic", "sans-serif";
  font-weight: 300;
  line-height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.certification_area.st2 .form_group:not(:last-child) {
  margin: 0 0 8px 0;
}

.certification_area.st2 .certification_time {
  font-size: 14px;
  color: #8b2332;
}

.certification_area.st2 .btn {
  display: block;
}

.certification_area.st2 .btn.pdB {
  padding-bottom: 60px;
}

.certification_area.st2 .join_process {
  margin-top: 24px;
}

.list_type1.style2 .terms + .txt_area,
.list_type1.style2 .btn.ta_c.pdB{margin-top:20px;}

@media all and (max-width: 1280px) {
  .popCont.type1 {
    width: 90%;
  }
  .popCont.type2 {
    width: 90%;
  }
}

@media all and (max-width: 768px) {
  .popCont .popBody .tit {
    padding: 0 0 25px 0;
  }
  .popCont .popBody .txt1 {
    margin: 0 0 35px 0;
    padding: 0 0 17px 0;
    font-size: 19px;
  }
  .popCont.contractInfoPop.type1 {
    padding: 35px 5%;
  }
  .popCont.type1 {
    overflow-y: auto;
    left: 0;
    top: 0;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    padding: 35px 5%;
    width: 100%;
    height: 100%;
    min-height: auto;
  }
  .popCont.type1 .checkDiv {
    border-bottom: none;
  }
  .popCont.type1 .checkDiv .info_tit {
    padding: 20px 60px 20px 20px;
  }
  .popCont.type1 .checkDiv .info_tit .chkBox {
    right: 20px;
  }
  .popCont.type1 .checkDiv .info_txt .info_box .con {
    padding: 0 18px 0 0;
    font-size: 13px;
    line-height: 19px;
  }
  .popCont.type1 .txt_area {
    display: block;
  }
  .popCont.type1 .txt_area .tit {
    padding: 15px 0 17px;
    font-size: 19px;
  }
  .popCont.type1 .txt_area .txt {
    display: block;
    float: none;
    padding: 0;
    font-size: 14px;
  }
  .popCont.type1 .txt_area .agree_btn {
    display: block;
    float: none;
    margin-top: 10px;
  }
  .popCont.type1 .txt2 {
    padding: 15px 0 20px;
    font-size: 13px;
  }
  .popCont.type1 .btn.pdB {
    padding-bottom: 5px;
  }
  .popCont.type2 {
    overflow-y: auto;
    left: 0;
    top: 0;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    padding: 35px 5%;
    width: 100%;
    height: 100%;
    min-height: auto;
  }
  .popCont.type2 .onMember {
    display: block;
  }
  .popCont.type2 .onMember .info:first-child {
    margin-bottom: 37px;
  }
  .popCont.type2 .onMember .info .btn a {
    margin: 0;
    width: 100%;
  }
  .popCont.type2 .onMember .img {
    padding: 0;
    margin-bottom: 17px;
    text-align: center;
  }
  .popCont.type2 .onMember .img img {
    width: 60px;
    height: 60px;
  }
  .popCont.type2 .onMember .img img.onlyMob {
    display: inline;
  }
  .popCont.type2 .onMember .img img.onlyWeb {
    display: none;
  }
  .popCont.type2 .onMember .tit {
    font-size: 19px;
  }
  .popCont.type2 .onMember .txt {
    padding: 0 0 17px;
    font-size: 14px;
    line-height: 20px;
  }
  .popCont .certification_area .form_group:nth-child(1) input,
  .certification_area.st2 .form_group:nth-child(1) input  {
    width: calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
  .popCont .certification_area .form_group:nth-child(2) input,
  .certification_area.st2 .form_group:nth-child(2) input {
    width: calc(100% - 72px);
    width: -webkit-calc(100% - 72px);
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
  
}

/* 분양단지 - 지도로 보기 */
.lm_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lm_box .select_area {
  display: none;
}

.lm_box .list_cont {
  width: 700px;
}

.lm_box .list_cont .list_box {
  width: 100%;
  height: 310px;
  margin: 0;
  border-left: none;
  border-right: none;
}

.lm_box .list_cont .list_box:not(:last-child) {
  border-bottom: none;
}

.lm_box .list_cont .list_box .txt_hover {
  width: 80%;
}

.lm_box .list_cont .list_box .img {
  position: absolute;
  top: auto;
  left: auto;
  width: 230px;
  right: 0;
  bottom: 40px;
  height: 130px;
}

.lm_box .list_cont .list_box .img img {
  height: 100%;
}

.lm_box .list_cont .list_box .txt_box .txt .tit {
  padding: 10px 0 25px;
}

.lm_box .map_cont {
  position: relative;
  width: 460px;
  background: #fff;
}

.lm_box .map_cont .map_info {
  position: relative;
  margin: 0 auto 20px;
  text-align: right;
}

.lm_box .map_cont .map_info .map_area {
  position: relative;
  left: 40px;
}

.lm_box .map_cont .map_info .map_area .map_bg {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.lm_box .map_cont .map_info .map_area .map_click {
  display: none;
  position: relative;
  z-index: 2;
}

.lm_box .map_cont .map_info .map_area .map_seoul {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.lm_box .map_cont .map_info .map_img_num span {
  z-index: 12;
  color: #fff;
  font-weight: 700;
}

.lm_box .map_cont .map_info .map_img_num span:nth-of-type(1) {
  position: absolute;
  top: 94px;
  left: 147px;
  width: auto;
}

.lm_box .map_cont .map_info .map_img_num span:nth-of-type(2) {
  position: absolute;
  top: 143px;
  left: 188px;
  width: auto;
}

.lm_box .map_cont .map_info .map_img_num span:nth-of-type(3) {
  position: absolute;
  top: 94px;
  left: 288px;
  width: auto;
}

.lm_box .map_cont .map_info .map_img_num span:nth-of-type(4) {
  position: absolute;
  top: 249px;
  left: 193px;
  width: auto;
}

.lm_box .map_cont .map_info .map_img_num span:nth-of-type(5) {
  position: absolute;
  top: 309px;
  left: 325px;
  width: auto;
}

.lm_box .map_cont .map_info .map_img_num span:nth-of-type(6) {
  position: absolute;
  top: 403px;
  left: 166px;
  width: auto;
}

.lm_box .map_cont .map_info .map_img_num span:nth-of-type(7) {
  position: absolute;
  top: 576px;
  left: 112px;
  width: auto;
}

.lm_box .map_cont .map_info.fixed {
  position: fixed;
  top: 10px;
}

.lm_box .map_cont .map_info.bottom {
  position: absolute;
  top: auto;
  left: auto;
  width: auto;
  right: 0;
  bottom: 240px;
}

.lm_box .map_cont map area {
  z-index: 1;
}

.lm_box .map_cont map area.seoul_area {
  z-index: 5;
}

.lm_box .map_cont .btn {
  display: block;
  text-align: right;
}

.lm_box .map_cont .btn a {
  display: inline-block;
}

.lm_box .map_cont .map_hover a {
  z-index: 5;
  display: none;
}

.lm_box .map_cont .map_hover a.on {
  z-index: 9;
  display: block;
}

.lm_box .map_cont .map_hover .seoul {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  z-index: 9;
}

.lm_box .map_cont .map_hover .seoul span {
  position: absolute;
  top: 94px;
  left: 149px;
  width: auto;
  z-index: 99;
  color: #fff;
}

.lm_box .map_cont .map_hover .sudogwon {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}

.lm_box .map_cont .map_hover .sudogwon span {
  position: absolute;
  top: 143px;
  left: 189px;
  width: auto;
  z-index: 99;
  color: #fff;
}

.lm_box .map_cont .map_hover .gangwon {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}

.lm_box .map_cont .map_hover .gangwon span {
  position: absolute;
  top: 94px;
  left: 288px;
  width: auto;
  z-index: 99;
  color: #fff;
}

.lm_box .map_cont .map_hover .chungcheong {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}

.lm_box .map_cont .map_hover .chungcheong span {
  position: absolute;
  top: 249px;
  left: 193px;
  width: auto;
  z-index: 99;
  color: #fff;
}

.lm_box .map_cont .map_hover .gyeongsang {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}

.lm_box .map_cont .map_hover .gyeongsang span {
  position: absolute;
  top: 309px;
  left: 325px;
  width: auto;
  z-index: 99;
  color: #fff;
}

.lm_box .map_cont .map_hover .jeonla {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}

.lm_box .map_cont .map_hover .jeonla span {
  position: absolute;
  top: 403px;
  left: 166px;
  width: auto;
  z-index: 99;
  color: #fff;
}

.lm_box .map_cont .map_hover .jeju {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}

.lm_box .map_cont .map_hover .jeju span {
  position: absolute;
  top: 576px;
  left: 113px;
  width: auto;
  z-index: 99;
  color: #fff;
}

@media all and (max-width: 1700px) {
  .lm_box .map_cont .map_info.fixed {
    right: 16%;
  }
}

@media all and (max-width: 1280px) {
  .lm_box .map_cont .map_info.fixed {
    right: 5%;
  }
}

@media all and (max-width: 1024px) {
  .lm_box .list_cont {
    width: 550px;
  }
  .lm_box .list_cont .list_box .img {
    bottom: 10px;
  }
  .lm_box .map_cont {
    width: 420px;
  }
  .lm_box .map_cont .map_info .map_area {
    left: 0;
  }
  .lm_box .map_cont .map_info.fixed {
    right: 0%;
  }
}

@media all and (max-width: 981px) {
  .lm_box .list_cont {
    width: 500px;
  }
}

@media all and (max-width: 768px) {
  .lm_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lm_box .select_area {
    display: block;
    min-height: 38px;
    position: relative;
    width: 100%;
    color: #333;
    height: 100%;
    margin-bottom: 20px;
  }
  .lm_box .select_area select {
    width: 100%;
    margin-left: 0;
  }
  .lm_box .list_cont {
    width: 100%;
  }
  .lm_box .list_cont .list_box {
    width: calc(95% / 2);
    height: auto;
    border: 1px solid #ddd;
    margin-right: 5%;
    margin-bottom: 20px;
  }
  .lm_box .list_cont .list_box .txt_hover {
    top: 0;
    width: 100%;
  }
  .lm_box .list_cont .list_box .txt_hover dl {
    padding: 0;
  }
  .lm_box .list_cont .list_box .img {
    position: relative;
    width: 100%;
    height: auto;
    bottom: 0;
  }
  .lm_box .list_cont .list_box:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .lm_box .map_cont {
    display: none;
  }
}

@media all and (max-width: 500px) {
  .lm_box .list_cont .list_box {
    width: 100%;
  }
}

/* 버튼 비활성화 */
.btn {
  display: block;
  position: relative;
  margin-top: 0;
}

.btn .transparent_wall {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 99;
  height: 100%;
  background: transparent;
  text-indent: -9999px;
}

/* 입력란 - 휴대전화번호 버튼 */
.phone .btn {
  display: inline-block;
  margin-top: 0;
}

/* 입주자 사전점검 방문 예약 */
.reservation_div {
  width: 1160px;
  margin: auto;
  position: relative;
  margin-bottom: 200px;
}

.reservation_div .txt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 15px 0;
}

.reservation_div .input_area {
  margin-top: 130px;
  margin-bottom: 80px;
}

.reservation_div .input_area .btn {
  position: relative;
  margin-top: 0;
}

.reservation_div .input_area .btn .transparent_wall {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 99;
  height: 100%;
  background: transparent;
  text-indent: -9999px;
}

.reservation_div .form_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.reservation_div .form_group input {
  font-family: "Noto sans KR", "Malgun Gothic", "sans-serif";
  font-weight: 300;
  margin: 0 10px 0 0;
  line-height: 34px;
}

.reservation_div .form_group:not(:last-child) {
  margin: 0 0 8px 0;
}

@media all and (max-width: 1280px) {
  .reservation_div {
    padding: 0 5%;
    width: 100%;
  }
  .reservation_div .input_area {
    padding: 0;
  }
  .reservation_div .input_area .input_div .select_area .apart {
    margin-top: 0;
  }
  .reservation_div .input_area .input_div .select_area .apart .txt {
    margin-right: 0;
  }
  .reservation_div .input_area .essential {
    right: 0;
  }
}

@media all and (max-width: 981px) {
  .reservation_div .input_area .input_div .select_area .apart select {
    width: calc((100% - 214px) / 2) !important;
    width: -webkit-calc((100% - 214px) / 2) !important;
  }
}

@media all and (max-width: 768px) {
  .reservation_div {
    margin-bottom: 100px;
  }
  .reservation_div .txt_area {
    display: block;
  }
  .reservation_div .txt_area .txt {
    display: block;
    margin-bottom: 25px;
  }
  .reservation_div .txt_area .agree_btn {
    font-size: 13px;
    height: 38px;
    line-height: 36px;
  }
  .reservation_div .input_area {
    margin: 75px 0 40px;
  }
  .reservation_div .input_area .input_div .form_group input.wid280 {
    width: calc(100% - 97px) !important;
  }
  .reservation_div .input_area .input_div input.wid280 {
    width: 100% !important;
  }
  .reservation_div .input_area .input_div .info_pop {
    margin: 10px 0 0 5px;
    vertical-align: middle;
  }
  .reservation_div .input_area .input_div .info_pop span {
    font-size: 14px;
  }
  .reservation_div .input_area .input_div .select_area .apart select {
    width: calc((100% - 174px) / 2) !important;
    width: -webkit-calc((100% - 174px) / 2) !important;
  }
  .reservation_div .input_area .input_div .select_area .apart .txt {
    margin-right: 7px;
  }
  .reservation_div .input_area .btn {
    margin-top: 10px;
  }
}

@media all and (max-width: 500px) {
  .reservation_div .txt_area .agree_btn {
    display: block;
  }
  .reservation_div .input_area .input_div .select_area .apart select {
    width: calc((100% - 64px) / 2) !important;
    width: -webkit-calc((100% - 64px) / 2) !important;
  }
  .reservation_div .input_area .input_div .select_area .apart .txt {
    margin-right: 7px;
  }
  .reservation_div .input_area .input_div .info_pop {
    display: block;
    margin-left: 0;
  }
}

@media all and (max-width: 1280px) {
  .reservationPop {
    width: 90%;
  }
  .reservationPop.popCont.type2 {
    width: 90%;
  }
}

@media all and (max-width: 768px) {
  .reservationPop {
    width: 100%;
    height: 100% !important;
    min-height: auto !important;
  }
  .reservationPop.popCont.type1 {
    padding: 35px 0;
  }
  .reservationPop.popCont.type1 .popBody .tit {
    padding-left: 5%;
  }
  .reservationPop.popCont.type1 .popBody .join_process {
    margin: 40px 5% 0;
    width: 90%;
  }
  .reservationPop.popCont.type1 .popBody .join_process + .note_pop {
    margin: 0 5% 0;
    width: 90%;
    font-size:15px;
  }
  .reservationPop.popCont.type1 .btn.pdB {
    padding-bottom: 5px;
  }
  .reservationPop.popCont.type2 {
    padding: 35px 5%;
    width: 100%;
  }
  .reservationPop .calc_time .txt {
    padding-top: 40px;
    font-size: 15px;
    line-height: 1;
  }
  .reservationPop .calc_time .time_choice {
    padding: 30px 0;
  }
  .reservationPop .join_process p {
    width: 100%;
  }
  .reservationPop .join_process p:last-child {
    width: 0;
  }
}

@media all and (max-width: 500px) {
  .reservationPop.popCont.type1 {
    overflow-x: auto;
  }
}

/* 일정 팝업 */
.calendar {
  position: relative;
  width: 100%;
  padding: 60px 70px 0;
  text-align: center;
}

.calendar .cal_div {
  background: #fff;
}

.calendar .cal_date {
  color: #333;
  padding-bottom: 25px;
  font-weight: 500;
  font-size: 30px;
}

.calendar .cal_area {
  margin-bottom: 35px;
}

.calendar .cal_area .week {
  display: table;
  width: 100%;
}

.calendar .cal_area .week::before {
  content: "";
  display: block;
  clear: both;
}

.calendar .cal_area .week li {
  display: table-cell;
  position: relative;
  float: left;
  width: 55px;
  height: 55px;
  margin-right: 0;
  margin-bottom: 10px;
  text-align: center;
  color: #333;
  font-size: 18px;
  line-height: 55px;
}

.calendar .cal_area .week li:not(:last-child) {
  margin-right: 20px;
}

.calendar .cal_area .day {
  display: table;
  width: 100%;
}

.calendar .cal_area .day::before {
  content: "";
  display: block;
  clear: both;
}

.calendar .cal_area .day li {
  display: table-cell;
  position: relative;
  float: left;
  width: 55px;
  height: 55px;
  margin-right: 0;
  margin-bottom: 10px;
  text-align: center;
  color: #aaa;
  font-size: 18px;
}

.calendar .cal_area .day li:not(:nth-child(7n)) {
  margin-right: 20px;
}

.calendar .cal_area .day li.on a span {
  display: block;
  color: #333;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.calendar .cal_area .day li.on a span:nth-child(2) {
  color: #8b2332;
}

.calendar .cal_area .day li.on a.on:hover span {
  color: #fff;
}

.calendar .cal_area .day li.on a.on span {
  color: #fff;
}

.calendar .cal_area .day li.on a:hover span {
  color: #8b2332;
}

.calendar .cal_area .day a {
  overflow: hidden;
  display: block;
  width: 55px;
  height: 55px;
  line-height: 54px;
  color: #aaaaaa;
  -webkit-transition: all 1.5s cubic-bezier(0.19, 0.35, 0.54, 0.93);
  transition: all 1.5s cubic-bezier(0.19, 0.35, 0.54, 0.93);
}

.calendar .cal_area .day a.on span {
  background: #8b2332;
}

.calendar .swiper-button-prev {
  background: url("../images/notice-view-news-prev.png") no-repeat 0 0/100% 100%;
  left: 160px;
  top: 28px;
  width: 14px;
  height: 26px;
  z-index: 9;
}

.calendar .swiper-button-next {
  background: url("../images/notice-view-news-next.png") no-repeat 0 0/100% 100%;
  right: 160px;
  top: 28px;
  width: 14px;
  height: 26px;
  z-index: 9;
}

@media all and (max-width: 1280px) {
  .calendar .cal_area {
    margin: 0 auto 35px;
    max-width: 525px;
  }
  .calendar .swiper-button-prev {
    left: 20%;
  }
  .calendar .swiper-button-next {
    right: 20%;
  }
}

@media all and (max-width: 981px) {
  .calendar .cal_date {
    font-size: 25px;
  }
  .calendar .cal_area {
    max-width: 413px;
  }
  .calendar .cal_area .week li {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .calendar .cal_area .week li:not(:last-child) {
    margin-right: 14px;
  }
  .calendar .cal_area .day li {
    width: 45px;
    height: 45px;
  }
  .calendar .cal_area .day li:not(:nth-child(7n)) {
    margin-right: 14px;
  }
  .calendar .cal_area .day li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

@media all and (max-width: 768px) {
  .calendar {
    padding: 40px 0 0;
  }
  .calendar .cal_area .week li {
    font-size: 14px;
  }
  .calendar .cal_area .day li a {
    font-size: 14px;
  }
  .calendar .swiper-button-prev {
    width: 10px;
    height: 18px;
    background: url("../images/m-planPop-swiper-prev-btn.png") no-repeat 0 0;
    background-size: 10px auto;
  }
  .calendar .swiper-button-next {
    width: 10px;
    height: 18px;
    background: url("../images/m-planPop-swiper-next-btn.png") no-repeat 0 0;
    background-size: 10px auto;
  }
}

@media all and (max-width: 500px) {
  .calendar {
    overflow: auto;
    margin: 0 auto;
    width: 300px;
  }
  .calendar .cal_area .week li {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .calendar .cal_area .week li:not(:last-child) {
    margin-right: 9px;
  }
  .calendar .cal_area .day li {
    width: 35px;
    height: 35px;
  }
  .calendar .cal_area .day li:not(:nth-child(7n)) {
    margin-right: 9px;
  }
  .calendar .cal_area .day li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

/* 시간 팝업 */
.calc_time {
  width: 100%;
}

.calc_time .txt {
  text-align: left;
  color: #333;
  line-height: 34px;
  padding-top: 50px;
  font-size: 20px;
  font-weight: 400;
}

.calc_time .time_choice {
  margin-bottom: 40px;
  padding: 40px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  border-bottom: solid 1px #e5e5e5;
}

.calc_time .time_choice .time {
  margin-bottom: 10px;
}

.calc_time .time_choice .time.off {
  background: #f5f5f5;
  color: #aaa;
}

/* 계약정보참고 팝업*/
.contractInfoPop {
  overflow-x: hidden;
  overflow-y: auto;
}

.contractInfoPop .info_div {
  width: 100%;
  height: auto;
  background: #f6f6f6;
}

.contractInfoPop .info_div img {
  width: 100%;
}

.contractInfoPop .txt {
  position: relative;
  padding-left: 16px;
  color: #888;
  font-size: 16px;
  line-height: 35px;
}

.contractInfoPop .txt:nth-of-type(1) {
  padding-top: 20px;
}

.contractInfoPop .txt:before {
  display: block;
  content: "※";
  position: absolute;
  top: px;
  left: 0px;
}

@media all and (max-width: 768px) {
  .contractInfoPop .txt {
    font-size: 13px;
    line-height: 20px;
  }
}

/* 분양 사이트 : 평면도 */
.floorPlan_div {
  margin-top: 40px;
}

.floorPlan_div .inner {
  width: 1160px;
  margin: auto;
  position: relative;
  padding-bottom: 200px;
}

.floorPlan_div .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
}

.floorPlan_div .tab a {
  display: table;
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: 193px;
  height: 60px;
  text-align: center;
  font-weight: 500;
}

.floorPlan_div .tab a.on {
  color: #fff;
  background: #8b2332;
  font-weight: 600;
  border: solid 1px #8b2332;
}

.floorPlan_div .tab a:nth-child(-n+6) {
  border-top: solid 1px #ddd;
}

.floorPlan_div .tab a:nth-child(6n) {
  border-right: solid 1px #ddd;
}

.floorPlan_div .tab a:last-child {
  border-right: solid 1px #ddd;
}

.floorPlan_div .tab a span {
  display: table-cell;
  vertical-align: middle;
}

.floorPlan_div .floorPlan_cont .tit {
  position: relative;
  margin: 20px 0 0;
}

.floorPlan_div .floorPlan_cont .tit .txt1 {
  color: #333;
  font-weight: 800;
  font-size: 48px;
}

.floorPlan_div .floorPlan_cont .tit .txt2 {
  position: absolute;
  top: 30px;
  left: auto;
  width: auto;
  right: 0;
  color: #333;
  font-weight: 400;
  font-size: 20px;
}

.floorPlan_div .floorPlan_cont .img {
  width: 100%;
  margin-top: 50px;
}

.floorPlan_div .floorPlan_cont .img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.floorPlan_div .floorPlan_cont .size_list {
  padding: 40px 0 110px;
  border-bottom: solid 2px #333;
}

.floorPlan_div .floorPlan_cont .size_list:after {
  content: "";
  display: block;
  clear: both;
}

.floorPlan_div .floorPlan_cont .size_list dl {
  float: left;
  text-align: left;
  min-width: 230px;
  padding-top: 40px;
}

.floorPlan_div .floorPlan_cont .size_list dl dt {
  font-size: 16px;
  font-weight: 500;
  color: #888;
  padding-bottom: 5px;
}

.floorPlan_div .floorPlan_cont .size_list dl dd {
  font-size: 30px;
  font-weight: 500;
  color: #333;
}

.floorPlan_div .floorPlan_cont .toggle_div {
  margin: 80px 0 0;
  width: 100%;
  text-align: right;
  color: #333;
}

.floorPlan_div .floorPlan_cont .toggle_div .toggleSwitch {
  margin-right: 0;
}

.floorPlan_div .floorPlan_cont .toggle_div .SupplyArea_left {
  margin-right: 10px;
}

.floorPlan_div .floorPlan_info {
  padding: 120px 0;
  border-bottom: 1px solid #ddd;
}

.floorPlan_div .floorPlan_info .info {
  overflow: hidden;
}

.floorPlan_div .floorPlan_info .info .txt {
  float: left;
  text-align: left;
  color: #333;
  font-size: 42px;
}

.floorPlan_div .floorPlan_info .info .info_img {
  text-align: center;
}

.floorPlan_div .floorPlan_info .info .info_img img {
  width: auto;
  max-width: 100%;
}

.floorPlan_div .floorPlan_info .info:not(:first-child) {
  padding-top: 115px;
}

.floorPlan_div .floorPlan_txt {
  margin-top: 68px;
  line-height: 28px;
  font-size: 16px;
}

@media all and (max-width: 1280px) {
  .floorPlan_div .inner {
    width: 90%;
  }
  .floorPlan_div .inner .tab a {
    width: calc(100% / 6);
  }
}

@media all and (max-width: 981px) {
  .floorPlan_div {
    margin-top: 0;
  }
  .floorPlan_div .inner {
    padding-bottom: 100px;
  }
  .floorPlan_div .inner .tab a {
    width: calc(100% / 6);
    height: 50px;
    font-size: 16px;
  }
  .floorPlan_div .inner .floorPlan_cont .toggle_div {
    margin: 50px 0 0;
  }
  .floorPlan_div .inner .floorPlan_cont .tit .txt1 {
    font-size: 40px;
  }
  .floorPlan_div .inner .floorPlan_cont .tit .txt2 {
    font-size: 18px;
    top: 22px;
  }
  .floorPlan_div .inner .floorPlan_cont .img {
    margin-top: 30px;
  }
  .floorPlan_div .inner .floorPlan_cont .size_list {
    padding: 30px 0 60px;
  }
  .floorPlan_div .inner .floorPlan_cont .size_list dl {
    padding-top: 20px;
  }
  .floorPlan_div .inner .floorPlan_cont .size_list dl dt {
    font-size: 15px;
  }
  .floorPlan_div .inner .floorPlan_cont .size_list dl dd {
    font-size: 25px;
  }
  .floorPlan_div .inner .floorPlan_cont .floorPlan_info {
    padding: 80px 0;
  }
  .floorPlan_div .inner .floorPlan_cont .floorPlan_info .info .info_img {
    float: right;
    text-align: left;
  }
  .floorPlan_div .inner .floorPlan_cont .floorPlan_info .info .txt {
    font-size: 35px;
  }
  .floorPlan_div .inner .sub_list {
    margin-top: 40px;
  }
  .floorPlan_div .inner .sub_list li {
    font-size: 15px;
    line-height: 25px;
  }
  .floorPlan_div .inner .sub_list li:before {
    top: 12px;
  }
}

@media all and (max-width: 768px) {
  .floorPlan_div .inner .tab a {
    height: 45px;
    font-size: 15px;
  }
  .floorPlan_div .inner .floorPlan_cont .toggle_div {
    margin: 30px 0 0;
  }
  .floorPlan_div .inner .floorPlan_cont .toggle_div .toggleSwitch.type2 {
    font-size: 13px;
  }
  .floorPlan_div .inner .floorPlan_cont .toggle_div .SupplyArea_left {
    display: inline-block;
    font-size: 13px;
    line-height: 19px;
    vertical-align: middle;
    margin-top: 10px;
  }
  .floorPlan_div .inner .floorPlan_cont .tit .txt1 {
    font-size: 30px;
  }
  .floorPlan_div .inner .floorPlan_cont .tit .txt2 {
    font-size: 16px;
    top: 10px;
  }
  .floorPlan_div .inner .floorPlan_cont .img {
    margin-top: 15px;
  }
  .floorPlan_div .inner .floorPlan_cont .size_list {
    padding: 20px 0 40px;
  }
  .floorPlan_div .inner .floorPlan_cont .size_list dl {
    width: 50%;
    min-width: 50%;
    padding-top: 15px;
  }
  .floorPlan_div .inner .floorPlan_cont .size_list dl dt {
    font-size: 13px;
  }
  .floorPlan_div .inner .floorPlan_cont .size_list dl dd {
    font-size: 20px;
  }
  .floorPlan_div .inner .floorPlan_cont .floorPlan_info {
    padding: 50px 0;
  }
  .floorPlan_div .inner .floorPlan_cont .floorPlan_info .info .txt {
    display: block;
    float: none;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .floorPlan_div .inner .floorPlan_cont .floorPlan_info .info .info_img {
    float: none;
  }
  .floorPlan_div .inner .floorPlan_cont .floorPlan_txt {
    margin-top: 37px;
    line-height: 19px;
    font-size: 13px;
  }
  .floorPlan_div .inner .sub_list {
    margin-top: 30px;
  }
  .floorPlan_div .inner .sub_list li {
    font-size: 15px;
    line-height: 25px;
  }
  .floorPlan_div .inner .sub_list li:before {
    top: 12px;
  }
}

@media all and (max-width: 500px) {
  .floorPlan_div .inner .tab a {
    width: calc(100% / 4);
    height: 40px;
    font-size: 14px;
  }
  .floorPlan_div .inner .tab a:nth-child(-n+6) {
    border-top: solid 0px #ddd;
  }
  .floorPlan_div .inner .tab a:nth-child(6) {
    border-right: solid 0px #ddd;
  }
  .floorPlan_div .inner .tab a:nth-child(-n+4) {
    border-top: solid 1px #ddd;
  }
  .floorPlan_div .inner .tab a:nth-child(4n) {
    border-right: solid 1px #ddd;
  }
}

/* 파일 다운로드*/
.fileDld_div {
  width: 1160px;
  position: relative;
  margin: 40px auto 200px;
}

.fileDld_div .txt {
  margin: -9px 0 90px;
  font-size: 28px;
  color: #333;
  font-weight: 300;
  line-height: 40px;
  word-break: keep-all;
}

.fileDld_div .txt_con {
  padding: 92px 0 90px 0;
  margin-bottom: 80px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}

.fileDld_div .txt_con .txt_area {
  padding: 0 200px;
}

.fileDld_div .txt_con .txt1 {
  margin-bottom: 55px;
  line-height: 32px;
  word-break: keep-all;
}

.fileDld_div .txt_con .img_con {
  width: 100%;
  margin-bottom: 60px;
}

.fileDld_div .txt_con .img_con img {
  max-width: 100%;
}

.fileDld_div .txt_con .file_area {
  text-align: center;
}

.fileDld_div .txt_con .file_btn {
  display: inline-block;
  padding: 9px 50px 9px 20px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  background: url("../images/file-download-btn.png") no-repeat center right 20px;
}

.fileDld_div .txt_con .file_btn:hover {
  color: #333;
  border: 1px solid #888;
}

@media all and (max-width: 1280px) {
  .fileDld_div {
    padding: 0 5%;
    width: 100%;
  }
  .fileDld_div .service_area {
    padding: 100px 5% 0;
  }
  .fileDld_div .txt_con {
    padding: 92px 0;
  }
  .fileDld_div .txt_con .txt_area {
    padding: 0;
  }
  .fileDld_div .txt_con .file_area {
    padding: 0;
  }
}

@media all and (max-width: 768px) {
  .fileDld_div {
    margin: 0px 0 100px;
  }
  .fileDld_div .service_area {
    margin-top: 33px;
    padding: 0 5%;
  }
  .fileDld_div .txt {
    margin: 10px 0 45px;
    font-size: 20px;
    line-height: 28px;
  }
  .fileDld_div .txt_con {
    padding: 46px 0;
    margin-bottom: 0;
  }
  .fileDld_div .txt_con .txt1 {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 20px;
  }
  .fileDld_div .txt_con .img_con {
    margin-bottom: 30px;
  }
  .fileDld_div .txt_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;
  }
}

.service_area {
  width: 1160px;
  margin: auto;
  margin-top: 90px;
  padding-top: 100px;
  border-top: 1px solid #ddd;
}

.service_area .title {
  text-align: center;
  color: #8d734a;
  font-size: 36px;
  font-weight: 400;
}

.service_area .subtit {
  margin-top: 15px;
  text-align: center;
  line-height: 30px;
}

.service_area .subtit span {
  font-weight: 500;
}

.service_area .service_div {
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd;
}

.service_area .service_div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.service_area .service_div:not(:first-child) {
  padding-top: 80px;
}

.service_area .list_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 50px;
}

.service_area .list_area .list {
  margin-top: 40px;
  width: 560px;
  border: 1px solid #ddd;
}

.service_area .list_area .list:nth-child(2n-1) {
  margin-right: 40px;
}

.service_area .list_area .list:first-child {
  margin-top: 0px;
}

.service_area .list_area .list:nth-child(2) {
  margin-top: 0px;
}

.service_area .list_area .list .txt_div {
  padding: 20px 25px;
}

.service_area .list_area .list .txt_div .tit {
  margin-bottom: 7px;
  font-size: 20px;
  color: #333;
  font-weight: 500;
}

.service_area .list_area .list .txt_div .txt {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

.service_area .list_area .list .img img {
  width: 100%;
}

@media all and (max-width: 1280px) {
  .service_area {
    padding: 100px 5% 200px;
    width: 100%;
  }
  .service_area .list_area .list {
    width: 48%;
  }
  .service_area .list_area .list:nth-child(2n-1) {
    margin-right: 4%;
  }
  .service_area .list_area .list br {
    display: none;
  }
  .service_area .list_area .list .txt {
    word-break: keep-all;
  }
}

@media all and (max-width: 768px) {
  .service_area {
    padding: 0 5% 100px;
  }
  .service_area .service_div {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .service_area .service_div:not(:first-child) {
    padding-top: 40px;
  }
  .service_area .title {
    font-size: 20px;
  }
  .service_area .subtit {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    word-break: keep-all;
  }
  .service_area .list_area {
    margin-top: 25px;
  }
  .service_area .list_area .list {
    float: none;
    width: 100%;
  }
  .service_area .list_area .list:nth-child(2n-1) {
    margin-right: 0;
  }
  .service_area .list_area .list:not(:first-child) {
    margin-top: 20px;
  }
  .service_area .list_area .list .txt_div .tit {
    font-size: 18px;
  }
  .service_area .list_area .list .txt_div .txt {
    font-size: 14px;
    line-height: 22px;
  }
}

/* 캘린더 */
.calendar_div {
  width: 1160px;
  position: relative;
  margin: 35px auto 200px;
}

.calendar_div > .txt {
  padding-top: 30px;
  color: #888;
  font-size: 16px;
  text-indent: -15px;
  margin-left: 15px;
}

.calendar_div .week {
  width: 100%;
  padding-bottom: 30px;
}

.calendar_div .week li {
  display: inline-block;
  width: 13.9%;
  text-align: center;
  font-weight: 400;
}

.calendar_div .week li.sun {
  color: #c94155;
}

.calendar_div .week li.sat {
  color: #2b86d5;
}

.calendar_div .date {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.calendar_div .date li {
  position: relative;
  display: inline-block;
  width: 14%;
  height: auto;
  margin: 0 -1px 2px 0;
  padding: 17px 0 50px;
  background: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}

.calendar_div .date li:not(:nth-child(7n)) {
  margin-right: 2px;
}

.calendar_div .date li.off {
  color: #bbb;
}

.calendar_div .date li .schedule {
  display: table;
  width: 100%;
  min-height: 38px;
  padding: 10px;
  text-align: left;
}

.calendar_div .date li .schedule .txt {
  color: #000;
  font-weight: 400;
  font-size: 15px;
}

.calendar_div .date li .schedule:nth-of-type(1) {
  margin-top: 17px;
}

.calendar_div .date li .schedule.continue {
  width: 102%;
}

.calendar_div .date li em {
  position: absolute;
  top: 20px;
  left: auto;
  width: 5px;
  right: 60px;
  height: 5px;
  background: url("../images/calendar-today-icon.png") no-repeat 0 0/5px 5px;
}

.calendar_div .calendar_list {
  display: none;
}

.calendar_div .calendar_list dl {
  background: #fff;
  margin-bottom: 2px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.calendar_div .calendar_list dl.off dt {
  color: #ddd;
}

.calendar_div .calendar_list dl dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 75px;
  padding: 10px 0 10px 10px;
  font-size: 13px;
  font-weight: 500;
}

.calendar_div .calendar_list dl dt em {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 3px;
  height: 3px;
  background: url("../images/calendar-today-icon.png") no-repeat 0 0/3px 3px;
}

.calendar_div .calendar_list dl dt .numDate {
  min-width: 30px;
}

.calendar_div .calendar_list dl dd {
  padding: 10px 0;
}

.calendar_div .calendar_list dl dd div {
  position: relative;
  display: block;
  max-width: 205px;
  padding-left: 5px;
  overflow: visible;
  z-index: 1;
  font-size: 13px;
  font-weight: 400;
}

.calendar_div .calendar_list dl dd div:not(:first-child) {
  padding-top: 5px;
}

.calendar_div .calendar_list dl dd div p {
  position: relative;
  display: inline-block;
  width: auto;
}

.calendar_div .calendar_list dl dd div p .bgBar {
  position: absolute;
  top: auto;
  left: 0;
  width: 110%;
  bottom: 0;
  height: 5px;
  z-index: -1;
}

.calendar_div .calendar_list dl .ofDate {
  padding-left: 5px;
}

@media all and (max-width: 1280px) {
  .calendar_div {
    width: calc(100% - 10%);
  }
}

@media all and (max-width: 1024px) {
  .calendar_div .date li em {
    right: 43px;
  }
}

@media all and (max-width: 768px) {
  .calendar_div {
    margin: 0 auto 120px;
  }
  .calendar_div .calendar_box {
    display: none;
  }
  .calendar_div .calendar_list {
    display: block;
  }
  .calendar_div > .txt {
    font-size: 13px;
    line-height: 19px;
  }
}

/* 웹진 list */
.webzine_swipe1 {
  height: auto;
}

.webzine_swipe1 .swiper-container {
  overflow: visible;
}

.webzine_swipe1 .swiper-slide {
  width: calc(100% - 143px);
  height: auto;
  overflow: hidden;
  /*
    &.fir{
      .img{
        position: relative;
        width:100%;
        height:100%;
        // background: url("../images/webzine-rolling-img1.jpg")no-repeat center center / cover;
        img{
          @include positionAb(auto, 50%, 50%);
          transform:translate(-50%, -50%);
          width:100%;
          height:100%;
        }
      }
    }
    &.sec{
      .img{
        position: relative;
        width:100%;
        height:100%;
        // background: url("../images/webzine-rolling-img2.jpg")no-repeat center center / cover;
        img{
          @include positionAb(auto, 50%, 50%);
          transform:translate(-50%, -50%);
          width:100%;
          height:100%;
        }
      }
    }
    &.thr{
      .img{
        position: relative;
        width:100%;
        height:100%;
        // background: url("../images/webzine-rolling-img3.jpg")no-repeat right center / cover;
        img{
          @include positionAb(auto, 50%, 50%);
          transform:translate(-50%, -50%);
          width:100%;
          height:100%;
        }
      }
    }*/
  /*
    &.fir{
      .txt_area{
        width:430px;
      }
    }
    &.sec{
      .txt_area{
        @include positionAb(330px, 310px, auto);
        right:400px;
      }
    }
    &.thr{
      .txt_area{
        @include positionAb(590px, 410px, 300px);
        right:auto;
      }
    }*/
}

.webzine_swipe1 .swiper-slide .img {
  position: relative;
  height: auto;
  overflow: hidden;
}

.webzine_swipe1 .swiper-slide .img img {
  position: relative;
  width: 100%;
  height: 100%;
}

.webzine_swipe1 .swiper-slide .txt_area {
  position: absolute;
  top: 310px;
  left: auto;
  width: auto;
  z-index: 2;
  right: 280px;
  color: #333;
  text-align: left;
}

.webzine_swipe1 .swiper-slide .txt_area.wht {
  color: #fff;
}

.webzine_swipe1 .swiper-slide .txt_area.left {
  right: auto;
  left: 280px;
}

.webzine_swipe1 .swiper-slide .txt_area .txt1 {
  position: relative;
  top: 50px;
  opacity: 0;
  line-height: 26px;
  letter-spacing: 2px;
  padding-bottom: 15px;
  font-weight: 800;
  font-size: 16px;
}

.webzine_swipe1 .swiper-slide .txt_area .txt2 {
  position: relative;
  top: 50px;
  opacity: 0;
  letter-spacing: 2px;
  padding-bottom: 35px;
  font-weight: 800;
  font-size: 36px;
}

.webzine_swipe1 .swiper-slide .txt_area .read_btn {
  position: relative;
  top: 50px;
  opacity: 0;
  letter-spacing: 0.2px;
  display: inline-block;
  font-weight: 600;
  color: #333;
}

.webzine_swipe1 .swiper-slide .txt_area .read_btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  background: #333;
}

.webzine_swipe1 .swiper-slide .txt_area .read_btn.wht {
  color: #fff;
}

.webzine_swipe1 .swiper-slide .txt_area .read_btn.wht:after {
  background: #fff;
}

.webzine_swipe1 .swiper-pagination {
  z-index: 9;
  position: absolute;
  left: 50%;
  bottom: 6%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.webzine_swipe1 .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin: 0 10px;
  text-align: center;
  background: none;
  opacity: 1;
}

.webzine_swipe1 .swiper-pagination .swiper-pagination-bullet span {
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
  background: #fff;
  opacity: 0.8;
  -webkit-box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.webzine_swipe1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
}

.webzine_swipe1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  width: 15px;
  height: 15px;
  background: none;
  border: 2px solid #fff;
  opacity: 1;
  -webkit-box-shadow: 3px 5px 20px -1px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 5px 20px -1px rgba(0, 0, 0, 0.5);
}

.webzine_swipe1 .swiper-button-prev {
  left: 110px;
  width: 30px;
  height: 54px;
  background: url("../images/webzine-arrow-prev.png") no-repeat 0 0/30px 54px;
}

.webzine_swipe1 .swiper-button-prev span {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  text-indent: -999999px;
  width: 1px;
  height: 1px;
  border-radius: 100%;
  -webkit-box-shadow: 20px 30px 50px 8px black;
          box-shadow: 20px 30px 50px 8px black;
}

.webzine_swipe1 .swiper-button-next {
  right: 110px;
  width: 30px;
  height: 54px;
  background: url("../images/webzine-arrow-next.png") no-repeat 0 0/30px 54px;
}

.webzine_swipe1 .swiper-button-next span {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  text-indent: -9999999px;
  width: 1px;
  height: 1px;
  border-radius: 100%;
  -webkit-box-shadow: 20px 30px 50px 8px black;
          box-shadow: 20px 30px 50px 8px black;
}

.webzine_swipe1 .swiper-button-prev:after, .webzine_swipe1 .swiper-button-next:after {
  content: "";
}

.webzine_swipe1 .dimd_swipe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  opacity: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

@media all and (max-width: 1700px) {
  .webzine_swipe1 .swiper-slide.fir .img img {
    width: auto;
    height: auto;
  }
  .webzine_swipe1 .swiper-slide.sec .img img {
    width: auto;
    height: auto;
  }
  .webzine_swipe1 .swiper-slide.thr .img img {
    width: auto;
    height: auto;
  }
}

@media all and (max-width: 1280px) {
  .webzine_swipe1 .swiper-slide .txt_area {
    right: 200px;
  }
  .webzine_swipe1 .swiper-slide.sec .txt_area {
    right: 200px;
  }
  .webzine_swipe1 .swiper-slide.thr .txt_area {
    left: 200px;
  }
}

@media all and (max-width: 1024px) {
  .webzine_swipe1 .swiper-slide .txt_area {
    right: 100px;
  }
  .webzine_swipe1 .swiper-slide.sec .txt_area {
    right: 100px;
  }
  .webzine_swipe1 .swiper-slide.thr .txt_area {
    left: 100px;
  }
}

@media all and (max-width: 768px) {
  .webzine_swipe1 .swiper-slide {
    width: calc(100% - 40px);
    /*
      &.fir{
        .img{
          width:100%;
          height:100%;
          img{
            &.web{
              display: block !important;
            }
            &.mob{
              display:none !important
            }
          }
        }
      }
      &.sec{
        .img{
          width:100%;
          height:100%;
          img{
            &.web{
              display: block !important;
            }
            &.mob{
              display:none !important
            }
          }
        }
        .txt_area{
          top:100px;
          right:25px;
          text-align: right;
        }
      }
      &.thr{
        .img{
          width:100%;
          height:100%;
          img{
            &.web{
              display: block !important;
            }
            &.mob{
              display:none !important
            }
          }
        }
        .txt_area{
          top:100px;
          left:25px;
        }
      }*/
  }
  .webzine_swipe1 .swiper-slide .img {
    width: 100%;
    height: 100%;
  }
  .webzine_swipe1 .swiper-slide .img img.web {
    display: block !important;
  }
  .webzine_swipe1 .swiper-slide .img img.mob {
    display: none !important;
  }
  .webzine_swipe1 .swiper-slide .txt_area {
    top: 100px;
    left: 25px;
  }
  .webzine_swipe1 .swiper-slide .txt_area .txt1 {
    font-size: 13px;
    line-height: 18px;
  }
  .webzine_swipe1 .swiper-slide .txt_area .txt2 {
    font-size: 23px;
    line-height: 34px;
    padding-bottom: 30px;
  }
  .webzine_swipe1 .swiper-slide .txt_area .read_btn {
    font-size: 13px;
    line-height: 18px;
  }
  .webzine_swipe1 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .webzine_swipe1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
    width: 10px;
    height: 10px;
  }
  .webzine_swipe1 .swiper-button-prev {
    display: none;
  }
  .webzine_swipe1 .swiper-button-next {
    display: none;
  }
}

@media all and (max-width: 500px) {
  .webzine_swipe1 {
    height: auto;
  }
  .webzine_swipe1 .swiper-slide {
    height: auto;
    /*
      &.fir{
        .img{
          //background: url("../images/webzine-rolling-img1-m.jpg")no-repeat 0 bottom/cover;
          img{
            &.web{
              display:none !important;
            }
            &.mob{
              display:block !important;
              width:100%;
              // height:100%;
              height:auto;
              position: relative;
              top:auto;
              left:auto;
              transform: none;
            }
          }
        }
      }
      &.sec{
        .img{
          //background: url("../images/webzine-rolling-img2-m.jpg")no-repeat 0 0/cover;
          img{
            &.web{
              display:none !important;
            }
            &.mob{
              display:block !important;
              width:100%;
              // height:100%;
              height:auto;
              position: relative;
              top:auto;
              left:auto;
              transform: none;
            }
          }
        }
      }
      &.thr{
        .img{
          //background: url("../images/webzine-rolling-img3-m.jpg")no-repeat 0 bottom/cover;
          img{
            &.web{
              display:none !important;
            }
            &.mob{
              display:block !important;
              width:100%;
              // height:100%;
              height:auto;
              position: relative;
              top:auto;
              left:auto;
              transform: none;
            }
          }
        }
      }*/
  }
  .webzine_swipe1 .swiper-slide .img img.web {
    display: none !important;
  }
  .webzine_swipe1 .swiper-slide .img img.mob {
    display: block !important;
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.webzine_list {
  width: 1160px;
  position: relative;
  margin: 120px auto 200px;
}

.webzine_list .tabType1 {
  position: relative;
}

.webzine_list .tabType1 .swiper-wrapper {
  display: block;
  text-align: center;
  width: 100%;
}

.webzine_list .tabType1 .swiper-slide {
  width: auto;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  color: #888;
  padding: 0 30px;
}

.webzine_list .tabType1 .swiper-slide:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 3px;
  left: auto;
  width: 1px;
  right: 0;
  background: #ddd;
  height: 13px;
}

.webzine_list .tabType1 .swiper-slide.on {
  font-weight: 600;
  color: #333;
}

@media all and (max-width: 1280px) {
  .webzine_list {
    width: calc(100% - 10%);
  }
}

@media all and (max-width: 768px) {
  .webzine_list {
    margin: 60px auto 100px;
    width: calc(100% - 40px);
  }
  .webzine_list .tabType1 {
    display: none;
  }
}

.webzine_cont {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 57px;
}

.webzine_cont .list {
  position: relative;
  width: 31%;
  margin-right: 40px;
  margin-bottom: 80px;
  opacity: 0;
  top: 100px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.webzine_cont .list.active {
  opacity: 1;
  top: 0;
}

.webzine_cont .list:nth-child(3n) {
  margin-right: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.webzine_cont .list:nth-child(3n-1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.webzine_cont .list .list_box {
  display: block;
}

.webzine_cont .list .list_box:hover .img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.webzine_cont .list .img {
  overflow: hidden;
  width: 100%;
  height: 240px;
}

.webzine_cont .list .img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.webzine_cont .list .txt_area {
  margin-top: 25px;
  word-break: keep-all;
}

.webzine_cont .list .txt_area .txt1 {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.webzine_cont .list .txt_area .txt1 .category {
  padding-right: 20px;
  letter-spacing: 2px;
}

.webzine_cont .list .txt_area .txt1 .date {
  letter-spacing: 2px;
}

.webzine_cont .list .txt_area .txt2 {
  margin-top: 30px;
  color: #333;
  line-height: 34px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: keep-all;
  font-family: "NotoSans-Bold";
  font-size: 24px;
}

.webzine_cont .list .txt_area .txt3 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
}

@media all and (max-width: 1280px) {
  .webzine_cont .list {
    width: calc((100% - 82px) / 3);
  }
}

@media all and (max-width: 1024px) {
  .webzine_cont .list {
    width: calc((100% - 42px) / 3);
    margin-right: 20px;
  }
}

@media all and (max-width: 981px) {
  .webzine_cont .list {
    width: calc((100% - 22px) / 2);
  }
  .webzine_cont .list:nth-child(3n) {
    margin-right: 20px;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .webzine_cont .list:nth-child(3n-1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .webzine_cont .list:nth-child(2n) {
    margin-right: 0px;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .webzine_cont.essay .list {
    width: calc((100% - 82px) / 3);
    margin-right: 20px;
  }
}

@media all and (max-width: 768px) {
  .webzine_cont .list {
    margin-bottom: 50px;
    display: inline-block;
  }
  .webzine_cont .list:nth-child(2n) {
    margin-right: 0px;
  }
  .webzine_cont .list .txt_area {
    margin-top: 20px;
  }
  .webzine_cont .list .txt_area .txt1 {
    font-size: 13px;
  }
  .webzine_cont .list .txt_area .txt2 {
    margin-top: 20px;
    font-size: 17px;
    line-height: 23px;
  }
  .webzine_cont .list .txt_area .txt3 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
  }
  .webzine_cont.essay .list {
    width: 240px;
    margin-right: 20px !important;
  }
}

@media all and (max-width: 500px) {
  .webzine_cont .list {
    width: 100%;
    margin-right: 0;
  }
  .webzine_cont .list:nth-child(3n) {
    margin-right: 0;
  }
  .webzine_cont .list:nth-child(2n) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    margin-right: 0;
  }
  .webzine_cont .list .img {
    height: 100%;
  }
}

/* 웹진 view*/
.view_list_tit {
  font-size: 36px;
  color: #333;
  width: 1160px;
  margin: auto;
}

@media all and (max-width: 1280px) {
  .view_list_tit {
    width: calc(100% - 5%);
  }
}

@media all and (max-width: 768px) {
  .view_list_tit {
    width: calc(100% - 10%);
    margin: auto;
    font-size: 25px;
    line-height: 31px;
  }
}

.view_list {
  width: 1160px;
  margin: 0 auto 120px;
}

.view_list .webzine_cont {
  margin-top: 30px;
}

@media all and (max-width: 1280px) {
  .view_list {
    width: calc(100% - 5%);
  }
}

@media all and (max-width: 768px) {
  .view_list {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 5% 100px;
  }
  .view_list::-webkit-scrollbar {
    height: 2px;
    -webkit-appearance: none;
  }
  .view_list::-webkit-scrollbar-thumb {
    background: #333;
  }
  .view_list::-webkit-scrollbar-track {
    background-color: #ddd;
  }
}

@media all and (max-width: 768px) and (-ms-high-contrast: none) {
  .view_list {
    scrollbar-arrow-color: #333;
    scrollbar-track-color: #fff;
    scrollbar-width: 3px;
  }
}

.webzine_view {
  width: 100%;
}

.webzine_view .tit_con {
  width: 1160px;
  margin: auto;
  border-bottom: none;
}

.webzine_view .webzine_view_area {
  margin-bottom: 80px;
  width: 100%;
}

.webzine_view .webzine_view_area .img {
  width: 100%;
}

.webzine_view .webzine_view_area .img img {
  width: 100%;
  max-width: 100%;
}

.webzine_view .webzine_view_area .video {
  position: relative;
  width: calc(100% - 160px);
  margin: 0 auto 80px;
}

.webzine_view .webzine_view_area .video img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.webzine_view .webzine_view_area .video .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.webzine_view .webzine_view_area .video .subTitle {
  position: absolute;
  top: auto;
  left: auto;
  width: auto;
  bottom: 0;
  right: 0;
  background: #f6f6f6;
}

.webzine_view .webzine_view_area .video .subTitle .txt {
  padding: 30px;
  margin-bottom: 0;
}

.webzine_view .webzine_view_area .video .subTitle .txt .txt_info {
  overflow-y: auto;
  height: 120px;
  color: #333;
  font-size: 16px;
  line-height: 28px;
}

.webzine_view.view_con .tit_con .tit {
  display: block;
  overflow: hidden;
  height: auto;
}

@media all and (max-width: 1280px) {
  .webzine_view {
    padding: 172px 0 200px;
    width: calc(100% - 10%);
  }
  .webzine_view .webzine_view_area .video {
    width: 100%;
  }
  .webzine_view .tit_con {
    width: calc(100% - 10%);
  }
}

@media all and (max-width: 768px) {
  .webzine_view {
    width: 100%;
    padding: 172px 0 100px;
  }
  .webzine_view .webzine_view_area {
    margin-bottom: 40px;
  }
  .webzine_view .webzine_view_area .video {
    width: calc(100% - 10%);
    margin: 0 auto 25px;
  }
  .webzine_view .webzine_view_area .video .playBtn {
    -webkit-transform: translate(-50%, -150%);
            transform: translate(-50%, -150%);
  }
  .webzine_view .webzine_view_area .video .playBtn img {
    width: 50%;
    margin: auto;
  }
  .webzine_view .webzine_view_area .video .subTitle {
    position: relative;
    background: #fff;
  }
  .webzine_view .webzine_view_area .video .subTitle .txt {
    padding: 15px 0;
  }
  .webzine_view .webzine_view_area .video .subTitle .txt .txt_info {
    font-size: 13px;
    line-height: 19px;
  }
}

/* 공사현황*/
.constructionD {
  position: relative;
  width: 100%;
  height: 1080px;
}

@media all and (max-width: 1700px) {
  .constructionD {
    height: 1000px;
  }
}

@media all and (max-width: 1280px) {
  .constructionD {
    height: 900px;
  }
}

@media all and (max-width: 981px) {
  .constructionD {
    height: auto;
  }
}

.construction_status {
  position: absolute;
  width: 100%;
  height: 1080px;
  background: #eee;
  padding: 80px 0 0 0;
}

.construction_status.fixed {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 9;
}

.construction_status .progress_div2 {
  position: relative;
  height: 100%;
}

@media all and (max-width: 981px) {
  .construction_status .progress_div2 {
    padding-top: 90%;
  }
}

.construction_status .date_div {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  margin-bottom: 24px;
  font-weight: 500;
  background: url("../images/construction-date-select-arrow.png") no-repeat center right 26px;
  z-index: 2;
}

.construction_status .date_div a {
  display: block;
  padding-left: 26px;
  font-size: 30px;
  color: #333;
}

.construction_status .date_div .date {
  display: none;
  overflow-y: auto;
  position: absolute;
  top: 0px;
  left: 20px;
  padding-top: 17px;
  width: 160px;
  max-height: 270px;
  background: url("../images/construction-select-arrow.png") no-repeat top 24px right 20px #666666;
}

.construction_status .date_div .date a {
  padding-left: 20px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 18px;
}

.construction_status .date_div.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  z-index: 3;
}

.construction_status .date_div.fixed > a {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-right: 28px;
  line-height: 50px;
  background: url("../images/m-faq-arrow.png") no-repeat center right;
  background-size: 14px auto;
}

.construction_status .date_div.fixed .date {
  top: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media all and (max-width: 981px) {
  .construction_status .date_div {
    position: absolute;
    top: 36px;
  }
}

@media all and (max-width: 768px) {
  .construction_status .date_div {
    width: 100px;
    background: url("../images/select-arrow.png") no-repeat center right;
  }
  .construction_status .date_div .mCustomScrollBox {
    overflow: auto;
  }
  .construction_status .date_div a {
    padding-left: 0;
    font-size: 20px;
  }
  .construction_status .date_div .date {
    left: 0;
    padding-top: 15px;
    width: 120px;
    background: url("../images/construction-select-arrow.png") no-repeat top 17px right 15px #666;
  }
  .construction_status .date_div .date a {
    font-size: 14px;
  }
}

.construction_status .progress_box {
  width: 1160px;
  margin: auto;
  height: 100%;
}

@media all and (max-width: 1280px) {
  .construction_status .progress_box {
    padding: 0 5%;
    width: 100%;
  }
}

@media all and (max-width: 981px) {
  .construction_status .progress_box {
    position: relative;
    padding-top: 101px;
    background: #fff;
  }
}

.construction_status .progress_con {
  width: 580px;
  overflow-y: auto;
  height: 100%;
}

.construction_status .progress_con .scroll_img {
  position: absolute;
  top: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.construction_status .progress_con .list_box {
  width: 100%;
  padding-right: 70px;
}

.construction_status .progress_con .list {
  padding: 70px 0 75px;
  border-bottom: 1px solid #ddd;
}

.construction_status .progress_con .list .txt {
  font-size: 28px;
  color: #333;
  font-weight: 500;
}

.construction_status .progress_con .list:first-child {
  padding-top: 0;
}

.construction_status .progress_con .list:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.construction_status .progress_con .cs_img .swiper-container {
  margin-top: 25px;
  height: 300px;
}

.construction_status .progress_con .cs_img .swiper-slide {
  width: 480px;
}

.construction_status .progress_con .cs_img .swiper-button-prev {
  top: auto;
  left: auto;
  right: 40px;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: url("../images/cs-arrow-prev.png") no-repeat 0 0/40px 40px;
}

.construction_status .progress_con .cs_img .swiper-button-next {
  top: auto;
  left: auto;
  right: 0px;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: url("../images/cs-arrow-next.png") no-repeat 0 0/40px 40px;
}

.construction_status .progress_con .cs_img .swiper-button-prev.swiper-button-disabled, .construction_status .progress_con .cs_img .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
}

.construction_status .progress_con .cs_img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.construction_status .progress_con .cs_txt {
  font-size: 16px;
  line-height: 28px;
}

@media all and (max-width: 1280px) {
  .construction_status .progress_con {
    width: 50%;
  }
  .construction_status .progress_con .list_box {
    padding-right: 0;
  }
}

@media all and (max-width: 981px) {
  .construction_status .progress_con {
    position: relative;
    width: 100%;
  }
  .construction_status .progress_con .cs_img .swiper-container {
    height: auto;
  }
  .construction_status .progress_con .scroll_img {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .construction_status .progress_con .list {
    padding: 36px 0 40px;
  }
  .construction_status .progress_con .list .txt {
    font-size: 19px;
  }
  .construction_status .progress_con .cs_txt {
    font-size: 13px;
    line-height: 19px;
  }
}

.construction_status .progress_img {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 850px;
  height: 902px;
}

.construction_status .progress_img .img_div {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 502px;
  height: 902px;
}

.construction_status .progress_img .img_div img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 902px;
}

.construction_status .progress_img .imgDiv_white {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
}

.construction_status .progress_img .txt_div {
  position: absolute;
  bottom: 0;
  left: 85px;
  width: 255px;
  height: 100px;
  color: #8b2332;
}

.construction_status .progress_img .txt_div .bar {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 50px;
  height: 1px;
  background: #8b2332;
}

.construction_status .progress_img .txt_div .total {
  margin-top: -7px;
}

.construction_status .progress_img .txt_div .percent {
  margin-top: -3px;
  font-weight: 500;
  font-size: 30px;
}

.construction_status .progress_img .txt_div .percent .num {
  font-size: 70px;
}

.construction_status .progress_img .txt_div.high .total {
  margin-top: 87px;
}

@media all and (max-width: 1700px) {
  .construction_status .progress_img {
    right: 3%;
    width: 750px;
    height: 682px;
  }
  .construction_status .progress_img .img_div {
    width: 346px;
    height: 682px;
  }
  .construction_status .progress_img .img_div img {
    height: 682px;
  }
  .construction_status .progress_img .txt_div {
    left: 155px;
    width: 215px;
  }
  .construction_status .progress_img .txt_div .percent .num {
    font-size: 53px;
  }
}

@media all and (max-width: 1280px) {
  .construction_status .progress_img {
    right: 3%;
    width: 57%;
  }
  .construction_status .progress_img .img_div {
    width: 50%;
    height: 100%;
  }
  .construction_status .progress_img .img_div img {
    width: 100%;
    height: 100%;
  }
  .construction_status .progress_img .img_div .apartWeb {
    width: 100%;
    height: auto;
  }
  .construction_status .progress_img .txt_div {
    left: auto;
    width: 170px;
  }
  .construction_status .progress_img .txt_div .total {
    margin-top: 12px;
    font-size: 17px;
  }
  .construction_status .progress_img .txt_div .bar {
    width: 40px;
  }
  .construction_status .progress_img .txt_div .percent {
    font-size: 25px;
  }
  .construction_status .progress_img .txt_div .percent .num {
    font-size: 48px;
  }
  .construction_status .progress_img .txt_div.high .total {
    margin-top: 87px;
  }
}

@media all and (max-width: 981px) {
  .construction_status .progress_img {
    position: absolute;
    right: 5%;
    top: 0;
    width: 90%;
  }
  .construction_status .progress_img .img_div {
    height: 100%;
  }
  .construction_status .progress_img .img_div .apartBgWeb {
    height: 100%;
    width: auto;
  }
  .construction_status .progress_img .img_div .apartWeb {
    width: 100%;
    height: auto;
  }
}

@media all and (max-width: 768px) {
  .construction_status .progress_img {
    right: 5%;
    width: 90%;
    height: 255px;
  }
  .construction_status .progress_img .img_div {
    right: 9px;
    width: 100%;
    height: 100%;
  }
  .construction_status .progress_img .img_div .apartBg {
    height: 100%;
    width: auto;
  }
  .construction_status .progress_img .img_div .apart {
    width: 100%;
    height: auto;
  }
  .construction_status .progress_img .txt_div {
    left: auto;
    width: 158px;
    height: 66px;
  }
  .construction_status .progress_img .txt_div .bar {
    width: 25px;
  }
  .construction_status .progress_img .txt_div .total {
    margin-top: 7px;
    font-size: 14px;
  }
  .construction_status .progress_img .txt_div .percent {
    font-size: 15px;
  }
  .construction_status .progress_img .txt_div .percent .num {
    font-size: 45px;
  }
  .construction_status .progress_img .txt_div.high .total {
    margin-top: 57px;
  }
}

@media all and (max-width: 500px) {
  .construction_status .progress_img {
    width: 88%;
  }
  .construction_status .progress_img .img_div {
    right: 5px;
  }
  .construction_status .progress_img .txt_div {
    left: auto;
    width: 117px;
    height: 66px;
  }
  .construction_status .progress_img .txt_div .percent {
    margin-top: 0;
  }
  .construction_status .progress_img .txt_div .percent .num {
    font-size: 32px;
  }
}

@media all and (max-width: 1700px) {
  .construction_status {
    height: 1000px;
  }
}

@media all and (max-width: 1280px) {
  .construction_status {
    height: 900px;
  }
}

@media all and (max-width: 981px) {
  .construction_status {
    position: static;
    padding-top: 0;
    height: auto;
  }
}

/* 사업개요*/
.business_overview {
  position: relative;
  width: 1160px;
  margin: 0 auto 200px;
}

.business_overview .bg {
  overflow: hidden;
  position: relative;
  width: 1540px;
  height: 790px;
}

.business_overview .bg img {
  position: absolute;
}



.business_overview .txt_area {
  width: 100%;
  margin-top: 75px;
  padding: 35px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
}

.business_overview .txt_area dl {
  width: 100%;
  display: table;
}

.business_overview .txt_area dl:not(:last-child) {
  padding-bottom: 20px;
}

.business_overview .txt_area dt {
  display: table-cell;
  text-align: center;
  color: #333;
  font-weight: 600;
  min-width: 180px;
  vertical-align: top;
}

.business_overview .txt_area dt p {
  text-align: left;
  padding-left: 60px;
}

.business_overview .txt_area dd {
  display: table-cell;
  text-align: left;
  color: #333;
  padding-left: 20px;
  width: 80%;
  vertical-align: top;
}

.business_overview .apart_type {
  margin: 170px 0 0;
}

.business_overview .apart_type .tit {
  font-size: 42px;
  color: #333;
  padding-bottom: 35px;
}

.business_overview .apart_type .scroll_bg {
  display: none;
  width: 100%;
  height: 100%;
}

.business_overview .apart_type .txt_area{
  margin: 0;
}


@media all and (max-width: 1280px) {
  .business_overview {
    width: 100%;
  }
  .business_overview .bg {
    margin-left: 5%;
    width: 95%;
  }
  .business_overview .txt_area {
    margin: 35px 5% 0;
    width: 90%;
  }
  .business_overview .apart_type {
    margin: 170px 5% 0;
    width: 90%;
  }
}

@media all and (max-width: 981px) {
  .business_overview .bg img {
    position: static;
    width: 100%;
  }
  .business_overview .txt_area {
    margin-top: 45px;
    padding: 25px 0;
  }
  .business_overview .txt_area dl:not(:last-child) {
    padding-bottom: 15px;
  }
  .business_overview .txt_area dt {
    min-width: 180px;
  }
  .business_overview .txt_area dt p {
    padding-left: 40px;
  }
  .business_overview .txt_area dd {
    padding-left: 15px;
  }
  .business_overview .apart_type {
    margin: 100px 5% 0;
  }
  .business_overview .apart_type .tit {
    font-size: 37px;
    padding-bottom: 25px;
  }
}

@media all and (max-width: 768px) {
  .business_overview {
    margin: 0 auto 100px;
  }
  .business_overview .txt_area {
    margin-top: 45px;
    padding: 20px 0;
  }
  .business_overview .txt_area dl:not(:last-child) {
    padding-bottom: 10px;
  }
  .business_overview .txt_area dt {
    min-width: 100px;
  }
  .business_overview .txt_area dt p {
    padding-left: 10%;
    font-size: 16px;
  }
  .business_overview .txt_area dd {
    padding-left: 15px;
    font-size: 16px;
  }
  .business_overview .apart_type {
    margin: 70px 5% 0;
  }
  .business_overview .apart_type .tit {
    font-size: 28px;
    padding-bottom: 25px;
  }
  .business_overview .apart_type .table-type2 {
    overflow-x: scroll;
    position: relative;
  }
  .business_overview .apart_type .table-type2 .scroll_bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(64, 25, 31, 0.6);
    z-index: 2;
  }
  .business_overview .apart_type .table-type2 .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;
  }
  .business_overview .apart_type .table-type2 .scroll_bg img {
    margin-bottom: 30px;
    width: 207px;
  }
  .business_overview .apart_type table.type2 {
    width: 200%;
  }
  .business_overview .apart_type table.type2 thead th {
    font-size: 15px;
  }
  .business_overview .apart_type table.type2 tbody td {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .business_overview .txt_area {
    margin-top: 40px;
    padding: 15px 0;
  }
  .business_overview .txt_area dl {
    display: block;
    margin-bottom: 20px;
  }
  .business_overview .txt_area dt {
    display: block;
    min-width: 100%;
  }
  .business_overview .txt_area dt p {
    padding-left: 0%;
    font-size: 16px;
  }
  .business_overview .txt_area dd {
    display: block;
    padding-left: 0;
    margin-top: 10px;
  }
  .business_overview .apart_type {
    margin: 50px 5% 0;
  }
  .business_overview .apart_type .tit {
    font-size: 23px;
    padding-bottom: 20px;
  }
}

/* 조감도/투시도*/
.view_map {
  position: relative;
  width: 1160px;
  margin: 0 auto 200px;
}

.view_map .tit {
  font-size: 42px;
  color: #333;
}

.view_map.video_area .vm_swipe .vm_top {
  height: 653px;
}

.view_map .vm_swipe {
  margin-top: 35px;
  padding-bottom: 110px;
  border-bottom: 1px solid #ddd;
}

.view_map .vm_swipe .vm_top {
  height: 640px;
}

.view_map .vm_swipe .vm_top .swiper-slide .ytCover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.view_map .vm_swipe .vm_top .swiper-slide img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.view_map .vm_swipe .vm_thumbs {
  margin-top: 40px;
}

.view_map .vm_swipe .vm_thumbs .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.view_map .vm_swipe .vm_thumbs .swiper-wrapper.swiper-no-swiping {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.view_map .vm_swipe .vm_thumbs .swiper-slide {
  width: 228px;
  margin: 0 5px 35px 0;
}

.view_map .vm_swipe .vm_thumbs .swiper-slide:nth-child(5n) {
  margin-right: 0;
}

.view_map .vm_swipe .vm_thumbs .swiper-slide .img {
  height: 128px;
}

.view_map .vm_swipe .vm_thumbs .swiper-slide .img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.view_map .vm_swipe .vm_thumbs .swiper-slide span {
  color: #333;
  margin-top: 15px;
  display: block;
}

.view_map .vm_swipe .vm_thumbs .swiper-slide.on .img {
  border: 1px solid #8b2332;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.view_map .vm_swipe .vm_thumbs .swiper-slide.on span {
  color: #8b2332;
  font-weight: 600;
}

.view_map .vm_swipe .count {
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 27px;
  right: 124px;
  left: auto;
  width: auto;
  height: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #b9b9b9;
  line-height: 14px;
  letter-spacing: 2px;
  font-weight: 300;
}

.view_map .vm_swipe .count .cur {
  font-weight: 600;
  padding-right: 20px;
  color: #333;
}

.view_map .vm_swipe .count .tot {
  padding-left: 20px;
  color: #333;
}

.view_map .vm_swipe .swiper-button-prev {
  z-index: 1;
  display: inline-block;
  top: 50px;
  right: 52px;
  left: auto;
  width: 40px;
  height: 14px;
  background: url("../images/vm-arrow-prev.png") no-repeat left center;
}

.view_map .vm_swipe .swiper-button-prev .tot {
  font-weight: 300;
}

.view_map .vm_swipe .swiper-button-next {
  z-index: 1;
  display: inline-block;
  top: 50px;
  right: 0;
  width: 40px;
  height: 14px;
  background: url("../images/vm-arrow-next.png") no-repeat right center;
}

.view_map .txt {
  position: relative;
  padding-left: 13px;
  word-break: keep-all;
  line-height: 36px;
  font-size: 16px;
  margin-top: 80px;
}

.view_map .txt:before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #666;
}

@media all and (max-width: 1280px) {
  .view_map {
    width: 90%;
  }
  .view_map.video_area .vm_swipe .vm_top {
    height: auto;
  }
  .view_map .vm_swipe .vm_top {
    height: auto;
  }
  .view_map .vm_swipe .vm_thumbs .swiper-slide {
    width: 24%;
    margin: 0 1% 30px 0;
  }
  .view_map .vm_swipe .vm_thumbs .swiper-slide:nth-child(4n) {
    margin-right: 0%;
  }
  .view_map .vm_swipe .vm_thumbs .swiper-slide:nth-child(5n) {
    margin-right: 1%;
  }
}

@media all and (max-width: 1024px) {
  .view_map .vm_swipe .swiper-button-next {
    width: 28px;
    background: url("../images/m-vm-arrow-next.png") no-repeat right center;
    background-size: auto 10px;
  }
  .view_map .vm_swipe .swiper-button-prev {
    width: 28px;
    background: url("../images/m-vm-arrow-prev.png") no-repeat right center;
    background-size: auto 10px;
  }
}

@media all and (max-width: 981px) {
  .view_map {
    margin: 0 auto 100px;
  }
  .view_map .tit {
    font-size: 37px;
  }
  .view_map .txt {
    margin-top: 40px;
  }
  .view_map.video_area .vm_swipe .vm_top {
    height: auto;
  }
  .view_map .vm_swipe {
    padding-bottom: 60px;
  }
  .view_map .vm_swipe .vm_top {
    height: auto;
  }
  .view_map .vm_swipe .vm_thumbs .swiper-slide span {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .view_map .tit {
    font-size: 26px;
  }
  .view_map .txt {
    line-height: 19px;
    font-size: 13px;
  }
  .view_map .txt:before {
    top: 8px;
  }
  .view_map .vm_swipe {
    margin-top: 20px;
  }
  .view_map .vm_swipe .vm_top {
    padding-bottom: 20px;
  }
  .view_map .vm_swipe .count {
    top: -3px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .view_map .vm_swipe .count .tot {
    font-size: 13px;
    padding-left: 10px;
  }
  .view_map .vm_swipe .count .cur {
    font-size: 13px;
    padding-right: 10px;
  }
  .view_map .vm_swipe .vm_thumbs {
    overflow: visible;
    margin-top: 52px;
  }
  .view_map .vm_swipe .vm_thumbs .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .view_map .vm_swipe .vm_thumbs .swiper-slide {
    width: 32%;
    height: auto;
    margin: 0 10px 0px 0;
  }
  .view_map .vm_swipe .vm_thumbs .swiper-slide .img {
    height: auto;
  }
  .view_map .vm_swipe .vm_thumbs .swiper-slide:nth-child(4n) {
    margin-right: 10px;
  }
  .view_map .vm_swipe .vm_thumbs .swiper-slide:nth-child(5n) {
    margin-right: 10px;
  }
  .view_map .vm_swipe .vm_thumbs .swiper-slide:last-child {
    margin-right: 0px;
  }
  .view_map .vm_swipe .vm_thumbs .swiper-slide span {
    font-size: 14px;
  }
  .view_map .vm_swipe .count_arrow {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .view_map .vm_swipe .swiper-button-next {
    float: right;
    top: 20px;
    right: 0;
    bottom: auto;
  }
  .view_map .vm_swipe .swiper-button-prev {
    position: relative;
    top: 20px;
    float: left;
    right: auto;
    left: 0;
    bottom: auto;
  }
}

@media all and (max-width: 500px) {
  .view_map .vm_swipe .vm_thumbs .swiper-slide {
    width: 40%;
  }
}

/* 동호수 배치도*/
.number_layout {
  position: relative;
  width: 1160px;
  margin: 0 auto 200px;
}

.number_layout .nl_cont {
  width: 100%;
  padding-bottom: 110px;
  border-bottom: 1px solid #ddd;
}

.number_layout .tit {
  font-size: 42px;
  color: #333;
  padding-bottom: 30px;
}

.number_layout .img {
  position: relative;
  width: 100%;
}

.number_layout .img > img {
  width: 100%;
  max-width: 100%;
}

.number_layout .btn {
  margin-top: 80px;
}

.number_layout .txt {
  position: relative;
  padding-left: 13px;
  word-break: keep-all;
  line-height: 36px;
  font-size: 16px;
  margin-top: 80px;
}

.number_layout .txt:before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #666;
}

.number_layout .nl_tab_div {
  position: relative;
  margin-top: 180px;
}

.number_layout .tab_type2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  z-index: 3;
}

.number_layout .tab_type2.fixed {
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
}

.number_layout .tab_type2.fixed .swiper-wrapper {
  width: 59%;
  margin: 0 auto;
}

.number_layout .tab_div:not(:first-child) {
  display: none;
}

.number_layout .nl_list {
  position: relative;
  padding-top: 80px;
}

.number_layout .nl_list .img:not(:last-child) {
  margin-bottom: 120px;
}

@media all and (max-width: 1280px) {
  .number_layout {
    width: 90%;
  }
  .number_layout .img {
    height: auto;
  }
  .number_layout .tab_type2.fixed .swiper-wrapper {
    width: 90%;
  }
}

@media all and (max-width: 981px) {
  .number_layout .nl_cont {
    padding-bottom: 60px;
  }
  .number_layout .tit {
    font-size: 37px;
  }
  .number_layout .nl_list .img:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media all and (max-width: 768px) {
  .number_layout {
    margin: 0 auto 100px;
  }
  .number_layout .nl_tab_div {
    margin-top: 90px;
  }
  .number_layout .nl_cont {
    padding-bottom: 0px;
  }
  .number_layout .nl_list {
    padding-top: 40px;
  }
  .number_layout .tit {
    font-size: 27px;
  }
  .number_layout .txt {
    margin-top: 40px;
    font-size: 16px;
    line-height: 26px;
  }
  .number_layout .txt:before {
    top: 12px;
  }
  .number_layout .btn {
    margin-top: 40px;
  }
  .number_layout .nl_list .img:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 500px) {
  .number_layout {
    margin: 0 auto 150px;
  }
}

/*찾아오시는 길*/
.way_div {
  width: 1160px;
  position: relative;
  margin: 0 auto 200px;
}

.way_div .list {
  position: relative;
}

.way_div .list:not(:last-child) {
  margin-bottom: 170px;
}

.way_div .list .tit {
  font-size: 42px;
  color: #333;
  padding-bottom: 30px;
}

.way_div .list .txt {
  padding-bottom: 35px;
}
.way_div .list .txt.type2{
    padding:0;
}
.way_div .list .etcTxt{
    display: block;
    margin-top: 10px;
    MARGIN-BOTTOM: 20PX;
    font-family: "NotoSans-Regular";
    font-weight: 400;
    font-size: 22px;
    color: #cf3c3c;
}

.way_div .list .btn {
  position: absolute;
  top: 50px;
  left: auto;
  width: auto;
  right: 0;
}

.way_div .list .btn .view_station {
  display: none;
}

.way_div .list .map_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.way_div .list .map_area .left_img {
  width: 50%;
  margin-right: 40px;
}

.way_div .list .map_area .right_img {
  position: relative;
  width: 100%;
  width: 50%;
}

.way_div .list .map_area .right_img:after {
  content: "";
  display: block;
  clear: both;
}

.way_div .list .map_area .right_img .xbt {
  position: absolute;
  top: -30px;
  left: auto;
  width: auto;
  right: 0;
  opacity: 0;
}

.way_div .list .map_area .right_img .xbt img {
  width: 15px;
}

.way_div .list .map_area img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 768px) {
  .way_div .list .map_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .way_div .list .map_area .left_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .way_div .list .map_area .right_img {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 22;
  }
  .way_div .list .map_area .right_img .xbt {
    opacity: 1;
  }
}

@media all and (max-width: 1280px) {
  .way_div {
    width: 90%;
  }
}

@media all and (max-width: 981px) {
  .way_div .list:not(:last-child) {
    margin-bottom: 100px;
  }
  .way_div .list .tit {
    font-size: 37px;
    padding-bottom: 20px;
  }
  .way_div .list .txt {
    font-size: 16px;
    padding-bottom: 25px;
  }
  .way_div .list .etcTxt{font-size:14px;}
}

@media all and (max-width: 768px) {
  .way_div {
    margin: 0 auto 100px;
  }
  .way_div .list {
    padding-bottom: 50px;
  }
  .way_div .list:not(:last-child) {
    margin-bottom: 0px;
  }
  .way_div .list .tit {
    font-size: 27px;
    padding-bottom: 15px;
  }
  .way_div .list .txt {
    font-size: 15px;
    padding-bottom: 20px;
  }
  .way_div .list .etcTxt{
	font-size: 12px;
	color: #cf3c3c;
}
  .way_div .list .btn {
    position: relative;
    top: 0;
    right: auto;
    margin: 10px auto 20px;
    width: 100%;
    overflow: hidden;
  }
  .way_div .list .btn .motionBt1.b3 {
    float: right;
    width: 49%;
    height: 40px;
    padding: 0;
    margin: 0;
  }
  .way_div .list .btn .motionBt1.b3.view_station {
    display: block;
    float: left;
  }
  .way_div .list .btn .motionBt1.b3 span {
    font-size: 14px;
    line-height: 39px;
  }
}

/* 개인정보처리방침*/
.privacy_policy {
  position: relative;
  width: 1160px;
  margin: 0 auto 190px;
}

.privacy_policy .table_div {
  border-top: none;
}

.privacy_policy .list {
  position: relative;
  display: table;
}

.privacy_policy .list .tit {
  vertical-align: middle;
  display: table-cell;
  color: #333;
  font-weight: 600;
}

.privacy_policy .list .select_area {
  display: table-cell;
}

.privacy_policy .list select {
  margin-left: 40px;
  vertical-align: top;
  color: #333;
}

.privacy_policy .list .motionBt1 {
  margin-left: 7px;
}

.privacy_policy .txt_area {
  margin-top: 90px;
}

.privacy_policy .txt_area .tit {
  font-size: 36px;
  color: #333;
}

.privacy_policy .txt_area .txt_box {
  margin-top: 40px;
  line-height: 30px;
  color: #333;
}

.privacy_policy .txt_area .txt_tit {
  display: block;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.privacy_policy .txt_area .txt_tit.type2 {
  margin: 20px 0 10px 0;
}

.privacy_policy .txt_area .list {
  display: block;
  margin-bottom: 10px;
  padding-left: 10px;
}

.privacy_policy .txt_area .list li {
  font-size: 16px;
  line-height: 28px;
}

.privacy_policy .txt_area .list.type2 li {
  font-size: 18px;
  line-height: 30px;
}

.privacy_policy .txt_area .list .txt_deco {
  font-size: 19px;
  display: inline-block;
}

.privacy_policy .txt_area .list_div {
  margin-bottom: 15px;
}

.privacy_policy .txt_area .list_div .list_tit {
  margin-bottom: 5px;
}

.privacy_policy .txt_area .list_div .homepage_info {
  padding-left: 10px;
  margin-bottom: 5px;
}

.privacy_policy .txt_area .list_div .homepage_info p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.privacy_policy .txt_area .list_div .homepage_info .txt_deco {
  font-size: 19px;
  display: inline-block;
}

.privacy_policy .txt_area .txt.type1 {
  margin-bottom: 5px;
}

.privacy_policy .txt_area .txt.type_num {
  margin-bottom: 10px;
  font-weight: 600;
}

.privacy_policy .txt_area .division_table_div {
  border-top: 1px solid #333;
  border-bottom: 1px solid #40362a;
}

.privacy_policy .txt_area .division_table {
  width: 100%;
  table-layout: fixed;
  position: relative;
  margin: 0;
  overflow: hidden;
}

.privacy_policy .txt_area .division_table .txt_deco {
  font-size: 19px;
  display: inline-block;
}

.privacy_policy .txt_area .division_table.type1 tr th {
  background: #faf9f6;
}

.privacy_policy .txt_area .division_table thead tr th {
  border-right: none;
  border-bottom: 1px solid #e5e2db;
  height: auto;
  padding: 5px;
  text-align: center;
  font-weight: 600;
  background: #faf9f6;
  color: #000;
}

.privacy_policy .txt_area .division_table tbody tr th {
  border-right: none;
  border-bottom: 1px solid #e5e2db;
  height: auto;
  padding: 5px;
  text-align: center;
  color: #333;
}

.privacy_policy .txt_area .division_table tbody tr td {
  border-right: none;
  border-bottom: 1px solid #e5e2db;
  border-right: 1px solid #e5e2db;
  height: auto;
  padding: 5px;
  text-align: center;
  color: #333;
  font-size: 16px;
}
.privacy_policy .txt_area .division_table tbody tr td.borderR{
    border-right: 1px solid #e5e2db!important;
}
.privacy_policy .txt_area .division_table tbody tr td:last-child{
    border-right:none;
}

.privacy_policy .txt_area .txt_deco {
  position: relative;
  font-size: 21px;
  display: inline-block;
}

.privacy_policy .txt_area .txt_deco:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  bottom: 3px;
  background: #333;
  height: 1px;
}

.privacy_policy .txt_area .info_method {
  padding-left: 10px;
}

.privacy_policy .txt_area .fwB {
  font-weight: 600 !important;
}

.privacy_policy .txt_area .mbN {
  margin-bottom: 0 !important;
}

.privacy_policy .txt_area .pL10 {
  padding-left: 10px !important;
}

@media all and (max-width: 1280px) {
  .privacy_policy {
    width: 90%;
  }
}

@media all and (max-width: 981px) {
  .privacy_policy {
    width: 90%;
  }
  .privacy_policy .txt_area .tit {
    font-size: 30px;
  }
  .privacy_policy .txt_area .txt {
    font-size: 16px;
    line-height: 26px;
  }
  .privacy_policy .txt_deco {
    text-decoration: underline;
  }
  .privacy_policy .txt_deco:after {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .privacy_policy {
    margin: 0 auto 100px;
  }
  .privacy_policy .list {
    display: block;
  }
  .privacy_policy .list .tit {
    display: block;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
  }
  .privacy_policy .list .select_area {
    display: block;
    width: 100%;
  }
  .privacy_policy .list .select_area select {
    display: inline-block;
    width: calc(100% - 72px);
    margin-left: 0px;
  }
  .privacy_policy .list .select_area .motionBt1.b2 {
    width: 80px;
    min-width: 80px;
    height: 38px;
  }
  .privacy_policy .list .select_area .motionBt1.b2 span {
    line-height: 37px;
  }
  .privacy_policy .txt_area {
    margin-top: 50px;
  }
  .privacy_policy .txt_area .tit {
    font-size: 26px;
  }
  .privacy_policy .txt_area .txt {
    font-size: 15px;
    line-height: 25px;
  }
  .privacy_policy .txt_area .txt_tit {
    font-size: 15px;
    line-height: 25px;
  }
  .privacy_policy .txt_area .list_div .list_tit {
    font-size: 15px;
    line-height: 25px;
  }
  .privacy_policy .txt_area .list_div .homepage_info p {
    font-size: 15px;
    line-height: 25px;
  }
  .privacy_policy .txt_area .list_div .homepage_info .txt_deco {
    font-size: 18px;
  }
  .privacy_policy .txt_area .division_table {
    width: 700px;
    margin: 0;
  }
  .privacy_policy .txt_area .division_table thead tr th {
    font-size: 15px;
  }
  .privacy_policy .txt_area .division_table tbody tr th {
    font-size: 14px;
  }
  .privacy_policy .txt_area .division_table tbody tr td {
    font-size: 14px;
  }
  .privacy_policy .txt_area .division_table .txt_deco {
    font-size: 18px;
  }
  .privacy_policy .txt_area .info_method {
    padding-left: 5px;
  }
  .privacy_policy .txt_area .list {
    padding-left: 5px;
  }
  .privacy_policy .txt_area .list li {
    font-size: 15px;
    line-height: 25px;
  }
  .privacy_policy .txt_area .list .txt_deco {
    font-size: 18px;
  }
  .privacy_policy .txt_area .txt_deco {
    font-size: 18px;
  }
}

/*단지정보*/
.complex_info {
  position: relative;
  width: 100%;
  margin: 0 auto 215px;
}

.complex_info .visual {
  position: relative;
}

.complex_info .visual > img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.complex_info .info .txt_area {
  margin: 175px 0;
  text-align: center;
}

.complex_info .info .txt_area .tit {
  position: relative;
  font-size: 60px;
  color: #333;
}

.complex_info .info .txt_area .txt {
  position: relative;
  padding-top: 30px;
}

.complex_info .info .img_area {
  width: 1160px;
  margin: 0 auto 120px;
}

.complex_info .info .img_area .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: relative;
  width: 100%;
  padding: 70px 0 0;
}

.complex_info .info .img_area .list:not(:last-child) {
  padding-bottom: 80px;
  border-bottom: solid 1px #ddd;
}

.complex_info .info .img_area .list::after {
  content: "";
  display: block;
  clear: both;
}

.complex_info .info .img_area .list .img {
  position: relative;
  float: right;
  width: 560px;
  height: 310px;
}

.complex_info .info .img_area .list .img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.complex_info .info .img_area .list .txt {
  float: left;
  width: 50%;
}

.complex_info .info .img_area .list .txt .txt1 {
  color: #333;
  word-break: keep-all;
  font-weight: 800;
  font-size: 40px;
}

.complex_info .info .img_area .list .txt .txt2 {
  padding-top: 30px;
  line-height: 28px;
  word-break: keep-all;
}

.complex_info .info .img_area .list .txt .fwB {
  padding-top: 3px;
  font-weight: 600;
  word-break: keep-all;
}

.complex_info .info .img_area .list .txt.on {
  width: 100%;
}

.complex_info .bottom_txt {
  position: relative;
  width: 1160px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
}

.complex_info .bottom_txt .txt {
  position: relative;
  padding-left: 13px;
  word-break: keep-all;
  line-height: 26px;
  font-size: 16px;
  margin-top: 80px;
}

.complex_info .bottom_txt .txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #666;
}

@media all and (max-width: 1280px) {
  .complex_info .bottom_txt .txt br {
    display: none;
  }
}

@media all and (max-width: 1024px) {
  .complex_info .info {
    width: calc(100% - 5%);
    margin: auto;
  }
  .complex_info .info .img_area {
    width: auto;
  }
  .complex_info .bottom_txt {
    width: calc(100% - 5%);
  }
}

@media all and (max-width: 981px) {
  .complex_info .info .txt_area {
    margin: 100px 0 50px;
  }
  .complex_info .info .txt_area .tit {
    font-size: 47px;
  }
  .complex_info .info .txt_area .txt {
    padding-top: 20px;
  }
  .complex_info .info .img_area {
    margin-bottom: 80px;
  }
  .complex_info .info .img_area .list .txt .txt1 {
    font-size: 30px;
  }
  .complex_info .info .img_area .list .txt .txt2 {
    font-size: 16px;
    line-height: 26px;
  }
  .complex_info .info .img_area .list .txt .fwB {
    font-size: 16px;
  }
  .complex_info .bottom_txt .txt {
    margin-top: 60px;
  }
}

@media all and (max-width: 768px) {
  .complex_info {
    margin: 0 auto 95px;
  }
  .complex_info .info .txt_area {
    margin: 85px 0 85px;
  }
  .complex_info .info .txt_area .tit {
    font-size: 30px;
  }
  .complex_info .info .txt_area .txt {
    padding-top: 15px;
    font-size: 14px;
    line-height: 17px;
  }
  .complex_info .info .img_area {
    margin-bottom: 55px;
  }
  .complex_info .info .img_area .list {
    padding: 0;
    display: block;
  }
  .complex_info .info .img_area .list:not(:last-child) {
    padding-bottom: 35px;
  }
  .complex_info .info .img_area .list .img {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20px;
  }
  .complex_info .info .img_area .list .txt {
    width: 100%;
  }
  .complex_info .info .img_area .list .txt .txt1 {
    font-size: 20px;
  }
  .complex_info .info .img_area .list .txt .txt2 {
    padding-top: 10px;
    font-size: 14px;
    line-height: 19px;
  }
  .complex_info .info .img_area .list .txt .fwB {
    padding-top: 1px;
    font-size: 14px;
  }
  .complex_info .info .img_area .list:not(:first-child) .txt {
    padding-top: 35px;
  }
  .complex_info .bottom_txt .txt {
    margin-top: 35px;
    font-size: 13px;
    line-height: 19px;
  }
  .complex_info .bottom_txt .txt::before {
    top: 9px;
  }
}

/*단지정보 - 유형2*/
.complex_info2 {
  position: relative;
  margin-top: 200px;
  margin: 0 auto 190px;
}

.complex_info2 .txt_tit {
  width: 1160px;
  margin: auto;
}

.complex_info2 .tit {
  font-size: 42px;
  color: #333;
}

.complex_info2 .txt {
  margin-top: 30px;
}

.complex_info2 .txt_bullet {
  width: 1160px;
  margin: auto;
  position: relative;
  padding-left: 13px;
  word-break: keep-all;
  line-height: 26px;
  font-size: 16px;
  margin-top: 70px;
}

.complex_info2 .txt_bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #666;
}

@media all and (max-width: 1280px) {
  .complex_info2 .txt_tit {
    width: 90%;
  }
  .complex_info2 .txt_bullet {
    width: 90%;
  }
  .complex_info2 .txt_bullet br {
    display: none;
  }
}

@media all and (max-width: 981px) {
  .complex_info2 .tit {
    font-size: 35px;
  }
  .complex_info2 .txt {
    margin-top: 20px;
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .complex_info2 {
    margin: 0 auto 100px;
  }
  .complex_info2 .tit {
    font-size: 25px;
  }
  .complex_info2 .txt {
    margin-top: 15px;
    font-size: 15px;
  }
  .complex_info2 .txt_bullet {
    margin-top: 40px;
  }
}

.ci_swipe {
  position: relative;
  margin-top: 75px;
}

.ci_swipe .swiper_img {
  position: relative;
  width: calc(100% - 380px);
  overflow: hidden;
  left: 50%;
  -webkit-transform: translateX(-38%);
          transform: translateX(-38%);
}

.ci_swipe .swiper_txt {
  width: 1160px;
  margin: auto;
  padding-bottom: 110px;
  border-bottom: 1px solid #ddd;
}

.ci_swipe .swiper-container.img {
  overflow: visible;
  position: relative;
  width: 1160px;
  height: 640px;
  margin: 0;
}

.ci_swipe .swiper-container.img .swiper-slide {
  width: 1160px;
}

.ci_swipe .swiper-container.img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.ci_swipe .swiper-container.txt {
  margin-top: 75px;
}

.ci_swipe .swiper-container.txt .swiper-slide {
  background: #fff;
}

.ci_swipe .swiper-container.txt .swiper-slide .txt1 {
  color: #333;
  font-weight: 800;
  font-size: 30px;
}

.ci_swipe .swiper-container.txt .swiper-slide .txt2 {
  margin-top: 30px;
  line-height: 30px;
}

.ci_swipe .count {
  position: absolute;
  z-index: 1;
  display: inline-block;
  bottom: -50px;
  right: 124px;
  left: auto;
  width: auto;
  height: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #b9b9b9;
  line-height: 14px;
  letter-spacing: 2px;
  font-weight: 300;
}

.ci_swipe .count .cur {
  font-weight: 600;
  padding-right: 20px;
  color: #333;
}

.ci_swipe .count .tot {
  padding-left: 20px;
  color: #333;
}

.ci_swipe .swiper-button-prev {
  z-index: 1;
  display: inline-block;
  top: auto;
  bottom: -50px;
  right: 52px;
  left: auto;
  width: 40px;
  height: 14px;
  background: url("../images/vm-arrow-prev.png") no-repeat right center;
}

.ci_swipe .swiper-button-prev .tot {
  font-weight: 300;
}

.ci_swipe .swiper-button-next {
  z-index: 1;
  display: inline-block;
  top: auto;
  bottom: -50px;
  right: 0;
  width: 40px;
  height: 14px;
  background: url("../images/vm-arrow-next.png") no-repeat right center;
}

.ci_swipe .arrow_div {
  position: relative;
  width: 1160px;
  margin: auto;
}

@media all and (max-width: 1280px) {
  .ci_swipe .swiper_img {
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .ci_swipe .swiper-container.img {
    height: auto;
    width: 100%;
  }
  .ci_swipe .swiper-container.img .swiper-slide {
    width: 100%;
  }
  .ci_swipe .swiper_txt {
    width: 90%;
  }
  .ci_swipe .arrow_div {
    width: 90%;
  }
}

@media all and (max-width: 981px) {
  .ci_swipe {
    margin-top: 50px;
  }
}

@media all and (max-width: 768px) {
  .ci_swipe .swiper-container.txt .swiper-slide .txt1 {
    font-size: 25px;
  }
  .ci_swipe .swiper-container.txt .swiper-slide .txt2 {
    font-size: 16px;
    margin-top: 15px;
    line-height: 26px;
  }
  .ci_swipe .swiper_txt {
    width: 90%;
    padding-bottom: 60px;
  }
  .ci_swipe .arrow_div {
    width: 90%;
  }
  .ci_swipe .count {
    bottom: -40px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .ci_swipe .count .cur {
    padding-right: 10px;
  }
  .ci_swipe .count .tot {
    padding-left: 10px;
  }
  .ci_swipe .swiper-button-prev {
    width: 32px;
    left: 0;
    right: auto;
    bottom: -40px;
  }
  .ci_swipe .swiper-button-next {
    width: 32px;
    bottom: -40px;
  }
}

/* 단지정보 - 유형3*/
.system_div {
  position: relative;
  width: 1160px;
  margin: 0 auto 180px;
}

.system_div .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.system_div .list:not(:first-child) {
  padding-top: 40px;
}

.system_div .list .txt_area {
  width: 50%;
  text-align: left;
  letter-spacing: -0.5px;
}

.system_div .list .txt_area .tit {
  color: #333;
  font-size: 24px;
  font-weight: 800;
}

.system_div .list .txt_area .txt_list {
  margin-top: 16px;
  line-height: 38px;
  word-break: keep-all;
}

.system_div .list .txt_area .txt_list li {
  line-height: 28px;
  padding-left: 7px;
  text-indent: -7px;
}

.system_div .list .txt_area .txt_list li:not(:last-child) {
  padding-bottom: 10px;
}

.system_div .list .img_area {
  width: 50%;
  height: 315px;
  background: #000;
}

.system_div .txt {
  position: relative;
  padding-left: 13px;
  word-break: keep-all;
  line-height: 26px;
  font-size: 16px;
  margin-top: 80px;
}

.system_div .txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #666;
}

/* 사이버모델하우스*/
.mhouse_div {
  width: 100%;
  height: 100vh;
}

.mhouse_div .bg_box {
  width: 100%;
  height: 100%;
  background: url("../images/mhouse-bg.jpg") no-repeat 0 0/100% 100%;
}

/* 관심단지 레이아웃수정*/
.certification_area.st2.w100 .form_group input{width: 100%;}
.certification_area.st2.w100 .motionBt1{margin: 0;}
@media all and (max-width: 768px) {
    .certification_area.st2.w100 .motionBt1 {height: 38px ; line-height: 38px;}
    .certification_area.st2.w100 .motionBt1 span{height: 38px ; line-height: 38px;}
}

/* 202202 */
.clfix:after,.clfix:before{display:table;line-height:0;content:""}
.clfix:after{clear:both}
.dimm{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:#000;opacity:.6}
.businessPop{position:absolute;top:40%;left:50%;transform:translate(-50%, -50%); width:450px;z-index:100;}
.businessPop .swiper-wrapper .swiper-slide {display:block; position:relative; width:100%; height:100%;}
.businessPop .swiper-wrapper .swiper-slide .mo{display:none;}
.businessPop .swiper-pagination {
    display:inline-block; padding:10px 40px 10px 20px; width:auto; height:30px; left:50%; bottom:20px; background:rgba(0,0,0,0.5); overflow:hidden; border-radius:20.5px;
    -ms-transform: translate(-50%, 0);-webkit-transform: translate(-50%, 0);-moz-transform: translate(-50%, 0);-o-transform: translate(-50%, 0);transform: translate(-50%, 0);
}
.businessPop .swiper-pagination .swiper-pagination-bullet {display:inline-block;vertical-align:top; width:10px; height:10px; margin:0 0 0 5px;border:1px solid #fff;border-radius:50%;box-sizing:border-box;}
.businessPop .swiper-pagination .swiper-pagination-bullet:first-child {margin:0;}
.businessPop .swiper-pagination .swiper-pagination-bullet-active {background-color:#fff;}
.businessPop .swiper-pagination .playBtn {display:block; width:30px; height:30px; position:absolute; top:0; right:0; background:rgba(0,0,0,0.2) url("../images/complexpopup/play_bt.png") no-repeat 50% 50%; border-radius:20.5px;}
.businessPop .swiper-pagination .playBtn.on {background:rgba(0,0,0,0.2) url("../images/complexpopup/play_bt_on.png") no-repeat 50% 50%;}
.businessPop .popFoot{background:#fff;font-size:0;}
.businessPop .popFoot a{padding:5px 0;display:inline-block;width:50%;text-align:center;transform:none!important;}
.businessPop .popFoot a:first-child{border-right:1px solid #4d4c4c;}
.businessPop .popFoot a span{display:inline-block;font-family:"LotteCastle";font-size:14px;line-height:32px;color:#4d4c4c;}
.businessPop .popFoot .close{border-left:1px solid #4d4c4c;float:right}
@media all and (max-width: 768px) {
    .businessPop{width:100%; padding: 0 5%; box-sizing: border-box; top:5%; transform:translate(-50%, 0); max-height:85vh; overflow-y:auto;}
    .businessPop .swiper-wrapper .swiper-slide .pc{display:none;}
    .businessPop .swiper-wrapper .swiper-slide .mo{display:block;max-width:100%;margin:0 auto;}
    .businessPop .swiper-pagination{bottom:5px;padding:10px 20px;height:28px;}
    .businessPop .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;}
    .businessPop .swiper-pagination .playBtn{display:none;}
    .businessPop .popFoot a{padding:5px 0;}
    .businessPop .popFoot a span{font-size:14px;line-height:28px;}
}

/* 홍보영상 qr 이미지 삽입영역 추가*/
.qr_imgWrap{
    margin: 40px auto 50px auto; 
    width: auto; 
    text-align: center; 
    word-wrap: break-word;
    word-break: keep-all;
}
.qr_imgWrap .text{
    font-size: 22px;
    font-weight: bold;
    color: #555;
}

.qr_imgWrap img{
    width: 26%;
}
@media all and (max-width: 768px) {
    .qr_imgWrap{
        margin: 20px auto 25px auto; 
    }
    .qr_imgWrap .text{
        font-size: 18px;
    }
    .qr_imgWrap img{
        width:50%;
    }
}
/* s : 20221019 문구추가 */
.add_text_wrap{
    margin-bottom: 40px;
    text-align: center;
    color: #333333;
    word-wrap: break-word;
    word-break: keep-all;
}
.add_text_wrap p {
    font-size: 30px;
    line-height: 1.4;
}
@media (max-width: 768px) {
    .add_text_wrap p {
        text-align: center;
        font-size: 20px;
    }
}
/* e : 20221019 문구추가 */

/* s: 20230417 테이블 */
.business_overview-new .txt_area dl dd{
    width: 90%;
}
/* e: 20230417 테이블 */

/* s: 20231013 웹진 txt3 넘침 수정 */
.txt3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space:normal;}
					
.txt3.onlyMob {
		display: none;
}

@media (max-width: 768px) {
		.txt3.onlyWeb {
			display: none;
		}
    
		.txt3.onlyMob {
			display: -webkit-box;
		}
}
/* e: 20231013 웹진 txt3 넘침 수정 */


/* s: 20231016 웹진 비디오 컨텐츠 크기 지정 */
.webzine_swipe1 .swiper-slide .video {
  position: relative;
  height: auto;
  overflow: hidden;
}

.webzine_swipe1 .swiper-slide .video video {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9;
}

@media all and (max-width: 768px) {

  .webzine_cont .list .list_box:hover .video video {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
  }
  
  .webzine_cont .list .video {
    overflow: hidden;
    width: 100%;
    height: 240px;
  }
  
  .webzine_cont .list .video video {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
  }

  .webzine_swipe1 .swiper-slide .video {
    width: 100%;
    height: 100%;
  }
  .webzine_swipe1 .swiper-slide .video video.web {
    display: block !important;
  }
  .webzine_swipe1 .swiper-slide .video video.mob {
    display: none !important;
  }
}

@media all and (max-width: 500px) {
  .webzine_swipe1 .swiper-slide .video video.web {
    display: none !important;
  }
  .webzine_swipe1 .swiper-slide .video video.mob {
    display: block !important;
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

/* e: 20231016 웹진 비디오 컨텐츠 크기 지정 */

/* 모바일 팝업 수정 */
@media (max-width: 768px){
    .popCont.type1.aptInfo,
    .popCont.type2.aptInfo{top:50%;left:50%;width:85%;height:95%!important;transform: translate(-50%, -50%);}
    .popCont.type1.aptInfo .popBody,
    .popCont.type2.aptInfo .popBody{margin-bottom:0!important;}
}