@charset "utf-8"; 
.textbox {
    position: relative;
}

.calendar-image {
    position: absolute;
    right: 0;
    top: 0;
}

.board-search{background-color: #f5f6f8; padding: 2rem 3rem; margin-bottom: 5rem; display: flex; justify-content: center; align-items: center;}
.board-search .search-title{color: #485263;font-weight: 500;display: inline-block;vertical-align: middle;margin-right: 2rem; position: relative; line-height: 4rem;}
.board-search .search-title::before{content: "?"; border: 3px solid #485263; border-radius: 100%; text-align: center; display: inline-block; vertical-align: middle; width: 4rem; height: 4rem; margin: -.4rem 1rem 0 0; font-size: 2.2rem; box-sizing: border-box; line-height: 1.5;; font-family: pb;}
.board-search .board-serch{display: Flex; align-items:center; gap: 1rem;}
.board-search .board-serch .row {display: flex; align-items: center; border:0.1rem solid #ccc; border-radius: .5rem; overflow: hidden; background-color: white;}
.board-search .board-serch .typebox{position: relative;}
.board-search .board-serch ._selectBox{display: flex; height: 4.8rem; padding-left: 1.5rem; padding-right: 4.7rem; background: url('../images/ic-search-arrow.png') no-repeat right 1.5rem center; border:0; font-family: pm; font-size: 1.6rem; color: #777777; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none;appearance: none;}
.board-search .board-serch ._selectBox.active{background: url('../images/ic-search-arrow-on.png') no-repeat right 1.5rem center;}
.board-search .board-serch input[type="text"] {display: flex; width: 28.2rem; height: 4.8rem; text-indent: 1.5rem; font-family: pm; font-size: 1.6rem; color: #777777; border: 0;}
.board-search .board-serch ._submit{display: flex; width: 4.8rem; height: 4.8rem; background: url('../images/ic-search.png') no-repeat center; text-indent: -99999rem;}

.board-write2 .writeForm .artclForm.total {
    padding: 1rem 0;
}

.board-write2 .writeForm .artclLabel {
    position: relative;
    justify-content: center;
    width: 22rem;
    padding: 1rem 1.5rem 1rem 1.5rem;
    font-size: 1.7rem;
    color: #333;
    font-family: pr;
    background: #f8f8f8;
    border-bottom: 1px solid #dcdcdc;
}

.board-write2 .writeForm .artclInsert {
    padding: 1rem 3rem 1rem 1.5rem;
}

.board-write2 .writeForm .artclInsert.column {
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.board-write2 .writeForm .artclInsert .insert-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
}

.board-write2 .writeForm .artclInsert .insert-box label {
    margin-right: -1rem;
}

.board-write2 .writeForm .artclLabel em {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.board-write2 .writeForm .artclLabel .must {
    display: inline-block;
    width: .8rem;
    height: .8rem;
    transform: translate(.5rem,0);
    background: url('../images/ic-view-must.png') no-repeat center / .8rem;
}

.board-write2 .writeForm .artclInsert input[type="text"], .board-write2 .writeForm .artclInsert input[type="password"] {
    height: 4.8rem;
    padding-left: 2rem;
    font-size: 1.7rem;
    color: #666;
    font-family: pl;
    border: 1px solid #bdbdbd;
}

.board-write2 .writeForm .artclInsert input.date {
    background: url('../images/ic-view-select-arrow.png') no-repeat right 2rem center / 1.6rem;
}

.board-write2 .writeForm .artclInsert .sel-type, .board-write2 .writeForm .artclInsert .public-type {
    height: 4.8rem;
    padding-left: 2rem;
    font-size: 1.7rem;
    font-family: pl;
    color: #666;
    background: url('../images/ic-view-select-arrow.png') no-repeat right 2rem center / 1.6rem;
    border: 1px solid #bdbdbd;
}

.board-write2 .writeForm .artclInsert {
    gap: 1rem;
    font-family: nl;
    font-size: 1.8rem;
    color: #666;
}

.board-write2 .writeForm .artclInsert .switch li {
    margin-right: 2.5rem;
}

.board-write2 .writeForm .artclInsert .switch li:last-child {
    margin-right: 0;
}

.board-write2 input[type="radio"] {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

.board-write2 input[type="radio"] + label {
    position: relative;
    padding-left: 3.2rem;
}

.board-write2 input[type="radio"] + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14.5%;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: .7rem;
    border: 1px solid #5f6770;
    border-radius: 50%;
}

.board-write2 input[type="radio"]:checked + label::before {
    border: 1px solid #256ef4
}

.board-write2 input[type="radio"]:checked + label::after {
    content: '';
    position: absolute;
    left: .6rem;
    top: 1.1rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: #256ef4;
}

.board-write2 .writeForm .artclInsert .atchbtn .file-btn {
    transition: background-color .25s;
}

.board-write2 .writeForm .artclInsert .atchbtn .file-btn.add {
    position: relative;
    width: auto;
    height: 4rem;
    font-size: 1.5rem;
    color: #fff;
    text-align: left;
    padding: 0 2rem 0 4rem;
    background: #6d6b76 url('../images/ic-view-file2.png') no-repeat center left 1.5rem / 1.8rem;
    border: 0;
}

.board-write2 .writeForm .artclInsert .atchbtn .file-btn.del {
    position: relative;
    width: auto;
    height: 4rem;
    font-size: 1.5rem;
    color: #fff;
    text-align: left;
    padding: 0 2rem 0 4rem;
    background: #6d6b76 url('../images/ic-view-trash.png') no-repeat center left 1.5rem / 1.4rem;
    border: 0;
}

.board-write2 .writeForm .artclInsert .atchbtn .file-btn:hover {
    background-color: #414145;
}

.board-write2 .writeForm .artclInsert .multselBox {
    border: 1px solid #bdbdbd;
}

.board-write2 .writeForm .artclInsert .atchmnBtns {
    margin: 0;
}

.board-write2 .writeForm .artclInsert .possible {
    font-size: 1.5rem;
    font-family: pr;
    color: #666;
}

.board-write2 .writeForm .artclInsert .possible span {
    color: #212121;
}

.board-write2 .board-button .row {
    margin-top: 5rem;
    justify-content: center;
}

/* 곽영면 임시 */
.adminTab {
    position: relative;
    margin-top: 0px;
    margin-bottom: -10px;
    border-bottom: 0px solid #737984;
}

.adminTab ul {
    overflow: hidden;
}

.adminTab ul li {
    display: inline-block;
    float: left;
    margin-right: 1px;
}

.adminTab ul li a {
    display: block;
    height: 50px;
    font-size: 16px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans KR',sans-serif;
}

.adminTab ul li a {
    padding: 0 30px;
    line-height: 40px;
    background: #737984;
    border-radius: 10px 10px 0 0;
}

.adminTab ul li a._on {
    background: #e60012;
}

.adminTab .create-site {
    border-radius: 10px 10px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #25408f url(./../../images/common/adm-icon03.png) 15px 13px no-repeat;
    line-height: 40px;
    color: #fff;
    font-family: 'Noto Regular';
    font-size: 16px;
    text-align: right;
    padding: 0 20px 10px 50px;
    height: 50px;
}

.popup {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 99;
    display: flex;
    background-color: #c4dff2;
    justify-content: space-between;
    flex-direction: column;
}



곽영면 임시
.adminTab{position: relative;margin-top: 0px;margin-bottom: -10px;border-bottom: 0px solid #737984;}
.adminTab ul{overflow: hidden;}
.adminTab ul li{display: inline-block;float: left;margin-right: 1px;}
.adminTab ul li a{display: block;height: 50px;font-size: 16px;padding-bottom: 10px;color: #fff;text-align: center;font-family: 'Noto Sans KR',sans-serif;}
.adminTab ul li a{padding:0 30px;line-height: 40px;background: #737984;border-radius: 10px 10px 0 0;}
.adminTab ul li a._on{background: #e60012;}
.adminTab .create-site{border-radius: 10px 10px 0 0;position: absolute;right: 0;top: 0;background: #25408f url(./../../images/common/adm-icon03.png) 15px 13px no-repeat;line-height: 40px;color: #fff;font-family: 'Noto Regular';font-size: 16px;text-align: right;padding: 0 20px 10px 50px;height: 50px;}
.popup {position:absolute;top:50px;left:50px;z-index:99;display: flex; background-color: #c4dff2;justify-content: space-between; flex-direction: column;} */