
*, *::before, *::after {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #f8f9fa !important;
    color: #192547;
    font-size: 13px;
}



/* 본문 전용 스크롤 컨테이너 */
/* === mina area === */
#root.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: calc(env(safe-area-inset-top, 0px) + var(--header-h));
    padding-top: calc(0px + constant(safe-area-inset-top));
    padding-top: calc(0px + env(safe-area-inset-top));
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* iOS 관성 스크롤 */
    display: flex;
    flex-direction: column;
    background: rgb(var(--color-color0));
    color: rgb(var(--color-color));
}



.hr {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
ul, li {
    list-style: none;
}
button {
    border: none;
    outline: none;
    background-color: inherit;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color:#192547;
    padding: 0;
    margin: 0;
}
:root {
    /* color */
    /* --color-main: #12641c; */
    --color-main: #192547;
    --color-mainsub: #FBCD48;
    --color-sub: #e3f8f8;
    --color-back: #f6f8fb;
    --color-back1: #eeeeee;
    --color-white: #ffffff;
    --color-black: #0D1013;
}
/* 특정 하이라이트 */
.search__word {
    font-weight: 700;
    color: #0064de;
}
/* // 특정 하이라이트 */


@keyframes search_list_none {
    0%, 100% {
        /* transform: scale(1); */
        background: #eeeeee;
    }
    50% {
        /* transform: scale(.96); */
        background: #eeeeee99;
    }
}

@media (min-width:1060px) {
    [class]._pc-hidden {
        display: none !important;
    }
}
@media (max-width:1060px) {
    [class]._mo-hidden {
        display: none !important;
    }
}


/* // 스크롤막기 */
.scrollLock { overflow: hidden; }



/* 검색없음 */
#search_error {
    width: 100%;
}
#search_error .search__error {
    padding: 50px 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#search_error .search__error .search__message {
    font-size: 13px;
    color: #555;
    text-align: center;
}
#search_error .search__error .error_icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/pages/header/images/search__message.svg) no-repeat center center;
    background-size: 40px;
    vertical-align: top;
    margin-bottom: 10px;
}
/* // 검색없음 */



/* 스크롤바의 폭 너비 */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    padding: 0 20px;
    margin-top: 10px;
}

::-webkit-scrollbar-thumb {
    background: #344767; /* 스크롤바 색상 */
    border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

::-webkit-scrollbar-track {
    background: #d9e1ef;  /*스크롤바 뒷 배경 색상*/
}


*._hidden {
    overflow: hidden;
    white-space: nowrap;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

/* // 스크롤막기 */
.scrollLock { overflow: hidden !important; }

@media (min-width:1060px) {
    .al-h {
        position: relative !important;
        width: 100% !important;
        /* min-height: 300px !important; */
        /* background: #192547 !important; */

        /* position: absolute; */
        /* top: 0;
        left: 0;
        right: 0; */
        height: 80px;
        border-radius: 0 0 30px;
        background: linear-gradient(310deg, #1670B5 11.1%, #2941B5 87.61%);
    }
    .h-header {
        position: absolute;
        top: 0;
        width: 100%;
    }
    .sidemenu {
        width: 250px;
        max-width: 250px;
        height: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        padding: 20px 0px 20px 20px;
    }
    .sidemenu .inner {
        background: #ffffff;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        box-shadow: 0 0 20px 0 rgba(136, 152, 170, 0.15);
        /* padding: 20px; */
        /* overflow: auto; */
        position: relative;
    }

    .sideli {
        height: calc(100% - 230px);
        overflow: auto;
    }




    .sideli::-webkit-scrollbar{
        display: none;
    }
    .sid-logo {
        height: 60px;
        display: flex;
        /* align-items: center; */
        align-items: flex-start;
        justify-content: flex-start;
        padding: 20px;
    }
    .sid-logo .logoa {
        display: block;
    }
    .sid-logo .logoa .imglogo {
        height: 40px;
    }
    .d_content.h-div {
        display: none;
    }



    .dmain {
        position: absolute;
        top: 0;
        left: 250px;
        width: calc(100% - 250px);
        /* margin-left: 250px; */
        padding: 20px;
        min-height: 100%;
        
    }




    .sidelidiv {
        min-height: 50%;
        padding: 20px;
    }
    .sidelidiv h6 {
        margin: 30px 0 20px;
    }

}
@media (max-width:1060px) {
    .al-h {
        position: relative !important;
        width: 100% !important;
        /* min-height: 300px !important; */
        /* background: #192547 !important; */

        /* position: absolute; */
        /* top: 0;
        left: 0;
        right: 0; */
        height: 50px;
        border-radius: 0 0 30px;
        background: linear-gradient(310deg, #1670B5 11.1%, #2941B5 87.61%);
    }
    .h-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 11;
    }
    .h-div {
        width: 100%;
        height: 50px;
        height: calc(50px + constant(safe-area-inset-top));
        height: calc(50px + env(safe-area-inset-top));
        background-color:transparent;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        transition: .5s;
    }
    .h-div.on {
        width: 100%;
        height: 50px;
        height: calc(50px + constant(safe-area-inset-top));
        height: calc(50px + env(safe-area-inset-top));
        background: #ffffff;
        box-shadow: 0px 0.5px 5px gray;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        transition: .5s;
    }
    .h-div * {
        color: #ffffff;
        fill: #ffffff;
        transition: .5s;
    }
    
    .h-div.on * {
        color: #192547;
        fill: #192547;
    }
    .dmain {
        position: absolute;
        top: 0px;
        width: 100%;
        padding-top: 50px;
        padding-top: calc(50px + constant(safe-area-inset-top));
        padding-top: calc(50px + env(safe-area-inset-top));
        /* padding: 20px; */
        min-height: 100%;

        overflow: hidden;
        padding-bottom: 50px;
    }
    .d_content {
        width: 100%;
        padding: 0 20px;
        padding-top: calc(0px + constant(safe-area-inset-top));
        padding-top: calc(0px + env(safe-area-inset-top));
    }

    .h-l_cont {
        display: flex;
        align-items: center;
        width: 110px;
    }
    .h-l_cont a {
        display: block;
    }
    .h-r_cont {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 110px;
    }
    .h-r_cont ul {
        display: flex;
        flex-direction: row;
    }
    .h-r_cont ul li {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }
    .h-r_cont ul li img {
        width: 100%;
        height: 100%;
    }
    #btn_side {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .h-r_cont ul li .icon {
        position: absolute;
        right: 0;
        /* top: 50%; */
        /* margin-top: -1px; */
        width: 20px;
        height: 2px;
        /* background: #192547; */
    }
    .iconsearch {
        background: url(/img/icon/icon_search.svg);
        width: 100%;
        height: 100%;
        top: 0;
        position: absolute;
        left: 0;
    }
    .btn_search {
        width: 100%;
        height: 100%;
        position: relative;
    }
    #btn_side.btn_side .icon:before, #btn_side.btn_side .icon:after {
        content: "";
        position: absolute;
        right: 0;
        top: -8px;
        width: 100%;
        height: 2px;
        background: #192547;
        transition: .2s;
    }
    .h-div #btn_side .icon, .h-div #btn_side .icon::before, .h-div #btn_side .icon::after {
        background: #fff;
        transition: .2s;
    }
    .h-div.on #btn_side .icon, .h-div.on #btn_side .icon::before, .h-div.on #btn_side .icon::after {
        background: #192547;
        transition: .2s;
    }
    #btn_side.btn_side .icon:after {
        top: 8px;
        transition: .2s;
    }


    .h-div .logo_title_img {
        background: url(/img/flowair_title-w.png) center center;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .h-div.on .logo_title_img {
        background: url(/img/flowair_title.png) center center;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }


    #btn_side.btn_side.on .icon:before, #btn_side.btn_side.on .icon:after {
        border-radius: 5px 0px 0px 5px;
        width: 80%;
        transition: .2s;
    }
    #btn_side.btn_side.on .icon:after {
        width: 80%;
        border-radius: 5px 0px 0px 5px;
        transition: .2s;
    }

    .icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        text-indent: -5000em;
    }


    .sidelidiv h6 {
        margin: 20px 0 10px;
    }


    .h-l_cont h1 {
        height: 100%;
        width: 100px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .h-l_cont .logo {
        height: 100%;
        width: 100%;
    }
    .h-l_cont h1 svg path {
        transform: scale(1, 0.9);
    }


    .sidemenu.-active {
       transform: translate(0%, 0%);
       transition: .5s;
       /* background: #ffffffe6; */
    }
    .sidemenu {
        width: 100%;
        max-width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        /* padding: 20px 0px 20px 20px; */
        z-index: 12;
        transform: translate(-100%, 0%);
        transition: .5s;
    }
    .sidemenu .inner {
        background: #ffffff;
        width: 60%;
        height: 100%;
        /* border-radius: 0 20px 20px 0; */
        box-shadow: 3px 0px 20px 0px rgba(136, 152, 170);
        /* padding: 20px; */
        position: absolute;
        z-index: 10;
        /* overflow: auto; */
        padding-top: calc(0px + constant(safe-area-inset-top));
        padding-top: calc(0px + env(safe-area-inset-top));
        
    }
    .sid-logo {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0px 20px 0 20px;
        box-shadow: 0 0.5px 0.5px gray;
    }
    .sid-logo .logoa {
        display: flex;
        height: 100%;
        align-items: center;
    }
    .sid-logo .logoa .imglogo {
        /* width: 100%; */
        height: 60%;
    }
    .sideli {
        width: 100%;
        width: 100%;
        height: calc(100% - 230px);
        overflow: auto;
        /* padding-top: 20px; */
    }
    .sideli::-webkit-scrollbar {
        display: none;
    }


    




}



@media (min-width:1060px) {
    .sidbtns {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        padding: 20px;
        height: 170px;
        position: absolute;
        width: 100%;
        bottom: 0;
        justify-content: flex-end;
    }
    .catbtn {
        box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
        width: 100%;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: #344767;
        color: #ffffff;
    }
    .catbtn.chat {
        background: #344767;
    }
    .catbtn.tell {
        background: #192547;
    }
    .catbtn+.catbtn {
        margin-top: 15px;
    }
    .sidbtns .contacts {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }
    .sidbtns .contacts img {
        width: 50px;
    }

    .ses_id {
        text-align: center;
        padding: 10px;
        background: #ffffff42;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }



    .sidemenuli {
        height: 50px;
        margin-bottom: 10px;
    }
    .sidemenuli.active {
        background: #c7d6ff;
        border-radius: 10px;
        font-weight: bold;
    }
    .sidemenuli a {
        display: flex;
        height: 100%;
        align-items: center;
    }
    .sidemenuli a .loicon {
        padding: 5px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sidemenuli a .loicon img,.sidemenuli a .loicon svg {
        width: 20px;
    }
    .sidemenuli a .lititle {
        width: calc(100% - 50px);
    }

}
@media (max-width:1060px) {
    .sidelidiv {
        padding: 20px 0 20px 20px;
        
    }
    .sidbtns {
        height: 170px;
        padding: 20px;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        position: absolute;
        width: 100%;
        bottom: 0;
        justify-content: flex-end;
        z-index: 100;
    }
    .catbtn {
        box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
        width: 100%;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: #344767;
        color: #ffffff;
    }
    .catbtn.chat {
        background: #344767;
    }
    .catbtn.tell {
        background: #192547;
    }
    .catbtn+.catbtn {
        margin-top: 15px;
    }
    .sidbtns .contacts {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }
    .sidbtns .contacts img {
        width: 50px;
    }

    .ses_id {
        display: none;
    }



    .sidemenuli {
        height: 50px;
        margin-bottom: 10px;
    }
    .sidemenuli.active {
        background: #c7d6ff;
        border-radius: 10px 0px 0px 10px;
        font-weight: bold;
    }
    .sidemenuli a {
        display: flex;
        height: 100%;
        align-items: center;
    }
    .sidemenuli a .loicon {
        padding: 5px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sidemenuli a .loicon img,.sidemenuli a .loicon svg {
        width: 20px;
    }
    .sidemenuli a .lititle {
        width: calc(100% - 50px);
    }


    .ses_id {
        text-align: center;
        /* padding: 10px; */
        background: #ffffff42;
        border-radius: 100%;
        width: 50px;
        height: 50px;
        font-size: 10px;
    }



}

.fil-section {
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 20px;
}

@media (min-width:1060px) {
    .head_title {
        color:#ffffff;
        text-align:center;
        font-weight: 700;
        font-size: 2.2rem;
        position: relative;
        margin: 0 auto;
        width: fit-content;
        border-bottom: 1px solid #ffffff;

        margin-top: 50px;
        margin-bottom: 30px;
    }
    .head_title a {
        color: #ffffff;
    }
    .head_title:after {
        content: "";
        position: absolute;
        bottom: 5px;
        right: -15px;
        width: 10px;
        height: 10px;
        background-color: #ffffff;
        border-radius: 50%;
    }
}
@media (max-width:1060px) {
    .head_title {

        color:#ffffff;
        text-align:center;
        font-weight: 700;
        font-size: 2rem;
        position: relative;
        margin: 0 auto;
        width: fit-content;
        border-bottom: 1px solid #ffffff;

        margin-top: 40px;
        margin-bottom: 30px;
    }
    .head_title a {
        color: #ffffff;
    }
    .head_title:after {
        content: "";
        position: absolute;
        bottom: 5px;
        right: -15px;
        width: 10px;
        height: 10px;
        background-color: #ffffff;
        border-radius: 50%;
    }
}

.head_title_b {
        
    color:#192547;
    text-align:center;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    margin: 0 auto;
    width: fit-content;
    border-bottom: 1px solid #192547;
    /* margin-top: 50px; */
    margin-bottom: 20px;
}
.head_title_b a {
    color: #192547;
}
.head_title_b:after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -15px;
    width: 10px;
    height: 10px;
    background-color: #192547;
    border-radius: 50%;
}



/* bottom_menus */
@media (min-width:1060px) {
    #bott_pops {
        position: fixed;
        bottom: 40px;
        right: 30px;
        z-index: 11;
        background: #ffffffe6;
        /* padding: 20px; */
        border-radius: 50%;
    }
    #bott_pops .pops {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .pops .btn_menus {
        position: absolute;
        display: block;
        width: 4rem;
        height: 4rem;
        border-radius: 100%;
        border: 0px;
        background: none rgb(25 37 71);
        transition: 0.3s ease-in-out;
        z-index: 1111;
        cursor: pointer;
        right: 0;
        bottom: 0;
    }
    .pops.active .btn_menus {
        background-color: rgb(127, 127, 127);
    }

    .pops .btn_menus::after {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 2rem;
        height: 0.2rem;
        margin-left: -1rem;
        transform: rotate(90deg);
        border-radius: 0.1rem;
        background-color: rgb(255, 255, 255);
        transition: 0.3s ease-in-out;
        content: "";
    }

    .pops .btn_menus::before {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 2rem;
        height: 0.2rem;
        margin-left: -1rem;
        border-radius: 0.1rem;
        background-color: rgb(255, 255, 255);
        transition: 0.3s ease-in-out;
        content: "";
    }

    .pops.active .btn_menus::before {
        transform: rotate(-135deg);
    }
    .pops.active .btn_menus::after {
        transform: rotate(-45deg);
    }

    .pops .btn_kakao {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4rem;
        height: 4rem;
        border-radius: 100%;
        border: 0px;
        /* background-color: rgb(127, 127, 127); */
        background-color: rgb(220 233 255);
        transition: 0.3s ease-in-out;
        z-index: 11;
        cursor: pointer;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
    .pops.active .btn_kakao {
        position: absolute;
        right: 0;
        bottom: 4.5rem;
    }
    .pops .btn_kakao a {
        /* display: flex;
        width: 100%;
        height: 100%;
        padding: 20px;
        align-items: center;
        justify-content: center; */
        display: flex;
        width: 100%;
        height: 100%;
        /* padding: 20px; */
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 50%;
        /* transition: 0.3s ease-in-out; */
        font-size: .8rem;
    }
    /* .pops.active .btn_kakao a:hover {
        display: flex;
        width: auto;
        height: 100%;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 0;
        position: absolute;
        right: 0;
        transition: 0.3s ease-in-out;
    } */
    .pops .btn_kakao img {
        height: 100%;
    }

    .pops .btn_estimate {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4rem;
        height: 4rem;
        border-radius: 100%;
        border: 0px;
        /* background-color: rgb(127, 127, 127); */
        background-color: rgb(220 233 255);
        
        transition: 0.3s ease-in-out;
        z-index: 11;
        cursor: pointer;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
    .pops.active .btn_estimate {
        position: absolute;
        right: 0;
        bottom: 9rem;
        /* border: 1px solid gray; */
    }
    .pops .btn_estimate a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 20px;
    }
    .pops .btn_estimate img {
        width: 100%;
    }





}
@media (max-width:1060px) {
    #bott_pops {
        position: fixed;
        bottom: 40px;
        right: 30px;
        z-index: 11;
        background: #ffffffe6;
        /* padding: 20px; */
        border-radius: 50%;
    }
    #bott_pops .pops {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .pops .btn_menus {
        position: absolute;
        display: block;
        width: 3rem;
        height: 3rem;
        border-radius: 100%;
        border: 0px;
        background: none rgb(25 37 71);
        transition: 0.3s ease-in-out;
        z-index: 11;
        cursor: pointer;
        right: 0;
        bottom: 0;
        border-radius: 50%;
    }
    .pops.active .btn_menus {
        background-color: rgb(127, 127, 127);
    }

    .pops .btn_menus::after {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 1.4rem;
        height: 0.2rem;
        margin-left: -.7rem;
        transform: rotate(90deg);
        border-radius: 0.1rem;
        background-color: rgb(255, 255, 255);
        transition: 0.3s ease-in-out;
        content: "";
    }

    .pops .btn_menus::before {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 1.4rem;
        height: 0.2rem;
        margin-left: -.7rem;
        border-radius: 0.1rem;
        background-color: rgb(255, 255, 255);
        transition: 0.3s ease-in-out;
        content: "";
    }

    .pops.active .btn_menus::before {
        transform: rotate(-135deg);
    }
    .pops.active .btn_menus::after {
        transform: rotate(-45deg);
    }

    .pops .btn_kakao {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3rem;
        height: 3rem;
        border-radius: 100%;
        border: 0px;
        /* background-color: rgb(127, 127, 127); */
        background-color: rgb(220 233 255);
        transition: 0.3s ease-in-out;
        z-index: 11;
        cursor: pointer;
        right: 0;
        bottom: 0;
        z-index: -1;
        border-radius: 50%;
        overflow: hidden;
    }
    .pops.active .btn_kakao {
        position: absolute;
        right: 0;
        bottom: 3.5rem;
    }

    .pops .btn_kakao a {
        display: flex;
        width: 100%;
        height: 100%;
        /* padding: 20px; */
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        overflow: hidden;
        /* transition: 0.3s ease-in-out; */
        font-size: .6rem;

    }
    /* .pops.active .btn_kakao a:hover {
        display: flex;
        width: auto;
        height: 100%;
        align-items: center;
        justify-content: flex-start;
        border-radius: 0;
        position: absolute;
        right: 0;
        border-radius: 50%;
        overflow: hidden;
    } */
    .pops .btn_kakao img {
        height: 100%;
    }



    .pops .btn_estimate {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3rem;
        height: 3rem;
        border-radius: 100%;
        border: 0px;
        /* background-color: rgb(127, 127, 127); */
        background-color: rgb(220 233 255);
        
        transition: 0.3s ease-in-out;
        z-index: 11;
        cursor: pointer;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
    .pops.active .btn_estimate {
        position: absolute;
        right: 0;
        bottom: 7rem;
        /* border: 1px solid gray; */
    }
    .pops .btn_estimate a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 13px;
    }
    .pops .btn_estimate img {
        width: 100%;
    }





}
/* // bottom_menus */





/* form */
/* // form */

/* form_inner */
.bundle {
    position: relative;
    width: 100%;
    margin: 20px 0;
}
.bundle.-bordered {
    border: 1px solid #d9dbe1;
    border-radius: 10px;
    padding: 20px;
}
.fieldset {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width:1060px) {
    .fieldset {
        flex-direction: column;
        gap: 20px;
    }
}
.fieldset + .fieldset {
    margin-top: 50px;
}
.fieldset__key {
    flex: 4;
    margin-bottom: 0;
    padding-right: 20px;
}
.fieldset__heading {
    font-size: 15px;
    line-height: 1.56;
    color: #000;
}
.fieldset__value {
    display: flex;
    flex-wrap: wrap;
    flex: 8;
}
.field {
    width: 100%;
}
.field+.field {
    margin-top: 40px;
}
.label {
    display: block;
    margin-bottom: .2rem;
    color: #767676;
    font-size: 13px;
    line-height: 1.58;
}
.required {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    position: relative;
    width: 5px;
    font-size: inherit;
    vertical-align: bottom;
}
.required:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #de001b;
}

.forms {
    position: relative;
}
.forms [type="text"], .forms [type="search"], .forms [type="password"], .forms [type="email"], .forms [type="date"], .forms [type="tel"], .forms [type="number"], .forms select, .forms textarea {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    display: block;
    opacity: 1;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    border: 0;
    border-bottom: 1px solid #192547;
    border-radius: 0;
    color: #000;
    font-size: 13px;
    line-height: 1.5;
    background: transparent;
    transition: border 0.2s 0.3s, color 0.2s 0.3s, box-shadow 0.2s 0.3s;
}
.forms .message {
    display: none;
    margin: 5px 0;
    color: #767676;
    font-size: 10px;
    line-height: 1.58;
}
.forms-option {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.forms-option {
    display: flex;
    flex-wrap: wrap;
    /* align-items: flex-start; */
    gap: 10px;
}
.forms-option .option {
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    margin: 0;
    padding: 8px 10px 10px;
    border-radius: 5px;
    background-color: #fff;
    color: #555;
    font-size: 13px;
    /* line-height: 1.58; */
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #767676;
}
.disabled, :disabled {
    color: #b1b3b5;
}
.forms [type=tel][readonly], .forms [type=text][readonly], .forms select[readonly], .forms textarea[readonly] {
    border-bottom-color: #e7eaf0;
}




._tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
    gap: 20px;
}
._tags_row {
    position: relative;
    /* padding: 0 10px 10px 0; */
}
._tags_row [type=checkbox], ._tags_row [type=radio] {
    opacity: 0;
    position: absolute;
    top: .2rem;
    left: 0;
    width: 1.1rem;
    height: 1.1rem;
    border: 0;
}
._tags_row label {
    display: inline-block;
    position: relative;
    padding-left: 1.8rem;
    color: #555;
    font-size: 12px;
    line-height: 1.58;
    text-indent: 0;
    word-break: break-word;
}
._tags_row [type=checkbox]~label:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: .2rem;
    left: 0;
    width: 1.1rem;
    height: 1.1rem;
    border: 1px solid #192547;
    border-radius: .2rem;
    background-size: 11px 9px;
}
._tags_row [type=checkbox]:checked~label:before {
    background: #192547 url(/img/icon/ico-checkbox.svg) no-repeat 50% 50%;
}


.fieldset__value .label {
    display: block;
    margin-bottom: 0.2rem;
    color: #767676;
    /* color: #000; */
    font-size: 13px;
    font-weight: 500;
    line-height: 1.58;
}
.helper {
    display: block;
    margin-top: 0.2rem;
    color: #555;
    font-size: 12px;
    line-height: 1.58;
}


.file__type {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
}
.file__type-name {
    flex: 1;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    margin-right: 2rem;
    height: 4rem;
    line-height: 4rem;
    border-bottom: 1px solid #192547;
    transition: padding .2s, border .2s, background .2s, color .2s, box-shadow .2s;
}
.file_options {
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    margin: 0;
    padding: 5px 15px 5px;
    border: 1px solid #767676;
    border-radius: 5px;
    background-color: #fff;
    color: #555;
    font-size: 13px;
    line-height: 1.58;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #555;
}
.file__type [type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    min-width: 100%;
    height: 100%;
    outline: 0;
    opacity: 0;
}








/* // form_inner */























/* form_buttons */
#ke-button-group .confirms.-half {
    display: flex;
    justify-items: flex-start;
    justify-content: center;
    gap: 10px;
    margin: 40px 0;
}
#ke-button-group .confirm {
    display: inline-block;
    margin: 0;
    padding: 10px 40px;
    width: auto;
    min-height: 30px;
    border: 1px solid #192547;
    border-radius: 10px;
    background-color: #192547;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.58;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}
#ke-button-group .confirm.-ghost {
    background-color: #ffffff;
    color: #192547;
}
/* // form_buttons */




/* tabs */
.ux_menu_bar__list {
    margin: 20px 0;
    display: flex;
    gap: 10px;
}
.ux_menu_bar__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 30px;
    background-color: rgb(217, 217, 217);
    text-decoration: none;
    border-radius: 50px;
    font-size: 13px;
    line-height: 1.5;
    color: rgb(51, 51, 51);
    white-space: nowrap;
}
.-active .ux_menu_bar__link {
    background-color: rgb(5, 23, 102);
    color: rgb(255, 255, 255);
    font-weight: 700;
}
/* // tabs */

.list_write {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.list_write .list_write_link {
    font-size: 13px;
    position: relative;
    color: #555;
    text-decoration: none;
    position: relative;
    display: inline-block;
    align-self: end;
}
.list_write .list_write_link:after {
    content: "";
    width: 100%;
    height: 6px;
    display: inline-block;
    background: #8be0f8;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: .2s all;
}




/* 링크 */
.link {
    display: inline-block;
    border: 0;
    background: none transparent;
    color: #767676;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-indent: 0;
}
.link.-inner:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 0;
    background: url(/pages/header/images/ico-link-inner.svg) no-repeat center center;
    background-size: 16px 16px;
    vertical-align: -5px;
}
/* // 링크 */









/* 테이블 */


/* tabel */
table {
    border-collapse: collapse;
}
th {
    text-align: inherit;
}
.list_box {
    overflow-x: scroll;
    overflow-y: hidden;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}
.list_tabel {
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    line-height: 21px;
    border-spacing: 0;
}
.table__thead {
    background: #F8F8F8;
}
.table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    /* height: 60px; */
    font-weight: 400;
}
.tabel_thead_cell {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #F8F8F8;
    font-size: 13px;
    cursor: pointer;
}
.list_box .table__head-number {
    width: 40px;
}
.list_box .table__head-selection {
    width: 60px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 3;
}
.list_box .table__head-storeName {
    width: 257px;
}
@media (min-width:1060px) {
    .list_box .table__head-number {
        width: 40px;
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 3;
    }
    .list_box .table__head-selection {
        width: 80px;
        position: -webkit-sticky;
        position: sticky;
        left: 40px;
        z-index: 3;
    }
    .list_box .table__head-storeName {
        width: 300px;
        position: -webkit-sticky;
        position: sticky;
        left: 120px;
        z-index: 3;
    }
}
.list_box .table__head-active {
    width: 99px;
}
.list_box .table__head-insertdate {
    width: 100px;
}
.list_box .table__head-desc {
    width: 100px;
}
.list_box .table__head-edit {
    width: 150px;
}
.list_box .table__head-100 {
    width: 100px;
}
.list_box .table__head-150 {
    width: 150px;
}
.list_box .table__head-200 {
    width: 200px;
}
.list_box .table__head-250 {
    width: 250px;
}



.list_box .table__head-user_idx {
    width: 80px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 3;
}
.list_box .table__head-info_id {
    width: 150px;
    /* position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 3; */
}
.list_box .table__head-info_name {
    width: 100px;
}
.list_box .table__head-info_phone {
    width: 150px;
}

.list_box .table__body-cell {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 8px;
    background-color: #FFFFFF;
    height: inherit;
}


.kHDiSD {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* -webkit-text-decoration: underline; */
    /* text-decoration: underline; */
    cursor: pointer;
}
.kHDiSD .link-to {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
    color: #00a7f6;
    cursor: pointer;
    -webkit-text-decoration-color: #00a7f6;
    text-decoration-color: #00a7f6;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.bzNRVU {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.mediawrap {
    aspect-ratio: 16 / 9;
    max-height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;

    background-color: #ecedf0;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
}
.mediawrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.mediawrap .nonethumb {
    width: 100%;
    height: 100%;
    position: relative;
}
.mediawrap .nonethumb svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}


.bzNRVU_ov {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.active_toogle {
    width: 40px;
    height: 24px;
}
.active_toogle {
    margin: 0;
    padding: 0;
    color: #4d4d4d;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 44px;
    height: 22px;
    line-height: 20px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, .25);
    border: 1px solid transparent;
    border-radius: 100px;
    cursor: pointer;
    transition: all .36s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.active_toogle.-active {
    background-color: #00a7f6;
}
.active_toogle_inner {
    display: block;
    margin-right: 24px;
    margin-left: 6px;
    color: #fff;
    font-size: 12px;
    
}
.active_toogle .active_toogle_inner:after {
    position: absolute;
    top: 1px;
    left: 2px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 18px;
    cursor: pointer;
    transition: all .36s cubic-bezier(.78,.14,.15,.86);
    content: ' ';
}
.active_toogle.-active .active_toogle_inner:after {
    position: absolute;
    top: 1px;
    left: auto;
    right: 2px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 18px;
    cursor: pointer;
    transition: all .36s cubic-bezier(.78,.14,.15,.86);
    content: ' ';
}
/* .sp_date {
    color: #555;
} */

.edit_btn {
    display: flex;
    padding: 3px 15px;
    border-radius: 5px;
    color: #00a7f6;
    border: 1px solid #00a7f6;
    font-size: 12px;
    width: fit-content;
}
.view_btn {
    display: flex;
    padding: 3px 15px;
    border-radius: 5px;
    color: #12641c;
    border: 1px solid #12641c;
    font-size: 12px;
}
.del_btn {
    display: flex;
    padding: 3px 15px;
    border-radius: 5px;
    color: #e22929;
    border: 1px solid #e22929;
    font-size: 12px;
}
.option_btn + .option_btn {
    margin-left: 5px;
}
.edit_btn.-del {
    color: #e22929;
    border: 1px solid #e22929;
}
/* // tabel */
/* // 테이블 */

























/* 검색바 */
.nknl_board__search__nWvrh {
    margin: 0 0 20px;
    padding: 30px 20px;
    border: 1px solid #d9dbe1;
    display: flex;
    border-radius: 10px;
    gap: 10px;
}
.h3 {
    margin: 20px 0 5px;
    color: #000;
    font-weight: 700;
    font-size: 15px;
}
.nknl_board__keyword__WuPxT {
    flex: 1;
    margin-top: 0;
    margin-left: 30px;
}
@media (max-width:1060px) {
    .nknl_board__search__nWvrh {
        flex-direction: column;
    }
    .nknl_board__keyword__WuPxT {
        flex: 1;
        margin-top: 10px;
        margin-left: 0;
    }
}
.label {
    display: block;
    margin-bottom: 5px;
    color: #767676;
    font-size: 12px;
    line-height: 1.58;
}
.forms-button {
    display: flex;
    align-items: flex-end;
    text-align: left;
    gap: 15px;
}
.forms-button .forms {
    flex: 1;
}
.forms {
    position: relative;
    flex: 1;
}
.forms [type="text"], .forms [type="search"], .forms [type="password"], .forms [type="email"], .forms [type="tel"], .forms [type="number"], .forms [type="datetime-local"], .forms select, .forms textarea {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    display: block;
    opacity: 1;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    border: 0;
    border-bottom: 1px solid #192547;
    border-radius: 0;
    color: #000;
    font-size: 13px;
    line-height: 1.5;
    transition: border 0.2s 0.3s, color 0.2s 0.3s, box-shadow 0.2s 0.3s;
    background: transparent;
}

.forms select {
    padding-right: 30px;
    background:  url(/img/icon/ico-select.svg) no-repeat right center;
    background-size: 24px 24px;
}
.option {
    display: inline-block;
    min-width: 100px;
    /* min-height: 40px; */
    height: 40px;
    margin: 0;
    padding: 0;
    border: 1px solid #0064de;
    border-radius: 10px;
    background-color: #fff;
    color: #0064de;
    font-size: 13px;
    line-height: 1.58;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.option.-ghost {
    border-color: #767676;
    color: #555;
}

.button {
    display: inline-block;
    min-width: 90px;
    margin: 0;
    min-height: 40px;
    padding: 5px 10px;
    border: 0;
    border-radius: 5px;
    background-color: #fff;
    color: #192547;
    border: 1px solid #192547;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.58;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    appearance: none;
}

.totla_text {
    font-size: 13px;
    font-weight: 400;
    color: #767676;
    margin-bottom: 5px; 
}
/* // 검색바 */










/* ke-flow-modal */
/* .modal_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 115000;
}
.modal_wrap.-active {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width:1060px) {
    .modal_wrap.-active {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
}
.modal_contents {

}
.modal_wrap .modal_contents {
    display: inline-block;
    overflow-y: auto;
    position: relative;
    padding: 0;
    outline: 0;
    background-color: #fff;
    border-radius: 10px;
}
.modal_wrap .modal_contents_head {
    position: sticky;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    top: 0;
    background: #fff;
    z-index: 10;
}
.modal_wrap .modal_contents_head_title {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}
@media (min-width: 1060px) {
    .modal_wrap .modal_contents {
        width: 400px;
        min-width: 500px;
        max-width: 400px;
        max-height: 800px;
    }
    .modal_wrap .modal_contents.-forms_forms {
        width: 700px;
        min-width: 700px;
        max-width: 400px;
        max-height: 800px;
    }
}
@media (max-width: 1060px) {
    .modal_wrap .modal_contents {
        min-width: 100%;
        max-width: 100%;
        max-height: 80%;
    }
}
.modal_wrap .modal_contents_inner {
    padding: 20px;
}
.modal_wrap .modal_contents .modal__close {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    position: absolute;
    top: 13px;
    right: 20px;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 10px;
    background: url(/pages/header/images/dialog__close.svg) no-repeat 50% 50%;
    background-size: 24px 24px;
    text-indent: 100%;
    cursor: pointer;
    font-size: 0;
}
.modal_contents::-webkit-scrollbar {
    display: none;
} */
/* // ke-flow-modal */






/* 팝업레이어 */
.popup_layer {
    display: none;
}
.popup_layer.-active {
    display: none;
    position: fixed;
    z-index: 10000;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: #0000000a;
    border: 1px solid #eee;
}
.popup_layer_content {
    position: relative;
}
.popup_layer_content_inner {
    position: absolute;
    left: 10px;
    top: 10px;
    min-width: 300px;
    box-shadow: 0 0 16px 4px rgba(136, 152, 170, 0.15);
}
.popup_layer_img {
    width: auto;
    height: auto;
    max-width: 450px;
    max-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.popup_layer_img img {
    width: 100%;
    height: auto;
}
.popup_layer_option {
    display: flex;
    justify-content: space-between;
    background: #000;
    color: #fff;
    padding: 5px 5px;
    font-size: 13px;
}
.popup_layer__text {
    cursor: pointer;
    font-size: 13px;
}
.popup_layer__close {
    cursor: pointer;
    font-size: 13px;
    color: #fff;
}
/* // 팝업레이어 */













/* 테이블 */

/* table */
.ux-table-wrapper {
    position: relative;
}
table {
    width: 100%;
}
.ux-table {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid var(--color-main);
    overflow-x: scroll;
}
.ux-table .ux-tbody  {
    cursor: pointer;
}
.-hover.ux-table .ux-tbody:hover .ux-tbody__td {
    background-color: #f7f7f7;
}
.-hover.ux-table .ux-tbody:hover .ux-tbody__td.-line {
    text-decoration: underline;
}


/* 스크롤안내 */
.ux-table .scroll-hint {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}
.ux-table .scroll-hint.-active {
    z-index: -1;
    opacity: 1;
    background: rgba(0, 0, 0, .3);
}
.ux-table .scroll-hint span {
    width: 40px;
    height: 40px;
    background: var(--color-sub);
    border-radius: 50px;
    box-shadow: 0 0 5px #0000001a;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ux-table .scroll-hint svg, .ux-table .scroll-hint img {
    width: 100%;
    height: 100%;
}
/* // 스크롤안내 */


.ux-table table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    empty-cells: show;
}
.ux-table caption {
    overflow: hidden;
    white-space: nowrap;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    margin: 0 0 -1px;
    padding: 0;
    border: 0;
}
.ux-table .ux-thead__th {
    padding: 15px 10px;
    background-color: var(--color-back);
    border-bottom: 1px solid #d9d9d9;
    color: var(--color-main);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    word-wrap: break-word;
    text-align: left;
}
.ux-table .ux-thead__th.-center {
    text-align: center;
}
.ux-table .ux-thead__th.-bold {
    font-weight: 700;
}
.ux-table .ux-tbody__td {
    padding: 15px 10px;
    border-bottom: 1px solid #d9d9d9;
    color: var(--color-main);
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
    word-wrap: break-word;
}
.ux-table .-disabled .ux-tbody__td {
    background: #fff;
    color: #5e5e5e;
}


/* table-forms */
form .ux-table .ux-tbody__td {
    padding: 0;
    background-color: var(--color-sub);
}
form .ux-table .ux-tbody__td input, form .ux-table .ux-tbody__td textarea, form .ux-table .ux-tbody__td select {
    width: 100%;
    height: 50px;
    outline: 0;
    border: 0;
    resize: none;
    background-color: transparent;
}
form input::placeholder, form textarea::placeholder, form select:disabled, form select option[disabled]  {
    color: #515151 !important;
}
/* -error */
form .ux-table .ux-tbody__td input.-error, form .ux-table .ux-tbody__td textarea.-error, form .ux-table .ux-tbody__td select.-error {
    border: 2px solid #ff0000;
}
form .ux-table .selection {
    position: relative;
    width: 100%;
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 5px;
}
form .ux-table .selection .chkBox {
    position: relative;
}
@media (max-width:1060px) {
    form .ux-table .selection .chkBox {
        width: 100%;
    }
}
form .ux-table input[type=checkbox], input[type=radio] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 0;
    margin: 0;
}
form .ux-table .selection .label {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    color: #555;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.58;
    text-indent: 0;
    word-break: break-word;
}
form .ux-table .selection [type=checkbox]:checked~label {
    color: var(--color-main);
}
form .ux-table .selection [type=checkbox]~label:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #555;
    border-radius: 3px;
    background-size: 11px 9px;
}
form .ux-table .selection [type=checkbox]:checked~label:before {
    border: 1px solid var(--color-main);
    background: var(--color-main) url(/pages/header/images/ico-checkbox.svg) no-repeat 50% 50%;
}
/* // table-forms */

/* forms-images */
.field .field-imgbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
@media (min-width:1060px) {
    .field .field-imgbox {
        flex-direction: row;
    }
}
.field .field-imgbox .field-imgitme {
    width: 100%;
    max-width: 200px;
    height: 180px;
    background-color: var(--color-sub);
    border-radius: 10px;
    /* overflow: hidden; */
    position: relative;
}
@media (min-width:1060px) {
    .field .field-imgbox .field-imgitme {
        width: 33%;
    }
}
.field .field-imgbox .field-imgitme input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    min-width: 100%;
    height: 100%;
    outline: 0;
    opacity: 0;
}
.field .field-imgbox .field-imgitme img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    transition: all .4s;
    object-fit: cover;
    border-radius: 10px;
}
.field .field-imgbox .field-imgitme label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.field .field-imgbox .field-imgitme label:hover {
    box-shadow: 0 0 10px #0000001a;
}
/* // forms-images */



.ux-table .ux-tbody__td.-head {
    padding: 15px 10px;
    background-color: var(--color-sub);
    border-bottom: 1px solid #d9d9d9;
    color: var(--color-main);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    word-wrap: break-word;
    text-align: left;
}
.ux-table .ux-tbody__td.-center {
    text-align: center;
}
.ux-table .ux-tbody__td.-bold {
    font-weight: 700;
}
.ux-table .ux-tbody__td span.-innertxt {
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}
@media (min-width:1060px) {
    .ux-table .ux-tbody__td span.-innertxt {
        -webkit-line-clamp: 1;
    }
}
@media (min-width:1060px) {
    .ux-table .ux-tbody__td span br {
        display: none;
    }
}
/* // table */








/* button-group */
#ke-button-group .confirms {
    margin: 40px 0;
}
#ke-button-group .confirms.-half {
    display: flex;
    justify-items: flex-start;
    justify-content: center;
    gap: 10px;
    margin: 40px 0;
}
#ke-button-group .confirm {
    display: inline-block;
    margin: 0;
    padding: 10px 40px;
    width: auto;
    min-height: 30px;
    border: 1px solid var(--color-main);
    border-radius: 10px;
    background-color: var(--color-main);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.58;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
#ke-button-group .confirm.-ghost {
    background-color: #ffffff;
    color: var(--color-main);
}
/* // button-group */

/* //테이블 */















.admmainalert-popup[_adv-main-alert] {
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 50px 20px;
}
.admmainalert-popup[_adv-main-alert].-active {
    display: block;
}
.admmainalert-pop_wrap[_adv-main-alert] {
    display: flex;
    justify-content: center;
    height: 100%;
}
.admmainalert-popup__box[_adv-main-alert] {
    width: 100%;
    max-width: 500px;
    max-height: 500px;
    display: flex;
    flex-direction: column;
    margin: auto 0;
    background: #fff;
    text-align: center;
    padding: 50px 40px 40px;
    font-family: 'NotoSansKR';
    font-weight: 400;
    border-radius: 10px;
    position: relative;
}
@media (max-width: 1060px) {
    .admmainalert-popup__box[_adv-main-alert] {
        padding: 45px 15px 20px;
    }
}
.admmainalert-pop__close[_adv-main-alert] {
    position: absolute;
    top: 20px;
    right: 20px;
}
.admmainalert-pop__icon[_adv-main-alert] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    color: rgb(var(--color-color1));
}
.admmainalert-pop__icon[_adv-main-alert] span {
    font-size: 10px;
    font-weight: 400;
}
.admmainalert-popup__title[_adv-main-alert] {
    font-size: 22px;
    line-height: 1.55;
    margin-top: 20px;
    font-weight: 700;
    color: rgb(var(--color-color1));
    overflow: auto;
}
.admmainalert-btn__box[_adv-main-alert] {
    display: flex;
    gap: 15px;
}
.admmainalert-popup_btn[_adv-main-alert] {
    width: 100%;
    line-height: 48px;
    background: rgb(var(--color-color3));
    border-radius: 50px;
    font-size: 14px;
    color: rgb(var(--color-color1));
    margin-top: 30px;
    transition: all 0.2s;
}
.admmainalert-popup_btn[_adv-main-alert].-close {
    background: rgb(var(--color-white));
    border: 2px solid rgb(var(--color-color1));
    color: rgb(var(--color-color1));
}
.admmainalert-000000[_adv-main-alert] {
    
}
.admmainalert-000000[_adv-main-alert] {
    
}







