@charset "utf-8";

/*
	[프로그램팀 맞춤제작 및 수정 CSS]

	copyright(c) 상상너머·원데이넷 all rights reserved.
	허용된 라이센스이외 무단도용재배포를 금합니다.
	본 소스는 모두 (주)상상너머의 지적 재산이며, 이에 대해 무단도용 및 수정 재배포/재편집등을 절대 금하며 적발 시 법적 대응을 할 것임을 경고합니다.

	※ css 추가 시, 반드시 날짜와 작업자 이니셜을 기재바랍니다.

	===============================================================================
	반응형으로 제작되어 임의적인 CSS추가는 문제가 될 수 있으니 디자인팀과 반드시 상의바랍니다.
	===============================================================================
*/



/* PTC-511230:JJC - 채널몰 :: 공통요소 :: 레이어팝 ========================== */
.popup {border:1px solid #21212D; padding:20px; box-sizing:border-box; width:900px !important; max-width:95% !important; background:#fff !important; max-height:100%;}
.popup {display:flex; justify-content: stretch; align-items: stretch; flex-direction:column;}

.popup.none_layer {width:100% !important; max-width:100% !important; border:0; height:100%;}
.popup.none_layer .pop_conts {flex:1;}

.popup img {max-width:100% !important; max-height:700px}
.popup .form_wrap {flex:1; display:flex; justify-content:stretch; align-items:stretch; flex-direction:column; padding:0 5px; margin:0 -5px; overflow:hidden;}
.popup .form_wrap .data_search {padding-top:10px;}
.popup .pop_title {border-bottom:2px solid #21212D; font-size:16px; color:#21212D; font-weight:700; padding-bottom:10px; position:relative; flex:none}
.popup .pop_title {display:flex; justify-content: flex-start; align-items: center; flex-direction:row;}
.popup .pop_title .if_with {margin-top:5px;}
.popup .pop_title .btn_close {margin-left:auto; width:25px; height:25px; background:transparent url('../images/ic_close.svg') center center no-repeat; background-size:12px;}
.popup .pop_title+ .form_wrap .pop_conts {padding-top:10px;}
.popup .pop_title+ .data_search {padding-top:10px;}
.popup .pop_title+ .c_tab {margin-top:10px;}

.popup .pop_conts {overflow-y:auto; height:450px; padding:0 5px; padding-top:10px; margin:0 -5px;}
.popup .pop_conts::-webkit-scrollbar {width: 8px; }
.popup .pop_conts::-webkit-scrollbar-thumb {background-color: #DCDCE5; border-radius:100px; opacity:0.3; filter:alpha(opacity=30); -ms-filter:alpha(opacity=30);}
.popup .pop_conts::-webkit-scrollbar-track {background-color:transparent;}
.popup .pop_conts:hover::-webkit-scrollbar-thumb {background:#21212D;}
.popup .pop_conts.preview_img {text-align:center;} /* 이미지 미리보기 */
.popup .comp_search .form_wrap {overflow:visible; }

.popup .table_list {border-width:0;}
.popup .list_ctrl+ .table_list {border-width:1px;}

.popup .data_search {display:flex; justify-content:stretch; align-items:stretch; flex-direction:column; margin-bottom:0px;}
.popup .data_search .search_form {flex:1; overflow-y:auto; overflow-x:hidden; max-height:300px}
.popup .data_search .search_form::-webkit-scrollbar {width: 8px; }
.popup .data_search .search_form::-webkit-scrollbar-thumb {background-color: #DCDCE5; border-radius:100px; opacity:0.3; filter:alpha(opacity=30); -ms-filter:alpha(opacity=30);}
.popup .data_search .search_form::-webkit-scrollbar-track {background-color:transparent;}
.popup .data_search .search_form:hover::-webkit-scrollbar-thumb {background:#21212D;}

.popup .data_search .c_btn.js_open_excel_box {display:none;}
.popup .data_search .c_btn.red {display:none;}

.popup .mobile_tip {display:none !important;}
.popup .table_list thead {position:static}

.popup .c_btnbox {padding-top:15px;}
/* PTC-511230:JJC - 채널몰 :: 공통요소 :: 레이어팝 ========================== */