.keyvisual {
  width: 100%;
  height: 100vh;
}
body {
  background-color: #fff;
}
.keyvisual_bg {
  width: 100%;
  height: 100%;
  background: url(../img/magazine/magazine-kv.jpg) no-repeat center/cover;
}
.keyvisual_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.keyvisual_title h1 {
  font-size: 54px;
  line-height: 68px;
  letter-spacing: -1px;
  font-weight: 400;
  color: #fff;
}
.keyvisual_title {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.7px;
  color: #fff;
}

/* showroom */
.showroom {
  width: 100%;
  background-color: hsla(40, 14%, 92%, 0.5);
  padding: 100px 0 150px 0;
}
.showroom_top {
  display: flex;
  align-items: center;
  gap: 12%;
}
.showroom_title_h {
  text-align: right;
  font-size: 42px;
  color: #333;
  font-weight: 300;
  line-height: 54px;
  display: block;
}
.showroom_title_p {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.7px;
  text-align: right;
}
.showroom_topright_img {
  transform: translate(0, 30%);
}
.showroom_bottom {
  padding-top: 200px;
}

.showroom_bottom_title_h {
  font-size: 28px;
  color: #333;
  font-weight: 300;
  line-height: 42px;
  letter-spacing: -1.2px;
  text-align: center;
  margin-bottom: 80px;
}

/* maps */
.maps {
  width: 100%;
  padding: 100px 0;
}
.maps_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
.maps_title_h {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -1.2px;

  color: #333;
}
.maps_nav {
  display: flex;
  align-items: center;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 50px;
}
.maps_nav_list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 50px;
}
.maps_nav_list.active {
  background-color: #333;
}
.maps_nav_list span {
  color: #333;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
}
.maps_nav_list.active span {
  color: #fff;
}
.mapscontents {
  width: 100%;
  height: 460px;
}
.mapscontents_wrap {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}
.mapscontents_wrap.active {
  display: block;
}
.map_inner {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  background-color: #fff;
  width: 380px;
  z-index: 1;
}
.map_inner_wrap {
  padding: 32px 27px 0;
}
.map_content {
  width: 100%;
  height: 100%;
}
.map_content .kakaomap {
  width: 100%;
  height: 100%;
}
.inner_title {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
}

.inner_title_h {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -1.2px;

  color: #333;
}
.inner_title_p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.7px;

  color: #333;
  margin-top: 10px;
}
.inner_info {
  padding-top: 20px;
  padding-bottom: 58px;
}
.inner_info_title {
  display: flex;
  gap: 40px;
  margin-bottom: 10px;
}
.inner_info_title:last-child {
  margin-bottom: 0;
}
.inner_info_list {
  flex: 1;
}
.inner_info_list span {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.7px;

  color: #333;
}
.inner_info_list2 span {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.7px;

  color: #333;
}

.inner_info_list2 {
  flex: 2;
}
.inner_share {
  display: flex;
  padding: 10px;
  width: 100%;
  position: relative;
  justify-content: space-between;
  background-color: #f8f8f8;
}

.share_h {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.49px;
  line-height: 30px;
  color: #333;
}
.share_menu {
  position: relative;
}
.share_menu_ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 120px;
  height: 0;
  right: -10px;
  top: 40px;
  transition: height 0.3s;
  overflow: hidden;
}
.share_menu_ul.active {
  height: 185px;
}
.share_menu_img {
  cursor: pointer;
  width: 30px;
}
.share_menu_list {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border: 1px solid rgb(230, 230, 230);
  padding: 10px;
  font-size: 14px;
  color: #333;
  font-weight: 500;

  letter-spacing: -0.7px;
}
.share_menu_list:nth-child(1),
.share_menu_list:nth-child(2),
.share_menu_list:nth-child(3) {
  border-bottom: 0;
}
.share_menu_list img {
  width: 25px;
}

/* zone */
.zone {
  width: 100%;
  padding: 100px 0;
}
.zone_common {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6%;
  display: none;
}
.zone_common.active {
  display: flex;
}
.zone_left {
  flex: 1;
}
.zone_right {
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: 100%;
  flex: 3;
}
.zone_right_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}
.zone_right_wrap.active {
  display: flex;
}
.zone_left_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.zone_ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.zone_list {
  cursor: pointer;
}
.zone_list span {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.7px;
  line-height: 20px;
  color: #333;
}
.zone_list.active span {
  font-weight: 500;
  border-bottom: 1px solid #333;
}
.zone_flow p {
  cursor: pointer;
  width: 100%;
  font-size: 54px;
  font-weight: 300;
  letter-spacing: -0.08px;
  line-height: 72px;
  text-align: center;
  color: #eaeaea;
  position: relative;
}
.zone_flow p.active {
  color: #333;
}

.zone_vr {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  margin-top: 10px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  transition: all 0.3s;
}
.vr_img {
  width: 32px;
  height: 22px;
  background: url(../img/icons/icon-showroom-vr.png) no-repeat center/contain;
  transition: all 0.3s;
}
.zone_vr:hover .vr_img {
  background: url(../img/icons/icon-showroom-vr-hover.png) no-repeat
    center/contain;
}
.zone_vr:hover {
  background-color: #333;
  color: #fff;
}
.pagination {
  width: 100px;
  height: 10px;
  display: flex;
  gap: 10px;
  position: absolute;
  justify-content: center;
  z-index: 2;
}
.bullet {
  width: 9px;
  height: 9px;
  background-color: rgba(255, 255, 255, 0.26);
  border-radius: 50px;
}
.bullet-active {
  background-color: #fff;
}

.zone_map {
  width: 290.47px;
  position: relative;
}

.zone_map_areas-trend {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 13px;
  left: 13px;
  cursor: pointer;
}
.zone_map_areas-trend:hover {
  background: url(../img/showroom/showroom-1f-trend-hover.png) no-repeat
    center/contain;
}
.zone_map_areas-kitchen {
  position: absolute;
  width: 90px;
  height: 120px;
  top: 59px;
  left: 93px;
  cursor: pointer;
}
.zone_map_areas-kitchen:hover {
  background: url(../img/showroom/showroom-1f-kitchen-hover.png) no-repeat
    center/contain;
}
.zone_map_areas-builtin {
  position: absolute;
  width: 100px;
  height: 35px;
  top: 12px;
  left: 104px;
  cursor: pointer;
}
.zone_map_areas-builtin:hover {
  background: url(../img/showroom/showroom-1f-builtin-hover.png) no-repeat
    center/contain;
}
.zone_map_areas-sunap {
  position: absolute;
  width: 63px;
  height: 55px;
  top: 14px;
  left: 218px;
  cursor: pointer;
}
.zone_map_areas-sunap:hover {
  background: url(../img/showroom/showroom-1f-storage-hover.png) no-repeat
    center/contain;
}
.zone_map_areas-bath {
  position: absolute;
  width: 82px;
  height: 97px;
  top: 85px;
  left: 194px;
  cursor: pointer;
}
.zone_map_areas-bath:hover {
  background: url(../img/showroom/showroom-1f-bath-hover.png) no-repeat
    center/contain;
}
.zone_map_areas-shasi {
  position: absolute;
  width: 52px;
  height: 57px;
  top: 65px;
  left: 14px;
  cursor: pointer;
}
.zone_map_areas-shasi:hover {
  background: url(../img/showroom/showroom-2f-sash-hover.png) no-repeat
    center/contain;
}
.zone_map_areas-sofa {
  position: absolute;
  width: 52px;
  height: 57px;
  top: 130px;
  left: 14px;
  cursor: pointer;
}
.zone_map_areas-sofa:hover {
  background: url(../img/showroom/showroom-2f-sofa-hover.png) no-repeat
    center/contain;
}

.zone_map_areas-molding {
  position: absolute;
  width: 52px;
  height: 57px;
  top: 10px;
  left: 79px;
  cursor: pointer;
}
.zone_map_areas-molding:hover {
  background: url(../img/showroom/showroom-2f-molding-hover.png) no-repeat
    center/contain;
}
.zone_map_areas-middledoor {
  position: absolute;
  width: 49px;
  height: 57px;
  top: 70px;
  left: 81px;
  cursor: pointer;
}
.zone_map_areas-middledoor:hover {
  background: url(../img/showroom/showroom-songpa-1f-interlockingdoor-hover.png)
    no-repeat center/contain;
}
.zone_map_areas-door {
  position: absolute;
  width: 44px;
  height: 67px;
  top: 53px;
  left: 144px;
  cursor: pointer;
}
.zone_map_areas-door:hover {
  background: url(../img/showroom/showroom-2f-door-hover.png) no-repeat
    center/contain;
}
.zone_map_areas-appeldoor {
  position: absolute;
  width: 70px;
  height: 27px;
  top: 12px;
  left: 146px;
  cursor: pointer;
}
.zone_map_areas-appeldoor:hover {
  background: url(../img/showroom/showroom-2f-wall-hover.png) no-repeat
    center/contain;
}
.zone_map_areas-modelhouse {
  position: absolute;
  width: 45px;
  height: 137px;
  top: 14px;
  left: 232px;
  cursor: pointer;
}
.zone_map_areas-modelhouse:hover {
  background: url(../img/showroom/showroom-2f-modelhouse-hover.png) no-repeat
    center/contain;
}

/* at */

.zone_map_areas-trend.active {
  background: url(../img/showroom/showroom-1f-trend-active.png) no-repeat
    center/contain;
}
.zone_map_areas-kitchen.active {
  background: url(../img/showroom/showroom-1f-kitchen-active.png) no-repeat
    center/contain;
}
.zone_map_areas-builtin.active {
  background: url(../img/showroom/showroom-1f-builtin-active.png) no-repeat
    center/contain;
}
.zone_map_areas-sunap.active {
  background: url(../img/showroom/showroom-1f-storage-active.png) no-repeat
    center/contain;
}
.zone_map_areas-bath.active {
  background: url(../img/showroom/showroom-1f-bath-active.png) no-repeat
    center/contain;
}
.zone_map_areas-shasi.active {
  background: url(../img/showroom/showroom-2f-sash-active.png) no-repeat
    center/contain;
}

.zone_map_areas-sofa.active {
  background: url(../img/showroom/showroom-2f-sofa-active.png) no-repeat
    center/contain;
}
.zone_map_areas-molding.active {
  background: url(../img/showroom/showroom-2f-molding-active.png) no-repeat
    center/contain;
}
.zone_map_areas-middledoor.active {
  background: url(../img/showroom/showroom-songpa-1f-interlockingdoor-active.png)
    no-repeat center/contain;
}
.zone_map_areas-door.active {
  background: url(../img/showroom/showroom-2f-door-active.png) no-repeat
    center/contain;
}
.zone_map_areas-appeldoor.active {
  background: url(../img/showroom/showroom-2f-wall-active.png) no-repeat
    center/contain;
}
.zone_map_areas-modelhouse.active {
  background: url(../img/showroom/showroom-2f-modelhouse-active.png) no-repeat
    center/contain;
}

.zone_vr-mob {
  display: none;
}
.showroom_topright_texts-mob {
  display: none;
}
