@charset "utf-8";

        /* °øÅë ½ºÅ¸ÀÏ: ¸ð¹ÙÀÏ ±âÁØ 12px */
        .auto-height-textarea {
            width: 100%;
            padding: 12px;
            padding-bottom: 5px;   /* ÇÏ´Ü ¿©¹é È®º¸ */
            font-family: sans-serif;
            font-size: 12px !important;
            line-height: 1.5;
            border: 1px solid #ececec;
            border-radius: 8px;
            background-color: #fcfcfc;
            box-sizing: border-box;   /* padding Æ÷ÇÔÇÑ Å©±â °è»ê */
            resize: none;             /* »ç¿ëÀÚ ¸®»çÀÌÁî ºñÈ°¼ºÈ­ (ÀÚµ¿ ³ôÀÌ¿Í Ãæµ¹ ¹æÁö) */
            overflow: hidden;         /* ½ºÅ©·Ñ¹Ù ¼û±è (³ôÀÌ ÀÚµ¿ Á¶ÀýµÉ ¶§ ÇÊ¿ä) */
            /* ¸ð¹ÙÀÏ ºê¶ó¿ìÀú ÅØ½ºÆ® È®´ë °­Á¦ Â÷´Ü */
            -webkit-text-size-adjust: none;
            text-size-adjust: none;
        }

        /* PC (768px ÀÌ»ó)¿¡¼­´Â 13px */
        @media (min-width: 768px) {
            .auto-height-textarea {
                font-size: 13px !important;
            }
        }


#sny-default-editor { display: inline-block; *display: inline; zoom: 1; margin: 0; width: 100%; }
#sny-default-editor select { display: inline; margin: 0; padding: 5px 2px; font-size: 12px; width: 30%; height: 28px; line-height: 28px; color: #666666; border-radius: 0; border: 0; border: 1px solid #ffffff; box-shadow: none; background-color: rgba(0, 0, 0, 0.03); }
#sny-default-editor input[type=text],
#sny-default-editor input[type=email],
#sny-default-editor input[type=number],
#sny-default-editor input[type=data],

#sny-default-editor input[type=password] { display: inline; margin: 0; padding: 6px 2px; width: 87%; height: 35px; line-height: 28px; font-size: 12px; color: #666666; border-radius: 0; border: 0; border: 1px solid #cccccc; box-shadow: none; background-color: rgba(0, 0, 0, 0); border-radius:8px; }
#sny-default-editor input[type=file] { display: inline; margin: 0; padding: 0; width: 30%; font-size: 12px; color: #666666; border-radius: 0; border: 0; box-shadow: none; background-color: rgba(0, 0, 0, 0.03); }
#sny-default-editor .sny-attr-title input { width: 80%; }
#sny-default-editor .sny-attr-row { float: left; padding: 5px 0; width: 100%; }
#sny-default-editor .sny-attr-row1 { float: left; padding: 5px 0px 10px 0px; width: 100%; }

#sny-default-editor .sny-attr-row .attr-name { display: inline; float: left; margin: 0; padding: 0 10px 0 0px; width: 150px; line-height: 30px; color: #545861; font-size: 13px; font-weight: bold; }
#sny-default-editor .sny-attr-row .attr-value { display: inline;font-size: 12px; line-height: 20px;word-spacing:2px; vertical-align: middle; font-size: 13px;}
#sny-default-editor .sny-attr-row .attr-value .attr-value-option { padding-right: 20px; cursor: pointer;}

#sny-default-editor .sny-attr-row1 .attr-name { display: inline; float: left; margin: 0; padding: 0 10px 0 10px; width: 140px; line-height: 20px; color: #545861; font-size: 14px; font-weight: bold; }
#sny-default-editor .sny-attr-row1 .attr-value { display: inline;font-size: 12px; line-height: 40px;word-spacing:2px; font-size: 14px;}
#sny-default-editor .sny-attr-row1 .attr-value .attr-value-option { padding-right: 20px; cursor: pointer;}

#sny-default-editor .sny-content { float: left; padding: 9px 0; width: 100%; text-align: center; background-color: white; }
#sny-default-editor .sny-content textarea { display: inline; margin: 0; padding: 0; width: 98%; height: 250px; font-size: 12px; }
#sny-default-editor .sny-control { float: left; padding: 15px 0; width: 100%; }
#sny-default-editor .sny-control .left { position: static; float: left; }
#sny-default-editor .sny-control .right { position: static; float: right; width: 50%; text-align: right; }

label {
  font-size: 13px;
}
.view-table td {
  font-size: 13px;
}

/* ¿¡µðÅÍ¿¡ ¾´ ±ÛÀÚÅ©±â °­Á¦ Àû¿ë */
    html body #bo_v_con,
    html body #bo_v_con * {
        font-size: 14px !important;
    }


#song-default-editor .song-attr-row .attr-name { display: inline; float: left; margin: 0; padding: 0 10px 0 0px; width: 150px; line-height: 0px; color: #545861; font-size: 14px; font-weight: bold; }

@media screen and (max-width: 1200px) {
	#sny-default-editor select,
	#sny-default-editor input[type=text],
	#sny-default-editor input[type=email],
	#sny-default-editor input[type=number],
	#sny-default-editor input[type=data],
	#sny-default-editor input[type=password],
	#sny-default-editor input[type=file] { width: 100%; }
	#sny-default-editor .sny-attr-row { padding: 3px 0; }
	#sny-default-editor .sny-attr-row .attr-name { padding: 0; width: 100%; font-size: 12px; }
	#sny-default-editor .sny-attr-row1 { padding: 10px 0; }
	#sny-default-editor .sny-attr-row1 .attr-name { padding: 0; width: 100%; font-size: 12px; }
	#sny-default-editor .sny-attr-row .attr-value { padding: 0; width: 100%; font-size: 12px; }

  label {
    font-size: 12px;
  }
  .view-table td {
    font-size: 12px;
  }
html body #bo_v_con,
html body #bo_v_con * {
    font-size: 12px !important;
}
	#song-default-editor .song-attr-row .attr-name { padding: 0; width: 100%; font-size: 12px; }
}

.line_sny {
  border-top: 1px solid #f1f1f1  ;
  margin: 0px 0px;
}


input[type="radio"] {width:13px; height:13px; margin:0 0 2px; padding:0; border: 1px solid #FFF; vertical-align:middle;}
input[type="checkbox"] {width:13px; height:13px; margin:0 0 2px; padding:0; border: 1px solid #FFF; vertical-align:middle;}

