/* BASIC css start */
    /* 상단 이미지, 일반 분류와 동일하게 가져왔음. */
    .sub_topban{background:#000; width:100%;}
    .sub_ban{width: 1280px; margin:0 auto;}
    
    
      .store_list {font-size: 0px; letter-spacing: 0px; word-spacing: 0px; width:100%; margin:0 auto; border-left:1px solid #dfe5ed; border-top:1px solid #dfe5ed;border-bottom: 1px solid #dfe5ed;}
      .store_list > div {
        width: 1279px;
        margin: 0 auto;
    
      }
      .store_list li{
        display: inline-block;
            width: calc(100% / 3);
            /* height: 85px; */
            line-height: 85px;
            font-size: 14px;
            color: #6d6d6d;
            text-align: center;
            box-sizing: border-box;
            border-right: 1px solid #dfe5ed;
            font-family: 'notokr-regular';
            cursor: pointer;
      }
      .store_list li:hover {
          color: #1c1c1c;
          font-weight: bold;
          background-color: #f4f6f9;
      }
      #store_tab input[name="rd"] {
          display: none;
      }
      #store_tab li label {
        display: block;
        cursor: pointer;
      }
      #store_tab input[name="rd"]:checked + label {
        background-color: #f4f6f9;
        color: #1c1c1c;
        font-weight: bold;
      }
      #store_tab_con {
        position: relative;
        height: 700px;
      }
      #store_tab_con div {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translateX(-50%);

      }
      .store_list a span:nth-child(1){opacity: 0.5;}
      .store_list a.actv{ background-color:#f4f6f9;}
      .store_list a.actv span:nth-child(1){opacity: 1;}
      .store_list a span:nth-child(1){height:60px; display: block;}
    
      .store_list_txt{width:100%; border-top:1px solid #dfe5ed; border-bottom:1px solid #dfe5ed; height:62px; background-color: #f4f6f9;text-align: center;}
      .store_list_txt a{ font-size:15px; color:#5f5a56; font-family: 'notokr-medium'; display: inline-block; margin:24px; position: relative; z-index:2;}
      .store_list_txt a:hover{color:#000;}
      .store_list_txt a:after{content:''; width:80%; position: absolute; left:50%; margin-left:-40%; bottom:-8px; height:2px; background: #000;display: none;}
      .store_list_txt a.actv:after{display: block;}
      .store_list_txt a:hover:after{display: block;}
    
    .up {z-index:1000;}


.-opacity{
      opacity: 1 !important;
}
/* BASIC css end */

