/*** Reset ***/ 


/* *{box-sizing:border-box}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{margin:0;padding:0;border:none 0;font-size:100%;font:inherit;vertical-align:baseline}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}

li {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}

table {border-collapse: collapse;border-spacing: 0;}

a{text-decoration:none;color:inherit}

img {vertical-align: middle;} */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{margin:0;padding:0;border:none 0;font-size:100%;font:inherit;vertical-align:baseline}

/*** Common ***/

.clearfix::after{content:'';display:block;clear:both}

.wrapper{margin:0 auto;position:relative}

.hide {display: none}

html {
	font-size:10px;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjuns:none;
}

body{background: #f1f1f1; position:absolute; right:0; overflow-x:hidden; /* font-family: 'Noto Sans', sans-serif; font-size:13px; color:#888; */}

body,html{width:100%;}

.left{float: left;} 

.right{float: right;}

.only_pc {display: block;} 

.only_mobile {display: none;}

.only_pc_inline{display: inline-block;} 

.only_mobile_inline {display: none;}



.mt5{margin-top: 5px;}

.mt10 {margin-top: 10px !important;}

.mt20 {margin-top: 20px !important;}

.mt50 {margin-top: 50px !important;}

.mb3{margin-bottom: 3px;}

.mb5{margin-bottom: 5px;}

.mb10{margin-bottom: 10px !important;}

.mb20{margin-bottom: 20px;}


.ml5{margin-left: 5px !important;}

.ml1p{margin-left: 1% !important;}
.ml2p{margin-left: 2%}

.mb_none{margin-bottom: 0 !important;}
.mt_none{margin-top: 0 !important;}

.w10p{width: 10% !important;}
.w20p{width: 20% !important;}



.w25p{width: 25% !important;}

.w40p{width: 40% !important;}

.w45p{width: 45% !important;}

.w48p{width: 48% !important;}

.w50p{width: 50% !important;}

.w55p{width: 55% !important;}

.w49p{width: 49% !important;}

.w49_5p{width: 49.5% !important;}

.w70p {width: 70% !important;}

.w80p {width: 80% !important;}

.w90p {width: 90% !important;}

.w94p {width: 94% !important;}

.w100p{width: 100% !important;}
.h100p{height:100% !important;}


.pt5p{padding-top:5px}

/* .pr7{padding-right: 7px !important;} */
.pr35{padding-right: 35px !important;}

.pr55{padding-right: 55px !important;}
.pr80{padding-right: 80px !important;}
.pr85{padding-right: 85px !important;}

.pb5p{padding-bottom:5px}

.pb_none{padding-bottom: 0 !important;}

.dim{width: 100%; height: 100%; background: rgba(51,71,91,0.7); display: none;position: fixed;z-index:10;-webkit-transition:.5s;transition:.5s}

.dim.act{display: block;}

.finger_blue{color:#27a7df !important;}

.finger_gray{color:#888 !important;}

.finger_red{color:#ed234b !important;}

.t_center{text-align:center!important}


/*** header ***/

.header{
	position:fixed; 
	top:0; 
	width:100%; 
	/* min-width: 1025px;  */
	/* height:90px; */
    background-color:#414141;
    color:#fff;box-sizing:border-box;
    /* grid보다 높은값 수정XXXXX */
    z-index:400;
    line-height: 50px;
}

.header::after{
    content: '';
    clear: both;
    display: block;
    border-bottom: 5px solid #cc3636;
}

.header .h_wrapper {max-width: 98%;margin: 0 auto; position: relative;}

.header .logo {float: left;margin-right: 1%;}

.header .top_menu{float:left;width:70%;}

.header .top_menu li{
	display: inline-block; 
	position:relative; 
	-webkit-transition:.5s;
	transition:.5s; 
	/* width: 100px; */
    width: auto;
    min-width: 80px;
	text-align: center;
	box-sizing: border-box;
}

.header .top_menu li a{display: block;}  

.header .top_menu li.active{    
	color: #ffffff;
    background: #cc3636;
}
.header .top_menu li:hover{background-color: #cc3636;}

/* .header .top_menu li a i{margin-left:5px; position: absolute; top: 50%; transform: translateY(-65%)} */

.header .top_menu .m_1dep{position: relative;}

.header .top_menu .m_1dep .m_2dep{background:#414141;border-top:none;position:absolute;left:0;top:100%;z-index:5;width:110px;opacity:0;transform:scaleY(0);transform-origin:0 0;transition:.4s ease-in-out}

.header .top_menu .m_1dep .m_2dep li{
    line-height: 20px;
    display: block;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.header .top_menu .m_1dep .m_2dep li a{
    color: #fff;
    text-align: left;
    padding: 12px 15px;
    font-size: 13px;
    /* border-bottom: 1px solid rgba(255,255,255,.1); */
    /* width: max-content; */
    width:100%;
}

.header .top_menu .m_1dep .m_2dep li:hover{background: #cc3636; color: #2e3f50;}

.header .top_menu .m_1dep .m_2dep li:last-child{border-bottom: none;}



.header .top_menu .m_1dep:hover .m_2dep{opacity:1;transform:scaleY(1)}

.header .user_menu{float:right;position:absolute;right:0;top:50%;transform:translateY(-50%)}

.header .user_menu ul li{float: left; line-height: 27px; margin-right: 8px;font-size: 13px;}

.header .user_menu ul li:last-child{margin-right: 0;}

.header .user_menu ul li .s_box{float: left; position: relative;}

.header .user_menu ul li .s_box .icon{position:absolute;right:5px;top:50%;transform:translateY(-50%);color:#888;cursor:pointer}

.header .user_menu ul li.gm_menu{position:relative; -webkit-transition:.5s; transition:.5s; margin:0}
/* .header .user_menu ul li.gm_menu:before{content:''; position:absolute; top:5px; right:0; background:#888; width:1px; height:20px;} */

.header .user_menu ul li .finger-ai{position:relative; padding:0 10px 0 20px; cursor:pointer; display:flex; align-items:center; gap:3px;}
.header .user_menu ul li .finger-ai:before{content:''; position:absolute; top:5px; left:0; background:#888; width:1px; height:20px;}

.header .gm_menu .selectbox .dropdown {width:110px;margin:0px;border-right: 1px solid #fff; padding-right: 10px; -webkit-transition: .5s; transition: .5s;}

.header .gm_menu .selectbox .dropdown dd, 
.header .gm_menu .selectbox .dropdown dt, 
.header .gm_menu .selectbox .dropdown ul { margin:0px; padding:0px; }

.header .gm_menu .selectbox .dropdown dd { position:relative; }

.header .gm_menu .selectbox .dropdown a,
.header .gm_menu .selectbox .dropdown a:visited { color:#fff; text-decoration:none; outline:none;}

/* .header .gm_menu .selectbox .dropdown a:hover { color:#72cdf5;} */

.header .gm_menu .selectbox .dropdown dt a {display:block; float: left;}

/* .header .gm_menu .selectbox .dropdown dt a.on {color:#ffc6c6;} */

.header .gm_menu .selectbox .dropdown dt a .down_con{display:inline-block; float:right;}

.header .gm_menu .selectbox .dropdown dt a span {cursor:pointer; display:inline-block;line-height:29px; }

.header .gm_menu .selectbox .dropdown dd ul {
    background: #414141 none repeat scroll 0 0;
    border: 3px solid #cc3636;
    color: #515151;
    display: none;
    left: -15px;
    /* padding: 0 5px; */
    position: absolute;
    top: 35px;
    left: -10px;
    width: 120px;
    min-width: 100px;
    list-style: none;
    text-align: left;
}


.header .gm_menu .selectbox .dropdown span.value { display:none;}

.header .gm_menu .selectbox .dropdown dd ul li{margin-right: 0 !important; width: 100%; clear: left;}

/* .header .gm_menu .selectbox .dropdown dd ul li a { padding:5px; display:block;padding-left:11px;text-align: left; border-bottom: 1px solid rgba(255,255,255,.1);} */

.header .gm_menu .selectbox .dropdown dd ul li a {
       padding: 10px;
    display: block;
    /* padding-left: 35px; */
    text-align: left;
    line-height: 20px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    position: relative;
}

.header .gm_menu .selectbox .dropdown dd ul li a span{margin-left:5px;}

.header .gm_menu .selectbox .dropdown dd ul li:hover {background-color:#cc3636; }

.header .gm_menu .selectbox .dropdown dd ul li:last-child a {border-bottom: none;}

/* .header .gm_menu .selectbox .dropdown dd ul li a::before,
.header .gm_menu .selectbox .dropdown dt a::before{content:'';display:inline-block;vertical-align:middle;background:url(../../images/all/header_ico.png) no-repeat;width:20px;height:25px} */

/* .header .gm_menu .selectbox .dropdown dd ul li a::before, .header .gm_menu .selectbox .dropdown dt a::before {
     content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../../images/all/header_ico.png) no-repeat;
    width: 20px;
    height: 25px;
    position: absolute;
    left: 3px;
    top: 5px;
} */

/* .header .gm_menu .selectbox .dropdown dd ul li a::before, .header .gm_menu .selectbox .dropdown dt a::before {
    content: '\f0c0';
    display: inline-block;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 5px;left: 3px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #cc3636;
} */

/* .header .gm_menu .selectbox .dropdown dd ul li a::before, .header .gm_menu .selectbox .dropdown dt a::before {
    content: '';
    display: inline-block;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 5px; left: 3px;
    font-size:11px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #cc3636;
} */


/* .header .gm_menu .selectbox .dropdown dd ul li a::before {
	 content: '';
    display: inline-block;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 10px;left: 3px;
    font-size:11px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #cc3636;
} */

.header .gm_menu .selectbox .dropdown dd ul li a::before, 
.header .gm_menu .selectbox .dropdown dt a[class^=gm_]:before  {
    content: '';
    display: inline-block;
    clear: both;
    vertical-align: middle;
    background: url(../../images/all/hd_con.svg) no-repeat;
    background-position: 0 0;
    color: #a7a7a7;
    width:18px; height:18px;
}

.header .gm_menu .selectbox .dropdown dt .gm_sales.on::before  {background-position: 0 0 !important;	} 
.header .gm_menu .selectbox .dropdown dd ul li a.gm_Reports::before {background-position: -40px 0 !important;}
.header .gm_menu .selectbox .dropdown dt .gm_Reports.on::before  {background-position: -40px 0 !important;}
.header .gm_menu .selectbox .dropdown dd ul li a.gm_status::before {background-position: -20px 0 !important;}
.header .gm_menu .selectbox .dropdown dt .gm_status.on::before  {background-position: -20px 0 !important;}
.header .gm_menu .selectbox .dropdown dd ul li a.gm_board::before  {background-position: -60px 0 !important;}
.header .gm_menu .selectbox .dropdown dt .gm_board.on::before  {background-position: -60px 0 !important;}
.header .gm_menu .selectbox .dropdown dd ul li a.gm_admin::before  {background-position: -80px 0 !important;}
.header .gm_menu .selectbox .dropdown dt .gm_admin.on::before  {background-position: -80px 0 !important;}




/* ------------ togglebell ------------ */

.header .togglebell{position: relative;}

.header .togglebell .b_cnt{position:absolute;top:-5px;left:0;right:0;z-index:20;text-align:center;line-height:0;display:block}

.header .togglebell .b_cnt em{display:inline-block;height:14px;vertical-align:top;background-color:#FAC863;color:#333;font-size:11px;line-height:14px;padding:0 4px;min-width:5px;text-shadow:0 1px rgba(0,0,0,.2)}

.header .togglebell .b_cnt .arrow_down{position:absolute;left:50%;margin:0 0 0 -3px;top:14px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #ff0}

/* .fa-bell.act{color:#FAC863;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;transform:translate3d(0,0,0);backface-visibility:hidden;perspective:1000px}
@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}} */

.hdcon_bell.act:after{
    background-position: -20px -20px !important;
    width: 18px;
    height: 20px;  
    animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;
    transform:translate3d(0,0,0);
    /* backface-visibility:hidden; */
    perspective:1000px
}
@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}


.header .notice_area {
    display: none;
    position: absolute;
    top: 70px;
    right: 45px;
    background: #3c3c3c;
    /* border: 4px solid #cc3636; */
    z-index: 9999;
    /* font-size: 1.2rem; */
    text-align: left;
    padding: 12px;
    border-radius: 4px;
    width: 480px;
}

.header .notice_area:before {
    position: absolute;
    content: '';
    top: -10px;
    right: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #3c3c3c;
}

.header .notice_area li{position:relative;color:#888;line-height:1.3;text-overflow:ellipsis;overflow:hidden;width:100%;padding:10px 6px;border-bottom:1px solid #6b6b6b}

.header .notice_area li.new{color:#fac863;padding-left:16px}

.header .notice_area li.new:before{position:absolute;content:'';top:16px;left:4px;width:4px;height:4px;background:#fac863;border-radius:50%}

.header .notice_area li a{cursor:pointer;display:-webkit-box;position:relative;overflow:hidden;text-overflow:ellipsis;padding-right:110px;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:100%;}

.header .notice_area li a span{position:absolute;top:0;right:0;letter-spacing:-.05em}

.header .notice_area button{float:right;margin-top:25px;color:#fff;font-size:11px;background-color:transparent;border:none}




/* ------------ mobile_header ------------ */

.m_header{background-color:#414141;color:#fff; position:fixed;top:0;left:0;width:100%;min-width: 320px;height:45px;z-index:11;display:none}

.m_header .left_con .hamburger{position:absolute;left:0;top:0;width:45px;height:45px;text-align:center; }

.m_header .left_con .back_btn{position:absolute;left:45px;top:0;width:45px;height:45px;text-align:center; }

.m_header h3{display:inline-block;width:100%;line-height:45px; padding-left:50px; font-size:var(--font-size-x2);}

.m_header .right_con{
	position:absolute;top:0;right:0; display:flex; align-items:center;
}
.m_header .right_con a{width:40px; height:45px; text-align:center}
.m_header .right_con .finger-ai{width:50px;}
/* .m_header .right_con .search{right:80px;}
.m_header .right_con .bell{right:40px;}
.m_header .right_con .home{right:0;} */
.m_header a{display:flex; justify-content:center; align-items:center;}
.m_header i{position:relative; width:18px; height:18px}
.m_header i:after{position:absolute; left:0}

/* mobile header - leftmenu */

.inbbg{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;background:rgba(0,0,0,.7);overflow-y:auto}

.lnb{position:absolute;left:-300px;background:#282828;width:300px;height:100%;z-index:9999;transition:all .3s}

.lnb.on{left:-300px}

.lnb .lnb_tit{position:relative;padding:20px}

.lnb .lnb_tit h1 img{width:180px}

.lnb .lnb_tit .lnb_close{display:block;position:absolute;right:10px;top:15px;width:18px;height:18px;padding:27px;background:url(../../images/all/close.png) no-repeat center center;background-size:18px;-webkit-background-size:18px;-moz-background-size:18px;transition:all .3s;cursor:pointer}

.lnb .lnb_tit .lnb_close:hover{transform:rotate(180deg)}

.lnb .menu_btn{color:#8d96a0; border-top:1px solid #444}

.lnb .menu_btn li{float:left;width:25%;text-align:center}

.lnb .menu_btn li a{display:block;padding:4.5px;height:80px;line-height: 20px;box-sizing:border-box;font-size:1rem}

.lnb .menu_btn li a.on{color:#fff;background:#cc3636}

.lnb .menu_btn li a i{display:block;font-size:25px; margin-top:12px}

.lnb .lnb_user{color:#fff;background:#282828;padding:20px;font-size:1.5rem;font-weight:400;border-top:1px solid #444; border-bottom:1px solid #444;}

.lnb .lnb_user p span{color:#27a7df;font-size:1.4rem}

.lnb .lnb_user .flag-slt-box{display:inline-flex;position:relative;width:120px;height:26px;border-left:0}

.lnb .lnb_user .chosen-wrapper{width:100%;max-width:400px;position:relative}

.lnb .lnb_user select.lang-slt{width:100%;height:100%;color:rgba(255,255,255,.3);font-size:12px;padding:0 15px;cursor:pointer;border:1px solid rgba(255,255,255,.3);border-radius:2px;z-index:20;line-height:15px;box-sizing:border-box;background:0 0}

.lnb .lnb_user .chosen-select.lang-slt option{background-color:#fff;color:#272c30}

.lnb .lnb_user .chosen-wrapper:after{pointer-events:none;content:"";position:absolute;top:9px;right:12px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid rgba(255,255,255,.5);transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:9}

.lnb .lnb_user .lnb_user_btn{font-size:1.6rem;float:right;line-height:25px;cursor:pointer}

.lnb .lnb_user .lnb_user_btn span{margin-left:10px}

.lnb .lnb_menu{color:#8d96a0;font-size:1.2rem}

.lnb .lnb_menu .lnb_tit{padding: 10px 20px 15px;border-top: 1px solid #485d73;border-bottom: 1px solid #485d73;color: #6f8ba6;font-size: 20px;}

.lnb .lnb_menu ul li{line-height:40px;position:relative;background:#282828;    color: rgba(255,255,255,0.5);}

.lnb .lnb_menu ul li a i{
	width: 20px;
    text-align: center;
}

.lnb .lnb_menu ul li a.link{padding:0 20px;box-sizing:border-box;display:block}

.lnb .lnb_menu ul li .link.on{background:#cc3636;color:#fff}

.lnb .lnb_menu h2.on{background:#27a7df;color:#fff}

.lnb .lnb_menu ul li a span.arrows{position:absolute;right:20px;font-size:9px;-webkit-transition:-webkit-transform .15s linear 0s;transition:-webkit-transform .15s linear 0s;transition:transform .15s linear 0s;transition:transform .15s linear 0s,-webkit-transform .15s linear 0s}

.lnb .lnb_menu ul li a.on span.arrows{-webkit-transform:rotate(90deg);transform:rotate(90deg)}

.lnb .lnb_menu ul li .lnb_submenu{display:none;background:#000;padding:0 30px}

.lnb .lnb_menu ul li .lnb_submenu.on li{color:#fff}

.lnb .lnb_menu ul li .lnb_submenu li{display:block;width:100%;line-height:40px!important;background:#000; cursor:pointer}

.lnb .lnb_menu ul li .lnb_submenu li:hover{
	color:#fff;	
}

.lnb .lnb_menu ul li .lnb_submenu li.on{color:#fff}

select.lang-slt{width:100%;height:100%;color:#fff;font-size:12px;padding:0 2px;cursor:pointer;border:1px solid rgba(255,255,255,.3);border-radius:2px;z-index:20;line-height:15px;box-sizing:border-box;background:0 0}

select.lang-slt{border:1px solid rgba(255,255,255,.3);border-radius:2px;-webkit-appearance:none;-moz-appearance:none;z-index:20}

select[disabled] {
    background-color: #f1f1f1 !important;
}

.chosen-select.lang-slt{padding:0 10px;line-height:15px}

.chosen-select.lang-slt option{background-color:#fff;color:#272c30}


/*** footer ***/


.footer{margin-top: 20px; padding:15px 5px; box-sizing:border-box;text-align:center;border-top:1px solid #dcdcdc;}

.footer p{font-size:11px;color:#686868;line-height:16px;margin-bottom:2px}


/*** datepicker common	*/

.jqx-icon2 {
	top: 0;
	margin-top: 0;
}

.jqx-icon-calendar2 {
	margin-top: 0 !important;
}

.jqx-action-button {
	border: 1px solid #dadada;
	height: 31px !important;
}
/* .jqx-rc-all {
	border-radius: 2px !important;
} */

.jqx-window-header {
	border-color: rgba(30, 129, 172, 0.7);
}


/*** popup ***/
/* .finger_popup{display:none;} */

/* .popup .jqx-window-header,
.finger_popup .jqx-window-header{
    border-bottom: 2px solid #e52415 !important;
    background-color: #fcf9f9 !important;
	padding: 5px 10px;
} */



.jqx-window-header >div {
    /* top: 14px; */
    /* height: 33px; */
    /* width: 40px !important; */
    /* font-size: 14px;
    font-weight: 700; */
    /* line-height: 33px; */
}

/* .jqx-window-header .jqx-window-close-button-background{
    position: absolute;
    top: 10px;
    width: auto !important;
}  */

/* .jqx-window-header .jqx-icon-close {
    padding: 12px;
    background: url(../../images/all/pop_close.png) no-repeat center center;
    background-size: 18px;
    -webkit-background-size: 18px;
    -moz-background-size: 18px;
} */

.popup h4{font-size:0}

.popup .search_default.btn2 {
    padding-right: 90px;
}

.popup .search_default.btn4 {
    padding-right: 170px;
}

.popup .search_default.btn6 {
    padding-right: 220px;
}



.search_default{
	position: relative;
}

.search_default input {
	width: 100%;
}

.search_default .poa {
	position: absolute;
	right: 0;
	top: 0;
}

.search_default .poa>div {
    display: inline-block;
    padding: 6px 12px 5px 0px;
    vertical-align: middle;
    /* border: 1px solid #E1E6EB; */
    /* background-color: #FBFCFD; */
    border-radius: 2px;
}

.search_default .poa>button {
    display: inline-block;
    width: 60px;
}

/* 占쏙옙占시� */
.alert_popup {
    display: none;
    position: fixed;
    top: 0px;
    left: 47%;
    z-index: 800;
    width: 100%;
    max-width: 300px;
}

.alert_popup .alert-title {
	font-size: 16px;
	color: #fff;
}

.alert_popup .alert-title>a {
	float: right;
}

.alert_popup .alert-box {
        background-color: #fff;
    border-radius: 5px;
    padding: 15px 0;
    border-top: 5px solid #cc3636;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.alert_popup .alert-box .alert-content {
    position: relative;
    color: #444;
    text-align: center;
    margin-bottom: 20px;
}
.alert_popup .alert-box .alert-content p {
	line-height: 18px;
}

.alert-content i {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

.alert_popup .alert-box .alert-btn-wrap{
    text-align: center;
    margin-bottom: 10px;
}

.alert-btn-wrap a{
	cursor:pointer
}

.alert_popup .alert-box .alert-content i.fa-exclamation-circle{
    color: #e28634;	
}

.alert_popup .alert-box .alert-content i.fa-check-circle{
    color: #e28634;	
}

.alert_popup .alert-box .alert-content i.fa-question-circle{
    color: #F44336;	
}

.alert-content i.fa-clock{
    color: #e28634;	
}

.alert_popup .alert-box .fa-question-circle {
    padding: 15px 0 0;
    text-align: center;
}
.pointer{cursor:pointer;}
/* .alert_popup .alert-box .alert-btn-wrap a {
    outline: none;
	display: inline-block;
	float: inherit !important;
	width: inherit !important;
	margin: 0 25px !important;
	padding: 5px 14px;
	border: 1px solid #a7a7a7;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 0 #ddd;
	cursor: pointer;
} */

.alert-btn-wrap a{
	    height: 24px;
    /* line-height: 2px; */
    padding: 5px 15px;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    background: #cc3636;
    /* border: 1px solid #dcdcdc; */
    color: #fff;
    /* vertical-align: top; */
    outline: none;
}

/* 세션만료 재 로그인 */
.popup_z {
	display: none;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: rgba(0, 0, 0, .6);
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 400;
}

.popup_z.on {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.popup_z .pop_area {
	position: relative;
	top: 50%;
	width: 400px;
	margin-top: -90px;
	background-color: #fff;
	border-radius: 5px;
	padding: 15px 0;
    text-align: center;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
}

.popup_z button.pop_close {
	position: absolute;
	right: 1px;
	top: 1px;
	padding: 12px;
}

.popup_z button.pop_close i {
	display: block;
	width: 12px;
	height: 12px;
	background: url("../../images/all/lnb_close.png") no-repeat center
		center;
	background-size: 12px;
	-webkit-background-size: 12px;
	-moz-background-size: 12px;
}

.popup_z .relogin {
	margin-top: 30px;
	text-align: center;
}

.popup_z .pop_area h5 {
	padding: 12px 10px 10px;
	font-size: 16px;
	color: #fff;
	background-color: #27aae1;
	border-radius: 5px 5px 0 0;
}

.popup_z .relogin h6 {
	padding-bottom: 25px;
	font-size: 15px;
	border-bottom: 1px dotted #ddd;
}

.popup_z .relogin h6 strong.c_red {
	color: #ff0000;
}

.popup_z .relogin .con {
	padding: 20px 0 25px;
}

.popup_z .relogin .con p:first-child {
	margin-bottom: 20px;
}

.popup_z .relogin .con input { height: 30px;}

.fa-star{color: #6f5858;}
.fa-star.on{
color:#ffc600
}


/* 2024.05.02 - 청구관리자 삭제 팝업 */
.pop_claim_wrap{font-size:13px; padding:15px}
.pop_claim_wrap>div{margin-bottom:20px}
.pop_claim_wrap>div:last-child{margin-bottom:0}
.pop_claim_wrap>p{font-weight:bold; margin-bottom:20px}
.pop_claim_wrap svg{width:18px}
.pop_claim_wrap .pclaim_tit{display:flex; gap:5px; align-items:center; margin-bottom:5px}
.pop_claim_wrap table{width:100%}
.pop_claim_wrap th,
.pop_claim_wrap td{padding:8px 10px; border:1px solid #e9e9e9}
.pop_claim_wrap th{background:#f9f9f9; width:25%; border-left:0}
.pop_claim_wrap td{border-right:0}
.pop_claim_wrap ul{margin-left:40px}
.pop_claim_wrap li{list-style:demical; word-break:keep-all; margin-bottom:5px; font-size:12px}
.pop_claim_wrap .pclaim_btn{text-align:center}
.pop_claim_wrap .pclaim_btn a{background:#cc3636; padding:5px 15px; border-radius:2px; font-size:12px; color:#fff; cursor:pointer}

/* 2024.05.09 - 영업기회 변경 추가 */
.pop_oppo_wrap{font-size:13px; padding:20px}
.pop_oppo_wrap>div{margin-bottom:20px}
.pop_oppo_wrap>div:last-child{margin-bottom:0}
.pop_oppo_wrap table{width:100%}
.pop_oppo_wrap th,
.pop_oppo_wrap td{position:relative; padding:8px 10px; border:1px solid #e9e9e9; vertical-align:middle}
.pop_oppo_wrap th{background:#f9f9f9; width:35%; border-left:0}
.pop_oppo_wrap td{border-right:0}
.pop_oppo_wrap th svg{vertical-align:middle;}
.pop_oppo_wrap .pop_btn_wrap{text-align:center}
.pop_oppo_wrap a{background:#cc3636; padding:5px 15px; border-radius:2px; font-size:12px; color:#fff; cursor:pointer}
.pop_oppo_wrap .btn_cancel{background:#c0c0c0}
.pop_oppo_wrap .jqx-icon-calendar2{right:20px}
.pop_oppo_wrap .check_area{margin-top:10px}
.pop_oppo_wrap .check_area input[type=checkbox].css-checkbox+label.css-label{margin-left:0}

/* 2024.05.30 - 신규사용자 추가 팝업 */
.pop_adduser_wrap{padding:15px}
.pop_adduser_wrap table{width:100%}
.pop_adduser_wrap th,
.pop_adduser_wrap td{position:relative; padding:5px 10px; border:1px solid #e9e9e9}
.pop_adduser_wrap th{background:#f9f9f9; width:27%; border-left:0}
.pop_adduser_wrap th i{color:#e52415; font-size:12px}
.pop_adduser_wrap td{border-right:0}
.pop_adduser_wrap td input{height:30px}

.pop_adduser_wrap .tip_wrap{display:inline-block; vertical-align:middle}
.pop_adduser_wrap .tip_wrap svg{margin:0; height:auto; cursor:pointer}
.pop_adduser_wrap .tip_box{
	position:absolute; left:60px; bottom:0; z-index:1; background:#fff; width:300px; padding:10px;
	border:1px solid #d9d9d9; border-radius:3px; box-shadow:1px 3px 5px rgba(0,0,0,0.1);
}
.pop_adduser_wrap .tip_box p{margin-bottom:10px}
.pop_adduser_wrap .tip_box ul{margin-left:20px;}
.pop_adduser_wrap .tip_box li{list-style:demical; padding:5px 0}
.pop_adduser_wrap .tip_wrap:not(:hover) .tip_box{display:none}
