@charset "UTF-8";

._fnctWrap{line-height: 1.5;}

.flex{display: flex !important;}
.center{align-items: center !important;}
.justify{justify-content: center !important;}

.writeForm .artclForm{flex-wrap: wrap;}

.board-write2 .writeForm .artclForm.total {
    padding: 1rem 0;
}

.board-write2 .writeForm .artclLabel {
    position: relative;
    justify-content: center;
    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;
    width: calc(100% - 24rem)
}

.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-must.png') no-repeat center / .8rem;
}

.board-write2 .writeForm .artclInsert input[type="text"], .board-write2 .writeForm .artclInsert input[type="password"], .board-write2 .writeForm .artclInsert input[type="number"]{
    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: 0px;
    height: 0px;
    margin: 0px;
    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: 0;
    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: .6rem;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #256ef4;
	border-radius: 50%;
}

.radio-btn {gap: 1rem;}
.radio-btn label{font-size: 1.6rem; color: #333333; font-family: pm;}
.agree-btn{gap: 1rem; margin-top: 3rem;}
.agree-btn input{font-size: 1.5rem; color: #555555; font-family: pm; border: .1rem solid #b2b2b2; border-radius: .5rem; display: inline-block; padding: .5rem 1.8rem; background-color: white;}
.agree-btn input:hover{background-color: #003675; color: white; border: .1rem solid #003675;}

.board-write2 input[type="checkbox"] {
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

.board-write2 input[type="checkbox"] + label {
    position: relative;
    padding-left: 3.2rem;
}

.board-write2 input[type="checkbox"] + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14.5%;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: .7rem;
    border: 1px solid #5f6770;
}

.board-write2 input[type="checkbox"]:checked + label::before {
    border: 1px solid #256ef4
}

.board-write2 input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    left: .6rem;
    top: 1.1rem;
    width: 1.2rem;
    height: 1.2rem;
    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;
}

@media screen and (max-width: 768px) {
  .flex{flex-direction: row !important;}
.board-write2 .writeForm .artclInsert{width: 100%;}
}