@charset "utf-8";

@font-face {
    font-family: 'KOTRA_SONGEULSSI';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/KOTRA_SONGEULSSI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/**********************************************************
	Default Sheet Style : Sample Code
-----------------------------------------------------------
	Made by. Rout (Avocado / Tateck)
**********************************************************/

.sheet-comment {display:block;}
.sheet-comment input[type="text"] {display:block; width:100%; text-align:center; font-size:1.5em; height:3em; border-radius:0; border-width:0; border-bottom-width:2px; background:transparent; font-family: 'KOTRA_SONGEULSSI'; color:unset;}

.sheet-descript {margin:2rem 0 1rem;}
.sheet-descript .sheet-title {font-size:1.2em; font-weight:600; padding-bottom:.5em;}
.sheet-descript .sheet-title:before {content:"■ "; }
.sheet-descript textarea {height:8em; border-radius:0; border-width:0; border-left-width:.2em; border-radius:0; background:transparent; padding-left:1em; font-size:13px; font-family: 'KOTRA_SONGEULSSI'; color:unset;}