.customer_tab{
    margin: auto;
    width: 100%;
    max-width: 1200px;
}
.customer_head{
    padding: 0 0 20px 0;
}
.customer_head>h2{
  font-size: 30px;
}
.tab_wrap{
  position: relative;
  width: 100%;
  background: rgb(245, 245, 245);
}
.tab_in{
  text-align: center;
  overflow-x: scroll;
  -ms-overflow-style:none;
  white-space: nowrap;
  scroll-snap-type: none;
}
.tab_in::-webkit-scrollbar{ 
  display: none;
}
.tab_in>ul>li{
  display: inline-block;
  margin:0 20px;
  padding:12px 0px;
  color:#333;
  cursor: pointer;
  font-size: 18px;
}
.on2{
  color:#333 !important;
  font-weight: 500;
  border-bottom:2px solid #00a5bc;
  box-sizing: border-box;
}
/*팝업 모달 메뉴 스와이프 가이드-----------------------------------------------------------*/
#popup {
  display: none;
}

.pop_content img {
  display: none;
}
@media screen and (min-width:1024px){
  .popbody { display:none; }
  .pop_content { display:none; }
}

/*_______________________________________________모바일 기준으로*/
@media screen and (max-width:1024px){
  .customer_tab{
      padding: 0;
  }
  .customer_head{
    display: none;
  }
  .customer_head>h2{
    font-size: 18px;
  }
  .tab_in{
    margin:0 10px;
  }
  .tab_in>ul>li{
    margin:0 10px;
    font-size: 16px;
  }
  #popup_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    z-index: 9999;
}

#popup {
    display: none;
}

.pop_content img {
    display: inline;
}

#popup .popbody {
    /*띄워지는 팝업창*/
    max-width: 500px;
    /*height: auto;*/
    position: fixed;
    left: 50%;
    /*top: 23%;*/
    transform: translate(-50%, 48px);
    z-index: 9999;
}

.pop_content > p {
    width: 200px;
    height: 200px;
    background: rgba(47, 171, 238, 0.8);
    border-radius: 100%;
}

.pop_content img {
    width: 75%;
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pop_content span {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.sns_wrap #popup .popbody {
  transform: translate(-50%, -22px);
}

.sns_wrap .pop_content > p {
  width: 150px;
  height: 150px;
}

.sns_wrap .pop_content span {
  font-size: 14px;
}
}