@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;
            }
        }

/* PC (±âº» ½ºÅ¸ÀÏ: È­¸éÀÌ ³ÐÀ» ¶§) */
textarea {
    font-size: 13px !important;
    line-height: 150%;
	color:#666;
}

/* ¸ð¹ÙÀÏ (È­¸é ³Êºñ°¡ 768px ÀÌÇÏÀÏ ¶§) */
@media (max-width: 768px) {
    textarea {
        font-size: 12px !important;
	color:#666;
    }
}

input {
    padding-left: 5px !important;
}

/* 1. ºÎ¸ð ÄÁÅ×ÀÌ³Ê¿¡ flex-wrap Ãß°¡ */
#sny-default-editor .sny-attr-row {
    display: flex;
    flex-wrap: wrap; /* ¿ä¼Ò°¡ ³ÑÄ¡¸é ´ÙÀ½ ÁÙ·Î ¶³¾îÁö°Ô ¼³Á¤ */
    align-items: center;
    padding: 5px 0;
    width: 100%;
}

/* 2. Á¦¸ñ(¶óº§) ¿µ¿ª */
#sny-default-editor .sny-attr-row .attr-name {
    width: 200px;
    flex-shrink: 0;
    padding: 0 10px 0 0px;
    box-sizing: border-box;
    line-height: 30px;
    color: #545861;
    font-size: 13px;
    font-weight: bold;
}

/* 3. ÀÔ·ÂÃ¢ ¿µ¿ª */
#sny-default-editor .sny-attr-row .attr-value {
    flex: 1;
    font-size: 13px;
    line-height: 20px;
}

#sny-default-editor .sny-attr-row .attr-value input[type=text] {
    width: 100%;
}

/* 4. ±¸ºÐ¼±: ¹«Á¶°Ç ÇÑ ÁÙÀ» ´Ù Â÷ÁöÇÏµµ·Ï flex-basis / width ÁöÁ¤ */
.line_sny {
    width: 100%;
    flex-basis: 100%; /* Flex ¾È¿¡¼­ °­Á¦·Î ÇÑ ÁÙ ÀüÃ¼ Â÷Áö */
    border-top: 1px solid #f1f1f1;
    margin: 10px 0 0 0; /* »ó´Ü ¿©¹é Ãß°¡ (HTMLÀÇ height:10px ´ë½Å È°¿ë °¡´É) */
}


#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-row1 { float: left; padding: 5px 0px 10px 0px; width: 100%; }

#sny-default-editor .sny-attr-row1 {
    float: left;
    padding: 0px 0;
    width: 100%;
}

#sny-default-editor .sny-attr-row1 .attr-name {
    display: inline;
    float: left;
    margin: 0;
    padding: 0 10px 0 0px;
    margin-top: 7px;
    width: 200px;
    line-height: 30px;
    color: #545861;
    font-size: 13px;
    font-weight: bold;
}

#sny-default-editor .sny-attr-row1 .attr-value {
    display: block;
    margin-left: 200px; /* attr-name ³Êºñ + ¿©¹é */
    font-size: 13px;
    margin-top: 10px;
    line-height: 20px;
    word-spacing: 2px;
    vertical-align: middle;
}

#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-row .attr-value { padding: 0; width: 100%; font-size: 12px; }


    #sny-default-editor .sny-attr-row1 .attr-name {
        display: block;
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 20px;
    }

    #sny-default-editor .sny-attr-row1 .attr-value {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0 !important;
        font-size: 12px;
    }

  label {
    font-size: 12px;
  }
  .view-table td {
    font-size: 12px;
  }
	#song-default-editor .song-attr-row .attr-name { padding: 0; width: 100%; font-size: 12px; }
	textarea {font-size:13px; }
}



#sny-default-editor .input250 {
    width: 250px !important;
}

@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 .input250 {
        width: 100% !important;
    }
}


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;}