@charset "utf-8";

.ftColor1 {
  color: #ee6700 !important;
}

/* #bo_btn_top{display: none;} */

.onlyMob {
  display: none!important;
}


@media screen and (max-width: 1024px) { /* 5/31 수정 */
      .onlyMob {
        display: block!important;
      }

      .onlyWeb {
        display: none !important;
      }
    
}

@media screen and (max-width: 1024px) { 


}


/* 220816 작성일자 숨김 */
#product03 .listForm li .text_box span,
#board_list01 .listForm .info_box p + p,
.viewSkin .textBox dl{display: none;}