@charset "utf-8";

@font-face {
    font-family: 'BookkMyungjo-Bd';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Bd.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}


.pair-container {
    height: 100%;
    display: flex;
    justify-content: center;
}


.pair-sd {
    position: absolute;
    width: 120px;
    height: 150px;
    bottom: calc(1.5% - 0px);
    z-index: 999;
}

.a-sd {
    left: calc(29.5% - 0px);
}

.a-sd a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(1px 0px 0px #fff) drop-shadow(0px 1px 0px #fff) drop-shadow(-1px 0px 0px #fff) drop-shadow(0px -1px 0px #fff);
}

.b-sd {
    right: calc(29.5% - 0px);
}

.b-sd a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(1px 0px 0px #fff) drop-shadow(0px 1px 0px #fff) drop-shadow(-1px 0px 0px #fff) drop-shadow(0px -1px 0px #fff);
}




.pair-content-1 {
    width: 30%;
    padding: 15px;
    background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0.6), rgba(0,0,0,0.3)),url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/74321/wild-sea-grayscale.png);
}


.cha-info {
    height: 15%;
}

.cha-info .c-name {
    background-color: #fff;
    margin: 2% 8% 3% 8%;
    text-align: center;
    font-family: 'BookkMyungjo-Bd';
    font-size: 1.6rem;
    line-height: 1.5;
    border-radius: 30px;
    border: 7px double;
}

.cha-info .c-info {
    text-align: center;
}

.cha-head {
    margin: 0 0 5% 0;
    display: flex;
}

.c-head {
    width: 120px;
    height: 120px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 10px;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.5);
}

.c-head a img  {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.c-color {
    display: grid;
    align-items: center;
    align-content: space-evenly;
}

.main-color {
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 100%;
    box-shadow: 1px 1px 3px rgba(0,0,0,1) inset;
}

.cha-etc {
    height: 15%;
    background-color: rgba(255,255,255,0.2);
    margin: 0 0 5% 0;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.5);
}

.cha-etc a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.cha-content {
    height: 49.5%;
}

.c-tag {
    width: 13%;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(255,255,255,0.2);
    padding: 2px 0 0 0;
    margin: 0 0 0 2%;
    font-family: 'BookkMyungjo-Bd';
    box-shadow: 1px -1px 3px 1px rgba(0,0,0,0.5);
}

.c-con {
    background-color: rgba(255,255,255,0.3);
    color: #fff;
    border-radius: 5px;
    padding: 8px 15px;
    height: 85%;
    overflow-y: auto;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.5);
    white-space: pre-wrap;
}




.pair-content-2 {
    width: 33.33%;
    background: gray;
}

.pair-content-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pair-sub {
    position: absolute;
    width: 33.33%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: linear-gradient(to top, black, transparent, transparent, transparent, transparent, transparent);
}

.pair-sub span {
    margin: 0 0 7% 0;
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
    filter: drop-shadow(1px 0px 0px #fff) drop-shadow(0px 1px 0px #fff) drop-shadow(-1px 0px 0px #fff) drop-shadow(0px -1px 0px #fff);
    text-shadow: 0px 0px 5px rgba(255,255,255,0.25);
}




/*************************** 글쓰기 ***************************/

#bo_w {
    height: 740px;
    border: 30px solid transparent;
    border-image: url(/img/border_frame.png);
    border-image-slice: 80;
    padding: 0px !important;
    background-color: #0e0e0e;
    overflow-y: auto;
}

table tbody tr th {
    width: 100px;
}

#write_container {
    display: flex;
    justify-content: center;
}

.w-content {
    width: 45%;
    height: 650px;
}

.w-tag {
    height: 3%;
    background-color: #7C0D0D;
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
}

.w-con {
    height: auto;
    background-color: rgba(255,255,255,0.15);
    padding: 15px;
}

textarea {
    height: 300px;
}

