.write-wr {
    padding-bottom: 50px;
}
.write-wr * {
    font-family: 'Noto Sans KR';
}
.write-wr > div > div {
    margin-top: 36px;
}



.wr-label {
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4px;
}
.write-wr .wr-label > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color: #1f1f1f;
}

.wr-serial-inputs {
    display: flex;
    margin-top: 8px;
    grid-gap: 8px;
}
.wr-serial-inputs label {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 4px;
    align-items: center;
    cursor: pointer;
}
.wr-serial-inputs label input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 6px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 999999px;
    background-color: #0096fa;
    transition: background-color .2s, box-shadow .2s;
}
.wr-serial-inputs label input::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    pointer-events: none;
    background-color: #ffffff;
    border-radius: 999999px;
    transition: background-color .2s, box-shadow .2s;
}
.wr-serial-inputs label input:not(:checked){
    border-width: 2px;
    border-style: solid;
    border-color: #858585;
    background: none;
}

.wr-serial-inputs label input:checked:not(:disabled):hover {
    background-color: #0090f0;
}
.wr-serial-inputs label input:checked:not(:disabled):active{
    background-color: #007ed2;
}
.wr-serial-inputs label div {}


.wr-serial-expl {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
    color: #858585;
}
.wr-serial-expl span {
    font-size: 13.5px;
}


.wr-book-cvr {}
.wr-book-cvr .wr-label a {
    position: absolute;
    right : 0;
    font-size: 12px;
}

.wr-book-cvr .wr-book-cvr-exl {
    display: flex;
    position: relative;
    height: 140px;
    margin-top: 16px;
}
.wr-book-cvr .wr-book-cvr-exl > div {
    display: inline-block;
    width: 100px;
    height: inherit;
}
.wr-book-cvr .wr-book-cvr-exl > div > svg {
    position: absolute;
    top : 50%;
    left : 50%;
    transform: translate(-50%, -50%);
    stroke: none;
    width: 24px;
    height: 24px;
    line-height: 0;
    font-size: 0px;
    vertical-align: middle;
    opacity: 0.5;
    border-radius: 50%;
    padding: 15px;
    box-sizing: content-box;
}

.wr-book-cvr .wr-book-cvr-exl > div:nth-child(1){
    position: absolute;
    top : -10px;
    left : -50px;
    height: 160px;
    border: 0;
    cursor: pointer;
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(1)::before {
    content: '';
    position: absolute;
    top : 0px;
    right : 0;
    background-color: white;
    width: 100%;
    height: inherit;
    filter: blur(5px);
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(1):hover::before {
    background-color: rgba(255, 255, 255, 0.8);
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(1):active {
    background-color: rgba(255, 255, 255, 0.9);
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(1):hover svg {
    background-color: rgba(0,0,0,0.1);
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(1):active svg {
    background-color: rgba(0,0,0,0.2);
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(2){
    flex : 1;
    display: flex;
    padding-left: 25px;
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(3){
    position: absolute;
    top : -10px;
    right: -50px;
    height: 160px;
    border: 0;
    cursor: pointer;
}

.wr-book-cvr .wr-book-cvr-exl > div:nth-child(3)::before {
    content: '';
    position: absolute;
    top : 0px;
    right : 0;
    background-color: white;
    width: 100%;
    height: inherit;
    filter: blur(5px);
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(3):hover::before {
    background-color: rgba(255, 255, 255, 0.8);
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(3):active {
    background-color: rgba(255, 255, 255, 0.9);
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(3):hover svg {
    background-color: rgba(0,0,0,0.1);
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(3):active svg {
    background-color: rgba(0,0,0,0.2);
}

.wr-book-cvr .wr-book-cvr-exl > div:nth-child(2) > div {
    width: 100px;
    height: inherit;
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(2) > div:nth-child(1){
    margin-right: 2px;
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(2) > div:nth-child(1) > div {
    position: relative;
    border : 1px solid #ccc;
    border-radius: 7px;
    background-color: rgba(0,0,0,0.04);
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: none;
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(2) > div:nth-child(1) > div svg {
    position: absolute;
    top : 50%;
    left : 50%;
    transform: translate(-50%, -50%);
    stroke: none;
    width: 20px;
    height: 20px;
    line-height: 0;
    font-size: 0px;
    vertical-align: middle;
    opacity: 0.5;
    border-radius: 50%;
    padding: 15px;
    box-sizing: content-box;
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(2) > div:nth-child(1) > div:hover{
    background-color: rgba(0,0,0,0.08);
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(2) > div:nth-child(1) > div:active{
    background-color: rgba(0,0,0,0.1);
}

.wr-book-cvr .wr-book-cvr-exl > div:nth-child(2) > div:nth-child(2){
    width: calc(100% - 100px);
}


.wr-book-cvr .wr-book-cvr-exl > div:nth-child(2) ul {
    display: flex;
    width: 100%;
    height: inherit;
    overflow: hidden;
    overflow-x: auto;
    padding-right: 50px;
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(2) ul > li {
    position: relative;
    border-radius: 7px;
    min-width: 100px;
    width: 100px;
    height: inherit;
    margin-right: 2px;
    transition: none;
    overflow: hidden;
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(2) ul > li div svg {
    opacity: 0;
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(2) ul > li:hover {
    filter: brightness(0.9);
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(2) ul > li:active {
    filter: brightness(0.8);
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(2) ul > li img {
    height: inherit;
    cursor: pointer;

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

.wr-book-cvr .wr-book-cvr-exl > div:nth-child(2) ul > li div {
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-radius: 999999px;
    background-color: rgba(0, 0, 0, 0.04);
    display: flex;
    width: 20px;
    height: 20px;
    border: 2px solid white;
    
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(2) ul > li.active {}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(2) ul > li.active div {
    background-color: #0096fa;
}
.wr-book-cvr .wr-book-cvr-exl > div:nth-child(2) ul > li.active div svg {
    opacity: 1;
    fill: white;
}


.wr-book-cvr .wr-book-cvr-exl img {
    height: inherit;
}

.wr-book-cvr-prev {

}

.wr-book-cvr-prev .wr-book-cvr-prev-expl {
    margin-top: 10px;
    box-sizing: border-box;
    display: grid;
    gap: 16px;
    -webkit-box-align: center;
    place-items: center;
    width: 100%;
    min-width: calc(180px);
    height: auto;
    padding: 24px;
    background: rgba(0,0,0,0.02);
    border-radius: 16px;
}
.wr-book-cvr-prev .wr-book-cvr-prev-expl > div {}
.wr-book-cvr-prev .wr-book-cvr-prev-expl > div:nth-child(1) {
    position: relative;
    width: 132px;
    height: 185px;
    border-radius: 7px;
    overflow: hidden;
}
.wr-book-cvr-prev .wr-book-cvr-prev-expl > div:nth-child(2) {}
.wr-book-cvr-prev .wr-book-cvr-prev-expl > div:nth-child(2) button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    box-sizing: border-box;
    padding: 0 24px;
    border-style: none;
    outline: none;
    text-rendering: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    text-decoration: none;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    width: -webkit-min-content;
    width: min-content;
    display: inline-grid
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    border-radius: 999999px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #474747;
    background-color: rgba(0,0,0,0.04);
    transition: color .2s, background-color .2s, box-shadow .2s;
    height: 40px;
}
.wr-book-cvr-prev .wr-book-cvr-prev-expl > div:nth-child(2) button:hover {
    background-color: rgba(0,0,0,0.08);
}
.wr-book-cvr-prev .wr-book-cvr-prev-expl > div:nth-child(2) button:active {
    background-color: rgba(0,0,0,0.1);
}


.wr-book-cvr-prev .wr-book-cvr-prev-expl > div:nth-child(3) {
    background-color: rgba(0,0,0,0.04);
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
    align-items: flex-start;
}
.wr-book-cvr-prev .wr-book-cvr-prev-expl > div:nth-child(3) > div {
    margin-top: 3px;
    margin-right: 10px;
}
.wr-book-cvr-prev .wr-book-cvr-prev-expl > div:nth-child(3) p {

}

.wr-book-cvr-prev .wr-book-cvr-prev-expl img {
    position: absolute;
    top : 50%;
    left : 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}



.wrs-select-wr {
    display: flex;
}
.wrs-select-wr button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    box-sizing: border-box;
    padding: 0 24px;
    border-style: none;
    outline: none;
    text-rendering: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    text-decoration: none;
    font: inherit;
    margin: 0;
    margin-right: 8px;
    overflow: visible;
    text-transform: none;
    width: -webkit-min-content;
    width: min-content;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    border-radius: 999999px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    color: #474747;
    background-color: rgba(0, 0, 0, 0.04);
    transition: color .2s, background-color .2s, box-shadow .2s;
    height: 40px;
    font-family: 'Noto Sans KR';
}
.wrs-select-wr button:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
.wrs-select-wr button:active {
    background-color: rgba(0, 0, 0, 0.08);
}
.wrs-select-wr button:nth-child(2){
    color: white;
    background-color: #0096fa;
}
.wrs-select-wr button:nth-child(2):hover {
    color: white;
    background-color :#007ed2;
}
.wrs-select-wr button:nth-child(2):active {
    color: white;
    background-color :#0090f0;
}




.wrs-select {
    position: relative;
    width: 288px;
    transition: none;
    margin-right: 10px;
}
.wrs-select:focus-within {
    outline: 3px solid #99d7ff;
    border-radius: 5px;
}

.wrs-select div {

    font-size: 14px;
    line-height: 22px;    
}
.wrs-select > div {
    color: #474747;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.04);
    height: 40px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s, box-shadow 0.2s;
    
}
.wrs-select > div select{
    border : 0;
    background: none;
    width: 100%;
    color: #474747;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s, box-shadow 0.2s;
    
    font-size: 14px;
    line-height: 22px;

}

.wrs-select svg {
    stroke: none;
    fill: #474747;
    width: 16px;
    height: 16px;
    line-height: 0;
    font-size: 0px;
    vertical-align: middle;
    margin: 3px;
}

.wr-select {
    position: relative;

    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    z-index: 1;
    min-width: 20px;
    width: 288px;
    background: #ffffff padding-box;
}

.wr-select .wr-select-v {
    color: #474747;
    border-radius: 4px;
    
    height: 40px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s, box-shadow 0.2s;
    
    font-size: 14px;
    line-height: 22px;
}
.wr-select .wr-select-active {
    background-color: rgba(0,0,0,0.04);
}
.wr-select .wr-select-v > div {
    display: flex;
}
.wr-select .wr-select-v svg {
    stroke: none;
    fill: #474747;
    width: 16px;
    height: 16px;
    line-height: 0;
    font-size: 0px;
    vertical-align: middle;
    margin: 3px;
}

.wr-select > div:hover {
    background-color: rgba(0,0,0,0.04);
}
.wr-select > div:active {
    background-color: rgba(0,0,0,0.1);
}


.wr-title {
    display: flex;
    height: 40px;
    transition: background-color .2s, box-shadow .2s;
    color: #474747;
    background-color: rgba(0,0,0,0.04);
    border-radius: 4px;
    padding: 0 8px;
    margin-top: 10px;
    line-height: 22px;
    font-size: 14px;
}
.wr-title input {
    border: none;
    box-sizing: border-box;
    outline: none;
    font-family: inherit;
    transform-origin: top left;
    transform: scale(.875);
    width: calc(100% / .875);
    height: calc(100% / .875);
    font-size: calc(14px / .875);
    line-height: calc(22px / .875);
    padding-left: 10px;
    padding-right: 0;
    border-radius: calc(4px / .875);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    color: #474747;
}
.wr-title:focus-within {
    outline: 3px solid #99d7ff;
    border-radius: 5px;
}


.wr-title input:focus {

}
.wr-title div {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 4px;
}
.wr-title div span {
    line-height: 22px;
    font-size: 14px;
    color: #858585;
}


.wr-tag-tool {
    text-align: right;
}
.wr-tag-tool select {
    border: 0;
    color : #474747;
    font-size: 11.5px;
    font-weight: 400;
    padding : 3px;
}





.wr-textarea {
    margin-top: 4px;
    height: 100%;   
}
.wr-textarea textarea {
    border: none;
    outline: none;
    font-family: inherit;
    overflow-y: auto;
    resize: vertical;
    min-height: 650px;
    padding: 12px 16px;
    height: calc(88px);
    appearance: none;
    background-image: none;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    color: #474747;
    font-size: 14px;
    line-height: 22px;
    width: 100%;

    height: auto;
    background: rgba(0,0,0,0.04);
    border-radius: 4px;
    resize: none;
    transition: none;
}
.wr-textarea textarea:focus {
    outline: 3px solid #99d7ff;
    border-radius: 5px;
}
.wr-textarea > div {
    text-align: right;
}
.wr-textarea div span {
    line-height: 22px;
    font-size: 14px;
    color: #858585;
}
.boundary {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    width: 960px;
    margin-left: calc(-120px);
    margin-top: 40px;
}

.wr-tag {
    margin-top: 36px;
}
.wr-tag .wr-tag-input {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    min-height: 30px;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.04);
    position: relative;
    padding: 2px 50px 2px 2px;
    cursor: text;
}

.wr-tag .wr-tag-input .wr-tag-input-active {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    margin: 2px;
    max-width: 100%;
    padding: 6px 12px;
    border-radius: 4px;
    background-color: #ffffff;
    color: #1f1f1f;
    line-height: 1;
    overflow-wrap: break-word;
    vertical-align: top;
}
.wr-tag .wr-tag-input .wr-tag-input-active > div {
    margin-left: 10px;
    cursor: pointer;
}
.wr-tag .wr-tag-input .wr-tag-input-active svg {
    stroke: #ccc;
    stroke-linecap: round;
    stroke-width: 2;
}
.wr-tag .wr-tag-input .wr-tag-input-active > div:hover svg {
       stroke: #333;
}
.wr-tag .wr-tag-input .wr-tag-input-active > div:active svg {
       stroke: #888;
}


.wr-tag .wr-tag-input .wr-tag-input-s {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 100%;
}
.wr-tag .wr-tag-input .wr-tag-input-s input {
    background: transparent;
    display: inline-block;
    margin: 2px 0px 2px 8px;
    padding: 2px;
    border: none;
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    outline: none;
    color: #474747;
}
.wr-tag .wr-tag-input .wr-tag-input-s input::placeholder{
    color: rgb(179, 179, 179);
    margin-left: -4px;
}
/* .wr-tag .wr-tag-input .wr-tag-input-s span {
    color: rgb(179, 179, 179);
    margin-left: -4px;
} */
.wr-tag-input-sub {
    border-radius: 10px;
    border: 1px solid #ccc;
    position: absolute;
    top : 100%;
    width : 150px;
    max-height: 250px;
    background-color: white;
    box-shadow: 1px 1px 1px black;
    overflow-y: auto;
    z-index: 9;
}
.wr-tag-input-sub button {
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-bottom: 1px;
    background: none;
    border : 0;
    cursor: pointer;
    transition: none;
}
.wr-tag-input-sub button:hover {
    color: #007ed2;
}
.wr-tag-input-sub button:active {
    color : #0090f0;
}


.wr-tag .wr-tag-input .wr-tag-input-limit {
    position: absolute;
    right: 10px;
    top: 0px;
    line-height: 32px;
    color: #858585;
}


.wr-tag .wr-tag-rec {
    margin-top: 8px;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.04);
    padding: 12px 16px;
    color: #858585;
}
.wr-tag .wr-tag-rec > div {
    font-size: 14px;
    line-height: 22px;
}
.wr-tag .wr-tag-rec > div > span {
    display: inline-block;
    margin: 0px 4px;
    user-select: none;
    border-radius: 4px;
    color: #3d7699;
    cursor: pointer;
}

.wr-tag .wr-tag-rec > div > span:hover{
    color: #5b93b5;
}
.wr-tag .wr-tag-rec > div > span:active{
    color: #3782b1;
}
.wr-tag .wr-tag-rec > div > span.active {
    opacity: 0.32;
}


.check-input {
    display: flex;
    padding : 10px 0;
}
.check-input input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    transition: box-shadow .2s, background-color .2s;
    position: relative;
    box-sizing: border-box;

    margin: 0;
    margin-right: 10px;
}
.check-input input[type=checkbox]:not(:checked) {
    border-width: 2px;
    border-style: solid;
    border-color: #adadad;
}
.check-input input[type=checkbox]:not(:disabled):focus:not(:focus-visible) {
    box-shadow: none;
}
.check-input input[type=checkbox]:not(:disabled):focus {
    outline: none;
}
.check-input input[type=checkbox]:checked {
    background-color: #0096fa;
}

.check-input input[type=checkbox]:checked::after {
    content: "";
    background-color: white;
    display: flex;
    margin: auto;
    width: 16px;
    height: 16px;
    -webkit-clip-path: path("M10.6 5a1.3 1.3 0 0 1 1.8 1.9l-5.7 5.6-3-2.9a1.3 1.3 0 1 1 2-1.9l1 1z");
    clip-path: path("M10.6 5a1.3 1.3 0 0 1 1.8 1.9l-5.7 5.6-3-2.9a1.3 1.3 0 1 1 2-1.9l1 1z");
}

.check-input div {
    color : #474747;
    font-size: 14px;
    line-height: 20px;
}




.switch-input {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
    outline: 0px;
}
.switch-input span {
    display: inline-flex;
    position: relative;
    z-index: 0;
    margin-right: 8px;
}
.switch-input span input {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    opacity: 0;
    appearance: none;
    outline: none;
    cursor: pointer;
}
.switch-input span input:checked ~ div {
    background-color: rgb(0, 150, 250);
}
.switch-input span input:checked ~ div > div {
    transform: translateX(12px);
}
.switch-input span > div {
    position: relative;
    box-sizing: border-box;
    width: 28px;
    height: 16px;
    border-radius: 16px;
    border: 2px solid transparent;
    background-color: #adadad;
    transition: box-shadow 0.2s, background-color 0.2s;
}
.switch-input span > div > div {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    transform: translateX(0px);
    transition: transform 0.2s;
}




.wr-book-inputs {
    position: sticky;
    bottom: 0px;
    background: #ffffff;
    padding: 16px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);

    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.wr-book-inputs > div {
    width: 1016px;
}
.wr-book-inputs > div > div {
    display: flex;
    gap: 350px;
    margin: 0 auto;
}
.wr-book-inputs > div > div button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    box-sizing: border-box;
    padding: 0 24px;
    border-style: none;
    outline: none;
    text-rendering: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    text-decoration: none;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    width: -webkit-min-content;
    width: min-content;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    border-radius: 999999px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    color: #474747;
    background-color: rgba(0,0,0,0.04);
    transition: color .2s, background-color .2s, box-shadow .2s;
    height: 40px;
    font-family: 'Noto Sans KR';
}


.wr-book-inputs > div > div button:hover{
    filter: invert(.2);
}
.wr-book-inputs > div > div button:active{
    filter: invert(.5);
}
.wr-book-inputs > div > div > div:nth-child(2) button:nth-child(2){
    color : white;
    background-color: #0096fa;
}
.wr-book-inputs > div > div > div:nth-child(2) button:nth-child(2):hover {
    background-color :#007ed2;
    filter: initial;
}
.wr-book-inputs > div > div > div:nth-child(2) button:nth-child(2):active {
    background-color :#0090f0;
    filter: initial;
}
.wr-book-inputs > div > div > div:nth-child(2) button:nth-child(3){
    color : white;
    background-color: #0096fa;
}
.wr-book-inputs > div > div > div:nth-child(2) button:nth-child(3):hover {
    background-color :#007ed2;
    filter: initial;
}
.wr-book-inputs > div > div > div:nth-child(2) button:nth-child(3):active {
    background-color :#0090f0;
    filter: initial;
}

.wr-book-inputs > div > div > div:nth-child(2) button:nth-child(4){
    color : white;
    background-color: #f27a7d;
}
.wr-book-inputs > div > div > div:nth-child(2) button:nth-child(4):hover {
    color : white;
    background-color :#FF8D64;
    filter: initial;
}
.wr-book-inputs > div > div > div:nth-child(2) button:nth-child(4):active {
    background-color :#FFF601;
    filter: initial;
}




@media (min-width: 1376px) {
    .write-wr .serial-wr{
        width: 704px;
    }
    .wr-book-inputs > div > div {
        gap: 550px;
    }

}




.over-panel {
    position: fixed;
    top : 50%;
    left : 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 9;
}
.over-panel * {
    font-family: 'Noto Sans KR';
}
.over-panel > div {
    position: fixed;
    top : 50%;
    left : 50%;
    transform: translate(-50%, -50%);
    border-radius: 24px;
    width: 648px;
    height: 90%;
    background-color: white;
    padding : 25px;
    padding-top: 0;
    padding-right: 35px;
    overflow: hidden;
    overflow-y: auto;
}

.over-panel > div > div {
    margin-bottom: 24px;
    font-size: 13.5px;
}


.over-panel > div .ov-wr-title {
    position: relative;
    height: 64px;
    display: grid;
    place-content: center;
}
.over-panel > div .ov-wr-title > div {
    color: #1f1f1f;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    display: flow-root;
}
.over-panel > div .ov-wr-title button {
    border : 0;
    border-radius: 50%;
    position: absolute;
    top : 10px;
    right: -20px;
    width: 35px;
    height: 35px;
    padding : 5px;
    cursor: pointer;
}
.over-panel > div .ov-wr-title button svg {
    opacity: 0.5;
}

.over-panel > div .ov-wr-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4px;
}
.over-panel > div .ov-wr-label > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color: #1f1f1f;
}
.over-panel > div .ov-wr-label > div span {
    color: #858585;
    font-weight: normal;
    font-size: 12px;
}

.over-panel .wr-textarea {
    min-height: 172px;
}
.over-panel .wr-textarea textarea {
    min-height: 172px;
}


.ov-btns {
    display: flex;
    flex-direction: column;
}
.ov-btns button{
    flex : 1;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    box-sizing: border-box;
    padding: 0 24px;
    border-style: none;
    outline: none;
    text-rendering: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    text-decoration: none;
    font: inherit;
    overflow: visible;
    text-transform: none;
    width: -webkit-min-content;
    width: min-content;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    border-radius: 999999px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #474747;
    background-color: rgba(0,0,0,0.04);
    transition: color .2s, background-color .2s, box-shadow .2s;
    height: 40px;
    min-height: 40px;
    width: 100%;
}

.ov-btns button:hover {
    background-color: rgba(0,0,0,0.08);
}
.ov-btns button:active {
    background-color: rgba(0,0,0,0.1);
}


.ov-btns button:nth-child(1){
    background-color: #0096fa;
    color : white;
}
.ov-btns button:nth-child(1):hover{
    background-color :#007ed2;
}
.ov-btns button:nth-child(1):active{
    background-color :#0090f0;
}
.ov-btns button:nth-child(2){
    background-color: #0096fa;
    color : white;
}
.ov-btns button:nth-child(2):hover{
    background-color :#007ed2;
}
.ov-btns button:nth-child(2):active{
    background-color :#0090f0;
}




#bookCoverEditorEle {
    position: fixed;
    top : 50%;
    left : 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    box-shadow: 0px 0px 1px black;
    z-index: 99999;
    padding : 20px;
    text-align: center;
}
#bookCoverEditorEle * {
    font-family: 'Noto Sans KR';
}
#bookCoverEditorEle button {
        -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    box-sizing: border-box;
    padding: 0 24px;
    border-style: none;
    outline: none;
    text-rendering: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    text-decoration: none;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    width: -webkit-min-content;
    width: min-content;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    border-radius: 999999px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    color: #474747;
    background-color: rgba(0,0,0,0.04);
    transition: color .2s, background-color .2s, box-shadow .2s;
    height: 40px;
    font-family: 'Noto Sans KR';
}
#bookCoverEditorEle button:nth-child(1){
    color : white;
    background-color: #0090f0;
}


#bookCoverEditorEle button:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
#bookCoverEditorEle button:active {
    background-color: rgba(0, 0, 0, 0.08);
}


#bookCoverEditorEle > div {
    text-align: center;
}

.bookcover-item {
    position: relative;
    width: 132px;
    height: 185px;
    margin: 0 auto;
}
.bookcover-item > div {
    position: absolute;
    margin: 0 auto;
}
.bookcover-item > div:nth-child(1){
    border-radius: 7px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bookcover-item > div:nth-child(2){
    border-radius: 5px;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    background-color: rgba(255, 255, 255, 0.8);
    padding : 3px;
    font-size: 14.5px;
    font-family: 'Nanum Myeongjo', 'Noto Sans KR', 'Nanum Gothic', sans-serif !important;
    font-weight: 600;
}
.bookcover-item > div:nth-child(3){
    border-radius: 5px;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    background-color: rgba(255, 255, 255, 0.8);
    padding : 3px;
    font-size: 11.5px;
    font-family: 'Nanum Myeongjo', 'Noto Sans KR', 'Nanum Gothic', sans-serif !important;
    font-weight: 600;
}

.book_h1 > div:nth-child(2){
    top : 10px;
    left: 10px;
}
.book_h1 > div:nth-child(3){
    bottom : 10px;
    right: 10px;
}
.book_h2 > div:nth-child(2){
    top : 10px;
    right: 10px;
}
.book_h2 > div:nth-child(3){
    bottom : 10px;
    left: 10px;
}
.book_v1 > div:nth-child(2){
    top : 10px;
    right: 10px;
    writing-mode: vertical-rl;
}
.book_v1 > div:nth-child(3){
    bottom : 10px;
    left: 10px;
    writing-mode: vertical-rl;
}
.book_v2 > div:nth-child(2){
    top : 10px;
    left: 10px;
    writing-mode: vertical-rl;
}
.book_v2 > div:nth-child(3){
    bottom : 10px;
    right: 10px;
    writing-mode: vertical-rl;
}



#bookCoverEditorEle .wr-serial-inputs {
    display: inline-block;
}
#bookCoverEditorEle .wr-serial-inputs label {
    display: inline-flex;
    margin : 0 5px;
}
#bookCoverEditorEle .wr-colors label > span {
    width : 50%;
}
#bookCoverEditorEle .wr-colors label > span > span {
    width: 100%;
}
#bookCoverEditorEle .wr-colors label > span > span input {
    width: 100%;
}

.sp-container {
    transition: none !important;
}

.wr-colors label {
    display: inline-block;
    width: 100%;
    margin : 3px;
}
input.spectrum.with-add-on {
    border: 0 !important;
    text-align: center !important;
}
.sp-original-input-container .sp-add-on {
    width: 40px !important;
    border : 0 !important;
}