@charset "utf-8";

@import url("normalize.css");

@font-face {
	font-family:'Roboto_r';
	font-style:normal;
	font-weight:normal;
	src:url('../fonts/Roboto-Regular.eot');
	src:local(※), 
	url('../fonts/Roboto-Regular.woff') format('woff'), 
	url('../fonts/Roboto-Regular.woff2') format('woff2'), 
	url('../fonts/Roboto-Regular.ttf') format('truetype');
}

 @font-face {
	font-family:'Notosans_L';
	font-style:normal;
	font-weight:300;
	src:url('../fonts/NotoSans-Light.eot');
	src:local(※), 
	url('../fonts/NotoSans-Light.woff') format('woff'), 
	url('../fonts/NotoSans-Light.woff2') format('woff2'), 
	url('../fonts/NotoSans-Light.otf') format('opentype');
}

@font-face {
	font-family:'Notosans_R';
	font-style:normal;
	font-weight:400;
	src:url('../fonts/NotoSans-Regular.eot');
	src:local(※), 
	url('../fonts/NotoSans-Regular.woff') format('woff'), 
	url('../fonts/NotoSans-Regular.woff2') format('woff2'), 
	url('../fonts/NotoSans-Regular.otf') format('opentype');
}

@font-face {
	font-family:'Notosans_M';
	font-style:normal;
	font-weight:bold;
	src:url('../fonts/NotoSans-Medium.eot');
	src:local(※), 
	url('../fonts/NotoSans-Medium.woff') format('woff'), 
	url('../fonts/NotoSans-Medium.woff2') format('woff2'), 
	url('../fonts/NotoSans-Medium.otf') format('opentype');
} 


html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend{
  font-family:'Notosans_L', sans-serif;font-weight:normal;line-height:1.2;letter-spacing:-1px;
}
body{ font-size:14px; color:#333;}
select { height: auto; padding: 0; -webkit-appearance: none;}

.noscroll{ overflow:hidden; height:100%;}
.blind{ overflow:hidden;position:absolute;left:-999rem;width:1px;height:1px;font-size:1px;color:transparent;}

/* @form element */
	/* text input */
[class*="box"]{position:relative;display:block;}
[class*="box"] input{ width:100%; height:30px; padding:0 10px; border:1px solid #e2e2e2; font-size:14px; color:#333; letter-spacing:-1px; border-radius: 2px;box-sizing:border-box;}
[class*="box"] input::-webkit-input-placeholder{color:#999;}
[class*="box"] input::-moz-placeholder{color:#999;}
[class*="box"] input:-moz-placeholder{color:#999;}
[class*="box"] input:-ms-input-placeholder{color:#999;}
[class*="box"] input.placeholdersjs{color:#999;}
[class*="box"] input:disabled{color:#999;background:#eee;}
[class*="box"] input:disabled::placeholder{color:#999;}
[class*="box"] input[readonly]{background:#eee;color:#999;}
[class*="box"] input:focus{border:1px solid #000;}
input[type="search"]::-ms-clear{display:none;}
.it_basic.active input{padding-right:40px}

[class*="ico_"] {text-indent: -9999px; font-size: 0; display: inline-block; vertical-align: middle;}

/* select */
[class*="box"] select { box-sizing: border-box; width: 100%; border: 1px solid #ececec; height: 30px; border-radius: 2px; padding: 0 10px; background: #fff url(../images/ico_select.png) no-repeat 90% center;}
[class*="box"] select:focus { border:1px solid #000;}
[class*="box"] select:disabled { color:#999; background:#eee url(../images/ico_select.png) no-repeat 90% center;}

/* textarea */
textarea{width:100%;padding:15px;border:1px solid #e2e2e2;font-size:14px;color:#333; border-radius: 2px;}
textarea::placeholder{color:#cecece;}
textarea::-webkit-input-placeholder{color:#cecece;}
textarea::-moz-placeholder{color:#cecece;}
textarea:-moz-placeholder{color:#cecece;}
textarea:-ms-input-placeholder{color:#cecece;}
textarea.placeholdersjs{color:#cecece;}
textarea:disabled{color:#999;background:#efefef;}
textarea:disabled::placeholder{color:#999;}
textarea[readonly]{background:#efefef;color:#cecece;}
textarea:focus { border:1px solid #000;}

/* check radio input */
.form_unit { position:relative;display:inline-block;margin-left:40px;vertical-align:top;}
.form_unit:first-child,.form_unit:nth-child(1) { margin-left:0 !important;}

input[type="checkbox"],
input[type="radio"]{width:1px;height:1px;padding:0;border:0 none;margin:0;position:absolute;left:0;top:0;overflow:hidden;clip:rect(0 0 0 0);}
input[type="checkbox"] + label{display:inline-block;height:22px;vertical-align:middle;cursor:pointer;}
input[type="checkbox"] + label:before{content:'';display:inline-block;width:22px;height:22px;background:url(../images/form_checkbox.png) no-repeat 0 0;vertical-align:middle; margin-right: 10px;}

input[type="radio"] + label{display:inline-block;height:24px;vertical-align:middle;cursor:pointer;}
input[type="radio"] + label:before{content:'';display:inline-block;width:24px;height:24px;background:url(../images/form_radio.png) no-repeat 0 0;vertical-align:middle;}

input[type="checkbox"] + label span,
input[type="radio"] + label span{display:inline-block;line-height:18px;margin-left:8px;font-size:14px;color:#333;vertical-align:middle;}

input[type="checkbox"]:checked + label:before{background:url(../images/form_checkbox_on.png) no-repeat 0 0;}
input[type="radio"]:checked + label:before{background:url(../images/form_radio_on.png) no-repeat 0 0;}
input[type="checkbox"]:checked + label span,
input[type="ridio"]:checked + label span{color:#383e5c;}

input[type="checkbox"]:disabled + label:before{background:url(../images/form_checkbox_disable.png) no-repeat 0 0;}
input[type="checkbox"]:disabled + label span{color:#999;}
input[type="radio"]:disabled + label:before{background:url(../images/form_radio_disable.png) no-repeat 0 0;}
input[type="radio"]:disabled + label span{color:#999;}

input[type="checkbox"][readonly] + label:before{background:url(../images/form_checkbox_disable.png) no-repeat 0 0;}
input[type="checkbox"][readonly] + label span{color:#999;}
input[type="radio"][readonly] + label:before{background:url(../images/form_radio_disable.png) no-repeat 0 0;}
input[type="radio"][readonly] + label span{color:#999;}


/* common */
.ft-b{font-weight:bold;}
.po_re{position:relative;}

.align_l{text-align:left !important;}
.align_c{text-align:center !important;}
.align_r{text-align:right !important;}

.ver_tt{vertical-align:text-top;}
.ver_tb{vertical-align:text-bottom;}
.ver_m{vertical-align:middle;}

.clearfix:after{content:"";display:table;clear:both;}
.fl{float:left !important;}
.fr{float:right !important;}
.fn{float:none !important;}

/* grid - 1 */
.col2 > * {width:50%;}
.col3 > * {width:33.3333333333333333%;}
.col4 > * {width:25%;}
.col5 > * {width:20%;}

/* margin & padding */
.mt0{margin-top:0 !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.ml20{margin-left:20px !important}
.ml30{margin-left:30px !important}
.mb20{margin-bottom:20px !important}
.mb60{margin-bottom:60px !important}
.mr5{margin-right: 5px !important;}
.pd10{padding:10px !important;}
.pd20{padding:20px !important;}
.pd30{padding:30px !important;}
.no_pd{padding:0 !important;}
.pd_top_none{padding-top:0 !important;}
.pd_bottom_none{padding-bottom:0 !important;}
.pd_left_none{padding-left:0 !important;}
.pd_right_none{padding-right:0 !important;}
.w100{width:100% !important;}
.w100px{width:100px !important;}
.w120px{width:120px !important;}
.w200px{width:200px !important;}

/**/
.dlbox{display: table;table-layout: fixed; width: 100%}
.dlbox > *{ display: table-cell;width: 50% }
.dlbox > first-child{text-align: left;}
.dlbox > last-child{text-align: right;}
/* visible & hide */
.none{display:none !important;}
.in_bl{display:inline-block;}
.block{display:block !important;}

.border_n{border:none !important;}
.count_num{font-weight:normal !important;vertical-align:0.5px}
.dt_prdt_tit a{width:100%;}
.dimmed{display:none;position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.6);transition:all .3s ease;z-index:998;} /* dimmed */
.aft_clear::after{display: table; content: ''; clear: both;}

/* font */
.red{color:#f33f46 !important;}
.navy{color:#383e5c !important;}
.gray{color:#666666 !important;}
.orange{ color: #F2664D !important; }
.light_gray{color:#999999 !important;}

/* etc */
.ess{display:inline-block;position:relative;top:-2px;margin:0 2px;color:#f37300;}

/* 버튼 */
.btn_wrap { display: flex; padding: 20px 0; justify-content: center;}
.btn_wrap > .btn_area a:first-child { margin-left: 0 !important;}
.btn_wrap > .btn_area.tl { margin-right: auto;}
.btn_wrap > .btn_area.tr { margin-left: auto;}
.btn_area { display: flex; flex: none;}
.btn_area a { display: inline-block; text-align: center; cursor: pointer;}
.btn_area *[class*="btn_txt"] { padding: 0 15px; margin-left: 10px; line-height: 29px; border-radius: 3px; height: 30px; font-size: 14px;}
.btn_area .sm { line-height: 29px; height: 30px; padding: 0 12px;}
.btn_area .btn_txt_l { border: 1px solid #2E4387; background-color: #fff; color: #2E4387;}
.btn_area .btn_txt_r { border: 1px solid #F2664D; background-color: #F2664D; color: #fff}
.btn_area .btn_txt_b { border: 1px solid #2E4387; background-color: #2E4387; color: #fff}
.btn_area .btn_txt_lg { border: 1px solid #a5a5a5; background-color: #fff; color: #666;}
.btn_area .btn_txt_lr { border: 1px solid #F2664D; background-color: #fff; color: #F2664D;}
.btn_area .btn_txt_g { border: 1px solid #aaa; background-color: #aaa; color: #fff}

.btn_area .iclogin { background: url(../images/ico_login.png) no-repeat left center; padding-left: 21px;}
.btn_area .ico_search { width: 30px; height: 30px; border: 1px solid #ddd; background:#fff url(../images/ico_search.png) no-repeat center; margin-left: 5px;}
.btn_area .ico_close { width: 25px; height: 25px; border: 1px solid #fff; background:url(../images/btn_close.png) no-repeat center; border-radius: 2px; background-size: 13px auto;}
.ico_cal { position: absolute; display: block; width: 20px; height: 20px; top: 5px; right: 10px; background:url(../images/ico_calendar.png) no-repeat center;}
.ico_del { position: absolute; display: block; width: 20px; height: 20px; top: 5px; right: 10px; background:url(../images/ico_del.png) no-repeat center;}


/* ########################################################################################################################################################################################################### */
html, body{height:100%;}

#Container { display: flex; width: 100%; height: 100%; }
#header { display: flex; width: 100%; height: 60px; padding: 0 20px; align-items: center; border-bottom: 1px solid #f5f5f5; box-shadow: 2px 1px 10px 1px rgb(204 204 204 / 20%); background-color: #fff; flex: none;}


.content_wrap { display: flex; height: 100%; width: 100%; flex-direction: column; overflow-x: auto; background-color: #fafafa;/*padding: 40px 50px 30px;*/}
.content_area { margin-top:30px; width: 100%;}

/* 메뉴 */
.navi { display: flex; width: 250px; height: 100%; background-color: #3442B9; flex-direction: column; flex: none;}
.logo { display: flex; padding-left: 30px; height: 60px; align-items: center; flex: none;}
.logo img { width: 95px; height: auto;}
.m_btn { position: absolute; left: 190px; top:0; background: #3442B9;}
.m_btn .btn { display: block; width: 60px; height: 60px; text-indent: -9999px;}
.m_btn.close .btn { background:url(../images/ico_close.png) no-repeat center; background-size: 15px auto;}
.m_btn.open .btn { background:url(../images/ico_menu.png) no-repeat center; background-size: 20px auto;}
.m_btn.open { left: 10px;}

.menu { display: flex; margin-top: 30px; flex-direction: column; color: #fff; overflow-y: auto; }
.menu a { color: #fff; display: block;}
/* 1뎁스 */
.menu > .dep1 { position: relative;}
.menu > .dep1::before { content: ''; position: absolute; width: 190px; left: 30px; bottom: 0; border-bottom: 1px solid #5D68C7;}
.menu > .dep1:nth-child(1) > a strong { background:url(../images/m_user.png) no-repeat 30px center; background-size: 22px auto;}
.menu > .dep1:nth-child(2) > a strong { background:url(../images/m_home.png) no-repeat 30px center; background-size: 16px auto;}
.menu > .dep1:nth-child(3) > a strong { background:url(../images/m_cs.png) no-repeat 30px center; background-size: 18px auto;}
.menu > .dep1:nth-child(4) > a strong { background:url(../images/m_cal.png) no-repeat 30px center; background-size: 19px auto;}
.menu > .dep1:nth-child(5) > a strong { background:url(../images/m_prom.png) no-repeat 30px center; background-size: 18px auto;}
.menu > .dep1:nth-child(6) > a strong { background:url(../images/m_sns.png) no-repeat 30px center; background-size: 12px auto;}
.menu > .dep1:nth-child(7) > a strong { background:url(../images/m_noti.png) no-repeat 30px center; background-size: 18px auto;}
.menu > .dep1 > a { display: block; padding: 20px 0;}
.menu > .dep1 > a strong { font-size: 16px; font-family: Notosans_M; padding-left: 60px; color: #fff;}

/* 2뎁스 */
.m2 { padding: 5px 30px;}
.m2 > .dep2 { padding: 15px 0 15px 15px; border-bottom: 1px solid #5D68C7;}
.m2 > .dep2:last-child { border-bottom: none; padding-bottom: 0;}
.m2 > .dep2 > a strong { background:url(../images/ico_more.png) no-repeat left center; background-size: 5px auto; padding-left: 15px; font-size: 15px;}

/* 3뎁스 */
.m3 { padding: 10px 0 0 17px;}
.m3 > .dep3 { padding: 3px 0;}
.m3 > .dep3 > a strong { font-size: 14px;}

/* 4뎁스 */
.m4 { padding: 10px 0 ;}
.m4 > .dep4 { padding: 3px 0;}
.m4 > .dep4 > a strong { font-size: 14px;}

/* on일경우 */
.s_menu { display: none;}
.menu > .on > .s_menu { display: block; background-color: rgb(24 34 119 / 30%); padding-bottom: 20px;}
/* 1뎁스 */
.menu > .dep1.on { padding: 0; border-bottom: none;}
.menu > .dep1.on::before { border-bottom: none;}
.menu > .dep1.on > a { padding: 0;}
.menu > .dep1.on > a strong { display: block; padding: 12px 0 12px 30px; background: #fafafa; color: #000; box-shadow: 2px 1px 10px 1px rgb(0 0 0 / 20%); padding-left: 60px;}
.menu > .dep1.on:nth-child(1) > a strong { background: #fafafa url(../images/m_user_on.png) no-repeat 30px center; background-size: 22px auto;}
.menu > .dep1.on:nth-child(2) > a strong { background:#fafafa url(../images/m_home_on.png) no-repeat 30px center; background-size: 16px auto;}
.menu > .dep1.on:nth-child(3) > a strong { background:#fafafa url(../images/m_cs_on.png) no-repeat 30px center; background-size: 18px auto;}
.menu > .dep1.on:nth-child(4) > a strong { background:#fafafa url(../images/m_cal_on.png) no-repeat 30px center; background-size: 19px auto;}
.menu > .dep1.on:nth-child(5) > a strong { background:#fafafa url(../images/m_prom_on.png) no-repeat 30px center; background-size: 18px auto;}
.menu > .dep1.on:nth-child(6) > a strong { background:#fafafa url(../images/m_sns_on.png) no-repeat 30px center; background-size: 12px auto;}
.menu > .dep1.on:nth-child(7) > a strong { background:#fafafa url(../images/m_noti_on.png) no-repeat 30px center; background-size: 18px auto;}

/* hover일경우 */
.menu > .dep1 > a:hover strong { display: block; padding: 12px 0 12px 30px; background-color: #fafafa; color: #000; box-shadow: 2px 1px 10px 1px rgb(0 0 0 / 20%); padding-left: 60px;}
.menu > .dep1:hover:nth-child(1) > a strong { background:#fafafa url(../images/m_user_on.png) no-repeat 30px center; background-size: 22px auto;}
.menu > .dep1:hover:nth-child(2) > a strong { background:#fafafa url(../images/m_home_on.png) no-repeat 30px center; background-size: 16px auto;}
.menu > .dep1:hover:nth-child(3) > a strong { background:#fafafa url(../images/m_cs_on.png) no-repeat 30px center; background-size: 18px auto;}
.menu > .dep1:hover:nth-child(4) > a strong { background:#fafafa url(../images/m_cal_on.png) no-repeat 30px center; background-size: 19px auto;}
.menu > .dep1:hover:nth-child(5) > a strong { background:#fafafa url(../images/m_prom_on.png) no-repeat 30px center; background-size: 18px auto;}
.menu > .dep1:hover:nth-child(6) > a strong { background:#fafafa url(../images/m_sns_on.png) no-repeat 30px center; background-size: 12px auto;}
.menu > .dep1:hover:nth-child(7) > a strong { background:#fafafa url(../images/m_noti_on.png) no-repeat 30px center; background-size: 18px auto;}

.m2 > .dep2:hover > a strong { background:url(../images/ico_more_on.png) no-repeat left center; background-size: 5px auto; color: #FFF7B9;}
.m3 > .dep3:hover > a strong { color: #F5E355; font-weight: bold;}
.m4 > .dep4:hover > a strong { font-weight: bold; text-decoration: underline;}

/* 2뎁스 */
.m2 > .dep2.on > a strong { background:url(../images/ico_more_on.png) no-repeat left center; background-size: 5px auto; color: #FFF7B9;}
/* 3뎁스 */
.m3 > .dep3.on > a strong { color: #F5E355; font-weight: bold;}

/* menu 닫았을 경우 */
.navi.m_off { width: 80px;}
.navi.m_off > .logo { display: none;}
.navi.m_off > .menu { margin-top: 90px;}
.navi.m_off > .menu > .on > .s_menu { display: none;}
.navi.m_off > .menu > .dep1 > a,
.navi.m_off > .menu > .dep1.on > a { display: flex; height: 80px; padding: 0;}
.navi.m_off > .menu > .dep1::before { width: 80px; left: 0;}
.navi.m_off > .menu > .dep1 > a strong { display: block; font-size: 12px; padding-left: 0; font-family: Notosans_L; text-align: center; padding-top: 25px;}
.navi.m_off > .menu > .dep1 > a strong { background-position: top center; margin: auto; width: 80px;}
.navi.m_off > .menu > .dep1.on > a strong,
.navi.m_off > .menu > .dep1 > a:hover strong { background-position: top center; box-shadow: none; padding: 25px 0 0;}
.navi.m_off > .menu > .dep1.on > a,
.navi.m_off > .menu > .dep1 > a:hover { background-color: #fafafa;}

 
.admin_name { display: inline-block; font-size: 14px; color: #333; margin-right: 20px;}
.admin_name span { font-weight: bold; background:url(../images/ico_admin.png) no-repeat left center; background-size: 16px; padding-left: 21px;}
.util_wrap { display: flex; align-items: center; margin-left: auto;}

.cont_box { display: flex; padding: 30px 20px; flex-direction: column; overflow-y: auto; width: 100%;}

/* 타이틀 */
.tit_area { display: flex; border-bottom: 1px solid #eee; padding-bottom: 20px;}
.tit_area .tit { font-size: 18px; font-family: Notosans_R; background:url(../images/ico_ti.png) no-repeat left center; padding-left: 20px;}
.tit_area .page_navi { margin-left: auto; color: #666666; font-size: 12px; text-align: right;}
.tit_area .page_navi li{display: inline-block;}
.tit_area .page_navi li:first-child { background:url(../images/ico_home.png) no-repeat left center; padding-left: 22px;}
.tit_area .page_navi li ~ li{ margin-left: 5px}
.tit_area .page_navi li::after {content: '>'; display: inline-block;margin-left: 5px}
.tit_area .page_navi li:last-child::after {content: none;}
.tit_area .page_navi li a{color:#666;}

/* 검색 */
.search_wrap { position: relative; display: flex; width: 100%; border: 1px solid #eee; border-top: 2px solid #999; background-color: #fff; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding: 8px 20px 3px; flex-wrap: wrap;}
.in_box { display: flex; margin-right: 30px; padding-bottom: 5px;}
.in_box .tit { display: inline-block; margin-right: 20px; line-height: 30px;}
.in_box span { line-height: 30px;}
.in_box .box { display: flex }
.in_box .box .select_box { width: 100px;}
.in_box .box .input_box { position: relative; width: 100px;}
.in_box .box span { margin-left: 10px;}
.in_box .box span:first-child { margin-left: 0;}
.in_box:last-child { position: absolute; right: 20px; margin-right: 0;}


/* 테이블 */
.table_wrap { background: #fff; padding: 20px; border-radius: 5px; box-shadow: 2px 1px 5px 1px rgb(204 204 204 / 20%);}
.table_top { display: flex; align-items: center;}
.table_top h3 { font-size: 16px; color: #000;}
.table_top .count_area span { padding: 0 3px 0 5px; color: #000; font-weight: bold;}
.table_top > .btn_area { margin-left: auto;}


.table_list { margin-top:15px;}
.table_thead { border-top: 2px solid #999; width:100%; border-collapse: separate; }
.table_thead th { background: #f9f9f9; border-bottom: 1px solid #eee; border-right: 1px solid #eee; font-weight: bold;font-size:14px;color:#666; font-family: Notosans_R;}
.table_thead td { border-bottom: 1px solid #eee; color: #333; font-size:14px}
.table_thead tr th:last-child { border-right: none;}
.table_thead th { padding:15px 0; text-align: center;line-height:1.2}

.table_tbody { width:100%; border-collapse: separate;}
.table_tbody td { border-bottom: 1px solid #eee; color: #333; font-size:14px; padding: 8px 10px; text-align: center;line-height:1.2}

.grid_area { width: 100%;}

.table_view { table-layout:fixed; width:100%; margin-top: 10px; border-top: 2px solid #a5a6a8; border-collapse: separate;}
.table_view th,
.table_view td {position:relative;border-bottom:1px solid #eee;box-sizing:border;}
.table_view th {padding:8px 10px; font-size:14px; font-weight: bold;color:#666;background:#f9f9f9;border-right:1px solid #eee;border-left:1px solid #eee; text-align:left;}
.table_view td {padding:8px 10px;}
.table_view th:first-child {border-left:0;}
.table_view td {font-size:14px; text-align:left;}
.table_view td .box { display: flex;}
.table_view td .box .input_box { display: flex; width: 100%;}
.table_view td .box .select_box { width: 100%;}
.table_view td .box .btn_area a { margin-left: 5px; border-radius: 2px;}
.table_view td .box span { margin-left: 5px;}
.table_view td .box span:first-child { margin-left: 0;}
.table_view td .box > .form_unit { margin-right: 30px;}
.table_view td .box > .form_unit input[type="checkbox"] + label span,
.table_view td .box > .form_unit input[type="radio"] + label span { margin-left: 8px;}
.table_view.type2 th { border-left: none; text-align: center;}
.table_view.type2 th:last-child { border-right: none}
.table_view.type2 td { text-align: center;}


/* 페이지 */
.page_area{font-size:0;line-height:0;text-align:center; margin: 25px 0;}
.page_area a, .page_area strong{display:inline-block;width:29px;height:29px;margin-left:3px;text-align:center;line-height:28px;font-size:14px; color: #222222}
.page_area a:first-child, .page_area strong:first-child, .page_area .btn_prev + a, .page_area .btn_prev + strong{margin-left:0;}
.page_area a{color:#222;background:#fff;}
.page_area a:hover{background:#ddd; border-radius: 50%; color:#222;}
.page_area a:active, .page_area strong{ color:#fff;background: #595651 ; border-radius: 50%}
.page_area .btn_prev{margin-right:10px;}
.page_area .btn_next{margin-left:10px;}
.page_area>[class*="btn_"].disabled *{opacity: 0.3}
.page_area>[class*="btn_"].disabled:hover{background: none}
.page_area>[class*="btn_"].disabled:active [class*="ico_page"]{background-position: center -12px}
.page_area>[class*="btn_"]:active [class*="ico_page"]{background-position:center 7px ;}
.ico_page_first { width: 28px; height: 28px; background: url(../images/ico_page_first.png) no-repeat center; }
.ico_page_prev { width: 28px; height: 28px; background: url(../images/ico_page_pre.png) no-repeat center; }
.ico_page_last { width: 28px; height: 28px; background: url(../images/ico_page_last.png) no-repeat center; }
.ico_page_next { width: 28px; height: 28px; background: url(../images/ico_page_next.png) no-repeat center; }


/* 탭 */
.tab_wrap { position: relative; height: 40px;}
.tab_wrap::before { content: ''; position: absolute; width: 100%; bottom: -2px; border-bottom: 2px solid #999;}
.tab_wrap ul { display: flex;}
.tab_wrap li { border: 1px solid #eee; border-right: none; background: #fff;}
.tab_wrap li:first-child { border-top-left-radius: 5px;}
.tab_wrap li:last-child { border-top-right-radius: 5px; border-right: 1px solid #eee;}
.tab_wrap li.on + li { border-left: none;}
.tab_wrap li a { display: block; text-align: center; line-height: 40px; padding: 0 20px; height: 40px;}
.tab_wrap li.on { color: #000; border: 2px solid #999; border-bottom: none; border-top-left-radius: 5px; border-top-right-radius: 5px; background-color: #fafafa; z-index: 10;}
.tab_wrap li.on a { font-family: Notosans_M;}

/* 레이아웃 */
.layout_wrap { display: flex;}
.layout_wrap .layout_area { width: 100%;}
.layout_wrap .layout_area:last-child { margin-left: 20px;}

/* 팝업 */
.popup_wrap { display: flex; flex-direction: column; height: 100%; width: 100%; background: #fafafa;}
.popup_wrap .popup_header { display: flex; height: 50px; background-color: #2E4387; padding: 0 30px; align-items: center; flex: none;}
.popup_wrap .popup_header h1 { font-size: 18px; color: #fff;}
.popup_wrap .popup_header .btn_area { margin-left: auto;}
.popup_wrap .grid_area { min-height: 300px;}

.popup_wrap .content_area { padding: 0 30px;}

.btn_area .box { margin-right: 30px;}
.btn_area .box .form_unit { margin-left: 15px;}


/* 그리드 check radio input */
.tui-grid-container input[type="checkbox"] { width:22px; height: 22px; border: 1px solid #ddd; position:relative; background:url(../images/form_checkbox.png) no-repeat 0 0;vertical-align:middle;}

.tui-grid-border-line-top { border-top: 2px solid #999 !important;}
.tui-grid-cell-header { background-color: #f9f9f9 !important;; border-color: #eee !important;; color: #666 !important;; font-weight: bold;}

.tui-grid-header-area { height: 50px !important; border-color: #eee !important;}
.tui-grid-header-area .tui-grid-table tr { height: 50px !important;}

.tui-grid-scrollbar-y-inner-border { top: 50px !important;}
.tui-grid-scrollbar-right-top { height: 50px !important;}
.tui-grid-scrollbar-right-bottom { background-color: #fff !important;}
.tui-grid-scrollbar-left-bottom { background-color: #fff !important;}
.tui-grid-layer-state { top: 51px !important}

.tui-grid-row-hover { background: rgba(90,156,236,.1) !important; font-weight: bold !important;}
.tui-grid-row-basic-addr { background: rgba(242,102,77,.1) !important;}

/* 로그인 */
.login_wrap { background-color: #fafafa; align-items: center; }
.login_wrap .login_area { display: flex; width: 850px; height: 500px; margin: auto; background-color: #fff; border-radius: 10px; box-shadow: 2px 2px 10px 2px rgb(204 204 204 / 20%);}
.login_wrap .login_area .img_box { width: 350px; height: 100%; background: #4965E9 url(../images/admin_login_img.png) no-repeat center 144px; background-size: 169px auto; border-top-left-radius: 10px; border-bottom-left-radius: 10px; flex: none;}
.login_wrap .login_area .img_box p { color: #A4B2F4; font-size: 12px; padding-top: 323px; text-align: center;}
.login_wrap .login_area .login_box { display: flex; width: 100%;}
.login_wrap .login_area .login_box .login_center { margin: auto; width: 300px;}
.login_wrap .login_area .login_box h1 { margin: 0;}
.login_wrap .login_area .login_box h1 img { width: 163px; height: auto;}
.login_wrap .login_area .login_box .input_box { padding-top: 60px; }
.login_wrap .login_area .login_box .input_box input { height: 50px; margin-bottom: 10px; font-size: 20px; border-radius: 5px; }
.login_wrap .login_area .login_box .btn_login { display: block; height: 50px; text-align: center; line-height: 50px; background-color: #4965E9; border-radius: 5px; font-size: 20px; color: #fff; margin-top: 20px; font-weight: bold;}

/* 메인 */
/* 오늘의 정보 */
.today_info { display: flex; justify-content: space-between;}
.today_info li { display: flex; height: 120px; border-radius: 10px; width: 100%; margin-left: 10px; color: #fff; flex-direction: column;}
.today_info li:nth-child(1) { background: #fff url(../images/ico_today.png) no-repeat 25px center; background-size: 40px auto; margin-left: 0;}
.today_info li:nth-child(2) { background: #4167D3 url(../images/ico_m01.png) no-repeat 20px center; background-size: 60px auto;}
.today_info li:nth-child(3) { background: #6FBBEE url(../images/ico_m02.png) no-repeat 20px center; background-size: 60px auto;}
.today_info li:nth-child(4) { background: #74CDDD url(../images/ico_m03.png) no-repeat 20px center; background-size: 60px auto;}
.today_info li:nth-child(5) { background: #2CCDAE url(../images/ico_m04.png) no-repeat 20px center; background-size: 60px auto;}
.today_info li > .today { margin: auto 20px auto auto; color: #666;}
.today_info li > .today > span { display: block; font-size: 14px;}
.today_info li > .today > strong { display: block; font-size: 25px; color: #EC645E; margin: 5px 0;}
.today_info li > .data { text-align: right; margin: auto 20px auto auto;}
.today_info li > .data > span { display: block; font-size: 16px;}
.today_info li > .data > strong { display: block; font-size: 35px; margin-top: 20px;}

/* 챠트 */
.chart_wrap { display: flex; width: 100%; flex-wrap: wrap; margin-top: 30px; justify-content: space-between;}
.chart_box { width: 49%;}
.chart_box h2 { font-size: 18px; color: #000;}
.chart_box .chart { width: 100%; height: 350px; box-shadow: 2px 1px 5px 1px rgb(204 204 204 / 20%); background: #fff; border-radius: 10px; margin: 10px 0 30px; padding: 15px;}
.chart_box .chart img { width: 100%; height: auto;}
.chart_box .chart .toastui-chart-wrapper canvas { width: 100% !important; height: auto !important;}


/* 페이지준비중 */
.comming_soon { display: block; margin: 150px auto; text-align: center;}
.comming_soon .comming { display: block; width: 200px; height: 200px; border-radius: 200px; background: #fff url(../images/ico_comming.png) no-repeat center; background-size: 79px auto;; margin: 0 auto 40px;}
.comming_soon strong { font-size: 30px; color: #000;}
.comming_soon strong span { color: #EC645E; font-family: Notosans_R;}
.comming_soon p { font-size: 18px; margin-top: 10px; line-height: 26px;}

/* 달력 */
.datepicker.dropdown-menu { z-index: 1000 !important; border: 1px solid #ddd !important; -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 10%) !important; }
.datepicker-dropdown:before { border-bottom-color: #ddd !important}

/* 청소일정 달력 */
.plan_calendar { display: flex; width: 100%; padding: 30px 0;}
.plan_calendar #calendar { width: 100%;}
.fc .fc-scroller .fc-col-header  { width: 100% !important;}
.fc .fc-scroller .fc-col-header > thead > tr > th { padding: 10px 0; background: #fafafa;}
.fc .fc-scroller .fc-col-header > thead > tr > th.fc-day-sun a { color: #F2664D;}
.fc .fc-scroller .fc-col-header > thead > tr > th.fc-day-sat a { color: #4965E9;}
.fc .fc-daygrid-body { width: 100% !important; height: 100% !important;}
.fc .fc-daygrid-body .fc-scrollgrid-sync-table { width: 100% !important; height: 100% !important;}

.fc .fc-button-group > .fc-button { margin-right: 2px;}
.fc .fc-button-primary { background-color: #3442B9 !important; border-color: #3442B9 !important;}
.fc .fc-today-button { background-color: #F2664D !important; border-color: #F2664D !important;}
.fc .fc-toolbar-title { font-size: 26px !important; font-family: Notosans_M;}


#searchForm { display: flex; overflow-y: auto; width: 100%;}

.dim_layer { position: absolute; top:0; left: 0; width: 100%; height: 100%; z-index: 100; display: flex; align-items: center;}
.dim_layer .dimbg { position: absolute; top:0; left: 0; width: 100%; height: 100%; background: #000; opacity: .2;}



@media (min-width: 1600px) and (max-width: 1920px){
	.today_info li:nth-child(1) { background: #fff url(../images/ico_today.png) no-repeat 35px center; background-size: 60px auto; margin-left: 0;}
	.today_info li:nth-child(2) { background: #4167D3 url(../images/ico_m01.png) no-repeat 40px center; background-size: 70px auto;}
	.today_info li:nth-child(3) { background: #6FBBEE url(../images/ico_m02.png) no-repeat 40px center; background-size: 70px auto;}
	.today_info li:nth-child(4) { background: #74CDDD url(../images/ico_m03.png) no-repeat 40px center; background-size: 70px auto;}
	.today_info li:nth-child(5) { background: #2CCDAE url(../images/ico_m04.png) no-repeat 40px center; background-size: 70px auto;}

	.today_info li > .today { margin-right: 60px;}
	.today_info li > .data {margin-right: 40px;}
}





