.floor {
  width: 100%;
  position: relative;
}
.floor h3 {
  font-size: 17px;
  color: #222;
  font-weight: 600;
  margin-bottom: 0px;
}
.floor .sub_tab {
  display: flex;
  margin-bottom: 10px;
  width:auto;
  gap:10px;
}
.floor .sub_tab li {
  flex: none;
  background: #f1f1f1;
  font-size: 15px;
  color: #222;
  line-height: 40px;
  text-align: center;
  width:auto;
  padding:0 20px;
  border-radius: 5px;;
}
.floor .sub_tab li a{
  display:block;
}
.floor .sub_tab li.on {
  background: #222;
  color: #fff;
}
.floor .sub_tab li.on a{
  color: #fff;
}
.floor .guide {
  width: 100%;
}
.floor .guide table.floor_tb {
  width: 100%;
}
.floor .guide table.floor_tb tr:nth-child(even) {

}
.floor .guide table.floor_tb tr:nth-child(odd) {

}
.floor .guide table.floor_tb tr{
  border-bottom:1px solid #ddd;
}
.floor .guide table.floor_tb td {
  padding: 10px;
  text-align: center;
}
.floor .guide table.floor_tb td.left {
  text-align: left;
}
.floor .guide table.floor_tb td p {
  font-size: 14px;
  line-height: 1.3;
}
.floor .guide table.floor_tb td .floor_icon {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin: 5px 0;
}
.floor .guide table.floor_tb td .floor_icon li img {
  width: 25px;
  height: 25px;
}
.floor .guide table.floor_tb td button.map_btn {
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
  background: #ec463d;
  margin: auto;
}
.go_restList{
  padding: 3px 10px;
  border-bottom: 0;
  color: var(--gray66);
  font-size: 14px;
  background: var(--whitef1);
  font-weight: 400;
}
.qustion {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #f9f9f9;
  padding: 7px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  z-index:1;
}
.qustion i {
  color: #ec463d;
  font-size: 25px;
  margin-top:5px;
  display:block;
  line-height: 1;
}
.floor .tab01 {
}
.floor .tab02 {
  display: none;
}
.map_pop {
  width: 90%;
  max-width: 700px;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: #fff;
  border-radius: 5px;;
  text-align: center;
  display: none;
}

.map_pop img,
.icon_pop img {
  width: 100%;
}
.map_pop img{
  width:auto;
  height:480px;
  touch-action: pinch-zoom; 
}
.map_pop span.close,
.icon_pop span.close {
  width: 30px;
  height: 30px;
  background: url(/common/images/ico-close-white.svg) center no-repeat;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.icon_pop {
  width: 90%;
  max-width: 700px;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
  border-radius: 5px;;
  background: #fff;
}
.icon_pop h3 {
  font-size: 17px;
  color: #222;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.icon_detail{
  width:100%;
  max-height:450px;
  overflow-y:scroll;
  display:flex;
  flex-wrap: wrap;
  gap:10px;
}
.icon_detail dl{
  width:45%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:5px;
}
.icon_detail dl dt{
  width:25px;
}
.icon_detail dl dt img{
  width:25px;
  height:25px;
}
.icon_detail dl dd{
  width: calc(100% - 30px);
  color: var(--black22);
  font-size:14px;
  line-height:1.1;
}

/* 플로어맵팝업 */
.floorMap {
  width:94% !important;
}
.floorMap > div h4{
  font-size: 18px;
  color: var(--black222);
  font-weight: 700;
  line-height: 1.1;
  display: block;
  word-break: keep-all;
  border-bottom:0;
  margin-bottom:0;
  text-align: center;
  margin-bottom:7px;
}
.floorMap > div span{
  font-size: 14px;
  color: var(--gray66);
  font-weight: 400;
  margin-bottom: 8px;
  display: block;
  text-align: center;
}
.floorMap .floorTitle{
  width:100%;
  display:flex;
  align-items: center;
  gap:10px;
  margin-bottom:10px;
}
.floorMap .floorTitle span{
  padding:10px;
  background:var(--black22);
  color: var(--whiteff);
}
.floorMap .floorTitle p{
  font-size:16px;
  color:var(--black22);
  font-weight: 500;
}
.floorMap .floor_img{
  width:100%;
  max-height:450px;
  overflow: hidden;
}
.floorMap .floor_img img{
  width:100%;
  max-height:70vh;
  max-width:max-content;
}
.floorMap .floor_icon{
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5px 0;
}
.floorMap .floor_icon li img {
  width: 25px;
  height: 25px;
}
.floorMap .finchToZoom{
  position:relative;
}
.floorMap .finchToZoom img{
  transition: transform .4s;
  cursor:move;
  position:relative;
}
.floorMap .zoomBtn_list{
  position:absolute;
  bottom:0;
  right:0;
  display: flex;
  gap:6px;
  flex-direction: column;
}
.floorMap .zoomBtn_list button.zoomBtn{
  padding:0px;
  font-size:15px;
  font-weight: 500;
  background:#f9f9f9;
  border:1px solid #888;
  width:30px;
  height:30px;
  line-height: 1;;
}
.pop_ment{
  margin-bottom:10px;
  font-size:12px;
  text-align: center;
}
.btnFloor{
  padding:0px 10px !important
}