/* DEFAULT */
a,body,option,select,input,br,td,div,span,form,textarea,center,pre {
	font-size:9pt;
	color:#666666;
	font-family: "돋움체", "돋움", Verdana;
}

img       { border:none } 
A.bold    {
	font-weight:bold;
}

A:link    {
	text-decoration:none;
	color: #666666;
} 
A:visited {
	color:#666666;
	text-decoration:none
} 
A:active  { color:#0062db;text-decoration:none } 
A:hover   {
	color:#0062db;
	text-decoration:none
} 

/* TEXT */
.ta7    { font-family:Tahoma,Verdana,Arial;font-size:7pt }
.ta8    { font-family:Tahoma,Verdana,Arial;font-size:8pt }
.ta9    { font-family:Tahoma,Verdana,Arial;font-size:9pt }
.ta10   { font-family:Tahoma,Verdana,Arial;font-size:10pt }
.ta11   { font-family:Tahoma,Verdana,Arial;font-size:11pt }
.ta12   { font-family:Tahoma,Verdana,Arial;font-size:12pt }
.ta13   { font-family:Tahoma,Verdana,Arial;font-size:13pt }
.ta14   { font-family:Tahoma,Verdana,Arial;font-size:14pt }

.ve7    { font-family:Verdada,Tahoma,Arial;font-size:7pt }
.ve8    { font-family:Verdana,Tahoma,Arial;font-size:8pt }
.ve9    { font-family:Verdana,Tahoma,Arial;font-size:9pt }
.ve10   { font-family:Verdana,Tahoma,Arial;font-size:10pt }
.ve11   { font-family:Verdana,Tahoma,Arial;font-size:11pt }
.ve12   { font-family:Verdana,Tahoma,Arial;font-size:12pt }
.ve13   { font-family:Verdana,Tahoma,Arial;font-size:13pt }
.ve14   { font-family:Verdana,Tahoma,Arial;font-size:14pt }

.small  { font-family:Small Fonts;font-size:7pt }
.bold   {
	font-weight:bold;
	line-height: 160%;
}

/* TEXT COLOR */
.white         {
	color:white;
	line-height: 180%;
}
.red           { color:red }
.gray          { color:gray }
.firebrick     {
	color:firebrick;
	font-family: Verdana;
	line-height: 140%;
	font-weight: bold;
}
.hotpink       { color:hotpink }
.orangered     {
	color:#FF723C;
	line-height: 140%;
	font-weight: bold;
}
.orange        { color:orange }
.blue          { color:blue }
.royalblue     { color:royalblue }
.steelblue     {
	color:steelblue;
	line-height: 150%;
}
.skyblue       { color:skyblue }
.green         { color:green }
.yellowgreen   { color:yellowgreen }
.slategray     { color:slategray }
.tan           { color:tan }
.palevioletred { color:palevioletred }
.mistyrose     { color:mistyrose }

/* PARAGRAPH */
.h140  { line-height:140% }
.h170  { line-height:170% }
.just  { text-align:justify }
.word  { word-break:break-all }
.fixed { table-layout: fixed }

/* LINK */
A.black:link      	 { color:black;text-decoration:none }
A.black:visited   	 { color:black;text-decoration:none }
A.black:active       { color:black;text-decoration:none }
A.black:hover     	 { color:black;text-decoration:none }

A.white:link      	 { color:#cdcdcd;text-decoration:none }
A.white:visited   	 { color:#cdcdcd;text-decoration:none }
A.white:active       { color:#cdcdcd;text-decoration:none }
A.white:hover     	 { color:white;text-decoration:none }

A.email:link    { color:EF5900;text-decoration:none }
A.email:visited { color:EF5900;text-decoration:none }
A.email:active  { color:EF5900;text-decoration:none }
A.email:hover   { color:#D73D07;text-decoration:none }

A.recom:link    { color:EF5900;text-decoration:none }
A.recom:visited { color:EF5900;text-decoration:none }
A.recom:active  { color:EF5900;text-decoration:none }
A.recom:hover   { color:#D73D07;text-decoration:none }

A.dot:link           { color:black;text-decoration:none } 
A.dot:visited        { color:black;text-decoration:none } 
A.dot:active         { color:#8c8c8c;text-decoration:none } 
A.dot:hover          { color:#8c8c8c;background-image:url(file:///images/img/mdot.gif);background-position:bottom;background-repeat:repeat-x;text-decoration:none } 

/* FORM */
.ta     { border:1px solid #cccccc;background-color:#f7f7f7;color:#393939;font-size:9pt;font-family:굴림,굴림체 }
.ip_kor { border:1px solid #cccccc;background-color:#f7f7f7;color:#393939;font-size:9pt;font-family:굴림,굴림체;height:18px }
.ip_eng { border:1px solid #cccccc;background-color:#f7f7f7;color:#393939;font-size:8pt;font-family:Verdana,Tahoma,Arial;font-weight:bold;height:18px }
.submit {
	border:1px solid #666666;
	background-color:#666666;
	color:#ffffff;
	font-size:12px;
	font-family:Verdana,Tahoma;
	font-weight:bold;
	line-height: 160%;
}
.pass   { border:1px solid #cccccc;background-color:#f7f7f7;color:#393939;font-size:8pt;font-family:굴림,굴림체;height:18px }
.file   { border:1px solid #c0c0c0;font-family:Tahoma,Verdana;font-size:8pt }

/* PADDING */
.pad2 { padding-top:2px;padding-right:2px;padding-bottom:2px;padding-left:2px }
.pad3 { padding-top:3px;padding-right:3px;padding-bottom:3px;padding-left:3px }
.pad4 { padding-top:4px;padding-right:4px;padding-bottom:4px;padding-left:4px }
.pad5 { padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px }	

/* MISC. : cursor */
.default   { cursor:default } /*  */
.crosshari { cursor:help } /*  */
.hand      { cursor:hand } /*  */
.move      { cursor:move } /*     */
.text      { cursor:text } /*  I   */
.wait      { cursor:wait } /*  */
.help      { cursor:help } /*   */
.ne-resize { cursor:ne-resize }/*  */
.n-resize  { cursor:n-resize } /* */
.nw-resize { cursor:nw-resize } /*  */
.sw-resize { cursor:sw-resize } /*  */
.se-resize { cursor:se-resize } /*  */
.s-resize  { cursor:s-resize } /*   */
.w-resize  { cursor:w-resize } /*   */
.e-resize  { cursor:e-resize } /*   */
.blueblack {
	color:#000066;
	line-height: 150%;
}
.h160 {
line-height:160%}
.blueblack2 {

color:blue
}
.blueblack2bd {
	color:#000066;
	font-weight: bold;
	line-height: 150%;
}
.steelblue170 {
	color:steelblue;
	line-height: 170%;
}
.greenblack2bd {

	color:#003333;
	font-weight: bold;
	line-height: 170%;
}
.greenbold {


	color:#667830;
	font-weight: bold;
	line-height: 170%;
}
.white140 {
	color:#B5D2FF;
	line-height: 140%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.shoppingtext01 {
	color:#5286b5;
	line-height: 160%;
	font-family: "돋움체", "돋움", Verdana;
	font-weight: bold;

}
.shoppingtext02 {
	color:#5286b5;
	line-height: 140%;
	font-family: "???", Verdana;
	font-weight: normal;
}
.shoppingtext03 {


	color:#8D96C7;
	line-height: 170%;
	font-family: Verdana;
	font-weight: bold;
}
.shoppingtext04 {
	color:#666666;
	line-height: 140%;
	font-family: "돋움체", "돋움", Verdana;
	font-weight: normal;
	text-decoration: none;

}
.gray140 {
	color:gray;
	line-height: 140%;
	font-family: "???", Verdana;
}
.shoppingtext06 {

	color:#5c6892;
	line-height: 140%;
	font-family: "???", Verdana;
	font-weight: bold;
	text-decoration: none;
}
.shoppingtext07 {


	color:#333333;
	line-height: 160%;
	font-family: "???", Verdana;
	font-weight: bold;
	text-decoration: underline;
}
.shoppingtext08 {


	color:#666666;
	line-height: 120%;
	font-family: "???", "???", Verdana;
	font-weight: normal;
	text-decoration: none;
}
.shoppingtext09 {


	color:#5A6994;
	line-height: 160%;
	font-family: "???", "???", Verdana;
	font-weight: normal;
}
.shoppingtext10 {



	color:#81754d;
	line-height: 160%;
	font-family: "???", Verdana;
	font-weight: bold;
	text-decoration: underline;
}
.gray140bold {
	color:gray;
	line-height: 140%;
	font-family: "???", Verdana;
	font-weight: bold;
}
.shoppingtext11 {
	color:81754d;
	line-height: 140%;
	font-family: "???", Verdana;
	font-weight: bold;
}
.shoppingtext12 {



	color:D89020;
	line-height: 120%;
	font-family: "???", "???", Verdana;
	font-weight: normal;
	text-decoration: underline;
}
.shoppingtext13 {




	color:B28283;
	line-height: 140%;
	font-family: "???", "???", Verdana;
	font-weight: bold;
}
.shoppingtext14 {




	color:D89020;
	line-height: 120%;
	font-family: "???", "???", Verdana;
	font-weight: normal;
	text-decoration: none;
}
