/* 회의실 예약 */
.text-yl {
    color: #ccc;
    font-style: italic;
}

h4.h4-tit01 { padding: 0 0 25px 0;font-size: 26px;line-height: 36px;}

div.pd-b30 { padding-bottom: 30px !important; }

/* 탭 */
.b-tab-wrap.type01 .b-tab-box label {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 500
}

.b-tab-wrap.type01 .b-tab-box .b-tab-sel {
    padding: 0 40px 0 15px;
    background: #fff url(../img/board/ico-tab-open.png) no-repeat right 15px top 55%;
    background-size: 12px;
    border: 1px solid #1f51a2;
    width: auto;
    height: 40px;
    font-family: inherit;
    font-size: 20px;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.b-tab-wrap.type01 .b-tab-box .b-tab-sel option {
    background: #fff;
}

.b-tab-wrap.type01 .b-tab-box {
    text-align : left;
}

.bn-reserv-calendar01.type01 .calendar-top-box {
    margin: 0 0 40px 0;
    background: #222;
}

.bn-reserv-calendar01.type01 .calendar-top-box .title-box {
    position: relative;
    margin: 0 auto;
    width: 30%;
    text-align: center;
}

.bn-reserv-calendar01.type01 .calendar-top-box .title-box a {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 16px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
}

.bn-reserv-calendar01.type01 .calendar-top-box .title-box .btn-prev {
    left: 0;
    background: url(../img/board/btn-prev02.png) no-repeat center center;
    background-size: 6px;
}

.bn-reserv-calendar01.type01 .calendar-top-box .title-box .btn-next {
    right: 0;
    background: url(../img/board/btn-next02.png) no-repeat center center;
    background-size: 6px;
}

.bn-reserv-calendar01.type01 .calendar-top-box .title-box span {
    display: block;
    padding: 18px 0;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
}

.bn-reserv-calendar01.type01 .calendar > ul {
    display: table;
    width: 100%;
    font-size: 15px;
    border-top: 1px solid #222;
    border-bottom: none;
    table-layout: fixed;
}

.bn-reserv-calendar01.type01 .calendar > ul:after {
    content: '';
    display: block;
    clear: both;
}

.bn-reserv-calendar01.type01 .calendar > ul > li {
    display: table;
    width: 100%;
    min-height: 155px;
    table-layout: fixed;
}

.bn-reserv-calendar01.type01 .calendar > ul > li.header {
    min-height: auto;
}

.bn-reserv-calendar01.type01 .calendar > ul > li > div {
    display: table-cell;
    position: relative;
    padding: 5px 0 14px;
    width: calc(100% / 7);
    background: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.bn-reserv-calendar01.type01 .calendar > ul > li > div:last-child {
    border-right: none;
}

.bn-reserv-calendar01.type01 .calendar > ul > li:not(.header) > div:hover {
    border-right: 1px solid #043a76;
    border-bottom: 1px solid #043a76;
}

.bn-reserv-calendar01.type01 .calendar > ul > li:not(.header) > div:hover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #043a76;
}

.bn-reserv-calendar01.type01 .calendar > ul > li:not(.header) > div:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #043a76;
}

.bn-reserv-calendar01.type01 .calendar > ul > li.header > div {
    padding: 20px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #aaa;
    ;background: #f6f6f6;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.bn-reserv-calendar01.type01 .calendar > ul > li.header > div:last-child {
    border-right: none;
}

.bn-reserv-calendar01.type01 .calendar > ul > li.header > .sat {
    color: #003674;
}

.bn-reserv-calendar01.type01 .calendar > ul > li.header > .sun {
    color: #b73a38;
}

.bn-reserv-calendar01.type01 .calendar > ul > li > div > .day {
    display: block;
    padding: 0 10px 10px 8px;
    font-weight: bold;
    font-size: 16px;
}

.bn-reserv-calendar01.type01 .calendar > ul > li > .sat > .day {
    color: #2793e9;
}

.bn-reserv-calendar01.type01 .calendar > ul > li > .sun > .day {
    color: #d93c31;
}

.bn-reserv-calendar01.type01 .calendar > ul > li > div > .day .date {
    padding: 4px;
    min-width: 18px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    color: #222;
    text-align: center;
}

.bn-reserv-calendar01.type01 .calendar > ul > li > .today > .day .date {
    display: inline-block;
    background: #222;
    border-radius: 50px;
    color: #fff;
}

.bn-reserv-calendar01.type01 .calendar > ul > li > .sat > .day .date {
    color: #b4b4b4;
}

.bn-reserv-calendar01.type01 .calendar > ul > li > .sun > .day .date {
    color: #b4b4b4;
}

.bn-reserv-calendar01.type01 .calendar > ul > li > div ul li {
    padding: 0 8px;
}

.bn-reserv-calendar01.type01 .calendar > ul > li > div ul li a {
    display: block;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
}

.bn-reserv-calendar01.type01 .calendar > ul > li > div ul li .b-rsv-wait {
    display: none;
    color: #5987b3;
}

.bn-reserv-calendar01.type01 .calendar > ul > li > div ul li .b-rsv-allow {
    color: #5987b3;
}

.bn-reserv-calendar01.type01 .calendar > ul > li > div ul li .b-rsv-cancel {
    display: none;
    color: #888;
}

.bn-reserv-calendar01.type01 .calendar > ul > li > div ul li a span {
    display: inline-block;
}

.bn-reserv-calendar01.type01 .calendar > ul > li > div ul li a .b-rsv-room {
    display: none;
}

.bn-reserv-calendar01.type01 .calendar > ul > li > div .b-btn-rsv {
    position: absolute;
    bottom: 6px;
    left: 8px;
    padding: 5px 0;
    width: calc(100% - 16px);
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.bn-reserv-calendar01.admin.type01 .calendar > ul > li > div ul li a {
    padding: 0 0 2px 0;
}

.bn-reserv-calendar01.admin.type01 .calendar > ul > li > div ul li:last-of-type a {
    padding: 0;
}

.bn-reserv-calendar01.admin.type01 .calendar > ul > li > div ul li .b-rsv-wait {
    display: block;
}

.bn-reserv-calendar01.admin.type01 .calendar > ul > li > div ul li .b-rsv-allow {
    color: #222;
}

.bn-reserv-calendar01.admin.type01 .calendar > ul > li > div ul li .b-rsv-cancel {
    display: block;
}

.bn-reserv-calendar01.admin.type01 .calendar > ul > li > div ul li a .b-rsv-room {
    display: inline-block;
    padding: 0 6px 0 0;
}

.bn-reserv-calendar01.admin.type01 .calendar > ul > li > div .b-btn-rsv {
    display: none;
}

/* 레이어팝업 */
.popup-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    z-index: 30;
    box-sizing: border-box;
}

.b-reserv-popup-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    background: #fff;
    border: 2px solid #34495e;
    border-radius: 0px;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.b-reserv-popup-wrap .reserv-title-box p {
    padding: 15px 20px;
    background: #34495e;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.b-reserv-popup-wrap .reserv-info-box {
    padding: 30px;
}

.b-reserv-popup-wrap .reserv-info-box table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

.b-reserv-popup-wrap .reserv-info-box table thead {
    border-top: 1px solid #222;
    border-bottom: 1px solid #ccc;
}

.b-reserv-popup-wrap .reserv-info-box table th {
    padding: 20px 10px;
    background: #f6f6f6;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}

.b-reserv-popup-wrap .reserv-info-box table tbody tr {
    border-bottom: 1px solid #ccc;
}

.b-reserv-popup-wrap .reserv-info-box table td {
    padding: 20px 10px;
    font-size: 15px;
    line-height: 20px;
    word-break: keep-all;
}

.b-reserv-popup-wrap .btn-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
    background: url(../img/board/btn-all-menu-close.png) no-repeat right center;
}

/* 예약장소 리스트 */
.bn-reserv-list-room01.type01 .adm-chk {
    margin: 0 0 10px 0;
}

.bn-reserv-list-room01.type01 .adm-chk input {
    margin: -3px 0 0 0;
}

.bn-reserv-list-room01.type01 .adm-chk label {
    font-size: 17px;
}

.bn-reserv-list-room01.type01 .article-chk {
    position: absolute;
    top: 2px;
    left: 5px;
    z-index: 10;
}

.bn-reserv-list-room01.type01 table {
    width: 100%;
    border-spacing: 0;
    border-top: 2px solid #2b2b2b;
    table-layout: fixed;
}

.bn-reserv-list-room01.type01 .b-col01 {
    width: 13%;
}

.bn-reserv-list-room01.type01 .b-col02 {
    width: 47%;
}

.bn-reserv-list-room01.type01 .b-col03 {
    width: 15%;
}

.bn-reserv-list-room01.type01 .b-col04 {
    width: 15%;
}

.bn-reserv-list-room01.type01 .b-col05 {
    width: 10%;
}

.bn-reserv-list-room01.type01 table thead th {
    padding: 16px 10px;
    border-bottom: 1px solid #d8d8d8;
    background-color: #eeeeee;
    font-weight: 500;
}

.bn-reserv-list-room01.type01 table thead th.b-no-right {
    border-right: none !important
}

.bn-reserv-list-room01.type01 table tbody th {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    background-color: #fafafa;
}

.bn-reserv-list-room01.type01 table tbody td {
    position: relative;
    padding: 12px 10px;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
}

.bn-reserv-list-room01.type01 table tbody td.b-td-left {
    text-align: left !important;
}

.bn-reserv-list-room01.type01 table tbody td.b-no-right {
    border-right: none !important;
}

.bn-reserv-list-room01.type01 table tbody td > a {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
}

.bn-reserv-list-room01.type01 .b-title-box > a {
    display: inline-block;
    max-width: calc(100% - 33px);
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    line-height: 21px;
    vertical-align: middle;
    box-sizing: border-box;
}

.bn-reserv-list-room01.type01 .b-title-box .b-etc-box {
    display: inline-block;
}

.bn-reserv-list-room01.type01 .b-title-box .b-etc-box .b-lock {
    display: none;
}

.bn-reserv-list-room01.type01 .b-title-box .b-etc-box .b-new {
    display: inline-block;
    font-size: 12px;
    color: #f15a08;
    vertical-align: middle;
}

.bn-reserv-list-room01.type01 .b-title-box .b-etc-box .b-file {
    display: none;
}

.bn-reserv-list-room01.type01 .b-title-box .b-m-con {
    display: none;
}

/* 예약장소 등록 및 수정 */
.bn-reserv-write-room01.type01 table {
    width: 100%;
    border-spacing: 0;
    border-top: 2px solid #2b2b2b;
    table-layout: fixed;
}

.bn-reserv-write-room01.type01 .b-col01 {
    width: 20%;
}

.bn-reserv-write-room01.type01 .b-col02 {
    width: 20%;
}

.bn-reserv-write-room01.type01 .b-col03 {
    width: 20%;
}

.bn-reserv-write-room01.type01 .b-col04 {
    width: 20%;
}

.bn-reserv-write-room01.type01 table thead th {
    padding: 16px 10px;
    border-bottom: 1px solid #d8d8d8;
    background-color: #f9f9f9;
    font-weight: 500;
}

.bn-reserv-write-room01.type01 table tbody th {
    padding: 12px 15px;
    border-bottom: 1px solid #d8d8d8;
    background-color: #f6f6f6;
    font-weight: 600;
    text-align: left;
}

.bn-reserv-write-room01.type01 table tbody td {
    position: relative;
    padding: 12px 15px;
    border-bottom: 1px solid #d8d8d8;
}

.bn-reserv-write-room01.type01 table tbody td.b-td-left {
    text-align: left !important;
}

.bn-reserv-write-room01.type01 .b-input {
    padding: 5px 10px;
    width: 100%;
    height: 48px;
    border: 1px solid #c8c8c8;
    font-family: inherit;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
}

.bn-reserv-write-room01.type01 .b-select {
    position: relative;
    margin: 0 5px 0 0;
    padding: 5px 10px;
    width: calc(33.33% - 15px);
    max-width: 200px;
    height: 48px;
    border: 1px solid #c8c8c8;
    background: #fff url(../img/board/btn-sel-open01.png) no-repeat right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bn-reserv-write-room01.type01 .b-select:last-of-type {
    margin: 0;
}

.bn-reserv-write-room01.type01 .b-time-box.type01 > span {
    padding: 0 4px 0 2px;
}

/* 예약현황 */
.bn-reserv-list01.type01 .top-box {
    margin: 0 0 40px 0;
    background: #222;
}

.bn-reserv-list01.type01 .top-box .title-box {
    position: relative;
    margin: 0 auto;
    width: 30%;
    text-align: center;
}

.bn-reserv-list01.type01 .top-box .title-box a {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 16px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
}

.bn-reserv-list01.type01 .top-box .title-box .btn-prev {
    left: 0;
    background: url(../img/board/btn-prev02.png) no-repeat center center;
    background-size: 6px;
}

.bn-reserv-list01.type01 .top-box .title-box .btn-next {
    right: 0;
    background: url(../img/board/btn-next02.png) no-repeat center center;
    background-size: 6px;
}

.bn-reserv-list01.type01 .top-box .title-box span {
    display: block;
    padding: 18px 0;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
}

.bn-reserv-list01.type01 .bottom-box table {
    width: 100%;
    border-spacing: 0;
    border-top: 2px solid #2b2b2b;
    table-layout: fixed;
}

.bn-reserv-list01.type01 .bottom-box table th { text-align: center;}

.bn-reserv-list01.type01 .bottom-box .b-col01 {
    width: 10%;
}

.bn-reserv-list01.type01 .bottom-box .b-col02 {
    width: 15%;
}

.bn-reserv-list01.type01 .bottom-box .b-col03 {
    width: 8%;
}

.bn-reserv-list01.type01 .bottom-box .b-col04 {
    width: 8%;
}

.bn-reserv-list01.type01 .bottom-box .b-col05 {
    width: 14%;
}

.bn-reserv-list01.type01 .bottom-box .b-col06 {
    width: 6%;
}

.bn-reserv-list01.type01 .bottom-box .b-col07 {
    width: 23%;
}

.bn-reserv-list01.type01 .bottom-box .b-col08 {
    width: 8%;
}

.bn-reserv-list01.type01 .bottom-box .b-col09 {
    width: 8%;
}

.bn-reserv-list01.type01 .bottom-box table thead th {
    padding: 16px 10px;
    border-bottom: 1px solid #d8d8d8;
    background-color: #eee;
    font-weight: 500;
}

.bn-reserv-list01.type01 .bottom-box table thead th.b-no-right {
    border-right: none !important
}

.bn-reserv-list01.type01 .bottom-box table tbody th {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    background-color: #fafafa;
    font-weight: 500;
}

.bn-reserv-list01.type01 .bottom-box table tbody td {
    position: relative;
    padding: 12px 10px;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bn-reserv-list01.type01 .bottom-box table tbody td.b-td-left {
    text-align: left !important;
}

.bn-reserv-list01.type01 .bottom-box table tbody td.b-no-right {
    border-right: none !important;
}

.bn-reserv-list01.type01 .bottom-box table tbody td:last-of-type > a {
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
}

.bn-reserv-list01.type01 .bottom-box .b-rsv-state {
    font-weight: 500;
}

.bn-reserv-list01.type01 .bottom-box .b-rsv-state.b-rsv-wait {
    color: #5987b3;
}

.bn-reserv-list01.type01 .bottom-box .b-rsv-state.b-rsv-allow {
    color: #222;
}

.bn-reserv-list01.type01 .bottom-box .b-rsv-state.b-rsv-cancel {
    color: #888;
}

.bn-reserv-list01.type01 .bottom-box .b-title-box > a {
    display: inline-block;
    line-height: 21px;
}

.bn-reserv-list01.type01 .bottom-box .b-title-box .b-m-con {
    display: none;
}

.bn-reserv-list01.type01 .bottom-box .res-wait {
    color: #fe0707;
}

.bn-reserv-list01.type01 .bottom-box .res-cancel {
    color: #999;
}

/* 예약 상세정보 */
.bn-reserv-view01.type01 .user-info-box table {
    width: 100%;
    border-spacing: 0;
    border-top: 2px solid #2b2b2b;
    table-layout: fixed;
}

.bn-reserv-view01.type01 .user-info-box {
    padding: 0 0 40px 0;
}

.bn-reserv-view01.type01 .user-info-box .b-col01 {
    width: 16.666%;
}

.bn-reserv-view01.type01 .user-info-box .b-col02 {
    width: 16.666%;
}

.bn-reserv-view01.type01 .user-info-box .b-col03 {
    width: 16.666%;
}

.bn-reserv-view01.type01 .user-info-box .b-col04 {
    width: 16.666%;
}

.bn-reserv-view01.type01 .user-info-box table tbody th {
    padding: 16px 10px;
    border-bottom: 1px solid #d8d8d8;
    font-weight: 500;
    line-height: 22px;
    background: #f6f6f6;
}

.bn-reserv-view01.type01 .user-info-box table tbody td {
    padding: 16px 10px;
    border-bottom: 1px solid #d8d8d8;
    line-height: 22px;
    word-break: break-all;
}

.bn-reserv-view01.type01 .user-info-box .btn-wrap .b-btn-type01 {
    padding: 4px 6px;
    min-width: auto;
    min-height: auto;
    font-size: 13px;
}

.bn-reserv-view01.type01 .b-select {
    position: relative;
    margin: 0 5px 0 0;
    padding: 5px 10px;
    width: 100%;
    max-width: 200px;
    height: 48px;
    border: 1px solid #c8c8c8;
    background: #fff url(../img/board/btn-sel-open01.png) no-repeat right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bn-reserv-view01.type01 .b-select:last-of-type {
    margin: 0;
}

.bn-reserv-view01.type01 .reserv-info-box table {
    width: 100%;
    border-spacing: 0;
    border-top: 2px solid #2b2b2b;
    table-layout: fixed;
}
.bn-reserv-view01.type01 .reserv-info-box table th {
    text-align: center;
}

.bn-reserv-view01.type01 .reserv-info-box .b-col01 {
    width: 25%;
}

.bn-reserv-view01.type01 .reserv-info-box .b-col02 {
    width: 25%;
}

.bn-reserv-view01.type01 .reserv-info-box .b-col03 {
    width: 25%;
}

.bn-reserv-view01.type01 .reserv-info-box .b-col04 {
    width: 25%;
}

.bn-reserv-view01.type01 .reserv-info-box table thead th {
    padding: 16px 10px;
    border-bottom: 1px solid #d8d8d8;
    background-color: #eee;
    font-weight: 500;
}

.bn-reserv-view01.type01 .reserv-info-box table thead th.b-no-right {
    border-right: none !important
}

.bn-reserv-view01.type01 .reserv-info-box table tbody th {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    background-color: #fafafa;
    font-weight: 500;
}

.bn-reserv-view01.type01 .reserv-info-box table tbody td {
    position: relative;
    padding: 12px 10px;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
}

.bn-reserv-view01.type01 .reserv-info-box table tbody td.b-td-left {
    text-align: left !important;
}

.bn-reserv-view01.type01 .reserv-info-box table tbody td.b-no-right {
    border-right: none !important;
}

.bn-reserv-view01.type01 .reserv-info-box .b-title-box > a {
    display: inline-block;
    max-width: calc(100% - 33px);
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    line-height: 21px;
    vertical-align: middle;
    box-sizing: border-box;
}

.bn-reserv-view01.type01 .reserv-info-box .b-title-box .b-etc-box {
    display: inline-block;
}

.bn-reserv-view01.type01 .reserv-info-box .b-title-box .b-etc-box .b-lock {
    display: none;
}

.bn-reserv-view01.type01 .reserv-info-box .b-title-box .b-etc-box .b-new {
    display: inline-block;
    font-size: 12px;
    color: #f15a08;
    vertical-align: middle;
}

.bn-reserv-view01.type01 .reserv-info-box .b-title-box .b-etc-box .b-file {
    display: none;
}

.bn-reserv-view01.type01 .reserv-info-box .b-title-box .b-m-con {
    display: none;
}

.bn-reserv-view01.type01 .reserv-info-box .b-title-box .b-m-con .b-delete a {
    line-height: 1;
}

.bn-reserv-view01.type01 .reserv-info-box .b-title-box .b-m-con .b-delete a img {
    width: 16px;
}

/* 예약 신청 */
.bn-reserv-write01.type01 > div {
    padding: 0 0 40px 0;
}

.bn-reserv-write01.type01 > div:last-of-type {
    padding: 0;
}

.bn-reserv-write01.type01 .reserv-view-box table {
    width: 100%;
    border-spacing: 0;
    border-top: 2px solid #2b2b2b;
    table-layout: fixed;
}

.bn-reserv-write01.type01 .reserv-view-box .b-col01 {
    width: 25%;
}

.bn-reserv-write01.type01 .reserv-view-box .b-col02 {
    width: 25%;
}

.bn-reserv-write01.type01 .reserv-view-box .b-col03 {
    width: 25%;
}

.bn-reserv-write01.type01 .reserv-view-box .b-col04 {
    width: 25%;
}

.bn-reserv-write01.type01 .reserv-view-box table thead th {
    padding: 16px 10px;
    border-bottom: 1px solid #d8d8d8;
    background-color: #eee;
    font-weight: 500;
    text-align: center;
}

.bn-reserv-write01.type01 .reserv-view-box table thead th.b-no-right {
    border-right: none !important
}

.bn-reserv-write01.type01 .reserv-view-box table tbody th {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    background-color: #fafafa;
    font-weight: 500;
}

.bn-reserv-write01.type01 .reserv-view-box table tbody td {
    position: relative;
    padding: 12px 10px;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
}

.bn-reserv-write01.type01 .reserv-view-box table tbody td.b-td-left {
    text-align: left !important;
}

.bn-reserv-write01.type01 .reserv-view-box table tbody td.b-no-right {
    border-right: none !important;
}

.bn-reserv-write01.type01 .reserv-view-box .b-title-box > span {
    display: inline-block;
    max-width: calc(100% - 33px);
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    line-height: 21px;
    vertical-align: middle;
    box-sizing: border-box;
}

.bn-reserv-write01.type01 .reserv-view-box .b-title-box .b-etc-box {
    display: inline-block;
}

.bn-reserv-write01.type01 .reserv-view-box .b-title-box .b-etc-box .b-lock {
    display: none;
}

.bn-reserv-write01.type01 .reserv-view-box .b-title-box .b-etc-box .b-new {
    display: inline-block;
    font-size: 12px;
    color: #f15a08;
    vertical-align: middle;
}

.bn-reserv-write01.type01 .reserv-view-box .b-title-box .b-etc-box .b-file {
    display: none;
}

.bn-reserv-write01.type01 .reserv-view-box .b-title-box .b-m-con {
    display: none;
}

.bn-reserv-write01.type01 .reserv-room-box table {
    width: 100%;
    border-spacing: 0;
    border-top: 1px solid #2b2b2b;
    table-layout: fixed;
}

.bn-reserv-write01.type01 .reserv-room-box .b-col01 {
    width: 8%;
}

.bn-reserv-write01.type01 .reserv-room-box .b-col02 {
    width: 14%;
}

.bn-reserv-write01.type01 .reserv-room-box .b-col03 {
    width: 14%;
}

.bn-reserv-write01.type01 .reserv-room-box .b-col04 {
    width: 14%;
}

.bn-reserv-write01.type01 .reserv-room-box .b-col05 {
}

.bn-reserv-write01.type01 .reserv-room-box .b-col06 {
    width: 16%;
}

.bn-reserv-write01.type01 .reserv-room-box table thead th {
    padding: 16px 10px;
    border-bottom: 1px solid #d8d8d8;
    background-color: #f9f9f9;
    font-weight: 500;
}

.bn-reserv-write01.type01 .reserv-room-box table thead th.b-th-left {
    text-align: left !important;
}

.bn-reserv-write01.type01 .reserv-room-box table tbody th {
    padding: 12px 15px;
    border-bottom: 1px solid #d8d8d8;
    background-color: #f6f6f6;
    font-weight: 500;
}

.bn-reserv-write01.type01 .reserv-room-box table tbody td {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
}

.bn-reserv-write01.type01 .reserv-room-box table tbody td.b-td-left {
    text-align: left !important;
}

.bn-reserv-write01.type01 .reserv-room-box .b-title-box .b-m-con {
    display: none;
}

.bn-reserv-write01.type01 .reserv-room-box .b-input {
    padding: 5px 10px;
    width: calc(100% - 19px);
    height: 48px;
    border: 1px solid #c8c8c8;
    font-family: inherit;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
}

.bn-reserv-write01.type01 .reserv-room-box .b-select {
    position: relative;
    margin: 0 5px 0 0;
    padding: 5px 10px;
    width: calc(50% - 11px);
    max-width: 200px;
    height: 48px;
    border: 1px solid #c8c8c8;
    background: #fff url(../img/board/btn-sel-open01.png) no-repeat right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bn-reserv-write01.type01 .reserv-room-box .b-select:last-of-type {
    margin: 0;
}

.bn-reserv-write01.type01 .reserv-room-box .b-radio {
    display: none;
}

.bn-reserv-write01.type01 .reserv-room-box .b-radio + label {
    margin: 0;
    padding: 0;
    width: 15px;
    cursor: pointer;
    text-indent: -999999px;
}

.bn-reserv-write01.type01 .reserv-user-info-box table {
    width: 100%;
    border-spacing: 0;
    border-top: 1px solid #2b2b2b;
    table-layout: fixed;
}

.bn-reserv-write01.type01 .reserv-user-info-box .b-col01 {
    width: 15%;
}

.bn-reserv-write01.type01 .reserv-user-info-box .b-col03 {
    width: 15%;
}

.bn-reserv-write01.type01 .reserv-user-info-box table thead th {
    padding: 16px 10px;
    border-bottom: 1px solid #d8d8d8;
    background-color: #f9f9f9;
    font-weight: 400;
}

.bn-reserv-write01.type01 .reserv-user-info-box table thead th.b-th-left {
    text-align: left !important;
}

.bn-reserv-write01.type01 .reserv-user-info-box table tbody th {
    padding: 12px 15px;
    border-bottom: 1px solid #d8d8d8;
    background-color: #f6f6f6;
    font-weight: 600;
    text-align: left;
}

.bn-reserv-write01.type01 .reserv-user-info-box table tbody td {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #d8d8d8;
    font-weight: 200;
}

.bn-reserv-write01.type01 .reserv-user-info-box table tbody td.b-td-left {
    text-align: left !important;
}

.bn-reserv-write01.type01 .reserv-user-info-box table tbody td.no-pd {
    padding: 0;
}

.bn-reserv-write01.type01 .reserv-user-info-box .b-select {
    position: relative;
    margin: 0 5px 0 0;
    padding: 5px 10px;
    width: calc(33.33% - 15px);
    max-width: 200px;
    height: 48px;
    border: 1px solid #c8c8c8;
    background: #fff url(../img/board/btn-sel-open01.png) no-repeat right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bn-reserv-write01.type01 .reserv-user-info-box .b-select:last-of-type {
    margin: 0;
}

.bn-reserv-write01.type01 .reserv-user-info-box .b-input {
    padding: 5px 10px;
    width: 100%;
    height: 48px;
    border: 1px solid #c8c8c8;
    font-family: inherit;
    font-weight: 300;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
}

.bn-reserv-write01.type01 .reserv-user-info-box .b-input.type02 {
    width: calc(50% - 11px);
    max-width: 180px;
}

.bn-reserv-write01.type01 .reserv-user-info-box .b-tel-box span {
    padding: 0 8px;
}

.bn-reserv-write01.type01 .reserv-user-info-box .b-tel-box label {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    text-indent: -9999999px;
    overflow: hidden;
}

.bn-reserv-write01.type01 .reserv-user-info-box .b-tel-box .b-select {
    max-width: 120px;
}

.bn-reserv-write01.type01 .reserv-user-info-box .b-tel-box .b-input {
    width: calc(33.33% - 15px);
    max-width: 120px;
}

.bn-reserv-write01.type01 .reserv-user-info-box .b-email-box span {
    padding: 0 8px 0;
}

.bn-reserv-write01.type01 .reserv-user-info-box .b-email-box .b-input {
    width: calc(33.33% - 15px);
    max-width: 180px;
}

.bn-reserv-write01.type01 .reserv-user-info-box .b-write-box .b-textarea {
    padding: 20px;
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
}

.bn-reserv-write01.type01 .policy-box > div {
    border: 1px solid #ccc;
}

.bn-reserv-write01.type01 .policy-box .scrollert {
    height: 230px;
    background: #fff;
}

.bn-reserv-write01.type01 .policy-box .scrollert .scrollert-content {
    padding: 20px 30px 20px 20px;
}

.bn-reserv-write01.type01 .policy-box .scrollert .scrollert-content .b-con-box {
    padding: 0 0 30px 0;
    font-size: 15px;
    line-height: 20px;
}

.bn-reserv-write01.type01 .policy-box .policy-agree-box {
    background: #eee;
    text-align: right;
}

.bn-reserv-write01.type01 .policy-etc-box .policy-agree-box {
    text-align: right;
}

.bn-reserv-write01.type01 .policy-box .policy-agree-box p, .bn-reserv-write01.type01 .policy-etc-box .policy-agree-box p {
    display: inline-block;
    padding: 20px 0;
    font-size: 15px;
    line-height: 20px;
}

.bn-reserv-write01.type01 .policy-box .policy-agree-box label, .bn-reserv-write01.type01 .policy-box .policy-agree-box label {
    display: block;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bn-reserv-write01.type01 .policy-box .b-chk, .bn-reserv-write01.type01 .policy-etc-box .b-chk {
    display: none;
}

.bn-reserv-write01.type01 .policy-box .b-chk + label:before, .bn-reserv-write01.type01 .policy-etc-box .b-chk + label:before {
    font-size: 13px;
    border-radius: 3px;
}

.bn-reserv-write01.type01 .policy-box .b-chk:checked + label:before, .bn-reserv-write01.type01 .policy-etc-box .b-chk:checked + label:before {
    padding: 3px 0 0 3px;
}

.bn-reserv-write01.type01 span.btn-wrap > a {
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
}



.bn-reserv-write01.type01 .b-btn01.type01 ul li a{display: inline-block;padding: 13px 10px;min-width: 100px;border: 1px solid #000;background: #fff;font-weight: 400;font-size: 16px;color: #000; text-align: center;box-sizing: border-box;}
.bn-reserv-write01.type01 .b-btn01.type01 .b-btn-c-blue{background-color: #000 !important;color: #fff !important;display: inline-block;padding: 15px 10px;min-width: 100px;border: 1px solid #000;font-size: 16px;}
.bn-reserv-write01.type01 .b-btn01.type01 ul li{vertical-align: middle;}




/*
.bn-reserv-write01.type01 .policy-box .policy-agree-box p{display:inline-block;padding:20px 0;font-size:15px;line-height:20px;}
.bn-reserv-write01.type01 .policy-box .policy-agree-box label{display:block;margin:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.bn-reserv-write01.type01 .policy-box .b-chk{display:none;}
.bn-reserv-write01.type01 .policy-box .b-chk + label{display:inline-block;position:relative;margin:0 23px 0 0;padding-left:28px;font-weight:400;cursor:pointer;}
.bn-reserv-write01.type01 .policy-box .b-chk + label:before{content:"";display:inline-block;position:absolute;top:0;left:0;width:20px;height:20px;border:1px solid #c8c8c8;background-color:#fff;font-size:13px;border-radius:3px;box-sizing:border-box;}
.bn-reserv-write01.type01 .policy-box .b-chk:checked + label:before{content:"";padding:3px 0 0 3px;background:#fff url(../img/board/bg-login-check.png) no-repeat 50% 50%;}
*/
/*안내문구*/
.board-top {
    overflow: hidden;
    padding: 30px 0px 30px 18px;
    margin: 0 0 40px 0;
    border: 10px solid red;
    border-radius: 7px;
}

.board-top ul > li {
    margin: 0 0 15px 0;
}

.board-top ul li p {
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 5px;
    color: #333;
}

.board-top ul li ol li {
    margin: 0 0 0 20px;
    font-size: 15px;
    line-height: 24px;
    list-style-type: decimal;
    color: #ff0000;
}

.board-top ul li ol li.dot-none {
    list-style-type: none;
    margin: 0 ;
}

@media screen and (max-width: 768px) {
    /* 회의실 예약 */ .bn-reserv-calendar01.type01 .calendar-top-box {
        margin:0 0 30px 0;
    }

    .bn-reserv-calendar01.type01 .calendar-top-box .title-box {
        width: 50%;
    }

    .bn-reserv-calendar01.type01 .calendar-top-box .title-box span {
        padding: 12px 0;
        font-size: 18px;
        line-height: 22px;
    }

    .bn-reserv-calendar01.type01 .calendar > ul > li {
        min-height: 110px;
    }

    .bn-reserv-calendar01.type01 .calendar > ul > li > div {
        padding: 2px 0 10px;
    }

    .bn-reserv-calendar01.type01 .calendar > ul > li.header > div {
        padding: 10px 5px;
        font-size: 14px;
        line-height: 19px;
    }

    .bn-reserv-calendar01.type01 .calendar > ul > li > div > .day {
        padding: 0 6px 10px 2px;
    }

    .bn-reserv-calendar01.type01 .calendar > ul > li > div ul li a {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -1px;
    }

    .bn-reserv-calendar01.admin.type01 .calendar > ul > li > div ul li a .b-rsv-room {
        padding: 0 4px 0 0;
    }

    .bn-reserv-calendar01.type01 .calendar > ul > li > div .b-btn-rsv {
        font-size: 12px;
        padding: 4px 0;
    }

    /* 레이어팝업 */
    .b-reserv-popup-wrap .reserv-title-box p {
        padding: 12px 15px;
        font-size: 17px;
    }

    .b-reserv-popup-wrap .reserv-info-box {
        padding: 15px;
    }

    .b-reserv-popup-wrap .reserv-info-box table th {
        padding: 15px 5px;
        font-size: 14px;
        line-height: 19px;
    }

    .b-reserv-popup-wrap .reserv-info-box table td {
        padding: 15px 5px;
        font-size: 14px;
        line-height: 19px;
    }

    .b-reserv-popup-wrap .btn-popup-close {
        top: 16px;
        right: 15px;
    }

    /* 예약장소 리스트 */
    .bn-reserv-list-room01.type01 table thead tr {
        display: none;
    }

    .bn-reserv-list-room01.type01 table tbody td {
        border-right: none;
        font-size: 14px;
    }

    .bn-reserv-list-room01.type01 table tbody tr td:nth-of-type(1) {
        display: none;
    }

    .bn-reserv-list-room01.type01 table tbody tr td:nth-of-type(3) {
        display: none;
    }

    .bn-reserv-list-room01.type01 table tbody tr td:nth-of-type(4) {
        display: none;
    }

    .bn-reserv-list-room01.type01 table tbody tr td:nth-of-type(5) {
        display: none;
    }

    .bn-reserv-list-room01.type01 .b-col01 {
        display: none;
        width: 0;
    }

    .bn-reserv-list-room01.type01 .b-col02 {
        width: 100%;
    }

    .bn-reserv-list-room01.type01 .b-col03 {
        display: none;
        width: 0;
    }

    .bn-reserv-list-room01.type01 .b-col04 {
        display: none;
        width: 0;
    }

    .bn-reserv-list-room01.type01 .b-col05 {
        display: none;
        width: 0;
    }

    .bn-reserv-list-room01.type01 .b-title-box {
        text-align: left;
    }

    .bn-reserv-list-room01.type01 .b-title-box > a {
        font-weight: 500;
    }

    .bn-reserv-list-room01.type01 .b-title-box .b-m-con {
        display: block;
        padding: 6px 0 0 0;
    }

    .bn-reserv-list-room01.type01 .b-title-box .b-m-con span {
        display: inline-block;
        position: relative;
        margin: 0 7px 3px 0;
        padding: 0 8px 0 0;
        font-size: 14px;
        line-height: 20px;
    }

    .bn-reserv-list-room01.type01 .b-title-box .b-m-con span:after {
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        right: 0;
        width: 1px;
        height: 12px;
        background-color: #8c8c8c;
    }

    .bn-reserv-list-room01.type01 .b-title-box .b-m-con span:last-of-type {
        padding: 0;
    }

    .bn-reserv-list-room01.type01 .b-title-box .b-m-con span:last-of-type:after {
        display: none;
    }

    .bn-reserv-list-room01.type01 .b-title-box .b-m-con .b-delete a {
        display: inline-block;
        padding: 1px 8px 2px 6px;
        border: 1px solid #ccc;
        border-radius: 3px;
    }

    .bn-reserv-list-room01.type01 .b-title-box .b-m-con .b-delete a img {
        width: 16px;
    }

    /* 예약장소 등록 및 수정 */
    .bn-reserv-write-room01.type01 table {
        width: 100%;
        border-spacing: 0;
        border-top: 2px solid #2b2b2b;
        table-layout: fixed;
    }

    .bn-reserv-write-room01.type01 table tbody th {
        padding: 10px 5px;
        font-size: 14px;
    }

    .bn-reserv-write-room01.type01 table tbody td {
        padding: 10px;
    }

    .bn-reserv-write-room01.type01 .b-input {
        height: 35px;
        font-size: 14px;
    }

    .bn-reserv-write-room01.type01 .b-select {
        width: calc(50% - 15px);
        height: 35px;
    }

    .bn-reserv-write-room01.type01 .b-select:last-of-type {
        margin: 0;
    }

    /* 예약현황 */
    .bn-reserv-list01.type01 .top-box {
        margin: 0 0 30px 0;
    }

    .bn-reserv-list01.type01 .top-box .title-box {
        width: 50%;
    }

    .bn-reserv-list01.type01 .top-box .title-box span {
        padding: 12px 0;
        font-size: 18px;
        line-height: 22px;
    }

    .bn-reserv-list01.type01 .bottom-box table thead tr {
        display: none;
    }

    .bn-reserv-list01.type01 .bottom-box table tbody td {
        border-right: none;
        font-size: 14px;
    }

    .bn-reserv-list01.type01 .bottom-box table tbody tr td:nth-of-type(1) {
        text-align: left;
    }

    .bn-reserv-list01.type01 .bottom-box table tbody tr td:nth-of-type(2) {
        display: none;
    }

    .bn-reserv-list01.type01 .bottom-box table tbody tr td:nth-of-type(3) {
        display: none;
    }

    .bn-reserv-list01.type01 .bottom-box table tbody tr td:nth-of-type(4) {
        display: none;
    }

    .bn-reserv-list01.type01 .bottom-box table tbody tr td:nth-of-type(5) {
        display: none;
    }

    .bn-reserv-list01.type01 .bottom-box table tbody tr td:nth-of-type(6) {
        display: none;
    }

    .bn-reserv-list01.type01 .bottom-box table tbody tr td:nth-of-type(7) {
        display: none;
    }

    .bn-reserv-list01.type01 .bottom-box table tbody tr td:nth-of-type(8) {
        display: none;
    }

    .bn-reserv-list01.type01 .bottom-box table tbody tr td:nth-of-type(9) {
        display: none;
    }

    .bn-reserv-list01.type01 .bottom-box .b-col01 {
        width: 100%;
    }

    .bn-reserv-list01.type01 .bottom-box .b-col02 {
        display: none;
        width: 0;
    }

    .bn-reserv-list01.type01 .bottom-box .b-col03 {
        display: none;
        width: 0;
    }

    .bn-reserv-list01.type01 .bottom-box .b-col04 {
        display: none;
        width: 0;
    }

    .bn-reserv-list01.type01 .bottom-box .b-col05 {
        display: none;
        width: 0;
    }

    .bn-reserv-list01.type01 .bottom-box .b-col06 {
        display: none;
        width: 0;
    }

    .bn-reserv-list01.type01 .bottom-box .b-col07 {
        display: none;
        width: 0;
    }

    .bn-reserv-list01.type01 .bottom-box .b-col08 {
        display: none;
        width: 0;
    }

    .bn-reserv-list01.type01 .bottom-box .b-title-box > a {
        font-weight: 500;
    }

    .bn-reserv-list01.type01 .bottom-box .b-title-box .b-m-con {
        display: block;
        padding: 6px 0 0 0;
    }

    .bn-reserv-list01.type01 .bottom-box .b-title-box .b-m-con span {
        display: block;
        position: relative;
        margin: 0 7px 3px 0;
        padding: 0 8px 0 0;
        font-size: 14px;
        line-height: 22px;
    }

    .bn-reserv-list01.type01 .bottom-box .b-title-box .b-m-con span:after {
        content: '';
        display: none;
    }

    .bn-reserv-list01.type01 .bottom-box .b-title-box .b-m-con span:last-of-type {
        padding: 0;
    }

    .bn-reserv-list01.type01 .bottom-box .b-title-box .b-m-con span:last-of-type:after {
        display: none;
    }

    .bn-reserv-list01.type01 .bottom-box .b-title-box .b-m-con span:nth-child(6) a {
        display: inline-block;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .bn-reserv-list01.type01 .b-title-box .b-m-con .b-delete a {
        display: inline-block;
        padding: 1px 8px 2px 6px;
        border: 1px solid #ccc;
        border-radius: 3px;
    }

    .bn-reserv-list01.type01 .b-title-box .b-m-con .b-delete a img {
        width: 16px;
    }

    /* 예약 상세정보 */
    .bn-reserv-view01.type01 .user-info-box {
        padding: 0 0 20px 0;
    }

    .bn-reserv-view01.type01 .user-info-box table tbody th {
        padding: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .bn-reserv-view01.type01 .user-info-box table tbody td {
        padding: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .bn-reserv-view01.type01 .user-info-box .btn-wrap .b-btn-type01 {
        width: auto;
        font-size: 12px;
    }

    .bn-reserv-view01.type01 .b-select {
        height: 35px;
    }

    .bn-reserv-view01.type01 .b-select:last-of-type {
        margin: 0;
    }

    .bn-reserv-view01.type01 .reserv-info-box table thead tr {
        display: none;
    }

    .bn-reserv-view01.type01 .reserv-info-box table tbody td {
        border-right: none;
        font-size: 14px;
    }

    .bn-reserv-view01.type01 .reserv-info-box table tbody tr td:nth-of-type(1) {
        text-align: left;
    }

    .bn-reserv-view01.type01 .reserv-info-box table tbody tr td:nth-of-type(2) {
        display: none;
    }

    .bn-reserv-view01.type01 .reserv-info-box table tbody tr td:nth-of-type(3) {
        display: none;
    }

    .bn-reserv-view01.type01 .reserv-info-box table tbody tr td:nth-of-type(4) {
        display: none;
    }

    .bn-reserv-view01.type01 .reserv-info-box .b-col01 {
        width: 100%;
    }

    .bn-reserv-view01.type01 .reserv-info-box .b-col02 {
        display: none;
        width: 0;
    }

    .bn-reserv-view01.type01 .reserv-info-box .b-col03 {
        display: none;
        width: 0;
    }

    .bn-reserv-view01.type01 .reserv-info-box .b-col04 {
        display: none;
        width: 0;
    }

    .bn-reserv-view01.type01 .reserv-info-box .b-title-box > a {
        font-weight: 500;
    }

    .bn-reserv-view01.type01 .reserv-info-box .b-title-box .b-m-con {
        display: block;
        padding: 6px 0 0 0;
    }

    .bn-reserv-view01.type01 .reserv-info-box .b-title-box .b-m-con span {
        display: inline-block;
        position: relative;
        margin: 0 7px 0 0;
        padding: 0 8px 0 0;
        font-size: 14px;
        line-height: 20px;
    }

    .bn-reserv-view01.type01 .reserv-info-box .b-title-box .b-m-con span:after {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        right: 0;
        width: 1px;
        height: 12px;
        background-color: #8c8c8c;
    }

    .bn-reserv-view01.type01 .reserv-info-box .b-title-box .b-m-con span:last-of-type {
        padding: 0;
    }

    .bn-reserv-view01.type01 .reserv-info-box .b-title-box .b-m-con span:last-of-type:after {
        display: none;
    }

    /* 예약 신청 */
    .bn-reserv-write01.type01 .reserv-view-box table thead tr {
        display: none;
    }

    .bn-reserv-write01.type01 .reserv-view-box table tbody td {
        border-right: none;
        font-size: 14px;
    }

    .bn-reserv-write01.type01 .reserv-view-box table tbody tr td:nth-of-type(1) {
        text-align: left;
    }

    .bn-reserv-write01.type01 .reserv-view-box table tbody tr td:nth-of-type(2) {
        display: none;
    }

    .bn-reserv-write01.type01 .reserv-view-box table tbody tr td:nth-of-type(3) {
        display: none;
    }

    .bn-reserv-write01.type01 .reserv-view-box table tbody tr td:nth-of-type(4) {
        display: none;
    }

    .bn-reserv-write01.type01 .reserv-view-box .b-col01 {
        width: 100%;
    }

    .bn-reserv-write01.type01 .reserv-view-box .b-col02 {
        display: none;
        width: 0;
    }

    .bn-reserv-write01.type01 .reserv-view-box .b-col03 {
        display: none;
        width: 0;
    }

    .bn-reserv-write01.type01 .reserv-view-box .b-col04 {
        display: none;
        width: 0;
    }

    .bn-reserv-write01.type01 .reserv-view-box .b-title-box > span {
        font-weight: 500;
    }

    .bn-reserv-write01.type01 .reserv-view-box .b-title-box .b-m-con {
        display: block;
        padding: 6px 0 0 0;
    }

    .bn-reserv-write01.type01 .reserv-view-box .b-title-box .b-m-con span {
        display: inline-block;
        position: relative;
        margin: 0 7px 0 0;
        padding: 0 8px 0 0;
        font-size: 14px;
        line-height: 20px;
    }

    .bn-reserv-write01.type01 .reserv-view-box .b-title-box .b-m-con span:after {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        right: 0;
        width: 1px;
        height: 12px;
        background-color: #8c8c8c;
    }

    .bn-reserv-write01.type01 .reserv-view-box .b-title-box .b-m-con span:last-of-type {
        padding: 0;
    }

    .bn-reserv-write01.type01 .reserv-view-box .b-title-box .b-m-con span:last-of-type:after {
        display: none;
    }

    .bn-reserv-write01.type01 .reserv-room-box table thead tr th {
        font-size: 14px;
    }

    .bn-reserv-write01.type01 .reserv-room-box table thead tr th:nth-of-type(2) {
        display: none;
    }

    .bn-reserv-write01.type01 .reserv-room-box table thead tr th:nth-of-type(3) {
        display: none;
    }

    .bn-reserv-write01.type01 .reserv-room-box table tbody td {
        padding: 5px;
    }

    .bn-reserv-write01.type01 .reserv-room-box table tbody tr td:nth-of-type(2) {
        display: none;
    }

    .bn-reserv-write01.type01 .reserv-room-box table tbody tr td:nth-of-type(3) {
        display: none;
    }

    .bn-reserv-write01.type01 .reserv-room-box .b-col03 {
        display: none;
        width: 0;
    }

    .bn-reserv-write01.type01 .reserv-room-box .b-col04 {
        display: none;
        width: 0;
    }

    .bn-reserv-write01.type01 .reserv-room-box .b-col01 {
        width: 15%;
    }

    .bn-reserv-write01.type01 .reserv-room-box .b-col02 {
        width: 26%;
    }

    .bn-reserv-write01.type01 .reserv-room-box .b-col06 {
        width: 24%;
    }

    .bn-reserv-write01.type01 .reserv-room-box .b-title-box {
        text-align: left;
    }

    .bn-reserv-write01.type01 .reserv-room-box .b-title-box .b-m-con {
        display: block;
        padding: 6px 0 0 0;
    }

    .bn-reserv-write01.type01 .reserv-room-box .b-title-box .b-m-con span {
        display: inline-block;
        position: relative;
        margin: 0 7px 0 0;
        padding: 0 8px 0 0;
        font-size: 14px;
        line-height: 20px;
    }

    .bn-reserv-write01.type01 .reserv-room-box .b-title-box .b-m-con span:after {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        right: 0;
        width: 1px;
        height: 12px;
        background-color: #8c8c8c;
    }

    .bn-reserv-write01.type01 .reserv-room-box .b-title-box .b-m-con span:last-of-type {
        padding: 0;
    }

    .bn-reserv-write01.type01 .reserv-room-box .b-title-box .b-m-con span:last-of-type:after {
        display: none;
    }

    .bn-reserv-write01.type01 .reserv-room-box .b-input {
        height: 35px;
        font-size: 14px;
    }

    .bn-reserv-write01.type01 .reserv-room-box .b-select {
        width: 100%;
        max-width: none;
        height: 35px;
    }

    .bn-reserv-write01.type01 .reserv-room-box .b-time-box:first-of-type .b-select {
        margin: 0 5px 0 0;
    }

    .bn-reserv-write01.type01 .reserv-room-box .b-rsv-num-box .b-input {
        width: calc(100% - 17px);
    }

    .bn-reserv-write01.type01 .reserv-room-box .b-rsv-num-box span {
        font-size: 14px;
    }

    .bn-reserv-write01.type01 .reserv-room-box .b-radio + label {
        font-size: 14px;
    }

    .bn-reserv-write01.type01 .reserv-room-box .b-radio + label:before {
        width: 15px;
        height: 15px;
    }

    .bn-reserv-write01.type01 .reserv-room-box .b-radio:checked + label:after {
        top: 11px;
        left: 5px;
        width: 5px;
        height: 5px;
    }

    .bn-reserv-write01.type01 .reserv-user-info-box .b-col01 {
        width: 25%;
    }

    .bn-reserv-write01.type01 .reserv-user-info-box table thead th {
        padding: 10px 5px;
    }

    .bn-reserv-write01.type01 .reserv-user-info-box table tbody th {
        padding: 10px 5px;
        font-size: 14px;
    }

    .bn-reserv-write01.type01 .reserv-user-info-box table tbody td {
        padding: 10px;
        font-size: 14px;
    }

    .bn-reserv-write01.type01 .reserv-user-info-box .b-select {
        width: calc(50% - 5px);
        max-width: 100%;
        height: 35px;
    }

    .bn-reserv-write01.type01 .reserv-user-info-box .b-input {
        height: 35px;
        font-size: 14px;
    }

    .bn-reserv-write01.type01 .reserv-user-info-box .b-email-box .b-input {
        width: 100%;
        max-width: 100%;
    }

    .bn-reserv-write01.type01 .reserv-user-info-box .b-email-box .b-select {
        margin: 5px 0 0 0;
        width: 100%;
        max-width: 100%;
    }

    .bn-reserv-write01.type01 .reserv-user-info-box .b-tel-box .b-select {
        max-width: 100%;
    }

    .bn-reserv-write01.type01 .reserv-user-info-box .b-tel-box .b-input {
        margin: 5px 0 0 0;
        width: calc(50% - 5px);
        max-width: 100%;
    }

    .bn-reserv-write01.type01 .reserv-user-info-box .b-write-box .b-textarea {
        height: 200px;
    }

    .bn-reserv-write01.type01 .policy-box .scrollert .scrollert-content {
        padding: 15px 25px 15px 15px;
    }

    .bn-reserv-write01.type01 .policy-box .scrollert .scrollert-content .b-con-box {
        padding: 0 0 15px 0;
        font-size: 14px;
        line-height: 19px;
    }

    .bn-reserv-write01.type01 .policy-box .policy-agree-box p {
        padding: 10px 0;
        font-size: 14px;
        line-height: 19px;
    }

    .bn-reserv-write01.type01 .policy-box .b-chk + label {
        padding-left: 20px;
        font-size: 14px;
    }

    .bn-reserv-write01.type01 .policy-box .b-chk + label:before {
        margin: 3px 0 0 0;
        width: 15px;
        height: 15px;
    }

    .bn-reserv-write01.type01 .policy-box .b-chk:checked + label:before {
        padding: 2px 0 0 3px;
        font-size: 10px;
    }
}

@media screen and (max-width: 460px) {
    /* 회의실 예약 */ .bn-reserv-calendar01.type01 .calendar > ul > li > div ul li {
        padding:0 5px;
    }

    .bn-reserv-calendar01.type01 .calendar > ul > li > div .b-btn-rsv {
        left: 4px;
        width: calc(100% - 10px);
    }

    .bn-reserv-calendar01.admin.type01 .calendar > ul > li > div ul li a {
        letter-spacing: -2px;
    }
}

@media screen and (max-width: 400px) {
    /* 회의실 예약 */ .bn-reserv-calendar01.type01 .calendar > ul > li {
        min-height:100px;
    }

    .bn-reserv-calendar01.type01 .calendar > ul > li > div > .day {
        padding: 0 6px 6px 2px;
    }
}