/****  qp.css custom ****/
:root {

}
a {
    color:unset;
    text-decoration: none;;
}

body {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*font-family:'Noto Sans KR','Segoe UI',Helvetica,Arial,sans-serif;*/
}
body:not(.empty-layout) {
    background-color: #f5f8fa;
}
.qp-alert{
    position:absolute;
    min-width:200px;
    /* bottom:20px; */
    left:20px;
    z-index:9;
    /* transition: all 2s; */
    display:none
}
.logo{
    font-size:25px;
}

#content-wrap {
    flex: 1 0 auto;
}


#header {
    background-color: #fff;
    color:#000;
    box-shadow: 0px 10px 30px 0px rgb(82 63 105 / 5%);
    padding:15px 0px;
}

#footer {
    padding:10px 0px;
    flex-shrink: 0; /* ~ footer를 항상 바탁에 있도록 하기 위하여 */
}

#menu a,
#menu-membership a,
#mobile-menu a{
    margin-left:20px;
    font-weight:bold;
}
#menu a:hover,
#menu-membership a:hover{
    font-weight:bold;
}
#mobile-menu{
    position:fixed;
    display:none;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow: auto;
    background:rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    /* border-left:1px solid silver; */
    z-index:998;
}
#mobile-menu-body{
    position:fixed;
    display:none;
    top:0;
    right:0;
    width:80%;
    background:#ffffff;
    height:100%;
    text-align:left;
    /* border-left:1px solid silver; */
    overflow-y:scroll;
    overflow-x:hidden;
    z-index:999;
    /* padding:15px; */
}
div.selected {
     outline : 4px solid var(--xred);
}
button.selected {
    background-color : var(--red);
    color : #fff;
}
.template-item{
    position:relative;
}
.template-item-ui{
    visibility: hidden;
    opacity:0;
    background-color:rgba(26, 140, 255, 0.25);;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    transition: all .2s ease-in;
}
.template-item:hover .template-item-ui{
    visibility: visible;
    opacity:1;
}
/* qpf : qpress framework */
.qpf-modal-wrap {
    z-index: 3;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-left: var(--space);
    padding-right: var(--space);
    display: flex;
    justify-content: center;
    align-items: center;
}
.qpf-modal-body {
    /* margin: 0 auto; */
    width:80%;
    /* max-width: 750px; */
    background: #fff;
    position: relative;
    box-shadow: 2px 2px 5px #6E6E6E;
    border-radius: var(--default-radius);
    overflow: hidden;
    padding:16px;
}
.qpf-modal-closer{
    position:absolute;
    top:10px;
    right:10px;
}

.qp-modal-header a,
.qp-modal-header button {
    padding:5px 10px!important;
    margin:5px;
}
.warning-msg {
    position:absolute;
    display:block;
    color:var(--xred);
    background-color:var(--redx);
    padding:5px;
    font-size:11px;
    z-index:2;
}
.page-edit-btn {
    position: fixed!important;
    bottom: 10px;
    right: 10px;
    z-index: 999999999;
}
/*** qp.css custom **/
.as-card {
    background-color: #fff!important;
    box-shadow : 0px 0px 35px 0px rgba(154, 161, 171, 0.15) !important;
}

/**** util **/
.np-align {
    margin-top:-4px;
}
.np-align>* {
    margin-top:5px;
}




/*********************강조 버튼*********************/

.clear {
    clear: both;
}


a.button {
    display: flex;
    position: relative;
    float: none;

    padding: 10px 20px;
    margin: 10px 20px 10px 10px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    border-radius: 5px;
    transition: all 0.2s ;
}

.btnBlueGreen {
    background: #00AE68;
}

.btnLightBlue {
    background: #008080;
}

.btnOrange {
    background: #FFAA40;
}

.btnPurple {
    background: #A74982;
}

/* FADE */
.btnFade.btnBlueGreen:hover {
    background: #21825B;
}

.btnFade.btnLightBlue:hover {
    background: #01939A;
}

.btnFade.btnOrange:hover {
    background: #FF8E00;
}

.btnFade.btnPurple:hover {
    background: #6D184B;
}

/* 3D */
.btnBlueGreen.btnPush {
    box-shadow: 0px 5px 0px 0px #007144;
}

.btnLightBlue.btnPush {
    box-shadow: 0px 5px 0px 0px #005960;
}

.btnOrange.btnPush {
    box-shadow: 0px 5px 0px 0px #A66615;
}

.btnPurple.btnPush {
    box-shadow: 0px 5px 0px 0px #6D184B;
}

.btnPush:hover {
    margin-top: 15px;
    margin-bottom: 5px;
}

.btnBlueGreen.btnPush:hover {
    box-shadow: 0px 0px 0px 0px #007144;
}

.btnLightBlue.btnPush:hover {
    box-shadow: 0px 0px 0px 0px #1E8185;
    color : #fff;
}

.btnOrange.btnPush:hover {
    box-shadow: 0px 0px 0px 0px #A66615;
}

.btnPurple.btnPush:hover {
    box-shadow: 0px 0px 0px 0px #6D184B;
}

/* BORDER */
.btnBlueGreen.btnBorder {
    box-shadow: 0px 0px 0px 0px #21825B;
}

.btnBlueGreen.btnBorder:hover {
    box-shadow: 0px 0px 0px 5px #21825B;
}

.btnLightBlue.btnBorder {
    box-shadow: 0px 0px 0px 0px #01939A;
}

.btnLightBlue.btnBorder:hover {
    box-shadow: 0px 0px 0px 5px #01939A;
}

.btnOrange.btnBorder {
    box-shadow: 0px 0px 0px 0px #A66615;
}

.btnOrange.btnBorder:hover {
    box-shadow: 0px 0px 0px 5px #A66615;
}

.btnPurple.btnBorder {
    box-shadow: 0px 0px 0px 0px #6D184B;
}

.btnPurple.btnBorder:hover {
    box-shadow: 0px 0px 0px 5px #6D184B;
}

/* FLOAT */
.btnFloat {
    background: none;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.btnFloat:before {
    content: 'Float';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 50px;
    border-radius: 5px;
    transition: all 0.2s ;
}

.btnBlueGreen.btnFloat:before {
    background: #00AE68;
}

.btnLightBlue.btnFloat:before {
    background: #5DC8CD;
}

.btnOrange.btnFloat:before {
    background: #FFAA40;
}

.btnPurple.btnFloat:before {
    background: #8D336A;
}


.btnFloat:before {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
}

.btnFloat:hover:before {

}

.btnFloat:hover:before {
    margin-top: -2px;
    margin-left: 0px;
    transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.25);
}

/* SLIDE */
.btnSlide.btnBlueGreen {
    background: 0;
}

.btnSlide .top {
    position: absolute;
    top: 0px;
    left: 0;
    width: 120px;
    height: 50px;
    background: #00AE68;
    z-index: 10;
    transition: all 0.2s ;
    border-radius: 5px;
}

.btnSlide.btnBlueGreen .top {
    background: #00AE68;
}

.btnSlide.btnLightBlue .top {
    background: #5DC8CD;
}

.btnSlide.btnOrange .top {
    background: #FFAA40;
}

.btnSlide.btnPurple .top {
    background: #A74982;
}

.btnSlide .bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 50px;
    color: #000;
    z-index: 5;
    border-radius: 5px;
}

.btnSlide:hover .top {
    top: 40px;
}
