@charset "euc-kr";
/* CSS Document */

.png24 {
   tmp:expression(setPng24(this));
}
body {
	margin:0 0 0 0;
}
table {
	font: 12px  Tahoma;
	color: #333333;
}
/* ¹è°æÈ­¸é */
.background_main {
	background-image:url(/ru/images/main_bg.jpg);
	background-repeat:repeat-x;
	background-position:50% 0%;
}
.background_sub {
	background-image:url(/ru/images/sub_bg.jpg);
	background-repeat:repeat-x;
	background-position:50% 0%;
}
/* ÀÌ¹ÌÁö */
img {
	border: none;
}
/* Á¡¼± */
.dot_line {
	background-image:url(/ru/images/icon/dot_line_bg.gif);
	background-repeat:repeat-x;
	background-position:0% 100%;
}
/* ·¹µå */
.font_red_12px {
	font: 12px  Tahoma;
	color: #FF0000;
}
.font_red_b_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #FF0000;
}
.font_red_uline_12px {
	font: 12px  Tahoma;
	color: #FF0000;
	text-decoration: underline;
}
.font_red_b_uline_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
/* ºí·ç */
.font_blue_11px {
	font: 11px  Tahoma;
	color: #80b656;
}
.font_blue_12px {
	font: 12px  Tahoma;
	color: #007EFF;
}
.font_blue_b_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #007EFF;
}
.font_blue_uline_11px {
	font: 11px  'µ¸¿ò';
	color: #007EFF;
	text-decoration: underline;
	letter-spacing:-1.5;
}
.font_blue_uline_12px {
	font: 12px  Tahoma;
	color: #007EFF;
	text-decoration: underline;
}
.font_blue_b_uline_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #007EFF;
	text-decoration: underline;
}
/* ±×¸° */
.font_green_12px {
	font: 12px  Tahoma;
	color: #109A09;
}
.font_green_b_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #109A09;
}
.font_green_uline_12px {
	font: 12px  Tahoma;
	color: #109A09;
	text-decoration: underline;
}
.font_green_b_uline_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #109A09;
	text-decoration: underline;
}
/* ¿À·»Áö */
.font_orange_11px {
	font: 11px  Tahoma;
	color: #FF8A00;
}
.font_orange_12px {
	font: 12px  Tahoma;
	color: #FF8A00;
}
.font_orange_b_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #FF8A00;
}
.font_orange_uline_12px {
	font: 12px  Tahoma;
	color: #FF8A00;
	text-decoration: underline;
}
.font_orange_b_uline_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #FF8A00;
	text-decoration: underline;
}
/* ºí·¢ */
.font_black_11px {
	font: 11px  'µ¸¿ò';
	color: #333333;
}
.font_black_b_11px {
	font: 11px  'µ¸¿ò';
	color: #333333;
	font-weight: bold;
}
.font_black_11px_num {
	font: 11px  Tahoma;
	color: #333333;
}
.font_black_12px {
	font: 12px  Tahoma;
	color: #000000;
}
.font_black_b_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #000000;
}
.font_black_uline_12px {
	font: 12px  Tahoma;
	color: #000000;
	text-decoration: underline;
}
.font_black_b_uline_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
/* È­ÀÌÆ® */
.font_white_12px {
	font: 12px  Tahoma;
	color: #ffffff;
}
.font_white_b_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #ffffff;
}

.font_white_b_14px {
	font: 14px  Tahoma;
	font-weight: bold;
	color: #ffffff;
}
.font_white_uline_12px {
	font: 12px  Tahoma;
	color: #ffffff;
	text-decoration: underline;
}
.font_white_b_uline_12px {
	font: 12px  Tahoma;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
/* ¸µÅ© */
A:link {
	color: #666666;
	text-decoration:none;
}
A:visited {
	color: #004F99;
	text-decoration:none;
}
A:active {
	text-decoration:none;
}
A:hover {
	color: #000000;
	text-decoration:none;
}
/* ÀÎÇ²¹Ú½º */
.inputbox_single {
	border: 1px solid #cccccc;
	font-size: 12px;
	background-color: #F9FAF2;
	height: 23px;
	font-family:  Tahoma;
}
.inputbox_multi {
	border: 1px solid #cccccc;
	font-size: 12px;
	background-color: #F9FAF2;
	font-family:  Tahoma;
}
.inputbox_border_none {
	border: 0px;
	font-size: 12px;
	background-color: #FFFFFF;
	height: 16px;
	font-family:  Tahoma;
}
/* Å×ÀÌºí */
.td_left_pd10px {
	padding:10px 10px 10px 10px;
	text-align:left;
}
.td_left_pd5px {
	padding:5px 5px 5px 5px;
	text-align:left;
}
.td_center_pd10px {
	padding:10px 10px 10px 10px;
	text-align:center;
}
.td_center_pd5px {
	padding:5px 5px 5px 5px;
	text-align:center;
}
.td_right_pd10px {
	padding:10px 10px 10px 10px;
	text-align:right;
}
.td_right_pd5px {
	padding:5px 5px 5px 5px;
	text-align:right;
}

#content02{overflow:hidden; position:relative; width:100%; margin:0 auto; padding-bottom:20px;}

div.imgSlideType01{position:relative; width:700px; height:350px; overflow:hidden; background:#333333;}
div.imgSlideType01 ul.image{position:absolute; width:700px; height:350px; overflow:hidden;}
div.imgSlideType01 ul.image li{position:absolute; height:350px; width:700px; overflow:hidden;}
div.imgSlideType01 ul.image li img{position:absolute; left:0; top:0; opacity:0; filter:alpha(opacity=0);}
div.imgSlideType01 ul.image li span.mask{display:block; position:absolute; width:700px; height:350px; background:#333333; opacity:0; filter:alpha(opacity=0);}

div.imgSlideType01 div.title{position:absolute; right:0; width:160px; height:350px; background:#333333; opacity:0.9; filter:alpha(opacity=90);}
div.imgSlideType01 div.title h4{padding:20px 15px; width:130px;}
div.imgSlideType01 div.title span.indicator{display:block; width:180px; height:20px; background:#24ad64; position:absolute; right:0; top:100px; opacity:1;}
div.imgSlideType01 div.title span.indicator span{display:block; width:20px; height:20px; background:#ffcc33;}

div.imgSlideType01 ul.subscript{position:absolute; width:450px; height:20px; left:125px; bottom:25px; overflow:hidden;}
div.imgSlideType01 ul.subscript li{height:20px; width:450px; line-height:20px; color:#FFFFFF; position:absolute; font-size:16px; font-weight:bold; text-shadow:1px 1px 1px #333333; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; opacity:0; filter:alpha(opacity=0);}

div.imgSlideType01 ul.controller li{position:absolute; cursor:pointer; background:#000000;}
div.imgSlideType01 ul.controller li.left{left:24px; bottom:20px; height:24px; width:24px; background:#000000;}
div.imgSlideType01 ul.controller li.center{left:55px; bottom:20px;  background:#000000;}
div.imgSlideType01 ul.controller li.right{left:80px; bottom:20px; height:24px; width:24px; background:#000000;}
div.imgSlideType01 ul.controller li.left img{position:absolute; left:10px;}
div.imgSlideType01 ul.controller li.center img{position:absolute; left:8px; top:5px;}
div.imgSlideType01 ul.controller li.right img{position:absolute; right:10px;}

.sl_wrap{width:720px;}
.di_line{display:block; height:1px; background:#e1e1e1;}


.sl_tap{margin-left: -39px;}

.sl_tap:after {
content: "ÀÓ½Ã";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sl_tap li{
    float: left;
    width: 50%;
    list-style: none;
}
.sl_tap .on{background: #3682c0;color: #fff;}
.sl_tap a{
    width: 100%;
    background: #e1e1e1;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

.sl_tap a:hover{background: #3682c0;color: #fff;}