.inner {
  width: calc(100% - 6.9444vw);
  margin: 0 auto;
  padding-top: 12vw;
}

/* visual영역 - sec01 */
.sec01.visual {
  width: 100%;
  height: 150vw;
  position: relative;
  overflow: hidden;
}

.text_box {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 27%;
  color: #444A52;
  text-align: center;
  width: 70%;
}

.text_box span {
  font-size: 6vw;
  font-weight: 700;
  margin: 0 3vw;
}

.text_box img {
  margin-top: 2vw;
}

.text_box .text span,
.text_box .text img {
  opacity: 0;
  transform: translateY(10px);
  /* 아래에서 올라오는 느낌 */
}

.text_box .text span.appear,
.text_box .text img.appear {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.text_box .text_num2 a span {
  background-color: #b62439;
  margin-top: 20px;
  border-radius: 50px;
  color: #fff;
  font-size: 4vw;
  font-weight: 400;
  padding: 8px 20px 10px;
  position: relative;
  top: 46px;
}

/* 메인 하단 박스 */

.fix_Menu {
  width: 100%;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5555;
  object-fit: cover;
  font-size: 0;
}

.fix_Menu>a {
  display: block;
  width: 100%;
  height: 45px;
  background-image: url("../img/open.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #ed7d31;
}

/* .fix_Menu img {
  width: 100%;
} */

.fix_Menu .link_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fix_Menu .link_box a {
  width: 50%;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.sub_bottom#margin_point {
  position: relative;
  bottom: 10.5vw;
}


.fix_Menu .link_box a:nth-child(1) {
  background-color: #b62439;
}

.fix_Menu .link_box a:nth-child(2) {
  background-color: #ed7d31;
}

.fix_Menu .link_box a b {
  font-weight: 700;
  margin-left: 4px;
}



/* 메인 하단박스 종료 */



/* 프리미엄 슬라이드 영역 */

.sec02.premium {
  width: 100%;
  height: 130vw;
  position: relative;
  overflow: hidden;
}

.premium .inner {
  width: 95%;
  margin: 0 auto;
}

.premium .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #3f3b53;
}

.premium .title .pre_title {
  width: 68.4722vw;
  margin: 0 auto;
  margin-bottom: 10vw;
}

.premium .title .pre_title img {
  width: 100%;
}

.premium .title .pre_t01 {
  width: 46.39vw;
}

.premium .title .pre_t02 {
  width: 79.58vw;
}

.premium .desc .mypremium {
  width: 86.25vw;
  margin: 0 auto;
  position: relative;
}

.premium .inner {
  width: 90%;
  margin: 0 auto;
}

.premium .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #3f3b53;
}

.premium .title .br_logo {
  height: 13.1944vw;
  margin-bottom: 2vw;
}

.premium .title span {
  font-size: 5vw;
  letter-spacing: -0.4vw;
  padding-bottom: 1vw;
  color: #323232;
}

.premium .title p {
  font-size: 7.22vw;
  font-weight: bold;
  margin-bottom: 10vw;
  color: #7354a1;
}

.pre_main_box {
  position: absolute;
  left: 50%;
  translate: -50%;
  width: 100%;
  text-align: center;
  top: 101%;
}


.pre_main {
  font-size: 5vw;
  font-weight: 400;
  color: #b7a579;
}

.pre_main>span {
  font-weight: bold;
}

.pre_main_sub {
  font-size: 3.5vw;
  font-weight: 360;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: -27%;
  color: #d3d3d3;
  width: 100%;
  line-height: 4.5vw;
  text-align: center;
}

/* sec02 프리미엄 슬라이더 영역 */
.premium .inner .desc {
  width: 100%;
}

.premium .inner .desc .mybrand {
  width: 85.9722vw;
  margin: 0 auto;
}

.premium .inner .desc .mybrand .swiper-slide {}

.premium .inner .desc .mybrand .swiper-slide .pre_img {
  width: 86vw;
  margin: 0 auto;
}

.premium .inner .desc .mybrand .swiper-slide .pre_img img {
  width: 100%;
}

.premium .inner .desc .mybrand .swiper-slide .pre_txt {
  font-size: 3.5vw;
  font-family: "NanumSquare", sans-serif;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-top: -25.7vw;
  line-height: 5vw;
}

.premium .inner .desc .mybrand .swiper-slide .pre_txt span {
  font-size: 3.5vw;
}

.premium .inner .desc .mybrand .swiper-slide .pre_img,
.premium .inner .desc .mybrand .swiper-slide .pre_txt,
.premium .inner .desc .mybrand .swiper-slide .pre_main,
.premium .inner .desc .mybrand .swiper-slide .pre_main_sub {
  opacity: 0;
}

.premium .inner .desc .mybrand .swiper-slide-active .pre_img {
  opacity: 1;
}

.premium .inner .desc .mybrand .swiper-slide-active .pre_txt,
.premium .inner .desc .mybrand .swiper-slide-active .pre_main_sub {
  animation: load_R 1s both;
}

.premium .inner .desc .mybrand .swiper-slide-active .pre_main {
  animation: load_L 1s both;
}

/* sec02 프리미엄 슬라이더 종료 */

/* sec02 종료 */



/* sec03 공공지원 민간임대주택 - brnad */

.sec03.brand {
  width: 100%;
  height: 143vw;
  position: relative;
  overflow: hidden;
  background: url("../img/brand_bg.png") no-repeat center / cover;
}

.brand .inner {
  width: 90%;
}

.brand_box {
  margin: 8vw 0;
}

.brand_box img {
  width: 100%;
}

.end_title {
  font-size: 6vw;
  line-height: 7.5vw;
  text-align: right;
  font-weight: 600;
}

.brand .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 7vw;
  color: #494747;
  line-height: 10vw;
}

/* sec03 공공지원 민간임대주택 - brand 종료 */


/* sec04 community 영역 */

.sec04.community {
  width: 100%;
  height: 350vw;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.community .inner {
  width: 90%;
  margin: 0 auto;
}

.community .main_text_box {
  text-align: center;
  font-size: 3.8vw;
  padding-bottom: 5vw;
  line-height: 5.5vw;
}

.community .community_box .img_box img {
  width: 100%;
}

/* left 영역 community01, community03 부분 */
.community .community_box .left h2,
.community .community_box .left h3 {
  color: #c70037;
  line-height: 7vw;
}

.community .community_box .left h2 {
  font-size: 5vw;
  font-weight: 600;
}

.community .community_box .left span {
  color: #494747;
  font-size: 3vw;
  line-height: 4vw;
  margin-top: 10vw;
}

/* right 영역 community02, community04 부분 */


.community .community_box .right {
  text-align: right;
}

.community .community_box .right h2,
h3 {
  color: #6c5f51;
  line-height: 7vw;
}

.community .community_box .right h2 {
  font-size: 5vw;
  font-weight: 600;
}

.community .community_box .right span {
  color: #494747;
  font-size: 3vw;
  line-height: 4vw;
  margin-top: 10vw;
}

.community .community_box.start {
  margin-top: 10vw;
}

.community .community_box.start2 {
  margin-top: 16vw;
}

/* sec04 community 로케이션 영역 종료 */


/* sec05 contact 오시는길 시작 */

.sec05 .contact {
  width: 100%;
  height: 450vw;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.sec05 .inner {
  width: 100%;
  margin: 0 auto;
}

.sec05 .kakao_map {
  width: 100%;
}

.sec05 .contact_main_text {
  text-align: center;
}

.sec05 .contact_main_text h2 {
  font-size: 9vw;
  font-weight: 600;
  color: #3d3d3d;
}

.sec05 .contact_main_text span {
  font-size: 5.7vw;
  font-weight: 570;
}

.sec05 .contact_main_text span b {
  color: #c70037;
}

.sec05 .adress_box {
  text-align: center;
  margin: 6vw 0;
  display: flex;
  flex-direction: column;
  line-height: 6vw;
}

.sec05 .adress_box span {
  font-size: 3.8vw;
}

.sec05 .adress_box b {
  font-weight: 600;
  color: #c70037;
  font-size: 3vw;
  margin-right: 1vw;
}

.sec05 .kakao_map .wrap_controllers,
.sec05 .kakao_map .section_address {
  display: none;
}


.sec05 .kakao_map {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sec05 .kakao_map .root_daum_roughmap_landing {
  width: 100%;
}

/* 홍보관 */
.promo {
  position: absolute;
  background: #c70037;
  border-radius: 2vw 2vw 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 7vw;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  text-align: center;
}

.promo span {
  color: #fff;
}

.promo span b {
  color: #b7a579;
  margin-right: 3vw;
  font-weight: 700;
}

/* 홍보관 종료 */

/* sec05 contact 오시는길 종료 */