/* Respon */
#respon
  {padding: 30px;
  color: #000;
  position: relative;
  overflow: hidden;
  background-color: rgb(124, 154, 163);
  }
#respon svg.respon
  {
  width: 100%;
  opacity: 0.5;
  position: absolute;
  top:0;
  left: 0;
  z-index: -1;
  
  }



#respon h2 span
  {font-weight: normal;
  font-family: 'NanumSquareNeo-Variable';
  }
#respon h2:nth-child(2)
  {display: none;}
#respon p
  {position: absolute;
  top: 80%;
  right: 10%;
  z-index: 600;
  font-size: 2rem;
  cursor: pointer;
  }
#respon p:nth-of-type(2)
  {display: none;}

#respon p:before
    {position: absolute;
    font-family: 'Material Icons Outlined';
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    animation: gr-btn 1.8s infinite;
    }
#respon .pg-btn2:before
  {content: '\e5e0';
  color: rgb(185, 255, 63);
  left: -40px;
  }
#respon .pg-btn1:before
    {content: '\e5e1';
    right: -40px;
    color: rgb(63, 249, 255);
    }
  @keyframes gr-btn
    {50%{opacity:1;}}


#respon .overflow
  {width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  padding: 0 30px;
  }

#respon .respon-total
  {width: 200%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position:absolute;
  top: 0;
  left: 0;
  }
#respon .responDesign, .respon-publishing
  {display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  }

 #respon .respon-example
  {width: 65%;
  height: 85vh;
  position: relative;
  }
#respon .respon-example>div
  {position: absolute;
  }
#respon .respon-example>div:hover
  {z-index: 500;}


#respon .respon-example .iframe-url::-webkit-scrollbar
  {width: 0px;}
#respon #popup3>.view3>.contents>li>iframe::-webkit-scrollbar
  {width: 0px;}



#respon .responDesign .respon-example .mockup-part img
  {position: absolute;
  width: 100%;
  top: -100%;
  left: 0;
  /* animation: responscroll 3s forwards; */
  }
#respon .respon-publishing .respon-example .mockup-part img
  {position: absolute;
  width: 100%;
  top: -100%;
  left: 0;
  /* animation: responscroll 3s forwards; */
  }
@keyframes responscroll {
  0%{top: -100%; left: 0;}
  100%{top: 0; left: 0;}
  }
  #respon .respon-example .mockup-part.mobile
    {z-index: 999;}
 #respon .respon-example .pc-ex
  {top: 0;
  left: 0;
  z-index: 1;
  }
#respon .respon-example .tablet-ex
  {top: 20px;
  right: 0;
  z-index: 100;
  }
#respon .respon-example .mobile-ex
    {bottom: 8%;
    left: 45%;
    z-index: 200;
    }
#respon .respon-example .mobile-ex .iframe-url 
  {overflow-y: scroll;
  overflow-x: none;
  z-index: 200;
  }
#respon .respon-example .tablet-ex .iframe-url 
  {overflow-y: scroll;
  overflow-x: none;
  z-index: 200;
  }
#respon .respon-example .pc-ex .iframe-url 
  {overflow-y: scroll;
  overflow-x: none;
  z-index: 200;
  }

#respon .explain
  {width: 20%;
  margin-right: 7%;
  }
  #respon  .explain h3
  {margin: 10px 10px 30px 10px;
  font-weight: normal;
  font-size: 1.5rem;
  }
  #respon  table
  {border-spacing: 10px;
  margin-bottom: 50px;
  }
#respon  table tr td:nth-child(1)
  {padding-right: 20px;}
#respon .box
  {width: 90%;
  margin: auto;
  background-color: rgba(208, 255, 238, 0.65);
  border-radius: 25px;
  padding: 20px;
  color: #000;
  }
  #respon  .box div
  {margin-bottom: 20px;
  line-height: 1.5;
  }
  #respon  .box a
    {display: block;
    text-align: right;
    }

#respon .bottom-menu
  {position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
  height: 3rem;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  margin-left: 5%;
  z-index: 10;
  color: #fff;
  }
#respon .bottom-menu li
  {padding: 10px 15px;
  border-radius: 30px;
  border: 1px solid transparent;
  text-shadow: 0 0 20px rgba(0,0,0, 0.5);
  font-size: 1.5rem;
  cursor: pointer;
  transition: .3s;
  }
#respon .bottom-menu li:hover
  {/* background-color: rgba(255, 255, 255, 0.488); */
    border: 1px solid #fff;
  font-weight: bold;
  }

/* MODALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
#popup3{ /*검정배경*/
  display: none; 
  position:fixed !important; 
  left:0; 
  top:0;
  width:100%; 
  height:100vh; 
  background:rgba(0,0,0,0.7); 
  z-index:3000;
  overflow-y:scroll; 
}
.view3
  {height: 100vh;
  margin: auto;
  }
.tab1-contents
  {position: relative;
  width: 100%;
  height: 100vh;
  }
.tab1-contents>ul
  {position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%,-50%);
  }
.tab1-contents ul li
  {background-color: #fff;
  border-radius: 20px;
  border: 5px solid #d8d8d8;
  position: relative;
  overflow: hidden;
  }
#tab1 li
  {width: 1300px;
  height: 720px;
  }
#tab2 li
  {width: 700px;
  height: 720px;
  }
#tab3 li
  {width: 480px;
  height: 720px;
  }

  .tab1-contents ul li iframe
    {position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    }
    .tab1-contents ul li iframe::-webkit-scrollbar
      {width: 0px;}
.tab-header
  {position: absolute;
  width: 100%;
  height: 5vh;
  left: 50%;
  bottom: 5%;
  transform: translate(-50%, -50%);
  }
.tab-header .tabs
  {margin: auto;
  display: flex;
  width: 60%;
  justify-content: space-between;
  align-items: center;
  
  }

.tab1-contents ul
  {display: none;}
.tab1-contents .contents.check
  {display: block !important;}
.view3>li
  {width:1200px;
  position:absolute;
  display:none;
  }
.tabs li
  {font-weight: bold;
  padding: 5px;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
  }
.tabs li.check
  {border-bottom: 2px solid #ffff;}

/*닫기버튼*/
#btn_close3{
  position: absolute;
  right: 10%;
  padding: 30px;
  height:70px;
  cursor:pointer;
  z-index: 4000;
  color: #fff;
}
#btn_close3 i{  /*아이콘폰트*/
  position:relative;
  top:15px;
  font-size:40px;
}