@charset "UTF-8";

.check-box{margin-top: 30px;}
.check-box input[type=checkbox]{display: none;}
.check-box .check-icon{display: inline-block; width: 16px; height: 16px; border: 1px solid #acacac; position: relative; margin-right: 10px; position: relative;}
.check-box input[type=checkbox]:checked ~ .check-icon{border: 1px solid #0d5dbe;}
.check-box input[type=checkbox]:checked ~ .check-icon::after{content:""; display: block; position: absolute; left: 50%; top: 50%; width: 6px; height: 6px; border-radius: 1px; background-color: #0d5dbe; transform: translate(-50%, -50%)}
.check-box label{font-size: 16px; color: #333333; font-family: pm;}

.agree-btn{gap: 10px; margin-top: 30px;}
.agree-btn button{font-size: 15px; color: #555555; font-family: pm; border: 1px solid #b2b2b2; border-radius: 5px; display: inline-block; padding: 5px 18px;}
.agree-btn button:hover{background-color: #003675; color: white; border: 1px solid #003675;}

.board-write2 .writeForm .artclForm.total {
    padding: 10px 0;
}

.board-write2 .writeForm .artclLabel {
    position: relative;
    justify-content: center;
    width: 220px;
    padding: 10px 15px 10px 15px;
    font-size: 17px;
    color: #333;
    font-family: pr;
    background: #f8f8f8;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
}

.board-write2 .writeForm .artclInsert {
    padding: 10px 30px 10px 15px;
	word-break: break-all;
	flex-wrap: wrap;
}

.board-write2 .writeForm .artclLabel em {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.board-write2 .writeForm .artclLabel .must {
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: translate(.5rem,1.1rem);
    background: url('../images/ic-must.png') no-repeat center / 8px;
	margin-top: -25px;
}

.board-write2 .writeForm .artclInsert input[type="text"], .board-write2 .writeForm .artclInsert input[type="password"] {
    height: 48px;
    padding-left: 20px;
    font-size: 17px;
    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 20px center / 16px;
}

.board-write2 .writeForm .artclInsert .sel-type, .board-write2 .writeForm .artclInsert .public-type {
    height: 48px;
    padding-left: 20px;
    font-size: 17px;
    font-family: pl;
    color: #666;
    background: url('../images/ic-view-select-arrow.png') no-repeat right 20px center / 16px;
    border: 1px solid #bdbdbd;
}

.board-write2 .writeForm .artclInsert {
    gap: 10px;
    font-family: nl;
    font-size: 18px;
    color: #666;
}

.board-write2 .writeForm .artclInsert .switch li {
    margin-right: 25px;
}

.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: 32px;
}

.board-write2 input[type="radio"] + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14.5%;
    width: 24px;
    height: 24px;
    margin-right: 7px;
    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: 6px;
    top: 36%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #256ef4;
}

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

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

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

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

.board-write2 input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 36%;
    width: 12px;
    height: 12px;
    border-radius: 0;
    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: 40px;
    font-size: 15px;
    color: #fff;
    text-align: left;
    padding: 0 20px 0 40px;
    background: #6d6b76 url('../images/ic-view-file2.png') no-repeat center left 15px / 18px;
    border: 0;
}

.board-write2 .writeForm .artclInsert .atchbtn .file-btn.del {
    position: relative;
    width: auto;
    height: 40px;
    font-size: 15px;
    color: #fff;
    text-align: left;
    padding: 0 20px 0 40px;
    background: #6d6b76 url('../images/ic-view-trash.png') no-repeat center left 15px / 14px;
    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: 15px;
    font-family: pr;
    color: #666;
}

.board-write2 .writeForm .artclInsert .possible span {
    color: #212121;
}

.board-write2 .board-button .row {
    margin-top: 50px;
    justify-content: center;
}

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

.check-box{margin-top: 30px;}
.check-box input[type=checkbox]{display: none;}
.check-box .check-icon{display: inline-block; width: 16px; height: 16px; border: 1px solid #acacac; position: relative; margin-right: 10px; position: relative;}
.check-box input[type=checkbox]:checked ~ .check-icon{border: 1px solid #0d5dbe;}
.check-box input[type=checkbox]:checked ~ .check-icon::after{content:""; display: block; position: absolute; left: 50%; top: 50%; width: 6px; height: 6px; border-radius: 1px; background-color: #0d5dbe; transform: translate(-50%, -50%)}
.check-box label{font-size: 16px; color: #333333; font-family: pm;}

._fnctWrap{line-height: 1.5;}
.common-select{display: flex; height: 48px; padding-left: 15px; padding-right: 47px; background: url('../images/ic-search-arrow.png') no-repeat right 1.5rem center; border:0; font-family: pm; font-size: 16px; color: #777777; -o-appearance: none; -webkit-appearance: none; -moz-appearance: none;appearance: none; border:1px solid #ccc; border-radius: 5px}
.common-select.file{background: none;}
.common-text{display: flex; height: 48px; text-indent: 15px; font-family: pm; font-size: 16px; color: #777777; border: 1px solid #ccc; border-radius: 5px; padding: 5px 0;}
.common-textarea{font-family: pm; font-size: 16px; color: #777777; border: 1px solid #ccc; border-radius: 5px; width: 100%; height: 200px; text-indent: 15px; padding: 15px 0;}
.full{width: 100%;}
.point{width: 8px; height: 8px; margin-right: 10px; background: url('../images/ic-must.png') no-repeat center; text-indent: -99999px; display: inline-block;}
.he100{height: 100px;}
.small-button{display: inline-flex; height: 30px; padding: 0 10px; background: #fff; border: 1px solid #0d5dbe; border-radius: 5px; font-family: pm; font-size: 14px; color: #0d5dbe; align-items: center;}
.flex{display: flex; flex-wrap: wrap; gap: 10px;}
.nonwrap{flex-wrap: nowrap;}
.center{ align-items: center;}
.start{justify-content:start;}
.end{justify-content: end;}
.textbox{position: relative;}

.right-sub-info-content {
    background-color: #eef2f7;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 40px 45px 40px;
}

.right-sub-info-content.center {
    align-items: center;
}

.right-sub-info-content .right-sub-info-logo {
    width: 120px;
    height: 120px;
    border: 1px solid #ced3d6;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.right-sub-info-content .right-sub-info-text {
    width: calc(100% - 160px)
}

.right-sub-info-content .right-sub-info-text h1 {
    font-size: 25px;
    color: #256ef4;
    font-family: pb;
    margin-bottom: 16px;
}

.right-sub-info-content .right-sub-info-text p {
    font-size: 19px;
    line-height: 30px;
    color: #464c53;
}

.button-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.button-box .btn {
    border: 1px solid #b2b2b2;
    border-radius: 10px;
    font-size: 17px;
    color: #555555;
    background-color: white;
    padding: 14.5px 50px 14.5px 24px;
    background-repeat: no-repeat;
    background-position: right 23px center;
}

.button-box .btn:hover {
    background-color: #256ef4;
    color: white;
    border: 1px solid #256ef4;
}

.button-box .btn.btn07{
	background-image: url(../images/btn-link1.png);
}

.button-box .btn.btn07:hover {
    background-image: url(../images/btn-link1-on.png);
}

.con-list1{margin: 10px 0;}

.con-list1 > ul > li {
    color: #555555;
    font-size: 17px;
    padding-left: 16px;
    position: relative;
    margin-bottom: 7px;
}

.con-list1 > ul > li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #717171;
}

.con-list1 > ul > li:last-child {
    margin-bottom: 0;
}

.con-table table {
    border-top: 1px solid #003675;
    border-bottom: 1px solid #e3e3e3;
}

.con-table table::after {
    width: 1px;
}

.con-table thead th {
    font-size: 19px;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    padding: 20.25px 15px;
}

#adminWrap .con-table thead th{
	font-size: 4px;
	padding: 5px 3px;
}

.con-table thead tr:first-child th {
    border-top: 0;
}

.con-table tbody th {
    background-color: #fcfcfe;
    font-size: 19px;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    padding: 20.25px 15px;
}

#adminWrap .con-table tbody th{
	font-size: 14px;
	padding: 5px 3px;
}

.con-table tbody td {
    font-size: 19px;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    padding: 20.25px 15px;
}

#adminWrap .con-table tbody td{
	font-size: 14px;
	padding: 5px 3px;
}

#adminWrap .common-select{height: 30px; font-size: 14px;}
#adminWrap .common-text{height: 30px; font-size: 14px;}

@media screen and (max-width: 768px) {
	.con-table{overflow: auto;}
	.con-table table{width: 800px;}
}