@charset "UTF-8";

body,
html {
    width: 100%;
    height: 100%
}

body {
    font-weight: normal;
    overflow: hidden;
}

body.pbody,
body.popup {
    min-width: inherit;
    overflow: auto;
}

header {
    position: relative;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    background-color: white;
}

.wrap {
    width: 100%;
    height: 100%;
}

header,
.main-page-tab-h {
    min-width: 1098px;
}

.content-tabs-menu {
    min-width: 1222px;
}

/* flex */
header,
header .logo,
header .nav-area,
header .nav-area ul,
header .nav-area li,
header .two-col,
header .nav-area li.cti a,
header .fav-btn,
header .fav-btn ul,
header .my-area,
header .my-area .avatar,
header .my-area .avatar .img-box,
header .my-area .avatar .user-name,
.main-page-tab-h,
.main-tab-container-left,
.r-noti,
.r-noti li a,
.i-box,
.user-dashboard,
.user-dashboard>li>.label,
.main-tab-container-right,
.content-tabs-menu,
.schdule-header,
.sch-year-section,
.lp-area .lp-top,
.lp-area .item-list .item>.time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

header h1.logo,
header .nav-area,
header .nav-area li,
header .nav-area li.cti a,
header .fav-btn,
header .my-area .avatar,
header .my-area .avatar .img-box,
header .my-area .avatar .user-name,
.r-noti,
.r-noti li a,
.i-box,
.main-tab-container-left,
.main-tab-container-right,
.content-tabs-menu,
.schdule-header,
.sch-year-section,
.lp-area .lp-top,
.lp-area .item-list .time {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-content-space {
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

/* header */
#mainTop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 99;
}

header h1.logo {
    height: 58px;
}

.lnb-section {
    margin-top: 58px;
}

.main-page-tab-h {
    top: 58px;
}

.contents-screen {
    padding-top: 117px;
    padding-left: 196px;
}

header h1.logo {
    padding: 10px;
    width: 196px;
    font-size: 23px;
    color: #111;
    text-indent: 12px;
}

header h1.logo.middle {
    font-size: 20px;
}

header h1.logo.small {
    font-size: 17px;
}

header .two-col {
    min-width: 1200px;
}

header .nav-area ul {
    background-color: white;
}

header .nav-area ul,
header .nav-area li {
    height: 100%;
}

header .nav-area li {
    position: relative;
}

header .nav-area li.cti {
    margin-right: 30px;
    flex-grow: 0;
}

header .nav-area li>a {
    border-radius: 6px;
}

header .nav-area li.cti a {
    padding: 2px 8px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    border-radius: 6px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}

header .nav-area li.cti a.b-gr {
    padding-right: 22px;
    background: white;
}

header .nav-area li.cti a:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

header .nav-area li.cti a::before {
    display: none;
}

header .nav-area li.cti span {
    margin-left: 3px;
    position: static;
    width: auto;
    font-family: 'Verdana', sans-serif;
    color: #225099;
    white-space: nowrap;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

header .nav-area li.cti .feather {
    padding: 7px;
    color: #225099;
}

header .nav-area li.cti a.active span,
header .nav-area li.cti a.active .feather {
    color: white;
}

header .nav-area li>a {
    padding: 10px 20px 10px 30px;
    position: relative;
}

header .nav-area li>a::before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 0;
    width: 38px;
    height: 38px;
    background: url("../images/icon/header/header_nav_spr.png") no-repeat 0 0;
    background-size: 76px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

header .nav-area li a.disabled {
    cursor: no-drop;
}

header .nav-area li a.disabled span,
header .nav-area li a.disabled .feather {
    color: #808080;
}

header .nav-area li>a.disabled:hover {
    background-color: transparent;
}

header .nav-area li>a.disabled::before {
    opacity: 0.6;
}

header .nav-area li.cti a.active.disabled:hover span {
    color: white;
}

header .nav-area li a span {
    margin-left: 4px;
    font-weight: bold;
    color: #222;
}

header .nav-area li a:hover,
header .nav-area li a.active {
    background-color: #f4f4f4;
}

header .nav-area li .cti-hold::before {
    background-position-y: -38px;
}

header .nav-area li .cti-retrieve::before {
    background-position-y: -76px;
}

header .nav-area li .cti-transfer::before {
    background-position-y: -114px;
}

header .nav-area li .cti-conference::before {
    background-position-y: -152px;
}

header .nav-area li .cti-makecall::before {
    background-position-y: -190px;
}

header .nav-area li .cti-clearcall::before {
    background-position-y: -228px;
}

header .nav-area li .cti-answerCall::before {
    background-position-y: -266px;
}

header .nav-area li .cti-notready::before {
    background-position-y: -304px;
}

header .nav-area li .cti-acw::before {
    background-position-y: -342px;
}

header .nav-area li .cti-warnment::before {
    background-position-y: -380px;
}

header .my-area {
    margin-left: auto;
    margin-right: 30px;
}

header .ap-top {
    float: left;
    width: 88%;
    background: url("../images/site/gjcity/sub/ap_top.jpg") no-repeat 0 0;
}

header .my-area .avatar {
    position: relative;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

header .my-area .avatar .img-box {
    margin-right: 8px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

header .my-area .avatar p {
    font-size: 14px;
}

header .my-area .avatar a p {
    padding: 14px 8px 14px 2px;
    margin-right: 2px;
}

header .my-area .avatar p em {
    font-size: inherit;
    font-style: normal;
    font-weight: 600;
}

header .my-area .avatar .user-number {
    padding: 0 8px;
    display: block;
    line-height: 18px;
    color: white;
    text-align: center;
    border-radius: 18px;
    background-image: -webkit-linear-gradient(-65deg, #3860cf, #47a5e4, #3860cf, #47a5e4);
    background-image: -moz-linear-gradient(-65deg, #3860cf, #47a5e4, #3860cf, #47a5e4);
    background-image: linear-gradient(-65deg, #3860cf, #47a5e4, #3860cf, #47a5e4);
    background-size: 300%;
}

header .fav-btn {
    margin-right: 56px;
    position: relative;
    /* width: 100%; */
}

header .fav-btn::after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    right: -28px;
    width: 1px;
    height: 15px;
    background-color: #c4c4c4;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

header .fav-btn li {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

header .fav-btn.noti .btn {
    position: relative;
}

header .fav-btn.noti .btn .num {
    padding: 3px 7px;
    position: absolute;
    display: block;
    top: -7px;
    right: -7px;
    font-size: 10px;
    font-family: 'Verdana', sans-serif;
    color: white;
    border-radius: 12px;
    background-color: #2798f8;
}

header .fav-btn .btn {
    padding: 0;
}

header .fav-btn .feather {
    padding: 5px;
    display: inline-block;
    color: #173f80;
}

header .fav-btn ul li {
    position: relative;
}

header .fav-btn ul li:not(:last-child) {
    margin-right: 15px;
}

header .fav-btn.noti ul li:not(:last-child) {
    margin-right: 20px;
}

.lp-area {
    position: absolute;
    top: 35px;
    left: -15px;
    width: 322px;
    border: 1px solid #c4c4c4;
    border-top: 3px solid #225099;
    border-radius: 3px;
    background-color: white;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9;
}

.lp-area.hide {
    display: none;
}

.lp-area.type-1 {
    width: 210px;
}

.lp-area.type-3 {
    width: 428px;
}

.lp-area.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.lp-area.right {
    left: inherit;
    right: -15px;
}

.lp-area.my {
    top: 50px;
}

.lp-area .lp-top,
.lp-area .item-list .item {
    border-bottom: 1px solid #eee;
}

.lp-area .lp-top,
.lp-area .item-list .item>a {
    padding: 18px 10px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.lp-area .lp-top {
    padding: 18px 10px;
    position: relative;
}

.lp-area .lp-top::after {
    position: absolute;
    content: '';
    top: -15px;
    left: 21px;
    width: 0;
    height: 0;
    border: 6px solid #225099;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.lp-area.center .lp-top::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.lp-area.right .lp-top::after {
    left: inherit;
    right: 21px;
}

.lp-area .lp-top p {
    font-size: 15px;
    font-weight: bold;
}

.lp-area .lp-top.small {
    padding: 12px 10px;
    background-color: #f4f4f4;
}

.lp-area .lp-top.small p {
    font-size: 12px;
}

.lp-area .item-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.lp-area .item-list .item,
.lp-area .item-list .item:not(:last-child) {
    margin: 0;
}

.lp-area .item-list .item a {
    color: inherit;
}

.lp-area .item-list .item a:hover,
.lp-area .item-list .item a:active,
.lp-area .item-list .item a:visited {
    color: inherit;
}

.lp-area .item-list .thumb {
    text-align: center;
}

.lp-area .item-list .thumb span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    border-radius: 50%;
    background-color: lightcoral;
}

.lp-area .item-list .thumb span.blue {
    background-color: royalblue;
}

.lp-area .item-list .thumb span.yellow {
    background-color: orange;
}

.lp-area .item-list .thumb .icon {
    width: 42px;
    height: 42px;
    line-height: 40px;
}

.lp-area.my .item-list .item>a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.lp-area .item-list .thumb .icon.small {
    width: 24px;
    height: 24px;
    line-height: 22px;
    background-color: transparent;
}

.lp-area .item-list .thumb .icon.small {
    width: 24px;
    height: 24px;
    line-height: 22px;
    background-color: transparent;
}

.lp-area .item-list .thumb .icon.small .feather {
    color: #225099;
}

.lp-area .item-list .thumb .feather {
    color: white;
}

.lp-area .item-list .thumb span.hidden-txt {
    display: none;
}

.lp-area .item-list .subject,
.lp-area .item-list .text {
    padding: 0 12px;
    width: 100%;
    max-width: inherit;
    min-width: inherit;
    font-size: 13px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lp-area .item-list .time {
    width: 32%;
}

.lp-area .item-list .time>span {
    margin-right: 5px;
    font-family: 'Verdana', sans-serif;
    font-size: 11px;
    color: #aaa;
}

.lp-area .item-list .time>.feather {
    font-size: 1.2rem;
    text-align: end;
}

.lp-area .lp-bottom {
    padding: 15px 0;
    text-align: center;
}

.lp-area .item-list .text-row {
    padding: 0 15px;
    width: 100%;
    overflow: hidden;
}

.lp-area .item-list .text-row .top {
    margin-bottom: 10px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    color: #aaa;
}

.lp-area .item-list .text-row .top .name {
    color: #555;
}

.lp-area .item-list .text-row .subject {
    padding: 0;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
}

.lp-area .item-list .text-row .text {
    padding: 0;
    width: 100%;
    color: #888;
}

button.mat {
    padding: 12px 16px;
    font-weight: bold;
    color: white;
    border-radius: 5px;
    background-color: #284299;
}

.contents-screen {
    position: relative;
    min-width: 1420px;
    /* 홍 추가 */
    overflow: hidden;
}

.main-page-wrapper {
    margin-left: 229px
}

.lnb-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 196px;
    height: 100%;
    background-color: #e1e1e1;
    z-index: 98;
}

.lnb-tabmenu,
.lnb-panel,
.lnb-accordion {
    border-right: 1px solid #e1e1e1;
}

.lnb-top,
.lnb-accordion,
.main-page-tab-h {
    position: relative;
    height: 30px;
}

.lnb-top,
.main-page-tab-h {
    border-bottom: 1px solid #173f80;
    background-color: #225099;
}

.lnb-top p {
    padding-top: 9px;
    padding-left: 38px;
    color: white;
}

.wrap.full-s .btn-lnb-control {
    left: 10px;
}

.wrap.full-s .btn-lnb-control {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    /* transform: rotate(-180deg); */
}

.wrap.full-s .lnb-section {
    left: -196px;
}

.wrap.full-s .contents-screen {
    padding-left: 0;
}

.wrap.full-s .main-page-tab-h {
    width: 100%;
}

.wrap.full-s .main-page-tab-h .i-box:first-child {
    margin-left: 50px;
}

.wrap.full-s .main-tab-container-left .tab_btn:first-child {
    margin-left: 50px;
}

.table_box {
    display: table;
    width: 100%;
    height: 100%
}

.table_cell {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    border: solid 1px #afafaf;
    width: 400px;
    height: 232px
}

table.tblData_v		{text-decoration:none;padding:0 3 0 0;border:1px solid #D3BEE5;border-bottom:1.1px solid #D3BEE5;}
table.tblData_v	th	{padding:1px 2px 1px 2px; height:25px; text-align:center; font-weight:bold; background-color:#F3F3FD;
	border-bottom:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA;
	border-left:1px solid #EAEAEA}
table.tblData_v	td	{padding:1px 2px 1px 2px; height:25px; text-align:left; background-color:#ffffff;
	border-bottom:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA;
	border-left:1px solid #EAEAEA;}
table.tblData_v	td.btn {text-align:right;background-color:#E3E2F4;border:0px;height:28px; }
table.tblData_v	table.tbl_button td{background-color:#E3E2F4;border:0px}
table.tblData_v	td.rbtn	{
	text-align:right;
	border-top:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #EAEAEA;
	vertical-align:bottom;}
table.tblData_v	td.lbtn	{
	border-top:1px solid #EAEAEA;
	border-left:0px solid #EAEAEA;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #EAEAEA;
	border-right-width:0px;}

.hitop {
    height: 24px;
    color: #474747;
    background: #fff;
    border-bottom: 1px solid #c6c9cf;
    overflow: hidden
}

.hitop a {
    color: #fff
}

.hitop-left {
    width: 550px;
    float: left;
    line-height: 24px
}

.hitop-left .logo-header {
    display: inline-block;
    padding: 1px 15px 0;
    line-height: 1
}

/*! Lnb */
/*! 전체메뉴 & 마이메뉴 */
.l-area {
    min-height: 182px;
}

.l-tab {
    position: relative;
    display: block;
    min-height: 182px;
    z-index: 1;
}

.l-tab li {
    margin-bottom: 1px;
    position: relative;
    display: block;
    height: auto;
    cursor: pointer;
}

.l-tab li .l-input:checked~ul {
    display: block;
}

.l-tab li>ul {
    padding: 10px 0;
    display: none;
    border-top: 1px solid #e1e1e1;
}

.l-tab li>ul>li .l-input:checked::before {
    display: block;
}

.l-tab li>ul>li>ul {
    padding: 4px 0 10px 18px;
}

.l-tab li>ul,
.l-tab li>ul>li {
    background-color: #f4f4f4;
}

.l-tab li>ul>li ul {
    border-top: 0;
}

.l-tab li>ul>li::before,
.l-tab li>ul>li::after,
.l-tab li>ul>li .l-input:checked::after {
    display: none;
}

.l-tab li>ul>li::before {
    top: 7px;
}

.l-tab li .l-input {
    position: absolute;
    opacity: 0;
}

.l-tab li a,
.l-tab li .l-label {
    padding-left: 38px;
    margin: 0;
    position: relative;
    display: block;
    height: 40px;
    line-height: 38px;
    font-weight: normal;
    color: #111;
    background-color: transparent;
    cursor: pointer;
}

.l-tab>li>.l-label {
    background-color: white;
}

.l-tab li .l-label::before {
    position: absolute;
    display: block;
    content: '';
    top: 14px;
    left: 14px;
    width: 10px;
    height: 10px;
    border: 0;
    background: url("../images/icon/aside/ico_cross_spr.png") no-repeat 0 0;
    z-index: 5;
}

.l-tab li .l-label::after {
    border: 0;
}

.l-tab li .l-input:checked~.l-label::before {
    background-color: transparent;
    background-position-y: -10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.l-tab li .l-input~.l-label::after {
    display: none;
}

/* .l-tab>li>.l-input:checked~.l-label::after {
    display: block;
    top: 34px;
    left: 12px;
    width: 14px;
    height: 5px;
    border: 0;
    background: url("../images/icon/aside/ico_open.png") no-repeat 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
} */

.l-tab>li>.l-input:focus~.l-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.l-tab>li>.l-input:focus~.l-label {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15) inset;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15) inset;
}

.l-tab li a {
    padding-left: 20px;
    color: #333;
}

.l-tab li a:hover,
.l-tab li a:focus {
    color: #111;
}

.l-tab li>ul>li>h2,
.l-tab li>ul>li>h3,
.l-tab li>ul>li>a {
    height: 26px;
    line-height: 24px;
    border-bottom: 0;
}

/*! 스크롤 관련 */
.track3 {
    width: 10px;
    background: 0 0;
    margin-right: 2px;
    border-radius: 10px;
}

.track3.dragging,
.track3:hover {
    background: 0 0;
    background: 0 0
}

.handle3 {
    width: 5px;
    right: 5px;
    background: #999;
    background: rgba(44, 49, 79, .3);
    border-radius: 7px;
}

.track3.dragging .handle3,
.track3:hover .handle3 {
    width: 7px
}

/*!  메뉴 아코디언 */
.lnb-accordion,
.lnb-panel {
    z-index: 2;
}

.lnb-accordion {
    padding: 0 10px;
    display: block;
    width: 100%;
    line-height: 28px;
    font-weight: bold;
    color: #111;
    border-bottom: 1px solid #dfdfdf;
    background-color: #d4d4d4;
    cursor: pointer;
}

/*!  왼쪽메뉴 아코디언 영역 */
.lnb-panel {
    position: relative;
    background-color: #f4f4f4;
}

.lnb-panel.blind {
    display: none;
    height: 0;
}

/* 바로가기 */
.lnb-panel.quick select {
    margin: 10px;
    width: calc(100% - 20px);
}

/*! 개인전광판 */
.user-dashboard {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-dashboard>li {
    padding: 8px 0;
    width: 50%;
    text-align: center;

    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.user-dashboard>li>.label>h4 {
    margin: 0 auto;
    font-weight: normal;
}

.user-dashboard > li .label {
    margin-bottom: 8px;
    color: #222;
}

.user-dashboard > li span {
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #225099;
}

.user-dashboard li i {
    display: none;
}

.user-dashboard.center {
    padding: 10px 2px;
    flex-wrap: inherit;
}

.user-dashboard.center li {
    padding: 0;
    margin-left: 1px;
    width: 25%;
    border: 0;
}

.user-dashboard.center li:first-child {
    margin-left: 0;
}

.user-dashboard.center li .label,
.user-dashboard.center li .label + span {
    display: block;
    border-radius: 3px;
    background-color: white;
}

.user-dashboard.center li .label {
    padding: 4px 0;
    margin-bottom: 1px;
}

.user-dashboard.center li .label + span {
    padding: 7px 0;
}

.user-dashboard.person {
    padding: 1px;
}

.user-dashboard.person li .label + span {
    color: #f58025;
}

.user-dashboard.person li {
    margin: 1px;
    width: calc(50% - 2px);
    text-align: center;
    border-radius: 3px;
    background-color: white;
}

.content-tabs-menu {
    position: absolute;
    top: -29px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eaeaea));
    background-image: linear-gradient(#fafafa, #eaeaea);
    z-index: 2;
}

.content-tabs-menu.fixed {
    position: fixed;
    width: calc(100% - 196px);
    top: 88px;
    left: initial;
}

.main-page-tab-h {
    position: fixed;
    width: calc(100% - 196px);
    z-index: 3;
}

.lnb-section .btn-lnb-control {
    position: fixed;
    top: 65px;
    left: 10px;
}

.btn-toggle,
.btn-lnb-control,
.lnb-accordion::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    background-color: #f4f4f4;
    cursor: pointer;
    z-index: 5;
}

.lnb-accordion::after,
.btn-lnb-control::after,
.scroll_tabs_container .scroll_tab_left_button::before,
.scroll_tabs_container .scroll_tab_right_button::before {
    position: absolute;
    display: block;
    content: '';
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-image: url("../images/icon/common/ico_toggle.png");
    background-size: 10px;
    z-index: 6;
}

.scroll_tabs_container .scroll_tab_left_button::before,
.scroll_tabs_container .scroll_tab_right_button::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scroll_tabs_container .scroll_tab_right_button::before {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
}

.lnb-accordion::before,
.lnb-accordion::after {
    display: block;
    content: '';
    left: inherit;
}

.lnb-accordion::before {
    top: 5px;
    right: 10px;
    border: 1px solid #aaa;
}

.lnb-accordion::after {
    top: 8px;
    right: 13px;
    transform-origin: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.lnb-accordion.blind::before,
.lnb-accordion.blind::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* 상단 통화중 라인 */
.i-box {
    margin-left: 20px;
}

.i-box:first-child {
    margin-left: 15px;
}

.i-box .feather {
    font-size: 1rem;
    color: white;
}

.i-box input,
.search-box input {
    padding: 0 10px;
    width: auto;
    height: 20px;
    line-height: 18px;
    border: 0;
    border-radius: 3px;
    background-color: #f2f5f9;
}

.i-box input {
    margin-left: 10px;
    text-align: center;
    border: 0;
}

.i-box input:read-only {
    color: #0f3063;
    background-color: white;
}

.i-box .input-group input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.i-box .input-group input+.input-group-append {
    height: 20px;
}

.i-box .input-group input+.input-group-append .feather {
    font-size: 1.15rem;
    color: #0f3063;
}

.main-tab-container-right {
    margin-left: auto;
    margin-right: 20px;
}

.r-noti li {
    padding: 3px 12px 4px;
    margin-left: 10px;
    border: 1px solid;
    border-color: #122747;
    border-radius: 10px;
    background-color: #1b3969;
}

.r-noti li:first-child {
    margin-left: 0;
}

.r-noti li span {
    font-size: 11px;
    color: white;
}

.r-noti li .num {
    margin-left: 10px;
    font-weight: bold;
    color: #f58025;
}

.know-fav {
    margin-right: 10px;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
}

.know-fav::after {
    position: absolute;
    display: block;
    content: "\e854";
    top: 50%;
    left: 50%;
    font-family: 'feather';
    font-size: 16px;
    color: #ff9f54;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main-tab-container-right .search-box {
    position: relative;
}

.kms-search-wrap .fa-search {
    position: absolute;
    top: 4px;
    left: 7px;
    font-size: 14px
}

.content-customer-wrap {
    width: 100%;
    margin-top: 10px;
    overflow: hidden
}

.content-customer-wrap table .st-head-table {
    height: 45px
}

.content-customer-wrap table .st-body-scroll {
    height: 155px
}

.content-customer-wrap .content-inner-tab .inner-tab-box {
    padding-top: 5px
}

.make-call-wrap {
    max-width: 280px
}

.make-call-wrap .checks {
    display: block;
    padding: 5px;
    background: #eee;
    margin-bottom: 10px
}

.make-call-wrap .color {
    background: #d4ecf1
}

.icon-new {
    display: inline-block;
    margin-left: 8px;
    width: 26px;
    height: 9px;
    background: url("../images/icon-new.gif") no-repeat
}

/*! 사용자 탭 */
.user-section {
    width: 460px;
    height: 640px;
    background-color: #fff;
    border: 2px solid #455973;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2)
}

.user-section .content-inner-tab .inner-tabs-menu {
    background-color: #455973;
    height: 45px
}

.user-section .content-inner-tab .inner-tabs-menu li {
    height: 45px;
    line-height: 45px;
    width: 80px;
    padding: 0;
    float: left;
    position: relative;
    background-color: none
}

.user-section .content-inner-tab .inner-tabs-menu li a {
    display: block;
    text-indent: -9000em
}

.user-section .content-inner-tab .inner-tabs-menu li.user_btn {
    background: url(../images/user/user_btn_d.png) center center no-repeat
}

.user-section .content-inner-tab .inner-tabs-menu li.user_btn.current {
    background: url(../images/user/user_btn.png) center center no-repeat
}

.user-section .content-inner-tab .inner-tabs-menu li.note_btn {
    background: url(../images/user/note_btn_d.png) center center no-repeat
}

.user-section .content-inner-tab .inner-tabs-menu li.note_btn.current {
    background: url(../images/user/note_btn.png) center center no-repeat
}

.user-section .content-inner-tab .inner-tabs-menu li.chat_btn {
    background: url(../images/user/chat_btn_d.png) center center no-repeat
}

.user-section .content-inner-tab .inner-tabs-menu li.chat_btn.current {
    background: url(../images/user/chat_btn.png) center center no-repeat
}

.user-section .content-inner-tab .inner-tabs-menu li.today_btn {
    background: url(../images/user/today_btn_d.png) center center no-repeat
}

.user-section .content-inner-tab .inner-tabs-menu li.today_btn.current {
    background: url(../images/user/today_btn.png) center center no-repeat
}

.user-section .content-inner-tab .inner-tabs-menu .btn-close-content-box {
    display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -9000em;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.user-section .content-inner-tab .inner-tab-box {
    border: none;
    margin-right: 0
}

.user-search-wrap {
    background: #e8eaf0;
    line-height: 22px;
    padding: 5px;
    overflow: auto;
    font-size: 11px
}

.user-search-wrap .select-set>span {
    font-size: 11px
}

.user-search-wrap input,
.user-search-wrap select {
    height: 19px;
    float: left
}

.user-search-wrap input+.btn-search,
.user-search-wrap select+.btn-search {
    margin-left: 3px
}

.user-search-wrap .search-text {
    width: 130px
}

.user-search-wrap .icon {
    float: left
}

.user-search-wrap .datepicker-box {
    float: left
}

.user-search-wrap .datepicker-box .icon {
    float: none
}

.user-search-wrap .btn-plus {
    text-indent: 12px;
    font-weight: 400
}

.user-search-wrap .btn-plus:before {
    background: url("../images/user/btn-add.png") center 6px no-repeat
}

.user-search-wrap .btn-out {
    font-weight: 400
}

.user-search-wrap>article {
    margin-top: 5px;
    height: 24px
}

.user-search-wrap>article:first-child {
    margin-top: 0
}

/*! 사용자 리스트 */
ul.mtree {
    position: relative;
    margin-left: 0;
    padding: 0;
    height: 490px;
    overflow: auto
}

ul.mtree .user-checkbox {
    float: left;
    clear: both;
    vertical-align: middle;
    z-index: 10;
    position: absolute;
    top: 14px;
    left: 10px
}

ul.mtree ul {
    margin-left: 1em
}

ul.mtree li {
    list-style: none;
    line-height: 30px;
    display: block;
    position: relative;
    vertical-align: middle;
}

ul.mtree a {
    padding: 5px 28px;
    font-size: 12px;
    display: block;
    position: relative;
    color: #646464
}

ul.mtree li.mtree-node>a {
    font-weight: 700
}

ul.mtree>a {
    margin-left: 10px
}

ul.mtree .mtree-level-2 {
    background: #f0ede4
}

ul.mtree.bubba ul {
    margin-left: 0
}

ul.mtree.bubba li.mtree-node>a {
    font-weight: 700;
    text-transform: upperCase
}

ul.mtree.bubba li.mtree-node>a:after {
    right: 30px;
    font-family: 'feather';
    content: "\e829";
    position: absolute;
    right: 30px;
    margin-top: 2px;
    font-weight: 400
}

ul.mtree.bubba li:last-child>a {
    border: none
}

ul.mtree.bubba>li.mtree-closed {
    border-bottom: 1px solid #ddd
}

ul.mtree.bubba>li.mtree-closed:hover {
    background-color: #baaf8c
}

ul.mtree.bubba>li.mtree-closed:hover>a {
    color: #fff;
    font-weight: 700
}

ul.mtree.bubba>li.mtree-closed:last-child {
    border-bottom: none
}

ul.mtree.bubba>li.mtree-open>a {
    background-color: #baaf8c;
    color: #fff;
    font-weight: 700
}

ul.mtree.bubba>li.mtree-open>ul {
    background-color: #fff;
    border-left: 3px solid #baaf8c;
    margin-left: 1.5em;
    margin-top: 5px;
    margin-bottom: 5px
}

ul.mtree.bubba li.mtree-open>a:after {
    content: "\e82a"
}

ul.mtree.bubba li>a:after {
    font-size: 14px
}

ul.mtree.bubba li li>a:after {
    font-size: 12px
}

ul.mtree.bubba li li li {
    margin-left: 10px
}

ul.mtree.bubba li li li>a:after {
    font-size: 9px
}

ul.mtree.bubba li li li li {
    margin-left: 15px
}

ul.mtree.bubba li li li li>a {
    font-size: 11px
}

ul.mtree.bubba li li li li>a:after {
    font-size: 8px
}

ul.mtree.bubba li li li li li {
    margin-left: 20px
}

ul.mtree.bubba li li li li li>a {
    font-size: 11px
}

ul.mtree.bubba li li li li li>a:after {
    font-size: 7px
}

/*! 선택된 사용자*/
.user-checklist {
    padding: 0;
    border-top: 1px solid #ddd;
    overflow: auto;
    margin-top: -1px;
    overflow: auto;
    height: 70px;
    display: table
}

.user-checklist-title {
    display: table-cell;
    width: 20px;
    padding: 0 5px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    background: #c9cedc
}

.user-checklist-name {
    padding-left: 10px;
    height: 70px;
    overflow: auto
}

.user-checklist-name li {
    position: relative;
    display: block;
    float: left;
    background: #fff;
    border: 1px solid #d2dae0;
    font-size: 11px;
    line-height: 19px;
    height: 18px;
    padding: 0 25px 0 10px;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 4px;
    overflow: hidden;
    color: #3c454c
}

.user-checklist-name li .delete-user {
    position: absolute;
    top: 2px;
    right: 3px;
    float: right;
    width: 13px;
    height: 13px;
    cursor: pointer;
    display: block;
    line-height: 13px;
    font-size: 11px;
    text-align: center;
    font-family: 'feather';
    color: #ff5757
}

.user-checklist-name li .delete-user:after {
    content: "\e8f4"
}

/*! 쪽지 리스트 */
.user-msg-list {
    overflow: auto;
    height: 530px
}

.user-msg-list li {
    padding: 10px;
    padding-left: 52px;
    min-height: 35px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #d2dae0;
    cursor: pointer
}

.user-msg-list li .user-msg-head {
    overflow: hidden;
    margin-bottom: 5px
}

.user-msg-list li .msg-name {
    float: left;
    line-height: 23px;
    font-size: 12px
}

.user-msg-list li .msg-name .member-count {
    display: inline-block;
    height: 16px;
    line-height: 18px;
    background: #eee;
    font-weight: 400;
    padding: 0 4px;
    margin-top: 3px;
    margin-left: 5px;
    border: 1px solid #ddd
}

.user-msg-list li.user-msg-send {
    background-image: url("../images/user/icon-send.png");
}

.user-msg-list li.user-msg-receive {
    background-image: url("../images/user/icon-receive.png");
}

.user-msg-list .msg-li-date {
    line-height: 23px;
    color: #ababab
}

.user-msg-list .btn-arrow {
    margin-left: 10px;
    float: right;
    width: 13px;
    height: 13px;
    cursor: pointer;
    display: block
}

.user-msg-list .btn-arrow:after {
    line-height: 23px;
    font-size: 14px;
    font-family: 'feather';
    color: #484a5f
}

.user-msg-list .btn-arrow.down:after {
    content: "\e90e"
}

.user-msg-list .btn-arrow.up:after {
    content: "\e90f"
}

.user-addfile,
.user-write-textwrap {
    border: 1px solid #ddd;
    overflow: hidden
}

.user-addfile .user-checklist-title,
.user-write-textwrap .user-checklist-title {
    float: left
}

.user-addfile .user-checklist-title span,
.user-write-textwrap .user-checklist-title span {
    line-height: 13px;
    display: inline-block
}

.user-addfile .user-checklist-title {
    height: 96px;
    line-height: 136px
}

.user-write-textwrap .user-msg-textarea {
    width: 428px;
    border: none;
    height: 388px;
    padding: 10px
}

.user-write-textwrap .user-checklist-title {
    height: 390px;
    line-height: 390px
}

.user-addfile .upload-btn-wrap>.button {
    margin-bottom: 5px;
    top: 20%
}

.msg-list-go {
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
    display: inline-block;
    width: 60px;
    text-align: center;
}

.msg-list-go:before {
    content: "\e85a";
    line-height: 23px;
    font-size: 14px;
    font-family: 'feather';
    color: #484a5f;
    margin-right: 5px
}

.msg-list-go+.msg-name {
    font-size: 12px;
    float: left;
    border-left: 1px solid #c3cace;
    padding-left: 10px
}

.msg-list-go+.msg-name:before {
    content: "\e8e9";
    line-height: 23px;
    font-size: 16px;
    font-family: 'feather';
    color: #ff7b10;
    margin-right: 5px
}

.msg-view-container {
    height: 378px;
    background: #f0f8ff;
    float: left;
    width: 100%;
    overflow: auto
}

.msg-view-container .user-msg-list {
    height: auto
}

.msg-view-container .user-msg-list li {
    background-position: 10px 10px;
    border: 1px solid #d2dae0;
    margin: 5px;
    background-color: #fff;
    cursor: default
}

.msg-view-container .user-msg-list li.user-msg-send {
    background-color: #f4f5f8 !important
}

.user-msg-write {
    padding: 5px;
    background: #e1e6ea;
    border: 1px solid #ddd;
    overflow: auto
}

.user-msg-write>textarea {
    width: 390px;
    height: 73px;
    float: left
}

.user-msg-write>textarea+.msg-chat-btn-enter {
    float: left;
    width: 56px;
    height: 73px;
    background-color: #4c4c4c;
    cursor: pointer;
    border-left: 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 73px
}

.user-msg-write>textarea+.msg-chat-btn-enter:active,
.user-msg-write>textarea+.msg-chat-btn-enter:hover {
    background-color: #2e2e2e;
    color: #fff;
    text-decoration: none;
    outline: 0
}

.user-msg-write>textarea+.msg-chat-btn-enter:after,
.user-msg-write>textarea+.msg-chat-btn-enter:before {
    content: '';
    display: table
}

.user-msg-write>textarea+.msg-chat-btn-enter:after {
    clear: both
}

.party-user {
    height: 23px;
    line-height: 23px;
    overflow: auto;
    padding: 5px;
    background: #e2d9c8
}

.party-user>span {
    margin-left: 5px
}

/*! 사용자 채팅 */
.user-chat-list {
    overflow: auto;
    height: 490px
}

.user-chat-list+.user-checklist {
    width: 460px;
    margin-left: -2px;
    border: 2px solid #33354a
}

.user-chat-list li {
    padding: 10px;
    padding-left: 52px;
    height: 40px;
    background-position: 10px 12px;
    background-repeat: no-repeat;
    border-top: 1px solid #d2dae0;
    cursor: pointer;
    background-image: url("../images/user/icon-chat.png")
}

.user-chat-list li .user-chat-head {
    overflow: hidden;
    margin-bottom: 5px
}

.user-chat-list li .chat-name {
    float: left;
    line-height: 23px;
    font-size: 12px
}

.user-chat-list li .chat-name .member-count {
    display: inline-block;
    height: 16px;
    line-height: 18px;
    background: #eee;
    font-weight: 400;
    padding: 0 4px;
    margin-top: 3px;
    margin-left: 5px;
    border: 1px solid #ddd
}

.user-chat-list li .chat-name .member-count:before {
    content: "\e8e9";
    line-height: 16px;
    font-size: 12px;
    font-family: 'feather';
    color: #ff7b10;
    margin-right: 3px
}

.user-chat-list .chat-li-date {
    line-height: 23px;
    color: #ababab
}

.user-chat-list .btn-arrow {
    margin-left: 10px;
    float: right;
    width: 13px;
    height: 13px;
    cursor: pointer;
    display: block
}

.user-chat-list .btn-arrow:after {
    line-height: 23px;
    font-size: 14px;
    font-family: 'feather';
    color: #484a5f
}

.user-chat-list .btn-arrow.down:after {
    content: "\e90e"
}

.user-chat-list .btn-arrow.up:after {
    content: "\e90f"
}

.chat-view-container {
    height: 378px;
    background: #f0f8ff;
    float: left;
    width: 100%;
    overflow: auto
}

.chat-view-container .chat-date {
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 10px;
    background: #e0e6ea;
    color: #777
}

.msg-chat-body {
    padding: 10px;
    overflow-y: auto
}

.msg-chat-body .msg-chat-box {
    font-size: 12px
}

.msg-chat-body .msg-chat-box>span {
    display: block;
    font-size: 11px;
    color: #777;
    text-align: center;
    margin-bottom: 8px
}

.msg-chat-body .msg-chat-box>p {
    float: left;
    clear: both;
    max-width: 330px;
    background-color: #fff;
    border: 1px solid #d2dae0;
    border-radius: 6px;
    padding: 10px 12px 10px;
    color: #292e33
}

.msg-chat-body .msg-chat-box>p>span {
    font-size: 12px;
    line-height: 16px
}

.msg-chat-body .msg-chat-box>p>.chat-real-time {
    display: block;
    margin-top: 11px;
    font-size: 12px;
    color: #777
}

.msg-chat-body .msg-chat-box.msg-from-myself>p {
    float: right;
    background-color: #baaf8c;
    border: 0;
    color: #fff
}

.msg-chat-body .msg-chat-box.msg-from-myself>p>.chat-real-time {
    text-align: right;
    color: #555
}

.msg-chat-body .msg-chat-box:after,
.msg-chat-body .msg-chat-box:before {
    content: '';
    display: table
}

.msg-chat-body .msg-chat-box:after {
    clear: both
}

.msg-chat-body .msg-chat-box>p+p {
    margin-top: 6px
}

.msg-chat-body .msg-chat-box+.msg-chat-box {
    margin-top: 20px
}

/*! 사용자 : 오늘의 할일 */
.user-today-list {
    height: 595px;
    float: left;
    width: 100%;
    overflow: auto;
    position: relative
}

.user-today-list li {
    background-position: 10px 10px;
    border-bottom: 1px solid #d2dae0;
    margin: 10px 10px 0 10px;
    background-color: #fff;
    cursor: default;
    padding-bottom: 10px;
    display: block;
    overflow: hidden
}

.user-today-list li>.todo-title {
    float: left;
    color: #fff;
    display: block;
    padding: 0 7px;
    border-radius: 10px;
    width: 80px;
    height: 23px;
    line-height: 25px;
    text-align: left;
    overflow: hidden;
    background-color: #ff887c;
    clear: both
}

.user-today-list li>.todo-title:before {
    content: "\e83f";
    line-height: 19px;
    font-size: 13px;
    font-family: 'feather';
    color: #464646;
    margin-right: 5px;
    width: 13px;
    font-weight: 400
}

.user-today-list li>.todo-title.todo-icon-ars {
    background: #82a3f5
}

.user-today-list li>.todo-title.todo-icon-ars:before {
    content: "\e8fd"
}

.user-today-list li>.todo-title.todo-icon-recall {
    background: #10b7ea
}

.user-today-list li>.todo-title.todo-icon-recall:before {
    content: "\e8aa"
}

.user-today-list li>.todo-title.todo-icon-homepage {
    background: #49daa5
}

.user-today-list li>.todo-title.todo-icon-homepage:before {
    content: "\e87a"
}

.user-today-list li>.todo-title.todo-icon-conference {
    background: #ffb878
}

.user-today-list li>.todo-title.todo-icon-conference:before {
    content: "\e8ea"
}

.user-today-list li>.todo-title.todo-icon-email {
    background: #dbadff
}

.user-today-list li>.todo-title.todo-icon-email:before {
    content: "\e88a"
}

.user-today-list li>span {
    display: block;
    margin-left: 10px;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    position: absolute;
    left: 105px;
    max-width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.user-today-list .chat-li-date {
    line-height: 23px;
    color: #ababab
}

/*! 게시판 */
.wrap-popup {
    width: 100%;
    height: 100%;
    font-size: 12px
}

.popup-header {
    padding: 0 10px;
    position: relative;
    min-width: inherit;
    height: 36px;
    border: 0;
}

.popup-header .btn-close-popup {
    float: right;
    margin-right: 10px;
    margin-top: 7px;
    overflow: hidden
}

.btn-close-popup {
    position: absolute;
    display: block;
    top: 50%;
    right: 10px;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    border: 0;
    background: url("../images/icon/popup/ico_close.png") no-repeat 50% 50%;
    background-size: 16px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.btn-close-popup:hover {
    opacity: .85
}

.popup-body {
    padding: 10px;
    overflow: auto
}

.popup-body .table-brand caption {
    display: none
}

/*! 파일업로드 버튼 */
.upload-section {
    position: relative;
    overflow: auto;
    height: 96px
}

.upload-file-wrap {
    border: 1px solid #e8eaf0;
    float: left;
    height: 84px;
    overflow: auto;
    position: absolute;
    left: 0;
    right: 115px;
    padding: 5px
}

.upload-file-wrap>input {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    background: #f5f6f9;
    cursor: pointer
}

.upload-file-wrap>input:last-child {
    margin-bottom: 0
}

.upload-btn-wrap {
    width: 100px;
    background: #e8eaf0;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center
}

.upload-btn-wrap>.button {
    margin-bottom: 5px;
    position: relative;
    top: 20%
}

.upload-btn-wrap>.button:last-child {
    margin-bottom: 0
}

.popup-footer {
    padding: 10px;
    text-align: right;
    background-color: #f2f2f2;
}

.content-customer-wrap .customer-tab1 {
    width: 527px
}

.content-customer-wrap .customer-tab2 {
    width: 420px
}

.content-customer-wrap .customer-tab2 table {
    width: 630px
}

.content-customer-wrap .customer-tab3 {
    min-width: 186px;
    width: 100%
}

.content-customer-wrap .customer-tab3 .inner-tabs-menu {
    padding-right: 0
}

.schdule-header {
    padding: 8px 20px;
    position: relative;
    border-radius: 5px 5px 0 0;
    background-color: #225099;
}

.schdule-header .radio-group {
    color: white;
}

.sch-year-section .aroww-next,
.sch-year-section .aroww-prev {
    border: none;
    height: 37px;
    background-color: #4c4c4c
}

.sch-year-section .aroww-next:before,
.sch-year-section .aroww-prev:before {
    position: absolute;
    display: block;
    font-family: 'feather';
    font-size: 13px;
    color: #225099;
    width: auto;
    height: auto;
}

.sch-year-section .aroww-next:hover,
.sch-year-section .aroww-prev:hover {
    background-color: #222
}

.sch-year-section .aroww-prev:before {
    content: '\e843'
}

.sch-year-section .aroww-next:before {
    content: '\e844'
}

.select_box {
    position: relative;
    width: 125px;
    height: 37px;
    background-color: white;
    position: relative;
    margin-left: 10px;
    border-radius: 3px;
    z-index: 0
}

.select_box.month {
    width: 85px;
    margin-right: 10px
}

.select_box label {
    position: absolute;
    font-size: 18px;
    color: #333;
    text-indent: 12px;
    width: 100%;
    height: 37px;
    line-height: 35px;
    letter-spacing: 1px;
    cursor: pointer;
}

.select_box label:after {
    font-family: 'feather';
    content: '\e842';
    font-size: 22px;
    position: absolute;
    right: 7px;
    top: 2px;
    width: 26px;
    height: 37px;
    line-height: 34px;
    color: #697e8f;
    text-align: center
}

.select_box select {
    opacity: 0;
    font-size: 15px;
}

.sch-container,
.schdule-wrap {
    height: 100%
}

.sch-container {
    margin-top: 80px;
    float: left;
    width: 100%
}

.sch-week {
    width: 100%;
}

.sch-week .sun {
    color: #ed1c24
}

.sch-week .sat {
    color: #1c89ed
}

.sch-week .today {
    background: #edf6ee
}

.sch-week .today .sch-day {
    font-weight: 700
}

.sch-week .next {
    background: #f3f3f3
}

.sch-week .next .sch-day {
    color: #a9a9a9
}

.sch-week.mini .sch-year-section {
    padding: 0 10px 5px;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sch-week.mini .sch-year-section span {
    font-size: 16px;
    font-weight: bold;
}

.week-body td {
    padding: 10px 4px 4px;
    height: 83px;
    border: 1px solid #d2d2d2;
    background-color: #f2f2f2;
}

.sch-week.week-body.mini td {
    height: 34px;
    background-color: #f9f9f9;
}

.week-body .schdul_td {
    background-color: white;
}

.week-body td span {
    height: 21px;
    line-height: 21px
}

.week-body td .sch-day {
    padding-left: 6px;
    position: absolute;
    top: 0
}

.sch-event,
.sch-hldy {
    padding: 0 10px;
    margin: 5px 0;
    position: relative;
    line-height: 20px;
    color: white;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
    background-color: #225099;
}

.sch-event:focus,
.sch-event:hover {
    background-color: #1a3079;
}

.sch-hldy {
    background-color: #15a21d;
}

.sch-hldy:focus,
.sch-hldy:hover {
    background-color: #108816;
}

.sch-event .btn-delete {
    display: inline-block;
    position: absolute;
    right: 5px
}

.sch-event .btn-delete:before {
    color: #b96969
}

.sch-event .btn-delete:hover:before {
    color: #924444
}

.sch-write {
    width: 300px;
    height: 224px;
    position: absolute;
    z-index: 1000;
    background: #fff;
    border: 1px solid #c2c2c2;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2)
}

.sch-write header {
    margin: 5px 10px 0 10px;
    border-bottom: 1px solid #ccc
}

.sch-write header .btn-delete {
    color: #4c4c4c;
    float: right;
    margin-top: 3px
}

.sch-write section {
    padding: 0 10px
}

.sch-detail-table input,
.sch-detail-table select,
.sch-detail-table textarea {
    padding: 0 10px;
    margin: 2px;
    min-height: 30px;
}

.sch-detail-table textarea {
    padding: 10px
}

.sch-detail-table .sch-write-sel {
    width: 49%;
    float: right
}

.schdule-header .sch-year-section .select_box {
    padding: 0;
    width: auto;
    height: 36px;
}

.schdule-header .sch-year-section .select_box.month,
.schdule-header .sch-year-section .select_box.year {
    width: auto;
    background-image: url("../images/icon/common/ico_arr.png");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.schdule-header .sch-year-section .select_box.year {
    margin-left: 4px;
}

.schdule-header .sch-year-section .select_box.month {
    margin: 0 4px;
}

.schdule-header .sch-year-section .select_box label {
    padding-left: 20px;
    text-indent: 0;
}

.schdule-header .sch-year-section .select_box label::after {
    display: none;
}

.schdule-header .sch-year-section .select_box select {
    padding: 0 40px 0 20px;
    width: 100%;
}

.schdule-header .sch-year-section .aroww-next,
.schdule-header .sch-year-section .aroww-prev {
    padding: 0;
    margin: 0;
    position: relative;
    width: 38px;
    height: 38px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.schdule-header .sch-year-section .aroww-next:hover,
.schdule-header .sch-year-section .aroww-prev:hover {
    background-color: #fafafa;
}

.schdule-header .sch-header-btn-group .button {
    padding: 12px;
}

.schdule-header .button,
.sch-year-section .aroww-next,
.sch-year-section .aroww-prev,
.sch-year-section .select_box.month,
.sch-year-section .select_box.year {
    border: 1px solid #1f2b52;
    background-color: white;
}

.sch-container {
    margin-top: 0;
    float: none;
}

.sch-container .sch-week.week-header {
    height: auto;
}

.sch-week.week-header th {
    padding: 5px;
    text-align: left;
    border-top: 1px solid #e4e4e4;
}

.sch-week.week-header td.w-tit {
    padding: 10px;
    font-size: 16px;
}

.sch-week.week-header td.w-tit span {
    font-size: 16px;
}

.sch-week.week-header td.w-tit .btn-left {
    margin-right: 8px;
}

.sch-week.week-header td.w-tit .btn-right {
    margin-left: 8px;
}

.sch-week .today {
    background-color: #f6fbff;
}

.sch-event .btn-delete:hover::before {
    color: #1787cc;
}

.sch-event .btn-delete::before {
    font-weight: 100;
    color: white;
}

.sch-event-list {
    position: absolute;
    display: block;
    top: 30px;
    left: 0;
    width: 100%;
    height: 107px;
    overflow: hidden;
}

.sch-write {
    top: 50%;
    left: 50%;
    width: 320px;
    height: auto;
    border: 0;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sch-write header {
    padding: 0 10px;
    margin: 0 0 8px;
    position: relative;
    min-width: inherit;
    color: white;
    border: 0;
    background-color: #284299;
}

.sch-write header .title {
    height: 38px;
    line-height: 36px;
    text-indent: 0;
}

.sch-write header .title.title-arrow1 {
    background-position: 0 14px;
}

.sch-write header .btn-delete {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    float: none;
    color: #555;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sch-detail-table td {
    padding: 2px 8px;
}

.sch-write section {
    padding: 10px;
}

.sch-write .sch-detail-table .sch-write-date {
    max-width: 30%;
    color: white;
    text-align: center;
    border: 0;
    background-color: #284299;
}

@media print {

    .sch-year-section .select_box select,
    .sch-year-section .select_box.month,
    .sch-year-section .select_box.year {
        padding: 0;
        border: 0;
    }

    .sch-year-section .aroww-next,
    .sch-year-section .aroww-prev {
        display: none;
    }

    .sch-year-section .select_box label {
        white-space: nowrap;
    }

    .select_box label {
        padding: inherit;
        position: static;
        font-size: 20px;
    }
}

/* 설문조사 */
.m-body {
    overflow: auto;
}

.m-body.gray {
    background-color: #f4f4f4;
}

.navbar-fix {
    position: fixed;
    width: 100%;
    height: 54px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background-color: white;
}

.navbar-fix .logo {
    display: inline-block;
    width: 82px;
    height: 54px;
    text-indent: -9000em;
    background: url("../images/site/gjcity/common/logo_header.png") center no-repeat;
    background-size: contain;
}

.rsh-top {
    padding: 0.75rem;
}

.rsh-wrap {
    padding: 63px 1rem 1rem;
    background-color: #fafafa;
}

.rsh-wrap table {
    width: 100%;
}

.rsh-wrap table th,
.rsh-wrap table td {
    padding: 0.75rem;
    line-height: 1.4;
    border-top: 1px solid #dee2e6;
}

/* 404 */
.n-found {
    width: 100%;
    text-align: center;
}

.n-found .nf {
    padding: 180px 0;
    display: inline-block;
}

.n-found .nf::after {
    display: table;
    content: '';
    overflow: hidden;
    clear: both;
}

.n-found .nf .text,
.n-found .nf img {
    display: block;
    float: left;
    text-align: left;
}

.n-found .nf img {
    padding: 74px 0 74px 120px;
}

.n-found .nf .text {
    padding: 60px 150px 60px 60px;
    position: relative;
    letter-spacing: -0.05em;
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 60px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 60px rgba(0, 0, 0, 0.08);
}

.n-found .nf .text::before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #f58025;
}

.n-found .nf .text h2 {
    padding-bottom: 20px;
    margin: 0;
    font-size: 1.8em;
    color: black;
}

.n-found .nf .text p {
    margin: 30px 0;
    font-size: 0.95em;
    line-height: 1.6;
    color: #333;
}

.n-found .nf .text h2::before {
    position: absolute;
    display: block;
    content: '';
    top: 117px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
}

.n-found .nf .text .btn {
    padding: 8px 36px;
    font-size: 0.85em;
    color: white;
    text-decoration: none;
    border: 0;
    border-radius: 50px;
    background-color: #f58025;
}

.alert {
    color: red;
    font-weight: bold;
    float: right;
    margin-top: 5px;
}

.kms_file {
    font-family: "돋움";
    font-size: 12px;
    color: #5687ec;
    height: 11px;
    padding: 3px 0 0 18px;
    font-weight: bold;
    cursor: normal;
    background: url("../images/icon/bg_transparent/icon_save.gif") no-repeat left;
}

.iconbase,
.btn-calendar,
.btn-plus,
.btn-minus,
.btn-search,
.btn-excel,
.btn-refresh,
.btn-scissors,
.btn-save,
.btn-file,
.btn-right,
.btn-left,
.btn-up,
.btn-down,
.btn-trash,
.btn-list,
.btn-phone,
.btn-phone-off,
.btn-play,
.btn-info,
.btn-help:before,
.btn-copy:before,
.btn-pencil,
.btn-print {
    text-indent: 0;
}

.chat-section {
    width: 445px;
    position: absolute;
    top: 100px;
    z-index: 99;
    border: 1px solid;
}

.chat-header {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    background-color: #f4f6f7;
}

.chat-article {
    width: 100%;
    background-color: #ffffff;
}

.chat-article-position {
    width: 325px;
    position: absolute;
    left: -330px;
    border: 2px solid;
}

.chat-header {
    width: 100%;
    height: 30px;
}

.user-list-section {
    width: 100%;
    height: 500px;
}

/* datepicker hide */
.datepickers-container {
    position: fixed;
    top: 0;
    /* left: -9999px; */
    left: 0px;
    width: 0;
    height: 0;
    z-index: 0;
}

/* scroll bar */
/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    /* overflow-x: hidden !important; */
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    /* position: fixed; */
    display: block;
}

.scroll-element.scroll-x.scroll-scrollx_visible {
    bottom: 0;
}

.gc-contents[class*="gc-row-"] .scroll-element.scroll-x.scroll-scrollx_visible,
.gc-contents[class*="gc-row-"] .scroll-element.scroll-y.scroll-scrolly_visible,
.sch-week.week-body .scroll-element.scroll-x.scroll-scrollx_visible,
.sch-week.week-body .scroll-element.scroll-y.scroll-scrolly_visible,
.full-form .scroll-element.scroll-x.scroll-scrollx_visible,
.full-form .scroll-element.scroll-y.scroll-scrolly_visible,
.list-wrap .scroll-element.scroll-x.scroll-scrollx_visible,
.list-wrap .scroll-element.scroll-y.scroll-scrolly_visible,
.content-tab-wrap .scroll-element.scroll-x.scroll-scrollx_visible,
.content-tab-wrap .scroll-element.scroll-y.scroll-scrolly_visible,
.lnb-tabmenu .scroll-element.scroll-x.scroll-scrollx_visible,
.lnb-tabmenu .scroll-element.scroll-y.scroll-scrolly_visible,
.f-form .scroll-element.scroll-x.scroll-scrollx_visible,
.f-form .scroll-element.scroll-y.scroll-scrolly_visible,
td .scroll-element.scroll-x.scroll-scrollx_visible,
td .scroll-element.scroll-y.scroll-scrolly_visible,
.scroll-textarea .scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-textarea .scroll-element.scroll-y.scroll-scrolly_visible {
    position: absolute;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 101;
}

.scrollbar-inner>.scroll-element div {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.scrollbar-inner>.scroll-element.scroll-x {
    bottom: 1px;
    left: 4px;
    width: calc(100% - 6px);
    height: 6px;
}

.scrollbar-inner>.scroll-element.scroll-y {
    right: 2px;
    top: 4px;
    width: 6px;
    height: calc(100% - 6px);
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    background-color: rgba(0, 0, 0, 0.1);
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: rgba(0, 0, 0, 0.2);
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
    background-color: rgba(0, 0, 0, 0.6);
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
    background-color: rgba(0, 0, 0, 0.6);
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}

.content-tab-wrap .scrollbar-inner>.scroll-element,
.content-tab-wrap .scrollbar-inner>.scroll-element div {
    z-index: 2;
}

/* .tblButton,
.tbl_button {
	padding: 5px;
	margin: 5px 0;
	background: #e4e5e9;
	border-radius: 4px;
}

.tblButton td,
.tbl_button td {
	padding: 5px;
} */


.button button {
    position: relative;
    margin: 0;
    text-decoration: none !important;
    border: 0;
    font-size: 12px;
    white-space: nowrap;
    background: none;
    overflow: visible;
    outline: none;
    left: 2px;
    vertical-align: middle;
    display: table-cell;
    cursor: pointer;
    line-height: 18px;
}

@media screen and (max-width: 1600px) {
    header .nav-area li.cti {
        margin-right: 5px;
    }

    header .nav-area li>a {
        padding-right: 15px;
    }

    header .my-area {
        margin-right: 10px;
    }

    header .fav-btn {
        margin-right: 24px;
    }

    header .fav-btn::after {
        display: none;
    }

    header .fav-btn ul li:not(:last-child),
    header .fav-btn.noti ul li:not(:last-child) {
        margin-right: 8px;
    }
}

/* for ie 11 */
/* @media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .foo {
        color: red
    }
} */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
    header h1.logo {
        height: 56px;
    }

    .lnb-section {
        margin-top: 56px;
    }

    .main-page-tab-h {
        top: 56px;
    }

    .lnb-top, .lnb-accordion, .main-page-tab-h {
        height: 26px;
    }

    .lnb-section .btn-lnb-control {
        top: 61px;
    }

    .lnb-top p {
        padding-top: 7px;
    }

    .content-tabs-menu {
        /* top: -29px; */
    }

    .contents-screen {
        padding-top: 111px;
    }

    textarea {
        margin-top: 1px;
        margin-bottom: 2px;
    }

    input[type="radio"]+label,
    input[type="checkbox"]+label {
        top: -2px;
    }

    input[type="radio"]+label::before,
    input[type="checkbox"]+label::before {
        top: 3px;
    }

    input[type="radio"]:checked +label::after {
        top: 6px;
    }

    input[type="checkbox"]:checked +label::after,
    .ichk-box .indicator::after {
        top: 0;
    }

    .ichk-box .indicator::after {
        left: 3px;
    }

    .l-tab li .l-input ~ .l-label {
        top: 0;
    }

    .ct-head, .title-1deps, .title-2deps {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .inner-tabs-menu li a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

/*/////////////////////////////////////////////*/

.tts{
	width:370px;
	height:100vh;
	background:white;
	position:fixed;
	top:118px;
	right:0;
	padding:20px;
	box-sizing:border-box;
	box-shadow: -5px 0 5px 0 rgb(224 223 223 / 50%);
	transform: translateX(100%);
    transition: all 0.5s;
}

.tts.current{
	transform: translateX(0%);
}

.tts .tooglebtn{
	width: 50px;
    height: 29px;
    border-radius: 10px 0px 0 10px;
    position: absolute;
    left: -47px;
    background: #ffffff;
    display: flex;
    box-shadow: -6px 0 6px rgb(192 193 195 / 50%);
    align-items: center;
    justify-content: center;
    font-size: 17px;
    cursor: pointer;
}


.tts-chat{
	width: 100%;
    height: 370px;
    border: 3px solid #d0e5ed;
    background: #dbedf4;
    position: relative;


}

.date{
	display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.date-bubble{
	width: 83px;
    padding:8px;
    border-radius: 20px;
    background: #beccd6;
    text-align: center;
    color: white;
    opacity: 0.5;
   /*  position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%); */

}

.chat-position{
	display:flex;
	padding:10px 20px;
	box-sizing: border-box;
	flex-direction: column;

}


.chat-position .chat{
	display:flex;
	flex-direction: column;
	margin-bottom:12px;

}

.chat.left{
	align-items:start;

}

.chat.right{
	align-items:end;
}

.chat.right .bubble{
	background:#7db8fa;
}

.chat.left .bubble{
	background:white;

}

.chat .username{
	font-size:13px;
	margin-bottom:7px;
	font-weight:700;
}

.chat .bubble{
	width: 200px;
    max-width: 300px;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 8px;
    line-height: 19px;
    font-weight: 400;

}


.chat .time{
	font-size: 11px;
    color: #919191;
}


.helpdesk{
	margin-top:20px;
}

.tab{
	width:100%;
	display:flex;

}

.tab li{
	padding:10px;
	border-radius:10px 10px 0 0;
	width:100px;
	text-align:center;
	background:#ebebeb;
	color:#ababab;
	border: 1px solid #d7dadf;
	border-bottom: none;
	position:relative;
	border-right:none

}

.tab li:last-child{
	border-right:1px solid #d7dadf;
}

.tab li.current{
	font-weight:700;
/* 	border-bottom:1px solid white; */
	color: #3f7adc;
	background:white;

}

.tab li.current::after{
	content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    background: white;
}


.helpdesk-con{
	width:100%;
	height:340px;
	border:1px solid #d7dadf;
	padding:15px;
}

.helpdesk-con .answer{
	width: 100%;
    border-radius: 10px;
    background: #3f7adc;
    color: white;
    line-height: 19px;
    padding: 10px 15px;
    margin-bottom: 5px;
}

.helpdesk-con .search{
	width:100%;
	height:40px;
	display:flex;

}

.helpdesk-con .search input{
	background: #f3f3f3;
    height: 100%;
    outline: none;
    border: none;
    flex: 1;
    padding: 10px;
}

.helpdesk-con .search input:focus{
	box-shadow:none;
}
.helpdesk-con .search input:placeholder{
	color:#ababab;
}

.helpdesk-con .searchbtn{
	background: #4b4b4b;
    font-size: 16px;
    color: white;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*YE*/
.leftMenu {
	height: 420px !important;
}