@charset "utf-8";

/**************************************************************
	세대안내 컨텐츠 스타일
	작성일 : 2024.01 / 작성자 : ㈜넥스미디어
**************************************************************/


/* 라벨 색상 */
:root {
  --type-51A: #F7E9AB;
  --type-51A--bg: #E8EBEA;
  --type-51B: #FFF468;
  --type-51B--bg: #E8EBEA;
  --type-51C: #FFE100;
  --type-51C--bg: #E8EBEA;
  --type-51D: #FABE00;
  --type-51D--bg: #E8EBEA;
  --type-51A1: #FEF6D7;
  --type-51A1--bg: #E8EBEA;
  --type-59A: #FBE3EE;
  --type-59A--bg: #E8EBEA;
  --type-59B: #EB6E8F;
  --type-59B--bg: #E8EBEA;
  --type-59C: #D94F98;
  --type-59C--bg: #E8EBEA;
  --type-59A1: #F19EC2;
  --type-59A1--bg: #E8EBEA;
  --type-74A: #DDF0EF;
  --type-74A--bg: #E8EBEA;
  --type-74B: #B5E0EB;
  --type-74B--bg: #E8EBEA;
  --type-74C: #63C7F2;
  --type-74C--bg: #E8EBEA;
  --type-74D: #7B95CC;
  --type-74D--bg: #E8EBEA;
  --type-74E: #217FC4;
  --type-74E--bg: #E8EBEA;
  --type-84A: #C9B4D6;
  --type-84A--bg: #E8EBEA;
  --type-84B: #A58CC0;
  --type-84B--bg: #E8EBEA;
}

/***************************************
  평면도 탭메뉴
****************************************/

.unit_tab ul.list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* .unit_tab ul.list li { width: 50%; margin: -1px -1px 0 0;} */
.unit_tab ul.list li {
  width: 12%;
  margin: -1px -1px 0 0;
}

.unit_tab ul.list li a {
  border: 1px solid #001242;
  color: #001241;
  display: flex;
  padding: 1rem 0;
  text-align: center;
  line-height: 1.6;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.unit_tab ul.list li a.on {
  background: #001242;
  border: 1px solid #001242;
  color: #fff;
}

/***********************************************************
  세대안내 - 평면정보 / 유니트 살펴보기 / 인테리어 / 유상옵션 / 마감재
************************************************************/
.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 {
  margin-bottom: 50px;
}

@media screen and (min-width: 481px) {
  .unit_tab ul.list {
    justify-content: start;
  }

}

@media screen and (max-width: 480px) {}

.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_content_img {
  margin-top: 60px;
}

.unit_page .unit_top_info {
  display: flex;
  flex-direction: column;
  /* max-height: 330px; */
  margin-bottom: 30px;
  background: url(/resources/img/sub/unit_bg.jpg) no-repeat center center;
  background-size: cover;
  align-items: center;
  padding: 150px 0 40px;
}


.unit_page .unit_top_info .info_left .tit {
  color: #FFF;
  text-align: center;
  font-family: Lato;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.unit_page .unit_top_info .info_left .tit span {
  font-size: 50px;
}

.unit_page .unit_top_info .info_left .tit strong {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.unit_page .unit_top_info .info_left .count_wrap {
  border-radius: 30px;
  text-align: center;
  /* padding: 15px 20px; */
  line-height: 23px;
}

.unit_page .unit_top_info .info_left .count {
  padding: 0 50px;
  position: relative;
  width: fit-content;
  margin: 11px auto 0;
}

.unit_page .unit_top_info .info_left .count::before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 31px;
  background: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.unit_page .unit_top_info .info_left .count::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 31px;
  display: block;
  background: #fff;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}


.unit_page .unit_top_info .info_left .count span {
  color: #FFF;
  text-align: center;
  font-family: SUIT;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
}

.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: center;
  flex-direction: column;
  width: 100%;
  margin-top: 86px;
  justify-content: space-around;
}

.unit_page .unit_top_info .info_right ul {
  width: 80%;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.50);
}

.unit_page .unit_top_info .info_right ul li+li {
  border-left: 1px solid rgba(255, 255, 255, 0.50);
}

.unit_page .unit_top_info .info_right ul .tit {
  padding: 0 6%;
}


.unit_page .unit_top_info .info_right ul .tit p {
  color: #000;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 22px;
  text-align: center;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  line-height: 20px;
  font-weight: 400;
}

.unit_page .unit_top_info .info_right ul li {
  text-align: center;
  width: 20%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.unit_page .unit_top_info .info_right ul li dl {
  display: flex;
  font-size: 16px;
  align-items: center;
}

.unit_page .unit_top_info .info_right ul li dl dt {
  color: #FFF;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
  margin-right: 10px;
}

.unit_page .unit_top_info .info_right ul li dl dt span {
  margin-left: 10px;
}

.unit_page .unit_top_info .info_right ul li dl dd {
  color: #FFF;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
}

.unit_page .unit_top_info .info_right ul.key_map {
  position: absolute;
  bottom: -56px;
}

.unit_page .unit_tab_con {
  padding: 90px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  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: 10px;
  width: 28px;
  height: 24px;
  background: url(/resources/img/sub/cyber/type_ico_01.v1.png) 50% no-repeat
}

.unit_page .unit_tab_con .tab_list li:nth-child(2) a::after {
  background-image: url(/resources/img/sub/cyber/type_ico_02.v1.png)
}

.unit_page .unit_tab_con .tab_list li:nth-child(3) a::after {
  background-image: url(/resources/img/sub/cyber/type_ico_03.v1.png)
}

.unit_page .unit_tab_con .tab_list li:nth-child(4) a::after {
  background-image: url(/resources/img/sub/cyber/type_ico_04.v1.png)
}

.unit_page .unit_tab_con .tab_list li:nth-child(5) a::after {
  background-image: url(/resources/img/sub/cyber/type_ico_05.v1.png)
}

.unit_page .unit_tab_con .tab_list li:nth-child(6) a::after {
  background-image: url(/resources/img/sub/cyber/type_ico_06.v1.png)
}

.unit_page .unit_tab_con .tab_list li a.on::after {
  background: url(/resources/img/sub/cyber/type_ico_01_on.v1.png) 50% no-repeat
}

.unit_page .unit_tab_con .tab_list li:nth-child(2) a.on::after {
  background-image: url(/resources/img/sub/cyber/type_ico_02_on.v1.png)
}

.unit_page .unit_tab_con .tab_list li:nth-child(3) a.on::after {
  background-image: url(/resources/img/sub/cyber/type_ico_03_on.v1.png)
}

.unit_page .unit_tab_con .tab_list li:nth-child(4) a.on::after {
  background-image: url(/resources/img/sub/cyber/type_ico_04_on.v1.png)
}

.unit_page .unit_tab_con .tab_list li:nth-child(5) a.on::after {
  background-image: url(/resources/img/sub/cyber/type_ico_05_on.v1.png)
}

.unit_page .unit_tab_con .tab_list li:nth-child(6) a.on::after {
  background-image: url(/resources/img/sub/cyber/type_ico_06_on.v1.png)
}

.unit_page .unit_tab_con .tab_list li~li {
  margin-left: -1px;
  ;
}


.unit_page .unit_content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.unit_page .unit_content img {
  max-width: 100%;
  margin: 0 auto;
}

.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_wrap {
  margin-top: 30px;
}

.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;
}

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: 36px;
  color: #015152;
}

.goods_layer .tab_inner {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
  padding-bottom: 0;
  text-align: center;
  overflow: hidden;
  max-height: 90vh;
}

.goods_layer .tab_inner li {
  display: table-cell;
  vertical-align: bottom;
  background: #ededed;
}

.goods_layer .ui_tabcontents .tabtab li:last-child {
  border-right: 1px solid #ccc;
}

.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;
  max-height: 800px;
  margin-right: -30px;
}

.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: 1024px) {
  .goods_layer .inner {
    max-width: 90%;
  }

  .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: 20px;
  }

  .unit_page .unit_top_info .info_left {
    background-size: cover;
  }

  .unit_page .unit_top_info .info_right ul li {
    width: 50%;
  }

  .unit_page .unit_top_info .info_right ul:first-child .tit {
    margin: 50px 0;
    padding: 0;
  }

  .unit_page .unit_top_info {
    max-height: none;
    padding: 90px 0 30px;
    background: url(/resources/img/sub/unit_bg_m.jpg) no-repeat center center;
    background-size: cover;
  }

  .unit_page .unit_top_info .info_right ul:last-child .tit {
    margin: 0;
    margin-bottom: 50px;
    padding: 0;
  }

  .unit_page .unit_content .unit_info_vr {
    margin-bottom: 0;
  }

  .unit_page .unit_top_info .info_right ul li dl dt,
  .unit_page .unit_top_info .info_right ul li dl dd {
    font-size: 12px;
  }

  .unit_page .unit_top_info .info_right ul li dl dt {
    margin-right: 3px;
  }

  .unit_page .unit_top_info .info_right ul li dl dt span {
    margin-left: 3px;
  }
}

@media screen and (max-width: 1024px) {
  .unit_page .unit_content img {
    max-width: 400px;
  }

  .unit_page .unit_top_info .info_right ul li {
    border: none;
  }

  .unit_page .unit_top_info .info_right ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
  }

  .unit_page .unit_top_info .info_right ul li:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.50);
  }

  .unit_page .unit_top_info .info_right ul li:nth-child(3) {
    border-left: none;
  }

  .unit_page .unit_top_info .info_right ul li:last-child {
    width: 100%;
    border-bottom: none;
    border-left: none;
  }

  .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_content_img {
    margin-top: 14px;
  }

  .unit_page .unit_top_info {
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
  }

  .unit_page .unit_top_info .info_left {
    width: 100%;
    flex-direction: column;
  }

  .unit_page .unit_top_info .info_left .tit {
    margin: 0;
    font-size: 55px;
    line-height: 35px;
  }

  .unit_page .unit_top_info .info_left .tit span {
    font-size: 30px;
  }

  .unit_page .unit_top_info .info_left .tit br {
    display: none;
  }

  .unit_page .unit_top_info .info_left .tit strong {
    margin-left: 2px;
  }

  .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: 20px;
    width: fit-content;
    margin: 0 auto;
  }

  /* .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;
    width: calc(100% - 40px);
    margin: 0 20px;
  }

  .unit_page .unit_top_info .info_right ul li {
    margin: 0;
  }

  .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;} */

}

@media screen and (max-width: 480px) {
  .goods_layer .opt_img {
    height: 100%;
    margin-top: 1rem;
    max-height: 40vh;
    margin-right: -30px;
  }
}

/* 탭 보더 문제 */
/* 평면안내 */
.unit_tab ul.list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* .unit_tab ul.list li { width: 50%; margin: -1px -1px 0 0;} */
.unit_tab ul.list li {
  width: 20%;
  /* margin: unset; */
}

.unit_tab ul.list li:nth-child(8n) {
  border-right: 1px solid #001242;
}

.unit_tab ul.list li:nth-child(n+9) {
  border-bottom: 1px solid #001242;
}

.unit_tab ul.list li a {
  border: none;
  border-left: 1px solid #001242;
  border-top: 1px solid #001242;
  color: #001241;
  display: flex;
  padding: 1rem 0;
  text-align: center;
  line-height: 1.6;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.unit_tab ul.list li a.on {
  background: #001242;
  border: 1px solid #001242;
  color: #fff;
}


@media screen and (max-width: 1024px) {
  .unit_tab ul.list li {
    width: 25%;
  }


  .unit_tab ul.list li:nth-child(4n) {
    border-right: 1px solid #001242;
  }

  .unit_tab ul.list li:nth-child(n+9) {
    border-bottom: none;
  }

  .unit_tab ul.list li:nth-child(n+13) {
    border-bottom: 1px solid #001242;
  }

  .unit_page .type145 li a {
    font-size: 3.5vw !important;
  }

  .goods_layer h3 span {
    font-size: 26px;
  }

  .unit_page .unit_top_info .info_left .count span {
    font-size: 20px;
  }

  .unit_page .unit_top_info .info_left .count::before {
    left: 0;
  }

  .unit_page .unit_top_info .info_left .count::after {
    right: 0;
  }

  .goods_layer .ui_tabcontents .tabtab li a {
    font-size: 14px;
    padding: 11px 0;
  }

  .goods_layer .close {
    right: 10px;
    top: 10px;
  }

  .goods_layer .close i {
    font-size: 2.4rem;
  }
}

.option_text {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  /* padding-top: 6px; */
}

@media screen and (max-width: 768px) {
  .option_text {
    font-size: 1.1rem;
  }
}

/***************************************
  unit_tab_line — 라인형 탭 (재사용)
  Figma 1085:1155 / 활성·호버: 하단 그린 보더 중앙→양옆 채움
****************************************/
.unit_tab_line {
  --utl-color: #015152;
  --utl-color-mute: #6d6d6d;
  --utl-line: #d5d5d5;
  --utl-line-h: 2px;
  width: 100%;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.unit_tab_line *,
.unit_tab_line *::before,
.unit_tab_line *::after {
  box-sizing: border-box;
}

.unit_tab_line ul.list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  background: transparent;
}

.unit_tab_line ul.list>li {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: none !important;
  background: transparent;
  list-style: none;
}

.unit_tab_line ul.list>li>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 16px 20px;
  border: none !important;
  border-bottom: 1px solid var(--utl-line) !important;
  background: transparent !important;
  color: var(--utl-color-mute);
  font-family: SUIT, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.unit_tab_line ul.list>li>a span {
  font: inherit;
  color: inherit;
}

/* 하단 라인: 중앙에서 양쪽으로 채움 */
.unit_tab_line ul.list>li>a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: var(--utl-line-h);
  background: var(--utl-color);
  transform: translateX(-50%);
  transition: width 0.35s ease;
  pointer-events: none;
  z-index: 1;
}

.unit_tab_line ul.list>li>a.on {
  color: var(--utl-color);
  background: transparent !important;
  border-color: var(--utl-line) !important;
}

.unit_tab_line ul.list>li>a.on::after {
  width: 100%;
}

/* 호버: 포인터 기기만 (모바일 터치 제외) */
@media (hover: hover) and (pointer: fine) {
  .unit_tab_line ul.list>li>a:hover {
    color: var(--utl-color);
    background: transparent !important;
    border-color: var(--utl-line) !important;
  }

  .unit_tab_line ul.list>li>a:hover::after {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .unit_tab_line {
    margin-bottom: 30px;
  }

  .unit_tab_line ul.list>li {
    flex: 1 1 25%;
    max-width: 25%;
  }

  .unit_tab_line ul.list>li>a {
    padding: 14px 12px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .unit_tab_line ul.list>li {
    flex: 1 1 33.333%;
    max-width: 33.333%;
  }

  .unit_tab_line ul.list>li>a {
    padding: 12px 8px;
    font-size: 13px;
  }
}