.row-short{margin-left: 0; margin-right: 0;}
.adm_common_header.mb-5{margin-bottom: 30px;}
.bg-pale{background-color: #f5f5f5;}

.cate_list span + span:before{content:','; display: inline-block; position: relative;}


/* select. */
.catagory-list{    width: 100%;background-color: #f5f5f5; height: 210px; border: 0; border-radius: 4px; overflow-x: hidden; overflow-y: scroll; outline: none;}
.catagory-list li{padding: 8px 20px; font-size:15px; cursor: pointer;}
.catagory-list li.on{background: #999; color:#fff}
.catagory-list li:hover:not(.on){background-color: #dfdfdf;}
.divide span.lang{font-size: 12px;}
.divide + .divide{border-top: 1px solid #ddd;}
.divide:nth-child(2){padding-top: 20px;}

.post-title-wrap{display: flex; justify-content: space-between; align-items: center;}
.choice-lng li{display: inline-block; border: 1px solid #ddd; padding: 0 8px; border-radius: 4px;}
.choice-lng li + li{margin-left: 4px;}
.choice-lng li a{font-size: 14px; color:#888; display: block; line-height: 25px;}

/* 선택된 목록 */
.choosen-list li{position: relative; padding-left: 20px;}
.choosen-list li::before{width: 4px; height: 4px; border-radius: 10px; background-color: #333; position: absolute; left: 0; top: 10px; content: "";}
.choosen-list li span{display: inline-block; color:#333; vertical-align: middle; font-size: 15px;}
.choosen-list li span + span{margin-left: 20px;}
.choosen-list li span.next{ width: 8px; height: 8px; border-right: 1px solid #333;  border-bottom: 1px solid #333; transform: rotate(-45deg); }
.choosen-list li span.delet{width: 24px; height: 24px; position: relative; cursor: pointer;}
.choosen-list li span.delet::before,.choosen-list li span.delet::after{content: ""; position: absolute; width: 10px; height:2px; top: 11px; left: 5px; background-color:#f35f5f}
.choosen-list li span.delet::before{transform: rotate(-45deg);}
.choosen-list li span.delet::after{transform: rotate(45deg);}


/* product */
.product-wrap{display: flex; padding:20px 0}
.productBx{width: 100%;;}
.productBx>span{display: block; font-size: 12px; color:#999; font-weight: bold;}
.product-title{padding-right: 20px;}
/* .product-sub{padding-left:20px} */
.productBx li{display: flex;}
.productBx li + li{margin-top: 12px;}
.productBx li .button.pro-btn{margin-left: 4px;}
.productBx li .button.pro-btn button{padding: 0;width: 40px; height: 40px; }
.product-wrap:nth-child(1){padding-top: 0;}
.product-wrap:last-child{padding-bottom: 0;}
.product-wrap + .product-wrap{border-top: 1px dashed #ddd;}

.post-table-con textarea{width: 100%;padding: 8px; border-radius: 5px; border: 1px solid #dcdee1; height: 120px; resize: none;}
.product-edit{width: 140px; text-align: right; margin-top: 12px;}
.product-edit i{display: inline-block; cursor: pointer; color:#ddd; transition: all .1s;}
.product-edit i + i{margin-left: 8px;}
.product-edit i:hover{color:#333}

.updown-btn,.control-btn{padding: 16px 0;}
.updown-btn + .control-btn{border-top: 1px dashed #ddd;}
.button button.arrow-btn{border: 1px solid #ddd; height: 38px; width: 38px; display: inline-block; padding: 0; position: relative;}
.button button.arrow-btn span{position: absolute; width: 10px; height: 10px;}
.button button.down-btn span{border-bottom: 1px solid; border-right: 1px solid #666; left: 37%; top: 50%; transform: rotate(45deg) translate(-50%,-50%); }
.button button.up-btn span{border-top: 1px solid; border-right: 1px solid #666;  left: 56%; top: 50%; transform: rotate(-45deg) translate(-50%,-50%);}


/* 검색창 */
.list_search{width: 365px; float: left; margin-bottom: 10px;}
.list_search input{outline: none;background-color: #eaeaea; border: 1px solid #eaeaea; border-radius: 3px; padding: 8px; font-size: 16px; width: 56%;}
.list_search input:focus{outline: none;}
.list_search input button{display: inline;}
.list_search .button{display: inline;}
.btn-search{background-color: #3e3e3e; color: #fff; font-weight: 500; padding: 9px 16px; font-size: 14px; border-radius: 3px;}
.btn-search:hover{background-color: #adadad; color: #333; border: 1px solid #adadad;}
.btn-reset{border: 1px solid #c5c5c5; color: #fff; background-color: #c5c5c5;}