.icon-btn{
  width: var(--ui-btn-w);
  height: var(--ui-btn-w);
  border: var(--ui-border) solid #FFFFFF99;
  background-color: #05141F66;
  border-radius: 24px;
  cursor: pointer;
  position: relative;
}
.icon-btn:hover{
border: var(--ui-border) solid #FFFFFF;
background-color: #05141F;
}
.icon-btn .icon{
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-size: var(--ui-btn-w);
}
p, a, h1, h2, h3, h4, h5, h6, span {
transform: skew(-0.1deg);
}


.mo-only{
  display: none;
}
@media screen and (max-width: 917px) {
  .pc-only{
      display: none;
  }
}

/* S: Section - top-btn, bottom-btn */
:root{
  --sc-height: 168px;
  --ui-btn-w: 48px;
  --ui-border: 2px;
  --selec-floor: 20px;
}
.top-btn-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 40px 0px;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  z-index: 5;
}
.left-btn-container, .right-btn-container{
  display: flex;
  gap: 10px;
  pointer-events: all;
}
.home-btn .icon{
    background-image: url('/public/assets/image/icon/icon_home.svg');
}
.full-btn .icon{
    background-image: url('/public/assets/image/icon/icon_fullscreen.svg');
}
.full-btn.full .icon{
    background-image: url('/public/assets/image/icon/icon_fullscreen_return.svg');
}

.floor-btn{
    width: 108px;
    height: var(--ui-btn-w);
    border: var(--ui-border) solid #FFFFFF99;
    background-color: #05141F66;
    border-radius: 24px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all ease 0.2s;
    position: relative;
}
.cur-floor{
    width: 100%;
    height: var(--ui-btn-w);
    padding: 0 var(--selec-floor);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.cur-floor:hover{
    border-radius: 22px;
    background-color: #05141F;
}
.cur-floor .icon{
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('/public/assets/image/icon/icon_arrow_down_white_floor.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all ease 0.2s;
}
.selec-floor-wrapper{
    width: 100%;
    max-height: 0;
    overflow: hidden;
}
.selec-floor{
    width: 100%;
    height: var(--ui-btn-w);
    padding: 0 var(--selec-floor);
    text-align: left;
    line-height: var(--ui-btn-w);
}
.selec-floor:hover{
    background-color: #05141F;
}
.selec-floor.bot:hover{
    background-color: #05141F;
    border-radius: 0 0 22px 22px ;
}
.floor-btn.active{
    height: auto;
}
.floor-btn.active .cur-floor:hover{
    border-radius: 22px 22px 0 0;
    background-color: #05141F;
}
.floor-btn.active .cur-floor .icon{
    transform: rotate(180deg);
}
.floor-btn.active .selec-floor-wrapper{
    max-height: 100vh;
    border-top: 2px solid #FFFFFF99;
}
.bottom-btn-wrapper{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 40px 30px;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  z-index: 5;
  transition: all 0.5s ease;
}
.bottom-btn-wrapper.active{
  bottom: 134px;
}
.sc-btn-wrapper{
  width: auto;
  height: 48px;
  border: 2px solid #FFFFFF99;
  background-color: #05141F66;
  border-radius: 24px;
  padding: 11px 15px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.sc-btn-wrapper.active{
  border: 2px solid #FFFFFF;
  background-color: #05141F;
}
.sc-btn-wrapper:hover{
  border: 2px solid #FFFFFF;
  background-color: #05141F;
}
.sc-btn{
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
    transition: transform 0.5s ease;
}
.sc-btn .icon{
  width: 24px;
  height: 24px;
  display: block;
  background-image: url('/public/assets/image/icon/icon_arrow_bottom.svg');
  transform: rotate(180deg);
  transition: transform 0.5s ease;
}
.sc-btn.active .icon{
    transform: rotate(0deg);
}
.tour-btn{
  width: 24px;
  height: 24px;
  display: block;
  background-image: url('/public/assets/image/icon/icon_tour.svg');
  cursor: pointer;
  transition: transform 0.5s ease;
}
.sc-btn-wrapper div{
width: 1px;
height: 12px;
background-color: rgba(255, 255, 255, 0.2);
}
.viewmode-btn-wrapper{
  display: flex;
  gap: 10px;
}
.viewmode-btn-wrapper.on .viewmode-depth-btn{
display: flex;
}
.viewmode-btn-wrapper.depth-on .viewmode-btn {
display: none;
}
.viewmode-btn-wrapper.depth-on .walk-btn {
display: block;
}
.viewmode-depth-btn {
display: flex;
gap: 10px;
display: none;
}
.measure-btn .icon{
    background-image: url('/public/assets/image/icon/icon_measure.svg');
}
.viewmode-btn.active{
  border: 1px solid #FFFFFF;
  background-color: #05141F;
}
.viewmode-btn .icon{
    background-image: url('/public/assets/image/icon/icon_change_mode.svg');
}
.walk-btn .icon{
    background-image: url('/public/assets/image/icon/icon_walk.svg');
}
.walk-btn{
  display: none;
}
.dollhouse-btn .icon{
    background-image: url('/public/assets/image/icon/icon_dollhouse.svg');
}
.floorplan-btn .icon{
    background-image: url('/public/assets/image/icon/icon_floor_mode.svg');
}
.info-btn .icon{
    background-image: url('/public/assets/image/icon/icon_info.svg');
}
/* E: Section - top-btn, bottom-btn */

/* s: Space Collection */
:root{
  --sc-ele-w:170px;
  --sc-ele-h:96px;
}
.space-collection{
  position: absolute;
  bottom: -160px;
  width: calc(100vw - 80px);
  margin: 0px 40px 30px;
  padding: 12px;
  border: 2px solid #FFFFFF99;
  background-color: #05141F66;
  z-index: 5;
  transition: all 0.5s ease;
}
.space-collection.active{
  bottom: 0px;
}
.space-collection .swiper-wrapper .swiper-slide {
width: 170px;
height: 96px;
border: 2px solid #FFFFFF99;
}
.space-collection .swiper-wrapper .swiper-slide a {
display: block;
position: relative;
}
.space-collection .swiper-wrapper .swiper-slide a img {
  width: 166px;
  height: 92px;
  object-fit: cover;
}
.space-collection .swiper-wrapper .swiper-slide a .title {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 6px;
  display: block;
  width: 100%;
  text-align: center;
}
.space-collection-overlay{
    position: absolute;
    width: calc(var(--sc-ele-w) - 4px);
    height: calc(var(--sc-ele-h) - 4px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55.5%, #000000bf 100%);
}
/* E: Space Collection */



.btn-lg {
  width: 180px;
  height: 60px;
  padding: 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  transform: skew(-0.1deg);
}
/* [PC] popup guide */
.layer-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  height: var(--mo-vh);
  display: none;
}
.layer-popup .layer-popup-dimm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height : 100%;
  background-color: #05141FB2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.layer-popup .layer-popup-wrapper {
  position: relative;
  background-color: transparent;
  padding: 0;
  border-radius: 20px;
  max-height: 800px;
}
.layer-popup.popup-xl .layer-popup-wrapper {
  width: 1200px;
  padding: 40px;
  overflow-y: auto;
}
.layer-popup.popup-lg .layer-popup-wrapper {
  width: 800px;
}
.layer-popup.popup-md .layer-popup-wrapper {
  width: 768px;
  max-height: 800px;
}
.layer-popup.popup-sm .layer-popup-wrapper {
  width: 688px;
}
.layer-popup .layer-popup-wrapper::-webkit-scrollbar,
.layer-popup .layer-popup-wrapper .layer-popup-container::-webkit-scrollbar {
  display: none;
}
.layer-popup .layer-popup-wrapper .layer-popup-container {
  overflow: hidden;
}
.layer-popup.popup-lg .layer-popup-wrapper .layer-popup-container {
  padding: 28px 40px 40px;
}
.layer-popup.popup-md .layer-popup-wrapper .layer-popup-container {
  padding: 0;
}
.layer-popup .btn-wrapper {
  display: flex;
  justify-content: end;
  position: sticky;
  top: 0;
  right: 0;
}
.layer-popup.popup-lg .btn-wrapper,
.layer-popup.popup-md .btn-wrapper,
.layer-popup.popup-sm .btn-wrapper {
  justify-content: space-between;
  padding: 18px 24px;

}
.layer-popup.popup-xl .close-btn {
  background-color: #222;
  border: 1px solid #676767;
  background-image: url('../image/icon/icon_close_white.svg');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -24px;
  right: -24px;
}
.layer-popup.popup-lg .btn-wrapper .close-btn,
.layer-popup.popup-md .btn-wrapper .close-btn,
.layer-popup.popup-sm .btn-wrapper .close-btn {
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: none;
  background-image: url('/public/assets/image/icon/icon_close_black.svg');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 999px;
  cursor: pointer;
}
.layer-popup.popup-lg .btn-wrapper .close-btn.white,
.layer-popup.popup-md .btn-wrapper .close-btn.white,
.layer-popup.popup-sm .btn-wrapper .close-btn.white {
  background-image: url('/public/assets/image/icon/icon_close_white.svg');
}
.layer-popup .layer-popup-container .detail-img-swiper {
  position: relative;
  font-size: 0;
}
.layer-popup .layer-popup-container .detail-img-swiper .swiper-button-prev,
.layer-popup .layer-popup-container .detail-img-swiper .swiper-button-next {
  width: auto;
  height: auto;
}

.layer-popup .layer-popup-container .detail-img-swiper .swiper-button-prev::after,
.layer-popup .layer-popup-container .detail-img-swiper .swiper-button-next::after {
  font-size: 0;
  width: 48px;
  height: 48px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.layer-popup .layer-popup-container .detail-img-swiper .swiper-button-prev::after {
  background-image: url('../image/icon/icon_prev_white.svg');
}
.layer-popup .layer-popup-container .detail-img-swiper .swiper-button-next::after {
  background-image: url('../image/icon/icon_next_white.svg');
}
.layer-popup .layer-popup-container .detail-img-swiper + .swiper-pagination {
  bottom: -28px;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.layer-popup .layer-popup-container .detail-img-swiper + .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  opacity: 1;
  background-color: #ededed;
}
.layer-popup .layer-popup-container .detail-img-swiper + .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #020F1E;
}
.layer-popup .layer-popup-container .cont-text-wrapper {
  margin-top: 52px;
}
.layer-popup .layer-popup-container .cont-text-wrapper.none-swiper {
  margin-top: 28px;
}
.layer-popup .layer-popup-container .cont-text-wrapper span {
  display: block;
}
.layer-popup .layer-popup-container .cont-text-wrapper .viewmore-btn {
  background-color: #020F1E;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  width: fit-content;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  margin: 16px 0 4px;
}
.layer-popup .layer-popup-container .cont-text-wrapper .viewmore-btn .icon {
  width: 20px;
  height: 20px;
  background: url('../image/icon/icon_arrow_up_right_white.svg') no-repeat center;
}
.layer-popup .layer-popup-container .cont-text-wrapper .cont-desc {
  color: #676767;
  padding-top: 20px;
}
/* 사용안내 popup */
.popup-guide .layer-popup-container {
  min-width: 712px;
}
.popup-guide .layer-popup-container .step-cont-wrapper {
  text-align: center;
}
.popup-guide .layer-popup-container .step-cont-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.popup-guide .layer-popup-container .step-cont-wrapper .step {
  background-color: #05141F;
  color: #fff;
  padding: 4.5px 12px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 20px; 
}
.popup-guide .layer-popup-container .step-cont-wrapper .guide-img {
  display: block;
  margin-bottom: 28px;
}
.popup-guide .layer-popup-container .step-cont-wrapper .guide-img img {
  width: auto;
}
.popup-guide .layer-popup-container .step-cont-wrapper .desc {
  color: #FFFFFFB2;
}
.popup-guide .layer-popup-container .swiper-pagination {
  position: relative;
  bottom: inherit;
  margin-top: 28px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.popup-guide .layer-popup-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #FFFFFFB2;
  opacity: 1;
  margin: 0;
}
.popup-guide .layer-popup-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.popup-guide .layer-popup-container .swiper-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.popup-guide .layer-popup-container .swiper-btn-wrapper > div {
  position: relative;
  display: block;
  width: 180px;
  height: 60px;
  margin-top: 0;
  transition: all 0.3s;
}
.popup-guide .layer-popup-container .swiper-btn-wrapper > div::after {
  display: none;
}
.popup-guide .layer-popup-container .swiper-btn-wrapper > div:hover {
  background-color: #05141f;
  border-color: #fff;
  color: #fff;
}
.popup-guide .layer-popup-container .swiper-btn-wrapper .swiper-button-prev {
  background-color: #fff;
  border: 1px solid #05141F;
  color: #05141F;
  left: inherit;
}
.popup-guide .layer-popup-container .swiper-btn-wrapper .swiper-button-prev:hover {
  color: #fff;
}
.popup-guide .layer-popup-container .swiper-btn-wrapper .swiper-button-next {
  background-color: #fff;
  color: #05141F;
  border: 1px solid #fff;
  right: inherit;
}
.popup-guide .layer-popup-container .swiper-btn-wrapper .swiper-button-next.swiper-button-disabled, 
.popup-guide .layer-popup-container .swiper-btn-wrapper .swiper-button-prev.swiper-button-disabled {
  display: none;
}


.layer-popup.popup-guide .layer-popup-dimm {
  background-color: #05141FE5;
  overflow: hidden;
}
.layer-popup.popup-guide .layer-popup-dimm .guide-bg{
  position: absolute;
  width: 100%;
  height: 100%;
}
.layer-popup.popup-guide .layer-popup-dimm .guide-bg img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.layer-popup.popup-guide .layer-popup-wrapper{
  width: 1280px;
  color: #fff;
}
.btn-lg.finish{
  position: relative;
  display: block;
  width: 180px;
  height: 60px;
  margin-top: 0;
  transition: all 0.3s;
  background-color: #05141F;
  border: 1px solid #fff;
  cursor: pointer;
}

.btn-lg.finish:hover{
  background-color: #fff !important;
  border: 1px solid #05141F !important;
  color: #05141F !important;
}
.popup-pin .popup-tit{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.popup-pin .layer-popup-wrapper{
  background-color: #fff;
  line-height: normal;
}

.layer-popup.popup-md .layer-popup-wrapper .layer-popup-container .swiper-slide img{
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.popup-pin .popup-tit span{
  display: block;
  width: 46px;
  height: 100%;
  background: url('/public/assets/image/icon/icon_kia_black_small.svg') no-repeat center;
  margin-right: 8px;
}
.popup-cont-wrapper{
  padding: 24px 28px;
}
.popup-cont-wrapper .cont-desc{
  word-break: keep-all;
}
.popup-cont-wrapper .cont-tit{
  margin-bottom: 10px;
}


.popup-md .swiper-button-prev,
.popup-md .swiper-button-next{
    top: 50%;
    margin-top: 0;
    width: 84px;
    height: 84px;
    background-color: #05141F66;
    background-image: url('/public/assets/image/icon/icon_arrow_swiper_white.svg');
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-42px);
}
.popup-md .swiper-button-prev::after,
.popup-md .swiper-button-next::after{
    content: "";
}
.popup-md .swiper-button-prev{
    left: 28px;
    transform: rotate(180deg) translateY(42px);
}
.popup-md .swiper-button-next{
    right: 28px;
}
.popup-md .swiper-pagination{
    position: relative;
    bottom: auto;
    height: 2px;
    display: flex;
    justify-content: center;
    margin: 10px 0 36px 0;
}
.popup-md .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    display: block;
    width: 45px;
    height: 2px;
    border-radius: 0;
    background-color: #05141F;
    opacity: 0.2;
    margin: 0 5px 0 5px;
}
.swiper-pagination-bullet-active{
    opacity: 1 !important;
}
/* tooltip guide */
.btn-tooltip {
display: none;
position: absolute;
background-color: #222;
padding: 6px 12px;
border-radius: 4px;
left: 50%;
transform: translateX(-50%);
}
.btn-tooltip.arrow-right,
.btn-tooltip.arrow-left {
top: 50%;
transform: translateY(-50%);
}
.btn-tooltip .tooltip-text {
text-wrap: nowrap;
color: #fff;
}
.btn-tooltip.arrow-top {
bottom: -51px;
}
.btn-tooltip.arrow-bottom {
top: -51px;
}

.btn-round-m .btn-tooltip.arrow-top {
bottom: -44px;
}
.btn-round-m .btn-tooltip.arrow-bottom {
top: -44px;
}
.btn-tooltip.arrow-right {
left: unset;
right: 59px;
}
.btn-tooltip.arrow-left {
left: 59px;
}
.btn-tooltip::after {
content: "";
display: block;
position: absolute;
width: 0;
height: 0;
}

.btn-tooltip.arrow-top::after {
top: -8px;
left: 50%;
transform: translateX(-50%);
border-bottom: 8px solid #222;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
}
.btn-tooltip.arrow-bottom::after {
bottom: -8px;
left: 50%;
transform: translateX(-50%);
border-top: 8px solid #222;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
}
.sc-btn .btn-tooltip.arrow-bottom, .tour-btn .btn-tooltip.arrow-bottom{
top: -62px;
}
.btn-tooltip.arrow-right::after {
top: 50%;
right: -6px;
transform: translateY(-50%);
border-left: 6px solid #222;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
}
.btn-tooltip.arrow-left::after {
top: 50%;
left: -6px;
transform: translateY(-50%);
border-right: 6px solid #222;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
}
button:hover .btn-tooltip {
display: block;
}
.floor-btn:hover .btn-tooltip {
display: block;
}
.floor-btn.active:hover .btn-tooltip {
    display: none;
}
.sc-btn:hover .btn-tooltip {
display: block;
}
.tour-btn:hover .btn-tooltip {
display: block;
}
.btn-tooltip .tooltip-text.minimum {
font-size: 12px;
line-height: normal;
font-weight: 400;
}

.mo-only{
  display: none;
}
@media screen and (max-width:1280px), screen and (max-height:700px) {
  .pc-only{
      display: none !important;
  }
  .mo-only{
    display: block;
  }
  div{
      -webkit-tap-highlight-color: transparent;
  }
  button {
      -webkit-tap-highlight-color: transparent;
  }
  .top-btn-wrapper{
      padding: 20px 20px 0;
  }
  .bottom-btn-wrapper{
      padding: 0px 20px 20px;
  }
  .bottom-btn-wrapper.active{
      bottom: 144px;
  }
  .space-collection{
      width: calc(100vw - 40px);
      margin: 0 20px 20px;
  }
  .popup-guide .h32{
      font-weight: 600;
      font-size: 24px;
      line-height: 28.8px;
  }
  .layer-popup.popup-guide .layer-popup-wrapper{
      width: 70%;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .layer-popup.popup-lg .btn-wrapper{
      width: 100%;
      justify-content: end;
  }
  .layer-popup.popup-lg .layer-popup-wrapper .layer-popup-container{
      width: 100%;
      min-width: unset;
  }
  .popup-guide .layer-popup-container .step-cont-wrapper .guide-img img{
      width: 100%;
      height: auto;
      object-fit: contain;
  }
  .popup-guide .layer-popup-container .step-cont-wrapper .guide-img.measure img{
      width: 50%;
  }
  .guide-bg .mo-only{
      display: flex !important;
      width: 100%;
      height: 100%;
      flex-direction: column;
      justify-content: space-between;
  }
  .layer-popup.popup-guide .layer-popup-dimm .guide-bg .mo-only img{
      width: 100%;
      height: 100%;
      object-fit: contain;
  }
}
@media screen and (max-width:832px) {
.layer-popup.popup-md .layer-popup-wrapper{
  width: calc(100vw - 64px);
  border-radius: 10px;
}
.layer-popup.popup-md .btn-wrapper{
  padding: 14px 24px;
}
.layer-popup.popup-md .btn-wrapper .close-btn {
  width: 24px;
  height: 24px;
  background-size: 24px;
}
.popup-pin .popup-tit{
  font-size: 14px;
  line-height: normal;
}
.layer-popup.popup-md .layer-popup-wrapper .layer-popup-container .swiper-slide img{
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.popup-pin .popup-cont-wrapper{
  padding: 14px 24px;
}
.popup-pin .popup-cont-wrapper .cont-tit{
  font-size: 18px; 
  line-height: normal;
}
.popup-md .swiper-pagination {
  margin: 0;
}
}
@media screen and (max-height:580px) {
.layer-popup .layer-popup-dimm {
  align-items: start;
}
.layer-popup .layer-popup-wrapper {
  position: sticky;
  max-height: none;
  margin: 72px auto;
  overflow-y: initial;
}
.layer-popup .btn-wrapper{
  position: relative;
}
}
@media screen and (max-width:700px), screen and (max-height:580px) {
  
  :root{
      --ui-btn-w: 32px;
      --selec-floor: 10px;
      --ui-border: 1px;
  }
  .top-btn-wrapper{
      padding: 20px 20px 0;
  }
  .floor-btn{
      border-radius: 16px;
      width: 76px;
  }
  .floor-btn .h16{
      font-size: 14px;
  }
  .cur-floor .icon{
      width: 16px;
      height: 16px;
  }
  .selec-floor.bot:hover{
      border-radius: 0 0 15px 15px ;
  }
  .floor-btn.active .cur-floor:hover{
      border-radius: 15px 15px 0 0;
  }
  .sc-btn-wrapper {
      width: auto;
      height: 32px;
      border-radius: 16px;
      padding: 8px 10px;
  }
  .sc-btn-wrapper span{
      width: 16px;
      height: 16px;
      background-size: contain;
  }
  .sc-btn-wrapper .sc-btn .icon{
      width: 16px;
      height: 16px;
      background-size: contain;
  }
  .popup-guide .h32{
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
  }
  .layer-popup.popup-guide .layer-popup-wrapper{
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .layer-popup.popup-lg .btn-wrapper{
      width: 100%;
      justify-content: end;
  }
  .layer-popup.popup-lg .layer-popup-wrapper .layer-popup-container{
      width: 100%;
      min-width: unset;
      padding: 20px 32px 0;
  }
  .popup-guide .layer-popup-container .step-cont-wrapper .guide-img img{
      width: 100%;
      height: auto;
      object-fit: contain;
  }
  .popup-guide .layer-popup-container .step-cont-wrapper .guide-img.measure img{
      width: 60%;
      height: auto;
      object-fit: contain;
  }
  .popup-guide .layer-popup-container .swiper-btn-wrapper > div{
      width: 80px;
      height: 37px;
      font-size: 14px;
      line-height: 37px;
      padding: 0;
      border-radius: 5px;
  }
  .popup-guide .layer-popup-container .step-cont-wrapper .desc{
      font-size: 12px;
      line-height: normal;
  }
  .layer-popup.popup-lg .btn-wrapper .close-btn{
      width: 24px;
      height: 24px;
  }
  .layer-popup.popup-guide .layer-popup-dimm .guide-bg .mo-only img{
      width: 100%;
      height: auto;
      object-fit: contain;
  }
}
@media screen and (max-width:700px) and (orientation:landscape), (max-height:500px){
  .layer-popup.popup-guide .layer-popup-dimm .guide-bg .mo-only img{
      width: 100%;
      height: 100% !important;
      object-fit: contain;
  }
  .info-btn{
      display: none;
  }
}
