*{
    font-family: 'Noto Sans KR', sans-serif;
}

/*서브페이지헤더*/

.header {
    height: 60px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}


.header .logo {
    height: 30px;
    margin-left: 20px;
}

.header .logo img {
    height: 30px;
}

.header .gnb {
    margin-right: 60px;
    overflow: hidden;
}

.header .gnb .name {
    float: left;
    display: block;
    font-size: 13px;
    color: #232323;
    font-weight: 500;
    line-height: 31px;
    margin-right: 18px;
}

.header .gnb .name strong {
    font-size: 16px;
    margin-right: 5px;
}


.header .gnb .button.sub {
    display: block;
    overflow: hidden;
    float: left;
}

.header .gnb .button.sub button {
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    border-radius: 4px;
    padding: 9px 18px;
    float: left;
}

.header .gnb .button.sub button+button {
    margin-left: 7px;
}


/*서브페이지 좌측메뉴*/

.sub {
    display: flex;
    float: left;
    justify-content: space-between;
}

.sub .leftMenu {
    width: 200px;
}

.sub .leftMenu .menuLine {
    border-bottom: 1px solid #fff;
}

.sub .leftMenu .menuLine .bigMenu {
    display: block;
    padding: 15px 20px 15px 24px;
    font-size: 16px;
    color: #232323;
    font-weight: 400;
    background: url('../images/common/menu_off.png') 169px center/auto no-repeat;
    background-color: #f3f3f3;
    width: 156px;
}

.sub .leftMenu .menuLine.on .bigMenu {
    background: url('../images/common/menu_on.png') 169px center/auto no-repeat;
    background-color: #f3f3f3;
}

.sub .leftMenu .menuLine ul {
    height: 0px;
    overflow: hidden
}

.sub .leftMenu .menuLine.on ul {
    height: auto;
}

.sub .leftMenu .menuLine ul li {
    margin-bottom: 15px;
}

.sub .leftMenu .menuLine ul li:first-child {
    margin-top: 20px;
}

.sub .leftMenu .menuLine ul li:last-child {
    margin-bottom: 30px;
}


.sub .leftMenu .menuLine ul li a {
    font-size: 13px;
    margin-left: 15px;
}


.sub .leftMenu .menuLine ul li a.on,
.sub .leftMenu .menuLine ul li a:hover {
    color: #bea461;
}




/* 공통 인풋박스  */

textarea:focus{
    outline: none;
}

label{
    cursor: pointer;
    display: block;
    overflow: hidden;
}


.tableHead label{
    display: inline-block;
}



span.wd414{
    width: 414px;
}

input[type="text"],
input[type="password"]{
    width: 226px;
    height: 38px;
    border: 1px solid #b5b5b5;
    padding-left: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #232323;
}

#wrap .addTable table.listTable tr td input[type="text"].wd370{
    width: 370px;
    margin-left: 10px;
}


input::placeholder{
    color: #999;
}

input + input{
    margin-top: 12px;
}


input[type="radio"],
input[type="checkbox"]{
    border-radius: 0;
    vertical-align: middle;
   -moz-appearance:none;  /* Firefox */
   -webkit-appearance:none;  /* Safari and Chrome */
   appearance:none;
}

.checkLabel{
    cursor: pointer;
}


input[type="checkbox"] + span.checkImg{
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url('../images/common/check.png') center/16px no-repeat;
}


input[type="checkbox"]:checked + span.checkImg{
    background: url('../images/common/checked.png') center/16px no-repeat;
}


input[type="radio"] + span.radioImg {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url('../images/common/radio.png') center/16px no-repeat;
}


input[type="radio"]:checked + span.radioImg {
    background: url('../images/common/radio_on.png') center/16px no-repeat;
}






/* 라벨 체크박스 */
.labelCheck{
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    height: 30px;
    background: url(../images/common/check.png) left center/16px no-repeat;
    vertical-align: middle;
    line-height: 30px;
}

input[type="checkbox"]:checked + .labelCheck{
    background: url('../images/common/checked.png') left center/16px no-repeat;
}


/* 라디오라벨 */

.radioBox{
    float: left;
    margin-right: 20px;
}

.radioBox.short{
    min-width: 70px;
}

.radioBox + .selBox{
    margin-left: 24px;
}

.radioBox input[type="radio"]{
    display: none;
}

.radioBox + input[type="text"]{
    width: calc( 100% - 124px )!important;
}

.radioBox input[type="radio"] + label {
    padding-left: 24px;
    background: url('../images/common/radio.png') left center/16px no-repeat;
}

.radioBox input[type="radio"]:checked + label {
    padding-left: 24px;
    background: url('../images/common/radio_on.png') left center/16px no-repeat;
}

.addTable .listTable .radioBox .text{
    margin: 0px;
}

.addTable .listTable .radioBox input[type="text"]{
    display: inline-block;
    max-width: 118px;
    margin-top: 0px!important;
}



/* 등록 수정 테이블 체크 박스 */

.secChk.block{
    overflow: hidden;
    width: 100%;
    display: block;
}

.chkBox {
    display: block;
    float: left;
    line-height: 30px;
    margin-right: 20px;
}

.addTable table.listTable tr th .chkBox{
    margin: 40px 0px 0px 30px;
}

.chkBox input[type="checkbox"] {
    display: none;
}

.chkBox+input[type="text"] {
    width: calc(100% - 124px) !important;
}

.chkBox label input[type="checkbox"] + span {
    padding-left: 24px;
    background: url('../images/common/check.png') left center/16px no-repeat;
}

.chkBox label input[type="checkbox"]:checked  + span{
    padding-left: 24px;
    background: url('../images/common/checked.png') left center/16px no-repeat;
}

.chkBox span.text{
    margin-left: 0px;
}

.chkBox2{
	display: inline-block;
}

.chkBox2 input[type="checkbox"] {
    display: none;
}

.chkBox2+input[type="text"] {
    width: calc(100% - 124px) !important;
}

.chkBox2 label input[type="checkbox"] + span {
    padding-left: 16px;
    background: url('../images/common/check.png') left center/16px no-repeat;
}

.chkBox2 label input[type="checkbox"]:checked  + span{
    padding-left: 16px;
    background: url('../images/common/checked.png') left center/16px no-repeat;
}

.chkBox span.text{
    margin-left: 0px;
}


/* 체크박스 on/off 방식 */

.switch {
    position: relative;
    float: left;
}

.switch label span{
    display: block;
    float: left;
    line-height: 29px;
    margin-right: 10px;
}

.switch input[type="checkbox"] {
    position: relative;
    width: 35px;
    background: #fff;
    -webkit-appearance: none;
    height: 22px;
    background: #fff;
    outline: none;
    border-radius: 22px;
    margin-top: 4px;
    border: 2px solid #bea461;
}

.switch input[type="checkbox"]:checked {
    background: #bea461;
}

.switch input[type="checkbox"]:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    left: 2px;
    background: #bea461;
    border-radius: 50%;
    top: 2px;
    transition: 0.5s;
}

.switch input[type="checkbox"]:checked:before {
    left: 15px;
    background: #fff;
}





/* 버튼 종류 */

button {
    line-height: 100%;
    border-radius: 4px;
    height: 30px;
    font-size: 13px;
}

button.mt10{
    margin-top: 10px;
}

button.right{
    float: right;
}

button.floatNone{
    float: none !important;
}

button.ml10{
    margin-left: 10px;
}

button.ml0{
    margin-left: 0 !important;
}

button.ml30{
    margin-left: 30px;
}

button.mr10{
    margin-right: 10px !important;
}

button.wd84{
    width: 84px;
}

button.wd110{
    width: 110px !important;
}

button.wd120{
    width: 120px !important;
}

input[type=button].red,
button.red{
    color: #fff;
    background-color: #bea461;
    line-height: 100%;
    width: 82px;
    cursor: pointer;
    border-radius: 4px;
    height: 30px;
}

input[type=button].black,
button.black{
    color: #fff;
    background-color: #333;
    line-height: 100%;
    width: 84px;
    cursor: pointer;
    border-radius: 4px;
    height: 30px;
}

button.small{
    border-radius: 4px;
    height: 32px;
    padding: 0px 15px;
    min-width: 40px;
    width: auto;
}

input[type=button].blackBorder,
button.blackBorder{
    color: #333;
    background-color: #fff;
    line-height: 100%;
    border: 1px solid #333;
    width: 82px;
    cursor: pointer;
    border-radius: 4px;
    height: 30px;
}

button.redBorder {
    color: #bea461;
    background-color: #fff;
    line-height: 100%;
    border: 1px solid #bea461;
    width: 82px;
    cursor: pointer;
    border-radius: 4px;
    height: 30px;
}

button.gray{
    background-color: #999;
    color: #fff;
    line-height: 100%;
    border: 1px solid #999;
    border-radius: 4px;
    height: 32px;
    padding: 0px 15px;
    min-width: 40px;
}


button.colorRed{
    background-color: #fff;
    border: 1px solid #bea461;
    color: #bea461;
}
button.colorBlack{
    background-color: #fff;
    border: 1px solid #af2322;
    color: #af2322;
}

.btnBot button {
    width: 82px;
    height: 30px;
    float: right;
    cursor: pointer;
    border-radius: 4px;
}

.btnBot button.left {
    float: left;
}

.btnBot.center{
    text-align: center;
}

.btnBot.center button{
    float:none;
}

.btnBot.right{
    text-align: right;
}


.tableBtn.nb button {
    width: 84px;
    height: 30px;
    float: left;
}

.btnBot,
.btnBot.twoRight{
    overflow: hidden;
    margin-top: 20px;
}

.tableBtn.twoRight button + button {
    margin-right: 10px;

}

.tableBtn.twoRight div.left{
    float: left;
    overflow: hidden;
}

.tableBtn.twoRight div.left button{
    display: block;
    float: none;
}

.tableBtn.twoRight div.left button:nth-child(n+2){
    margin-top: 10px;
}

.btnBot.twoRight .leftBtn{
    float: left;
}

.btnBot.twoRight button + button {
    margin-left: 10px;
    margin-right: 10px;
}

button.ml10{
    margin-left: 10px;
}


button.auto{
    width: 150px;
}

button.wh{
    width: auto!important;
    height: auto!important;
    padding: 8px 20px;
}

button.h42{
    height: 42px!important;
}


/*로그인 부분 레이아웃*/

.wrap{
    width: 100%;
    height: 100vh;
    max-width: 1400px;
    min-width: 1160px;
    margin: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.wrap .boxSml{
    display: block;
}

.wrap .boxSml .logo{
    display: block;
    text-align: center;
    margin: 0 auto;
}

.wrap .boxSml .inputBox{
    width: 384px;
    height: 175px;
    border: 1px solid #bea461;
    margin-top: 45px;
    padding: 78px 86px 55px 88px;
}

.wrap .boxSml .inputBox .boxTitle{
    font-size: 24px;
    font-weight: 700;
    color: #232323;
    display: block;
    line-height: 24px;
    letter-spacing: 0.05em;
}

.wrap .boxSml .inputBox .loginForm{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.wrap .boxSml .inputBox .loginForm button{
    width: 134px;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
}


.wrap .boxSml .inputBox .popup {
    font-size: 14px;
    line-height: 13px;
    color: #232323;
    font-weight: 400;
    display: inline-block;
    margin: 20px 0px 0px 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 14px;
    position: relative;
}

.wrap .boxSml .inputBox .popup::after {
    content: " ";
    display: block;
    position: absolute;
    width: 20px;
    height: 13px;
    top: 1px;
    right: 0px;
    background: url('../images/common/arrow-last_b.png') right center/11px no-repeat;
}






/*팝업*/
body{
    height: 100vh;
        overflow-y: scroll;

}


.modal{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.modal.on{
    visibility: visible;
}

.modal .modalCon{
    background-color: #fff;
    width: 455px;
    padding: 50px 62px 54px 68px;
    position: relative;
}

.modal .modalCon.type2{
    width: 410px;
    padding: 50px 60px 45px 60px;
}

.modal .modalCon.type3{
    width: 870px;
    padding: 45px;
	box-sizing:border-box;
}

.modal .modalCon .modalTitle{
    padding-bottom: 20px;
    border-bottom: 4px solid #000;
}

.modal .modalCon .modalTitle.nb{
    border: none;
}

.modal .modalCon .modalClose{
    position: absolute;
    display: block;
    top: 20px;
    right: 20px;
    cursor: pointer;
}


.modal .modalCon .modalTitle .title{
    font-size: 24px;
    color: #000;
    font-weight: 400;
    line-height: 1;
    display: block;
}

.modal .modalCon .modalTitle .title.center{
    text-align: center;
}

.modal .modalCon .modalTitle .info.center{
    margin-top: 30px;
    text-align: center;
    display: block;
}

.text{
    font-size: 14px;
    color: #444;
    line-height: 1;
    font-weight: 400;
    float: left;
    display: block;
    margin-top: 0px;
    margin-left: 10px;
    line-height: 29px;
}

.modal .modalCon .text {
    font-size: 14px;
    color: #444;
    line-height: 1;
    font-weight: 400;
    display: block;
    margin-top: 10px;
    float: none;
    margin-left: 0px;
}

.modal .modalCon .modalTitle.type2{
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}

.modal .modalCon .modalTitle.type2 .title{
    font-size: 22px;
    font-weight: 700;
}

.modal .modalCon .modalTitle.type2 .text {
    margin-top: 15px;
}

.text.hypen{
    margin: 0px 30px;
}


.modal .modalCon .modalForm .line{
    display: flex;
    align-items: top;
    justify-content: space-between;
    margin: 20px 0px 0px 0px;
}

.modal .modalCon .modalForm .line.bb{
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.modal .modalCon .modalForm .line + .line{
    margin: 18px 0px 0px 0px;
    padding-bottom: 20px;
}

.modal .modalCon .modalForm .line.mt0{
    margin: 0;
}

.modal .modalCon .modalForm .line:last-of-type{
    border-bottom: 1px solid #ddd;
}

.modal .modalCon .modalForm .line span{
    font-weight: 500;
    color: #232323;
    line-height: 32px;
    font-size: 14px;
}

.modal .modalCon .modalForm .line input{
    width: 311px;
    height: 33px;
    font-size: 14px;
    color: #232323;
    font-weight: 400;
}

.modal .modalCon .modalForm button{
    font-weight: 700;
    font-size: 16px;
    width: 200px;
    height: 52px;
    display: block;
    margin: 30px auto 0px;
}

.modal .modalCon .modalForm .btnBot{
    text-align: center;
}

.modal .modalCon .modalForm .btnBot button {
    width: 82px;
    height: 30px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 13px;
    margin: 0px;
    font-weight: normal;
    float: inherit;
    display: inline-block;
}

.modal .modalCon .modalForm .btnBot button.ml10{
    margin-left: 10px;
}

.modal .modalCon .modalForm .btnBot button.left {
    float: left;
}


.modal .modalCon .modalForm .line span.import{
    font-size: 13px;
    font-weight: 400;
    color: #bea461;
    display: block;
    margin-top: 15px;
    line-height: 1;
}

.modal .modalCon .modalForm .reasonBox{
    width: calc( 100% - 42px );
    border: 1px solid #ddd;
    padding: 20px;
}

.modal .modalCon .modalForm .reasonBox textarea{
    border: none;
    outline: none;
    width: 100%;
    height: 140px;
}

.modal .modalCon .modalTable{
    width: 100%;
    border-top: 1px solid #333;
}

.modal .modalCon .modalTable th{
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #232323;
    text-align: left;
    background: #f3f3f3;
    padding-left: 15px;
    border-bottom: 1px solid #ddd;
}

.modal .modalCon .modalTable th .import{
    color: #bea461;
    line-height: 20px;
    vertical-align: middle;
}

.modal .modalCon .modalTable td{
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    text-align: left;
    padding-left: 15px;
    border-bottom: 1px solid #ddd;
}

.modal .modalCon .modalTable td input[type=text]{
    width: calc( 100% - 14px );
    border: 1px solid #ddd;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}

.modal .modalCon .modalTable td button.view{
    width: 23px;
    height: 23px;
    padding: 0;
    margin: 0;
}

.modal .modalCon .modalSortList{
    width: 100%;
    border-top: 1px solid #333;
}

.modal .modalCon .modalSortList li{
    font-size: 14px;
    color: #232323;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    padding-left: 55px;
    background: url(../images/common/ico_sort.png) 20px center no-repeat;
    cursor: pointer;
}

.modal .modalCon .modalSortList li.on{
    background-color: #f3f3f3;
}


/*게시판 탭*/


.tab-btn{
    height: 45px;
    position: relative;
    margin: 23px 0px 29px;
}

.tab-btn::after{
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #222;
    bottom: 0px;
    left: 0px;
    position: absolute;
    z-index: 1;
}


.tab-btn li{
    float: left;
    cursor: pointer;
    width: 316px;
    height: 45px;
    line-height: 45px;
    max-width: 316px;
    width: 20%;
    position: relative;
}

.tab-btn li a{
    display: block;
    height: 44px;
    background-color: #f3f3f3;
    display: block;
    text-align: center;
    position: absolute;
    display: block;
    border: 1px solid #ddd;
    border-bottom: none;
    color: #666;
    width: 100%;
}

.tab-btn li.on a{
    z-index: 3;
    border-color: #222;
    background-color: #fff;
    color: #444;
}

.tab-btn li:nth-child(n+2) span{
    border-left: none;
}

.tab-btn.full ul{
	display: flex;
	width: 100%;
}

.tab-btn.full li{
	float: none;
	width: auto;
	max-width: none;
	flex: 1;
}


/*2023-01-11 게시판 탭2 start*/

.tab-btnsub{
    height: 40px;
    position: relative;
    margin: 23px 0px 25px;
}

.tab-btnsub::after{
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #222;
    bottom: 0px;
    left: 0px;
    position: absolute;
    z-index: 1;
}

.tab-btnsub li{
    float: left;
    cursor: pointer;
    width: 316px;
    height: 40px;
    line-height: 39px;
    max-width: 316px;
    width: 20%;
    position: relative;
}

.tab-btnsub li a{
    display: block;
    height: 39px;
    background-color: #f3f3f3;
    display: block;
    text-align: center;
    position: absolute;
    display: block;
    border: 1px solid #ddd;
    border-bottom: none;
    color: #666;
    width: 100%;
}

.tab-btnsub li.on a{
    z-index: 3;
    border-color: #222;
    background-color: #fff;
    color: #444;
}

.tab-btnsub li:nth-child(n+2) span{
    border-left: none;
}

.tab-btnsub.full ul{
	display: flex;
	width: 40%;
}

.tab-btnsub.full li{
	float: none;
	width: auto;
	max-width: none;
	flex: 1;
}
/*2023-01-11 게시판 탭2 end*/


.tableBtn{
    margin-top: 18px;
    overflow: hidden;
}

.tableBtn button{
    width: 82px;
    height: 28px;
    float: right;
    cursor: pointer;
    border-radius: 4px;
}



.subTable{
    width: calc(100% - 321px);
    padding: 45px 60px 40px;
    border-left: 1px solid #ddd;
    float: left;
    min-width: 1100px;
    min-height: calc( 100vh - 146px );
}


.subTitle{
    overflow: hidden;
}

.subTitle.mt60{
    margin-top: 60px;
}

.subTitle p{
    font-size: 24px;
    font-weight: 700;
    color: #232323;
    float: left;
    display: block;
    line-height: 35px;
}

.subTitle.mini {
    margin-top: 40px;
}

.subTitle.mini p{
    font-size: 18px;
    line-height: 20px;
}

.subTable .subTitle button{
    width: 84px;
    height: 30px;
    float: right;
    cursor: pointer;
    border-radius: 4px;
}

.subTable .tableBox{
    border-top: 1px solid #232323;
    margin-top: 8px;
}

.subTable .tableBox.mt55{
    margin-top: 55px;
}

.subTable table.listTable{
    border-collapse: collapse;
    width: 100%;
}

.subTable table.listTable.pd td{
    padding: 15px 40px;
}

.subTable table.listTable.pd td .left{
    padding: 0;
}

.subTable table.banTable {
    counter-reset: css-counter 0;
}

.subTable table.banTable tbody tr {
    counter-increment: css-counter 1;
}


.subTable table.banTable .num:before {
    content: counter(css-counter);
}



.subTable table thead tr th{
    background-color: #f3f3f3;
    border-left: 1px solid #ddd;
    border-bottom: none;
    vertical-align: middle;
    border-top: 1px solid #000;
}

.checkLabel.inline{
    display: inline;
}

.subTable table thead tr th span{
    font-size: 14px;
    font-weight: 700;
    color: #232323;
    text-align: center;
    padding: 11px 0px;
    display: block;
}

.subTable table thead tr th label{
    font-size: 14px;
    font-weight: 700;
    color: #232323;
    text-align: center;
    display: inline-block;
}


.subTable table tr{
    border-bottom: 1px solid #ddd
}


.subTable table tr.fixed td{
    color: #fff;
    background-color: #747474;
}

.subTable table thead tr th:first-child{
    border-left: none;
}
.subTable table thead tr th:last-child{
    border-right: none;
}
.subTable table tr td{
    font-size: 13px;
    font-weight: 400;
    height: 34px;
    line-height: 24px;
    color: #232323;
    text-align: center;
    vertical-align: middle;
}

.subTable table tr td span.left{
    text-align: left;
    display: block;
    padding: 0px 10px;
}

.subTable table tr td span.left2{
    text-align: left;
    display: block;
    padding: 0px 40px;
}

.subTable table.listTable tr td span.notTermi {
    color: #bea461;
}

.subTable table tr td span.title{
    cursor: pointer;
    display: block;
    text-align: center;
}

.subTable table tr td span.ellipsis{
    text-align: left;
    display: block;
    padding: 10px;
    overflow: hidden;
    line-height: 1.1;
}

.subTable table tr td span.ellipsis.center{
    text-align: center;
}

.subTable table tr td span.title.left{
    text-align: left;
    padding: 0px 20px;
    width: calc( 100% - 40px );
    display: block;
    overflow: hidden;
}


.subTable table tr td{
    border-left: 1px solid #ddd;
}

.subTable table tr td:first-child{
    border-left: none;
}
.subTable table tr td:last-child{
    border-right: none;
}

.subTable table tr td button{
    width: 23px;
    height: 23px;
    display: inline;
    background-color: transparent;
}




.subTable table tr td{
    border-left: 1px solid #ddd;
}

.subTable table tr td:first-child{
    border-left: none;
}
.subTable table tr td:last-child{
    border-right: none;
}

.subTable table tr td button{
    width: 23px;
    height: 23px;
    display: inline;
    background-color: transparent;
}

.subTable table tr td input.lineOrder{
    width: 48px;
    height: 25px;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}

.subTable table tr td span button{
    display: inline;
    vertical-align: middle;
    margin-top: -4px;
}

.subTable table tr td button.up {
    background: url('../images/common/upBtn.png') center/auto no-repeat;
}

.subTable table tr td button.down {
    margin-left: 4px;
    background: url('../images/common/downBtn.png') center/auto no-repeat;
}

.subTable table.ipt td{padding: 4px;}

.subTable table.ipt input[type=text]{
    width: 154px;
    height: 32px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #666;
}


table tr td button.view{
    background: url('../images/common/view_off.png') center/auto no-repeat;
    display: inline;
    vertical-align: middle;
}

table tr td button.view.on{
    background: url('../images/common/view_on.png') center/auto no-repeat;
}


/* 서브테이블 내 가로테이블 */
.tableBox.addList{
    max-width: 680px;
}
table.addList thead tr th{
    text-align: center!important;
}

table.addList thead tr th span {
    font-size: 14px;
    font-weight: 700;
    color: #232323;
    text-align: center;
    padding: 11px 0px;
    display: block;
}

table.addList thead tr th label {
    font-size: 14px;
    font-weight: 700;
    color: #232323;
    text-align: center;
    display: inline-block;
}

table.addList tr {
    border-bottom: 1px solid #ddd
}


table.addList tr.fixed td {
    color: #fff;
    background-color: #747474;
}

table.addList thead tr th:first-child {
    border-left: none;
}

table.addList thead tr th:last-child {
    border-right: none;
}

table.addList tr td {
    font-size: 13px;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    color: #232323;
    text-align: center;
    vertical-align: middle;
}

table.addList tr td span.notTermi {
    color: #bea461;
}

table.addList tr td span.title {
    cursor: pointer;
    display: block;
    text-align: center;
}


table.addList tr td {
    border-left: 1px solid #ddd;
}

table.addList tr td:first-child {
    border-left: none;
}

table.addList tr td:last-child {
    border-right: none;
}

table.addList tr td button {
    width: 23px;
    height: 23px;
    display: inline;
    background-color: transparent;
}

.subTable table tr td {
    border-left: 1px solid #ddd;
}

.subTable table tr td span.cursor {
    cursor: pointer;
}

.subTable table tr td:first-child {
    border-left: none;
}

.subTable table tr td:last-child {
    border-right: none;
}

.subTable table tr td button {
    width: 23px;
    height: 23px;
    display: inline;
    background-color: transparent;
}

.subTable table tr td input.lineOrder {
    width: 48px;
    height: 25px;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}

.subTable table tr td span button {
    display: inline;
    vertical-align: middle;
    margin-top: -4px;
}

.subTable table tr td button.up {
    background: url('../images/common/upBtn.png') center/auto no-repeat;
}

.subTable table tr td button.down {
    margin-left: 4px;
    background: url('../images/common/downBtn.png') center/auto no-repeat;
}


table tr td button.view {
    background: url('../images/common/view_off.png') center/auto no-repeat;
    display: inline;
    vertical-align: middle;
}

table tr td button.view.on {
    background: url('../images/common/view_on.png') center/auto no-repeat;
}


/* 테이블 내 버튼 */
.subTable table tr td button.trBtn {
    width: auto;
    height: auto;
    padding: 0px 5px;
    background-color: #bea461;
    height: 28px;
    padding: 0px 10px;
    color: #fff;
    float: none;
    margin: 0px;
}





/*테이블 검색*/
.tableSearch {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f3f3f3;
    height: 78px;
    margin: 25px 0px 35px;
}

.tableSearch.white {
    background-color: #fff;
}

.tableSearch.mt25 {
    margin-top: 25px;
}

.tableSearch.multiple{
    height: auto;
    padding: 15px 0px;
    justify-content: center;
}

.tableSearch.multiple .tsWrap {
    height: 50px;
    width: 1000px;
    margin: 0 auto;
    justify-content: unset;
}

.tableSearch.multiple .tsWrap.wd1100{
    width: 1100px;
}

.tableSearch.multiple .tsWrap input.short {
    width: 150px;
    margin-left: 0px;
}

.tableSearch .tsWrap {
    display: flex;
    justify-content: center;
    height: 78px;
    align-items: center;
}


.tableSearch .tsWrap.multiple.left,
.tableSearch .tsWrap.left {
    justify-content: flex-start;
    padding-left: 40px;
}

.tableSearch .tsWrap.left.pl0{
    padding-left: 0px;
}

.tableSearch .tsWrap.end{
    justify-content: flex-end;
}

.tableSearch .tsWrap.multiple{
    justify-content: space-between;
    min-width: 1100px;
}

.tableSearch .tsWrap.multiple .line{
    width: 550px;
}

.tableSearch .tsWrap.multiple .line.long{
    width: 900px;
}

.tableSearch .tsWrap.multiple .line.long input[type=text]{
    width: 45%;
}

.tableSearch .tsWrap.multiple .line.long input[type=text].wd48p{
    width: 48% !important;
}

.tableSearch .tsWrap.multiple .line.long input[type=text].wd600{
    width: 600px !important;
}

.tableSearch .tsWrap.multiple .line.auto{
    width: 910px;
}

.tableSearch .tsWrap.multiple .line.auto input{
    max-width: inherit;
    width: 46%;
}

.tableSearch .tsWrap .line.wd500{
    width: 500px;
}

.tableSearch .tsWrap .line.wd550{
    width: 550px;
}

.tableSearch .tsWrap .line.wd600{
    width: 600px;
}

.tableSearch .tsWrap .line.wd700{
    width: 700px;
}

.tableSearch .tsWrap .line.wd800{
    width: 800px;
}

.tableSearch .tsWrap .line.wd1100{
    width: 1100px;
}

.tableSearch.full{
    justify-content: space-between;
    padding: 0px 40px;
    display: flex;
    align-items: center;
}


.tableSearch.full .tsWrap{
    width: 660px;
}

.tableSearch .tsWrap button.ml12{
    margin-left: 12px;
}

.tableSearch.one .tsWrap {
    display: flex;
    justify-content: flex-start;
    height: 78px;
    align-items: center;
    padding-left: 290px;
}

.tableSearch .tsWrap span {
    font-size: 14px;
    color: #232323;
    line-height: 32px;
}

.tableSearch .tsWrap span.tsTitle{
    min-width: 100px;
    display: block;
    float: left;
    font-weight: bold;
}

.tableSearch .tsWrap span.calendarImg,
.tableSearch .tsWrap span.hypen {
    min-width: inherit;
    margin: 0px 8px;
}


.tableSearch .tsWrap .radioBox span {
    margin-top: 0px;
}

.tableSearch .tsWrap input {
    height: 30px;
    border: 1px solid #ddd;
    margin: 0px 12px 0px 40px;
    width: 34%;
    max-width: 528px;
}

.tableSearch .tsWrap .radioWrap{
    margin: 0px 12px 0px 40px;
}

.tableSearch .tsWrap .checkboxWrap{
    margin: 0px 12px 0px 40px;
}

.tableSearch .tsWrap input.ml0 {
    margin-left: 0px;
}

.tableSearch .tsWrap input.mr0 {
    margin-right: 0px;
}

.tableSearch .tsWrap .searBtn {
    width: auto;
    overflow: hidden;
    float: right;
}

.tableSearch .tsWrap .searBtn button+button {
    margin-left: 10px;
}

.tableSearch.two {
    height: auto;
    padding: 15px 0px;
    justify-content: center;
}

.tableSearch.two .tsWrap {
    height: 50px;
    width: 940px;
    margin: 0 auto;
    justify-content: unset;
}

.tableSearch.two .tsWrap input {
    width: 485px;
}

.tableSearch.two .tsWrap input.short {
    width: 172px;
    margin-left: 0px;
}

.tableSearch.two .tsWrap input.long {
    width: 50%;
}

.tableSearch.date .selTitle {
    min-width: 80px;
}


.tableSearch.three .tsWrap input {
    width: 582px;
}


.tableSearch.three .tsWrap input.long {
    width: 50%;
}

/* 게시판 페이징 */


.paging {
    display: block;
    text-align: center;
    margin: 20px auto 0px;
}

.paging.in {
    margin: 40px auto;
}

.paging a {
    font-family: 'nsR';
    font-size: 14px;
    color: #222;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    vertical-align: top;
    border: 1px solid #dfdfdf;
}

.paging a.first {
    background: url('../images/common/arrow-first.png') center/auto no-repeat;
}


.paging a.first:hover {
    background: url('../images/common/arrow-first-white.png') center/auto no-repeat;
    background-color: #bea461;
    border: 1px solid #bea461;
}

.paging a.prev {
    background: url('../images/common/arrow-prev.png') center/auto no-repeat;
}


.paging a.prev:hover {
    background: url('../images/common/arrow-prev-white.png') center/auto no-repeat;
    background-color: #bea461;
    border: 1px solid #bea461;
}

.paging a.next {
    background: url('../images/common/arrow-next.png') center/auto no-repeat;
}

.paging a.next:hover {
    background: url('../images/common/arrow-next-white.png') center/auto no-repeat;
    background-color: #bea461;
    border: 1px solid #bea461;
}

.paging a.last {
    background: url('../images/common/arrow-last.png') center/auto no-repeat;
}


.paging a.last:hover {
    background: url('../images/common/arrow-last-white.png') center/auto no-repeat;
    background-color: #bea461;
    border: 1px solid #bea461;
}



.paging a.on,
.paging a:hover {
    color: #fff;
    background-color: #bea461;
    border: 1px solid #bea461;
}

/* 게시판 페이징 */

#wrap{
    width: 100%;
    min-width: 1531px;
    display: flex;
    flex-direction: row;

}
.lineBtn button {
    margin-left: 4px;
}


/* 게시물 등록 디폴트 레이아웃 */

.subTitle p{
    font-size: 24px;
    font-weight: bold;
}

/* 2022-12-17 파트너스 등록대기 안내 문구 추가 start */
.subTitle.red p{
	margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
	color: red;
}
/* 2022-12-17 파트너스 등록대기 안내 문구 추가 end */

.subTitle.min p {
    font-size: 20px;
    margin-top: 50px;
}

.addLine{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.addLine.mb20{
    margin-bottom: 20px;
}

.addLine.nf{
    display: block;
}

.addLine .total{
    float: left;
    font-size: 14px;
    align-self: flex-end;
    color: #232323;
}

.addLine button{
    float: right;
}

.addLine .lineBtn button{
    margin-left: 4px;
}

.addLine .txt{
    font-size: 13px;
}




.botLine {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.botLine.nf {
    display: block;
}

.botLine .total {
    float: left;
    font-size: 14px;
    align-self: flex-end;
    color: #232323;
}

.botLine button {
    float: right;
    margin-right: 23px;
}



.addTable {
    width: calc(100% - 285px);
    padding: 45px 60px 40px;
    border-left: 1px solid #ddd;
    float: left;
    min-width: 1210px;
    min-height: calc( 100vh - 146px );
}

.addTable span.minTitle{
    font-size: 16px;
    display: block;
    width: 100%;
    margin-top: 40px;
}

.addTable .tableBox{
    border-top: 1px solid #232323;
    margin-top: 25px;
}
.addTable table.listTable{
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
}

.addTable table.listTable.mt40{
    margin-top: 40px;
}

.addTable .tableBox.scroll{
    overflow-x: scroll;
}

.addTable .tableBox.scroll table.listTable{
    width: 2000px;
}

.addTable table.listTable .selectedPay{
    display: block;
    width: 100%;
    float: left;
    margin-top: 10px;
    overflow: hidden;
}

.addTable table.listTable .selectedPay span{
    display: block;
    float: left;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    width: 66px;
    text-align: center;
    margin-left: 10px;
    height: 30px;
    border: 1px solid #ddd;
    background-color: #f3f3f3;
}

.addTable table.listTable .selectedPay span:nth-child(1){
    margin-left: 0px;
}

.addTable table.listTable tr th{
    background-color: #f3f3f3;
    text-align: left;
    border: 1px solid #dddddd;
    border-left: none;
    height: 50px;
    vertical-align: middle;
}
.addTable table.listTable tr td{
    border: 1px solid #dddddd;
}

.addTable table.listTable tr td.bg{
    background: #f4f1e7;
}

.addTable table.listTable tr td.cont{
    border: 0;
    padding: 10px 0;
}

.addTable table.bd tr td{
    border: 1px solid #ddd;
}

.addTable table.listTable tr td.br{
    border-right: 1px solid #ddd;
}

.addTable table.listTable .addTitle{
    font-size: 14px;
    color: #232323;
    padding-left: 35px;
    font-weight: 700;
    display: inline-block;
}


.addTable table.listTable .addTitle.center{
    text-align: center;
    padding: 0px;
    display: block;
}


.addTable table.listTable .addTitle .import{
    color: #bea461;
    line-height: 20px;
    vertical-align: middle;
}

.addTable table.listTable tr td{
    padding: 10px 0px 10px 20px;
}


.addTable table.listTable.center tr td{
    padding: 10px 0px;
}

.addTable table.listTable.center tr td span.center{
    display: block;
    text-align: center;
    padding: 0px 10px;
    display: block;
    line-height: 1.1!important;
}

.addTable table.listTable.center tr td span:nth-child(n+2){
    margin-top: 8px;
}

.addTable table.listTable tr td .addedBox{
    overflow: hidden;
    display: block;
    width: 100%;
}

.addTable table.listTable tr td span{
    line-height: 32px;
    display: block;
}

.addTable table.listTable tr td .file-input span{
    line-height: 32px;
}

.addTable table.listTable tr td span.info{
    display: block;
}

.addTable table.listTable tr td span.ml10{
    margin-left: 10px;
}

.addTable table.listTable tr td span.word,
.addTable table.listTable tr td span.bar{
    display: block;
    margin: 0px 5px;
    float: left;
}

.addTable table.listTable tr td span.hypen{
    display: inline-block;
    margin: 0px 5px;
}

.addTable table.listTable tr td span.startP,
.addTable table.listTable tr td span.endP{
    display: inline-block;
    line-height: 30px;
}

.addTable table.listTable tr td span.word.ml30{
    margin-left: 30px;
}

.addTable table.listTable tr td span.subinfo{
    font-size: 12px;
}

.addTable table.listTable tr td span.notTermi {
    color: #bea461;
}

.addTable table.listTable tr td span.at{
    font-size: 14px;
    color: #232323;
    margin: 0px 10px;
}

.addTable table.listTable tr td.textArea{
    padding: 40px;
}

.addTable table.listTable tr td.textArea .textLine{
    display: block;
    width: 100%;
}

.addTable table.listTable tr td.textArea .textLine:nth-child(n+2){
    margin-top: 40px;
}

.addTable table.listTable tr td.textArea .textLine span{
    display: block;
}

.addTable table.listTable tr td.textArea .textLine span.question{
    font-weight: bold;
}

.addTable table.listTable tr td span.applySel{
    margin-right: 20px;
}


/* 테이블 내 인풋 */
.addTable table.listTable tr td textarea{
    width: 100%;
    border: 1px solid #ddd;
    /*height: 155px;*/
    line-height: 28px;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    padding-left: 15px;
    box-sizing: border-box;
}


.addTable table.listTable tr td input[type="text"],
.addTable table.listTable tr td input[type="password"]{
    width: calc( 100% - 14px );
    border: 1px solid #ddd;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #666666;
    font-weight: 400;

}

.addTable table.listTable tr td input[type="text"].ml10{
    margin-left: 10px;
}

.addTable table.listTable tr td input[type="text"].left{
    float: left;
}


table.addList thead tr th input{
    display: none;
}



table.addList thead tr th label{
    display: block;
}


.addTable table.addList tr th,
.addTable table.addList tr td{
    padding: 0px;
    line-height: 35px;
    height: 35px;
}

.addTable table.addList tr th span{
    padding: 0px;
}


.addTable table.listTable tr td input[type="text"].inlineInput{
    width: 150px;
    display: inline-block;
}

.addTable table.listTable tr td input.wd414 {
    width: 402px;
}

.addTable table.listTable tr td input.middle{
    width: 303px;
}
.addTable table.listTable tr td input.wd64 {
    width: 64px;
}

.addTable table.listTable tr td input.wd98 {
    width: 98px;
}

.addTable table.listTable tr td input.wd105 {
    width: 105px;
}

.addTable table.listTable tr td input.wd184 {
    width:172px;
}

.addTable table.listTable tr td input.wd204{
    width: 204px;
}

.addTable table.listTable tr td input.wd276{
    width: 262px;
}
.addTable table.listTable tr td input.wd382 {
    width: 382px;
}

.addTable table.listTable tr td input.wd400{
    width: 400px;
}

.addTable table.listTable tr td input.wd426{
    width: 426px;
}

.addTable table.listTable tr td input.wd700{
    width: 700px;
}

.addTable table.listTable tr td input.center{
    padding: 0px!important;
    text-align: center;
}


.addTable table.listTable tr td .inputBox{
    overflow: hidden;
    float: left;
}

.addTable table.listTable tr td .inputBox + .inputBox{
    margin-left: 50px;
}

.addTable table.listTable tr td .inputBox+.inputBox + button{
    margin-left: 10px;
}

.addTable table.listTable tr td .inputBox input{
    text-align: center;
    padding: 0px;
}

.addTable table.listTable tr td .inputBox button,
.addTable table.listTable tr td .inputBox span,
.addTable table.listTable tr td .inputBox input{
    float: left;
    display: block;
}


.addTable table.listTable tr td .inputBox .ibTitle{
    margin-right: 30px;
}

.addTable table.listTable tr td .inputBox button{
    margin-left: 10px;
}

.addTable table.listTable tr td .inputText{
    overflow: hidden;
    display: block;
    float: left;;
}


.addTable table.listTable tr td .inputText:nth-child(n+2){
    margin-left: 40px;
}


.addTable table.listTable tr td .inputText .text{
    width: 52px;
    float: left;
    margin: 0px;
}

.addTable table.listTable tr td .inputText .text.long{
    width: 100px;
}

.addTable table.listTable tr td .inputText input[type=text]{
    width: 98px;
    padding: 0px;
    text-align: center;
}

.addTable table.listTable tr td input[type="text"].right{
    text-align: right;
    padding: 0px 10px;
}

.addTable table.listTable tr td span.unit{
    margin-left: 10px;
}


/* 셀렉트박스 커스텀 */

select {
    width: 138px;
    float: left;
    height: 32px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    padding-right: 35px;
    background: url(../images/common/ico_select.gif) right no-repeat #fff;
    text-align: center;
}


select.long{
    width: 160px;
}

select.big{
    width: 60%;
    text-align: center;
    float: none;
}

select.wd80{
    padding-left: 18px;
    width: 80px;
}

select.wd414{
    width: 414px;
}

select.wd200{
    width: 200px;
}

select.wd220{
    width: 220px;
}

select.wd150{
    width: 152px;
}

select.wd276{
    width: 276px;
}

select.wd295{
    width: 295px;
}

select.wd400{
    width: 400px;
}

select.wd100p{
    width: 100%;
}

select.mt10 {
    margin-top: 10px;
}

select.mr10{
    margin-right: 10px;
}

select.mr30{
    margin-right: 30px;
}


select#clock{
    width: 88px;
    margin-left: 30px;
    float: left;
}


select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}


/* 테이블 내 셀렉트 */

table select {
    width: 100px;
    float: none;
    height: 28px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 23px;
    background: url(../images/common/ico_select.gif) right no-repeat #fff;
    margin-top: 3.5px;
    text-align: center;
}

table select.wd150{
    width: 150px;
}

table select.ht32{
    height: 32px;
}

table label.new{
    display: inline-block;
    float: left;
    margin: 10px 10px 0px 0px;
}

/* 리스트 내 파일업로드 */
.tdTitle {
    display: block;
    float: left;
    font-size: 13px;
    line-height: 34px;
    color: #444;
    min-width: 50px;
    background-color: #fff;
}

.file-input {
    background: #fff;
    position: relative;
    overflow: hidden;
    float: left;
    display: block;
    width: 480px;
    height: 32px;
}

span.file-info{
    margin-left: 10px;
}

.addTable table.listTable tr td span.file-info {
    margin-left: 10px;
    display: block;
    float: left;
    line-height: 32px;
}

.file-input input {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 10;
    cursor: pointer;
    border: 1px solid #ddd;
    left: -74px;
    height: 30px;
    width: calc(100% - 26px);
    line-height: 30px;
}

.file-input label {
    float: left;
    display: block;
    width: 480px;
    height: 32px;
    line-height: 32px;
}

.file-input label.btnLabel {
    width: 479px;
    position: absolute;
    border-left: 1px solid #ddd;
}

.file-input label.btnLabel span {
    display: block;
    float: right;
    font-size: 13px;
    border: 1px solid #333;
    color: #333;
    width: 82px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
}

.file-input .label {
    font-size: 13px;
    color: #222;
    line-height: 32px;
    display: block;
    float: left;
    padding: 0px 20px;
    position: relative;
    cursor: pointer;
    min-width: 1px;
    min-height: 1px;
    width: calc(100% - 140px);
    height: 30px;
    border: 1px solid #ddd;
    margin-right: 100px;
}

/* .file-input .label.my-class::after {
    content: " ";
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    right: 0px;
    background: url('../images/common/removeX.png') right center/auto no-repeat;
    transform: translateY(-50%);
} */

.fileInfo{
    float: left;
    display: block;
    line-height: 32px;
    margin-left: 20px;
}

.fileInfo.full{
    display: block;
    width: 100%;
    float: left;
    margin-left: 0px;
}

/* 파일업로드 전체너비 */
.file-input.full {
    width: calc( 100% - 102px );
}

.file-input.full label {
    width: 100%;
}

.file-input.full label.btnLabel {
    width: calc( 100% - 1px );
}

.file-input.full .label{
    padding-left: 20px;
    width: calc(100% - 140px);
}


/* 추가된 인풋 박스 */

.addWrap .addedBox:nth-child(n+2){
    margin-top: 20px;
}

.addWrap .addedBox:nth-child(1) .removeLine{
    display: none;
}

.addWrap .addedBox:nth-child(n+2) .appendLine {
    display: none;
}

.addWrap .info{
    display: block;
}













/* 파일첨부라인 버튼 */
.lineBtn{
    width: 100px;
    display: block;
    float: left;
}

.lineBtn button{
    display: block;
    float: left;
    margin-left: 18px;
    width: 32px;
    height: 32px;
    font-size: 30px;
    background-color: #fff;
}

.lineBtn button img{
    display: block;
}

.fileLine{
    overflow: hidden;
    display: block;
}

.fileLine:nth-child(1) .lineBtn .minus{
    display: none;
}

.fileLine:nth-child(n+2){
    margin-top: 20px;
}

.fileLine:nth-child(n+2) .lineBtn .plus {
    display: none;
}

/* 데이트피커 */
.dateInput {
    float: left;
    max-width: 130px;
    padding-left: 0px !important;
    text-align: center;
}

.dateBox:after{display:block; content:""; clear:both;}

.dateBox label {
    float: left;
}

.calendarImg {
    width: 17px;
    display: inline-block;
    margin: 0px 0px 0px 10px;
    float: left;
}

.dateBox .calendarImg img {
    width: 17px;
    display: block;
    margin-top: 6px;
}


/* 테이블 내 에디터 영역 */

.editorBox {
    width: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
    height: 303px;
}

.editorBox .ebTitle {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 58px;
    height: 58px;
    width: 100%;
    background-color: #f3f3f3;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.addTable table.listTable tr td .editorBox .ebTitle {
    line-height: 58px;
}

.editorBox textarea {
    border: none;
    width: calc(100% - 40px);
    height: calc(100% - 99px);
    padding: 0;
    margin: 0;
    margin: 20px;
    cursor: pointer;
}


.editorBox.none {
    height: 245px;
    margin-top: 20px;
    float: left;
    display: none;
}

.editorBox.none textarea {
    height: calc(100% - 40px);
}




/* 설문항목 */


.questionLine{
    margin-top: 25px;
}

.questionLine .quesBox{
    width: calc( 100% - 80px  );
    height: auto;
    border: 1px solid #ddd;
    padding: 40px;
}


.questionLine .quesBox .topLine{
    overflow: hidden;
}

.questionLine .quesBox .topLine .leftLine {
    overflow: hidden;
    float: left;
}

.questionLine .quesBox .topLine .leftLine > select,

.questionLine .quesBox .topLine .leftLine > div{
    float: left;
}

.questionLine .quesBox .topLine .leftLine > select{
    margin-right: 40px;
}

.questionLine .quesBox .topLine .leftLine > .switch{
    margin-right: 20px;
}

.questionLine .quesBox .topLine .leftLine .plus button{
    background-color: #fff;
    font-size: 16px;
}


.questionLine .quesBox .topLine .rightLine{
    float: right;
    overflow: hidden;
}

button.clone,
button.delete{
    position: relative;
    height: 24px;
    overflow: hidden;
    width: 24px;
    background-color: #fff;
    cursor: pointer;
}

button.delete{
    margin-left: 20px;
}

button.clone .imgBox{
    left: 0;
    top: -3510px;
    display: block;
    position: absolute;
}

button.clone .imgBox::before{
    content: url(../images/common/qp_sprite161.svg);
}

button.delete .imgBox {
    left: 0;
    top: -2288px;
    display: block;
    position: absolute;
}

button.delete .imgBox::before {
    content: url(../images/common/qp_sprite161.svg);
}

.questionLine .quesBox:nth-child(n+2){
    margin-top: 20px;
}

.questionLine .quesBox .contLine input[type=text]{
    width: calc(100% - 14px);
    border: 1px solid #ddd;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    margin-top: 20px;
}

.questionLine .quesBox .contLine .explain{
    border: 1px solid #ddd;
    padding: 5px 12px;
    margin-top: 20px;
    display: none;
}

.questionLine .quesBox .contLine .explain.on{
    display: block;
}

.questionLine .quesBox .contLine .explainTxt{
    border-radius: 0px;
    width: 100%;
    min-height: 20px;
    line-height: 20px;
    height: 20px;
    padding: 0;
    border: none;
}

.questionLine .quesBox .contLine .optionLine{
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    margin-top: 20px;
}

.questionLine .quesBox .contLine .optionLine span{
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #666666;
    font-weight: 400;
}

.questionLine .quesBox .contLine .optionLine .optPlus,
.questionLine .quesBox .contLine .optionLine .elsePlus{
    cursor: pointer;
}

.questionLine .quesBox .contLine .optionLine .optPlus:hover,
.questionLine .quesBox .contLine .optionLine .elsePlus:hover{
    text-decoration: underline;
}


.questionLine .quesBox .contLine .radioView .mark,
.questionLine .quesBox .contLine .chkView .mark{
    float: left;
    display: block;
    margin: 0px 15px 0px 0px;
}


.questionLine .quesBox .contLine .radioView .mark,
.questionLine .quesBox .contLine .chkView .mark{
    display: block;
    margin-top: 7px;
    width: 16px;
    float: left
}

.questionLine .quesBox .contLine .optionLine input[type=text]{
    float: left;
    width: calc(100% - 45px);
    margin-top: 0px;
}

.questionLine .quesBox .contLine .optionLine .optDelete{
    display: none;
    float: left;
    width: 24px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    margin-left: 10px;
}

.questionLine .quesBox .contLine .optionLine.hover:hover input[type=text]{
    width: calc(100% - 79px);
}

.questionLine .quesBox .contLine .optionLine.hover:hover .optDelete{
    display: block;
}


.questionLine .quesBox .contLine .optionLine .optDelete img{
    display: block;
    margin-top: 3px;
}


.questionLine .quesBox .contLine .optionLine select{
    height: 30px;
}

.questionLine .quesBox .contLine .optionLine select,
.questionLine .quesBox .contLine .optionLine span{
    float: left;
}

.questionLine .quesBox .contLine .optionLine span.optPlus{
    float: left;
}

.questionLine .quesBox .contLine .optionLine span.elsePlus{
    float: none;
}

.questionLine .quesBox .contLine .optionLine span.toggle{
    margin-left: 5px;
}


.questionLine .quesBox .contLine .optionLine .chkView.on span.toggle,
.questionLine .quesBox .contLine .optionLine .radioView.on span.toggle{
    display: none;
}

.questionLine .quesBox .contLine .optionLine span.max{
    margin-right: 10px;
}

.questionLine .quesBox .contLine .optionLine span.hypen{
    margin: 0px 10px;
}

.questionLine .quesBox .contLine .dateBox{
    margin-top: 20px;
}

.questionLine .quesBox .contLine .dateBox input{
    margin-top: 0px;
}

.questionLine .quesBox .contLine .dateBox input[type=time] {
    margin-top: 0px;
    font-size: 16px;
    line-height: 28px;
    border: 1px solid #ddd;
    padding: 0px 5px;
}

/* 그리드 레이아웃 */
.questionLine .quesBox .contLine .optionHalf{
    display: flex;
    justify-content: space-between;
    height: auto;
    margin-top: 20px;
}

.questionLine .quesBox .contLine .optionHalf > div{
    width: calc( 50% - 40px );
}


.questionLine .quesBox .contLine .optionHalf > div .row,
.questionLine .quesBox .contLine .optionHalf > div .col{
    margin-bottom: 10px;
    overflow: hidden;
}
.questionLine .quesBox .contLine .optionHalf > div .row .rowBox,
.questionLine .quesBox .contLine .optionHalf > div .col .colBox{
    margin-top: 10px;
    overflow: hidden;
}


.questionLine .quesBox .contLine .optionHalf > div .addRow,
.questionLine .quesBox .contLine .optionHalf > div .addCol{
    margin-bottom: 10px;
    overflow: hidden;
}

.questionLine .quesBox .contLine .optionHalf>div .addCol img{
    display: block;
    width: 16px;
    margin: 7px 15px 0px 0px;
    float: left;
}



.questionLine .quesBox .contLine .optionHalf div div label,
.questionLine .quesBox .contLine .optionHalf div div input,
.questionLine .quesBox .contLine .optionHalf div div span{
    float: left;
    margin-right: 0px;
}

.questionLine .quesBox .contLine .optionHalf div div label,
.questionLine .quesBox .contLine .optionHalf div div span{
    min-width: 40px;
    line-height: 30px;
}

.questionLine .quesBox .contLine .optionHalf div div label{
    width: 100%;
}

.questionLine .quesBox .contLine .optionHalf div div input{
    width: calc(100% - 54px);
    margin-top: 0px;
}


.questionLine .quesBox .contLine .optionHalf > div .rowBtn,
.questionLine .quesBox .contLine .optionHalf > div .colBtn{
    font-size: 14px;
    cursor: pointer;
}

.questionLine .quesBox .contLine .optionHalf > div .rowBtn:hover,
.questionLine .quesBox .contLine .optionHalf > div .colBtn:hover {
    text-decoration: underline;
}


.lineStart,
.lineEnd{
    overflow: hidden;
    margin-top: 20px;
}

.questionLine .quesBox .contLine .lineEnd .lineNe,
.questionLine .quesBox .contLine .lineStart .lineNs{
    width: 40px;
    line-height: 30px;
    float: left;
    display: block;
}

.questionLine .quesBox .contLine .lineEnd input[type=text],
.questionLine .quesBox .contLine .lineStart input[type=text]{
    width: 400px;
    float: left;
    margin-top: 0px;
}


/* 문항 추가 버튼 */
.addBtn{
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    margin: 20px auto 0px;
    border: 2px solid #000;
    border-radius: 40px;
    position: relative;
    cursor: pointer;
}

.addBtn span{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
}



/* 셀렉트 추가 테이블  */

.addTable .appendTableBox2,
.addTable .appendTableBox{
    margin-top: 20px;
}

.addTable table.appendTable tr th{
    background-color: #f3f3f3;
    text-align: center;
    border: 1px solid #dddddd;
    border-left: none;
    height: 30px;
    vertical-align: middle;
    margin-top: 20px;
    font-weight: normal;
}

.addTable table.appendTable tr td{
    padding: 5px 20px;
    text-align: center;
    line-height: 30px;
}

.addTable table.appendTable tr td .teamBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.addTable .phoneBox{
    margin-bottom: 10px;
}

.addTable .phoneBox:last-child{
    margin-bottom: 0px;
}

.addTable table.appendTable tr td .comBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.addTable table.appendTable tr td .comBox span{
    width: 600px;
    display: block;
    word-break: break-all;
    text-align: left;
    line-height: 1.5;
}



/* 스페이스 신청현황 */

.status {
    width: calc(100% - 321px);
    padding: 45px 60px 40px;
    border-left: 1px solid #ddd;
    float: left;
    min-width: 1100px;
    min-height: calc(100vh - 146px);
}

.dateView{
    height: 500px;
    padding-top: 25px;
    float: left;
}


/*.dateView */
.dateView:after{content:''; display:block; clear:both}
.dateView .boxNew{position:relative; float:left; }
.dateView .calendar_box{width:409px; height:424px; border:1px solid #ddd; padding-top:45px; position: relative;}
.dateView .boxNew:after{content:''; display:block; clear:both}
.dateView .calendar_box .ui-datepicker{width:100% !important;padding: 0px!important;border: none!important;}
.dateView .calendar_box .ui-datepicker:after{content:''; display:block; clear:both}
.dateView .calendar_box .ui-datepicker-title{display:block; font-size:24px; font-weight:800; text-align:center;line-height: 1!important;}
.dateView .calendar_box .ui-datepicker-prev{position:absolute; left:36px; top:39px; display:block; width:40px; height:40px; background:url(../images/common/btn_cal_prev.png) center no-repeat; text-indent:-9999em; cursor:pointer}
.dateView .calendar_box .ui-datepicker-prev:hover{background:url(../images/common/btn_cal_prev_on.png) center no-repeat;border: none!important;}
.dateView .calendar_box .ui-datepicker-next{position:absolute; right:36px; top:39px; display:block; width:40px; height:40px; background:url(../images/common/btn_cal_next.png) center no-repeat; text-indent:-9999em; cursor:pointer}
.dateView .calendar_box .ui-datepicker-next:hover{background:url(../images/common/btn_cal_next_on.png) center no-repeat;border: none !important;}
.dateView .calendar_box table{margin:35px auto 0}
.dateView .calendar_box table th,
.dateView .calendar_box table td{width:49px; font-size:16px; line-height:42px; text-align:center; vertical-align:middle}
.dateView .calendar_box table th{padding: 0px!important;padding-bottom:10px;}
.dateView .calendar_box table td{color:#bdbcbc}
.dateView .calendar_box table th:first-child{color:#bea461;}
.dateView .calendar_box table td:first-child a{color:#bea461;}
.dateView .calendar_box table td a{display:inline-block; width:40px; line-height:40px;background: transparent;border:none;padding:0;text-align: center;}
.dateView .calendar_box table td a:hover{background: #bea461; color:#fff}
.dateView .calendar_box table td a.ui-state-active{background:#bea461; color:#fff}

.dateView .ui-datepicker-header{
    padding: 0px!important;
    background-color: transparent!important;
    border: none!important;
    position: inherit!important;
}

.dateView .ui-datepicker .ui-datepicker-prev span,
.dateView .ui-datepicker .ui-datepicker-next span{
    display: none!important;
}



.dateTab{
    float: left;
    margin-left: 40px;
    width: calc( 100% - 540px );
    padding-top: 25px;
}

/* 탭 */

.dateTab .dtWrap{width: 100%;overflow: hidden;}
.dtWrap.mt25{margin-top: 25px;}
.dtWrap ul li a{display: block;height: 40px;line-height: 40px;}
.dtWrap ul li:last-child{border-right:1px solid #dbdbdb;}
.dtWrap:after{content:''; display:block; clear:both}

.dtWrap.col5 ul li{width: calc(20% - 1.2px);}
.dtWrap ul li{position:relative; float:left; width: calc( 33.333% - 1.33px ); border-left:1px solid #dbdbdb;list-style: none;border-top: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb;}
.dtWrap ul li a{display:block; font-size:16px; height: 40px; line-height: 40px; color:#5e5e5e; text-align:center}
.dtWrap ul li:hover a,
.dtWrap ul li.on a{color:#bea461;}
.dtWrap ul li.on{border-color:  #bea461; background: #bea461;}
.dtWrap ul li.on:after{position:absolute; right:-1px; top:0; width:1px; height:100%; background:#bea461; content:""; z-index:10}
.dtWrap ul li.on a{color:#fff}

/* 탭하단 테이블 */
.dateTab .tabCon{margin-top: 45px;}
.dateTab .tabCon table{table-layout: fixed;border-collapse: collapse;width: 100%;}
.dateTab .tabCon table thead tr th {background-color: #f3f3f3;border-left: 1px solid #ddd;border-bottom: none;vertical-align: middle;border-top: 1px solid #000;}
.dateTab .tabCon thead tr th span {font-size: 14px;font-weight: 700;color: #232323;text-align: center;padding: 11px 0px;display: block;}
.dateTab .tabCon thead tr th label {font-size: 14px;font-weight: 700;color: #232323;text-align: center;display: inline-block;}
.dateTab .tabCon table tr {border-bottom: 1px solid #ddd}
.dateTab .tabCon tr.fixed td {color: #fff;background-color: #747474;}
.dateTab .tabCon thead tr th:first-child {border-left: none;}
.dateTab .tabCon thead tr th:last-child {border-right: none;}
.dateTab .tabCon tr td {font-size: 13px;font-weight: 400;height: 34px;line-height: 34px;color: #232323;    text-align: center;    vertical-align: middle;}
.dateTab .tabCon tr td {border-left: 1px solid #ddd;}
.dateTab .tabCon tr td:first-child {border-left: none;}
.dateTab .tabCon tr td:last-child {border-right: none;}
.dateTab .tabCon tr td button {width: 23px;height: 23px;display: inline;background-color: transparent;}
.dateTab .tabCon tr td span.left{display: block;text-align: left;padding: 0px 20px;}


/* 유저 탭 */
.userTab{
    position: relative;
    overflow: hidden;
}

.userTab::after{
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
    position: absolute;
    bottom: 0px;
    z-index: -1;
}

.tab-con{
    display: none;
}

.tab-con.on{
    display: block;
}


/* 지난대회 수상여부 */
.awdInfo td{
    padding: 8px 10px !important; border: 0 !important;
}
.awdInfo td:first-child{
    padding-left:0 !important;
}


/* 카테고리 관리 */
.ctgBox{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.ctgBox .box{
    width: 31%;
}

.ctgBox .con{
    overflow-y: scroll;
    height: 340px;
    border-bottom: 1px solid #ddd;
}

.ctgBox .tit{
    padding-left: 35px;
    border-top: 1px solid #232323;
    border-bottom: 1px solid #ddd;
    background: #f3f3f3;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
}

.ctgBox .list{
    padding: 12px 0;
}

.ctgBox .list li{
    padding: 13.5px 35px;
    font-size: 13px;
    cursor: pointer;
}

.ctgBox .list li.on{
    background: #f3f3f3;
    font-weight: 700;
}



.lh24{line-height:24px !important;}
.mt0{margin-top:0 !important;}
.mt10{margin-top:10px;}
.mt60{margin-top:60px;}

.msg{display:inline-block !important; font-size:13px; color: #888;}
input + .msg{margin-left:10px;}
.dateBox2 label{display:inline;}
.dateBox2 select{height:30px; margin:0;}
.dateBox2 label + select{margin-left:20px;}
.dateBox2 .dateInput{float:none;}
.dateBox2 .calendarImg{float:none;display:inline !important; line-height:1 !important; font-size:0; vertical-align:6px;}
.awdIptList li{display:flex; margin-top:10px;}
.awdIptList li:first-child{margin-top:0;}
.awdIptList li select{margin:0 5px;}
.awdIptList li select:first-child{margin-left:0;}
.awdIptList li .ipt1{width:70px !important; text-align:center; padding:0;}
.awdIptList li .ipt2{width:295px !important;}
.awdIptList li .ipt3{width:280px !important;}
.awdIptList li button{width:30px; background:none; padding:0; margin:0; border:1px solid #555; border-radius:0; font-size:24px; color:#444; font-weight:400;}
.imgUploadBox .list{width:calc(100% - 20px); padding:20px; border:1px solid #ddd; background:#fff; box-sizing:border-box;}
.imgUploadBox .list:after{content:''; display:block; clear:both;}
.imgUploadBox .list li{float:left; position:relative; margin-left:30px;}
.imgUploadBox .list li:first-child{margin-left:0;}
.imgUploadBox .list li input[type=file]{display:none;}
.imgUploadBox .list li .btnDel{position:absolute; right:-12.5px; top:-12.5px; width:25px; height:25px; background:url(../images/common/btn_del.png) no-repeat; text-indent:-9999em;}
.imgUploadBox .btm{display:flex; margin-top:20px;}
.imgUploadBox .btm .btnFileUpload{border:1px solid #333; border-radius:5px; font-size:13px; color:#333; line-height:28px; padding:0 20px; background:#fff;}
.imgUploadBox .btm ul{margin-left:20px;}
.imgUploadBox .btm ul li{font-size:13px; color:#888; line-height:24px;}
.imgUploadBox .temp{display:none;}
.tasting > li{display:flex; margin-top:16px;}
.tasting > li:first-child{margin-top:0;}
.tasting > li .tit{display:block; width:135px; font-size:14px; font-weight:700; color:#444; line-height:24px;}
.tasting > li .score{display:flex; align-items:center; height:24px;}
.tasting > li .score span{font-size:14px; color:#888;}
.tasting > li .score ul{display:flex; overflow:hidden; margin:0 20px; border:1px solid #ddd; border-radius:15px;}
.tasting > li .score ul li{width:75px; height:22px; border-left:1px solid #ddd; text-align:center; text-indent:-9999em; cursor:pointer;}
.tasting > li .score ul li:first-child{border-left:0;}
.tasting > li .score ul li.on{background:#bea461;}
.tasting > li .note{width:calc(100% - 135px)}
.tasting > li .note .msg{margin:0;}
.imgThumList{display:flex;}
.imgThumList > li{margin-left:18px;}
.imgThumList > li:first-child{margin-left:0;}
.imgThumList.mt10{margin-top:10px;}
/* 20230104 스크롤추가 */
.modal.excelUpload .modalCon{width:870px; padding:45px 0; box-sizing:border-box;}
.modal.excelUpload .modalCon .modalTitle{padding:0 45px 10px}
.modal.excelUpload .modalCon .modalForm{max-height:750px; padding:0 45px; overflow-y:auto;}
.modal.alcoholInfo .modalCon{width:870px; padding:45px 0; box-sizing:border-box;}
.modal.alcoholInfo .modalCon .modalTitle{padding:0 45px 10px}
.modal.alcoholInfo .modalCon .modalForm{max-height:700px; padding:0 45px; overflow-y:auto;}
/* //20230104 스크롤추가 */
.modal.excelUpload .modalCon .modalForm .bul{margin-bottom:30px;}
.modal.excelUpload .modalCon .modalForm .bul > li{position:relative; padding: 1px 0 1px 10px; font-size: 14px; line-height: 24px; text-align: left; letter-spacing: -1px;}
.modal.excelUpload .modalCon .modalForm .bul > li:first-child{margin-top:0;}
.modal.excelUpload .modalCon .modalForm .bul > li::before{position:absolute; top:14px; left:0; width:2px; height:2px; background:#000; content:"";}
.modal.excelUpload .modalCon .modalForm .bul > li .btn-type1{width:auto; padding:0 20px; border-radius:4px; border:1px solid #333; background:none; font-size:13px; color:#333;}
.modal.excelUpload .modalCon .modalForm .bul > li .btn-type1.mg-t5{margin-top:5px;}
.modal.excelUpload .modalCon .modalForm button{width:84px; height:30px; margin:0; font-size:13px; font-weight:400;}
.modal.excelUpload .modalCon .modalForm .uploadBox{padding:25px 0; border:1px solid #ddd; background:#f3f3f3; text-align:center;}
.modal.excelUpload .modalCon .modalForm .uploadBox p{font-size:16px; text-align:center; font-weight:500;}
.modal.excelUpload .modalCon .modalForm .uploadBox .search{display:inline-flex; margin-top:20px;}
.modal.excelUpload .modalCon .modalForm .uploadBox .search input[type=text]{width:335px; height:30px; margin:0px 12px 0px 40px; border:1px solid #ddd;}
.modal.excelUpload .modalCon .modalForm .uploadBox .search button + button{margin-left:10px;}
.modal.excelUpload .modalCon .modalForm .uploadBox .search button{width:auto; padding:0 25px;}
.modal .listTop{margin:40px 0 20px; font-size:16px; font-weight:500; color:#444;}
.modal .listTop span{font-size:16px; font-weight:500; color:#444; vertical-align:top;}
.modal .listTop .red{color:#bea461;}
.modal .listTop2{margin:20px 0 10px; font-size:14px; font-weight:500; color:#444;}
.modal .tblCol{width:100%; border-top:1px solid #333;}
.modal .tblCol thead th{background-color: #f3f3f3; border-left: 1px solid #ddd; border-bottom:1px solid #ddd; vertical-align: middle; border-top: 1px solid #000; font-size:14px; padding:11px 0;}
.modal .tblCol thead th:first-child{border-left:0;}
.modal .tblCol tbody td{border-left: 1px solid #ddd; border-bottom:1px solid #ddd; padding:7px 0; font-size: 13px; font-weight: 400; line-height: 20px; color: #232323; text-align: center; vertical-align: middle;}
.modal .tblCol tbody td:first-child{border-left:0;}
.modal .tblCol .txt-left{text-align:left; padding:0 30px;}
.modal .tblCol .chkBox{display:inline-block; margin:0; float:none;}
.modal .tblCol .imgBox{display:flex; align-items:center; margin:0 25px;}
.modal .tblCol .imgBox span{display:inline-block; margin-left:20px;}
.modal .regCheckBox{display:flex; justify-content:space-between; padding-top:30px;}
.modal .regCheckBox .item{width:200px; padding:15px 20px 20px; border:1px solid #ddd; background:#f3f3f3; box-sizing:border-box;}
.modal .regCheckBox .item p{font-size:14px; line-height:22px;}
.modal .regCheckBox .item button{width:150px; height:30px; margin:25px 0 0; background:#bea461; font-size:13px; color:#fff; font-weight:400;}
.modal .txtBoxType1{display:flex; justify-content:center; margin-top:40px; font-size:16px; text-align:center;}
.modal .txtBoxType1 strong{display:inline-block; font-weight:500; line-height:30px; margin-right:20px;}
.modal .txtBoxType1 strong span{color:#bea461; vertical-align:top;}
.modal .txtBoxType1 button{display:inline-block !important; width:84px !important; height:30px !important; margin:0 !important; font-size:13px !important; font-weight:400 !important;}

.borderBox{padding:40px; margin:25px 0 20px; border:1px solid #ddd; box-sizing:border-box;}

/* 에러페이지 */
.errorWrap{display:flex; justify-content:center; align-items:center; width:100%; height:100%;}
.errorWrap > div{padding:0 200px 50px; text-align:center; background:url(../images/common/bg_error.png) no-repeat;}
.errorWrap .tit{display:block; font-size:28px; color:#232323;}
.errorWrap p{margin-top:20px; font-size:16px; line-height:30px; color:#232323;}
.errorWrap .btnBox{margin-top:60px;}
.errorWrap .btnBox .btnBack{display:inline-block; margin:0 4px; width:200px; font-size:16px; color:#bea461; font-weight:500; line-height:50px; border:1px solid #bea461; box-sizing:border-box;}
.errorWrap .btnBox .btnHome{display:inline-block; margin:0 4px; width:200px; background:#bea461; font-size:16px; color:#fff; font-weight:500; line-height:50px; border:1px solid #bea461; box-sizing:border-box;}

/* 검색 키워드 관리 */
.keywordBox{padding:40px; margin:25px 0 20px; border:1px solid #ddd; box-sizing:border-box;}
.keywordBox .list{width:100%;}
.keywordBox .list li{display:flex; border-bottom:1px solid #ddd;}
.keywordBox .list li div:nth-of-type(1){width:42%; border-left:0;}
.keywordBox .list li div:nth-of-type(2){width:23%;}
.keywordBox .list li div:nth-of-type(3){width:18%;}
.keywordBox .list li div:nth-of-type(4){width:17%;}
.keywordBox .list li.head div{background-color: #f3f3f3; border-left: 1px solid #ddd; border-bottom: none; vertical-align: middle; border-top: 1px solid #000; font-size: 14px; font-weight: 700; color: #232323; text-align: center; padding: 11px 0px; display: block;}
.keywordBox .list li.head div:nth-of-type(1){border-left:0;}
.keywordBox .list li.item div{display:flex; align-items:center; justify-content:center; border-left: 1px solid #ddd; font-size: 13px; font-weight: 400; height: 34px; line-height: 24px; color: #232323; text-align: center; vertical-align: middle;}
.keywordBox .list li.item div:nth-of-type(1){border-left:0;}

/* 술콘텐츠 관리 - 연령대별 추천 */
.alcoholContBox{padding:50px; border:1px solid #ddd;}
.alcoholContBox > div{width:1020px; margin:0 auto;}
.alcoholContBox .typeBox{display:flex; justify-content:center; padding-bottom:30px; margin-bottom:30px; border-bottom:1px solid #ddd;}
.alcoholContBox .typeBox > div{display:flex; align-items:center; margin:0 25px;}
.alcoholContBox .typeBox > div strong{display:block; margin-right:30px; font-size:14px; color:#232323;}
.alcoholContBox .typeBox > div a{display:block; width:80px; margin:0 5px; background:#f3f3f3; border-radius:20px; font-size:14px; color:#232323; font-weight:500; line-height:33px; text-align:center; box-sizing:border-box;}
.alcoholContBox .typeBox > div a.on{border:1px solid #232323; background:#fff; font-weight:700;}
.alcoholContBox .iptList{width:875px; margin:0 auto;}
.alcoholContBox .iptList li{display:flex; align-items:center; margin-top:15px;}
.alcoholContBox .iptList li:first-child{margin-top:0;}
.alcoholContBox .iptList li strong{display:block; width:40px; font-size:14px; color:#232323;}
.alcoholContBox .iptList li input[type=text]{width:calc(100% - 122px); height:30px; margin-right:10px; border:1px solid #ddd; line-height:28px; box-sizing:border-box;}

/* 댓글 */
.cmtWrap{margin:10px 0 30px;}
.cmtWrap .tit{display:block; font-size:20px; color:#232323;}
.cmtWrap .list{margin-top:20px; border-top:1px solid #232323;}
.cmtWrap .list > li{display:flex; align-items:center; padding:15px 0; border-bottom:1px solid #ddd;}
.cmtWrap .list > li .name{width:165px; padding-left:35px; font-size:14px; color:#232323; line-height:22px; box-sizing:border-box;}
.cmtWrap .list > li .name span:after{content:url(../images/common/ico_arrow_name.png); margin-left:6px;}
.cmtWrap .list > li .cmt{flex:1; padding:0 35px; font-size:13px; color:#444; line-height:22px; box-sizing:border-box;}
.cmtWrap .list > li .date{width:205px; font-size:13px; color:#444; text-align:center;}
.cmtWrap .list > li .btn{width:75px;}
.cmtWrap .list > li .btn button{color: #333; background-color: #fff; line-height: 100%; border: 1px solid #333; width: 75px; cursor: pointer; border-radius: 4px; height: 30px; box-sizing:border-box;}
.cmtWrap .list > li.off .name,
.cmtWrap .list > li.off .cmt,
.cmtWrap .list > li.off .date{opacity:0.5;}
.cmtWrap .list > li .btn.cancel{border-color:#999; color:#999;}
.cmtWrap .list > li .btn.del{border:0; background:#b5b5b5; color:#fff;}

/* 테이블 */
.listTableSort{width:100%;}
.listTableSort li{display:flex; border-bottom:1px solid #ddd;}
.listTableSort li div:nth-of-type(1){border-left:0;}
.listTableSort li.head div{background-color: #f3f3f3; border-left: 1px solid #ddd; border-bottom: none; vertical-align: middle; border-top: 1px solid #000; font-size: 14px; font-weight: 700; color: #232323; text-align: center; padding: 11px 0px; display: block;}
.listTableSort li.head div:nth-of-type(1){border-left:0;}
.listTableSort li.item div{display:flex; align-items:center; justify-content:center; border-left: 1px solid #ddd; font-size: 13px; font-weight: 400; height: 34px; line-height: 24px; color: #232323; text-align: center; vertical-align: middle;}
.listTableSort li.item div:nth-of-type(1){border-left:0;}

/* 탭카테고리 */
.tabCtg{display: flex;}
.tabCtg li{margin:0 13px;}
.tabCtg li:first-child{margin-left:0;}
.tabCtg li a{display:block; position:relative; font-size:16px; font-weight:500; color:#666; line-height: 30px;}
.tabCtg li a.on{color:#232323;}
.tabCtg li a.on:after{position:absolute; left:0; bottom:0; width:100%; height:2px; background:#222; content:"";}

/* 로딩 */
#loading{display:none; align-items:center; justify-content:center; position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.2); z-index:99999999;}
#loading .box{display:flex; align-items:center; justify-content:center; width:440px; padding:40px 0; background:#fff; text-align:center;}
#loading .box .txt{margin-bottom:30px; font-size:18px; line-height:24px; font-weight:500; color:#000;}
#loading.on{display:flex;}