@CHARSET "UTF-8";

.prewrap { white-space: pre-wrap !important; } /* normal, nowrap, pre, pre-line, pre-wrap */
.nowrap{white-space: nowrap !important;}

/* font size */
.size7pt { font-size: 7pt !important; }
.size8pt { font-size: 8pt !important; }
.size9pt { font-size: 9pt !important; }
.size10pt { font-size: 10pt !important; }
.size11pt { font-size: 11pt !important; }
.size12pt { font-size: 12pt !important; }
.size13pt { font-size: 13pt !important; }
.size15pt { font-size: 15pt !important; }

/* font color */
.color-violet { color: #517685 !important; }
.blue {color: blue !important; }
.red {color: red !important; }

.hand {cursor: pointer !important; }

.pad0 {padding: 0 !important; }
.pad5 { padding: 5px !important; }
.pad10 { padding: 10px !important; }
.pad20 { padding: 20px !important; }

.pad-top20 {padding-top:20px !important;}
.pad-top10 { padding-top: 10px !important; }
.pad-top5 { padding-top: 5px !important; }
.pad-top0 {padding-top: 0 !important; }

.pad-bottom20 { padding-bottom: 20px !important; }
.pad-bottom10 { padding-bottom: 10px !important; }
.pad-bottom5 { padding-bottom: 5px !important; }
.pad-bottom0 {padding-bottom: 0 !important; }

.pad-left20 { padding-left: 20px !important; }
.pad-left10 { padding-left: 10px !important; }
.pad-left5 { padding-left: 5px !important; }
.pad-left0 {padding-left: 0 !important; }

.pad-right20 { padding-right: 20px !important; }
.pad-right10 { padding-right: 10px !important; }
.pad-right5 { padding-right: 5px !important; }
.pad-right0 {padding-right: 0 !important; }

.margin0Auto {margin:0 auto; display:block;}

.margin0 {margin: 0 !important; }
.margin5 { margin: 5px !important; }
.margin10 { margin: 10px !important; }
.margin20 { margin: 20px !important; }

.margin-top20 {margin-top:20px !important;}
.margin-top10 { margin-top: 10px !important; }
.margin-top5 { margin-top: 5px !important; }
.margin-top0 {margin-top: 0 !important; }

.margin-bottom20 { margin-bottom: 20px !important; }
.margin-bottom10 { margin-bottom: 10px !important; }
.margin-bottom5 { margin-bottom: 5px !important; }
.margin-bottom0 {margin-bottom: 0 !important; }

.margin-left20 { margin-left: 20px !important; }
.margin-left10 { margin-left: 10px !important; }
.margin-left5 { margin-left: 5px !important; }
.margin-left0 {margin-left: 0 !important; }

.margin-right20 { margin-right: 20px !important; }
.margin-right10 { margin-right: 10px !important; }
.margin-right5 { margin-right: 5px !important; }
.margin-right0 {margin-right: 0 !important; }


.block { display: block !important; }

.left { text-align: left !important; }
.center { text-align: center !important; }
.right { text-align: right !important; }
.top { text-align: top !important; }

div.right { float: right !important;}

/* position */
.absolute { position: absolute !important; }
.relative { position: relative !important; }
.float-left { float: left !important; }
.float-right { float: right !important; }

.middle { vertical-align: middle !important; }

.overflow { overflow: hidden;}

.round { overflow:hidden !important; border-radius: 4px 4px 4px 4px !important; }
.round-all { overflow:hidden !important; border-radius: 4px 4px 4px 4px !important; }
.round-left { overflow:hidden !important; border-top-left-radius: 4px; border-bottom-left-radius: 4px !important; }
.round-right { overflow:hidden !important; border-top-right-radius: 4px; border-bottom-right-radius: 4px !important; }
.round-top { overflow:hidden !important; border-top-left-radius: 4px; border-top-right-radius: 4px !important; }
.round-bottom { overflow:hidden !important; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px !important; }

.bold { font-weight: bold !important; }

.repeatX { background-repeat: repeat-x !important; }

.display-inline { display: inline !important; }
.display-hidden { display: none; }

.overflow-hidden { overflow: hidden;}
.ellipsis{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

input.default_ko {ime-mode:active;}
input.default_en {ime-mode:inactive;}
input.only_en {ime-mode:disabled;}

/*width*/
.w05 { width: 5% !important; }
.w10 { width: 10% !important; }
.w15 { width: 15% !important; }
.w20 { width: 20% !important; }
.w25 { width: 25% !important; }
.w30 { width: 30% !important; }
.w33 { width: 33.3% !important; }
.w35 { width: 35% !important; }
.w40 { width: 40% !important; }
.w45 { width: 45% !important; }
.w50 { width: 50% !important; }
.w55 { width: 55% !important; }
.w60 { width: 60% !important; }
.w65 { width: 65% !important; }
.w70 { width: 70% !important; }
.w75 { width: 75% !important; }
.w80 { width: 80% !important; }
.w85 { width: 85% !important; }
.w90 { width: 90% !important; }
.w95 { width: 95% !important; }
.w100 { width: 100% !important; }

.IS_DEV {display: none;}