:root {
    --color-purple: #3f63bf;
    --color-blue: #3f63bf;
    --color-drak-blue: #2b4fab;
    --color-skyblue: #a5beff;
}

body, select, option, input, textarea, label, button, table, td, th, h1, h2, h3, p {
/*    font-family: 'NanumSquare', sans-serif; */
    font-family: 'Pretendard', sans-serif; 
}
body{
    background-color: #f3f3f3;
    overflow: hidden;
}
#gnb{
    background-color: #fff;
}
#gnb li.dv {
    color:#eee;
    font-size:13px;
}
.clearFix:after{
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}
.navigator {
    font-size: 13px;
    color: #828282;
}
.navigator .left span {
    margin-right: 25px;
}
.user-wrapper-bg{
    background: #aeded3;
    border-bottom: 1px solid #6f579f;

}
.user-wrapper {
        /* width: 70.5%;
        max-width: 1340px;
        min-width: 1000px;
        height: 100%;
        margin: 0 auto;
        align-items: center;
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        background: #aeded3;
        border: 1px solid #6f579f;  */
    width:58.5%;
    padding:0 40px;
    min-width:1000px;
    margin:0 auto;
    flex-shrink: 0;
    height: 55px;margin: 55px auto 0 auto;
    
    display: flex;
    align-items: center;
    box-sizing: border-box
}
.user-wrapper .user li:first-child,
.navigator .user li:first-child{
    position: relative;
    z-index: 0;
    padding-right: 20px;
    margin-right: 20px;
}
.kakao_wrapper {
}
.user-wrapper .user li:first-child::after,
.navigator .user li:first-child::after{
    width: 1px;
    height: 15px;
    content: "";
    display: block;
    background: #cfcfcf;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.titleBar span,
.titleBar button{
    color: #1E90FF;
    vertical-align: middle;
}

.titleSub { margin-bottom:20px; font-weight: 500; line-height: 1.4em; font-size:15px;  }
.formTitle {
    font-weight: 500;
    line-height: 1.4em;
    font-size: 15px;
    position: relative;
    margin-left: 8px;
}
.formTitle:before {
    display: block;
    content: "";
    background: url('../images/arrow_r.png') no-repeat center center;
    width: 5px;
    height: 24px;
    position: absolute;
    left: -8px;
    top: -2px;
}

/* 투브플러스 제작 부분 */
.kakao_wrapper .kakao_btn {
}
.kakao_wrapper .kakao_btn img {
    width: 170px;
}

@media screen and (max-width: 399px){
    #gnb{
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10;
    }
    #gnb header{
        background-color: var(--color-purple);
    }
    #gnb header .hdWrap{
        width: 93%;
        /* max-height: 25px; */
        margin: 0 auto;
        padding: 15px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        position: relative
    }

    /* --- mobile nav --- */
    #gnb header .hdWrap > button{
        display: block;
        border: none;
        width: 24px;
        font-size: 16px;
        /*text-indent: -9999px;*/
        /*background: url(../images/hamberg.png) no-repeat center center;*/
        cursor: pointer;
        color: #fff;
        position: absolute;
        right: 0;
    }
    #gnb header .hdWrap > .mobile_nav{
        position: fixed;
        left: 100%;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
    }
    #gnb header .hdWrap > .mobile_nav .m_wrap{
        position: absolute;
        top: 0;
        left: 100%;
        width: 50%;
        height: 100%;
        background-color: #191919;
        padding: 20px 0;
        transition: all 0.2s ease-in-out;
    }
    #gnb header .hdWrap > .mobile_nav.active{
        left: 0;
        opacity: 1;
        z-index: 100;
    }
    #gnb header .hdWrap > .mobile_nav.active .m_wrap{
        left: 50%;
        z-index: 1000;
    }
    #gnb header .hdWrap > .mobile_nav .m_wrap .btn_close{
        width: 54px;
        line-height: 22px;
        background-color: #3a3a3a;
        color: #fff;
        border: none;
        border-radius: 3px;
        margin-left: 20px;
        margin-bottom: 50px;
        padding: 0;
        cursor: pointer;
    }
    #gnb header .hdWrap > .mobile_nav > .m_wrap > ul li{
        width: 100%;
    }
    #gnb header .hdWrap > .mobile_nav > .m_wrap > ul > li > a{
        display: inline-block;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 40px;
        color: #9b9b9b;
    }
    #gnb header .hdWrap > .mobile_nav > .m_wrap > ul > li > a > small {font-size: 12px;}
    #gnb header .hdWrap > .mobile_nav .m_wrap > ul > li:not(:first-of-type) > a:after{
        float: right;
        content: '>';
        font-size: 10px;
        transform: rotate(180deg) scaleY(2);
        transition: transform 0.2s ease-in;
    }
    #gnb header .hdWrap > .mobile_nav .m_wrap > ul > li > ol{
        display: none;
        padding: 30px;
        background-color: #080808;
        border-bottom: 2px solid #2398f2;
    }
    #gnb header .hdWrap > .mobile_nav .m_wrap > ul > li > ol > li a{
        display: inline-block;
        width: 100%;
        font-size: 14px;
        line-height: 36px;
        color: #9b9b9b;
    }

    /* active ë™ìž‘ */
    #gnb header .hdWrap > .mobile_nav .m_wrap > ul > li.active:not(:first-of-type) > a:after{
        transform: rotate(90deg) scaleY(2);
    }
    #gnb header .hdWrap > .mobile_nav .m_wrap > ul > li > ol > li:hover a{
        color: #2398f2;
    }
    #gnb header .hdWrap > .mobile_nav > .m_wrap > ul > li.active > a{
        color: #fff;
    }
    #gnb header .hdWrap > .mobile_nav .m_wrap > ul > li.active:not(:first-of-type) > a:after{
        color: #fff;
    }
    /* --- mobile nav Fin --- */

    #gnb header .hdWrap h1{
        /* position: absolute;
        left: 50%;
        transform: translateX(-50%); */
    }
    /*
    #gnb header .hdWrap h1 {
        padding: 4px 8px;
        background: #fff;
    }*/
    #gnb header .hdWrap h1 a{
        color: #fff;
        /* display: none; */
    }
    #gnb header .hdWrap h1 .logo{
        display: block;
        width: 126px;
        height: 25px;
        text-indent: -9999px;
        background: url("../images/logo.png") no-repeat center center;
        /*background: url("/admin/assets/img/lawpay.png") no-repeat center center;*/
        background-size: cover;
    }
    #gnb header .hdWrap .notice{
        display: none;
    }
    #gnb header .hdWrap .user p{
        display: none;
    }
    #gnb header .hdWrap .user button{
        width: 75px;
        height: 25px;
        border: 1px solid #d7d7d7;
        border-radius: 3px;
        background-color: #fff;
        color: #3f3f3f;
        font-size: 13px;
        padding: 0;
    }
    #gnb nav{
        display: none;
    }

    #gnb > .navigator{
        padding: 0 3.5%;
        font-size: 13px;
        color: #828282;
        line-height: 55px;
    }
    .user-wrapper{
        padding: 0 10px;
    }
    .user-wrapper .user li:first-child, .navigator .user li:first-child{
        margin-right: 10px;
    }
    /* header Fin */

    footer{
        position: fixed;
        width: 100%;
        bottom: 0;
        background-color: var(--color-purple);
        z-index: 1;
    }
    footer .ftWrap{
        width: 90%;
        margin: 0 auto;
        padding: 15px 0;
        line-height: 30px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        text-align: center;
    }
    footer .ftWrap p:last-of-type,
    footer .ftWrap p:last-of-type a{
        color: #fff;
        font-weight: 900;
    }
    footer .ftWrap p:not(:last-of-type),
    footer .ftWrap p:first-of-type a{
        color: #be9ebe;
        font-size: 13px;
    }
    footer .ftWrap:first-child p:first-of-type{font-size: 13px;}
    footer .ftWrap:last-child {
        flex-direction: column;
        height: auto;
    }
    footer .ftWrap:last-child .d-flex, footer .ftWrap:last-child .d-flex a {
        flex-direction: row;
        font-size: 12px;
        flex-wrap: wrap;
        letter-spacing: -0.08em;
    }
    footer .ftWrap p em {
        font-size: 8px;
        vertical-align: top;
        display: inline-block;
        color: #DDD;
    }
    footer .ftWrap:last-child p a,
    footer .ftWrap:last-child p a:hover,
    footer .ftWrap:last-child p a:visited {
        color: #FFF !important;
        font-weight: 400;
    }

    /* 투브플러스 제작 부분 */
    #gnb > .navigator .left {
        display: none;
    }

    #gnb > .navigator .user {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        padding: 10px 0;
    }
    #gnb header .hdWrap h1 .logo {
        display: block;
        background-size: cover;
    }

    #createPaymentfrm .board_regist_st01 col, #userModify .board_regist_st01 col, #customerGroupPop .board_regist_st01 col, #customerGroupPopModify .board_regist_st01 col, #pop_wrap_paymentReserve .board_regist_st01 col, .sendNotifyCustom .board_regist_st01 col, #frm .board_regist_st01 col {
        display: none;
    }
    #userModify .board_regist_st01 th, 
    #userModify .board_regist_st01 td,
    #frm .board_regist_st01 th,
    #frm .board_regist_st01 td{
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    #notifyFrm {
        overflow-x: scroll;
    }
    #notifyFrm  > div {
        min-width: 1600px;
    }
    #notifyFrm .searchBox03 .btn_b_search {
        min-width: 50px;
        max-width: 50px;
    }

    .kakao_wrapper .kakao_btn {
        position: fixed;
        top: 13px;
        left: 4%;
        z-index: 11;
    }
    .kakao_wrapper .kakao_btn img {
        width:100px;
    }
    /* footer fin */
    
}
/* @media screen and (min-width: 400px) and (max-width: 999px) */
@media screen and (max-width: 999px){
    #gnb{
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10;
    }
    #gnb header{
        background-color: var(--color-purple);
    }
    #gnb header .hdWrap{
        width: 93%;
        height: 55px;
        margin: 0 auto;
        padding: 15px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        box-sizing: border-box;
        position: relative
    }

    /* --- mobile nav --- */
    #gnb header .hdWrap > button{
        display: block;
        border: none;
        width: 24px;
        font-size: 16px;
        /*text-indent: -9999px;*/
        /*background: url(../images/hamberg.png) no-repeat center center;*/
        cursor: pointer;
        color: #fff;
        position: absolute;
        right: 0;
        z-index:99;
    }
    #gnb header .hdWrap > .mobile_nav{
        position: fixed;
        left: 100%;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
    }
    #gnb header .hdWrap > .mobile_nav .m_wrap{
        position: absolute;
        top: 0;
        left: 100%;
        width: 50%;
        height: 100%;
        background-color: var(--color-purple);
        padding: 20px 0;
        transition: all 0.2s ease-in-out;
    }
    #gnb header .hdWrap > .mobile_nav.active{
        left: 0;
        opacity: 1;
        z-index: 100;
    }
    #gnb header .hdWrap > .mobile_nav.active .m_wrap{
        left: 50%;
        z-index: 1000;
        overflow-y:scroll;
    }
    #gnb header .hdWrap > .mobile_nav .m_wrap .btn_close{
        width: 54px;
        line-height: 22px;
        background-color: var(--color-drak-blue);
        color: #fff;
        border: none;
        border-radius: 3px;
        margin-left: 20px;
        margin-bottom: 50px;
        padding: 0;
        cursor: pointer;
    }
    #gnb header .hdWrap > .mobile_nav > .m_wrap > ul li{
        width: 100%;
    }
    #gnb header .hdWrap > .mobile_nav > .m_wrap > ul > li > a{
        display: inline-block;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 40px;
        color: #ffffff;
    }
    #gnb header .hdWrap > .mobile_nav > .m_wrap > ul > li > a > small {font-size: 12px;}
    #gnb header .hdWrap > .mobile_nav .m_wrap > ul > li:not(:first-of-type) > a:after{
        float: right;
        content: '>';
        font-size: 5px;
        transform: rotate(180deg) scaleY(2);
        transition: transform 0.2s ease-in;
    }
    #gnb header .hdWrap > .mobile_nav .m_wrap > ul > li > ol{
        display: none;
        padding: 15px;
        background-color: var(--color-drak-blue);
        border-bottom: 2px solid #2398f2;
    }
    #gnb header .hdWrap > .mobile_nav .m_wrap > ul > li > ol > li a{
        display: inline-block;
        width: 100%;
        font-size: 14px;
        line-height: 36px;
        color: #fff;
    }

    /* active ë™ìž‘ */
    #gnb header .hdWrap > .mobile_nav .m_wrap > ul > li.active:not(:first-of-type) > a:after{
        transform: rotate(90deg) scaleY(2);
    }
    #gnb header .hdWrap > .mobile_nav .m_wrap > ul > li > ol > li:hover a{
        color: #2398f2;
    }
    #gnb header .hdWrap > .mobile_nav > .m_wrap > ul > li.active > a{
        color: #fff;
    }
    #gnb header .hdWrap > .mobile_nav .m_wrap > ul > li.active:not(:first-of-type) > a:after{
        color: #fff;
    }
    /* --- mobile nav Fin --- */

    #gnb header .hdWrap h1{
        display:block !important;
        position: absolute;
        text-align: center;
        width:100%;
    }
    #gnb header .hdWrap h1 a{
        /* display: none; */
        color:#fff;
        width: 126px;
        height: 25px;
        /* text-indent: -9999px;
        background: url("../images/logo.png") no-repeat center center; */
    }
    #gnb header .hdWrap h1 a:last-child{
        display:none;
    }
    #gnb header .hdWrap .notice{
        display: none;
    }
    #gnb header .hdWrap .user p{
        display: none;
    }
    #gnb header .hdWrap .user button{
        width: 75px;
        height: 25px;
        border: 1px solid #d7d7d7;
        border-radius: 3px;
        background-color: #fff;
        color: #3f3f3f;
        font-size: 13px;
        padding: 0;
    }
    #gnb nav{
        display: none;
    }

    #gnb > .navigator{
        padding: 0 3.5%;
        font-size: 13px;
        color: #828282;
        line-height: 55px;
    }
    /* header Fin */

    footer{
        position: initial;
        width: 100%;
        background-color: var(--color-purple);
        z-index: 1;
    }
    footer .ftWrap{
        width: 90%;
        margin: 0 auto;
        padding: 15px 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        justify-content: space-around;
        line-height: 30px;
    }
    footer .ftWrap p:last-of-type,
    footer .ftWrap p:last-of-type a{
        flex-wrap: wrap;
        color: #fff;
        font-weight: 900;
        letter-spacing: -0.08em;
    }
    footer .ftWrap p:not(:last-of-type){
        color: #a5beff;
    }
    footer .ftWrap:last-of-type p a{
        font-size: 14px;
    }
    footer .ftWrap:last-child p a, footer .ftWrap:last-child p a:hover, footer .ftWrap:last-child p a:visited {
        color: #fff;
    }
    footer .ftWrap p.d-flex{font-size: 13px;}

    /* 투브플러스 제작 부분 */
    #gnb > .navigator .left {
        display: none;
    }

    #gnb > .navigator .user {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        padding: 10px 0;
    }
    .kakao_btn .kakao_btn {
        position: absolute;
        bottom: auto;
        top: 0;
        left: 0;
        z-index: 10;
        width: fit-content;
        padding-right: 55px;
    }

    #gnb header .hdWrap h1 .logo {
        display: block;
        background-size: cover;
    }

    #createPaymentfrm .board_regist_st01 col, #userModify .board_regist_st01 col, #customerGroupPop .board_regist_st01 col, #customerGroupPopModify .board_regist_st01 col, #pop_wrap_paymentReserve .board_regist_st01 col, .sendNotifyCustom .board_regist_st01 col, #frm .board_regist_st01 col{
        display: none;
    }
    #userModify .board_regist_st01 th, 
    #userModify .board_regist_st01 td,
    #frm .board_regist_st01 th, #createPaymentfrm .board_regist_st01 th,
    #frm .board_regist_st01 td,  #createPaymentfrm .board_regist_st01 td{
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    #createPaymentfrm .list_table, #frm>.list_table#includeArea{
        overflow-x: auto;
    }
    #notifyFrm {
        overflow-x: scroll;
    }
    #notifyFrm  > div {
        min-width: 1600px;
    }
    #notifyFrm .searchBox03 .btn_b_search {
        min-width: 50px;
    }

    .kakao_wrapper .kakao_btn {
        position: fixed;
        top: 13px;
        left: 4%;
        z-index:11;
    }
    .kakao_wrapper .kakao_btn img {
        width:100px;
    }

    .user-wrapper-bg {position: relative;}
    .user-wrapper .user { 
        position: absolute;
        top:13px;
        right:5%;
    }

    /* footer fin */
}
@media screen and (min-width:1000px){
    #gnb{
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1001;
    }
    #gnb header{
        height: 55px;
        background-color: var(--color-purple);
    }
    #gnb header .hdWrap{
        width: 70.5%;
        max-width: 1340px;
        min-width: 1000px;
        /*max-height: 25px;*/
        height: 100%;
        margin: 0 auto;
        align-items: center;
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }
    #gnb header .hdWrap h1 {
        /*position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background: #ffffff;*/
        display: flex;
        align-items: center;
        column-gap: 6px;
    }
    #gnb header .hdWrap > button{
        display: none;
    }
    #gnb header .hdWrap > .mobile_nav{
        display: none;
    }
    /*
    #gnb header .hdWrap h1{
        background: #ffffff;
        padding: 4px 8px;
    }*/
    #gnb header .hdWrap h1 .logo{
        display: block;
        width: 126px;
        height: 25px;
        text-indent: -9999px;
        background: url("../images/logo.png") no-repeat center center;
        /*background: url("/admin/assets/img/lawpay.png") no-repeat center center;*/
        background-size: cover;
    }
    #gnb header .hdWrap h1 a {
        font-size: 14px;
        color: #fff;
        white-space: nowrap;
    }
    #gnb header .hdWrap .notice{
        width: 500px;
        color: #fff;
        display: flex;
        justify-content: space-between;
    }
    #gnb header .hdWrap .notice strong{
        float: left;
        line-height: 25px;
    }

    #gnb .user p{
        float: left;
        line-height: 25px;
        margin-right: 15px;
    }
    #gnb .user {
        display: flex;
        justify-content: space-between;
        padding: 10px 20px;
    }
    #gnb .user p .userName{
        font-weight: 700;
    }
    #gnb .user button{
        width: 75px;
        height: 25px;
        border: 1px solid #d7d7d7;
        border-radius: 15px;
        background-color: #fff;
        color: #3f3f3f;
        font-size: 13px;
    }
    #gnb .user li {
        display: flex;
        align-items: center;
    }
    #gnb .gnb{
        width: 58.5%;
        min-width: 850px;
        margin: 0 auto;
        border-bottom: 1px solid #dedede;
        display: flex;
        align-items: center;
    }
    #gnb .gnb ul{
        width: 68.5%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    #gnb .gnb ul > li{
        position: relative;
        border-bottom: 3px solid transparent;
        transition: all 0.2s ease-in-out;
    }
    #gnb .gnb ul > li > a{
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        line-height: 52px;
    }
    #gnb .gnb ul > li:hover{
        border-bottom: 3px solid var(--color-skyblue);
    }
    #gnb .gnb ul > li > a > small {font-size: 14px;}

    /*#gnb .gnb ul > li:not(:first-of-type):after{
        content: '';
        display: inline-block;
        margin-left: 5px;
        padding-bottom: 5px;
        width: 8px;
        height: 5px;
        background: url("../images/arrow.png") no-repeat center;
    }*/
    #gnb .gnb ul > li ol{
        display: none;
    }
    #gnb .gnb ul > li.active ol{
        display: block;
        position: absolute;
        top: 55px;
        left: -20px;
        /* width: 100%; */
        min-width: 130px;
        padding: 20px 15px;
        /* background-color: #b6a6d6; */
        background-color: var(--color-purple);
        border-radius: 3px;
        -webkit-box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, 0.1);
        /* box-sizing: border-box; */
        z-index: 1;
    }
    #gnb .gnb ul > li.active ol > li a{
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 30px;
        transition: all 0.2s ease-in-out;
        white-space: nowrap;
    }
    #gnb .gnb ul > li.active ol > li:hover a{
        color: #a5beff;
        text-decoration: none;
    }
    #gnb > .navigator{
        width: 58.5%;
        min-width: 1000px;
        margin: 0 auto;
        font-size: 13px;
        color: #828282;
        line-height: 55px;
        padding-left: 5px;
    }
    /* header Fin */

    footer{
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: var(--color-purple);
        z-index: 10;
    }
    footer .ftWrap{
        width: 100%;
        min-width: 570px;
        display: flex;
        flex-direction: row-reverse;
        column-gap: 15px;
        justify-content: center;
        line-height: 55px;
        font-size: 12px;
    }
    footer .ftWrap p:last-of-type,
    footer .ftWrap p:last-of-type a{
        color: #fff;
        font-weight: 500;
    }
    footer .ftWrap p:not(:last-of-type),
    footer .ftWrap p:first-of-type a{
        color: #a5beff;
        font-size: 12px;
    }
    footer .ftWrap p em {
        font-size: 8px;
        vertical-align: top;
        display: inline-block;
        color: #DDD;
    }
    footer .ftWrap:last-child {
        margin: 10px 0;
        line-height: 30px;
        height: 30px;
        font-size: 12px;
        flex-direction: row;
    }
    footer .ftWrap:last-child p a,
    footer .ftWrap:last-child p a:hover,
    footer .ftWrap:last-child p a:visited {
        color: #FFF !important;
        font-weight: 700;
    }
    /* footer fin */
}

.mobile-only {
    display: none !important;
}

@media screen and (max-width:1000px){
    .mobile-only {
        display: block !important;
    }
    .desktop-only {
        display: none !important;
    }
}

.d-flex {
    display: flex;
}