.list-ctn-wr {
    width: 800px;
    margin : 30px auto;
}

.list-wr {
    min-height: initial !important;
    padding: 50px 10px !important;
}
.list-wr span {
    font-size: 13px;
    text-align: center;
}
.list-wr span:nth-child(1){
    max-width: 70px;
}
.list-wr span:nth-child(2){
    min-width: 350px;
    max-width: 350px;
    text-align: left;
}

.list-wr-ls {
}
.list-wr-ls > div {
    border-radius: .5px;
    border : 1px solid #ccc;
    display: flex;
    cursor: pointer;
}
.list-wr-ls > div:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.list-wr-ls > div:active {
    background-color: rgba(0, 0, 0, 0.2);
    
}
.list-wr-ls > div > span {
    font-size: 13px;
    padding : 1px;
}
.list-wr-ls > div > span:nth-child(1){
    flex : 1;
    min-width: 450px;
    max-width: 450px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-wr-ls > div > .stat {
    min-width: 50px;
    max-width: 50px;
}
.list-wr-ls > div > span:nth-child(3){
    font-size: 10px;
    min-width: initial;
    max-width: initial;
}
.list-wr-ls > div > span:nth-child(4){
    font-size: 10px;
    min-width: initial;
    max-width: initial;
}
.list-wr-ls > div > span.active {
    color : #99233c;
}


.list-dt {
    display: flex;
    margin-bottom: .2px;
}
.list-dt > div {
    flex : 1;
}
.list-dt > div:nth-child(2){
    text-align: right;
}
.list-dt > div select {
    padding : 3px 15px;
}
.list-dt > div button {
    font-size: 15px;
    padding: 5px 15px;
    cursor: pointer;
}
.list-dt > div button:hover {
    color: #2973B2;
}
.list-dt > div button:active {
    color: #04c75b;
}



.list-header {
    border : 1px solid #ccc;
    display: flex;
}
.list-header > span {
    flex : 1;
    color : white;
    background-color: #2973B2;
    padding : 5px;
}
.list-header > span:nth-last-child(3){
    min-width: 100px;
    max-width: 100px;
}
.list-header > span:nth-last-child(2){
    min-width: 60px;
    max-width: 60px;
}
.list-header > span:last-child{
    min-width: 60px;
    max-width: 60px;
}

.list-body {}
.list-body li.title-tp {
    display: flex;
    border : 1px solid white;
    border-bottom: .1px solid #ccc;
    cursor: pointer;
}
.list-body li.title-tp span {
    flex : 1;
    padding : 5px;
    letter-spacing: -1px;
}
.list-body li.title-tp span:nth-last-child(3){
    font-size: 11px;
    min-width: 100px;
    max-width: 100px;
}
.list-body li.title-tp span:nth-last-child(2){
    min-width: 60px;
    max-width: 60px;
}
.list-body li.title-tp span:last-child{
    min-width: 60px;
    max-width: 60px;
}

.list-body li.title-tp:hover {
    background-color: #aad0f1;
}
.list-body li.title-tp:active {}


.list-body ul {
    display: flex;
    flex-wrap: wrap;
}

.list-body li.square-tp {
    position: relative;
    border-radius: 5px;
    border: 1px solid #ccc;
    max-width: 250px;
    height: auto;
    margin: 5px auto;
    overflow: hidden;
    cursor: pointer;
}

.list-body li.square-tp > div {
    
}
.list-body li.square-tp > div:nth-child(1) {
    position: relative;
}
.list-body li.square-tp > div:nth-child(1) img {
    width: 100%;
}

.list-body li.square-tp > div:nth-child(2) {
    position: absolute;
    top : 0;
    left : 0;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
}

.list-body li.square-tp > div:nth-child(2) > div {
    background: rgba(0, 0, 0, 0.5);
    padding : 10px;
    transition: all 0.5s;
}

.list-body li.square-tp > div:nth-child(2) > div:nth-child(1) {}
.list-body li.square-tp > div:nth-child(2) > div:nth-child(2) {
    flex : 1;
    opacity: 0;
    letter-spacing: -.9px;
}
.list-body li.square-tp > div:nth-child(2) > div:nth-child(3) {
}

.list-body li.square-tp:hover {}
.list-body li.square-tp:hover > div:nth-child(2) > div:nth-child(2) {
    opacity: 1;
}
.list-body li.square-tp > div:nth-child(2) > div span {
    color : white;
}
.list-body li.square-tp > div:nth-child(2) > div:nth-child(1) > span {
    font-size: 16px;
    font-weight: 200;
}
.list-body li.square-tp > div:nth-child(2) > div:nth-child(1) > span:nth-child(1){
    font-weight: 900;
}
.list-body li.square-tp > div:nth-child(2) > div:nth-child(1) > span:nth-child(1)::after {
    content: ')';

}

.list-body li.square-tp > div:nth-child(2) > div:nth-child(3) > span {
    font-size: 10px;
    padding: 0 25px;
    font-weight: 200;
}
.list-body li.square-tp > div:nth-child(2) > div:nth-child(3) > span:nth-child(1){
    flex : 1;
}

.list-body li.square-tp > div:nth-child(2) > div:nth-child(3) > span.i-view {
    position: relative;
    padding: 0px 25px;
}
.list-body li.square-tp > div:nth-child(2) > div:nth-child(3) > span.i-view::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -10px;
    width: 30px;
    height: 30px;
    background-image: url(/images/icons/view.png);
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
}
.list-body li.square-tp > div:nth-child(2) > div:nth-child(3) > span.i-like {
    position: relative;
    padding: 0px 25px;
}
.list-body li.square-tp > div:nth-child(2) > div:nth-child(3) > span.i-like::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -10px;
    width: 30px;
    height: 30px;
    background-image: url(/images/icons/like.png);
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
}








.like-and-view {
    padding: 10px 0;
    opacity: 0.8;
    text-align: right;

    -ms-user-select: none; 
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.like-and-view > span {
    padding: 0px 25px;
    filter: drop-shadow(1px 1px 1px black);
}

.like-and-view > span.i-view {
    position: relative;
}
.like-and-view > span.i-view::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -10px;
    width: 30px;
    height: 30px;
    background-image: url(/images/icons/view.png);
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
}


.like-and-view > span.i-like {
    position: relative;
    cursor: pointer;
    
}
.like-and-view > span.i-like::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -10px;
    width: 30px;
    height: 30px;
    background-image: url(/images/icons/like.png);
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
}
.like-and-view > span.i-like:hover {
    filter: drop-shadow(1px 1px 2px black);
}
.like-and-view > span.i-like:active {
    filter: drop-shadow(0px 0px 0px black);
}





.list-body li.img-tp {
    border-radius: 10px;
    border : 1px solid #ccc;
    display: flex;
    height: 150px;
    margin-bottom: 5px;
    overflow: hidden;
    cursor: pointer;
}
.list-body li.img-tp > div {
    flex : 1;
}
.list-body li.img-tp > div:nth-child(1) {
    position: relative;
    min-width: 150px;
    max-width: 150px;
    height: 150px;
    overflow: hidden;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.list-body li.img-tp > div:nth-child(1) img {
    position: absolute;
    top : 50%;
    left : 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s;
    filter: blur(20px) opacity(0.3);
    mix-blend-mode: plus-lighter;
}
.list-body li.img-tp > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    padding : 10px;
}
.list-body li.img-tp > div:nth-child(2) > div:nth-child(1){
    display: flex;
}
.list-body li.img-tp > div:nth-child(2) > div:nth-child(1) > span {
    font-size: 19px;
    font-weight: 600;
}
.list-body li.img-tp > div:nth-child(2) > div:nth-child(1) > span:nth-child(1){
    font-size: 15px;
    font-weight: 300;
}
.list-body li.img-tp > div:nth-child(2) > div:nth-child(1) > span:nth-child(1)::after {
    content: ' )';
}
.list-body li.img-tp > div:nth-child(2) > div:nth-child(1) > span:nth-child(2){
    flex : 1;
    text-align: left;
    max-width: initial;
    padding: 0 10px;

    letter-spacing: -.9px;
}
.cnt-txt {
    color : #709cff !important;
}

.list-body li.img-tp > div:nth-child(2) > div:nth-child(1) > span:nth-child(3){
    font-size: 15px;
    font-weight: 300;
}

.list-body li.img-tp > div:nth-child(2) > div:nth-child(2){
    flex : 1;
    font-size: 11px;
    padding : 5px;
}
.list-body li.img-tp > div:nth-child(2) > div:nth-child(3){
    position: relative;
    text-align: right;
}
.list-body li.img-tp > div:nth-child(2) > div:nth-child(3) > span {}
.list-body li.img-tp > div:nth-child(2) > div:nth-child(3) > span:nth-child(1) {
    position: absolute;
    top : 0;
    left : 0;
    max-width: initial;
}

.list-body li.img-tp > div:nth-child(2) > div:nth-child(3) > span.i-view {
    position: relative;
    padding: 0px 25px;
}
.list-body li.img-tp > div:nth-child(2) > div:nth-child(3) > span.i-view::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -10px;
    width: 30px;
    height: 30px;
    background-image: url(/images/icons/view.png);
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    filter: contrast(0.1);
}
.list-body li.img-tp > div:nth-child(2) > div:nth-child(3) > span.i-like {
    position: relative;
    padding: 0px 25px;
}
.list-body li.img-tp > div:nth-child(2) > div:nth-child(3) > span.i-like::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -10px;
    width: 30px;
    height: 30px;
    background-image: url(/images/icons/like.png);
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    filter: contrast(0.1);
}



.list-body li.img-tp:hover {
    border: 1px solid #5e8dfb;
}
.list-body li.img-tp:hover > div:nth-child(1) img {
    filter: blur(0px) opacity(1);
    mix-blend-mode: initial;
}
.list-body li.img-tp:active {}







.list-banner {
    position: relative;
    text-align: center;
    height: 150px;
    overflow: hidden;
}
.list-banner img {
    position: absolute;
    top : calc(50% - 20px);
    left : 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    margin : 0 auto;
}




.category-1 {
    display: flex;
    height: 50px;
}

.category-1 button {
    display: inline-block;

    border : 0;
    background: none;

    font-size: 13px;
    text-align: center;

    cursor: pointer;

    transition: all .1s;
    padding : 3px 15px;
}

.category-1 button:hover {
    color : #99233c;
}
.category-1 button:active {
    color : #2973B2;
}

.category-1 button.active {
    color : #2973B2;
    font-size: 22px;
}







.list-form {
}
.list-form > div {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.list-form > div > span {
    display: inline-block;
    flex : 1;
    text-align: left;
    font-weight: 600;
    padding : 5px;
}


.list-form > div select {
    border-radius: 5px;
    border : 1px solid #ccc;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    padding : 7px 15px;    
}

.list-form > div input[type="text"] {
    border-radius: 5px;
    border : 1px solid #ccc;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    padding : 7px 15px;
}

.list-form > div > div {
    flex : 1;
    padding : 15px;
}

.list-form > div label {
    display: inline-block;
    padding : 10px;
    padding-top: 0;
    font-size: 11px;
    cursor: pointer;
}



.list-preview {
    border-radius: 10px;
    display: flex;
    padding: 10px;
    background: aliceblue;
    margin-top: 10px;
}

.list-preview > div > span {
    display: inline-block;
    flex : initial;
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 10px;
}
.list-preview .img-rep {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.list-preview .img-rep::after {
    content: '대표이미지';
    position: absolute;
    top : 10px;
    right : 10px;
    padding : 10px;

    border-radius: 10px;
    border : 0;
    background: #04c75b;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 2px;
    color : white;
    box-shadow: 1px 1px 1px #888;

}
.list-preview img {
    width: 100%;
}

.list-preview > div > div {
    font-weight: 200;
}


.min-w {
    min-width: 300px;
    max-width: 300px;
}
.min-h {
    min-height: 200px;
}

input[type="radio"] {
    position: relative;
    display: inline-grid;
    appearance: none;
    background-color: #fff;
    padding: 0 !important;
    /* margin: 0;
    margin-top: 20px; */
    margin-top: 0;
    margin-left: 20px;

    font: inherit;
    color: currentColor;
    width: 20px !important;
    height: 20px !important;
    border: 2px dashed #ff5e5e;
    border-radius: 50% !important;

    transform: translateY(5px);
    cursor: pointer;
}


input[type="radio"]::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 20px 20px #ff5e5e;

    position: absolute;
    top : 50%;
    left : 50%;
    transform: scale(0) translate(-50%, -50%);
}

input[type="radio"]:checked::before {
    transform: scale(1) translate(-50%, -50%);
}



.file-i {
    height: 70px;
    cursor: pointer;
}
.file-zone-i {
    position: relative;
    border: 1px solid #709cff;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.file-zone-i::before {
    content: '';
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    height: 90%;
    /* background: rgba(0, 0, 0, 0.1); */
    background-color: #709cff;
}

.file-zone-i::after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: white;
    width: 30px;
    height: 30px;
    background-image: url(/images/icons/folder.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: drop-shadow(2px 4px 6px black) invert(1);
}
.file-zone-i:hover::after {
    filter: drop-shadow(0px 0px 0px black) invert(1);
}
.file-zone-i:hover::before {
    background-color: #5e8dfb;
}


.c-txt {
    text-align: center;
    font-size: 12px;
}
.color-red {
    color : #99233c;
}

.wrong-page {
    font-size: 15px;
    text-align: center;
    padding : 200px 0;
}
.list-center {
    font-size: 15px;
    text-align: center;
    padding : 200px 0;
}


.i-icon {
    border : 0;
    width: 22px;
    height: 22px;
    background: none;
    background-position: center;
    background-size: 22px;
    background-repeat: no-repeat;
    filter: opacity(0.5);
    cursor: pointer;
}

.i-icon:hover {
    filter: opacity(0.7);
}
.i-icon:active {
    filter: opacity(1);
}
.i-active {
    filter: opacity(1);
}

.i-list {
    background-image: url('/images/icons/icon-list.png');
}
.i-menu {
    background-image: url('/images/icons/icon-menu.png');
}
.i-squares {
    background-image: url('/images/icons/squares.png');
    
}





.cmt-wr {
    padding : 30px 0;
    margin : 30px 0;
}

.cmt-header {
    text-align: left;
}
.cmt-header h3 {
    text-align: left;
    padding : 10px;
}
.cmt-header span {
    display: inline-block;
    font-size: 22px;
    color : #99233c;
    padding : 0 10px;
}

.cmt-write {
    border-radius: 5px;
    border : 1px solid #ccc;
}
.cmt-write > div {
    
}
.cmt-write > div:nth-child(1){
    border-bottom: 0;
    height: 40px;
}

.cmt-write > div:nth-child(1) > div {
    display: flex;
}
.cmt-write > div:nth-child(1) span {
    min-width: initial;
    max-width: initial;
    padding : 10px;
}
.cmt-write > div:nth-child(1) span:nth-child(1){
    max-width: 40px;
    padding : 0;
}

.cmt-write > div:nth-child(1) span img {
    border-radius: 50%;
    border : 1px solid #ccc;
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 1px black;
}



.cmt-write > div textarea {
    border : 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    width: 100%;
    height: 100px;
    padding : 10px;
    resize: none;
}

.cmt-write > div:nth-child(3){
    display: flex;
    flex-direction: row-reverse;
    height: 43px;
    padding : 0px;
}

.cmt-write > div:nth-child(3) > span {
    letter-spacing: .5px;
    min-width: initial;
    padding: 10px 25px;
}
.cmt-write > div:nth-child(3) > span.inactive {
    color : red;
}


.cmt-write button.i-send {
    position: relative;
    border : 0;
    width: 100px;
    height: 43px;
    cursor: pointer;
}
.cmt-write button.i-send::after {
    content: '';
    position: absolute;
    top : 0;
    left : 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 23px;
    background-repeat: no-repeat;
    background-image: url('/images/icons/icon-sent.png');
    filter: invert(1) blur(0px);
    transition: all 0.3s;
}
.cmt-write button.i-send:hover::after {
    filter: invert(1) blur(0px) drop-shadow(2px 4px 6px black);
}
.cmt-write button.i-send:active::after {
    filter: invert(1) blur(10px) opacity(0);
}

.cmt-write button.i-send::before {
    content: '';
    position: absolute;
    top : 0;
    left : 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 23px;
    background-repeat: no-repeat;
    background-image: url('/images/icons/icon-dots.png');
    filter: invert(1) blur(10px) opacity(0);
    transition: all 0.1s;
}
.cmt-write button.i-send:hover::before {
}
.cmt-write button.i-send:active::before {
    filter: invert(1) blur(0px) opacity(1) drop-shadow(2px 4px 6px black) contrast(1.9);
}



.cmt-view {
    padding : 30px 0;
}
.cmt-view > ul {}
.cmt-view > ul > li {
    border-radius: 5px;
    border : 1px solid #ccc;
    display: flex;
}
.cmt-view > ul > li > div {
    position: relative;
    padding : 15px;
}
.cmt-view > ul > li > div:nth-child(1){
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    
    box-sizing: content-box;
}

.cmt-view > ul > li > div:nth-child(1) > span {
    display: inline-block;
    min-width: initial;
    max-width: initial;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding : 5px;
}
.cmt-view > ul > li > div:nth-child(1) > span:nth-child(1){
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;

    border-radius: 50%;
    border : 1px solid #ccc;
    width: 100%;
    box-shadow: 1px 1px 1px black;
}

.cmt-view > ul > li > div:nth-child(1) img {
    position: absolute;
    top : 50%;
    left : 50%;
    transform: translate(-50%, -50%);

    border-radius: 50%;
    width: 100%;
    cursor: pointer;
    transition: all .3s;
}
.cmt-view > ul > li > div:nth-child(1) img:hover{
    filter: blur(10px);
}
.cmt-view > ul > li > div:nth-child(1) img:active{
    filter: blur(0px);
}


.cmt-view > ul > li > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    flex : 1;
}
.cmt-view > ul > li > div:nth-child(2) > span {
    min-width: initial;
    max-width: initial;
}
.cmt-view > ul > li > div:nth-child(2) > span:nth-child(1) {
    width: 100%;
    height: 30px;
    text-align: right;
}
.cmt-view > ul > li > div:nth-child(2) > span:nth-child(2) {
    flex : 1;
    width: 100%;
    text-align: left;
}
.cmt-view > ul > li > div:nth-child(2) > span:nth-child(2) textarea {
    border : 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    width: 100%;
    height: 100px;
    padding : 10px;
    resize: none;
}
.cmt-view > ul > li > div:nth-child(2) > div:nth-child(3) {
    width: 100%;
    height: 30px;
    text-align: right;
}

.cmt-list {
}
.cmt-list > button {
    border : 0;
    display: inline-block;
    min-width: initial !important;
    max-width: initial !important;
    padding : 5px 15px;
    background: none;
    cursor: pointer;
}
.cmt-list > button:hover{
    color : #2973B2;
}
.cmt-list > button:active{
    color: #99233c;
}


.cmt-login {
    padding : 100px;
    text-align: center;
}