/* Global */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: NanumBarunGothic;

    src: url('../Font/NanumBarunGothic.eot') format("eot"),
        url('../Font/NanumBarunGothic.woff') format("woff"),
        url('../Font/NanumBarunGothic.ttf') format("ttf");

}

@font-face {
    font-family: NanumBarunGothicB;

    src: url('../Font/NanumBarunGothicBold.eot') format("eot"),
        url('../Font/NanumBarunGothicBold.woff') format("woff"),
        url('../Font/NanumBarunGothicBold.ttf') format("ttf");

}

@font-face {
    font-family: NanumBarunGothicL;

    src: url('../Font/NanumBarunGothicLight.eot') format("eot"),
        url('../Font/NanumBarunGothicLight.woff') format("woff"),
        url('../Font/NanumBarunGothicLight.ttf') format("ttf");

}

.jBox-wrapper {
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
}

.jBox-title,
.jBox-content,
.jBox-container {
    position: relative;
    word-break: break-word;
    box-sizing: border-box;
}
.jBox-title > div{
    height: 100%;
    font-weight: 600;
}

.jBox-container {
    background: #fff;
}

.jBox-content {
    /* padding: 8px 10px;*/
    transition: opacity .2s;
}

/* jBox Tooltip */

.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .25);
}

.jBox-Tooltip .jBox-title,
.jBox-Mouse .jBox-title {
    padding: 8px 10px 0;
    font-weight: bold;
}

.jBox-hasTitle.jBox-Tooltip .jBox-content,
.jBox-hasTitle.jBox-Mouse .jBox-content {
    padding-top: 5px;
}

.jBox-Mouse {
    pointer-events: none;
}

/* Pointer */

.jBox-pointer {
    position: absolute;
    overflow: hidden;
}

.jBox-pointer-top {
    top: 0;
}

.jBox-pointer-bottom {
    bottom: 0;
}

.jBox-pointer-left {
    left: 0;
}

.jBox-pointer-right {
    right: 0;
}

.jBox-pointer-top,
.jBox-pointer-bottom {
    width: 30px;
    height: 12px;
}

.jBox-pointer-left,
.jBox-pointer-right {
    width: 12px;
    height: 30px;
}

.jBox-pointer:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: #fff;
    transform: rotate(45deg);
}

.jBox-pointer-top:after {
    left: 5px;
    top: 6px;
    box-shadow: -1px -1px 2px rgba(0, 0, 0, .15);
}

.jBox-pointer-right:after {
    top: 5px;
    right: 6px;
    box-shadow: 1px -1px 2px rgba(0, 0, 0, .15);
}

.jBox-pointer-bottom:after {
    left: 5px;
    bottom: 6px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
}

.jBox-pointer-left:after {
    top: 5px;
    left: 6px;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .15);
}

/* jBox Modal */

.jBox-Modal .jBox-container {
    position: relative;
    /* border: 1px solid #24ad5b; */
    display: inline-block;
    width: auto !important;
    /*수정0901*/
    border-radius: 5px;
    overflow: hidden;
}

.jBox-Modal .jBox-content {
    /* padding: 15px 20px;
    padding-bottom: 25px;
    background-color: #fff;*/
    display: inline-block;
    float: left;
    width: auto !important;
    /*수정0901*/
    /* padding: 0 43px; */
}

.jBox-Modal .jBox-title {
    padding: 0 43px;
    background-color: #fff;
    color: #333333;
    font-size: 24px;
    height: 60px;
    line-height: 95px;
    font-family: 'Noto Sans KR', sans-serif!important;
    letter-spacing: -0.6px;
    overflow: hidden;
}

.jBox-Modal .jBox-footer {
    border-radius: 0 0 4px 4px;
}

.jBox-Modal.jBox-closeButton-title .jBox-title {
    padding-right: 55px;
    font-weight: 500;
}

.popup {
    min-width: 730px;
}

.popup1 {
    min-width: 1130px;
}

.popup11 {
    min-width: 680px;
}

.popup4 {
    min-width: 510px;
}

.popup_subCnt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 32px;
}

.step_button {
    height: 23px;
    padding-top: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.popup1 .popup_subCnt,
.popup11 .popup_subCnt {
    bottom: 0;
}

.popup1 .step_button {}

.pop_sc_1,
.pop_sc_2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.pop_sc_1 {
    z-index: 98;
}

.pop_sc_2 {
    z-index: 99;
    display: none;
}

.popup_conList {
    border: 1px solid #cecece;
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    bottom: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 446.5px;
    min-width: 1130px;
}

.popup_conList2 {
    bottom: 60px;
}

.popup_conList li {
    position: relative;
    width: 31.3%;
    min-width: 260px;
    max-width: 350px;
    height: 345px;
    border: 1px solid #cecece;
    margin: 1%;
    float: left;
    padding: 8px;
}

/*width 37 -> 31.3 (템플릿생성 -> 컨텐츠 연결 모달창 세개 리스트)*/
.popup_conList li h1 {
    width: 100%;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
}

.popup_conList li h1 div {
    margin-top: -3px;
}

.popup_conList li h1 p {
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 26px;
    right: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    vertical-align: middle;
}

.popup_conList li h1 .f_l input {
    margin-right: 5px;
    vertical-align: middle;
}

.popup_conList li > div {
    width: 100%;
    height: 220px;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    clear: both;
    margin: 2px auto 7px;
    position: relative;
    overflow: hidden;
}

.popup_conList li > div .thumbnail_style1 {
    width: 48px;
    height: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.popup_conList li table {
    width: 100%;
    height: 71px;
    border: 1px solid #e0e0e0;
}

.popup_conList li table td {
    border: 1px solid #e0e0e0;
    padding: 0 10px;
}

.popup_conList li table tr td:nth-child(1) {
    background-color: #e7e9f1;
    padding-left: 10px;
    width: 33%;
}

.popup_conList li table tr td:nth-child(2) {
    background-color: #FFF;
    text-align: center;
    width: 67%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.popup4 .popup_contents p {
    color: #9b9b9b;
    text-align: center;
    margin-top: 10px;
}

.popup1 .popup_conList {
    overflow: auto;
}

.popup1 .popup_conList2 {
    bottom: 60px;
}

.popup1 .popup_conList2 li > div {
    overflow: hidden;
}

.pop_sc_1 .paging {
    top: 520px !important;
    height: 20px;
}

.popup11 .search_area {
    min-width: 705px;
}

.popup11 .popup_conList {
    min-width: 682px;
}

.popup11 .popup_conList2 {
    bottom: 30px;
}

.popup11 .popup_conList li {
    width: 48%;
    min-width: 318px;
    max-width: 435.47px;
    height: 345px;
}

.popup11 .popup_conList li > div {
    position: relative;
    overflow: hidden;
}

.popup11 .popup_conList li > div > img,
.popup11 .popup_conList li > div > iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.popup1 .a_btn_wrap,
.popup11 .a_btn_wrap {
    padding-top: 0;
}

.date_n {
    width: 120px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #9b9b9b;
}

.popup14 .search_area {
    min-width: 700px;
}

.conList_style1 img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*컨텐츠 이미지*/
.conList_style2 img {
    width: 100%;
    height: 100%;
}

@media all and (max-width:1919px) {
    .popup11 .popup_conList li {
        margin: 1%;
    }
}

@media all and (min-width:1920px) {
    .popup11 .popup_conList li {
        margin: 1.3%;
    }
}

/* 컨텐츠 미리보기 */
.popup12 .popupCon_area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.popup12 .popupCon_area > video,
.popup12 .popupCon_area > img,
.popup12 .popupCon_area > iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.popup12 .popupCon_area > iframe {
    width: 100%;
    height: 100%;
}

/* 두번째 레이아웃 */
.popup_area {
    width: 100%;
    height: 100%;
    position: relative;
}

/* 세번째 레이아웃 */
#gbDisplay3 .popup_contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 32px;
}

#gbDisplay3 .gridTiltle_area {
    position: absolute;
    top: 303px;
    left: 0;
    right: 0;
    bottom: 0;
}

#gbDisplay3 .gridTiltle_area {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    bottom: 0;
}

/* 스케줄 팝업 레이아웃 */
.popup .gridTiltle_area {
    position: absolute;
    top: 315px;
    left: 0;
    right: 0;
    bottom: 0;
}

.popup .gridTiltle_area > div {
    position: relative;
}

.popup_grid1 {
    width: 31.6%;
    height: 100%;
    margin-right: 1.2%;
    float: left;
    min-width: 230px;
}

.popup_grid2 {
    width: 31.6%;
    height: 100%;
    float: left;
    min-width: 230px;
}

.popup .subCnt_btn {
    width: 3%;
    margin: 0 0.5%;
    float: left;
    min-width: 20px;
}

.popup_grid3 {
    width: 31.6%;
    height: 100%;
    float: right;
    min-width: 230px;
}


/* Close button */

.jBox-closeButton {
    cursor: pointer;
    position: absolute;
}

.jBox-closeButton svg {
    position: absolute;
    top: 50%;
    right: 50%;
}

.jBox-closeButton path {
    transition: fill .2s;
}

.jBox-closeButton path {
    fill: #fff;
}

.jBox-closeButton:hover path {
    fill: #fff;
}

.jBox-closeButton:active path {
    fill: #fff;
}

/* Close button in overlay */

.jBox-overlay .jBox-closeButton {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
}

.jBox-overlay .jBox-closeButton svg {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-right: -10px;
}

.jBox-overlay .jBox-closeButton path,
.jBox-overlay .jBox-closeButton:active path {
    fill: #ddd;
}

.jBox-overlay .jBox-closeButton:hover path {
    fill: #fff;
}

/* Close button in title */

.jBox-closeButton-title .jBox-closeButton {
    top: 22.5px;
    right: 23.5px;
    bottom: 0;
    margin: 0;
    width: 17px;
    height: 18px;
    background: url('../Images/Icon/pop_close.png')no-repeat;
    background-size: 100%;
}

.jBox-closeButton-title .jBox-closeButton svg {
    width: 19px;
    height: 19px;
    margin-top: -8px;
    margin-right: -6px;
    display: none;
}

/* Close button in box */

.jBox-closeButton-box .jBox-closeButton {
    top: -8px;
    right: -10px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
}

.jBox-closeButton-box .jBox-closeButton svg {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-right: -5px;
}

.jBox-hasTitle.jBox-Modal.jBox-closeButton-box .jBox-closeButton {
    background: #fafafa;
}

.jBox-closeButton-box:before {
    content: '';
    position: absolute;
    top: -8px;
    right: -10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.jBox-pointerPosition-top.jBox-closeButton-box:before {
    top: 5px;
}

.jBox-pointerPosition-right.jBox-closeButton-box:before {
    right: 2px;
}

/* Overlay */

.jBox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

/* Footer */

.jBox-footer {
    background: #fafafa;
    border-top: 1px solid #eee;
    padding: 8px 10px;
    border-radius: 0 0 3px 3px;
}

/* Block scrolling */

body[class^="jBox-blockScroll-"],
body[class*=" jBox-blockScroll-"] {
    overflow: hidden;
}

/* Draggable */

.jBox-draggable {
    cursor: move;
}

/* Spinner */

@keyframes jBoxLoading {
    to {
        transform: rotate(360deg);
    }
}

.jBox-loading .jBox-content {
    opacity: .2;
}

.jBox-loading-spinner .jBox-content {
    min-height: 38px !important;
    min-width: 38px !important;
    opacity: 0;
}

.jBox-spinner {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
}

.jBox-spinner:before {
    display: block;
    box-sizing: border-box;
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .2);
    border-top-color: rgba(0, 0, 0, .8);
    animation: jBoxLoading .6s linear infinite;
}

/* Animations */

[class^="jBox-animated-"],
[class*=" jBox-animated-"] {
    animation-fill-mode: both;
}

@keyframes jBox-tada {
    0% {
        transform: scale(1);
    }

    10%,
    20% {
        transform: scale(0.8) rotate(-4deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.2) rotate(4deg);
    }

    40%,
    60%,
    80% {
        transform: scale(1.2) rotate(-4deg);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

.jBox-animated-tada {
    animation: jBox-tada 1s;
}

@keyframes jBox-tadaSmall {
    0% {
        transform: scale(1);
    }

    10%,
    20% {
        transform: scale(0.9) rotate(-2deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(2deg);
    }

    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-2deg);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

.jBox-animated-tadaSmall {
    animation: jBox-tadaSmall 1s;
}

@keyframes jBox-flash {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.jBox-animated-flash {
    animation: jBox-flash .5s;
}

@keyframes jBox-shake {

    0%,
    100% {
        transform: translateX(0);
    }

    20%,
    60% {
        transform: translateX(-6px);
    }

    40%,
    80% {
        transform: translateX(6px);
    }
}

.jBox-animated-shake {
    animation: jBox-shake .4s;
}

@keyframes jBox-pulseUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

.jBox-animated-pulseUp {
    animation: jBox-pulseUp .25s;
}

@keyframes jBox-pulseDown {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.85);
    }

    100% {
        transform: scale(1);
    }
}

.jBox-animated-pulseDown {
    animation: jBox-pulseDown .25s;
}

@keyframes jBox-popIn {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.jBox-animated-popIn {
    animation: jBox-popIn .25s;
}

@keyframes jBox-popOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0);
    }
}

.jBox-animated-popOut {
    animation: jBox-popOut .25s;
}

@keyframes jBox-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.jBox-animated-fadeIn {
    animation: jBox-fadeIn .2s;
}

@keyframes jBox-fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.jBox-animated-fadeOut {
    animation: jBox-fadeOut .2s;
}

@keyframes jBox-slideUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-300px);
        opacity: 0;
    }
}

.jBox-animated-slideUp {
    animation: jBox-slideUp .4s;
}

@keyframes jBox-slideRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(300px);
        opacity: 0;
    }
}

.jBox-animated-slideRight {
    animation: jBox-slideRight .4s;
}

@keyframes jBox-slideDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(300px);
        opacity: 0;
    }
}

.jBox-animated-slideDown {
    animation: jBox-slideDown .4s;
}

@keyframes jBox-slideLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-300px);
        opacity: 0;
    }
}

.jBox-animated-slideLeft {
    animation: jBox-slideLeft .4s;
}


.jBox-closeButton {
    z-index: 1;
}

.jBox-countdown {
    border-radius: 3px 3px 0 0;
    z-index: 0;
    background: #000;
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
}

.jBox-countdown_inner {
    border-radius: 3px 3px 0 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    position: absolute;
    background: #fff;
}

.layer_popup {
    position: relative;
}

.layer_popup .btn_wrap {
    width: 100% !important;
    display: inline-block;
    margin-top: 0 !important;
    /*수정0901*/
}

.layer_popup .btn_wrap .margin_style {
    margin-right: 5px !important;
}

.layer_popup table tbody > tr:hover {
    background: #fff;
}


.layer_popup .close_tit {
    position: absolute;
    right: 26px;
    top: -54px;
    color: #fff;
    font-size: 12px;
}

.layer_popup .box_style1 {
    margin-top: 0px;
    margin-bottom: 14px;
}

.layer_popup .box_style1 input[type="text"] {
    margin-right: 5px;
}

.layer_popup .box_style1 .btn_style1 {
    margin-right: 20px;
}

.layer_popup .box_style1 .info_tit {
    margin-right: 10px !important;
}

.layer_popup .box_style1 input[type=checkbox] + label {
    margin-left: 10px;
}

/*------관리자 팝업------*/
/*--주문관리-주문접수등록-회원검색창--*/
.addressSearch input {
    width: 380px;
}

.addressSearch .row_wrap {
    margin-top: 16.5px;
    margin-bottom: 1px;
}

.addressSearch .main_tit:nth-child(2) {
    font-weight: 400;
    margin-left: 5px;
}

.addressSearch .main_tit:last-child {
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    margin-top: 5.5px;
    padding-left: 30px;
}

/*--주문관리-주문서 관리--주문정보 창--*/
.admin_orderInfo .margin_style {
    margin-top: 23px;
}

.admin_orderInfo .sub_tit {
    line-height: 29px;
}

.admin_orderInfo .sub_tit:last-child {
    margin-left: 10px;
}

/*------사용자 팝업------*/
/*--메인페이지-주문상세내역 창--*/
.main_pop_style1 .box_style1 {
    margin-bottom: 0 !important;
}

.main_pop_style1 .row_wrap .margin_style {
    margin-right: 22px;
}

.main_pop_style1 .row_wrap .info_tit {
    margin-left: 30px;
}

.main_pop_style1 .row_wrap .info_tit:nth-child(1) {
    margin-left: 0px !important;
}

.main_pop_style1 .row_wrap:last-child {
    margin-bottom: 0px !important;
}

/*---------주문내역(order_details)---------*/
.order_details .box_style1 .btn_style1 {
    margin-right: 7px;
}

.order_details .box_style1 .btn_style1:nth-child(2) {
    margin-right: 0px;
}

.order_details .box_style1 {
    padding: 14px 26px 14px 26px;
}

/*---------가격관리 특단가 적용 팝업(specialPrice)---------*/
.specialPrice .special_price_tit {
    margin-top: 23px !important;
}

.specialPrice table tbody > tr:hover {
    background: #fee4d5;
}

.specialPrice table:last-child tbody > tr:hover {
    background: #fff !important;
}

/*---------회원관리 장려율 설정 팝업(setPercentage)---------*/
.setPercentage .box_style1 button {
    margin-right: 5px !important;
}

.setPercentage .box_style1 button:last-child {
    margin-right: 0px !important;
}

.setPercentage .box_style1 {
    padding: 14px 20px 14px 26px !important;
}

/*---------회원관리 상품노출 설정 팝업(productSet)---------*/
.productSet .box_style1 button {
    margin-right: 5px !important;
}

.productSet .box_style1 button:last-child {
    margin-right: 0px !important;
}

.productSet .box_style1 {
    padding: 14px 20px 14px 26px !important;
}

.productSet .btn_wrap {
    float: right;
}

.productSet .excel_wrap {
    margin-bottom: 7px;
}

.productSet .excel_wrap .btn_style3 {
    margin-left: 5px;
}

/*---------회원관리 거래내역 검색 팝업(transactionSearch)---------*/
.transactionSearch input[type="text"].toDate {
    margin-left: 12px;
}

.transactionSearch .box_style1 .btn_style1 {
    margin-left: 12px !important;
}

.transactionSearch .margin_style {
    margin-top: 23px;
}

/*---------회원관리 단가그룹 설정 팝업(priceGroup_set)---------*/
.priceGroup_set .box_style1 {
    margin-bottom: 0 !important;
}

.priceGroup_set select {
    width: 120px;
    margin-right: 5px;
    padding-left: 11px;
}

/*---------고객센터 공지사항 조회 팝업(noticePopup)---------*/
.noticePopup .info_tit {
    margin-right: 0 !important;
}

.noticePopup .date {
    display: inline-block;
    position: absolute;
    top: -52px;
    left: 73px;
    color: #fff;
    font-size: 12px;
}

.noticePopup .txt_box_style {
    width: 605px;
    text-align: center;
}

.noticePopup .notice_tit {
    text-align: left;
    padding-right: 12px;
}

.noticePopup .notice_cont {
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    line-height: 17px;
    display: inline-block !important;
    text-align: left;
    overflow-y: scroll;
    box-sizing: border-box;
    min-height: 180px;
}

.noticePopup .row_wrap {
    margin-bottom: 15px;
}

.noticePopup .row_wrap:last-child {
    margin-bottom: 0 !important;
}

/*---------고객센터 고객문의 팝업(customerInquiry)---------*/
.customerInquiry .date {
    display: inline-block;
    position: absolute;
    top: -52px;
    left: 73px;
    color: #fff;
    font-size: 12px;
}

.customerInquiry .info_tit {
    margin-right: 0 !important;
}

.customerInquiry .txt_box_style {
    width: 605px;
    text-align: left;
}

.customerInquiry .content {
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    line-height: 17px;
    display: inline-block !important;
    text-align: left;
    overflow-y: scroll;
    box-sizing: border-box;
    min-height: 180px;
}

.customerInquiry textarea {
    width: 512px;
    height: 80px;
    max-height: 100px;
    text-align: left;
    float: left;
    border: 1px solid #D4D8DB;
    overflow-y: scroll;
    resize: none;
    padding: 12px;
    font-family: '굴림';
    font-size: 12px;
    color: #4F4F4F;
    margin-right: 8px;
    box-sizing: border-box;

}

.customerInquiry button {
    width: 85px;
    height: 80px;
    line-height: 79px;
    float: left;
}

.customerInquiry .admin_answer {
    border-top: 1px solid #D4D8DB;
    margin-top: 1px;
    padding-top: 1px;
    box-sizing: border-box;
}

.customerInquiry .layer_popup {
    width: 100%;
}

.customerInquiry .answer_txt {
    box-sizing: border-box;
    width: 512px;
    float: left;
    font-family: '굴림';
    font-size: 12px;
    color: #4F4F4F;
    margin-top: 20px;
    margin-right: 8px;
    line-height: 17px;
    overflow-y: scroll;
    height: 60px;
    min-height: 60px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    border: 1px solid #D4D8DB;
    padding-top: 12px;
}

.customerInquiry .info_tit_style2 {
    margin-top: 20px;
    line-height: 12px;
}

.customerInquiry .answer_date {
    font-size: 12px;
    color: #4F4F4F;
    margin-top: 20px;
    line-height: 12px;
    float: left;
    font-family: '굴림';
    margin-left: 20px;
}

/*---------관리자 사용자관리 팝업 사용자 등록(userAdd)---------*/
.userAdd .box_style1 {
    margin-bottom: 0 !important;
    margin-top: 7px;
}

.userAdd .box_style1 input[type="text"] {
    margin-right: 0 !important;
    width: 217px;
}

.userAdd .row_wrap .info_tit:nth-child(1) {
    margin-left: 0 !important;
}

.userAdd .row_wrap .info_tit {
    margin-left: 30px;
    width: 64px;
}

.userAdd .hyphen {
    margin-left: 8px !important;
    margin-right: 8px !important;
    width: auto !important;
}

.userAdd .phone_num input {
    width: 55px !important;
    padding-left: 11px !important;
}

.userAdd .margin_style {
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-right: 10px !important;
    width: auto !important;
}

.userAdd .box_style1 .row_wrap:last-child {
    margin-bottom: 0 !important;
}

.userAdd select {
    width: 63px;
    padding-left: 11px;
}

.userAdd .box_style1 input[type=checkbox] + label {
    margin-left: 0 !important;
}

/*---------관리자 사용자관리 팝업 사용자 상세정보(userInfo)---------*/
.userInfo .box_style1 {
    margin-top: 7px;
    margin-bottom: 0 !important;
}

.userInfo .row_wrap .info_tit:nth-child(1) {
    margin-left: 0;
}

.userInfo .row_wrap .info_tit {
    margin-left: 30px;
    width: 76px;
}

.userInfo .hyphen {
    margin-left: 8px !important;
    margin-right: 8px !important;
    width: auto !important;
}

.userInfo .phone_num input {
    width: 55px !important;
    padding-left: 11px !important;
}

.userInfo .box_style1 input[type="text"] {
    margin-right: 0 !important;
}

.userInfo .margin_style {
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-right: 10px !important;
    width: auto !important;
}

.userInfo .box_style1 input[type="text"] {
    width: 217px;
}

.userInfo select {
    width: 63px;
    padding-left: 11px;
}

.userInfo .box_style1 input[type=checkbox] + label {
    margin-left: 0 !important;
}

.userInfo input::-ms-input-placeholder {
    color: #4f4f4f !important;
}

.userInfo input::-webkit-input-placeholder {
    color: #4f4f4f !important;
    font-weight: 500;
}

.userInfo input::-moz-placeholder {
    color: #4f4f4f !important;
}

.userInfo .row_wrap:last-child {
    margin-bottom: 0 !important;
}

.userInfo .row_wrap:last-child input {
    text-align: center;
    padding-left: 0 !important;
}

.userInfo .last_access {
    margin-left: 105px !important;
}

/*---------관리자 보관 LOC 관리 팝업(locPop)---------*/

.locPop .row_wrap .info_tit:nth-child(1) {
    margin-left: 0 !important;
}

.locPop .row_wrap .info_tit {
    width: 74px;
    margin-left: 30px;
}

.locPop .box_style1 input[type="text"] {
    margin-right: 0;
    text-align: center;
    padding-left: 0 !important;
}

.locPop .box_style1 {
    margin-top: 7px;
    margin-bottom: 0 !important;
}

.locPop .box_style1 input {
    width: 217px;
}

.locPop .box_style1 .row_wrap:last-child {
    margin-bottom: 0 !important;
}

.locPop input::-ms-input-placeholder {
    color: #4f4f4f !important;
}

.locPop input::-webkit-input-placeholder {
    color: #4f4f4f !important;
}

.locPop input::-moz-placeholder {
    color: #4f4f4f !important;
}

.locPop .row_wrap:last-child {
    margin-bottom: 0 !important;
}

.locPop .box_style1 .line_1 {
    width: 70px;
    text-align: center;
    padding-left: 0 !important;
    margin-right: 5px !important;
    background: #ebebeb;
    line-height: 27px;
    height: 27px;
    float: left;
    font-size: 12px;
    font-family: '굴림' !important;
    border: 1px solid #d4d8db;
    color: #989797 !important;
}

/*---------관리자 보관 LOC 관리 팝업(lineAdd)---------*/

.lineAdd .box_style1 .row_wrap:last-child input {
    width: 294px !important;
}

/*---------관리자 보관 LOC 관리 팝업(cellAdd)---------*/
.cellAdd .box_style1 .row_wrap:last-child input {
    width: 371px !important;
}

/*---------관리자 로그인 비밀번호 변경 팝업 (passwordChange)---------*/
.passwordChange .info_tit {
    font-size: 12px;
    color: #4f4f4f;
    font-family: '굴림' !important;
    float: left;
    line-height: 29px;
    margin-right: 10px;
    position: relative;
    width: 125px;
}

.passwordChange .row_wrap {
    margin-bottom: 9px;
    float: left;
    width: 100%;
    display: block;
}

.passwordChange .row_wrap:last-child {
    margin-bottom: 0 !important;
}

.passwordChange input {
    line-height: 27px;
    border: 1px solid #d4d8db;
    float: left;
    box-sizing: border-box;
    font-family: '굴림' !important;
    padding-left: 17px;
    outline: none;
    width: 270px;
    font-size: 12px;
    color: #4f4f4f;
}

.passwordChange .guide_txt {
    font-size: 12px;
    font-family: '굴림' !important;
    width: 100%;
    float: left;
    text-align: center;
    color: #f37022;
    border-top: 1px solid #d4d8db;
    /*border-bottom: 1px solid #d4d8db;*/
    padding: 10px 0;
    margin-top: 10px;
    margin-bottom: 5px;
}

.passwordChange .btn_style1 {
    height: 29px;
    outline: none;
    border: none;
    box-sizing: border-box;
    background: #fff;
    font-size: 12px;
    color: #4f4f4f;
    font-family: '굴림' !important;
    line-height: 29px;
    padding: 0 8px;
    border: 1px solid #d4d8db;
    margin: auto;
    margin-right: auto !important;
    display: block;
    cursor: pointer;
}

.passwordChange .box_style1 {
    margin-bottom: 0 !important;
}

.layer_popup .delete_icon {
    width: 15px;
    height: 17px;
    display: inline-block;
    background: url(../Images/icon/pop_delete.png)no-repeat;
    background-size: 100%;
    outline: none;
    padding: none !important;
    border: none;
    position: absolute;
    top: -44px;
    right: 24px;
}

.layer_popup.worklist_pop {
    font-size: 13px;
}

.layer_popup.worklist_pop .top {
    background: #fff;
    border: 1px solid #cbd8e5;
    color: #4d5159;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    margin-bottom: 10px;
}

.layer_popup select {
    height: 30px;
    line-height: 1;
    font-size: 13px;
    color: #4d5159;
    display: inline-block;
    outline: none;
    border: 1px solid #cbd8e5;
    padding-left: 4px;
}

.layer_popup input {
    width: 100%;
    height: 30px;
    line-height: 1;
    font-size: 13px;
    color: #4d5159;
    display: inline-block;
    outline: none;
    border: 1px solid #c3cbd7;
    padding-left: 7px;
    background: #fff;
    font-family: 'NanumBarunGothic';
}


.layer_popup.worklist_pop select {
    width: 117px;
    margin-top: 5.5px;
}

.layer_popup .info_tit {
    font-size: 13px;
    color: #4d5159;
    display: inline-block;
    margin-right: 7px;
    float: left;
}

.layer_popup .margin_styleL {
    margin-left: 15px;
}

.layer_popup input.fromDate,
.layer_popup input.toDate {
    width: 90px !important;
    font-family: 'NanumBarunGothicBold' !important;
    float: left;
}

.layer_popup .ui-datepicker-trigger {
    float: left;
    cursor: pointer;
}

.layer_popup.worklist_pop .ui-datepicker-trigger {
    margin-top: 12px;
    margin-left: 5px;
}

.layer_popup .cont_area {
    background: #fff;
    display: inline-block;
    float: left;
    width: 100%;
    border: 1px solid #cbd8e5;
    padding: 15px 25px 23px;
}

.layer_popup.worklist_pop .cont_area {
    max-width: 606px;
}

.layer_popup .add_btn_wrap {
    width: 100% !important;
    display: inline-block;
    float: right;
    padding-top: 3px;
}

.layer_popup .add_btn {
    display: inline-block;
    float: right;
    padding: 0;
}

.layer_popup .add_btn .icon {
    width: 7px;
    height: 7px;
    display: inline-block;
    float: left;
    background: url('../Images/icon/cont_add_btn.jpg')no-repeat;
    background-size: 100%;
    margin-right: 3px;
    margin-top: 2.5px;
}

.layer_popup .add_btn p {
    color: #4D5159;
    font-size: 13px;
    line-height: 13px;
    float: left;
    font-weight: 500;
}


.layer_popup .cont_area .box_wrap {
    display: inline-block;
    float: left;
    overflow-y: scroll;
    width: 100%;
    max-height: 159px;
}

.layer_popup .cont_area .pop_box_style {
    display: inline-block;
    float: left;
    background: #fff;
    border: 1px solid #cbd8e5;
    padding: 10px;
    width: 100%;
    margin-bottom: 9px;
    height: 75px;
}

.layer_popup .cont_area .pop_box_style:last-child {
    margin-bottom: 0 !important;
}

.layer_popup .pop_box_style .date {
    display: inline-block;
    float: left;
    margin-right: 12px;
    line-height: 1;
    width: 77px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #4D5159;
}

.layer_popup .pop_box_style .user {
    display: inline-block;
    float: left;
    line-height: 1;
    color: #4D5159;
    width: 430px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.layer_popup .pop_box_style .txt {
    width: auto;
    float: left;
    line-height: 1.3;
    width: 100%;
    height: 30px;
    margin-top: 9px;
    color: #4D5159;
    max-width: 540px;
    overflow: hidden;
    /*white-space: nowrap;*/

    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.layer_popup .bottom_line {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #cbd8e5;
    float: left;
    margin: 25px 0;
}

.layer_popup.worklist_pop .save_btn_wrap input {
    margin-top: 0 !important;
    width: 84%;
}

.layer_popup.worklist_pop .bottom_line.marginB {
    margin-bottom: 10px !important;
}

.layer_popup .btn_style {
    width: 117px;
    height: 27px;
    line-height: 1;
    background: #fff;
    border: 1px solid #1e88e5;
    font-size: 13px;
    color: #1e88e5;
}

.layer_popup .save_btn_wrap {
    width: 100%;
    float: left;
    display: inline-block;
}

.layer_popup .save_btn_wrap .btn_style {
    width: 15%;
    margin-left: 1%;
}

.ui-datepicker {
    width: 12.5em !important;
    padding: 0;
    border: none;
    overflow: hidden;
    border-radius: 7px;
    padding: 0px;
    border: 1px solid #d9d9d9;
}

.layer_popup.user_add_pop {
    max-width: 590px;
    min-width: 590px;
}

.layer_popup.user_add_pop input {
    margin-top: 0 !important;
    height: 30px;
}

.layer_popup.user_add_pop textarea {
    width: 100%;
    height: 158px;
    background: #f1f3fa;
    border: none;
    outline: 1px solid #cbd8e5;
    resize: none;
    float: left;
    margin: 7px 0;
    font-family: 'NanumBarunGothic';
    font-size: 13px;
    color: #4d5159;
    padding: 7px;
}

.layer_popup.user_add_pop .btn_wrap {
    width: 100% !important;
    margin-top: 14px !important;
    float: left;
    margin-bottom: 0 !important;
}


.layer_popup.user_management {
    max-width: 590px;
    min-width: 590px;
}

.layer_popup.user_management .table_style tr td:nth-child(1) {
    width: 9%;
    /* max-width: 100px;
*/
}

.layer_popup.user_management .table_style tr td:nth-child(2) {
    width: 67%;
    /*max-width: 1000px;*/
}

.layer_popup.user_management .table_style tr td:nth-child(3) {
    width: 24%;

}

.layer_popup.user_management .user_management_table {
    overflow-y: scroll;
    max-height: 361px;
    display: inline-block;
    width: 100%;
    float: left;
}

.layer_popup.notice_pop {
    text-align: center;
}

.layer_popup.notice_pop p {
    font-size: 16px;
    width: 100%;
    text-align: center;
    color: #4d5159;
    margin: 15px 0;
    float: left;
}

.jBox_none {
    display: none !important;
}

.layer_popup.login_pop {
    background: #13b7ea;
    width: 100%;
    height: 100%;
    padding: 38px 32px 41px 46px;
}

.layer_popup.login_pop .txt_box {
    font-size: 17px;
    color: #fff;
    line-height: 1.16;
    margin-bottom: 40px;
}

.layer_popup.login_pop .login_box {
    display: inline-block;
    float: left;
    margin-bottom: 25px;
}

.layer_popup.login_pop .form {
    width: 251px;
    height: 89px;
    display: inline-block;
    float: left;
    margin-right: 7px;
}

.layer_popup.login_pop .form input {
    margin-top: 0;
    height: 41px;
    line-height: 1;
    outline: none;
    border: none;
    padding-left: 21px;
    font-size: 15px;
    color: #000;
    background: #fff;
}

.layer_popup.login_pop .form input[type="text"] {
    margin-bottom: 7px !important;
}

.layer_popup.login_pop .form input::placeholder {
    font-size: 15px;
    color: #4a9fba;
}

.layer_popup.login_pop button {
    width: 106px;
    height: 89px;
    background: #245fcb;
    color: #fff;
    font-size: 15px;
}

.layer_popup.login_pop .line {
    margin-left: 19px;
    margin-right: 15px;
    width: 1px;
    height: 10px;
    margin-top: 1px;
    background: #fff;
    display: inline-block;
}

.layer_popup.login_pop .account_wrap {
    display: inline-block;
    width: 100%;
    padding-left: 29px;
}

.layer_popup.login_pop .account_wrap a {
    color: #fff;
    font-size: 15px;
    font-family: 'NanumBarunGothicB';
}

.layer_popup .table_style1 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #c3cbd7;
}

.layer_popup .table_style1 tr {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #c3cbd7;
}

.layer_popup .table_style1 tr td {
    padding: 0 6px;
}

.layer_popup .table_style1 .tit {
    width: 106px;
    background: #f1f3fa;
    color: #4d5159;
    font-size: 13px;
    padding-left: 14px;
    height: 100%;
    line-height: 1;
    border-right: 1px solid #c3cbd7;
}

.layer_popup .table_style1 .tit_w2 {
    width: 140px !important;
    /*수정0907(추가)*/
}

.layer_popup .btn_wrap {
    text-align: center;
    margin-top: 15px !important;
}

.input_w1 {
    width: 164px !important;
}

.input_w2 {
    width: 63px !important;
}

.input_w3 {
    width: 137px !important;
}

.input_w4 {
    width: 121px !important;
}

.select_w1 {
    width: 217px !important;
}

.select_w2 {
    width: 121px !important;
}

.select_w3 {
    width: 179px !important;
}

.select_w4 {
    width: 58px !important;
}

.select_w5 {
    width: 164px !important;
    /*수정0901*/
}

.pop_btn_style1 {
    width: 83px;
    height: 35px;
    line-height: 1;
    display: inline-block;
    background: #fff;
    border: 1px solid #c3cbd7;
    font-size: 13px;
    color: #4d5159;
    /*수정0901*/
}

.pop_btn_style1.on {
    background: #1950b4 !important;
    color: #fff !important;
    border: 1px solid #1950b4 !important;
}

.layer_popup span,
.layer_popup p {
    font-size: 13px;
    color: #4d5159;
    margin: 0 2px;
}

.layer_popup .notice_txt {
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: center;
    width: 100%;
    display: inline-block;
    height: auto;
    margin: 0;
    font-size: 15px;
    /*수정0901*/
}

.layer_popup input[type=checkbox] + label {
    float: left;
    margin-right: 4px;
    /*수정0831*/
}

.layer_popup span {
    display: inline-block;
    height: 100%;
    line-height: 29px;
    /*수정0831*/
}

.layer_popup .map_area {
    width: 960px;
    height: 600px;
    /*수정0901*/
}

.layer_popup .box_style3 .tit_style1 {
    margin-right: 8px !important;
    margin-left: 0 !important;
    /*수정0901*/
}

.layer_popup .box_style3 .tit_style2 {
    margin-left: 8px !important;
    /*수정0901*/
}

.layer_popup .ContenedorTabla {
    height: 599px;
    /*수정0901*/
}

.layer_popup .ContenedorTabla input[type=checkbox] + label {
    float: inherit !important;
    /*수정0901*/
}

.layer_popup .table_area {
    display: inline-block;
    float: left;
    width: 100%;
    /*수정0901*/
}

.layer_popup .fht-fixed-body {
    width: 982px !important;
    /*수정0901*/
}

.layer_popup .ContenedorTabla tr td {
    padding: 0 !important;
    /*수정0901*/
}
