@charset "utf-8";

/**************************************************************
	세대안내 컨텐츠 스타일
	작성일 : 2024.01 / 작성자 : ㈜넥스미디어
**************************************************************/


/* 라벨 색상 */
:root {
  --type-59A: #E94646;
  --type-59A--bg: #F9F9F9;
  --type-59B: #F29C9B;
  --type-59B--bg: #F9F9F9;
  --type-84A: #4A8DCB;
  --type-84A--bg: #F9F9F9;
  --type-84B: #90CCF0;
  --type-84B--bg: #F9F9F9;
  --type-104A: #AA6FAC;
  --type-104A--bg: #F9F9F9;
  --type-119A: #FCC800;
  --type-119A--bg: #F9F9F9;
}

/***************************************
  평면도 탭메뉴
****************************************/
.unit_tab {
  margin: 0 0 2rem;
}

.unit_tab ul.list {
  width: 100%;
  display: flex;
  margin: 0 0 2rem;
}

/* .unit_tab ul.list li { width: 50%; margin: -1px -1px 0 0;} */
.unit_tab ul.list li {
  /* width: 20%; */
  flex: 1;
  /* margin: -1px -1px 0 0; */
}

.unit_tab ul.list li a {
  /* background: rgba(187, 211, 219, 0.5); */
  color: #565656;
  /* font-family: 'SUIT'; */
  display: flex;
  /* padding: 15px 0; */
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.35s;
}

.unit_tab ul.list li a.on {
  /* color: #fff; */
  /* background: #000C42; */
  position: relative;
}

.unit_tab ul.list li a span {
  position: relative;
  padding: 20px 0 20px;
  display: inline-block;
}

.unit_tab ul.list li a span:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 2px;
  left: 50%;
  background: #000;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: all 0.35s ease-in-out;
}

.unit_tab ul.list li a.on {
  color: #000;
  font-weight: 600;
}

.unit_tab ul.list li a.on span:after {
  transform: translateX(-50%) scaleX(1);
}


@media screen and (min-width: 1025px) {
  .unit_tab ul.list li a:hover {
    color: #000;
    font-weight: 600;
  }

  .unit_tab ul.list li a:hover span:after {
    transform: translateX(-50%) scaleX(1);
  }
}

@media screen and (max-width: 1024px) {
  .unit_tab ul.list li a {
    font-size: 1rem;
  }

  .unit_tab ul.list li a span {
    padding: 16px 0;
  }
}

/***********************************************************
  세대안내 - 평면정보 / 유니트 살펴보기 / 인테리어 / 유상옵션 / 마감재
************************************************************/
.unit_menu {
  width: 100%;
  height: 120px;
  display: flex;
  background: linear-gradient(to right, rgba(54, 165, 74, 1) 0%, rgba(4, 13, 66, 1) 30%, rgba(4, 13, 66, 1) 100%);
  overflow: hidden;
}

.unit_menu ul {
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.unit_menu ul li a {
  padding: 8px 20px;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}


.unit_tab ul.list li a {
  border-right: none;
}

.unit_menu ul li a.current {
  color: #000e43;
  background: #fff;
  border-radius: 50px;
  font-weight: 700;
}

.type_title {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.type_title p {
  font-size: 30px;
  color: #001242;
  font-weight: 400;
  letter-spacing: 0;
}

.type_title span {
  font-size: 38px;
  color: #001242;
  font-weight: 600;
  letter-spacing: 0;
}

.type_title span strong {
  font-weight: 800;
}


@media screen and (max-width: 640px) {
  .type_title p {
    font-size: 5vw;
  }

  .type_title span {
    font-size: 6vw;
  }
}

@media screen and (max-width: 460px) {
  .type_title p {
    font-size: 6vw;
  }

  .type_title span {
    font-size: 7vw;
  }
}

.unit_page .unit_top_info {
  display: flex;
  /* align-items: center; */
  max-height: auto;
}

.unit_page .unit_top_info li img {
  max-width: 140px !important;
  max-height: 319px !important;
}


.unit_page .unit_top_info .info_left {
  display: flex;
  align-items: center;
  flex-direction: column;
  /* background: #051140; */
  color: #fff;
  width: 370px;
  justify-content: center;
  /* padding: 2rem 0; */
  /* background-image: url(/resources/img/sub/label_pattern.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain; */
  position: relative;
}

.unit_page .unit_top_info .info_left::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/resources/img/sub/unit_patteren.png) center center / 120% auto no-repeat;
  z-index: 3;
  height: 25%;
  display: block;
}

.unit_page .unit_top_info .info_left.label_84a {
  background: #1e5c99;
}

.unit_page .unit_top_info .info_left .tit {
  font-family: 'SUIT', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 15px;
  margin: 35px 0 15px;
  color: #fff;
}

.unit_page .unit_top_info .info_left .tit span {
  font-weight: 500;
  font-size: 1.8rem;
  font-family: 'Noto Sans KR', sans-serif;
}

.unit_page .unit_top_info .info_left .tit span {
  font-weight: 600;
  font-size: 1.5rem;
  margin-left: 5px;
  font-family: 'Noto Sans KR', sans-serif;
}

.unit_page .unit_top_info .info_left .tit strong {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.unit_page .unit_top_info .info_left .count_wrap {
  border-radius: 30px;
  text-align: center;
  padding: 15px 20px;
  line-height: 23px;
  font-size: 24px;
}

.unit_page .unit_top_info .info_left .count {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}

.unit_page .unit_top_info .info_left .count strong {
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 26px;
}

.unit_page .unit_top_info .info_left .count span {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.2rem;
}

.unit_page .unit_top_info .info_left strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.unit_page .unit_top_info .info_right {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex: 1;
  padding: 1rem 1rem 1rem 3rem;
  justify-content: flex-start;
}

.unit_page .unit_top_info .info_right ul {
  width: 55%;
  height: auto;
  overflow: hidden;
}

.unit_page .unit_top_info .info_right ul:first-child {
  width: 45%;
}

.unit_page .unit_top_info .info_right ul:last-of-type {
  width: 51%;
  margin-left: auto;
}

.unit_page .unit_top_info .info_right .key_map {
  display: flex;
  align-items: start;
  justify-content: center;
}

.unit_page .unit_top_info .info_right .key_map img {
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .unit_page .unit_top_info .info_right ul:first-child {
    width: 90%;
  }

  .unit_page .unit_top_info .info_right ul:last-of-type {
    width: 100%;
    padding: 0 32px;
    /* margin-right: auto; */
    margin-top: 50px;
  }
}

.unit_page .unit_top_info .info_right ul .tit {
  padding: 0 1%;
}

.unit_page .unit_top_info .info_right ul:first-child .tit {
  margin: 20px;
  margin-bottom: 120px;
}

.unit_page .unit_top_info .info_right ul:last-child .tit {
  margin-right: 20px;
}

.unit_page .unit_top_info .info_right ul .tit p {
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  text-align: center;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  line-height: 20px;
  font-weight: 400;
  width: fit-content;
  margin: 0 auto;
  padding: 0 16px;
}

.unit_page .unit_top_info .info_right ul:last-child li:not(:first-child) {
  margin: 0;
}

.unit_page .unit_top_info .info_right ul li {
  text-align: center;
  margin: 0 0 10px;
}

.unit_page .unit_top_info .info_right ul li:not(:first-child) {
  /* border-bottom: 1px solid #d7d8d9; */
}

.unit_page .unit_top_info .info_right ul li:last-child {
  border-bottom: none;
}

.unit_page .unit_top_info .info_right ul:last-child li {
  border: none;
}

.unit_page .unit_top_info .info_right ul li:not(:first-child) {
  padding: 0px 0 11px;
}

.unit_page .unit_top_info .info_right ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.unit_page .unit_top_info .info_right ul:last-child li:not(:first-child) {
  padding: 0;
}

.unit_page .unit_top_info .info_right ul li dl {
  display: flex;
  font-size: 20px;
  align-items: center;
}

.unit_page .unit_top_info .info_right ul li dl dt {
  color: #191919;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.unit_page .unit_top_info .info_right ul li dl dd {
  color: #000;
  text-align: right;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  flex: 1;
}

.unit_page .unit_top_info .info_right ul li dl dd span {
  font-weight: 400;
  font-size: 0.9rem;
  margin-left: 2px;
  font-family: 'Noto Sans KR', sans-serif;
}

.unit_page .unit_tab_con {
  padding: 70px 0 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.unit_page .unit_tab_con .tab_list {
  /* display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(50%, auto));
  gap: 0rem; */
  width: 100%;
  display: flex;
}

.unit_page .unit_tab_con .tab_list li a {
  border: 1px solid #dddddd;
  background: #fff;
  color: #001241;
  display: block;
  padding: 0.9rem 2rem;
  text-align: left;
  line-height: 1.4;
  white-space: nowrap;
  font-weight: 400;
  font-size: 0.92rem;
}

.unit_page .unit_tab_con .tab_list li a.on {
  background: #001242;
  border: 1px solid #001242;
  color: #fff;
}

.unit_page .unit_tab_con .tab_list li {
  position: relative;
  flex: 1;
}

.unit_page .unit_tab_con .tab_list li a::after {
  content: '';
  position: absolute;
  right: 23px;
  top: 12px;
  width: 28px;
  height: 24px;
  background: url(/resources/img/sub/type_ico_01.png) 50% no-repeat
}

.unit_page .unit_tab_con .tab_list li:nth-child(2) a::after {
  background-image: url(/resources/img/sub/type_ico_02.png)
}

.unit_page .unit_tab_con .tab_list li:nth-child(3) a::after {
  background-image: url(/resources/img/sub/type_ico_04.png)
}

.unit_page .unit_tab_con .tab_list li:nth-child(4) a::after {
  background-image: url(/resources/img/sub/type_ico_03.png)
}

.unit_page .unit_tab_con .tab_list li:nth-child(5) a::after {
  background-image: url(/resources/img/sub/type_ico_05.png)
}

.unit_page .unit_tab_con .tab_list li:nth-child(6) a::after {
  background-image: url(/resources/img/sub/type_ico_06.png)
}

.unit_page .unit_tab_con .tab_list li a.on::after {
  background: url(/resources/img/sub/type_ico_01_on.png) 50% no-repeat
}

.unit_page .unit_tab_con .tab_list li:nth-child(2) a.on::after {
  background-image: url(/resources/img/sub/type_ico_02_on.png)
}

.unit_page .unit_tab_con .tab_list li:nth-child(3) a.on::after {
  background-image: url(/resources/img/sub/type_ico_04_on.png)
}

.unit_page .unit_tab_con .tab_list li:nth-child(4) a.on::after {
  background-image: url(/resources/img/sub/type_ico_03_on.png)
}

.unit_page .unit_tab_con .tab_list li:nth-child(5) a.on::after {
  background-image: url(/resources/img/sub/type_ico_05_on.png)
}

.unit_page .unit_tab_con .tab_list li:nth-child(6) a.on::after {
  background-image: url(/resources/img/sub/type_ico_06_on.png)
}

.unit_page .unit_tab_con .tab_list li~li {
  margin-left: -1px;
  ;
}

/*.unit_page .unit_tab_con .tab_list li:nth-child(even) {left: -1px;}
 .unit_page .unit_tab_con .tab_list li:not(:nth-child(1), :nth-child(2)) {top: -1px;}
.unit_page .unit_tab_con .tab_list li:nth-child(5), .unit_page .unit_tab_con .tab_list li:nth-child(6) {top: -2px;} */


.unit_page .label_59A {
  background: #E38DB3;
}

.unit_page .bg_59A .card_block_badge {
  background: #E38DB3;
}

.unit_page .bg_59A {
  background: var(--type-59A--bg);
}

.unit_page .label_59B {
  background: #E49E73;
}

.unit_page .bg_59B .card_block_badge {
  background: #E49E73;
}

.unit_page .bg_59B {
  background: var(--type-59B--bg);
}


.unit_page .label_84A {
  background: #94C583;
}

.unit_page .bg_84A .card_block_badge {
  background: #94C583;
}

.unit_page .bg_84A {
  background: var(--type-84A--bg);
}

.unit_page .label_84B {
  background: #7D9DC6;
}

.unit_page .bg_84B .card_block_badge {
  background: #7D9DC6;
}

.unit_page .bg_84B {
  background: var(--type-84B--bg);
}

.unit_page .label_84C {
  background: #9D90C3;
}

.unit_page .bg_84C .card_block_badge {
  background: #9D90C3;
}

.unit_page .bg_84C {
  background: var(--type-84B--bg);
}



.unit_page .label_104A {
  background: var(--type-104A);
}

.unit_page .bg_104A {
  background: var(--type-104A--bg);
}

.unit_page .label_119A {
  background: var(--type-119A);
}

.unit_page .bg_119A {
  background: var(--type-119A--bg);
}

.unit_page .unit_content {
  margin: 60px auto 0;
  max-width: 1200px;
  width: 100%;
}

.unit_page .unit_content img {
  max-width: 100%;
  margin: 50px auto;
  mix-blend-mode: multiply;
}

.unit_page .unit_content .unit_info_vr {
  margin-bottom: -3rem;
}

.unit_page .unit_content .unit_info>dl>dt {
  background: #001241;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: top;
}

.unit_page .unit_content .unit_info>dl>dt span {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  padding: 5px 20px;
  position: relative;
  font-weight: 300;
}

.unit_page .unit_content .unit_info>dl>dt span::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #00b1ff;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  display: none;
}

.type_tit {
  width: 100%;
  text-align: center;
  background-color: #D5E2F0;
  padding: 8px 0;
}

.type_tit span {
  color: #001242;
  font-size: 22px;
  font-weight: 700;
}


.unit_page .unit_content .unit_info>dl:first-child dt {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.unit_page .unit_content .unit_info>dl dd {
  padding: 50px 0;
  text-align: center;
  border: 1px solid #ddd;
}

.unit_page .unit_content .unit_info>dl dd .comment {
  font-size: 1rem;
  padding: 1.2rem 2rem;
  color: #000;
  border: 1px solid #00b1ff;
  margin: 0 auto;
  max-width: 700px;
}

.unit_page .unit_content .unit_info>dl dd .comment span {
  display: inline-flex;
  padding: 0.3rem;
  color: #000;
  font-size: 0.92rem;
  margin-right: 10px;
  align-items: center;
  background: #ddd;
}

.unit_page .unit_content .unit_info>dl dd .comment span i {
  font-size: 0.6rem;
  padding: 3px;
}

.unit_page .unit_info dl dd .type_tit {
  margin-bottom: 40px;
}

.unit_page .unit_info dl dd .type_tit span {
  padding: 0.7rem 3rem;
  display: inline-block;
  background: #fff;
  border: 2px solid #00b1ff;
  font-size: 1rem;
  font-weight: 500;
  color: #00b1ff;
}

.unit_page .unit_info dl dd ul {
  padding: 3rem 0 0;
}

.unit_page .unit_info dl dd ul li {
  margin-bottom: 4rem;
}

.unit_page .unit_info dl dd ul li:last-child .type_tit span {
  color: #fff;
  background: #00b1ff;
}

.unit_page .unit_info dl dd ul li:last-child {
  margin-bottom: 2rem;
}


.unit_page .unit_info dl dd .option_list_con {
  padding-top: 4rem;
}

.unit_page .unit_info dl dd .opt_list {
  position: relative;
  margin: 30px 0;
  display: inline-block;
}


.unit_page .unit_info .type_info_wrap {
  margin-top: 70px;
}



div.opt_layer {
  /* display: none; */
  background: rgba(0, 0, 0, .6);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
}

div.opt_layer .inner {
  background: #000;
  width: 950px;
  height: 740px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 91;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.59);
}

div.opt_layer h3 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.opt_layer h3 span {
  position: relative;
  display: inline-flex;
  align-items: center;
}

div.opt_layer h3 span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #fff;
  display: inline-block;
  margin-right: 10px;
}

div.opt_layer h3 span::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #fff;
  display: inline-block;
  margin-left: 10px;
}

div.opt_layer .close {
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: #000;
}

div.opt_layer .close i {
  color: #fff;
  font-size: 2rem;
}

.opt_layer .opt_img {
  background: #fff;
  width: 860px;
  height: 580px;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  padding: 10px 0 0;
}

.opt_layer .opt_img div.scroll {
  margin: 0 auto;
  width: 860px;
  height: 550px;
  overflow-y: auto;
  /* overflow-x: hidden; */
}

.opt_layer .opt_img div.img_area {
  text-align: center;
}


.goods_layer {
  background: rgba(0, 0, 0, .6);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.goods_layer .inner {
  background: #fff;
  padding: min(calc(40 / 1024 * 100vw), 40px) min(calc(40 / 1024 * 100vw), 40px);
  max-width: 1000px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.59);
  position: relative;
}

.goods_layer h3 {
  color: #051140;
  font-size: 2rem;
  text-align: center;
  padding-bottom: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}

.goods_layer h3 sub {
  font-family: arial, sans-serif;
  font-weight: 400;
}

.goods_layer h3 span {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 2.8rem;
}

.goods_layer .tab_inner {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  padding-bottom: 0;
  text-align: center;
}

.goods_layer .tab_inner li {
  display: table-cell;
  vertical-align: bottom;
  background: #ededed;
}

.goods_layer .tab_inner.col_3 li {
  width: 33.3333%;
}

.goods_layer .tab_inner li a {
  display: block;
  color: #283f6b;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 15px 0;
  background: none;
  border: 1px solid #929eb5;
  background: none;
  border-top: 0;
  margin-left: -1px;
  border-top: 2px solid #283e6b;
}

.goods_layer .tab_inner li.on {
  background: #001242;
}

.goods_layer .tab_inner li.on a {
  color: #fff;
  position: relative;
}

.goods_layer .opt_img {
  height: calc(100vh - 300px);
  margin-top: 1rem;
}

.goods_layer .opt_img .scroll {
  height: 100%;
  overflow-y: auto;
}

.goods_layer .opt_img .scroll .mCSB_scrollTools {
  height: 100%;
}

.goods_layer .opt_img .scroll .mCSB_draggerContainer {
  height: 100%;
}

.goods_layer .opt_img .scroll .mCSB_draggerRail {
  display: none;
}

.goods_layer .close {
  overflow: hidden;
  position: absolute;
  right: 2rem;
  top: 1rem;
  font-size: 3rem;
  color: #001242;
}

.goods_layer .close i {
  color: #000;
  font-size: 3rem;
}

.goods_layer .opt_img .scroll img {
  max-width: 100%;
}

.gnbtest {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}


@media screen and (max-width: 1100px) {
  html {
    font-size: 15px;
  }

  .page_contents .page_container {
    padding: 0 1.5rem;
  }

  .unit_page .unit_top_info .info_right ul {
    grid-template-columns: 1fr 1fr;
  }

  div.opt_layer .inner {
    width: calc(100% - 5vw)
  }

  .opt_layer .opt_img {
    width: 90%;
    height: auto;
  }

  .opt_layer .opt_img div.scroll {
    width: 100%;
    height: 60vh;
  }
}


@media screen and (max-width: 1024px) {
  .unit_page .unit_tab_con .tab_list li~li {
    margin-left: 0;
    ;
    margin-top: -1px;
    ;
  }

  .unit_page .unit_tab_con .tab_list li:nth-child(even) {
    left: 0;
    /* top:-1px; */
  }

  .unit_page .unit_top_info .info_left .count_wrap {
    margin-top: 0px;
  }

  .unit_page .unit_top_info .info_left {
    background-size: cover;
  }

  .unit_page .unit_top_info .info_right ul {
    width: 90%;
  }

  .unit_page .unit_top_info .info_right ul:first-child .tit {
    margin: 30px 0;
    padding: 0;
  }

  .unit_page .unit_top_info {
    max-height: auto;
  }

  .unit_page .unit_top_info .info_right ul:last-child .tit {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
  }

  .unit_page .unit_content .unit_info_vr {
    margin-bottom: 0;
  }

  .unit_page .unit_info .type_info_wrap {
    margin-top: 50px;
  }
}

@media screen and (max-width: 960px) {
  .unit_page .unit_top_info .info_left {
    width: 30%;
  }

  .unit_page .unit_top_info .info_right {
    padding: 2rem 1.8rem;
    flex-direction: column;
    align-items: center;
  }

  .unit_page .unit_tab_con {
    padding: 2rem 0;
  }

  .unit_page .unit_tab_con .tab_list {
    width: 90%;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {

  .unit_tab ul.list li {
    /* flex: 0 0 33.3333%; */
  }

  .unit_page .unit_tab_con .tab_list li a::after {
    right: 15px;
    transform: scale(0.9);
  }

  .unit_page .unit_tab_con .tab_list li a {
    padding: 1rem;
  }

  .unit_page .unit_top_info {
    flex-direction: column;
  }

  .unit_page .unit_top_info .info_left {
    width: 100%;
    flex-direction: column;
    padding: 3rem 0 2rem;
  }

  .unit_page .unit_top_info .info_left .tit {
    margin: 0;
    font-size: 50px;
    line-height: 35px;
  }

  .unit_page .unit_top_info .info_left .tit br {
    /* display: none; */
  }

  .unit_page .unit_top_info .info_left .tit strong {
    margin-left: 2px;
    font-size: 20px;
  }

  .unit_page .unit_top_info .info_left .sub_count {
    padding-left: 1rem;
  }

  .unit_page .unit_content .unit_info>dl dd .comment {
    width: auto;
    margin: 0 2rem;
    word-break: keep-all;
  }

  .unit_page .unit_content .unit_info>dl dt {
    padding: 10px 0;
    background-position-y: -5px;
  }

  .unit_page .unit_content .unit_info>dl dt span::before {
    display: block;
    bottom: -5px;
  }

  .unit_page .unit_top_info .info_left .count_wrap {
    margin-bottom: 0;
  }

  .unit_page .unit_top_info .info_left .count {
    font-size: 1.3rem;
  }

  /* .unit_page .unit_top_info .info_left .count br {display: none;} */

  /* .unit_page .unit_top_info .info_right ul li.tit {display: none;} */
  .unit_page .unit_top_info .info_right ul {
    height: auto;
  }

  .unit_page .unit_top_info .info_right ul li {
    margin: 0 0 32px;
  }

  .opt_layer .opt_img div.scroll .mCSB_inside>.mCSB_container {
    margin-right: 0;
  }

  div.opt_layer h3 {
    font-size: 1.6rem;
    padding: 2rem 0;
  }

  div.opt_layer .close {
    width: auto;
    height: auto;
    right: 1rem;
    top: 1rem;
    display: inline-block;
  }

  /* .vr_responsive iframe {max-height: 400px;} */

  .unit_tab ul.list {
    /* gap: 5px; */
    flex-wrap: wrap;
    justify-content: center;
  }

}

@media screen and (max-width: 480px) {
  .unit_tab {
    margin: 0;
  }

  .unit_page .unit_content .unit_info>dl dd {
    padding: 2rem 1rem;
  }

  .unit_page .unit_info>dl dd .option_list_con {
    padding-top: 2rem;
  }

  .unit_page .unit_top_info .info_right {
    padding: 34px 0.3rem;
  }

  .unit_page .unit_top_info .info_right ul {
    grid-template-columns: 1fr;
  }

  .unit_page .unit_info>dl dd ul {
    padding-top: 1rem;
  }

  .unit_page .unit_tab_con .tab_list {
    width: 100%;
  }

  .unit_page .unit_content .unit_info>dl dd .comment {
    padding: 1rem;
    font-size: 0.87rem;
  }

  .unit_page .unit_content .unit_info>dl dd .comment span {
    font-size: 0.8rem;
  }

  .unit_page .unit_content .unit_info>dl dd .comment span i {
    transform: scale(0.6);
  }

  .unit_page .type145 li a {
    font-size: 3.5vw !important;
  }

  .goods_layer h3 {
    font-size: 6vw;
  }

  .goods_layer h3 span {
    font-size: 7vw;
  }
}

.unit_page .unit_top_info .info_right .unit_plan_table .plan_head dl dd strong {
  font-weight: 600;
}


/* 20260611 내부 피드백 수정 */
.unit_page .unit_top_info {
  display: block;
}

.unit_page .unit_top_info .info_left {
  width: 100%;
  padding: 66px 0;
  background: url(/resources/img/sub/unit_top_bg.jpg) center center / cover no-repeat !important;
}

.unit_page .unit_top_info .info_left:before {
  display: none;
}

.unit_page .unit_top_info .info_left .count_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.unit_page .unit_top_info .info_left .count_wrap p {
  padding: 0 16px;
  border-left: 1px solid #fff;
  line-height: normal;
  border-right: 1px solid #fff;
}

.unit_page .unit_top_info .info_right {
  align-items: center;
  padding: 60px 0;
  padding-left: 5.5vw;
}

.unit_plan_card_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
}

.unit_page .unit_top_info .info_right .unit_plan_card_wrap {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 60%;
}

.unit_page .unit_top_info .info_right .unit_plan_card {
  flex: 1;
  width: 100%;
  max-width: 230px;
}

.unit_page .unit_top_info .info_right .unit_plan_card .card_block_badge {
  display: inline-block;
  color: #fff;
  font-family: Pretendard, sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 7px 46px;
  border-radius: 12px;
  margin-bottom: 18px;
  letter-spacing: 0.04em;
}

.unit_page .unit_top_info .info_right .unit_plan_card dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #CDCDCD;
  margin: 0;
}

.unit_page .unit_top_info .info_right .unit_plan_card dl:last-child {
  /* border-bottom: none; */
}

.unit_page .unit_top_info .info_right .unit_plan_card dl dt {
  color: #555;
  font-family: Pretendard, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3em;
}

.unit_page .unit_top_info .info_right .unit_plan_card dl dd {
  color: #191919;
  font-family: 'Lato', Pretendard, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.unit_page .unit_top_info .info_right .unit_plan_card dl dd span {
  font-weight: 700;
  font-size: 0.85em;
  margin-left: 1px;
}

@media screen and (max-width: 1024px) {
  .unit_page .unit_top_info .info_right .unit_plan_card {
    padding: 0 50px;
  }

  .unit_page .unit_top_info .info_right {
    padding: 40px 0;
  }

  .unit_page .unit_top_info .info_right .unit_plan_card_wrap {
    padding-left: 0;
    width: 100%;
  }

  .unit_plan_card_box {
    flex-direction: column;
    flex: 1;
  }

  .unit_page .unit_top_info .info_right .unit_plan_card {
    max-width: unset;
  }

  .unit_page .unit_top_info .info_left .count_wrap {
    flex-direction: column;
    gap: 13px;
    padding-top: 20px;
  }

  .unit_page .unit_top_info .info_right .key_map {
    margin: unset;
    display: block;
    justify-content: start;
  }

  .unit_page .unit_top_info .info_right ul li,
  .unit_page .unit_top_info .info_right ul .tit p {
    text-align: left;
    margin: unset;
  }
}

@media screen and (max-width: 768px) {
  .unit_page .unit_top_info .info_left .tit {
    line-height: 1;
  }
}

.type_tit_wrap {
  position: relative;
  border: 1px solid #E1E9F0;
  padding: 50px 0;
}

.type_tit {
  position: absolute;
  padding: 10px 40px;
  top: 80px;
  left: 90px;
  width: fit-content;
}


@media screen and (max-width: 1024px) {
  .type_tit {
   position: relative;
   font-size: 18px;
   top: unset;
   left: unset;
   margin: 0 auto;
  }

  .unit_page .unit_content img {
    padding: 0 25px;
  }

  .unit_page .unit_top_info li img {
    padding: 0;
  }

  .goods_layer .close img {
    margin: 0;
    padding: 0;
  }
}