@charset "UTf-8";
/********************************************************************************************************************************
* 상담
********************************************************************************************************************************/
.cug-popup-wp .counsel-title {
    position: relative;
    height: 50px;
    margin: 0 0 30px 0;
    padding: 0 0 3px 25px;
    font-size: 19px;
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: bold;
    background-color: #22242a;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.cug-popup-wp .counsel-title .close {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 25px;
    height: 25px;
    margin: -13px 0 0 0;
    background: url("/img/close_counsel.png") no-repeat 0 0;
    opacity: 0.3;
}
.cug-popup-wp .counsel-title .close:hover {
    opacity: 0.8;
}
.counsel_mainbar {
    font-size: 19px;
    font-weight: 400;
}
.txt-valign {
    flex: 1;
}
.people_flex {
    margin: initial !important;
}
.counsel_flex {
    display: flex !important;
    display: -webkit-flex !important;
    align-items: center;
    -webkit-align-items: center;
}
.counsel_box {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    background-color: #f5f5f5;
    padding-bottom: 6px;
}
.counsel_box td {
    vertical-align: top;
}
.counsel_box .tbs {
    margin: 6px 0 0 6px;
}
.counsel_btmbutns {
    width: 946px;
    background-color: #d9dce1;
    height: 71px;
    text-align: center;
    padding-top: 14px;
    vertical-align: middle;
}
.counsel_btmbutns a {
    width: 126px;
    height: 38px;
    padding-top: 9px;
}
.counsel_tbtitle {
    height: 42px;
    background-color: #ecf6fa;
    width: 435px;
    color: #5f7b85;
    vertical-align: middle;
    padding-left: 12px;
}
.counsel_box .center {
    display: flex;
    width: 60px;
    height: 434px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.counsel_box .center em {
    display: inline-block;
}
.csel_td {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
}
.counsel_table {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    border-collapse: collapse;
    border: 1px solid #dadada;
    font-size: 12px;
}
.counsel_tdlist {
    width: 100%;
}
.counsel_tdlist tr {
    border-top: 1px solid #dadada;
}
.counsel_tdlist tr {
    background-color: #fff;
    height: 40px;
}
.counsel_tdlist tr:first-child {
    background-color: #eeeeee;
    height: 30px;
}
.counsel_tdlist td {
    text-align: center;
    padding-left: 12px;
    vertical-align: middle;
}
.counsel_tdlist td.left {
    text-align: left;
}
.cultd_scroll {
    overflow-y: auto;
    height: 390px;
}
.cultdhot_scroll {
    overflow-y: auto;
    height: 297px;
    background-color: #fff;
}
.counsel_hotlist {
    width: 100%;
}
.counsel_hotlist tr:nth-child(odd) {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.counsel_hotlist tr {
    background-color: #fff;
    height: 40px;
}
.counsel_hotlist td {
    text-align: center;
    padding-left: 12px;
    vertical-align: middle;
}
.counsel_hotlist td.left {
    text-align: left;
}
.counsel_hotlist .fc0A0 {
    color: #00aa00;
}
.counsel_tbtitle.self {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.counsel_selfipt {
    text-align: center;
    height: 51px;
    padding-top: 8px;
}
.counsel_selfipt a {
    width: 66px;
    display: inline-block;
}
.counsel_selfipt input {
    width: 338px;
    display: inline-block;
}
.cunsl_counttb {
    width: 640px;
    height: 52px;
    padding-right: initial !important;
    margin-bottom: 20px !important;
}
.cunsl_counttb table{
    width: 640px !important;
}
.cunsl_countwrap {
    padding-left: 24px;
}
.cunsl_countwrap span {
    font-size: 16px;
    font-weight: bold;
    color: #3e5569;
    margin-top: 30px;
    margin-bottom: 15px;
    display: block
}

.counsel_countbutns {
    display: block;
    width: 100%;
    background-color: initial;
    text-align: center;
    padding: 14px 0 36px 0;
}
.counsel_countbutns a {
    width: 126px;
    height: 38px;
    padding-top: 9px;
}

/******* 전화/화상상담 *******/
.counsel-call th {
    /* 기본테이블컬러외각조절 */
    border-bottom-color: #dddddd !important;
    border-bottom-width: 1px !important;
}
.counsel-call tr {
    background-color: initial !important;
}
.counsel-call td {
    text-align: left !important;
    padding: 10px 5px 10px 5px !important;
    vertical-align: top !important;
}
.counsel-call td.finish {
    background-color: #f9f9f9;
}
.counsel-call .red-color {
    color: #da3510;
}
.counsel-call .blue-color {
    color: #0066ff;
}
.counsel-call .weekname th {
    font-size: 14px !important;
}
.counsel-call .bold {
    font-weight: bold;
}
.counsel-call .time_add {
    font-weight: 500;
    cursor: pointer;
    border-bottom: 1px solid #357ebd;
}
.counsel-call .time_add em {
    margin-right: 2px;
}
.counsel-call .time_add:hover {
    border-color: #d13510;
}
.counsel-call .day_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.counsel-call .agent_callbox a {
    background-color: #f9f9f9;
    cursor: pointer;
    display: block;
    border: 1px solid #dddddd;
    margin-bottom: 5px;
    color: initial !important;
    padding: 3px 5px;
    font-weight: 500;
}
.counsel-call .agent_callbox a:hover {
    color: #d13510 !important;
}
.counsel-call .agent_callbox a.reservation {
    border: 1px solid #94c791;
    background-color: #e0eddf;
}
.counsel-call .agent_callbox a.completion {
    color: #fff !important;
    border: 1px solid #dd5454;
    background-color: #ed6e6e;
}
.counsel-call .agent_callbox a.completion:hover {
    color: #fff200 !important;
}

/******* 전화/화상상담 시간추가 팝업 *******/
.counsel-call-addtime {
    padding: 0 24px;
}
.counsel-call-addtime .title {
    font-size: 16px;
    color: #3e5569;
    margin-top: 30px;
    margin-bottom: 15px;
    display: block
}
.counsel-call-addtime .title .bold {
    font-weight: bold;
}
.cunsl_calladdtime {
    width: 458px;
    height: initial !important;
    padding-right: initial !important;
    margin-bottom: 20px !important;
}
.cunsl_calladdtime table {
    /* 기본가로길이조절 */
    width: 458px !important;
    /* 기본마진삭제 */
    margin: initial !important;
}
.cunsl_call_addline {
    display: inline-block;
}
.cunsl_call_addline:nth-child(odd) {
    margin: 7px 7px 0 0;
}
.cunsl_call_addline:first-child {
    margin: 0 7px 0 0;
}
.cunsl_call_addline input, .cunsl_call_addline a {
    display: inline-block;
}
.cunsl_call_addline a {
    font-size: 13px !important;
}
.cunsl_call_addline .btn {
    /* 버튼길이조절 */
    padding: 6px 6px 6px 6px !important;
}
i.essential-ic {
    margin: 0 0 0px 5px;
    font-size: 8px;
    color: #e05555;
    vertical-align: middle;
}

/******* 전화/화상상담 예약 팝업 *******/
.counbtm_btnwrap {
    width: 100%;
    height: 71px;;
}
.reservationtbwrap {
    padding: 24px;
}
.consulic-reservation {
    padding: 6px;
    border: 1px solid #94c791;
    background-color: #e0eddf;
}
.consulic-completion {
    padding: 6px;
    color: #fff !important;
    border: 1px solid #dd5454;
    background-color: #ed6e6e;
}
.consulic-default {
    padding: 6px;
    border: 1px solid #dddddd;
}