@import url(reset.css);
@import url(jquery-ui.min.css);
@import url(swiper.min.css);
@import url(color.css);
@import url(input_select.css);
@import url(btn.css);
@import url(images.css);
@import url(login.css);
@import url(datepicker.css);
@import url(style.css);
@import url(loaing.css);
@import url(popup.css);
@import url(app_download.css);
@import url(custom.css);

/* ==========================================================================
    z-index 정의
========================================================================== */
/* 
//--- 팝업(1000단위) ---//
팝업딤드(dim) - z-index:998;
팝업(lyPopup) - z-index:999;
이중팝업(lyPopup) - z-index:1000;

//--- 컨텐츠 fixed 영역 별 (10단위 이하) ---//
신청서 작성 썸네일 보기(thumbnail_wrap) - z-index:10;
신청서 작성 툴 영역(tool_cont) - z-index:10;
슬라이드(swiper) 이전 다음보기 버튼(view_btn_prev/view_btn_next) - z-index:5;

//--- 공통 플로팅 영역 ---//
녹취버튼(floting_area) - z-index:1100;
 */

/*--------------scroll----------------*/
textarea::-webkit-scrollbar,
.con_scroll::-webkit-scrollbar,
.table_scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: rgba(112, 125, 141, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.9);
}

textarea::-webkit-scrollbar-thumb,
.con_scroll::-webkit-scrollbar-thumb,
.table_scroll::-webkit-scrollbar-thumb {
  background-color: #707d8d;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}