.mainOne {
    margin-top: 4%;
}

button {
    border: none;
}

fieldset,
img {
    border: none;
}

img,
input,
select
{
    vertical-align: middle;
}

textarea  {
	vertical-align: top;
}
.board-selectbox {
    display: inline-block;
    position: relative;
    z-index: 0;
    width: 145px;
    text-align: left;
    vertical-align: middle;
    caret-color: transparent;
    margin-bottom: 10px;
}

.board-selectbox-title {
    display: inline-block;
    padding: 9px 10px;
    font-weight: 300;
    width: 30%;
    border: 1px solid #d0d0d0;
    color: #666;
    box-sizing: border-box;
    border-radius: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    caret-color: transparent;
}

.board-selectbox-title:visited {
    color: #666;
}


.content-wrap {
    width: 100%;
    box-sizing: border-box;
}


.ys-board {
    font-weight: 300;
    font-size: 16px;
    color: #333;
}

.board-wrap {
    border-top: 4px solid var(--black);
    font-size: 22px;
}

table {
    display: table;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
}

.board-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.board-wrap .hide {
    display: block;
    position: fixed;
    top: -10000000000000000000px;
    width: 0;
    height: 0;
}

.hide {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    text-indent: -9999999px;
    overflow: hidden;
}

.board-table thead th {
    padding: 19px 0;
    border-bottom: 1px solid #333;
    font-weight: 500;
}

.board-qa tbody td {
    position: relative;
}

.board-table tbody tr {
    cursor: pointer;
}

.board-table tbody td {
    position: relative;
    letter-spacing: -1px;
    padding: 18px 0;
    height: 100%;
    border-bottom: 1px solid #e7e7e7;
}

.board-qa .c-board-title-wrap {
    display: inline;
    padding: 0 5px 0 0;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
}

.board-table tbody td a {
    color: #333;
}

a:link,
a:visited,
a:hover {
    text-decoration: none;
}

.board-wrap:after {
    content: "";
    display: block;
    clear: both;
}

.paging-wrap {
    margin: 30px auto;
    width: 100%;
    text-align: center;
}

.paging-wrap li {
    display: inline-block;
    vertical-align: middle;
}

.paging-wrap li a {
    display: block;
    position: relative;
    z-index: 10;
    margin: 0 4px 0 0;
    padding: 2px 0 0 0;
    width: 32px;
    height: 32px;
    font-weight: 300;
    color: #999;
    box-sizing: border-box;
    border: 1px solid;
}

.paging-wrap li a.page-icon.active,
.paging-wrap li a.page-icon:hover {
    color: var(--white);
}

.paging-wrap li a.page-icon.active:before,
.paging-wrap li a.page-icon:hover:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    font-weight: 500;
    background-color: var(--black);
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.btn-wrap {
    margin: 20px 0 0 0;
}

.btn-wrap li {
    display: inline-block !important;
    margin: 0 0 0 6px;
    vertical-align: middle;
}



.btn {
    display: inline-block;
    padding: 16px 10px;
    min-width: 120px;
    color: var(--white);
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 1;
    vertical-align: middle;
    border-color: transparent;
}

.btn01 {
    background-color: var(--gray);
    font-weight: bold;
}


.c-board-title-wrap> .new::after {
    content: 'N';
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    font-weight: bold;
    color: var(--white);
    border-radius: 50%;
    background-color: var(--main);
    width: 16px;
    height: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
}

.c-board-title-wrap>.lock::before{
    content: '';
    background-image: url('/www/assets/img/padlock.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    margin-right: 1%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: -5px;
    position: relative;
}

.c-board-title-wrap>.lock.new::before {
    margin-left: 20px;
    top: -9px;
    position: relative;
}

.btnMain {
    background-color: var(--main);
}

.btnEdit {
    background-color: var(--gray-light);
    color: var(--gray-text-dark);
}

.agree-wrap {
    margin-top: 3%;
}

.readMore {
    color: var(--main);
    font-weight: bold;
    padding-bottom: .3%;
    margin-left: 1%;
    border-bottom: 1px solid;
}

.require::after {
    content: '*';
    color: red;
    font-weight: bolder;
}

.ellipsis {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 38vw;
}

.whoWrote {display: flex; gap: 10%;}

p.active {
    background: var(--main);
    border-radius: 20px;
    padding: 8% 0;
    color: var(--white);
}

p.active.complete {
    background: #d1d1d1;
    color: #7b7b7b;
}

input[type=text], input[type=email],input[type=password], textarea {
	width: 95%;
	text-align: left;
	border: none;
	outline: none;
	background-color: var(--gray-light);
	padding: 1%;
	font-size: inherit;
}

select {
    width: 200px;
    border: 1px solid var(--gray-light);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12px 13px;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: 16px;
}

@media screen and (max-width: 1024px) {
    .board-wrap {
        font-size: 21px;
    }
}

@media screen and (max-width: 710px) {
    .board-wrap {
        font-size: 20px;
    }
}

@media screen and (max-width: 620px) {
    .board-wrap {
        font-size: 19px;
    }
}

@media screen and (max-width: 480px) {
    .board-wrap {
        font-size: 18px;
    }
}

@media screen and (max-width: 320px) {
    .board-wrap {
        font-size: 16px;
    }
}