﻿@charset "utf-8";

html {
    --venColor: #F15201;
}

html, body, div, h1, h2, h3, h4, h5, ul, ol, li, input, textarea, p {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Malgun Gothic, '맑은고딕',Dotum,'돋움',sans-serif;
    font-size: 13px;
}

a, a:hover, a:active, a:link, input[type=button], input[type=submit], button {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

a:any-link, a:-webkit-any-link {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

a:hover {
    font-weight: bold;
}

li {
    list-style: none;
}

.popup-content * {
    font-size: unset;
}

.popup-content li {
    list-style: unset;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

img {
    border: 0;
}

body {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
}

.hidden {
    display: none !important;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
}

label {
    cursor: pointer;
}

input[type=text], input[type=password], input[type=number] {
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    border: 1px solid #d1d1d1;
    outline: none;
    color: #555;
    text-indent: 3px;
}

.cdnm {
    margin-top: 2px;
    margin-left: -13px;
    margin-right: 12px;
    width: 138px;
}

textarea {
    line-height: 20px;
    padding: 5px;
    vertical-align: middle;
    border: 1px solid #d1d1d1;
    outline: none;
    color: #555;
}

input::-ms-clear {
    display: none;
}

input::placeholder {
    color: #aaa;
}

input.num {
    text-indent: 0;
    text-align: center;
}

input.num[disabled] {
    background-color: #F3F2F1;
}

select {
    width: 100px;
    height: 26px;
    vertical-align: middle;
    border: 1px solid #d1d1d1;
    background: #fff url('/img/common/arrow.png') no-repeat 105% 50%;
    outline: none;
    padding-left: 5px;
    padding-right: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select#interfaceMs {
    margin-top: 2px;
    width: 114px;
}

select::-ms-expand {
    display: none;
}

select#selectVen {
    width: 103px;
    text-overflow: ellipsis;
}

[v-cloak] {
    display: none !important;
}

::-webkit-scrollbar {
    width: 17px
}

::-webkit-scrollbar-track {
    background-color: #e2e6ec
}

::-webkit-scrollbar-thumb {
    background-color: #666;
    background-clip: padding-box;
    border: 2px solid transparent;
    border-radius: 10px;
}
/*::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 10px; background-color:#efefef;}*/
/* btn */
.btn-area {
    text-align: right;
}

.btn-area.center {
    text-align: center;
}

.btn-area li {
    display: inline-block;
}

.btn {
    display: inline-block;
    padding: 7px 17px;
    background-color: #fff;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
}

.btn:hover {
    font-weight: bold;
}

.btn.default {
    border: 1px solid var(--venColor);
    color: var(--venColor);
}

.btn.default.effective-hover:hover {
    border: 1px solid var(--venColor);
    background-color: var(--venColor);
    color: #fff;
}

.btn.primary {
    background-color: var(--venColor);
    border: 1px solid var(--venColor);
    color: #fff;
}

.btn.order {
    background-color: var(--venColor);
    border: var(--venColor);
}

.btn.cancel {
    background-color: #fff;
    border: 1px solid var(--venColor);
    color: var(--venColor);
}

.btn.cancel.effective-hover:hover {
    background-color: var(--venColor);
    border: 1px solid var(--venColor);
    color: #fff
}

.btn.order:hover {
    color: #fff;
}

.btn.tiny {
    height: 20px;
    line-height: 20px;
    padding: 2px 10px !important;
}

#tinybtn {
    margin-top:5px;
    margin-bottom:3px;
}

.selectbtn {
    margin-left: -15px;
    margin-right: 22px;
}

.selectcd {
    margin-top: 2px;
    margin-left: -10px;
    margin-right: 25px;
    width: 29px !important;
}

.interfacebtn {
    margin-right: 19px;
    height: 27px !important;
}
.searchbtn {
    margin-left: -10px;
    height: 27px !important;
}
.selcd {
    width: 123px;
}
.btn.toss {
    width: 100%;
    background-color: rgb(49, 130, 246);
    border: 1px solid rgb(49,130,246);
    border-radius: 6px;
    color: #fff;
    text-align: center;
}
/* // btn */
/* paging */
.paging-area {
    height: 0;
    overflow: visible;
}

.paging-area .paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    justify-content: center;
}

.paging-area .paging.alignLeft {
    justify-content: left;
}

.paging-area .paging li {
    display: inline-block;
    margin-left: -1px;
}

.paging-area .paging li a {
    display: block;
    width: 40px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    border: 1px solid #e3e2e8;
    color: #333;
    text-align: center;
    overflow: hidden;
    font-size: 13px;
}

.paging-area .paging li a:hover,
.paging-area .paging li a.curr {
    background-color: #6f736f;
    color: #fff;
}

.paging-area .paging li:first-child a {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.paging-area .paging li:last-child a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.paging-area .paging li.first a {
    text-indent: 100%;
    background: url('/img/common/fst.jpg') no-repeat 50% 50%;
}

.paging-area .paging li.prev a {
    text-indent: 100%;
    background: url('/img/common/prev.jpg') no-repeat 50% 50%;
}

.paging-area .paging li.next a {
    text-indent: 100%;
    background: url('/img/common/next.jpg') no-repeat 50% 50%;
}

.paging-area .paging li.last a {
    text-indent: 100%;
    background: url('/img/common/last.jpg') no-repeat 50% 50%;
}

.paging-area .paging li.first.curr a,
.paging-area .paging li.first a:hover {
    background: #6f736f url('/img/common/fst.png') no-repeat 50% 50%;
}

.paging-area .paging li.prev.curr a,
.paging-area .paging li.prev a:hover {
    background: #6f736f url('/img/common/prev.png') no-repeat 50% 50%;
}

.paging-area .paging li.next.curr a,
.paging-area .paging li.next a:hover {
    background: #6f736f url('/img/common/next.png') no-repeat 50% 50%;
}

.paging-area .paging li.last.curr a,
.paging-area .paging li.last a:hover {
    background: #6f736f url('/img/common/last.png') no-repeat 50% 50%;
}
/* // paging */

/* layer */
.layer:not(.no-bg) {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5050;
}

.layer.no-bg {
    position: absolute;
    z-index: 5050;
}

.layer .layer-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 500;
    background-color: #000;
    opacity: 0.5;
}

.layer .layer-content {
    position: relative;
    z-index: 5050;
    background-color: #fff;
    box-shadow: 0px 0px 15px 2px #333;
}

.layer:not(.no-bg) .layer-content {
    left: 50%;
    top: 45%;
}

.layer .layer-content .layer-title {
    height: 34px;
    line-height: 34px;
    background-color: #6f736f;
    border: 1px solid #6f736f;
    text-indent: 15px;
    color: #fff;
}

.layer .layer-content .btn-layer-close {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0px;
    top: 0px;
    overflow: hidden;
    background: url('/img/common/close.png') no-repeat 0 0;
    text-indent: 100%;
    opacity: .5;
}
.layer .layer-content.payment .btn-layer-close{
    display:block;text-indent:0;line-height:25px;
    background:none;
    font-weight:bold;font-size:14px;text-align:center;
}
.layer .layer-content.payment .btn-layer-close:hover{
    transform:scale(1.2);
}
.layer#layerLoading .layer-bg {
    background-color: #fff;
    opacity: 0;
}

.layer#layerLoading .layer-content {
    width: 35px;
    height: 35px;
    margin-left: -17.5px;
    margin-top: -17.5px;
    background: none;
    box-shadow: none;
}
.layer .rdoBtn {
    vertical-align: middle;
}
.layer .rdoBtn.second{
    margin-left:10px;
}

#appPrint.printPR h1 {
    height: 120px;
    line-height: 30px;
    padding-top: 55px;
    border-bottom: 1px solid #c5c9c9;
    text-align: center;
    font-size: 30px;
}
#appPrint.printPR .view {
    border-bottom: 1px solid #c5c9c9;
    width: 21cm;
    min-height: 29.7cm;
    padding: 1cm 1.5cm;
    border: 1px solid #c0c0c0;
}
#appPrint.printPR .view > table th{
    height:50px;line-height:50px;
    background-color:#fff;
    font-size:16px;
}
#appPrint.printPR .view > table td:not(.html){
    text-align:center;font-size:14px;line-height:55px;
}
#appPrint.printPR .view > table td.html{
    height:150px;
    text-align:left;
}
#appPrint.printPR .printInfo{
    margin-top:40px;
}
#appPrint.printPR .printInfo p:first-child{
    margin-bottom:100px;
    font-size:16px;text-align:center;font-weight:bold;
}
#appPrint.printPR .printInfo p:not(:first-child){
    text-indent:400px;height:40px;line-height:40px;font-size:13px;
}
#appPrint.printPR .printInfo p:not(:first-child) strong{
    font-size:14px;
}
#appPrint.printPR .printInfo div{
    margin-top:60px;
    text-align:center;
}

#appPrint.printPR .printInfo div .excelimg{
    width:300px;
    height:72px;
    object-fit:cover;
    margin-bottom:10px;
    margin-top: 30px;
}

@media print {
    html, body {
        height: 99%;
    }

    .layer#layerLoading {
        display: none !important;
    }

    #appPrint td :is(input,textarea) {
        border: 0;
    }
}

/* //layer */

/* width */
.w10 {
    width: 10px;
}

.w20 {
    width: 20px !important;
}

.w20scroll {
    width: 37px;
}

.w25 {
    width: 25px !important;
}

.w30 {
    width: 30px;
}

.w32 {
    width: 32px;
}

.w35 {
    width: 35px;
}

.w30scroll {
    width: 47px;
}

.w40 {
    width: 40px;
}

select.w40 {
    background-position: 28px 50%;
    padding-right: 10px;
    padding-left: 1px;
}

.w40scroll {
    width: 57px;
}

.w45 {
    width: 45px;
}

.w48 {
    width: 48px;
}

.w50 {
    width: 50px !important;
}

.w50scroll {
    width: 67px;
}

.w55 {
    width: 55px;
}

.w60 {
    width: 60px !important;
}

.w65 {
    width: 65px !important;
}

.w70 {
    width: 70px !important;
}

.w80 {
    width: 80px !important;
}

.w95 {
    width: 95px !important;
}

select.w80 {
    background-position: 110% 50%;
}

.w80scroll {
    width: 97px;
}

.w85 {
    width: 85px;
}

.w88 {
    width: 88px;
}

.w90 {
    width: 90px;
}

.w90scroll {
    width: 107px;
}

.w100 {
    width: 100px !important;
    min-width: unset !important;
}

.w100scroll {
    width: 117px;
}

.w110 {
    width: 110px;
}

.w120 {
    width: 120px;
}

.w120scroll {
    width: 137px;
}

.w125 {
    width: 125px !important;
}

.w130 {
    width: 130px;
}

.w140 {
    width: 140px;
}

.w150 {
    width: 150px;
}

.w150scroll {
    width: 167px;
}

.w180 {
    width: 180px;
}

.w190 {
    width: 190px;
}

.w200 {
    width: 200px !important;
}

.w220 {
    width: 220px;
}

.w221 {
    width: 221px;
}

.w240 {
    width: 240px;
}

.w251 {
    width: 251px !important;
}

.w300 {
    width: 300px;
}

.w397 {
    width: 397px;
}

.w358 {
    width: 358px;
}

.w476 {
    width: 476px;
}
.noW{width:auto !important;}
.noMinW {
    min-width: unset !important;
}
/* //width */
/* height */
.h87 {
    height: 87px !important;
}
.h500 {
    height: 500px !important;
}

/* //height */
/* margin */
.m-r5 {
    margin-right: 5px;
}
/* //margin */
/* Color */
.clrRed {
    color: #ff0000 !important
}

.clrBlue {
    color: #0000ff !important
}

.clrPurple {
    color: #800080 !important
}

.clrGreen {
    color: #008000 !important
}
/* //Color */

/* main */
.main-container {
}

.wrap-login {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #F7F7F8 url(../img/main/Login_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.wrap-login .login-area {
    position: relative;
    width: 510px;
    max-width: 100%;
    top: 50%;
    height: 465px;
    margin: -237px auto 0;
}

.login-area h1 {
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.login-area h1 span {
    color: yellow;
}

.login-area .login-form {
    padding: 40px 65px 30px;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
}

.login-area .login-form h2 {
    width: 100%;
    height: 72px;
    margin-top: 0;
    margin-bottom: 20px;
    text-indent: -999em;
    overflow: hidden;
    background: url('/img/main/logo.union.png') no-repeat 50% 50%;
    background-size: contain;
}

.login-area .login-form li {
}

.login-area .login-form li label {
    position: absolute;
    visibility: hidden;
}

.login-area .login-form li input {
    width: 100%;
    height: 55px;
    padding: 5px 0;
    text-indent: 20px;
    font-size: 14px;
    color: #aaa;
}

.login-area .login-form li input:focus {
    color: #333;
    font-weight: bold;
    background-color: #f3fffe;
}

.login-area .login-form li:first-child input {
    border-bottom: 0;
}

.login-area .login-form ul {
    margin-bottom: 20px;
}

.login-area .chk-area {
    margin-top: -15px;
    margin-left: 3px;
    margin-bottom: 20px;
    color: gray;
}

.login-area .chk-area input {
    margin-right: 5px;
    vertical-align: middle;
}

.login-area .chk-area input:checked {
    accent-color: #339098;
}

.login-area .chk-area input:not(:first-child) {
    margin-left: 10px;
}

.login-area .login-form #btnLogin {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    background-color: #339098;
    border: 0;
    border-radius: 7px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.login-area .login-form #btnJoin {
    display: inline-block;
    width: 122px;
    height: 58px;
    line-height: 58px;
    margin-left: 3px;
    border: 1px solid var(--venColor);
    background-color: #fff;
    border-radius: 7px;
    color: var(--venColor);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.login-area .login-form .mainOptLink {
    text-align: center;
}

.login-area .login-form .mainOptLink a {
    color: #999;
}
/*.login-area .login-form .mainOptLink a#btnForgetInfo{float:left;}*/
.login-area .login-form .mainOptLink a#btnDownManual {
    float: right;
}

.login-area .login-form .mainOptLink a:hover {
    text-decoration: underline;
}

#layerFindInfo .layer-content {
    width: 440px;
    height: 320px;
    margin-left: -220px;
    margin-top: -160px;
}

#layerFindInfo h3 {
    height: 50px;
    line-height: 50px;
    background-color: #339098;
    color: #fff;
    font-size: 16px;
    text-indent: 30px;
}

#layerFindInfo .find-form {
    padding: 20px 30px;
}

#layerFindInfo .find-form h4 {
    margin-bottom: 10px;
    font-size: 14px;
}

#layerFindInfo .find-form h4 + div {
    padding: 15px 30px;
    border: 1px solid #e3e2e8;
}

#layerFindInfo .find-form h4:first-child + div {
    margin-bottom: 20px;
}

#layerFindInfo .find-form ul {
    float: left;
    margin-right: 10px;
}

#layerFindInfo .find-form li:first-child {
    margin-bottom: 5px;
}

#layerFindInfo .find-form label {
    display: inline-block;
    width: 65px;
    vertical-align: middle;
}

#layerFindInfo .find-form input#tx_ven_nm {
    width: 167px;
}

#layerFindInfo .find-form input#tx_ven_num1 {
    width: 42px;
}

#layerFindInfo .find-form input#tx_ven_num2 {
    width: 34px;
}

#layerFindInfo .find-form input#tx_ven_num3 {
    width: 62px;
}

#layerFindInfo .find-form #btnFind {
    float: left;
    width: 65px;
    height: 57px;
    background-color: #339098;
    border: 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}
/* //main */

#header {
    min-width: 1440px;
    padding: 10px 0;
    border-bottom: 1px solid var(--venColor);
    color: #333;
}

#footer {
    width: 100%;
    padding: 20px;
    border-top: 1px solid #c0c0c0;
}

.container {
    display: table;
    width: 1440px;
    margin: 0 auto;
}

.content-area {
    width: 1440px;
    margin: 0 auto;
}

.wrap-content .content-area {
    min-height:calc(100vh - 240px);
}

.container .wrap-content {
    display: table-cell;
    position: relative;
    padding-bottom: 60px;
}

#header h1 {
    float: left;
    margin-left: 20px;
    height: 40px;
    line-height: 40px;
    padding: 3px;
}

#header h1 img {
    width: 184px;
    margin: -7px;
    margin-left: 5px;
}

#header .gnb-area {
    float: right;
    margin-top: 5px;
}

.gnb-area .gnb li {
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
}

.gnb-area .gnb li.hasImg{
    margin-left: 0;
}
.gnb-area .gnb li img{
    width:17px;height:17px;vertical-align:top;
}
.gnb-area .gnb li .btnLogout {
    display: block;
    padding: 6px 13px;
    background-color: var(--venColor);
    border-radius: 20px;
    color: #fff;
}

.gnb-area .gnb li .headerBtn {
    padding: 2px 10px;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    background-color: #e0e0e0;
}

#header .container{position:relative;}
.credit-limit-area{
    position:absolute;width:200px;right:90px;top:35px;z-index:5050;
    background-color:#fff;border:1px solid #c0c0c0;box-shadow: #c0c0c0 0px 0px 9px -2px;border-radius:5px;
}
.credit-limit-area.view > table th{
    background-color:#fff9f4 
}
.lnb-area {
    float: left;
    margin-left: 5%;
}

.lnb-area .lnb > li {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 7px 20px;
    font-size: 15px;
    font-weight: bold;
}

.lnb-area .lnb > li > a {
    display: block;
}

.lnb-area .lnb > li.active > a {
    color: #ec3701;
}

.lnb-area .lnb > li .lnb-sub {
    position: absolute;
    visibility: hidden;
    z-index: 5050;
    margin-left: -13px;
}
.lnb-area .lnb > li .lnb-sub.admin{
    margin-left: -483px
}
.lnb-area .lnb > li .lnb-sub > ul {
    margin-top: 15px;
    width: max-content;
}

.lnb-area .lnb > li .lnb-sub li {
    display: inline-block;
    padding: 10px 15px 0 15px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.lnb-area .lnb > li .lnb-sub li > a {
    display: block;
}

.lnb-area .lnb > li .lnb-sub li:hover {
    color: #ff0;
    border-bottom: 2px solid #ff0;
}

.lnb-area .lnb > li:hover .lnb-sub {
    visibility: inherit;
}

#header .menu-layer-bg {
    position: fixed;
    width: 100%;
    height: calc(100% - 113px);
    left: 0;
    top: 60px;
    z-index: 999;
}

#header .menu-layer-bg > div {
    position: relative;
    height: 54px;
    background-color: var(--venColor);
    box-shadow: 0 2px 5px #ccc;
}

#header .menu-layer-bg div.menu-layer-body {
    position: relative;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

/* memo */
.memo-area {
    border: 1px solid #c5c9c9;
    margin: 0px 0px 20px;
    padding: 15px 25px 14px;
    color: #666;
    font-size: 12px;
    background: #fff;
}

.memo-area .announce {
    margin: 20px 0 30px;
    text-align: center;
}

.memo-area .memo-wrap {
    width: 1115px;
    margin: 0 auto;
}

.memo_box {
    float: left;
    width: 400px;
    margin: 30px 67px 60px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
}

.memo_box .memo_title {
    line-height: 50px;
    background: #f3f6f7 url('/img/common/memo.png') no-repeat 157px 50%;
    text-indent: 1.5em;
    color: #42464c;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}


.memo_box .memo_title.clock {
    background: url('/img/common/clock.png') no-repeat 139px 50%;
}

.memo_box .memo_title span {
    color: #c0274f;
}

.memo_box .memo_title.clock span {
    color: var(--venColor);
}

.memo_box .memo_text {
    height: 106px;
    line-height: 22px;
    padding: 20px;
    border-top: 1px solid #d1d1d1;
}

.memo_box .memo_text > form > div {
    float: right;
}

.memo_box #tx_memo {
    width: 100%;
}

.memo_box .memo_text .btn {
    clear: both;
    float: right;
    margin-top: 10px;
}

.memo_box .memo_text > form > div:first-child {
    float: left;
}

.memo_box .memo_text input[type=number] {
    width: 45px;
}

.memo-area .memo_arrow {
    float: left;
    margin-top: 30px;
    line-height: 190px;
}

#appServerCheckTimeSetting .memo_box .memo_title.clock {
    background: url('/img/common/clock.png') no-repeat 120px 50%;
}


/* //memo */

/* holiday */
.wrap-year {
    padding: 25px 0 50px;
    border: 1px solid #c5c9c9;
}

.wrap-year .holiday-title {
    padding: 10px 0;
    text-align: center;
}

.wrap-year .holiday-title li {
    display: inline-block;
    padding: 4px 5px 5px;
}

.wrap-year .holiday-title .title-text {
    font-size: 28px;
    color: #42464c;
    font-weight: bold;
    vertical-align: middle;
}

.wrap-year .holiday-title .btn {
    padding: 4px 10px 5px;
    vertical-align: middle;
    background-color: #f3f6f7;
    border: 1px solid #c5c9c9;
    border-radius: 5px;
    color: #888;
}

.wrap-year .holiday-title .btn:hover {
    color: #666;
}

.wrap-year .holiday-announce {
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    color: #666;
    text-align: center;
}

.wrap-year .holiday-announce span {
    color: #c0274f;
}

.wrap-year .year-content {
    text-align: center;
}

.wrap-year .year-content #calendar {
    margin: 0 auto;
}

.year-content #calendar li {
    display: inline-block;
    height: 285px;
    margin-right: 24px;
    margin-bottom: 24px;
    border: 1px solid #c5c9c9;
}

.year-content .year_mini_title {
    margin-bottom: 10px;
    line-height: 40px;
    background: #f3f6f7;
    border-bottom: 1px solid #c5c9c9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #42464c;
}

.year-content .year-tbl {
    width: 280px;
    margin: 0 20px;
}

.year-content .year-tbl th {
    height: 26px;
    padding: 3px 0;
    background-color: #f5f5f5;
    color: #888;
    font-size: 11px;
}

.year-content .year-tbl td {
    color: #42464c;
    font-size: 11px;
    font-weight: bold;
}

.year-content .year-tbl td a {
    display: block;
    height: 26px;
    line-height: 26px;
    margin: 2px 0;
    box-sizing: border-box;
}

.year-content .year-tbl td a:hover {
    border: 1px solid #c5c9c9;
}

.year-content .year-tbl .holiday {
    color: #c0274f;
}

.year-content .year-tbl .holiday_set {
    background: url('/img/common/pointdaybg.jpg') no-repeat 50% 50%;
    color: #fff;
}

.year-content .year-tbl .holiday_set a:hover {
    border: 0;
}

.year_content ul li.third {
    margin-right: 0;
}
/* //holiday */

.content-area h3.title {
    margin: 16px 0;
    font-size: 16px;
}

.content-area .list-area {
    position: relative;
    width: 100%;
}

.content-area.order .list-area {
    float: left;
    position: relative;
    width: calc(100% - 410px);
}

.content-area .bag-area {
    float: right;
    width: 400px;
}

.list-area h3,
.view-area h3 {
    text-indent: 1.5em;
    background: url('/img/common/title_arrow.png') no-repeat 0 50%;
}

.view-area input.label,
.view-area textarea.label {
    border: 0;
    resize: none;
}

.list-area #orderAnnounce {
    position: absolute;
    right: 0;
    top: 15px;
    padding: 6px 10px 5px 30px;
    background: #fff9f4 url('/img/common/order_memo.png') no-repeat 7px 5px;
    border: 1px solid var(--venColor);
    border-radius: 20px;
    color: var(--venColor);
    font-size: 14px;
}

.list-area .search-area {
    margin-bottom: 10px;
    padding: 13px;
    border: 1px solid #c5c9c9;
    color: #666;
}

.list-area .search-area .search-group {
    float: left;
    margin-right: 20px;
}

.list-area .search-area .search-group li {
    height: 26px;
    line-height: 26px;
    margin-bottom: 5px;
}

.list-area .search-area .search-group li.empty-first-line {
    margin-top: 31px;
}

.list-area .search-area .search-group li:last-child {
    margin-bottom: 0;
}

.list-area .search-area .search-group label,
.list-area .search-area .search-group .label {
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
}

.list-area .search-area .search-group label.let4to3 {
    letter-spacing: 0.06em;
}

.list-area .search-area .search-group label.let3to5en {
    letter-spacing: 0.03em;
}

.list-area .search-area .search-group .lb {
    background-color: #f5f5f5;
    box-sizing: border-box;
}

.list-area .search-area .search-group .lb.cen {
    text-align: center;
}

.list-area .search-area .search-group .lb.num {
    padding-right: 0.5em;
    text-align: right;
}

.list-area .search-area .search-group input.cd,
.list-area .search-area .search-group-admin input.cd {
    width: 70px;
}

.list-area .search-area .search-group text {
    height: 26px;
    line-height: 26px;
}

.list-area .search-area .search-group input#tx_srch_word,
.list-area .search-area .search-group-admin input#tx_srch_word {
    max-width: 170px;
}

.list-area .search-area .search-group input#tx_phy_nm {
    width: 215px !important;
}

.list-area .search-area .search-group input#tx_srch_word_forCard {
    width: 194px;
}

.list-area .search-area .search-group select.nm {
    width: 150px;
}

.list-area .search-area .search-group select.withNoSearch,
.list-area .search-area .search-group select#sel_drop_cd {
    width: 257px;
}

.list-area .search-area .search-group li input[type=checkbox] {
    vertical-align: middle;
}

.list-area .search-group .ven-info {
    width: 540px;
    line-height: 1.8em;
}

.list-area .search-group .ven-info .let5to4 {
    letter-spacing: 0.3em;
    text-indent: 3.2px;
}

.list-area .search-group .ven-info .let5to3 {
    letter-spacing: 4px;
    text-indent: 3px;
}

.list-area .search-group .ven-info .letM1 {
    letter-spacing: -1px;
}

.list-area .search-group .ven-info td span.lb {
    display: inline-block;
    width: 90%;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    border: 1px solid #c5c9c9;
}

.list-area .search-group .ven-info td span.lb.nm {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-area .search-group .ven-info td[colspan] span.lb {
    width: 96.5%;
}

.list-area .search-group .collateral {
    width: 600px;
    height: 185px;
}

.list-area .search-group .collateral.list {
    margin-bottom: 0;
    border: 1px solid #e3e2e8;
}

.list-area .search-group .collateral.list th,
.list-area .search-group .collateral.list td {
    height: 20px;
    line-height: 20px;
}

.list-area .search-group .collateral.list td.nm {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.list-area .search-group .collateral.list td.num {
    text-align: right;
    padding-right: 0.5em;
}

.list-area .search-group .collateral.list .bl {
    border-left: 1px solid #e3e2e8;
}

.list-area .search-area #btnSearch {
    display: block;
    width: 62px;
    padding: 32px 0 10px;
    background: var(--venColor) url('/img/common/btn_search.png') no-repeat 50% 10px;
    border: 0;
    color: #fff;
}

.fleft {
    float: left !important;
}

#appOrder #btnSearch {
    float: left;
}

.list-area .search-area .search-btn-group {
    float: right;
}

.list-area .search-area .search-btn-group li {
    display: inline-flex;
    vertical-align: top;
}

.list-area .search-area .search-btn-group button {
    display: block;
    width: 62px;
    height: 60px;
    padding: 30px 0 8px;
    border: 1px solid var(--venColor);
    color: var(--venColor);
    font-size: 12px;
    font-weight: bold;
}

.list-area .search-area .search-btn-group button#btnPrint {
    background: #fff url('/img/common/btn_print.png') no-repeat 50% 8px;
    color: #6f736f;
}

.list-area .search-area .search-btn-group button#btnExcel {
    background: #fff url('/img/common/btn_excel.png') no-repeat 50% 9px;
    color: #6f736f;
}

.list-area .search-area .search-btn-group button#btnConfirm {
    background: #fff url('/img/common/btn_confirm.png') no-repeat 50% 7px;
    color: #6f736f;
}

.list-area .search-area .search-btn-group button#btnCancel,
.list-area .search-area .search-btn-group button#btnCancelConfirm {
    background: #fff url('/img/common/btn_cancel.png') no-repeat 54% 7px;
    color: #6f736f;
}

.list-area .search-area .search-btn-group button#btnModify {
    background: #fff url('/img/common/btn_modify.png') no-repeat 53% 8px;
    color: #6f736f;
}

.list-area .search-area .search-btn-group button#btnDelete {
    background: #fff url('/img/common/btn_delete.png') no-repeat 50% 7px;
    color: #6f736f;
}

.list-area .search-area.no-img #btnSearch,
.list-area .search-area #btnSearch.no-img {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    vertical-align: middle;
    background: var(--venColor);
}

.list-area .search-area.no-img .btn {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid var(--venColor);
    color: var(--venColor);
}

.list-area .search-area.no-img button {
    height: 26px;
    padding: 0 10px;
    vertical-align: middle;
    background: none;
    border: 1px solid var(--venColor);
    color: var(--venColor);
}

.list-area .list {
    height: 532px;
}

.list-area .list.row14 {
    height: 569px;
}

.list {
    margin-bottom: 10px;
    overflow: hidden;
    border-top: 2px solid #565959;
    border-left: 1px solid #c5c9c9;
    border-right: 1px solid #c5c9c9;
    border-bottom: 1px solid #c5c9c9;
}

.list-area .list.x-scroll {
    height: 600px;
    overflow-x: scroll;
    scrollbar-arrow-color: #9D9992;
    scrollbar-3dlight-color: #D4D0C8;
    scrollbar-darkshadow-color: #D4D0C8;
    scrollbar-face-color: #666;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-track-color: #EAE7E1;
}

.list.scroll {
    overflow-y: scroll;
    scrollbar-arrow-color: #9D9992;
    scrollbar-3dlight-color: #D4D0C8;
    scrollbar-darkshadow-color: #D4D0C8;
    scrollbar-face-color: #666;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-track-color: #EAE7E1;
}

.list > table {
    position: relative;
}

.list > table th {
    height: 35px;
    background-color: #f5f5f5;
    border-left: 1px solid #e3e2e8;
    border-bottom: 1px solid #e3e2e8;
}

.list.scroll > table > thead > tr th {
    position: sticky;
    top: 0;
    z-index: 50;
}
.list.scroll > table > thead > tr + tr th {
    top:38px;
}
.list > table > thead > tr th span.sort {
    cursor: pointer;
}

:is(.list, .view) > table th.multi-line {
    line-height: 1.3em;
}

:is(.list, .view) > table td.fileList {
    line-height: 1.5em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.list > table th:first-child {
    border-left: 0;
}
.list > table tr + tr th:first-child {
    border-left: 1px solid #e3e2e8;
}
.list > table td {
    height: 35px;
    border-bottom: 1px solid #e3e2e8;
    border-left: 1px solid #e3e2e8;
    text-align: center;
    cursor: pointer;
}

.list > table td:first-child {
     border-left: 0; 
}

#appPrint .list > table th {
    border-top: 1px solid #e3e2e8;
    border-right: 1px solid #e3e2e8;
}

#appPrint .list > table th:first-child {
    border-left: 1px solid #e3e2e8;
}

#appPrint .list > table td {
    border-right: 1px solid #e3e2e8;
}

#appPrint .list > table td:first-child {
    border-left: 1px solid #e3e2e8;
}

.list > table td.nm {
    padding-left: 0.5em;
    word-wrap: break-word;
    text-align: left;
}

.list > table td.nm:not(.multi-line) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list > table td.nm.group {
    font-weight: bold;
    text-indent: 1em;
}

.list > table td.num {
    padding-right: 0.5em;
    text-align: right;
}

.list > table tr.link.priority td {
    font-weight: bold;
}

.list > table tr.link.blue td:not(.notColor) {
    color: blue;
}

.list > table tr.link.green td:not(.notColor) {
    color: green;
}

.list > table tr.link.red td:not(.notColor) {
    color: red;
}

.list > table tr.link.orange td:not(.notColor) {
    color: orange;
}

.list > table tr.link.purple td:not(.notColor) {
    color: purple;
}

.list > table tr.link:hover td {
    cursor: pointer;
    background-color: #e3e2e8;
    transition: background-color 0.3s;
}

.list > table tr td .btn {
    padding: 3px 12px;
}

.list > table tr:not(.link) td .btn.default:hover {
    background-color: var(--venColor);
    color: #fff;
}

.list > table tr:not(.link) td .btn.cancel:hover {
    background-color: rgb(192,39,79);
    color: #fff;
}

.list > table input[type=checkbox] + label,
.has-imgChkbox input[type=checkbox] + label {
    display: inline-block;
    position: relative;
    margin-top: 3px;
}

.list > table input[type=checkbox] + label:before,
.has-imgChkbox input[type=checkbox] + label:before {
    display: inline-block;
    content: '';
    width: 22px;
    height: 22px;
    background: url('/img/common/check_02.png') no-repeat 50% 50%;
}

.list > table input[type=checkbox].on + label:before {
    background: url('/img/common/check_02_on.png') no-repeat 50% 50%;
}

.list > table input[type=checkbox].type2 + label:before,
.has-imgChkbox input[type=checkbox].type2 + label:before {
    background: url('/img/common/checks_off.png') no-repeat 50% 50%;
}

.list > table input[type=checkbox].type2.on + label:before,
.has-imgChkbox input[type=checkbox].type2.on + label:before {
    background: url('/img/common/checks.png') no-repeat 50% 50%;
}

.has-imgChkbox input[type=checkbox] + label:before {
    vertical-align: middle;
    margin-right: 5px;
}

.list > table tr.del td,
.list > table tr.del td input {
    text-decoration: line-through;
    color: #c0274f;
}

.list > table .memo-area {
    display: none;
    position: absolute;
    margin-top: -32px;
    padding: 10px 10px 8px;
    background: #fff;
    border: 2px solid var(--venColor);
    border-radius: 5px;
    font-size: 11px;
    color: #666;
}

.list > table tr:first-child .memo-area {
    margin-top: -25px;
}

.list > table .memo.ret {
    vertical-align: top;
}

.list > table .memo-area {
    right: 55px;
}

.list > table .memo.ret + .memo-area {
    right: 125px;
}

.list > table .forAdmin .memo-area {
    right: 120px;
}

.list > table .forAdmin .memo.ret + .memo-area {
    right: 165px;
}

.list > table .memo:hover + .memo-area {
    display: block;
}

.list > table td input[type=text] {
    width: calc(100% - 10px);
}

.bag-area h3 {
    text-indent: 1.8em;
    background: url('/img/common/icon_01.png') no-repeat 0 -3.5px;
}

.view {
    margin-bottom: 20px;
    border: 1px solid #c5c9c9;
    border-bottom: 0;
}

.view > table th {
    height: 38px;
    line-height: 38px;
    background-color: #f3f6f7;
    border-right: 1px solid #c3c2c8;
    border-bottom: 1px solid #c5c9c9;
}

#appPrint .view > table th {
    border-left: 1px solid #c5c9c9;
}

.view > table td {
    padding-left: 10px;
    border-bottom: 1px solid #c5c9c9;
}

#appPrint .view > table td {
    border-right: 1px solid #c3c2c8;
}

.view > table td .Order1 {
    margin-left: 2px;
}

.view > table td .Order2 {
    margin-left: 13px;
}

.view > table td + th {
    border-left: 1px solid #c5c9c9;
}

.view > table td select.phone {
    width: 70px;
}

.view > table td input[type=text].cd {
    width: 77px;
    text-indent: 0;
    text-align: center;
}

.view > table td input[type=text].nm {
    width: 100px;
}

.view > table td input[type=text].zip {
    width: 60px;
    min-width: 50px !important;
    vertical-align: top;
    margin-top: 5px;
}

.view > table td input[type=text].addr {
    width: 358px;
    vertical-align: top;
    margin-top: 5px;
}

.view > table td input[type=text]:not(.cd),
.view > table td input[type=password] {
    min-width: 227px;
}

.view > table td input[type=text].num,
.view > table td input#tx_email2 {
    min-width: auto;
}

.view > table td input[type=checkbox],
.view > table td input[type=radio] {
    vertical-align: -2px;
}

.view > table td input[type=checkbox]:not(:first-child) {
    margin-left: 5px;
}

.view > table td textarea {
    width: calc(100% - 10px);
    height: 38em;
    margin: 10px 0;
}

.view > table td button.btn {
    height: 26px;
    line-height: 26px;
    padding: 2px 17px 0;
    vertical-align: middle;
    background-color: #999;
    border: 0;
}

.view > table td button.btn.clear {
    background-color: #fff;
    border: 1px solid #999;
    color: #999;
}

.view > table td button.btn:hover {
    background-color: #666;
    transition: all 0.3s;
}

.view > table td button.btn.clear:hover {
    color: #fff;
}

.view > table td .fileObj {
    cursor: pointer;
}

.view > table td .fileObj:hover {
    color: #666;
}

.view > table td #delFile {
    color: red;
    font-weight: bold;
    cursor: pointer;
}

.view > table td input + span.announce {
    font-size: 11px;
    color: #777;
    text-indent: 1em;
}

.view > table td button + span.announce {
    font-size: 11px;
    color: #e23b24;
    text-indent: 1em;
}

.view > table td div.ven-list {
    width: calc(100% - 10px);
    height: 7em;
    padding: 5px;
    margin-bottom: 10px;
    line-height: 2em;
    border: 1px solid #d1d1d1;
    color: #555;
}

.view > table td div.ven-list .ven-item {
    display: inline-block;
    line-height: 1.5em;
    margin-right: 5px;
    padding: 0 5px;
    vertical-align: top;
    border: 1px solid #c1c9c9;
    border-radius: 7px;
    cursor: pointer;
}

.view > table td.editor-area {
    padding: 10px;
}

.view > table td .help {
    margin-left: 5px;
    color: #777;
    font-size: 11px;
}

.view > table td.cen {
    text-align: center;
}
.view > table td.num{
    text-align:right;padding-right:0.5em;
}

.view .bbsBody {
    height: 38em;
    vertical-align: top;
}
/* admin */
.list-area .search-group-admin li {
    display: inline-block;
    vertical-align: middle;
}

.list-area .search-group-admin li.needSpace {
    margin-right: 10px;
}

.list-area .search-group-admin li select#sel_ven_nm {
    width: 177px;
}

.list-area .search-group-admin #btnSearch {
    width: auto;
    padding: 5.5px 20px;
    background: var(--venColor) no-repeat 0 0;
    border: 0;
}

.list-area .search-group-admin.multi-line li > div:first-child {
    height: 26px;
    line-height: 26px;
    margin-bottom: 5px;
}

.list-area .search-group-admin.multi-line li input[type=checkbox] {
    vertical-align: -2px;
}
/* // admin */

.calendar_group {
    position: relative;
    display: inline-block;
}

.calendar_group .nm {
    width: 100px !important;
    box-sizing: border-box;
}

.calendar_group.month .nm {
    width: 80px !important;
}

.calendar_image {
    position: absolute;
    right: 3px;
    top: 8px;
    cursor: pointer;
}

.view table td .calendar_group .nm {
    min-width: 114px;
}

.view .calendar_image {
    top: 12px;
}

.view .btnMinus img {
    vertical-align: middle;
    cursor: pointer;
}

.layer-ui .frm {
    margin-top: 10px;
}

#areaCancelReason.layer-ui .frm {
    border-top: 2px solid #565959;
}

.layer-ui#areaCardPayment .frm {
    border: 1px solid #d8dcdf;
}

.layer-ui .search-area {
    margin-bottom: 10px;
    padding: 15px 25px;
    border: 1px solid #c5c9c9;
    color: #666;
}

.layer-ui .search-area .btnSearch {
    display: inline-block;
    width: auto;
    padding: 4px 20px;
    vertical-align: middle;
    background: var(--venColor) no-repeat 0 0;
    border: 0;
    color: #fff;
}

.layer-ui .frm thead th,
.layer-ui .frm h3.title {
    height: 30px;
    line-height: 30px;
    background-color: #f5f5f5;
    color: #484848;
}

.layer-ui .frm thead th {
    border: 1px solid #d8dcdf;
}

.layer-ui .frm h3.title {
    border-bottom: 1px solid #d8dcdf;
    text-indent: 1em;
}

.layer-ui .frm thead th.nm {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.layer-ui .frm tbody th {
    height: 30px;
    line-height: 30px;
    background-color: #f2f6f9;
    border: 1px solid #d8dcdf;
    color: #757576;
}

.layer-ui .frm tbody td {
    height: 30px;
    border: 1px solid #d8dcdf;
    text-align: center;
}

.layer-ui .frm tbody td.nm {
    text-align: left;
    padding-left: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.layer-ui .frm tbody .link:hover td {
    cursor: pointer;
    background-color: #e3e2e8;
    transition: background-color 0.3s;
}

.layer-ui .frm tbody td input[type=text] {
    width: 95%;
}

.layer-ui .frm tbody td li {
}

.layer-ui .step-area div.step1 {
    position: relative;
    width: 310px;
    margin: 80px auto;
}

.layer-ui .step-area div.step1 table {
    margin-bottom: 25px;
}

.layer-ui .step-area div.step1 table li {
    padding: 5px 10px;
    text-align: left;
}

.layer-ui .step-area div.step1 p {
    line-height: 1.8em;
    text-indent: 2em;
    font-size: 16px;
}

.layer-ui .step-area div.step2 {
    position: relative;
    width: 470px;
    margin: 40px auto;
}

.layer-ui .step-area div.step2 #tx_expiry_date {
    width: 128px;
}

.search-layer {
    margin-bottom: 10px;
}

.search-layer li {
    display: inline-block;
}

.search-layer li #btnSearch {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    padding: 0 12px;
    background-color: #f6f6f6;
    border: 1px solid #c5c5c5;
}

.search-layer li #btnSearch:hover {
    background-color: #e3e3e3;
}

.list-layer {
    height: 200px;
    margin-bottom: 10px;
    overflow-y: auto;
    border-top: 2px solid #565959;
    border-left: 1px solid #c5c9c9;
    border-right: 1px solid #c5c9c9;
    border-bottom: 1px solid #c5c9c9;
}

.list-layer > table th {
    height: 20px;
    background-color: #f5f5f5;
    border-left: 1px solid #e3e2e8;
    border-bottom: 1px solid #e3e2e8;
}

.list-layer > table td {
    height: 20px;
    border-left: 1px solid #e3e2e8;
    border-bottom: 1px solid #e3e2e8;
}

.list-layer > table .link:hover td {
    cursor: pointer;
    background-color: #e3e2e8;
    transition: background-color 0.3s;
}

.list-layer > table th:first-child,
.list-layer > table td:first-child {
    border-left: 0;
}

/* order layer popup */
.layer-popup {
    position: absolute;
    left: 0;
    top: 50px;
    padding: 15px;
    z-index: 500;
    border-radius: 5px;
    background-color: var(--venColor);
    box-shadow: 0 2px 8px #23646a;
}

.wrap-popup {
    width: 100%;
    height: 100%;
    padding: 15px;
    overflow: hidden;
    background-color: var(--venColor);
}

.popup-content {
    position: relative;
    overflow: hidden;
    min-width: 350px;
    height: 250px;
    line-height: 1.5em;
    padding-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #c3dfe1;
    border-radius: 5px;
    background-color: #fff;
}

.popup-content .pop-title {
    padding: 25px 0 15px;
    line-height: 22px;
    background: url('/img/common/layer_pop_bar.png') no-repeat 50% 12px;
    text-align: center;
    color: #222;
    font-size: 18px;
    font-weight: bold;
}

.popup-content .pop-text {
    height: 176px;
    padding: 20px 30px;
    line-height: 22px;
    overflow-y: auto;
    background-color: #f1f7f7;
    font-size: 14px;
}

.popup-content#uploadedList {
    padding: 15px;
    width: 400px;
    height: auto;
}

.layer-popup > a,
.wrap-popup > a {
    display: block;
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
}

.btn-popup-nomore {
    float: left;
    background: url('/img/common/checks_off.png') no-repeat 0 50%;
    text-indent: 1.7em;
}

.btn-popup-close {
    float: right;
    padding-left: 1.5em;
    background: url('/img/common/closePopup.png') no-repeat 0 50%;
}
/* // order layer popup */

.area-bag-sum {
    padding: 22px 24px;
    margin-bottom: 10px;
    border: 1px solid #c5c9c9;
    border-top: 0;
    text-align: right;
}

.area-order-option {
    padding: 15px 20px;
    margin-bottom: 10px;
    background-color: #f3f7f8;
    border: 1px solid #c5c9c9;
}

.area-order-option li {
    margin-bottom: 5px;
}

.area-order-option li:last-child {
    margin-bottom: 0;
}

.area-order-option #tx_deliveryInstra {
    width: 188px
}

.area-order-option #sel_deliveryInstr {
    padding-right: 22px;
    text-overflow: ellipsis;
}

.area-order-option .let4to3 {
    letter-spacing: 0.08em;
}

.area-order-option .label,
.area-order-option label {
    margin-right: 5px;
}

.area-order-option #order-addr {
    display: inline-block;
    vertical-align: top;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.area-order-option input,
.area-order-option select {
    width: 290px;
    background-position-x: 102%;
}

.bag-area .list {
    margin-bottom: 0;
    height: 468px;
}

.bag-area.HD:not(.Admin) .list {
    margin-bottom: 0;
    height: 573px;
}

.bag-area.AS.Admin .list {
    margin-bottom: 0;
    height: 511px;
}

.list.list-data {
    height: 438px;
    overflow-y: scroll;
    border: 0;
}

.list.list-data.withoutAddr {
    height: 431px;
}

/* join */
.view-area h4 {
    margin-bottom: 10px;
    padding-top: 10px;
    font-weight: normal;
}

#frmJoin .view > table td input[type=text].notMinWidth {
    min-width: unset;
}

.policy-area {
    margin-bottom: 50px;
}

.policy-area .policy-agree {
    text-align: right;
}

.policy-area .policy-agree input[type=checkbox] {
    vertical-align: middle;
}
/* //join */

.list-area .summary-area {
}

.list-area .paging-area + .summary-area {
    padding-top: 47px;
}

.list-area .summary-area > table {
}

.list-area .summary-area > table th,
.list-area .summary-area > table td {
    height: 35px;
    line-height: 35px;
    border: 1px solid #e3e2e8;
    text-align: center;
}

.list-area .summary-area .nm {
    text-align: left;
    text-indent: 1em;
    border-right: 0;
}

.list-area .summary-area .num {
    padding-right: 5em;
    text-align: right;    
}
.list-area .summary-area td:not(:first-child).num {
    border-left: 0;
}
/*detailArea*/
.list.hasDetail > table .detailArea > td {
    padding: 20px 20px 20px 50px;
    background: #fff9f4 url('/img/common/arrow_table.png') no-repeat 24px 19px;
}

.list.hasDetail > table .detailArea td > div > div {
    background-color: #fff;
}

.list.hasDetail > table .detailArea td div.subList {
    border: 1px solid #c5c5c5;
    border-top: 2px solid #6c6c6c;
}

.list.hasDetail > table .link:hover + .detailArea td div.subList,
.list.hasDetail > table .link + .detailArea:hover td div.subList {
    border-top: 2px solid var(--venColor);
}

.list.hasDetail > table .detailArea > td > div .ven-info table th,
.list.hasDetail > table .detailArea > td > div .ven-info table td {
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    border: 0;
}

.list.hasDetail > table .detailArea > td > div .search-area {
    padding: 10px 0;
}

.list.hasDetail > table .detailArea > td > div.user .search-area {
    padding: 10px;
}

.list.hasDetail > table .detailArea > td > div .ven-info {
    width: 509px;
}

.list.hasDetail > table .detailArea > td > div .ven-info table td span.lb {
    height: 20px;
    line-height: 20px;
}

.list.hasDetail > table .detailArea > td > div > .subList table th,
.list.hasDetail > table .detailArea > td > div > .subList table td {
    height: 24px;
    line-height: 24px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    border: 1px solid #e3e2e8;
    color: #555;
}

.list.hasDetail > table .detailArea td > div > .subList table th.multi-line {
    line-height: 1.3em;
}

.list.hasDetail > table .detailArea td > div > .subList table td input[type=text] {
    height: 20px;
    line-height: 20px;
}
.quan {
    margin-top: -4px;
    text-indent: 0;
    text-align: center;
}

/* //detailArea */

.mngMasterCodes {
    width: 400px;
    height: 406px;
    margin-top: -200px;
    margin-left: -203px;
}

.layer .layer-content.mngMasterData {
    width: 1500px;
    top: 10%;
    left: 10%;
}

.layer .layerBulkChange {
    width: 450px;
    margin-left: -225px;
    margin-top: -30px;
}

.layer .layer-content.mngItemData {
    width: 512px;
    top: 20%;
    margin-left: -256px;
}

.excelUpload {
    width: 440px;
    top: 200px !important;
    left: 700px !important;
}
.excelUpload .btn-area .left{
    float:left;
}
.layer :is(.mngMasterCodes, .mngMasterData, .mngItemData, .excelUpload, .layerBulkChange) .layer-title,
:is(#layerPhysicInfo, #layerInquiryPwd) .layer-title {
    background-color: var(--venColor);
    border: 0;
}

.layer .mngMasterData .require:before {
    content: "* ";
    color: red;
}

.layer .mngMasterData .announce {
    position: absolute;
    color: red;
}

#layerInquiryPwd .layer-frm-area {
    padding: 5px;
}

.layerBulkChange .layer-frm-area {
    padding: 10px;
}

.layerBulkChange .layer-frm-area .btn-area {
    float: right;
}

#layerInquiryPwd .layer-frm-area .btn-area {
    margin-top: 5px;
}

.layer .layer-inner {
    padding: 10px;
}

.layer .layer-inner .regist {
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #e3e2e8;
    background-color: #fff9f4;
}

.layer .layer-inner .regist input[type=text] {
    width: 242px;
}

.layer .layer-inner .regist label {
    vertical-align: middle;
}

.btn.tiny.btnHelpExcel {
    position: absolute;
    right: 6px;
    top: 6px;
    padding: 3px 5px !important;
    height: 12px;
    vertical-align: top;
    line-height: 12px;
    font-size: 13px;
}

.excel-info {
    position: absolute;
    right: 0;
    top: 30px;
}

.excel-info #btn_closeHelpLayer {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    top: 13px;
    right: 20px;
    background: url(../../img/common/close.gif) 50% 50% no-repeat;
    text-indent: -9999em;
    cursor: pointer;
}

.layer .layer-inner .list {
    height: 306px;
}

.layer#layerPhysicInfo {
    width: auto;
    left: 1025px;
    top: 146px;
    border: 1px solid #c0c0c0;
}

.layer#layerPhysicInfo.noImg {
    width: auto;
}

#layerPhysicInfo .physicInfo {
    width: 400px;
}

#layerPhysicInfo .physicInfo .list {
    height: 112px;
}

#layerPhysicInfo .physicInfo.view {
    margin-bottom: 10px;
}

#layerPhysicInfo .physicInfo .view.last,
#layerPhysicInfo .physicInfo.view .list {
    margin-bottom: 0;
    border-top: 0;
}

#layerPhysicInfo .physicInfo.view .list,
#layerPhysicInfo .physicInfo.view .view {
    border-left: 0;
}

#layerPhysicInfo .layer-content .btn-area {
    margin-right: 10px;
    padding-bottom: 10px;
}

#layerInquiryPwd .layer-content {
    width: 159px;
    margin-left: -80px;
    margin-top: -30px;
}

#ui-datepicker-div {
    z-index: 5050 !important;
}

.layer .imgPreview {
    height: 262px;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #c0c0c0;
}

.layer .imgPreview img {
    max-width: 100%;
    height: auto;
}

#footer .content-area {
    position: relative
}

.footer-gnb {
    position: absolute;
    right: 0;
    top: 0px;
}

.footer-gnb li {
    display: inline;
    margin-left: 5px;
}

.footer-gnb li:not(:last-child):after {
    display: inline;
    margin-left: 10px;
    content: "|";
    color: #888;
}

.footer-gnb li a {
    color: #888;
}

/* policy-content */
.policy-area .policy-content {
    height: 200px;
    padding: 20px;
    margin-bottom: 10px;
    overflow-y: scroll;
    border: 1px solid #c5c9c9;
}

.policy-area .policy-content.active {
    height: 700px;
}

.policy-content p {
    line-height: 1.7em;
}

.policy-content .hasSub > p,
.policy-content .hasSub > li {
    padding-left: 1em;
}

.policy-content .hasSub:not(.pClear) li p {
    padding-left: 0.8em;
}

.policy-content h1 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.policy-content h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 1em;
}

.policy-content .hasSub ul {
    margin-bottom: 20px;
}

.policy-content .hasSub ul:not(.lClear) li {
    margin-bottom: 15px;
    padding-left: 1em;
}

.policy-content .lClear {
    margin-top: 20px;
    padding-left: 1em;
    line-height: 1.7em;
}

.policy-content .pYear {
    font-size: 18px;
    text-decoration: underline;
}

.policy-content .line-bottom,
.policy-content a {
    text-decoration: underline
}
/* //.policy-content */

/* #appPolicy */
#appPolicy .policy-content {
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #c0c0c0;
    display: block;
}

#appPolicy .policy-content h4 {
    font-weight: bold;
}

#appPolicy .policy-content h5,
#appPolicy .policy-content h6 {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
}

#appPolicy .policy-content h5 {
    margin-top: 20px;
}

#appPolicy .policy-content h6 {
    margin-top: 10px;
    padding-left: 1em;
}
/* // #appPolicy */

/* #appFaqGuide */
#appFaqGuide > div {
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #c0c0c0;
    display: block;
}

#appFaqGuide h4 {
    font-weight: bold;
}

#appFaqGuide .hasSub p,
#appFaqGuide .hasSub li {
    line-height: 1.7em;
}

#appFaqGuide .hasSub > ul > li {
    padding-left: 1em;
}

#appFaqGuide .red {
    color: red;
    font-weight: bold;
}

#appFaqGuide .marginLeftClear {
    margin-left: -1em;
}

#appFaqGuide .yellow-box {
    background-color: yellow;
    padding: 2px;
}

#appFaqGuide .paddingLeft {
    padding-left: 1em;
}

#appFaqGuide .marginBottom {
    margin-bottom: 2em;
}

#appFaqGuide .marginBottomZero {
    margin-bottom: 0;
}

#appFaqGuide .marginTopZero {
    margin-top: 0;
}

#appFaqGuide #marginTopZero {
    margin-top: 0;
}

#appFaqGuide img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 1.5em;
}

#appFaqGuide .video {
    position: relative;
    width: fit-content;
    height: fit-content;
}

#appFaqGuide .video > iframe {
    border: none;
    width: 780px;
    height: 350px;
}
/* // #appFaqGuide */
/* faqAS */
.faqAS > ol > li {
    padding-bottom: 15px;
}

.faqAS .q {
    border: solid 1px #C0C0C0;
    padding: 10px;
    font-weight: normal;
    cursor: pointer;
    color: black;
}

.faqAS .q:before {
    content: "Q] ";
}

.faqAS .q.active {
    background-color: var(--venColor);
    color: white;
    border: none;
    border-top: solid 1px var(--venColor);
    border-left: solid 1px var(--venColor);
    border-right: solid 1px var(--venColor);
}

.faqAS .a {
    border: solid 1px #C0C0C0;
    padding: 10px;
}

.faqAS .a p:first-child:before {
    content: "A] ";
}

.faqAS .a p:not(:first-child) {
    padding-left: 1.1em;
}
/* // faqAS */
/* guideAS */
#appFaqGuide .guideAS .mw70 {
    max-width: 70%;
}

.guideAS h5 {
    font-weight: normal;
}

.guideAS .hasSub p:not(.pStyleClear) {
    padding-left: 1em;
}

.guideAS h4 + ul,
.guideAS h5 + ul > li:first-child,
.guideAS h5 + p + ul > li:first-child,
.guideAS h5 + p {
    margin-top: 1em;
}

.guideAS h5 + ul > li,
.guideAS h5 + p:not(.pStyleClear),
.guideAS h5 + p + ul > li {
    padding-left: 1em;
}

.guideAS h5 a {
    text-decoration: underline;
    color: blue;
}
/*// guideAS */
/* faqHD */
.faqHD > ol > li {
    padding-bottom: 15px;
}

.faqHD .q {
    border: solid 1px #C0C0C0;
    padding: 10px;
    font-weight: normal;
    cursor: pointer;
    color: black;
}

.faqHD .q:before {
    content: "Q] ";
}

.faqHD .q.active {
    background-color: var(--venColor);
    color: white;
    border: none;
    border-top: solid 1px var(--venColor);
    border-left: solid 1px var(--venColor);
    border-right: solid 1px var(--venColor);
}

.faqHD .a {
    border: solid 1px #C0C0C0;
    padding: 10px;
}

.faqHD .a p:first-child:before {
    content: "A] ";
}

.faqHD .a p:not(:first-child) {
    padding-left: 1.1em;
}

.faqHD .faqHDfooter {
    padding: 3em 0 0;
}

#appFaqGuide .faqHD img {
    display: inline-block;
}

.faqHD .hasSub .a > div > ul > li {
    padding-left: 1em;
}

.faqHD h4 {
    font-size: 1.3em;
    padding-bottom: 0.2em;
}

.faqHD .faqHDfooter p {
    font-size: 1.1em;
}

.faqHD .faqHDfooter .emailStyle {
    text-decoration: underline;
    color: blue;
}
/* // faqHD */
/* guideHD */
.guideHD h5,
.guideHD h5 + p {
    padding-left: 1em;
    margin-bottom: 10px;
    padding-top: 10px;
}

.guideHD h4 + p,
.guideHD h4 + ul,
.guideHD h5 + ul > li:first-child,
.guideAS h5 + p + ul > li:first-child,
.guideAS h5 + p {
    margin-top: 1em;
}

.guideHD h4 + ul > li > ul > li,
.guideHD h5 + ul > li,
.guideHD h5 + p:not(.pStyleClear),
.guideHD h5 + p + ul,
.guideHD h5 + ul {
    padding-left: 1em;
}

.guideHD h5 + ul,
.guideHD h4 + ul {
    padding-bottom: 2em;
}

.guideHD :is(h4, h5) + ul > li a {
    text-decoration: underline;
    font-weight: bold;
    color: blue;
}

.guideHD .w800 {
    width: 800px;
}

.guideHD #order_cart_H {
    margin-bottom: 0;
}

.guideHD #order_send_H {
    display: block;
    margin-top: 0;
}

.guideHD .padding-left-1em {
    padding-left: 1em;
}

.guideHD .padding-left-2em {
    padding-left: 2em;
}

.guideHD .qrImg {
    width: 300px;
}

#appFaqGuide .guideHD .home-icon-add :is(.phone_menubar, .home_button) {
    float: left;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 0;
}

.guideHD .home-icon-add .home_button {
    position: absolute;
}

.guideHD .home-icon-add {
    margin-bottom: 3em;
    margin-top: 1em;
}
/* // guideHD */
/* appBag */
#appBag input.num.highlight {
    font-size: 14px;
}
#appBag #area-bagCnt {
    position: absolute;
    right: 0;
    top: 25px;
}
#appBag .area-bag-sum > p:first-child {
    color: red;
    font-size: 16px;
}
#appBag .bag-title {
    position: relative;
}
#appBag .bag-title .ord-credit {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.bag-title {
    margin: 16px 0;
    font-size: 16px;
}

/* //appBag */
/* order */
.order #appBag .area-bag-sum {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* //appOrder */
.list > table td input.deliDateForMod {
    width: 80px;
    text-indent: 0;
}

.list > table td img {
    vertical-align: middle;
}

.list > table td img.lock {
    width: 14px;
}

.list > table td .cateName {
    color: gray;
}

.areaMenu {
    display: flex;
    flex-direction: row;
}

.areaMenu .menuLeft {
}

.areaMenu .menuRight {
    margin-left: 10px;
}

.areaMenu .selected td {
    background-color: var(--venColor);
    color: #fff;
}

.omVen {
    color: green;
}

.memo_pop {
    display: none;
    position: absolute;
    right: 30px;
    font-size: 11px;
    margin-top: 5px;
    background: #fff;
    border: 2px solid var(--venColor);
    padding: 10px 10px 8px;
    color: #666;
    border-radius: 5px;
}

img:hover + .memo_pop {
    display: block;
}

.credit-overlay {
    position: absolute;
    top: 44px;
    width: auto;
    height: auto;
    right: 0px;
    background: transparent;
    z-index: 9999;
}

.credit-content {
    background: white;
    padding: 20px 24px 21.9px;
    border-radius: 10px;
    /*width: 260px;*/
    /* height: 195.9px;*/
    box-shadow: 5px 8.7px 22.5px 2.5px rgba(0, 0, 0, 0.08);
    border: solid 1px var(--venColor);
}

.ord-credit {
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid var(--venColor);
    color: var(--venColor);
}

.credit-img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-top: -3px;
    cursor: pointer;
}

.credit-header,
.txc {
    color: var(--venColor);
}

.credit-header.top {
    margin-top: 10px;
}
.credit-header {
    display: flex;
    gap: 30px;
    text-align: left;
}
.credit-header div{
    flex: 1.5;
    text-align: right;
}
.credit-header .act{
    display: flex;
    flex-direction: column;
}
.boldtxc {
    font-weight: bold;
}

/* appReturn */
.content-area.return .list-area {
    float: left;
    position: relative;
    width: calc(100% - 620px);
}

.content-area.return .bag-area {
    float: right;
    width: 600px;
}

.content-area.return .area-order-option input {
    width: 480px;
}

#appReturn .search-area form {
    display: flex;
}

#appReturn .search-area .search-btn-group {
    margin-left: 132px;
}

#appReturn .layer#layerPhysicInfo {
    width: auto;
    left: 826px;
    top: 150px;
    border: 1px solid #c0c0c0;
}
/* //appReturn */
/* appReturnSearch */
#areaStatusChange {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 99999;
}

#areaStatusChange .statusChange {
    display: block;
    position: fixed;
    width: 300px;
    height: 100px;
    top: 35%;
    left: 41%;
    background-color: white;
}

#areaStatusChange .statusChange .frm table tbody tr td select {
    width: 135px;
    margin-left: 50px;
}

#areaStatusChange .statusChange .frm table {
    background-color: white;
    height: 120px;
}

#areaStatusChange .layer-ui .frm {
    margin-top: 0;
}

#btnOrderStatusChange {
    background-color: white;
    padding: 0 !important;
}

#areaStatusChange .layer-ui .frm tbody td {
    display: flex;
    margin: 25px 20px;
    width: 255px;
    border: 0;
}

#areaStatusChange #btnClose {
    position: fixed;
    top: 341px;
    left: 1056px;
    background-color: unset;
    border: 0;
}

#areaStatusChange #btnStatusConfirm {
    width: 45px;
    height: 28px;
    margin-left: 10px;
    background-color: var(--venColor);
    color: white;
    border: 0;
}
/* //appReturnSearch */
/*appPaymentRequestMemo*/
#appPaymentRequestMemo .memo_box .memo_title {
    background: #F3F6F5 url(/img/common/memo.png) no-repeat 130px 50%;
}
#appPaymentRequestMemo .memo_box .memo_text {
    height: 460px !important;
    padding: 20px;
    border-top: 0;
}
#appPaymentRequestMemo .memo_box .memo_text + .btn-area {
    position: absolute;
    right: 245px;
    top: 620px;
    margin: 10px 10px 10px 0;
}
/* //appPaymentRequestMemo*/
/* appPaymentRequestList*/
.paymentRequestList .list-area .search-area #btnSearch {
    display: block;
    width: 62px;
    height: 60px; /** 높이 조정*/
    padding: 32px 0 8px;
    background: var(--venColor) url('/img/common/btn_search.png') no-repeat 50% 10px;
    border: 0;
    color: #fff;
}
.paymentRequestList .list-area .search-area .search-btn-group {
    margin-top: 2px;
}
/* //appPaymentRequestList*/
.bg-green {
    background-color: #C0DCC0;
}
.clr-red {
    color: red;
}
.tossPayResult .announce-area{
    width:540px;margin:0 auto;padding:100px 0;
    text-align:center;
}
.tossPayResult .announce-area img{
    width:100px;
}
.tossPayResult .announce-area h4{
    margin-top:30px;font-size:24px;
    color:#191f28;
}
.tossPayResult .announce-area h4 span{
    display:inline-block;margin-top:10px;color:gray;font-size:0.8em;
}
.tossPayResult .announce-area p{
    margin-top:10px;
    font-size:17px;color:#4e5968;
}
.tossPayResult .announce-area .btn-area {
    margin-top: 100px;
}
.tossPayResult .payInfo-area{
    display:flex;justify-content:space-between;align-items:center;margin-top:100px;
    font-size:17px;color:#333d48;
}
.tossPayResult .payInfo-area:not(:first-child){
    margin-top:10px;
}
.lat3to4 strong{
    letter-spacing:0.08em;
}
.cke_notifications_area{
    display:none !important;
}
.addrDelete {
    display:inline-block;
    margin-top:4px;
}
.addrDelete:after {
    display: inline-block;
    content: "\00d7";
    font-size: 14px;
    margin-left: 15px;
    color: red;
    font-weight: bold;
    cursor: pointer;
}

@media print {
    @page portrait-page {
        size: portrait; /* 세로 */
        margin: 0;
    }

    @page landscape-page {
        size: landscape; /* 가로 */
        margin: 0;
    }

    .page-1 {
        page: portrait-page; /* 세로 */
    }

    .page-2 {
        page: landscape-page; /* 가로 */
    }

    .page {
        page-break-after: always;
    }

    body {
        margin: 0;
        font-family: Arial, sans-serif;
    }

    .content {
        padding: 20px;
        border: 0;
    }

    #page-break.list {
        border-top: 1px solid #c5c9c9;
    }

    .list-title {
        width: 96px;
        padding: 7px;
        margin-left: auto;
        margin-right: auto;
        color: black;
        text-align: center;
        font-size: 17px;
        margin-top: 2px;
    }

    .list-vnm {
        margin-right: auto;
        margin-left: auto;
        color: black;
        font-weight: bold;
        text-align: center;
        margin-bottom: 17px;
    }

    .list-date {
        text-align: right;
        margin-right: 5px;
        margin-bottom: 12px;
    }

    .list-getDate {
        text-align: center;
        margin-top: -11px;
        font-weight: bold;
    }
}
.layer:not(.no-bg) .layer-content.popup {
    position: relative;
    width: 540px;
    padding-top: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.layer:not(.no-bg) .layer-content.popup .btn-area {
    padding: 10px;
    text-align: center;
}

.layer-content.popup .popup-area {
    padding: 24px;
}

.layer-content.popup .popup-area input {
    height: 40px;
    padding-right: 1.2em;
    border: 1px solid rgba(0, 27, 55, 0.1);
    background-color: rgb(249, 250, 251);
    border-radius: 8px;
    font-size: 14px;
    text-align: right;
}

.layer-content.popup .popup-area  {
    margin-top: 10px;
}

.layer .popup {
    width: 500px;
}
.layer .chk {
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    color: rgb(51, 61, 75);
}

.layer .popup input[type=text] {
    width: 185px;
    height: 39px;
    margin-bottom: 8px;
    margin-left: 10px;
    border-radius: 7px;
    background-color: rgb(249, 250, 251);
    text-align: right;
    padding-right: 9px;
}

.layer .pd20 {
    padding: 0 20px;
}

.layer .mgl10 {
    margin-left: 10px;
}

.mgt10 {
    margin-top: 10px;
}

.pay-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.left-side {
    display: flex;
    flex-direction: column;
}

.chk {
    font-weight: bold;
    margin-bottom: 5px;
}

.mgl10.fntsize10 {
    font-size: 15px;
}

.aaline {
    border-top: 1px solid #aaaaaa;
}

.left-side input[type="text"] {
    width: 150px;
    padding: 5px;
    font-size: 14px;
}

.right-side {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 13px;
}

.lmamtbalance {
    color: #333;
    margin-bottom: 4px;
    margin-top: 50px;
}

.tx {
    color: #999;
}

.paybtn {
    margin-left: 10px;
}

.btn.easy {
    width: 100%;
    background-color: var(--venColor);
    border: 1px solid var(--venColor);
    border-radius: 6px;
    color: #fff;
    text-align: center;
    margin-top: 12px;
}

.close {
    position: absolute;
    top: 6px;
    right: 9px;
    background: none;
    border: none;
    font-size: 13px;
    color: rgb(51, 61, 75);
    cursor: pointer;
    padding: 0;
}

div .dateAndtime{
    display:flex;
}

.memo_text ul li{
    padding-bottom:10px;
}

.memo_text ul label {
    vertical-align:middle
}

.memo_text ul li input[type="submit"]{
    padding-bottom:10px !important;
}

.serverChk-btn-group{
    display:flex;
    justify-content:right;
    padding-bottom:10px;
}

.serverChk-btn-group button{
    margin-right:5px;
}

.h200 {
    height: 200px !important;
}

#appServerCheckTimeSetting .calendar_group .calendar_image {
    top: 6px !important;
}

#appPayment .accountInfoLabel{
    display: inline-block;
    vertical-align: super;
}
#appPayment .accountInfo {
    margin-left: 10px;
    display: inline-block;
    border: 1px solid #F15201;
    width: 350px;
    font-size: medium;
}



