/*
 * Style tweaks
 * --------------------------------------------------
 */
html,body {
  	overflow-x: hidden; /* Prevent scroll on narrow devices */
	font-family: 'Noto Sans KR', sans-serif;
	height:100%;
}
body {
    /*padding-top: 70px;*/
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    color: #4e4f58;
    background: #f9f9fc;
    font-size:13px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0.05px;
}
body::-webkit-scrollbar {
    display:none;
}
/*
::-webkit-scrollbar {
    display:none;
}
*/
html,body,div,p,span,a,img,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,form,input,select,textarea,button,label,fieldset,table,tr,td,th,tbody,thead,tfoot,caption,video,strong,em,i,b{
	font-family: 'Noto Sans KR', sans-serif;
	-webkit-font-smoothing: antialiased;
}
footer {
  	padding: 24px 15px;
    text-align: center;
}
footer p {
    font-family: 'Poppins';
    font-weight: 400;
}
ul,li,ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none; 
    color: #4e4f58;
}
a, a:active, a:focus {
	text-decoration: none !important; 
    /*color: #1e2133;*/
}
table {
    border-collapse: collapse;
    display: table;
    border-collapse: separate;
}
td, th {
    display: table-cell;
    vertical-align: inherit; 
}
p { margin:0px; }
button:active,
button:hover,
button:focus {
    outline: none;
    border: none;
}
button:focus {
    outline: 0;
    border: none;
}
.btn {
    border: none !important;
}
.btn:active, .btn:hover, .btn:focus {
    outline: none;
    border: none;
}
input,select,textarea {
    margin:0;
    border: 1px solid #ddd !important;
    border-radius: 2px !important;
}
input[type="submit"]:hover,input[type="submit"]:active,input[type="submit"]:focus {
    outline: none;
}

.form-group:last-child { margin-bottom:0; }
.form-control { height:32px; font-size:13px; }
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] { margin:0; }
.pagination { margin:0; }
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #555555;
    border-color: #555555;
}

.pagination>li>a, .pagination>li>span {
    color: #666;
    font-family: 'poppins';
    font-weight: 500;
}
.pagination>li>a, .pagination>li>span {
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

.num { font-family: 'Poppins'; font-weight:500; }
/* color-set */
.red01 { color:#F44336; }
.red02 { color:#E91E63; }
.red03 { color:#9C27B0; }
.red04 { color:#673AB7; }
.blue01 { color:#3F51B5; }
.blue02 { color:#2196F3; }
.blue03 { color:#03A9F4; }
.blue04 { color:#00BCD4; }
.green01 { color:#009688;}
.green02 { color:#4CAF50;}
.green03 { color:#8BC34A;}
.green04 { color:#CDDC39;}
.yellow01 { color:#FFEB3B; }
.yellow02 { color:#FFC107; }
.yellow03 { color:#FF9800; }
.yellow04 { color:#FF5722; }
.blue {color: #015ce8 !important;}
.gray { color: #aaa; }

.alert {
    display: block;
    width: 160px;
    padding: 8px;
    text-align: center;
    border-radius: 4px;
    background: #645ca1;
    color: #fff;
}
/* bg-color-set */
.m_green01 {background-color: #009688 !important;color:#fff;}
.m_green02 {background-color: #4CAF50 !important;color:#fff;}
.m_green03 {background-color: #8BC34A !important;color:#fff;}
.m_green04 {background-color: #3F51B5 !important;color:#fff;}

.m_red {background: #FF0000;color:#fff;}
.m_red01 {background: #F44336;color:#fff;}
.m_red02 {background: #FF5722;color:#fff;}
.m_red03 {background: #FF9800;color:#fff;}
.m_red04 {background: #FFC107;color:#fff;}

.flu_blue {background-color: #009688 !important;color:#fff;}
.flu_pink {background-color: #8BC34A !important;color:#fff;}
.flu_green {background-color: #4CAF50 !important;color:#fff;}
.flu_pupple {background-color: #3F51B5 !important;color:#fff;}
.flu_gray {background-color: #555 !important;color:#fff;}
.flu_lblue {background-color: #007bff !important; color:#fff;}
.flu_lred {background-color: #f7687d !important; color:#fff;}
.flu_lgray { background-color: #ddd; color:#555;}

/* margin-set */
.mg_t10 { margin-top: 10px; }
.mg_t20 { margin-top: 20px; }
.mg_t30 { margin-top: 30px; }
.mg_t40 { margin-top: 40px; }
.mg_b10 { margin-bottom: 10px; }
.mg_b20 { margin-bottom: 20px; }
.mg_b30 { margin-bottom: 30px; }
.mg_b40 { margin-bottom: 40px; }

/* text-set */
.txt_l { text-align: left !important; } /* í…ìŠ¤íŠ¸ ì™¼ìª½ì •ë ¬ */
.txt_r { text-align: right !important; } /* í…ìŠ¤íŠ¸ ì˜¤ë¥¸ìª½ì •ë ¬ */
.txt_c { text-align: center !important; } /* í…ìŠ¤íŠ¸ ì¤‘ì•™ì •ë ¬ */
.txt_bd { font-weight: 500 !important; } /* í…ìŠ¤íŠ¸ êµµê²Œ */
.red { color:#ff0000 !important; } /* í…ìŠ¤íŠ¸ ê°•ì¡°(ë¹¨ê°„ìƒ‰) */
.block { display:block !important; }
.txt_ind { text-indent: 15px; }
.txt_v {vertical-align: middle !important; }

/* table-set */
.table {
    margin: 0;
}
.table th, .table td {
    padding: 0.75em !important;
}

.table-bordered {
    border:1px solid #e7e7ef; !important;
    border-collapse: collapse;
}

.table-bordered thead tr th {
    background: #f7f7f9;
    border-bottom: 2px solid #d7d7de !important;
    white-space: nowrap;
}
.table-bordered tbody tr td {
    border:1px solid #e5e5ec; !important;
    border-collapse: collapse;
} 
.table-center th, .table-center td{
    text-align: center;
}
.table-borded-line {
    border: none !important;
    border: 0px !important;
}

.table-borded-line>tbody>tr>td {
    border: none;
    border-bottom: 1px solid #dadada;
}

.table-borded-line>tbody>tr:last-child td {
    border: none;
}

.table-borded-line td.date {
    color: #666;
    font-family: poppins;
    text-align: right;
}
.table-inverse { border-collapse: collapse; }
.table-inverse th {
    background: #343a40;
    color: #fff;
    font-weight: 500;
}
.table-inverse td {
    border: 1px solid #ddd;
}
.table-search { 
    width: 100%; 
    border-top: 2px solid #efeff5;
    border-collapse: collapse; 
}
.table-search th {
    border-bottom: 2px solid #efeff5;
    background: #f8f8f8;
    vertical-align:middle !important;
    white-space:nowrap;
}
.table-search td { 
    border-bottom: 2px solid #efeff5; 
    border-left: 2px solid #efeff5; 
}
.l_table th { white-space:pre; }
/* í…Œì´ë¸” ë©”ë‰´ìµœìƒë‹¨ */
.table_header {
    background: #555;
    color: #fff !important;
}
/* ì‚¬ìš©í•˜ì§€ ì•ŠëŠ” í…Œì´ë¸” í‘œì˜ì—­*/
.in_active td {
    background: #aaa;
}

/* ìµœìƒìœ„ ë©”ë‰´ ë£¨íŠ¸ */
.menu_to {
    overflow: hidden;
}

.menu_to li {
    float: left;
    margin-right: 4px;
    padding-right: 18px;
    background: url(../images/ic_next.png) right center no-repeat;
}
.menu_to li:last-child {
    background: none;
}

.menu_to li a {
    color: #fff;
}
/* ê²Œì‹œíŒ í…Œì´ë¸” ìžë¥´ê¸° ì†ì„± */
.board table { table-layout:fixed; }
.board td { overflow:hidden; white-space:nowrap; text-overflow: ellipsis; }

/* button-set */
.btn-area-set { font-size:0; }
.btn-round-s {
    height: 24px;
    line-height: 24px;
    padding: 0 24px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 50px !important;
}
.btn-round { 
    height: 36px;
    line-height: 36px;
    padding: 0 30px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
}
.btn-square {
    min-width: 106px;
    font-size: 13px !important; 
}
.btn-square i { font-size:11px; margin-right:4px; font-weight:800; }
.btn-border {
    border: 1px solid #ccc !important;
    background: #eaeaea;
    height: 26px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 500;
    padding: 0 20px;
}
.btn-border:hover {
    background: #e1e1e1 !important;
    color:#795548 !important;
}
.btn-icon {
    font-size: 11px;
    border: 1px solid #aaa !important;
    background: #fff;
    padding: 4px 12px;
}
.btn-search {
    border-radius: 2px !important;
    font-size: 13px;
    height: 32px;
	line-height: 32px;
    padding: 0 18px;
}

.btn-search i {
    font-size: 11px;
    vertical-align: initial;
    margin-right: 5px;
}
.btn-small {
    border-radius: 2px !important;
    font-size: 14px;
    min-width: 100px;
    height: 38px;
    line-height: 38px;
    padding: 0 8px;
    margin-right: 5px;
}
.btn-search-s {
    background: #f5f5f5;
    border: 1px solid #ccc !important;
    border-radius: 2px;
    height: 24px;
    line-height: 23px;
    font-size: 11px;
    padding: 0 8px;
}
.btn-wide-border {
    width: 100%;
    font-size: 12px;
    height: 24px;
    padding: 0;
    line-height: 24px;
    border-radius: 2px;
    margin: 4px 0;
    background: #3F51B5;
    color: #fff;
}

.sub_g { background: #f1f1f1; border:1px solid #ddd; }
.delete { background: #E91E63; color: #fff; }
.edit { background-color: #3F51B5; color: #fff; }
.add { background-color: #009688; color: #fff; font-size:13px; }
.cancel { background-color: #666; color:#fff; }
.delete:hover { background: #dc1e5e; color: #fff; }
.edit:hover { background-color: #3b4ba9; color: #fff; }
.add:hover { background-color: #00887b; color: #fff; }
.cancel:hover { background-color: #555; color: #fff; }
/* ë¡œê·¸ì¸ */
.login_view {
    width: 100%;
    height: 100vh;
    background: #f1f1f7;
    display: table;
}

.login_view .container {
    display: table-cell;
    vertical-align: middle;
}

.login_view .container .login {
    position: relative;
    max-width: 460px;
    margin: 10px auto;
    background: #fff;
    box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.05);
    -webkit-box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.05);
    border: 1px solid #e2e2ea;
}

.login_view .container .login .login_header {
    background: #007FED;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.login_view .container .login .login_header h3 {
    font-size: 18px;
    letter-spacing: -0.5px;
    margin: 0;
    padding: 18px 0;
}

.login_view .container .login .login_container {
    padding: 20px;
}

.login_view .container .login .login_container input {
    height: 36px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.login_view .container .login .login_container .form-group {
    margin-bottom: 30px;
}

.login_view .container .login .login_container .checkbox {}

.login_view .container .login .login_container .checkbox input {
    height: 20px;
}
.login_view .form-signin {
  /* max-width: 330px; */
  padding: 15px;
  margin: 0 auto;
}

.btn_login {
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-weight: 500;
    background: #007FED;
    color: #fff;
}

.login_view .container .login .login_footer {
    padding-bottom: 35px;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 500;
    color: #888;
}

/* common */
.container-fluid { margin:0px !important; padding:0px !important; }
.container-fluid>.navbar-header { margin:0px !important; }

.row-offcanvas {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.admin {
    height: 100%;
}

#sidebar {
    height: 100%;
    overflow-y:auto;
    -ms-overflow-style: none;
}
.admin .lnb {
    width: 240px;
    margin: 0;
    padding: 0;
    background-image: url(../images/lnb_bg.png);
    background-position: right;
}

.admin .lnb_wrapper {
    width: 232px;
    height: 100%;
    background: #3c95bd;
    position: fixed;
    overflow-y: scroll;
    -ms-overflow-style: none;
}
.admin .lnb_wrapper::-webkit-scrollbar {
    display:none !important;
}

.admin .contents_area {
    width: calc(100% - 240px);
    margin: 0;
    padding: 0;
    background: #f1f1f7;
}

.admin .contents_area.full_wide { width: 100% !important; }
.admin .contents_area.full_wide .manager { padding: 2.4em; }


.admin .lnb .master {
    /* height: 64px; */
    /* line-height: 64px; */
    color: #fff;
    font-weight: 400;
    padding: 8px;
    /* text-align: center; */
    /* border-bottom: 1px solid #666; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: #3c92b9;
}

/* ë¡œê³ ë³€ê²½ */
.int_name {
    width: 100%;
}

.int_name .wrap {
    overflow: hidden;
    /* height: 28px; */
    text-align: center;
}

.int_name .wrap p {
    /* float: left; */
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
}

.int_name .wrap p:nth-child(1) {margin-right: 4px;}

.int_name .wrap p:nth-child(1) img {
    display: block;
    vertical-align: top;
}

.int_name .comment {
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
}
.admin .lnb .master .name {
    font-size:12px;
    display:block;
    margin-top:4px;
}
.admin .lnb_wrapper .lnb_sub_menu {
    position: fixed;
    bottom: 0;
}

.admin .lnb_wrapper .lnb_sub_menu .fixed_wrapper {
    width: 232px;
    height: 36px;
    background: #388fb6;
    border-top: 1px solid #2f82a8;
    overflow: hidden;
}

.admin .lnb_wrapper .lnb_sub_menu .fixed_wrapper a {
    display: block;
    float: left;
    width: 33.3%;
    line-height: 36px;
    text-align: center;
    border-right: 1px solid #2f82a8;
    font-size: 12px;
    color: #fff !important;
}

.admin .lnb .master .id {
    color: #ddd;
}

.lnb_menu {
    height: calc(100% - 100px);
    overflow-y: scroll;
    -ms-overflow-style: none;
    padding-top: 10px;
}
.lnb_menu::-webkit-scrollbar {
    display:none !important;
}


.lnb_menu .lnb_header {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: 500;
    font-family: poppins;
    padding: 10px 24px 0px 24px;
}

.lnb_menu .depth01 .depth01_list>a {
    height: 42px;
    line-height: 42px;
    display: block;
    color: #fff;
    margin: 0 10px;
    border-radius: 50px;
    padding: 0 20px;
    font-size: 13px;
}
.lnb_menu .depth01 .depth01_list>a.depth01_menu {
    background-image: url(../images/ic_arrow.png);
    background-repeat: no-repeat;
    background-position-x: 196px;
    background-position-y: center;
}
.lnb_menu .depth01 .depth01_list>a.depth01_menu.active {
    background-color: #ffffff;
    background-image: url(../images/ic_arrow_bottom.png);
    color: #04669e;
    font-weight: 400;
}
.lnb_menu .depth01 .depth01_list>a:hover {
    background-color: #3183b2;
}
.lnb_menu .depth01 .depth01_list>a i {
    font-size: 14px;
    display: inline-block;
    width: 18px;
    margin-right: 15px;
    color: #ffffff80;
}
.lnb_menu .depth01 .depth01_list>a.depth01_menu.active i {
    color: #04669e;
}
.lnb_menu .depth02 {
    width: 95%;
    margin: 8px auto;
}

.lnb_menu .depth02 .depth02_list {
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 15px;
    /* border-bottom: 1px solid #142167; */
}

.lnb_menu .depth02 .depth02_list:hover {
    background: #3183b2;
}

.lnb_menu .depth02 .depth02_list a {
    color: #dbdde7;
    display: block;
    background: url(../images/li_depth02.png) 0 center no-repeat;
    padding-left: 14px;
}

.lnb_menu .depth02 .depth02_list a:hover {
    color: #fff;
}
.lnb_menu .depth02 .depth02_list.active {
}

.lnb_menu .depth02 .depth02_list.active a {
    color: #fff !important;
    font-weight: 500;
}

.admin .contents_area .navbar {
    width: 100%;
    height: 64px;
    box-shadow: 0px 0px 40px 0px rgba(82,63,105,0.1);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(82,63,105,0.1);
    margin:0;
    background: url(../images/main_bg.png);
}
.admin .contents_area .navbar .user_info {
    height: 64px;
    line-height: 64px;
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.admin .contents_area .navbar .user_info span {
    font-weight: 500;
    margin-right: 4px;
}

.admin .contents_area .navbar .sub_menu {
    height: 64px;
    line-height: 64px;
    margin: 0 20px;
}

.admin .contents_area .navbar .sub_menu a {
    background: #eaebef;
    border-radius: 4px;
    padding: 5px 22px;
    margin-right: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #4e4f58;
}
.admin .contents_area .navbar .sub_menu a.blue {
    color: #3c95bd !important;
}
.admin .contents_area .navbar .sub_menu a:hover {
    background: #dcdde2;
}
.admin .contents_area .navbar .top_menu {
    padding: 16px 0;
    margin-right: 20px;
}

.admin .contents_area .navbar .top_menu .dropdown button {
    height: 32px;
    border: none;
    background: #5d78ff;
    color: #fff;
    font-size: 13px;
    line-height: 32px;
    padding: 0 22px;
    margin: 0;
    border-radius: 2px;
}

.admin .contents_area .navbar .top_menu .dropdown button:hover {
    background: #546eef;
}

.admin .contents_area .navbar .top_menu .dropdown-menu {
    border: 1px solid #eee;
    padding: 8px 0;
    border-radius: 3px;
}

.admin .contents_area .navbar .top_menu .dropdown-menu li {
}

.admin .contents_area .navbar .top_menu .dropdown-menu li a {
    padding: 0;
    color: #74788d;
    font-size: 13px;
    padding: 4px 12px;
}

.admin .contents_area .navbar .top_menu .dropdown-menu li a:hover {
    background: #5d78ff;
    color:#fff;
}
.admin_contents .header {
    padding: 20px 25px;
    /* display: flex; */
}
.admin .contents_area .navbar .top_menu .dropdown button i {margin-left: 6px;font-size: 11px;color: rgba(255, 255, 255, 0.8);}

.admin_contents .header h4 {
    margin: 0;
    font-size: 20px;
    display: inline-block;
	/*ì‚­ì œ*/
    /* color: #222; */
}

.admin_contents .header .route {
    overflow: hidden;
    margin-left: 40px;
    /* display: inline-block; */
    float: right;
    padding-top: 2px;
}

.admin_contents .header .route li {
    float: left;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 15px;
    color: #959cb6;
    font-weight: 400;
    background: url(../images/ic_route.png) no-repeat;
    background-position-x: right;
    background-position-y: center;
}
.admin_contents .header .route li>a {
	/* ì‚­ì œ */
	/* color: #222; */
}
.admin_contents .header .route li:last-child {
    background: none;
}

.sub_depth {
    padding: 0 25px;
    margin-bottom: 20px;
}
.sub_depth .depth03_line {
    overflow: hidden;
    font-size: 0;
	width:100%;
}
.sub_depth .depth03_line li {
    float: left;
    /* padding-right: 5px; */
    /* border-radius: 2px; */
    /* border: 1px solid #aaa; */
    margin-left: -1px;
}
.sub_depth .depth03_line li:first-child {
    margin-left: 0px;
}

.sub_depth .depth03_line li:only-child {
    width: 100%;
}

.sub_depth .depth03_line li:first-child:nth-last-child(2), 
.sub_depth .depth03_line li:first-child:nth-last-child(2)+li {
    width: 50%;
}

.sub_depth .depth03_line li:first-child:nth-last-child(3), 
.sub_depth .depth03_line li:first-child:nth-last-child(3)+li, 
.sub_depth .depth03_line li:first-child:nth-last-child(3)+li+li {
    width: 33.33%;
}

.sub_depth .depth03_line li:first-child:nth-last-child(4), 
.sub_depth .depth03_line li:first-child:nth-last-child(4)+li, 
.sub_depth .depth03_line li:first-child:nth-last-child(4)+li+li,
.sub_depth .depth03_line li:first-child:nth-last-child(4)+li+li+li {
    width: 25%;
}

.sub_depth .depth03_line li:first-child:nth-last-child(5), 
.sub_depth .depth03_line li:first-child:nth-last-child(5)+li, 
.sub_depth .depth03_line li:first-child:nth-last-child(5)+li+li,
.sub_depth .depth03_line li:first-child:nth-last-child(5)+li+li+li,
.sub_depth .depth03_line li:first-child:nth-last-child(5)+li+li+li+li {
    width: 20%;
}

.sub_depth .depth03_line li:first-child:nth-last-child(6), 
.sub_depth .depth03_line li:first-child:nth-last-child(6)+li, 
.sub_depth .depth03_line li:first-child:nth-last-child(6)+li+li,
.sub_depth .depth03_line li:first-child:nth-last-child(6)+li+li+li,
.sub_depth .depth03_line li:first-child:nth-last-child(6)+li+li+li+li,
.sub_depth .depth03_line li:first-child:nth-last-child(6)+li+li+li+li+li {
    width: 16.6%;
}

.sub_depth .depth03_line li:first-child:nth-last-child(7), 
.sub_depth .depth03_line li:first-child:nth-last-child(7)+li, 
.sub_depth .depth03_line li:first-child:nth-last-child(7)+li+li,
.sub_depth .depth03_line li:first-child:nth-last-child(7)+li+li+li,
.sub_depth .depth03_line li:first-child:nth-last-child(7)+li+li+li+li,
.sub_depth .depth03_line li:first-child:nth-last-child(7)+li+li+li+li+li,
.sub_depth .depth03_line li:first-child:nth-last-child(7)+li+li+li+li+li+li {
    width: 14.2%;
}

.sub_depth .depth03_line a.depth03_menu {
    display: inline-block;
    background: #eee;
    border: 1px solid #aaa;
    color: #555;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    border-radius: 2px;
}
.sub_depth .depth03_line a.depth03_menu.active {
    background: #0772b8;
    color: #fff;
}

.navi_btn {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 60px;
    margin: 6px;
    border-radius: 4px;
}
.navi_btn:hover {
    cursor: pointer;
    background: rgba(238, 238, 238, 0.3);
}
.navi_btn i {
    font-size: 24px;
    color: #fff;
}
.mg10 {/* margin:10px; */}
a.more_btn {
    float: right;
    color: #9595a5;
    font-size: 15px;
    font-family: poppins;
    font-weight: 400;
    display:inline-block;
}
a.more_btn i {
    margin-left:3px;
}
a.more_btn:hover {
    color:#52525d;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }
    
    .row-offcanvas-right {
        right: 0;
    }
    
    .row-offcanvas-left {
        left: 0;
    }
    
    .row-offcanvas-right
    .sidebar-offcanvas {
        right: -50%; /* 6 columns */
    }
    
    .row-offcanvas-left
    .sidebar-offcanvas {
        /* left: -50%; 6 columns */
        left: -240px;
    }
    
    .row-offcanvas-right.active {
        right: 50%; /* 6 columns */
    }
    
    .row-offcanvas-left.active {
        /* left: 50%; 6 columns */
        left: 240px;
    }
    
    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%; /* 6 columns */
    }

    /* common */
    .admin .contents_area { width: 100%; }
}
/* #1f2939 */

/* container */

.admin_contents {
    /* background-image: url(../images/main_bg.png); */
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}

.admin_contents .main {
    padding: 1rem;
}

.admin_contents .main .row {
    margin: 0;
}
.admin_contents .main .row>div { margin:0; padding:0; }

.admin_contents .main .part_wrap {
    display: flex;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.05);
    -webkit-box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.05);
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 2rem;
    margin: 10px;
}
.admin_contents .main .part_wrap_tit {
    display: flex;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.05);
    -webkit-box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.05);
    background-color: #fff;
    border-radius: 4px;
    margin: 20px 10px;
    border: 1px solid #e2e2ea;
}
.admin_contents .main .part_wrap_tit .part_header {
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    border-bottom: 1px solid #d6d6e0;
}
.admin_contents .main .part_wrap_tit .part_header h5 {
    font-size: 15px;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.admin_contents .main .part_wrap_tit .part_contents {
    padding: 2.4rem;
}
.admin_contents .main .row>div .part_wrap_tit {
    margin: 0 10px;
}
.admin_contents .main .main_graph {
    margin-top: 20px;
}
.admin_contents .main .main_graph .chart {
    padding: 2rem;
    text-align: center;
}
.admin_contents .main .main_graph .part_wrap_tit .part_header h5 .chart_comm {
    font-size: 12px;
    margin-left: 4px;
}

/* main */
.today_history h4 {
    padding-top: 10px;
    margin: 0;
    font-weight:400;
    font-size: 17px;
}
.today_history h4 .ic_tit {
    margin-right: 8px;
    vertical-align: text-bottom;
}
.today_history .count .num {
    font-size: 32px;
    font-weight: 400;
    font-family: poppins;
}

.today_history .count .txt {
    font-weight: 500;
    vertical-align: super;
}

.today_history h4 i {
    margin-right: 10px;
}
.today_shop {
    padding: 1rem 0px !important;
}

.today_shop .count_box {
    text-align: center;
    border-right: 1px solid #ddd;
    padding: 10px 0 !important;
}
.today_shop .count_box:last-child { border:0; }

.today_shop .count_box .tit {
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.today_shop .col-xs-3, .today_shop .col-sm-2, .today_shop .col-lg-1 {
    margin: 0;
    padding: 0;
}

.today_shop .count_box .num {
    font-family: poppins;
    display: block;
    padding-top: 6px;
    font-size: 22px;
    line-height: 22px;
}


/* manager */
.manager {
    padding: 0 2.4rem;
}
.manager .container-fluid>div:first-child {
    padding-left: 0;
}
.manager .container-fluid>div:nth-child(2) {
    padding:0;
}
.part_wrap {
	/*
    display: flex;
    flex-grow: 1;
	*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.05);
    -webkit-box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.05);
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e2e2ea;
    margin-bottom: 20px;
}
/*
.part_wrap:last-child {
    margin-bottom: 0;
}
*/
.part_wrap .part_header {
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    border-bottom: 1px solid #d6d6e0;
}
.part_wrap .part_header h5 {
    font-size: 15px;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.part_wrap .part_container {
    padding: 2.4rem;
}
/*.ad_input_info { max-width: 720px; }*/
.ad_input_info .input_info_header {
    margin-bottom: 8px;
}
.ad_input_info .input_info .form-group, .input_info .inline-group {
    margin-bottom:20px;
}

.ad_input_info .input_info .form-group label { 
    font-weight: 500;
    margin-bottom: 8px;
}
.ad_input_info .input_info .form-group input, 
.ad_input_info .form-group select { 
    padding: 0 8px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}
.ad_input_info .help {
    margin-top: 8px;
    display: inline-block;
    font-size: 12px;
}

.ad_input_info .inline-group>.form-group {
    display: inline-block;
    width: 48%;
    margin-bottom: 0;
}

.ad_input_info .inline-group>.form-group .wrapper {
    overflow: hidden;
    display: flex;
}

.ad_input_info .form-sm-inline {
    width: 100px;
}

.ad_input_info .inline-group>.form-group .wrapper .help_inline {
    /* display: inline-block; */
    padding-left: 8px;
    padding-top: 10px;
}

.ad_input_info .inline-group>.form-group .wrapper:first-child {
}

/* manager guide rule */
/* in_table_default: thì— íšŒìƒ‰bgcolor */
.in_table_default {
    border-collapse: collapse;
}
.in_table_default th {
    background: #e6e9ec;
    border:2px solid #f4f5f7; 
	white-space: nowrap;
}
.in_table_default td { 
    border:2px solid #f0f2f5;
}

.table .form-group {
    padding: 0 14px;
    margin: 0;
}
.table .form-ind {
    padding: 2px 14px;
}
/* ìˆ«ìží˜• ìž‘ì€ input */
.input-sm {
    height: 28px;
    font-size: 12px;
    max-width: 100px;
    margin: 0 6px;
    padding: 0 6px;
}

.input-md {
    height: 32px;
    font-size: 12px;
    /*max-width: 400px; */
    margin-right: 6px;
    padding: 0 6px;
}
/* ìž‘ì€ ì½”ë©˜íŠ¸ ë„˜ë²„ ì¶”ê°€ */
.sub_order {
    font-size: 12px !important;
    font-weight: 400;
    margin-top: 10px;
    color: #3F51B5;
}

/*ì¶”ê°€ì„¤ëª…_ìž‘ì€í°íŠ¸ */
.comment_s {
    padding:0 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
    color: #FF5722;
}
.comment_sb {
    margin-top: 6px;
    font-size: 12px;
    color: #3F51B5;
    padding-left: 12px;
    padding-bottom: 4px;
    font-weight: 400;
}
/*ìƒë‹¨ì¶”ê°€ì˜ì—­ */
.comment_head {
    margin: 8px 0;
    overflow: hidden;
}
.sup_btn_area {
    margin-top: 18px;
    overflow: hidden;
}

/* comment ì˜ì—­ */
.bot_comment {
    margin-top: 8px;
}
.top_comment {
    margin-bottom: 10px;
}
/* header ì—†ëŠ” ì½˜í…ì¸  ì˜ì—­ */
.comment_wrapper {
    padding: 20px;
}

/* ê¸°ë³¸ í…ìŠ¤íŠ¸ ì˜ì—­ */
.comment_default {
    margin: 8px;
}
.comment_default ul li{
    line-height: 1.7em;
}

/* search ì˜ì—­ */
label.search_tit { margin-right: 32px; }
.ad_search .btn-search { margin-right: 4px; }

/* í…Œì´ë¸” ìƒë‹¨ ìˆ«ìž í˜¹ì€ ê²€ìƒ‰ ê²°ê³¼ ì˜ì—­ */
.count_area {
    overflow: hidden;
    margin-bottom: 8px;
    padding: 0 8px;
}

/* alert ì•„ì´ì½˜ í¬í•¨ ì½”ë©˜íŠ¸ */
.alert-flex {
    display: flex;
    background: #f3f3f5;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #e7e7ec;
    margin-bottom: 30px;
}

.alert-flex .alert-txt {
    font-size: 13px;
    margin-left: 18px;
}
/* dotë©”ë‰´*/
.dot_menu li { 
    background: url(../images/ic_dot.png) 0 center no-repeat; 
    padding-left: 12px;
    line-height: 1.7em;
}

/* ìƒë‹¨ ê²€ìƒ‰ ì˜ì—­ */
.ad_search {}
.ad_search .form-group { margin:0px !important; padding:0px !important; }
.ad_search input[type="text"], .ad_search select {
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    padding: 0 8px;
}
.ad_search .fixed {
    width: 100px;
}
.ad_search .search_btn_area { margin-top:20px; font-size:0; }
.ad_search .search_side{
    font-size:0;
}
.top_area {
    overflow: hidden;
    margin-bottom: 8px;
}

/* ì •ë³´ë“±ë¡ ìž…ë ¥ í¼ */
.ad_regi .form-control {
    padding: 0 8px;
    font-size: 13px;
}

/* multiselected */
.s_flex {
    display: flex;
}

.s_flex .multi_boxed {
    /* width: calc(100% - 40px); */
}

.s_flex .arrow {
    width: 48px;
    display: table;
    position: relative;
    height: 250px;
}

.s_flex .arrow i {
    display: block;
    font-size: 18px;
    color: #999;
}

.s_flex .arrow>div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.multi_boxed {}

.multi_boxed .box_tit {
    margin-bottom: 0;
}

.multi_boxed .multi_selected {
    margin-top: 6px;
    width: 200px;
}

.multi_boxed .multi_selected select {
    width: 100%;
    height: 224px;
	padding: 0;
}

.multi_boxed .multi_selected select option {
    height: 32px;
    padding: 5px;
    border-bottom: 1px solid #eee;
}

span.selected_comment {
    /*margin-top: 4px;*/
    display: block;
    font-size: 12px;
    color: #3F51B5;
    /*text-align: center;*/
}

/* ì¹´í…Œê³ ë¦¬ ê´€ë¦¬ */
.cate01_menu {
    display: block;
    border: 1px solid #bbb;
    border-radius: 2px;
    margin-bottom: 4px;
    height: 32px;
    line-height: 30px;
    padding: 0 12px;
    font-weight: 400;
    background: #eee;
	cursor: pointer;
}

.cate-name i {
    color: #f3b72c;
    margin-right: 4px;
}

.cate02_menu {
    display: block;
    border: 1px solid #ddd;
    background: #fafafa;
    border-radius: 2px;
    margin-bottom: 2px;
    padding: 0 24px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
	cursor: pointer;
}

.cate_name i {
    margin-right: 4px;
    color: #f3b72c;
}

.cate_group3_list {
	height: 28px;
	line-height: 28px;
	padding: 0 36px;
	border-bottom:1px dashed #ddd;
	background:url(../images/li_depth02.png) 24px center no-repeat;
	position: relative;
}
.cate_group3_list .cate_control {
    position: absolute;
    top: 0;
    right: 50px;
}
.cate_group3_list:last-child {
	border-bottom:none;
}

.cate01_menu .form-control {
    display: inline-block;
    height: 28px;
	margin-left:6px;
}
.cate_plus, .cate_minus {
    font-size: 16px;
    margin-top: 6px;
    color: #9E9E9E !important;
}
.cate02_menu .form-control{
    height: 26px;
    display: inline-block;
    margin-left: 4px;
    padding: 0;
}
.cate_group3_list .form-control {
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
	margin:1px 0;
	width:80%;
}
a.cate02_menu .cate_plus, a.cate02_menu .cate_minus{
    font-size:14px;
    margin-top:8px;
    color:#b7b5b5 !important;
}
.cate_group3 {
	padding-bottom: 4px;
}
.cate_add {
    line-height: 28px;
	float: left;
}
.cate_add i {
    color: #f3b72c;
}
.cate_add .form-control {
    width: 80%;
    margin: 1px 5px;
}

/* product */
.pro_wrapper {
    overflow: hidden;
}

.pro_wrapper .pro_img {
    width: 108px;
    float: left;
    margin-right: 20px;
}

.pro_wrapper .pro_img img {
    width: 100%;
}

.pro_wrapper .pro_info {
    float: left;
	width: calc(100% - 128px);
}

.pro_wrapper .pro_info .pro_info_route {
    color: #999;
    font-weight: 500;
    margin-bottom: 4px;
}

.pro_wrapper .pro_info .pro_info_name {
    font-weight: 500;
	margin-bottom:8px;
}

.pro_wrapper .pro_info .pro_info_tip .tip {
    font-size: 12px;
    padding: 0 8px;
}
.pro_icon {
    font-size: 12px;
    padding: 0px 8px;
    cursor: pointer;
}

button.block {
    margin-bottom: 4px;
}
.pro_img_wrapper .pro_img {
    float: left;
    margin-right: 40px;
}

.pro_img_wrapper {
    overflow: hidden;
}

.pro_img_wrapper .pro_img .tit {
    display: block;
    margin-bottom: 2px;
}

.pro_img_wrapper .pro_img .comment {
    font-size: 12px;
    margin-bottom: 8px;
    display: block;
}

.pro_img_wrapper .pro_img .img_area {
    width: 150px;
    height: 212px;
    background: #eee;
    border: 1px solid #ddd;
}

.pro_img_wrapper .pro_img .img_area2 {
    width: 280px;
    height: 150px;
    background: #eee;
    border: 1px solid #ddd;
}

.pro_img_wrapper .pro_img .img_area .img_area2 img {
    width: 100%;
    height: 100%;
}

.pro_img_wrapper .btn_area {
    margin-top: 8px;
    font-size: 0;
	text-align: center;
}

.pro_img_wrapper .btn_area .btn_border_blue {
    height: 28px;
    font-size: 13px;
    width: 48%;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    border: 1px solid #03A9F4;
    color: #03A9F4;
    font-weight: 500;
    margin-right:4%;
    cursor: pointer;
}
.pro_img_wrapper .btn_area .btn_border_gray {
    height: 28px;
    font-size: 13px;
    width: 48%;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    border: 1px solid #9E9E9E;
    color: #9E9E9E;
    font-weight: 500;
    cursor: pointer;
}

.search_multi:nth-child(n+2) {
	margin-top:8px;
}

/* input type="file" ê´€ë ¨ */
.filebox input[type="file"] { 
	position: absolute; 
	width: 1px; 
	height: 1px; 
	padding: 0; 
	margin: -1px; 
	overflow: hidden; 
	clip:rect(0,0,0,0); 
	border: 0; 
}
/*
.filebox label { 
	display: inline-block; 
	padding: .5em .75em; 
	color: #999; 
	font-size: inherit; 
	line-height: normal; 
	vertical-align: middle; 
	background-color: #fdfdfd; 
	cursor: pointer; 
	border: 1px solid #ebebeb; 
	border-bottom-color: #e2e2e2; 
	border-radius: .25em; 
} 
*/
.filebox .upload_name { 
	display: inline-block; 
	padding: .5em .75em; /* labelì˜ íŒ¨ë”©ê°’ê³¼ ì¼ì¹˜ */ 
	font-size: inherit; 
	font-family: inherit; 
	line-height: normal; 
	vertical-align: middle; 
	background-color: #f5f5f5; 
	border: 1px solid #ebebeb; 
	border-bottom-color: #e2e2e2; 
	border-radius: .25em; 
	-webkit-appearance: none; /* ë„¤ì´í‹°ë¸Œ ì™¸í˜• ê°ì¶”ê¸° */ 
	-moz-appearance: none; 
	appearance: none; 
}

.filebox .input-group-addon {
	height: 32px;
	border-radius: 2px !important;
	border-left: 0;
	cursor:pointer;
}
.filebox .input-group-addon:hover {
	background: #eaeaea;
}
.filebtn input[type="file"]{
	display:none;
}
.filebtn label { width:100%; cursor:pointer; }
/* table ì†ì˜ table */
.table_in {
    margin-bottom: 4px;
}

.table_in>label {
    display: inline-block;
    width: 100px;
}

.table_in >.form-control {
    display: inline-block;
    width: 120px;
}

.table_in>.comm {
    margin-left: 8px;
    color: #777;
}
.table_in>.checkbox, .table_in>.radio {
    display: inline-block;
    width: 100px;
    margin: 0;
}

/* table selected_area */
.selected_area .form-inline .form-group {
    margin-right: 8px !important;
}
.selected_area .form-inline .form-group select {
    width: 108px;
}


/* sms ë¬¸ìžë°œì†¡ */
.sms_box {
	width: 380px;
	height: 720px;
	/* background:url(../images/mobile_bg.png) 0 0 no-repeat; */
	/* background-size: contain; */
	border: 10px solid #444;
	border-radius: 40px;
	float:left;
}
.sms_box h1 {
    background: #444;
    padding-top: 30px;
    height: 54px;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	margin-top:-1px;
}

.sms_box .tit_area {
    overflow: hidden;
    height: 36px;
    border-bottom: 1px solid #ddd;
}

.sms_box .tit_area .tit {
    float: left;
    width: 15%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
}

.sms_box .tit_area .send {
    width: 85%;
    height: 36px;
    float: left;
}

.sms_box .tit_area .send input {
    width: 100%;
    height: 36px;
    font-size: 14px;
    padding: 0 8px;
}

.sms_box .sms_area {
    width: 100%;
    height: 256px;
    background: #f5f5f5;
    /* padding: 10px; */
    border-bottom: 1px solid #ddd;
	position:relative;
}

.sms_box .sms_area .bubble {
    height: 100%;
}

.sms_box .sms_area .bubble textarea {
    width: 100%;
    height: 100%;
    padding: 8px;
    font-size: 14px;
    border: none !important;
}
.sms_box .sms_over {
    position: absolute;
    bottom: 4px;
    right: 4px;
    background: #F44336;
    color: #fff;
    font-size: 13px;
    padding: 1px 8px;
    border-radius: 2px;
    display: none;
}

.sms_box .sms_over.active {
    display: inline-block !important;
}

.sms_box .byte_area {
    height: 36px;
    border-bottom: 1px solid #ddd;
}

.sms_box .byte_area .tit {
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 8px;
}

.sms_box .byte_area .byte_num {
    float: right;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    font-size: 14px;
}
.sms_box .btn_area {
    height: 24px;
    overflow: hidden;
}

.sms_box .btn_area .btn_special_char, 
.sms_box .btn_area .btn_save_char {
    background: #222;
    float: left;
    width: 100%;
    height: 26px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}
.user_height {
    max-height: 200px;
    overflow-y: scroll;
}
/*
.sms_box .btn_area .btn_special_char {
    border-right:1px solid #ddd;
}
*/
.num_area { padding-top:4px; }

.num_area .send_num,.num_area .receive_num {
    overflow: hidden;
}

.num_area .send_num .tit, .num_area .receive_num .tit {
    float: left;
    width: 70px;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
}

.num_area .send_num .num, .num_area .receive_num .num {
    float: left;
    width: calc(100% - 74px);
}

.num_area .receive_num {}

.num_area .address_area {
    overflow: hidden;
}

.num_area .address_area .btn_list_call,
.num_area .address_area .btn_list_add {
    width: 50%;
    height: 32px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 400;
    background: #eee;
    text-align: center;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    float:left;
	cursor:pointer;
}
.num_area .address_area .btn_list_call {
    border-right: 1px solid #bbb;
}

.num_area .number_list {
    width: 100%;
}

.num_area .number_list .multi_selected {
    width: 100%;
}

.num_area .number_list .multi_selected select {
    width: 100%;
	height: 164px;
}

.num_area .number_list .multi_selected select option {
    height: 24px;
    padding: 2px 8px;
}
.num_area .number_list .num_info {
    overflow: hidden;
    height: 36px;
}

.num_area .number_list .num_info .count {
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 8px;
}

.num_area .number_list .num_info .delete_area {
    float: right;
    height: 36px;
    line-height: 36px;
	padding:0 8px;
}
.num_area .number_list .num_info .delete_area .btn_delete {
    border: 1px solid #aaa;
    border-radius: 2px;
    padding: 2px 24px;
	cursor: pointer;
}
.num_area .number_list .num_info .delete_area .btn_delete i{
	color:#ff0000;
}
.num_area .bottom_area {
    background: #444;
    height: 26px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.send_box {
    float: left;
    margin-left: 20px;
    padding-top: 10px;
}

.send_box>.form-inline {
    margin-bottom: 8px;
}
.btn_two {
    margin-top: 8px;
}

.btn_two .btn_outline {
    width: 49%;
    font-size: 12px;
    background: #f5f5f5;
    padding: 0;
    height: 26px;
    border: 1px solid #ddd !important;
    border-radius: 1px;
}
.address_list_con {
    padding: 0 20px;
}

.list_confirm {
    padding: 8px 20px;
}

.list_confirm .btn {
    width: 100%;
    background: #3F51B5;
    border-radius: 2px;
    color: #fff;
}

.address_list_con .s_flex .multi_boxed {
    width: 45%;
}

.address_list_con .s_flex .arrow {
    width: 10%;
}

.address_list_con .s_flex .multi_boxed .multi_selected {
    width: 100% !important;
}

.list_user {
    padding: 0 20px;
    margin-top: 10px;
}

.list_user ul {
    overflow: hidden;
    max-height: 126px;
    overflow-y: auto;
}
.list_user ul li {
    float: left;
    width: 50%;
}
.list_user ul li .name {
    font-weight: bold;
    margin-right: 8px;
    padding-left: 4px;
}
.sms_box.personal {
    float: none;
    width: 350px;
    height: 465px;
    margin: 0 auto;
}
.personal_btn_area {
	width:300px;
	margin:0 auto;
	padding:8px 0;
}
.group_add {
    margin-bottom: 8px;
}

.group_add .form-inline>span {
    font-weight: bold;
    margin-right: 8px;
}

.group_add .form-control {
    margin-right: 4px;
}

.person_add {
    margin-bottom: 8px;
    overflow: hidden;
}

.person_add .name_group {
    width: 41%;
    float: left;
    margin-right: 7%;
}
.person_add .phone_group {
    width: 41%;
    float: left;
    margin-right: 1%;
}

.person_add .name_group span, .person_add .phone_group span {
    float: left;
    width: 20%;
    padding-top: 8px;
    font-weight: bold;
}

.person_add .name_group .form-control, .person_add .phone_group .form-control {
    float: left;
    width: 80%;
}
.person_add .btn_group {
	width: 10%;
	float:left;
}
.person_add .btn_group .btn { width:100%; }

/* calendar */
.fc-toolbar .fc-center h2 {
    float: left;
    padding: 0 20px;
}
.fc-toolbar .fc-center .fc-prev-button {
    float: left;
    height: 33px;
}
.fc-toolbar .fc-center .fc-next-button {
    float: left;
    height: 33px;
}


/* modal ì„¸íŒ… */
.modal-header .modal-title {
    font-size: 16px;
}

/* ëª¨ë‹¬ ëª¨ìŒ */
#select_icon .modal-dialog {
    max-width: 520px;
}
#select_icon .modal-dialog .modal-body {
    padding: 8px 15px;
}
#select_icon .select_icon {
    padding: 0;
}

#select_icon .select_icon .group {
    /* margin-bottom: 12px; */
    padding: 10px 8px;
    /*border-bottom: 1px solid #ddd;*/
}
#select_icon .select_icon .group:last-child {
    border-bottom: none;
}
#select_icon .select_icon .group label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    padding-left: 2px;
    /* border-bottom: 1px solid #aaa; */
}

#select_icon .select_icon .group .wrapper {}

#select_icon .select_icon .group .wrapper .ic_btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    background: #eaeaea;
    margin-right: 4px;
}

#select_icon .select_icon .group .wrapper .ic_btn i {
    font-size: 15px;
}

#select_icon .select_icon .group .wrapper .ic_btn:hover {
    background: #ddd;
}

.gallery_list {}

.gallery_list .wrapper {
    overflow: hidden;
}

.gallery_list .wrapper .box {
    width: calc(20% - 1.5%);
    margin-bottom: 3%;
    margin-right: 1.5%;
    float: left;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
	cursor: pointer;
}
.gallery_list .wrapper .box:nth-child(5n){ margin-right:0; }

.gallery_list .wrapper .box .gal_img {
    display: block;
    width: 100%;
    height: 210px;
    overflow: hidden;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	text-align:center;
}

.gallery_list .wrapper .box .gal_img img {
    height: 100%;
}

.gallery_list .wrapper .box .gal_tit {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 12px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.activity_list {}

.activity_list .wrapper {
    overflow: hidden;
}

.activity_list .wrapper .box {
    width: calc(12% - 1.5%);
    margin-bottom: 1%;
    margin-right: 1.5%;
    float: left;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
	cursor: pointer;
}
.activity_list .wrapper .box:nth-child(8n){ margin-right:0; }

.activity_list .wrapper .box .gal_img {
    display: block;
    width: 100%;
    height: 70px;
    overflow: hidden;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	text-align:center;
}

.activity_list .wrapper .box .gal_img img {
    height: 100%;
}

.activity_list .wrapper .box .gal_tit {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 30px;
}

.card_wrapper {
    /* display: flex; */
    /* display: -webkit-box; */      /* OLD - iOS 6-, Safari 3.1-6 */
    /* display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    /* display: -ms-flexbox;      /* TWEENER - IE 10 */
    /* flex-wrap: wrap; */
    overflow: hidden;
}

.card {
    /* display: flex; */
    /* display: -webkit-box; */      /* OLD - iOS 6-, Safari 3.1-6 */
    /* display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    /* display: -ms-flexbox;      /* TWEENER - IE 10 */
    /* display: -webkit-flex; */     /* NEW - Chrome */
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    /* margin: 5px; */
    /* flex: 1; */
    /* -webkit-flex: 1; */ /* Safari 6.1+ */
    -ms-flex: auto; /* IE 10 */
    float: left;
    width: 430px;
    height: 222px;
}
.card:nth-child(3n) { margin-right:0; }

.professor {}

.professor .photo {
    margin-right: 24px;
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    position: relative;
    float: left;
}

.professor .photo img {
    width: 100%;
}

.professor .info {
    float: left;
    width: calc(100% - 154px);
}

.professor .info .name {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.professor .info .eng_name {
    font-size: 12px;
    color: #aaa;
    font-weight: 400;
    font-family: poppins, 'Noto Sans KR', sans-serif;
}

.professor .info .pro_info {
    margin: 12px 0;
	width:170px;
    max-width: 170px;
}

.professor .info .pro_info li {
    font-size: 12px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn_area {
    overflow: hidden;
}

.btn_area a, .btn_area button {
    color: #fff !important;
}


.card_edit {
    background: #9E9E9E;
}

.card_delete {
    background: #607D8B;
}


/* ì¤€ë¹„ì¤‘íŽ˜ì´ì§€ */
.ready { width: 100%; height:100%; margin:0 auto; text-align: center; }
.ready .wrapper { position:absolute; top:50%; left:50%; margin: -100px 0 0 -100px; }
.ready .wrapper .icon { margin-bottom: 24px; display:block; }
.ready .wrapper .icon i { font-size:60px; color:#9e9e9e; }
.ready .wrapper h2 { margin-bottom: 18px; }
.ready .wrapper .txt { font-size:20px; }

/* TOP ë‚´ì •ë³´ ìˆ˜ì • */
.btn_modi {
    border-radius: 3px;
    background: #fff0;
    padding: 4px 12px;
    margin-left: 10px;
    height: 32px;
    border: 1px solid #fff;
}

.btn_modi .txt {
    font-size: 12px;
    font-weight: 300 !important;
    color: #fff;
}

.btn_modi i {
    color: #fff;
    margin-right: 4px;
    font-size: 13px;
}
.btn_modi_m { display:none; }
@media screen and (min-width:1170px) {
    .today_shop .col-lg-1 { width: 10%; }
    .in_table_default tbody tr th { width: 240px; }
    th.sm { width: 200px; }
    .input-s { width: 320px; }
}
@media screen and (min-width:768px) {
    .form-wide { min-width:500px; }
    .txt_lg { width:500px; }
    .fixed { width:500px; }
    .input-group.form_datetime { width: 160px; margin-right:0; }
    .form-inline>div { margin-right:12px; }
}

@media screen and (max-width:1700px) {
	.card { width: 32%; margin-right: 2%; min-height: 222px; height: auto; }
}

@media screen and (max-width:1580px) {
	/* SMS */
	.person_add .name_group, .person_add .phone_group {
		float: none !important;
		width: 100%;
		margin-bottom: 8px !important;
		overflow: hidden;
	}

	.person_add .name_group span, .person_add .phone_group span {
		/* float: none; */
	}

	.person_add .name_group .form-control, .person_add .phone_group .form-control {
		/* float: none; */
	}

	.person_add .btn_group {
		float: right;
		width: 80%;
	}
}
@media screen and (max-width:1580px) {
    .today_history h4 { float:none !important; }
    .sub_depth .depth03_line li {/* max-width: 200px; */}
}
@media screen and (max-width:1480px) {
	.card {width: 49%;margin-right: 2%;min-height: 222px;height: auto;}
	.card:nth-child(3n) { margin-right: 2%;}
	.card:nth-child(2n) { margin-right: 0 !important; }	
	
	.gallery_list .wrapper .box {width: calc(33.5% - 1.5%); }
	.gallery_list .wrapper .box:nth-child(3n) { margin-right:0px; }
	.gallery_list .wrapper .box:nth-child(5n) { margin-right: 1.5%; }
	.gallery_list .wrapper .box .gal_img { height:180px; }
}
@media screen and (max-width:1200px) {
    .admin_contents .main .part_wrap {padding: 1.2rem 1.5rem;}
    .today_history h4 { font-size:14px; padding-top:0; white-space: nowrap; }
    .today_history .count {/* margin-top: 4px; */}
    .today_history .count .num {font-size: 22px;}
    .today_history .count .txt { vertical-align: baseline; }
    
    .admin_contents .main .main_news>div { margin-bottom: 20px; }
    .admin_contents .main .main_graph { margin-top: 0; }
    .admin_contents .main .main_graph>div { margin-bottom: 10px; }  
    /*.sub_depth .depth03_line li {width: 25% !important;}*/
    .sub_depth .depth03_line a.depth03_menu { font-size:13px; }
	
	.professor .photo {  width: 112px; height: 112px; }
	.professor .info { width: calc(100% - 136px); }
}
@media screen and (max-width:1080px) {
    .today_shop .count_box { border-right:0px; }
    .today_shop .count_box:nth-child(-n+6) {
        border-bottom: 1px solid #eaeaea;
    }
    .admin_contents .main .part_wrap_tit {
        margin: 10px 4px;
    }  
    .admin_contents .main .part_wrap_tit .part_header {
        height: 48px;
        line-height: 48px;
        padding: 0 18px;
        border-bottom: 1px solid #d6d6e0;
    }
    .admin_contents .main .part_wrap_tit .part_header h5 {
        font-size: 14px;
    }

    .admin_contents .main .part_wrap_tit .part_contents {
        padding: 1.5rem;
    }
    .admin_contents .main .row>div .part_wrap_tit {
        margin: 0 5px 10px 5px;
    }
    .mobile_scroll { overflow-x:scroll !important; } 
	.pro_wrapper .pro_img { float:none; }
	.pro_wrapper .pro_info { float:none; margin-top:8px; width:100%; }
	.container-fluid .col-lg-5 {
		padding: 0;
		margin-bottom: 10px;
	}
	.card {width: 100%;margin-right: 0;min-height: auto;height: auto; margin-bottom:1em;}
	.card:nth-child(3n) { margin-right: 0 ;}
	.card:nth-child(2n) { margin-right: 0 }
}
@media screen and (max-width:992px) {
    .admin .contents_area .navbar .sub_menu a { padding: 4px 12px !important; }
}
@media screen (min-width:768px) and (max-width:992px) {
}

@media screen and (max-width:768px) {
    .admin .contents_area .navbar .sub_menu { /*margin: 0 8px;*/ display:none; }
    .admin .contents_area .navbar .user_info { display:none; }
    .today_shop .count_box:nth-child(-n+8) { border-bottom: 1px solid #eaeaea; }
    .admin_contents .main .main_news>div { margin-bottom: 10px; }
    .admin_contents .main .main_graph>div { margin-bottom: 0; } 
    .manager { padding: 0 1.2rem; }
    .part_wrap .part_header { height: 48px; line-height: 48px; padding: 0 16px; border-bottom: 1px solid #d6d6e0; }
    .part_wrap .part_container { padding: 1.4rem;}
        .table th, .table td { font-size:12px; }
    .table .form-group { padding: 0 6px; }
    .checkbox, .radio { margin-top:4px; margin-bottom:4px; }   
    .sub_order .form-control { display: inline; margin-bottom: 4px; height:24px; }
    .comment_s {font-size: 11px;margin-bottom: 0;}
    .comment_head { font-size: 12px; }
    .comment_head button { margin-bottom: 8px; }
    .btn-round-s { height: 20px; line-height: 20px; padding: 0 12px; font-size: 11px; }
    .btn-round {  height: 28px; line-height: 28px; font-size: 13px; font-weight: 500; border-radius: 50px; }
    .btn-square { min-width: 80px; }
    .btn-border { height: 22px; line-height: 20px; font-size: 11px; font-weight: 500; padding: 0 8px; }
    .form-control { height: 28px; padding:0 6px; font-size:13px; }
    .form-inline .form-control { margin-bottom:4px; }
    .alert {width: 120px;padding: 4px;margin-bottom: 10px;}
    .comment_default { margin: 10px 0; }
    .comment_default ul li { font-size: 12px; }
    .comment_default ul li button { display:block; margin-top:4px; }
    .sub_depth { padding:0 1.2rem; }
    .sub_depth .depth03_line li {width: 50% !important;;margin-left: 0;}
    .sub_depth .depth03_line li:nth-child(n+3) {margin-top:-1px;}
    .sub_depth .depth03_line li:nth-child(2n) {margin-left:-1px; }
    .sub_depth .depth03_line li:last-child {/* padding-right:4px; */}
    .sub_depth .depth03_line a.depth03_menu { height:32px; line-height:30px; font-size:12px; }
    .ad_search .btn-search { width: 49.5%; margin-right: 1%; }
    .ad_search .btn-search:last-child { margin:0;}
    .alert-flex { padding: 12px; margin-bottom: 24px; }
    .alert-flex .alert-txt { font-size: 13px; margin-left: 10px; }
    .dot_menu li {  font-size: 12px; }
    .input_info .form-group { margin-bottom:12px; }
    .input_info .form-group label { }
    .input_info .form-group input, .input_info .form-group select {  padding: 0 6px; height: 32px; line-height: 32px; font-size: 13px; }
    .btn-small { height: 32px; line-height: 32px; font-size: 13px; }
    .input_info .inline-group>.form-group { display: block; width: 100%; }
    .input_info .inline-group>.form-group .wrapper { margin-bottom: 18px; }
    .m_divide>div { width:49%; display:inline-block; margin:0px; }
    .txt_lg { width:100%; }
    .ad_search .fixed { width: 100%; }
    .dash { display:none; }
    .form-inline>.input-group>.form-control {
        margin-bottom: 0 !important;
    }

    .input-group {
        margin-bottom: 4px;
    }

    .input-group-addon {
        border-radius: 2px !important;
    }    
        .s_flex .multi_boxed {
        width: calc(50% - 10px);
    }

    .s_flex .arrow {
        width: 20px;
    }

    .s_flex .arrow i {
        font-size: 13px;
    }

    .multi_boxed .multi_selected {
        width: 100%;
    }

    .multi_boxed .multi_selected select option {
        height: 26px;
        padding: 2px;
        font-size: 12px;
    }

    .multi_boxed .multi_selected select {
        height: 182px;
    }

    span.selected_comment {
        display: none;
    }

    .btn-wide-border {
        font-size: 10px;
    }
	.m_oneline {
		display: flex;
	}
	.m_wide_img { width: 100%; }
	.input-control-mb { min-width:120px; }
	.count_area>div {
		float: none !important;
		margin-top: 4px;
	}

	.selected_area .form-inline {overflow: hidden;}

	.selected_area .form-inline .form-group {
		margin: 0 !important;
		width: 50%;
		float: left;
	}

	.selected_area .form-inline .form-group select {
		width: 95%;
		font-size: 12px;
	}
	.table_in>label { display:block; }
	.table_in >.form-control { display:block; }
	.table_in>.checkbox, .table_in>.radio { display:block; }
	.pro_img_wrapper .pro_img {
		margin-right: 10px;
	}
	.pro_img_wrapper .pro_img:nth-child(-n+2){
		margin-bottom:20px;
	}
	.sub_order select, .sub_order .txt-sm {
		display: inline;
		max-width: 100px;
		height: 24px !important;
		line-height:24px !important;
	}
	.search_multi .form-control {
		max-width:100px;
		display: inline !important;
		margin-bottom:4px;
	}	
	.filebox .form-control { margin-bottom:0px; }
	.filebox .input-group-addon { height:28px;}
	.ready .wrapper {/* position:absolute; *//* top:50%; *//* left:50%; */width: 100%;top: 50%;position: relative;margin: 50px 0;width: 100%;text-align: center;left:0;}
	.ready .wrapper .icon {margin-bottom: 24px;display:block;text-align: center;}
	.ready .wrapper .icon i { font-size:60px; color:#9e9e9e; }
	.ready .wrapper h2 {margin-bottom: 12px;font-size: 22px;}
	.ready .wrapper .txt {font-size: 15px;}
	
	.top_menu .dropdown {  float: left;}
	.btn_modi_m { display: inline-block; float: left;}
	.btn_modi_m { width: 32px; height: 32px; text-align: center; line-height: 32px; background: #4e4f58; border-radius: 2px; margin-left: 6px; }
	.btn_modi_m i { color: #fff; }

	/* calendar */
	.fc-toolbar .fc-center {
		float: left;
	}
	.fc-toolbar .fc-center h2 {
		float: left;
		padding: 0 20px;
	}
	.fc-toolbar .fc-center .fc-prev-button {
		float: left;
		height: 33px;
	}
	.fc-toolbar .fc-center .fc-next-button {
		float: left;
		height: 33px;
	}


	.fc-toolbar .fc-center .fc-prev-button, .fc-toolbar .fc-center .fc-next-button {height: 24px;width: 24px;padding: 2px;}

	.fc-toolbar .fc-center h2 {
		font-size: 22px;
	}

	.fc-toolbar .fc-left {
		display: none;
	}

	.gallery_list .wrapper .box {width: 49%; margin-right:2%; }
	.gallery_list .wrapper .box:nth-child(2n) { margin-right:0px !important; }
	.gallery_list .wrapper .box:nth-child(3n) { margin-right:2%; }
	.gallery_list .wrapper .box:nth-child(5n) { margin-right:2%; }
	.gallery_list .wrapper .box .gal_img { height:140px; }
	
	.user_height { max-height: 136px; overflow-y: scroll; }
	
}
@media screen and (max-width:480px) {
    .admin_contents .main .part_wrap { margin: 4px; }
    .table th, .table td { font-size:12px; }
    .admin_contents .header .route { float: none; margin-left: 0; margin-top: 8px; }
    .admin_contents .header { padding: 20px 15px; }
	.over_area { float:none !important; margin-bottom:8px;}
	.count_area { padding:0px; font-size: 12px; }
	.pro_icon { width: 49%; display: inline-block; margin-bottom: 4px; text-align:center;}
	.sms_box {
		width: 100%;
		float: none;
	}

	.send_box {
		float: none;
		margin-left: 0;
	}

	.send_box .form-inline:nth-child(2) select {
		width: 19%;
		display: inline-block;
	}

	.send_box .form-inline:nth-child(2) span {
		width: 6%;
	}
	.sms_box.personal {
		width: 100%;
	}
	.card { display: block; }
	.card_wrapper { display: block; }
	.professor .photo { float:none; width:108px; height:108px; margin:0 auto; }
	.professor .info {  float:none; width:100%; margin-top: 24px; text-align: center; }
	.professor .info .pro_info { width:100%; max-width:100%; }

}

.order_wrap {
  width: 100% !important;
}