@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

/* reset */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    border:none;
    /*font-family:'Noto Sans KR';*/
    /*font-weight:400;*/
    /*font-size:16px;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
input:focus{
    outline:none;
}
textarea {
    resize: none;
}
textarea:focus {
    outline:none;
}
button {
    font-family:'NanumSquare', sans-serif;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    cursor:pointer;
}
.blind {position:absolute; top:-9999px;}


/* base */

body {
    font-family:'NanumSquare', sans-serif !important;
    margin:0;
    padding:0;
    color:#fff;
    background:#32353E;
    font-size:13px;
    overflow-x:auto;
    overflow-y:auto;
}
html {width:100%; height:100%; }
/*body {
    /* width:100%;
    height:100vh;
    overflow: auto;
	font-size:14px;
	font-family:'NanumSquare', sans-serif;
	color:#fff;
    background:#32353E;
    /* overflow-y:auto;
}*/
@font-face {
    font-family: 'NanumSquare';
    font-weight: 400;
    src: url(../font/NanumSquareR.eot);
    src: local('☺'),
    url(../font/NanumSquareR.eot?#iefix) format('embedded-opentype'),
    url(../font/NanumSquareR.woff) format('woff'),
    url(../font/NanumSquareR.ttf) format('truetype');
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: 700;
    src: url(../font/NanumSquareB.eot);
    src: local('☺'),
    url(../font/NanumSquareB.eot?#iefix) format('embedded-opentype'),
    url(../font/NanumSquareB.woff) format('woff'),
    url(../font/NanumSquareB.ttf) format('truetype');
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: 800;
    src: url(../font/NanumSquareEB.eot);
    src: local('☺'),
    url(../font/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
    url(../font/NanumSquareEB.woff) format('woff'),
    url(../font/NanumSquareEB.ttf) format('truetype');
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: 300;
    src: url(../font/NanumSquareL.eot);
    src: local('☺'),
    url(../font/NanumSquareL.eot?#iefix) format('embedded-opentype'),
    url(../font/NanumSquareL.woff) format('woff'),
    url(../font/NanumSquareL.ttf) format('truetype');
}
a {
    text-decoration:none;
    color:#767676;
}
.clear:after { content:""; display:block; clear:both; }

/* -------- 인트로 주차장 찾기 ------ */
.intro_park {
    margin-top:250px;
}
.intro_park h1 {
    text-align:center;
}
.intPark_ser {
    float:left;
    margin-top:100px;
    margin-left:304px;
    padding-bottom:1px;
}
.intPark_ser > select {
    width:250px;
    color:#32353E;
    font-size:18px;
    font-weight:700;
    padding:10px 5px;
    border:none;
    background-color: #e5e5e5;
    border:1px solid #606271;
}
.intPark_ser .Intser_box {
    float:left;
    width:980px;
    height:50px;
    color:#d4d4d4;
    font-size: 20px;
    padding: 0 5px; /*늘어나면 삭제*/
    border:0;
    outline:none;
    background-image: url(../img/intro_bg.png);
    /*background-repeat:no-repeat;*/
}
.intPark_ser > input {float:left;}
.Intser_box::placeholder{
    color:#d4d4d48f;
    font-size:22px;
    font-weight: 700;;
}
.Inrolog_lang_wrap {
    float:left;
    position: absolute;
    right: 168px;
    padding-top:15px;
    margin-top:100px;
    /* border:1px solid pink */
}

/* ----- 에러 페이지 ------- */
.error_page_wrap {
    width: 80%;
    margin: 150px auto 0;
    padding: 60px 30px;
    background: #32353e;
    box-shadow: 1px -2px 40px 9px rgba(0, 0, 0, 0.44);
    text-align: center;
}

.error_btn {
    text-align: center;
    margin-top: 60px;
}
.error_btn button{
    width: 380px;
    color:#efefef;
    font-size:31px;
    font-weight: 800;
    padding:20px 0 19px;
    background:#e60012;
    border:none;
}
.error_page_wrap h2 {
    text-align:center;
    font-size:40px;
    font-weight: 800;
    margin-bottom: 33px;
}
.error_page_wrap p {
    color: #ebebec;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 8px;
}
.error_page_wrap p:last-child{
    margin-bottom:13px;
}
.error_page_content {
    padding: 30px 0px 60px 0px;
}

/* ----- 로그인페이지 ------- */


/* login */
.login_bg {
    width:100%;
    height:100vh;
    overflow: hidden;
    background: url(../img/login_bg.png) no-repeat center / cover;
}
.login_wrap {
    width: 1000px;
    margin:150px auto 0;
    background:#32353e;
    box-shadow: 1px -2px 40px 9px rgba(0,0,0,0.44);
    /* border:1px solid #fff; */
}
.login_img {
    width:350px;
    height:600px;
}
.login_img img {
    width:100%;
    height: 600px;
    opacity: 0.8;
    object-fit: cover;
}
.login_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login_info {
    padding-right:90px;
}
.login_info h2 {
    text-align:center;
    font-size:40px;
    font-weight: 800;
    margin-bottom: 33px;
    padding-left:100px;
}
.log_input input[type='text'],
.log_input input[type='password']{
    width:380px;
    height:50px;
    padding-left:16px;
    font-size: 22px;
    margin-bottom:13px;
    border-radius: 5px;
    background: #e5e5e5;
    border:none;
    box-sizing: border-box;
}
.log_input > label {
    display: inline-block;
    width:89px;
    text-align: right;
    font-size: 22px;
    font-weight: 800;
    margin-left:15px;
    margin-right:24px;
}
.log_input p {
    color:#ebebec;
    font-size: 19px;
    line-height: 25px;
    padding-left:130px;
}
.log_input p:last-child{
    margin-bottom:13px;
}
.log_remem {
    /* width:410px; */
    margin:0 auto;
    position: relative;
    padding-left:130px;

}
.log_remem input[type='checkbox']{
    width: 22px !important;
    height: 22px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance:none;
    outline: none;
    box-shadow: none;
    border:1px solid #d4d4d4;
    border-radius: 3px;
    cursor: pointer;
}
/*#checkbox check 상태*/
.log_remem input[type='checkbox']:checked{
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance:none;
    box-shadow: none;
    background: url(../img/id_remcheck.svg) no-repeat center;
}
.log_remem label {
    position: relative;
    top:-5px;
    left:5px;
    color:#c3c3c4;
    font-weight: 700;
    font-size:19px;
}
.pw_reset {
    position: absolute;
    top:1px;
    right:0px;
    color:#c3c3c4;
    font-weight: 700;
    font-size:19px;
    /* padding-top:3px; */
    padding-left:30px;
    background:none;
    border:none;
    background: url(../img/new_pw.svg)no-repeat left center;
}
.login_OKbtn {
    text-align: center;
    margin-top: 56px;
    margin-left:122px;
}
.login_OKbtn button{
    width: 380px;
    color:#efefef;
    font-size:31px;
    font-weight: 800;
    padding:20px 0 19px;
    background:#e60012;
    border:none;
}
.login_term {
    text-align: center;
    margin-top: 100px;
    margin-left: 122px;
}

.reset_password_input {
    margin-bottom:20px;
}

.reset_password_input label {
    display: inline-block;
    width: 150px;
    text-align: center;
    color:#32353e;
    margin-right:20px
}

/* ---------- header ---------- */
header {
    width:100%;/*1920px*/
}
header .inner01{
    position: relative;
    width:1836px;
    margin: 0 auto;
    padding-top:15px;
    padding-bottom:30px;
    /* border: 1px solid #fff; */
}
/* header .inner02 {
    position: relative;
}*/
.logo {
    float:left;
    padding-top:20px;
    margin-left:30px;
    margin-right:145px;
}
.search_wrap {
    float:left;
    position:relative;
    padding-top:40px;
}
.search > input {float:left;}
.search label {
    float:left;
    width: 100%;
    color: #e5e5e5;
    font-size:25px;
    font-weight:800;
    line-height: 44px;
    margin-right: 10px;
}
.search .ser_label {
    width:950px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.search .ser_icon {
    float:left;
}
.search .ser_box {
    float:left;
    width:918px;
    height:50px;
    color:#d4d4d4;
    font-size: 20px;
    padding: 0 5px; /*늘어나면 삭제*/
    border:0;
    outline:none;
    background-image: url(../img/header_bg.png);
    /*background-repeat:no-repeat;*/
}

/* 관련검색 box */
.container_ser{
    display: block;/**/
    position:absolute;
    width:925px;
    top:134px;
    left:50px;
    background: #3f434c;
    border-top:1px solid #aeaeae62;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 1;
}
.item{
    margin: 2% 5px;
    display: flex;
    align-items: center;
}
.name{
    font-size: 17px;
    font-weight: 470;
    color: #aeaeae;
}

.log_lang_wrap {
    float:left;
    position: absolute;
    right: 48px;
    /* border:1px solid pink */
}
.error_wrap {
    margin-bottom: 48px;
}
.error_wrap p {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding:5px 3px;
    text-align:center;
    background:#fa4453;
}
.error_wrap a {
    color:#fff;
    font-weight: 400;
    text-decoration:underline;
}
.error_wrap a:hover{
    color:rgb(133, 0, 0);
}

.login {
    float:left;
    position: relative;
    color:#aeaeae;
    margin-right:25px;
}
.login span{
    color:#d4d4d4;
    font-size: 20px;
    font-weight:700;
}
.lang {
    float:right;
    position: relative;
    display: flex;
    align-items: center;
    top:-15px;
    box-sizing: border-box;
}
.log_btn {
    height:50px;
    font-size:19px;
    font-weight: 700;;
    padding:4px 20px;
    margin-right:20px;
    background:#e5e5e5;
    border:1px solid #767676;
}
.log_btn:hover{
    color:#e5e5e5;
    background:#101010;
    transition: 0.3s;
}
.lang select {
    height:50px;
    color:#aeaeae;
    font-size:19px;
    padding:3px 20px;
    border:none;
    background-color: #32353E;
    border:1px solid #d4d4d4;
    box-sizing: border-box;
}

/* -------- container --------- */
.container {
    width:1920px;/*1920*/
    /*width:1872px;1836
    margin-left:46px;*/
    /* border:1px solid greenyellow; */
    margin:0;
    padding:0;
    box-sizing: border-box;
}
/* aside */
aside {
    float:left;
    width:250px;
    margin-left:46px;
    /* margin-right:30px; */
    /* border:1px solid pink;  */
    box-sizing: border-box;
}
.menu_wrap {
    width:100%;
}
/* 20220918_수정 */
.main-menu h4 {
    position: relative;
    color:#aeaeae;
    font-size:22px;
    line-height: 24px;
    padding:20px 30px 20px 80px;
}
.main-menu h4:hover {
    color:#e5e5e5;
}
.main-menu h4 img {
    position: absolute;
    top:25px;
    right:10px;
}
.main-menu .main_on{
    color:#e5e5e5;
    /* background:#40434c; */
}
.main-menu .main_on::before{
    content:"";
    position:absolute;
    top:30px;
    left:0;
    width:53px;
    height:5px;
    background:#f00;
    border-radius: 10px;
}
.sub-menu{
    font-size: 14px;
    font-weight: 500;
    transition: all 1s;
    cursor: pointer;
    padding: 20px 0;
    border-bottom:2px solid #454753;
}
ul.main-menu{position: relative;}
ul.main-menu li ul.open{display: block;}
a.sub_on{
    color: #e5e5e5;
}
ul.main-menu li ul li a{
    color:#aeaeae;
    font-size:18px;
    line-height: 24px;
    padding:0 20px 0 80px;
}
ul.main-menu li ul li a:hover{
    color: #e5e5e5;
}
.closed-open .sub_on{
    color: #e5e5e5;
}
.closed{
    width: 95%;
    margin: 14px auto;
    display: none;
    position: relative;
    color: #777;
    line-height: 35px;
}
.closed-open{
    width: 95%;
    margin: 14px auto;
    position: relative;
    color: #777;
    line-height: 35px;
    display: block;
}

/* contants */
.contants_wrap {
    color: #101010;
    float:right;
    width:1552px; /*1582*/
    /* border:1px solid palevioletred;  */
    box-sizing: border-box;
}
.contants_wrap .inner{
    min-height:100vh;
    padding: 64px 91px;
    background:#fff;
    border-top-left-radius: 34px;
    box-sizing: border-box;
    /* border:1px solid red; */
}
.grandtit {
    position: relative;border-bottom:2px solid #606271;
}
.contants_wrap .inner h1 {
    float:left;
    font-size: 35px;/*35*/
    padding-bottom:10px;/*16px*/
    /* font-size:29px;
    border:1px solid pink; */

}
.contants_wrap .location{
    position: absolute;
    font-size:18px;
    right:0;
    bottom:10px;
}
/* 컨텐츠 내용 */
.contents {
    width:100%;
    /* border:1px solid grey; */
}
/* --------- 출고현황 ------------- */
.exit_search .exit_field {
    padding:55px 0 50px;
}

.exit_field label {
    float:left;
    font-size:25px;
    font-weight: bold;
    margin-top:10px;
    margin-right:42px;
    /* border:1px solid red; */
}
/*.exit_date{
}*/
.exit_datetime {
    width:920px;
    height:50px;
    font-size:22px;
    line-height: 50px;
    margin-bottom:20px;
    padding-left:63px;
    padding-right:25px;
    background:url(../img/calender_icon.png)no-repeat left -3px center #eaeaeb;
    border-radius: 5px;
    /* background:#eaeaeb; */
}
.exit_field .ser_box {
    float:left;
    width:862px;
    height:50px;
    color:#32353e;
    font-size:22px;
    padding: 0 5px; /*늘어나면 삭제*/
    border:0;
    outline:none;
    background-image: url('../img/ser_bg.png');
}
.exit_field > input {
    float:left;
    font-size:19px;
}
.exit_btnwrap {
    float:right;
}
.exit_btnwrap button {
    width:124px;
    height:50px;
    color:#e5e5e5;
    font-size: 19px;
    line-height:19px;
    font-weight:500;
    border:none;
    border-radius: 5px;
    cursor: pointer;
}
.exit_btnwrap .ser_btn{
    background: #32353e;
}
.exit_btnwrap .ser_btn:hover{
    background: #131418;
}
.exit_btnwrap .emergency_btn{
    margin-left:16px;
    background-color: #e60012;
}
.exit_btnwrap .emergency_btn:hover{
    background-color: #f8061a;
}
.total_down_wrap {
    margin-bottom:10px;
}
.total_down_wrap > p {
    float:left;
    height:42px;
    padding-left:52px;
    line-height:42px;
}
.exceldonw_btn {
    float:right;
    width:124px;
    height:50px;
    color:#32353e;
    font-size: 19px;
    line-height:19px;
    font-weight:500;
    border:1px solid #32353e;
    box-sizing: border-box;
    border-radius: 5px;
    background:none;
    cursor: pointer;
}
.exceldonw_btn:hover {
    background:#aeaeae46;
}
.exit_tbl {
    width: 100%;
}
.exit_tbl th {
    color:#e5e5e5;
    font-size: 22px;
    font-weight: bold;
    padding: 17px 0;
    background:#32353e;
}
.exit_tbl td {
    color:#32353e;
    font-size: 22px;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #989a9e;
}
.exit_tbl tr:nth-child(even){
    background:#f2f2f2;
}
.exit_tbl td:last-child button{
    width: 124px;
    height:42px;
    font-size: 20px;
    border:1px solid #32353e;
    border-radius: 5px;
}
.cancel_btn {
    color:#fff;
    margin-left:8px;
    margin-right:8px;
    background:#32353e;
}
.cancel_btn:hover {
    color:#fff;
    background:#1f2127;
}
.change_btn {
    margin-left:8px;
    background:#fff;
}
.change_btn:hover {
    background:#f7f4f4;
}

/* ------------- 입/출고 현황 ------------- */
.enter_exit_wrap {
    padding:55px 0 50px;
}
.enex_datewrap {
    font-size:16px;
    padding-bottom:10px;
}
.enex_datewrap h4{
    float:left;
    font-size:25px;
    font-weight: bold;
    margin-left:50px;
    margin-right:42px;
}
.enex_datewrap span{
    margin:0 20px;
}
.enex_datewrap label {
    vertical-align:1px;
    font-size:20px;
    margin-left:5px;
}
.enex_datewrap label:last-child{
    margin-right: 10px;
}
.exit {
    margin-left:10px;
}
.enex_datewrap input[type='radio'],
.enex_datewrap input[type='radio']:checked {
    appearance: none;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 100%;
    margin-right: 0.1rem;
}
.enex_datewrap input[type='radio'] {
    background-color: #fff;
    border: 1px solid #454753;
    cursor: pointer;
}
.enex_datewrap input[type='radio']:checked {
    background-color: #454753;
}
td > input[type='radio'],
td > input[type='radio']:checked {
    appearance: none;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 100%;
}
td > input[type='radio'] {
    background-color: #fff;
    border: 1px solid #454753;
    cursor: pointer;
}
td > input[type='radio']:checked {
    background-color: #454753;
}
td > input[type='radio']:disabled {
    background-color: #989a9e;
}
/* 입출고,장애 이력 시간검색 */
.enex_datewrap {
    display: flex;
    align-items: center;
}
.enex_date1 {
    height:50px;
    font-size:22px;
    line-height: 50px;
    margin:0 22px;
    padding-left:63px;
    padding-right:18.5px;
    background:url(../img/calender_icon.png)no-repeat left -3px center #eaeaeb;
    border-radius: 5px;
    border:none;
    /* background:#eaeaeb; */
}
.enex_datetime {
    width:155px;/*120px*/
    font-size:22px;
    font-family: 'NanumSquare', sans-serif;
    vertical-align:middle;
    text-align:center;
    padding:8px 7px 6px;
    margin-left:5px;
    background:none;
    border:none;
}
.hour, .minute {
    width:60px;
    vertical-align: middle;
    font-size:22px;
    text-align: center;
    padding:7px;
    margin-right:5px;
    margin:1px 3px 0;
    background:none;
    box-sizing: border-box;
    -webkit-appearance:none; /* 크롬 화살표 없애기 */
    -moz-appearance:none; /* 파이어폭스 화살표 없애기 */
    appearance:none /* 화살표 없애기 */
}

.enter_exit_field label {
    float:left;
    font-size:25px;
    font-weight: bold;
    margin-top:10px;
    margin-right:42px;
    /* border:1px solid red; */
}
.enter_exit_field .ser_box {
    float:left;
    width:1000px;
    height:50px;
    color:#32353e;
    font-size:22px;
    padding: 0 5px; /*늘어나면 삭제*/
    border:0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    outline:none;
    background: url('../img/ser_bg.png')no-repeat #eaeaeb;
    /*background-repeat:no-repeat;*/
}
.enter_exit_field > input {float:left;}
.row_box {
    display: flex;
    width: 49%;
    font-size: 22px;
    font-weight: 600;
    align-items: center;
}
.row_box > label {
    float: left;
    font-size: 25px;
    font-weight: bold;
    margin-right: 15px;
    margin-left: 0;
}

.row_box > select {
    float: left;
    height: 50px;
    color: #32353e;
    font-size: 22px;
    padding: 0 15px; /*늘어나면 삭제*/
    border-radius: 5px;
    border: 1px solid #32353e;
    outline:none;
}

.row_box .ser_input {
    float:left;
    height:50px;
    color:#32353e;
    font-size: 22px;
    padding: 0 15px; /*늘어나면 삭제*/
    border:0;
    border-radius: 5px;
    outline:none;
    background: url('../img/ser_bg.png')no-repeat #eaeaeb;
    /*background-repeat:no-repeat;*/
}
.enter_exit_btnwrap {
    float:right;
}
.enter_exit_btnwrap button {
    width:124px;
    height:50px;
    color:#e5e5e5;
    font-size: 19px;
    line-height:19px;
    font-weight:500;
    border:none;
    border-radius: 5px;
    cursor: pointer;
}
.enter_exit_btnwrap .ser_btn{
    background: #32353e;
}
.enter_exit_btnwrap .ser_btn:hover{
    background: #131418;
}
.enter_exit_btnwrap .inactive{
    color:#32353e;
    background: #ffffff;
    border:1px solid #32353e;
}
.enter_exit_btnwrap .inactive:hover{
    background: #aeaeae46;
}
.enter_exit_btnwrap .active{
    background: #32353e;
}
.enter_exit_btnwrap .active:hover{
    background: #131418;
}
.enter_exit_btnwrap .ser_btn_short{
    width:62px;
    color:#32353e;
    background: #ffffff;
    border:1px solid #32353e;
}
.enter_exit_btnwrap .ser_btn_short:hover{
    width:62px;
    background: #aeaeae46;
    transition: 0.3s;
}
.enter_exit_btnwrap .emergency_btn{
    margin-left:16px;
    background-color: #e60012;
}
.enter_exit_btnwrap .emergency_btn:hover{
    background-color: #f8061a;
}
.total_down_wrap > p {
    float:left;
    height:42px;
    padding-left:20px;
    line-height:42px;
}
.enex_list_wrap {
    height:600px;
    overflow-y: auto;
    padding:5px;
    /* border:1px solid #32353e5b; */
}
.enex_list_wrap ul {
    width: 100%;
    border-radius:5px;
}
.enex_list_wrap li {
    float:left;
    width:25%;
    text-align: center;
    color:#e5e5e5;
    font-size: 22px;
    font-weight: bold;
    padding: 17px 0;
    background:#32353e;
}
.check_list{
    display:none;
}
.img_on img{
    transform: rotate(360deg);
}
.enex_tbl {
    width:100%;
}
.enex_tbl tr {
    background:#ffffff;
}
.enex_tbl tr:nth-child(4n-1) {
    background:#f2f2f2;
}
.enex_tbl th {
    color:#32353e;
    font-size: 22px;
    font-weight: bold;
    padding: 17px 0;
    border-bottom: 1px solid #989a9e;
}
.enex_tbl th span {
    color:#32353e;
    cursor: pointer;
}
.enex_tbl th span img {
    margin-left:5px;
}
.enex_tbl th span:hover{
    color:#f8061a;
    transition: 0.2s;
}
.check_list .enex_subtlb {
    width:100%;
}

.check_list .enex_subtlb tr {
    border-bottom: 1px solid #989a9e;
}
.check_list .enex_subtlb tr:first-child {
    background:#b6b6b6;
}
.check_list .enex_subtlb tr:nth-child(3n) {
    background:#fff;
}
.check_list .enex_subtlb td {
    color:#32353e;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 17px 0;
    background:rgba(255, 255, 255, 0.479);
}
.enex_subtblwrap_on {
    display: block;
}
.paging {
    width: 100%;
    text-align: center;
    height: 25px;
    margin-top: 20px;
}
.paging a {
    display: inline-block;
    height: 28px;
    line-height: 22px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-decoration: none;
    vertical-align: top;
    overflow: hidden;
    margin-right: 3px;
}
.paging a.page {
    background-color: #32353e;
    border: 1px solid #32353e;
    color: #32353e;
    font-weight: bold;
    margin-right: 3px;
}
.paging a.page div {
    display: block;
    height: 23px;
    font-size: 12px;
    font-family: verdana, tahoma, sans-serif;
    color: #fff;
    background: #32353e;
    min-width: 8px;
    padding: 2px 7px;
    letter-spacing: -1px;
}
.paging a div {
    display: block;
    height: 23px;
    font-size: 12px;
    font-family: verdana, tahoma, sans-serif;
    color: #555;
    min-width: 8px;
    padding: 2px 7px;
    letter-spacing: -1px;
}
/* .paging a:hover {
    background:rgb(228, 228, 228);
} */

/* ---------- 사용자리스트 & 주차장리스트  & 장애이력 ---------- */

.adminlist_search .adminlist_field {
    padding:55px 0 50px;
}
.adminlist_field h2 {
    font-size:30px;
    font-weight: 800;
    margin-bottom:29px;
}
.adminlist_field label {
    float:left;
    font-size:25px;/*30*/
    font-weight: bold;/*800*/
    margin-top:10px;
    margin-right:42px;
    /* border:1px solid red; */
}
.adminlist_field .ser_box {
    float:left;
    width:862px;
    height:50px;
    color:#32353e;
    font-size: 20px;
    padding: 0 5px; /*늘어나면 삭제*/
    border:0;
    outline:none;
    background-image: url('../img/ser_bg.png');
}
.adminlist_field > input {float:left;}
.adminlist_btnwrap {
    float:right;
}
.adminlist_btnwrap button {
    width:124px;
    height:50px;/*42px*/
    color:#e5e5e5;
    font-size: 19px;
    line-height:19px;
    font-weight:500;
    border:none;
    border-radius: 5px;
    cursor: pointer;
}
.adminlist_btnwrap .ser_btn{
    /* padding:12.5px 45px; */
    background: #32353e;
}
.adminlist_btnwrap .ser_btn ::placeholder{
    content: "";
}
.adminlist_btnwrap .ser_btn:hover{
    background: #131418;
}

.total_down_wrap > p {
    float:left;
    height:42px;
    padding-left:52px;
    line-height:42px;
}
.ad_list_tblwrap {
    height:630px;
    overflow-y: hidden;
}
.error_tblwrap {
    height:630px;
    overflow: hidden;
}
/* 최종디자인 테이블 */
.ad_list_tbl {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0px;
}
.ad_list_tbl th {
    color:#e5e5e5;
    font-size: 22px;
    font-weight: bold;
    padding: 17px 0;
    background:#32353e;
}
.ad_list_tbl td {
    color:#32353e;
    font-size: 22px;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #989a9e;
}
.ad_list_tbl tr:nth-child(even){
    background:#f2f2f2;
}
.clickable_tbl tr:hover{
    background: #607d8b42;
    cursor: pointer;
}
.sign_btn {
    float:right;
    width:124px;
    height:50px;
    color:#e5e5e5;
    background: #32353e;
    font-size: 19px;
    line-height:19px;
    font-weight:500;
    margin-left:17px;
    border:none;
    border-radius: 5px;
    cursor: pointer;
}
.sign_btn:hover {
    background:#131418;
}
/* 테이블 색상 _홀짝 */
.new_table {
    width: 100%;
}

.new_table th {
    color:#e5e5e5;
    font-size: 22px;
    font-weight: bold;
    padding: 17px 0;
    background:#32353e;
}
.new_table td {
    color:#32353e;
    font-size: 22px;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #989a9e;
}
.new_table tr:nth-child(even){
    background:#f2f2f2;
}
/* 변경전 디자인  */
.old_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
}
.old_table th {
    color:#e5e5e5;
    font-size: 22px;
    font-weight: bold;
    padding: 17px 0;
    background:#32353e;
}
.old_table td {
    color:#32353e;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 17px 0;
    background:#d6d7d8;
}
.old_table th:first-child,
.old_table td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.old_table th:last-child,
.old_table td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* -------------- 장애이력 예약상태------------- */
.error_ser button {
    position:absolute;
    top:55px;
    right:0;
    width:124px;
    height:50px;/*42px*/
    color:#e5e5e5;
    font-size: 19px;
    line-height:19px;
    font-weight:500;
    border:none;
    border-radius: 5px;
    cursor: pointer;
}
.error_ser .ser_btn{
    /* padding:12.5px 45px; */
    background: #32353e;
}

.errorlist_wrap {
    position: relative;
    padding:55px 0 15px;
}
.error_datewrap {
    font-size:19px;
    padding-bottom:26px;
}
.error_datewrap h4{
    float:left;
    font-size:25px;
    font-weight: bold;
    padding:7px 0;
    margin-left: 0px;
    margin-right:22px;
}
.error_datewrap span {
    padding: 0 40px;
}
.error_datewrap label {
    vertical-align:1px;
    font-size:19px;
    margin-left:5px;
}
.error_datetime {
    width:120px;
    font-size:19px;
    font-family: 'NanumSquare', sans-serif;
    vertical-align:middle;
    padding:8px 7px 6px;
    margin-left:5px;
    background:none;
    border:none;
}
.error_datewrap .hour,
.error_datewrap .minute {
    width:60px;
    vertical-align: middle;
    font-size:19px;
    text-align: center;
    padding:7px;
    margin-right:5px;
    margin:1px 3px 0;
    background:none;
    border:none;
    box-sizing: border-box;
    -webkit-appearance:none; /* 크롬 화살표 없애기 */
    -moz-appearance:none; /* 파이어폭스 화살표 없애기 */
    appearance:none /* 화살표 없애기 */
}

/*.ui-datepicker{
    font-size: 12px;
    width: 130px;
}
.ui-datepicker select.ui-datepicker-month{
    width:60%;
    font-size:15px;
}
.ui-datepicker select.ui-datepicker-year{
    width:50%;
    font-size:15px;
}*/
.error_red {
    display: block;
    margin: 0 auto;
    width:15px;
    height:15px;
    background:#e60012;
    border:1px solid #e60012;
    border-radius: 50%;
}
.error_green {
    display: block;
    margin: 0 auto;
    width:15px;
    height:15px;
    background:#30f008;
    border:1px solid #30f008;
    border-radius: 50%;
}/* --------- 주차장 정보 ------------ */
.parkinfoinner {
    padding:55px 0 40px;
}
.parkinfoinner h4 {
    float:left;
    font-size:25px;
    font-weight: 800;
    margin-bottom:29px;
}
.save_btnwrap {
    float: right;
}
.save_btnwrap button{
    width:124px;
    height:50px;
    color:#e5e5e5;
    background: #32353e;
    font-size: 19px;
    line-height:19px;
    font-weight:500;
    margin-left:17px;
    border:none;
    border-radius: 5px;
    cursor: pointer;
}
.park_tbl {
    width:91%;
}
.park_tbl th {
    text-align:left;
    font-size: 19px;
    font-weight: 800;
    padding:22px 0;
}
.park_tbl th span {
    position: relative;
    top:3px;
    font-size: 25px;
    margin-left:5px;
}
.park_tbl td {
    font-size: 19px;
    font-weight: 700;
    padding:11px 0;
}
.park_tbl td input {
    width:100%;
    font-size: 19px;
    padding:11px 8px;
    background:#eaeaeb;
    border-radius: 3px;
    box-sizing: border-box;
}
.parkinfo_tit{
    vertical-align: text-top;
}
.parkinfo_txt {
    height:80px;
    overflow-y: auto;
    background:#eaeaeb;
    border-radius: 3px;
    box-sizing: border-box;
}
.parkinfo_txt textarea{
    width:100%;
    height:100%;
    font-family:'NanumSquare', sans-serif;
    font-size: 19px;
    font-weight: 700;
    padding:8px;
    background:#eaeaeb;
    border-radius: 3px;
    box-sizing: border-box;
}
.parkinfo_group {
    position:relative;
    padding:20px 0;
}
.parkinfo_wrap{
    width:60%;
    margin: 0 auto;
}
.parkinfo_wrap p {
    margin-bottom: 26px;
}
.parkinfo_wrap p :last-child{
    margin-bottom: 0;
}
.parkinfo_wrap label {
    display:block;
    font-size:22px;
    font-weight:600;
    padding-bottom:10px;
}
.parkinfo_wrap input {
    width:100%;
    height:50px;
    padding-left:15px;
    font-size:22px;
    font-family:'NanumSquare', sans-serif ;
    background:#eaeaeb;
    border-radius: 3px;
}
.parkinfo_wrap textarea {
    width:100%;
    height:150px;
    font-size:22px;
    padding:15px;
    font-family:'NanumSquare', sans-serif ;
    background:#eaeaeb;
    border-radius: 3px;
}
.parkinfo_wrap .input_no {
    display: flex;
    justify-content: space-between;
    margin-bottom:26px;
    border-radius: 3px;
}
.parkinfo_wrap .input_no input {
    background:#aec3d893;
    color:#aaa;
}
.input_no div{
    width:48%;
}
.parkinfo_wrap .input_number {
    display: flex;
    justify-content: space-between;
    margin-bottom:26px;
    border-radius: 3px;
}
.input_number div{
    width:48%;
}
.save_btn {
    position:absolute;
    right: 0;
    width:124px;
    height:50px;
    color:#e5e5e5;
    background: #32353e;
    font-size: 19px;
    line-height:19px;
    font-weight:500;
    border:none;
    border-radius: 5px;
    cursor: pointer;
}

/*----시스템관리자 > 사용자관리 ---------*/
.user_wrap {
    display: flex;
    justify-content: space-between;
    margin-top:20px;
}
.left_wrap {
    width:85%;
}
.left_inner{
    width:75%;
    margin: 0 auto;
}
.left_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:26px;
}
.left_box .box{
    width:49%;
    font-size:22px;
    font-weight:600;
}
.left_box .id_txt {
    width:79%;
}
.left_box .id_txt p {
    padding-bottom: 15px;
}
.left_box .id_txt p:last-child {
    padding-bottom: 0px;
}
.left_box .user_id {
    font-size:19px;
    font-weight: 500;
    padding-top:10px;
    /*padding-bottom:5px;*/
    border-bottom:2px solid #32353e;
}
.left_box .box .nouse_input {
    background:#aec3d893!important;
    color:#aaa;
}
.left_box .change {
    width:29%;
    position:relative;
}
.pw_change {
    right:0;
    bottom:0;
    width:70%;
    height:50px;
    color:#32353e ;
    background: #fff ;
    font-size: 19px;
    line-height:19px;
    font-weight:500;
    border:1px solid #32353e;
    border-radius: 5px;
    cursor: pointer;
    float: right;
}
.left_box label {
    display:block;
    font-size:22px;
    font-weight:600;
    padding-bottom:10px;
}
.left_box input {
    width:100%;
    height:50px;
    padding-left:15px;
    font-size:22px;
    font-family:'NanumSquare', sans-serif ;
    background:#eaeaeb;
    border-radius: 3px;
}
.left_box .left_box input {
    background:#aec3d893;
    color:#aaa;
}
.md_tit {
    display: flex;
    justify-content: space-between;
    margin-bottom:15px;
}
.md_tit p {
    font-size:22px;
    font-weight:600;
    line-height:42px;
}
.md_tit button{
    width:100px;
    height:42px;
    color:#e5e5e5;
    background: #32353e;
    font-size: 19px;
    line-height:19px;
    font-weight:500;
    border:none;
    border-radius: 5px;
    cursor: pointer;
}
.user_tbl {
    width:100%;
    border-top:1px solid #32353e;
}
.user_tbl td {
    font-size:22px;
    border-bottom:1px solid #32353e;
}
.user_tbl td {
    color:#32353e;
    font-size: 22px;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #989a9e;
}
.user_tbl tr:nth-child(even){
    background:#f2f2f2;
}
.right_wrap {
    width:25%;
}
.right_btn {
    text-align:right;
}
.right_btn button {
    width:100px;
    height:42px;
    color:#e5e5e5;
    background: #32353e;
    font-size: 19px;
    line-height:19px;
    font-weight:500;
    border:none;
    border-radius: 5px;
    cursor: pointer;
}
.right_btn .del {
    background:#e60012;
    margin-right:10px;
}
/* --------- 계정 정보 ------------ */
.left_wrap2 {
    width:88%;
}
.right_wrap2 {
    width:10%;
}
/* ------------- 사용자 관리 ------------- */
.park_tbl td .reset_pw{
    width:154px;
}
.manage_tit {
    vertical-align: text-top;
}
.park_tbl td .manage_btn{
    width:71px;
    margin-bottom:10px;
}

/* -------- 장비 관리 ------- */

.equip_wrap {
    padding:55px 0 10px;
}
.equip_card {
    margin-bottom: 50px;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, .45);
}
.equip_card h2 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding:16px 25px;
    background:#32353e;
    position:relative;
}
.add_equbtn{
    position:absolute;
    right:25px;
    top:9px;
    height:42px;
    color: #fff;
    font-size:19px;
    padding:0 20px;
    background:#32353e;
    border:1px solid #ddd;
    transition:0.3s;
}
.add_equbtn:hover{
    color:#32353e;
    font-weight: bold;
    background:#ddd;
}
.parkinfo_box {
    width:100%;
}
.parkinfo_box th{
    width: 12%;
    font-size:22px;
    padding: 12px 0;
    text-align: right;
}
.parkinfo_box td{
    width:88%;
    font-size:22px;
    padding-left:20px;
}

.equip_btn_wrap button{
    width:124px;
    height:50px;
    color:#e5e5e5;
    font-size:22px;
    line-height:19px;
    font-weight:500;
    background:#32353e;
    border:none;
    border-radius: 5px;
    cursor: pointer;
}
.equip_btn_wrap .eidit_btn {
    background:#e60012;
}
.equip_parkinfo {
    width:100%;
    margin-bottom: 20px;
    border-bottom:1px solid #32353e;
}
.equip_parkinfo h5 {
    font-size: 19px;
    font-weight: 700;
    padding-bottom: 20px;
}
.equip_parktbl {
    width:100%;
    font-size: 19px;
}
.equip_parktbl th {
    width:12%;
    font-weight: 700;
    text-align: left;
    padding:11px 0;
}
.equip_parktbl td{
    width:100%;
}
/* 최종디자인 테이블 */
.total_down_wrap h5{
    font-size: 19px;
    font-weight: 700;
    padding-bottom: 20px;
}
.equipment_list_tbl {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.equipment_list_tbl thead th {
    color:#e5e5e5;
    font-size: 22px;
    font-weight: bold;
    padding: 11px 0;
    background:#32353e;
}
.equipment_list_tbl td {
    color:#32353e;
    font-size: 22px;
    text-align: center;
    padding: 11px 0;
    border-bottom: 1px solid #989a9e;
}
.equipment_list_tbl button {
    width:124px;
    height:42px;
    color:#e5e5e5;
    background: #32353e;
    font-size: 19px;
    line-height:19px;
    font-weight:500;
    margin-left:17px;
    border:none;
    border-radius: 5px;
    cursor: pointer;
}
.equip_red {
    display: block;
    margin: 0 auto;
    width:15px;
    height:15px;
    background:#e60012;
    border:1px solid #e60012;
    border-radius: 50%;
}
.equip_green {
    display: block;
    margin: 0 auto;
    width:15px;
    height:15px;
    background:#30f008;
    border:1px solid #30f008;
    border-radius: 50%;
}

/* 팝업 */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 50px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}
/* The Close Button
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} */

/* 로그인 팝업 */
.resetpw_pop {
    width:40%;
    text-align: left;
    padding:60px 50px;
    background-color:#fff;
    border-radius:10px;
}
.resetpw_pop h2 {
    color:#32353e;
    font-size: 35px;
    padding-bottom: 15px;
    padding-left:0;
    border-bottom:1px solid #32353e ;
}
.resetpw_pop .modal-txt {
    text-align: center;
    padding:25px;
}
.resetpw_pop select{
    width:150px;
    height:50px;
    font-size:19px;
    margin-right:20px;
    border:1px solid #32353e;
    border-radius: 3px;
    text-align-last: center;
}
.resetpw_pop input {
    width:400px;
    height:50px;
    font-size:19px;
    padding-left:5px;
    border-radius: 3px;
    background: #eaeaeb;
}

/* ------- 출차현황 팝업wrap ------- */
/* 긴급출고 pop*/
.emergency_pop {
    width:70%;
    margin: 2% auto 0;
    padding:50px 50px;
    background-color:#fff;
    border-radius:10px;
}
.emergency_pop h2 {
    font-size: 35px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom:1px solid #32353e ;
}
.emergency_pop p{
    display: flex;
    justify-content: center;
    padding:10px 0;
}
.emergency_pop label{
    font-size: 25px;
}
.emergency_pop input {
    width:260px;
    height:50px;
    font-size:22px;
    padding-left:15px;
    margin-right: 60px;
    border-radius: 3px;
    background: #eaeaeb;
}
.emerpop_tblwrap {
    height:470px;
    margin:20px 0 30px;
    overflow-y: scroll;
}
.emerpop_tbl {
    width:100%;
    position:relative;
}
.emerpop_tbl th {
    color:#e5e5e5;
    font-size: 22px;
    font-weight: bold;
    padding: 17px 0;
    background:#32353e;
}
.emerpop_tbl thead {
    position: sticky; top: 0;
}
.emerpop_tbl td {
    color:#32353e;
    font-size: 22px;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #989a9e;
}
.emerpop_tbl tr:nth-child(even){
    background:#f2f2f2;
}
.emerpop_tbl td:last-child button{
    width: 124px;
    height:42px;
    font-size: 20px;
    border:1px solid #32353e;
    border-radius: 5px;
}
.out_btn {
    width: 124px;
    height:42px;
    font-size: 20px;
    background-color:#32353e ;
    border:1px solid #32353e;
    border-radius: 5px;
}
.emergency_pop .emer_close {
    float:none;
    display: block;
    text-align: center;
    color:#32353e;
    font-size: 22px;
    font-weight: bold;
    padding: 17px 0;
    margin: 10px auto 0;
    border:1px solid #989a9e;
    background:#fff ;
}
/* 취소 */
.cancel_pop {
    width:40%;
    text-align: left;
    padding: 30px 0 50px 0;
    background-color:#fff;
    border-radius:10px;
}
.cancel_pop h2 {
    color:#32353e;
    font-size: 35px;
    padding: 0px 30px 15px 30px;
    margin-bottom: 40px;
    border-bottom:1px solid #32353e ;
}
.cancel_pop p{
    padding:5px 30px;
    font-weight: bold;
}
.cancel_pop span {
    margin-left:20px;
    font-weight: 400;
}
.cancelbtn_wrap {
    padding-top:20px;
    text-align: center;
}
.cancelbtn_wrap .cencel_btn {
    width: 124px;
    height:42px;
    color: #32353e;
    font-size: 20px;
    background-color:#fff ;
    border:1px solid #32353e;
    border-radius: 5px;
}
.cancelbtn_wrap .out_btn {
    width: 124px;
    height:42px;
    color: #fff;
    font-size: 20px;
    background-color:#32353e ;
    border:1px solid #32353e;
    border-radius: 5px;
}
/* 변경 */
.change_pop {
    width:40%;
    text-align: left;
    padding: 30px 0 50px 0;
    background-color:#fff;
    border-radius:10px;
}
.change_pop h2 {
    color:#32353e;
    font-size: 35px;
    padding: 0px 30px 15px 30px;
    margin-bottom: 40px;
    border-bottom:1px solid #32353e ;
}
.change_pop p{
    padding:5px 30px;
    font-weight: bold;
}
.change_pop span {
    margin-left:20px;
    font-weight: 400;
}
.change_datetime {
    width:140px;
    font-size:22px;
    font-family: 'NanumSquare', sans-serif;
    vertical-align:middle;
    text-align:right;
    margin-left:10px;
    padding:8px 7px 6px;
    background:none;
}
.change_pop .hour, .change_pop .minute {
    width:60px;
    vertical-align: middle;
    font-size:22px;
    text-align: center;
    font-size:22px;
    font-family: 'NanumSquare', sans-serif;
    padding:7px;
    margin-right:5px;
    margin:1px 3px 0;
    background:none;
    border:none;
    box-sizing: border-box;
    -webkit-appearance:none; /* 크롬 화살표 없애기 */
    -moz-appearance:none; /* 파이어폭스 화살표 없애기 */
    appearance:none /* 화살표 없애기 */
}
/* -----장비관리 팝업----- */
.add_equipop {
    width: 65%;
    margin: 5% auto;
    text-align: left;
    padding: 20px 50px;
    background-color: #fff;
    border-radius: 10px;
}
.add_equipop h2 {
    font-size: 35px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color:#101010;
    background:#fff;
    border-bottom:1px solid #32353e ;
}
.add_equiwrap{
    width:100%;
}
.add_equiwrap th {
    width:20%;
    text-align: right;
    font-size:22px;
    padding:16px 0;
}
.equ_th{
    vertical-align: top;
}
.add_equiwrap td {
    width:80%;
    padding: 0 0 0 5%;
    text-align: left;
    border-bottom: none;
}
.add_equiwrap input,
.add_equiwrap select{
    width:90%;
    height:42px;
    padding-left:5px;
    font-size:22px;
    font-family:'NanumSquare', sans-serif ;
    background:#eaeaeb;
    border-radius: 3px;;
}
.add_equiwrap .equi_txt {
    width:90%;
    background:#eaeaeb;
    overflow-y:auto;
    margin-top: 10px;
}
.add_equiwrap textarea  {
    width:100%;
    height:180px;
    overflow-y:auto;
    padding-left:15px;
    padding-top:15px;
    font-size:22px;
    font-family:'NanumSquare', sans-serif ;
    background:#eaeaeb;
    border-radius: 3px;
}
/*--------- 사용자관리 ------*/
/*비밀번호초기화*/
.user_pop {
    width:40%;
    text-align: left;
    padding: 30px 0 50px 0;
    background-color:#fff;
    border-radius:10px;
}
.user_pop h2 {
    color:#32353e;
    font-size: 35px;
    padding: 0px 30px 15px 30px;
    border-bottom:1px solid #32353e ;
}
.user_pop p{
    text-align: center;
    padding:20px 0 0;
}
.user_pop form{
    text-align: left;
    padding:20px 0 0;
}
.alert_content {
    background-color: #fefefe;
    margin: 20% 30%;
    padding: 50px;
    border: 1px solid #888;
    width: 50%;
}
.modal_pop {
    width:40%;
    text-align: left;
    padding: 30px 0 50px 0;
    background-color:#fff;
    border-radius:10px;
}
.modal_pop h2 {
    color:#32353e;
    font-size: 35px;
    padding: 0px 30px 15px 30px;
    border-bottom:1px solid #32353e ;
}
.modal-txt {
    text-align: center;
    padding: 50px 50px 10px 50px;
}
.modal-txt label {
    display: block;
    font-size: 22px;
    padding-bottom: 10px;
    color: #32353e;
}
.modal-txt label.pop_error {
    visibility: hidden;
    color: #e60012;
}

.modal-txt input[type='text'],
.modal-txt input[type='password'] {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 22px;
    font-family: sans-serif;
    background: #eaeaeb;
    border-radius: 3px;
    text-align: center;
}

/*관리주차장*/
.manage_park {
    width:35%;
    text-align: left;
    padding:50px 50px;
    background-color:#fff;
    border-radius:10px;
}
.manage_park h2 {
    color:#32353e;
    font-size: 35px;
    padding-bottom: 15px;
    padding-left:0;
    margin-bottom:20px;
    border-bottom:1px solid #32353e ;
}
.manage_park form{
    width:100%;
    height:200px;
    overflow-y: auto;
    text-align: left;
    padding:0;
}
.manage_park p{
    padding:0;
    line-height: 25px;
    margin-bottom:10px;
}
.manage_park input {
    width:25px;
    height:25px;
    vertical-align: bottom;
    margin-right:5px;
}
.manage_park label {
    font-size:22px;
}
/*  --- 저장 알림  ---  */
.save_pop {
    width:40%;
    text-align: left;
    padding: 30px 0 50px 0;
    background-color:#fff;
    border-radius:10px;
}
.save_pop h2 {
    color:#32353e;
    font-size: 35px;
    padding: 0px 30px 15px 30px;
    border-bottom:1px solid #32353e ;
}
.addressCheckBtn {
    width: 140px;
    height: 42px;
    color: #e5e5e5;
    background: #32353e;
    font-size: 19px;
    line-height: 19px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.mid_tit_address {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
}

/*----시스템관리자 > 정보관리 > 약관정보 ---------*/
.term_wrap {
    display: flex;
    justify-content: space-between;
    margin-top:20px;
}
.term_wrap .full_box {
    width: 100%;
}
.term_wrap label {
    display: block;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
}
.term_wrap select{
    float: left;
    width: 100%;
    height: 50px;
    color: #32353e;
    font-size: 22px;
    padding: 0 15px; /*늘어나면 삭제*/
    border-radius: 5px;
    border: 1px solid #32353e;
    outline:none;
}
.one_line_wrap {
    display: flex;
    align-items: center;
}
.one_line_wrap label {
    vertical-align: 1px;
    font-size: 22px;
    margin: 0 5px;
    font-weight: normal;
    padding-bottom: 0;
}
.term_wrap textarea  {
    width:100%;
    height:380px;
    overflow-y:auto;
    padding:15px 25px;
    line-height: 160%;
    font-size:22px;
    font-family:'NanumSquare', sans-serif ;
    background:#eaeaeb;
    border-radius: 3px;
}
.term_wrap input[type='radio'],
.term_wrap input[type='radio']:checked {
    appearance: none;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 100%;
    margin-right: 0.1rem;
}
.term_wrap input[type='radio'] {
    background-color: #fff;
    border: 1px solid #454753;
    cursor: pointer;
}
.term_wrap input[type='radio']:checked {
    background-color: #454753;
}