.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}

.post-table-container{display: flex; flex-wrap: wrap;}
.post-table-container .post-table{width: 50%;}
.post-table-container .post-table:nth-child(3){border-bottom: 1px solid #ddd;}

.alphabet ul{display: flex; justify-content: space-between;}
.alphabet li{display: inline-block; font-size: 12px; cursor: pointer; }
.alphabet li.on{border-bottom: 2px solid #f35f5f; color:#f35f5f}
/* .alphabet li:nth-child(1){margin-left: 0;}
.alphabet li:last-child{margin-right: 0;} */


.company-list ul{width: 100%; background-color: #eff3f4; height: 700px;border: 0;border-radius: 4px;overflow-x: hidden;overflow-y: scroll;outline: none;;}
.company-list li.on{    background: #c1c4c9 linear-gradient(0deg, #c1c4c9 0%, #c1c4c9 100%);color: #fff;}
.company-list li a{display: flex;  vertical-align: middle; align-items: center;}
.company-list li{padding: 12px 22px;}
.company-list li a .company-img{width: 60px; height: 0; padding-bottom: 60px; border-radius: 100%; overflow: hidden; position: relative;}
.company-list li a .company-img img{width: 100%; position: absolute; height: 100%; left:0; top:0}
.company-list li a .company-name p{font-size: 16px;   display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;}
.company-list li a .company-name{padding-left: 20px;  width: calc(100% - 60px);}



/* select. */
.catagory-list{    width: 100%;background-color: #eff3f4; 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: #c1c4c9 linear-gradient(0deg, #c1c4c9 0%, #c1c4c9 100%); color:#fff}
.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);}


