﻿@import url("public_msn.css");
@import url("content.css");

/* CONTENT */
/* Initialize */
#vmd_con			{ width:638px; text-align:left; padding:0 0 60px 0; /* background:#eee; */ }
#vmd_side			{ width:300px; text-align:left; padding:13px 6px 30px 6px; /* background:#dedede; */ }
.vmd_s_sub			{ padding:0 !important; }
#vmd_con *			{ /* padding:0; margin:0; */ }

/* MAIN */
.vmd_main h3		{ position:relative; }
.vmd_main h3 span	{ position:absolute; z-index:-1; visibility:hidden; }
.vmd_main h3 a.more	{ display:block; position:absolute; left:278px; top:4px; width:31px; height:11px; background:url(../img/msn/btn_main_more.gif) no-repeat left top; }
.vmd_main .sect02 h3 a.more	{ left:433px; }

.vmd_main .sect01	{ position:relative; width:628px; height:161px; padding:39px 0 0 10px; background:url(../img/msn/bg_main_sect01.gif) no-repeat left top; }
.vmd_main .sect01 h3		{ position:absolute; z-index:-1; visibility:hidden; }
.vmd_main .sect01 ul.tp		{ width:628px; height:161px; margin:0; } 
.vmd_main .sect01 ul.tp li	{ width:90px; height:24px; padding:0; margin:0; line-height:1%; font-size:1%; }

.vmd_main .sect01 ul.tp a			{ display:block; width:90px; height:24px; padding:0; margin:0; background:url(../img/msn/bg_li_sect01.gif) no-repeat left top; }
.vmd_main .sect01 ul.tp a span		{ position:absolute; z-index:-1; visibility:hidden; }

.vmd_main .sect01 ul.tp li a.s1		{ background-position:0 0; }
.vmd_main .sect01 ul.tp li a.s2		{ background-position:0 -24px; }
.vmd_main .sect01 ul.tp li a.s3		{ background-position:0 -48px; }
.vmd_main .sect01 ul.tp li a.s4		{ background-position:0 -72px; }
.vmd_main .sect01 ul.tp li a.s5		{ background-position:0 -96px; }

.vmd_main .sect01 ul.tp li.v1 a.select		{ background-position:-200px 0; }
.vmd_main .sect01 ul.tp li.v2 a.select		{ background-position:-200px -24px; }
.vmd_main .sect01 ul.tp li.v3 a.select		{ background-position:-200px -48px; }
.vmd_main .sect01 ul.tp li.v4 a.select		{ background-position:-200px -72px; }
.vmd_main .sect01 ul.tp li.v5 a.select		{ background-position:-200px -96px; }

.vmd_main .sect01 ul.tp li a.s1:hover		{ background-position:-100px 0; }
.vmd_main .sect01 ul.tp li a.s2:hover		{ background-position:-100px -24px; }
.vmd_main .sect01 ul.tp li a.s3:hover		{ background-position:-100px -48px; }
.vmd_main .sect01 ul.tp li a.s4:hover		{ background-position:-100px -72px; }
.vmd_main .sect01 ul.tp li a.s5:hover		{ background-position:-100px -96px; }

.vmd_main .sect01 ul.tp li.v1 a.select:hover{ background-position:-200px 0; }
.vmd_main .sect01 ul.tp li.v2 a.select:hover{ background-position:-200px -24px; }
.vmd_main .sect01 ul.tp li.v3 a.select:hover{ background-position:-200px -48px; }
.vmd_main .sect01 ul.tp li.v4 a.select:hover{ background-position:-200px -72px; }
.vmd_main .sect01 ul.tp li.v5 a.select:hover{ background-position:-200px -96px; }

.vmd_main .sect01 .latest	{ position:absolute; left:100px; top:39px; width:538px; height:161px; }
.vmd_main .sect01 .SP		{ background:url(../img/msn/bg_latest_01.gif) no-repeat left top; }
.vmd_main .sect01 .CL		{ background:url(../img/msn/bg_latest_02.gif) no-repeat left top; }
.vmd_main .sect01 .ME		{ background:url(../img/msn/bg_latest_03.gif) no-repeat left top; }
.vmd_main .sect01 .RC		{ background:url(../img/msn/bg_latest_04.gif) no-repeat left top; }
.vmd_main .sect01 .RE		{ background:url(../img/msn/bg_latest_05.gif) no-repeat left top; }

.vmd_main .sect01 ul.topic			{ margin:0; } 
.vmd_main .sect01 ul.topic li		{ display:none; width:503px; height:84px; padding:12px 22px 0 13px; }
.vmd_main .sect01 ul.topic li.select		{ display:block; }

.vmd_main .sect01 .latest dl		{ position:relative; width:503px; height:86px; margin:0; }
.vmd_main .sect01 .latest dt		{ position:absolute; left:0; top:0; /* float:left; */ height:84px; /* margin:0 14px 1px 0; */ }
.vmd_main .sect01 .latest dt a		{ display:block; width:120px; height:80px; padding:1px; border:1px solid #bebebe; }
.vmd_main .sect01 .latest dt a img	{ width:120px; height:80px; }
.vmd_main .sect01 .latest dd		{ /* float:none; */ margin:0 0 0 138px; }
.vmd_main .sect01 .latest dd.tit 	{ height:16px; line-height:16px; overflow:hidden; }
.vmd_main .sect01 .latest dd.tit a	{ color:#000063; font-size:12px; font-weight:bold; }
.vmd_main .sect01 .latest dd.text 	{ /* height:64px; */ line-height:16px; overflow:hidden; margin:2px 0 0 138px; }
.vmd_main .sect01 .latest dd.text a	{ color:#5e5e5e; }
.vmd_main .sect01 .latest dd a:hover{ color:#6ae100; }
/*
.vmd_main .sect01 .latest dl		{ width:503px; height:84px; }
.vmd_main .sect01 .latest dt		{ float:left; height:84px; margin:0 14px 1px 0; }
.vmd_main .sect01 .latest dt a		{ display:block; width:120px; height:80px; padding:1px; border:1px solid #bebebe; }
.vmd_main .sect01 .latest dt a img	{ width:120px; height:80px; }
.vmd_main .sect01 .latest dd		{ float:none; margin:0; }
.vmd_main .sect01 .latest dd.tit 	{ height:16px; line-height:16px; overflow:hidden; }
.vmd_main .sect01 .latest dd.tit a	{ color:#000063; font-size:12px; font-weight:bold; }
.vmd_main .sect01 .latest dd.text 	{ height:64px; line-height:16px; overflow:hidden; margin:4px 0 0 0; }
.vmd_main .sect01 .latest dd.text a	{ color:#5e5e5e; }
.vmd_main .sect01 .latest dd a:hover{ color:#6ae100; }
*/
.vmd_main .sect01 .latest .thumb	{ width:503px; height:25px; line-height:1%; font-size:1%; margin:2px 0 0 13px; }
.vmd_main .sect01 .latest .thumb img		{ width:38px; height:25px; margin:0 2px 0 0; border:1px solid #bebebe; cursor:pointer; }
.vmd_main .sect01 .latest .thumb img.select { border:1px solid #ff6600; }

.vmd_main .sect02  { position:relative; width:638px; height:auto; }
.vmd_main .sect02 h3		{ width:467px; height:22px; /* text-indent:-5000px; */ margin:0; border-bottom:1px solid #d9d5d2; background:url(../img/msn/h3_main.gif) no-repeat left top; }
.vmd_main .sect02 .event	{ position:absolute; left:487px; top:0; width:149px; height:149px; }
.vmd_main .sect02 .bundle	{ position:relative; width:467px; height:122px; margin:14px 0 0 0; }
.vmd_main .sect02 .bundle dl		{ position:absolute; left:0; top:0; width:110px; height:122px; margin:0; }
.vmd_main .sect02 .bundle dt a		{ display:block; width:106px; height:100px; padding:1px; border:1px solid #bebebe; }
.vmd_main .sect02 .bundle dt img	{ width:106px; height:100px; /* padding:1px; border:1px solid #bebebe; */ }
.vmd_main .sect02 .bundle dd		{ height:16px; line-height:18px; overflow:hidden; margin:0; }
.vmd_main .sect02 .bundle dd a		{ color:#9e9e9e; font-size:11px; }
.vmd_main .sect02 .bundle a:hover	{ color:#6ae100; }
.vmd_main .sect02 .bundle ul		{ width:347px; margin:0 0 0 120px; }
.vmd_main .sect02 .bundle li		{ position:relative; width:271px; height:18px; line-height:18px; padding:0 66px 0 10px; margin:0 0 3px 0; background:url(../img/msn/bu_arrow_side.gif) no-repeat left 6px; }
.vmd_main .sect02 .bundle li span	{ position:absolute; left:281px; top:0; width:58px; height:18px; font-family:tahoma; text-align:right; font-size:9px; color:#9e9e9e; line-height:18px; padding-right:8px; background:#fff; *left:291px; }

.vmd_main .sect03  { width:638px; height:auto; margin:9px 0 0 0; *zoom:1; }
.vmd_main .sect03:after		{ content:" "; display:block; clear:both; height:0; visibility:hidden; } /* firefox hack */
.vmd_main .sect03 h3		{ height:22px; /* text-indent:-5000px; */ border-bottom:1px solid #d9d5d2; margin:0; }
.vmd_main .sect03 h4		{ height:18px; line-height:18px; font-weight:bold; color:#3e3e3e; margin:11px 0 0 0; }
.vmd_main .sect03 a.pic		{ position:absolute; left:0; top:54px; width:104px; height:67px; padding:1px; border:1px solid #bebebe; }
.vmd_main .sect03 .focus	{ position:relative; float:left; width:313px; }
.vmd_main .sect03 .focus h3	{ background:url(../img/msn/h3_main.gif) no-repeat left -30px; }
.vmd_main .sect03 .w_health	{ position:relative; float:left; width:313px; margin:0 0 0 12px; }
.vmd_main .sect03 .w_health h3		{ background:url(../img/msn/h3_main.gif) no-repeat left -60px; }
.vmd_main .sect03 ul		{ width:193px; margin:0 0 0 120px; }
.vmd_main .sect03 li		{ width:183px; height:18px; line-height:18px; padding-left:10px; margin:0 0 2px 0; overflow:hidden; background:url(../img/msn/bu_arrow_side.gif) no-repeat left 6px; }
.vmd_main .sect03 li a		{ color:#5e5e5e; }
.vmd_main .sect03 li a:hover{ color:#6ae100; }

.vmd_main .sect04  { width:638px; height:auto; margin:14px 0 0 0; }
.vmd_main .sect04 h3		{ height:22px; /* text-indent:-5000px; */ margin:0; background:url(../img/msn/h3_main.gif) no-repeat left -90px; }
.vmd_main .sect04 ul		{ margin:0; *zoom:1; }
.vmd_main .sect04 ul:after	{ content:" "; display:block; clear:both; height:0; visibility:hidden; } /* firefox hack */
.vmd_main .sect04 li		{ float:left; width:156px; height:126px; }
.vmd_main .sect04 li.d1		{ background:url(../img/msn/bg_li_main_d1.jpg) no-repeat left top; margin:0 4px 0 0; }
.vmd_main .sect04 li.d2		{ background:url(../img/msn/bg_li_main_d2.jpg) no-repeat left top; margin:0 4px 0 0; }
.vmd_main .sect04 li.d3		{ background:url(../img/msn/bg_li_main_d3.jpg) no-repeat left top; margin:0 4px 0 0; }
.vmd_main .sect04 li.d4		{ background:url(../img/msn/bg_li_main_d4.jpg) no-repeat left top; }
.vmd_main .sect04 li dl		{ position:relative; width:136px; height:110px; padding:8px 10px; }
.vmd_main .sect04 li dt a	{ display:block; width:136px; height:110px; font-weight:bold; text-align:right; text-decoration:none; }
.vmd_main .sect04 li dd		{ position:absolute; z-index:-1; visibility:hidden; }
/* .vmd_main .sect04 li.d3 dd	{ left:90px; width:66px; } */

/* MAIN-SIDE */
#vmd_side h5		{ height:14px; text-indent:-5000px; margin:0 0 6px 0; background:url(../img/msn/h5_side.gif) no-repeat left top; _margin:0 0 3px 0; }
#vmd_side h5.special{ background-position:0 0; }
#vmd_side h5.editor	{ background-position:0 -20px; margin-top:13px; }
#vmd_side h5.symptom{ background-position:0 -40px; }
#vmd_side h5.best	{ background-position:0 -60px; }

#vmd_side dl.column	{ position:relative; width:282px; min-height:76px; padding:10px 8px 10px 8px; margin:0 0 13px 0; border:1px solid #d9d5d2; background:#fff; _height:76px; }
#vmd_side dl.column	dt		{ position:absolute; left:8px; top:10px; width:76px; height:76px; }
#vmd_side dl.column	dt img	{ /* width:76px; */ width:74px; height:76px; }
#vmd_side dl.column	dd		{ width:196px; margin:0 0 0 86px; }
#vmd_side dl.column	dd a:hover		{ color:#6ae100; }
#vmd_side dl.column	dd.tit a		{ color:#494949; line-height:18px; font-weight:bold; }
#vmd_side dl.column	dd.text a		{ color:#494949; line-height:18px; }

#vmd_side ul.list	{ width:282px; padding:10px 8px 10px 8px; margin:0 0 13px 0; border:1px solid #d9d5d2; background:#fff; }
#vmd_side ul.list li{ width:273px; height:18px; line-height:18px; padding-left:9px; margin:0; overflow:hidden; background:url(../img/msn/bu_dot_grey.gif) no-repeat left 6px; }
#vmd_side ul.list a:hover	{ color:#6ae100; }
#vmd_side ul.list a.headline{ font-weight:bold; }

#vmd_side .banner	{ border:1px solid #d9d5d2; background:#fff; }

#vmd_side ul.tab	{ clear:both; width:298px; height:139px; margin:0 0 10px 0; border:1px solid #d9d5d2; background:#fff; } 
#vmd_side ul.tab:after		{ content:" "; display:block; clear:both; height:0; visibility:hidden; } /* firefox hack */
#vmd_side ul.tab li	{ position:relative; float:left; }
#vmd_side ul.tab li.t1		{ width:148px; height:24px; background-position:0 -31px; }
#vmd_side ul.tab li.t2		{ width:150px; height:24px; background-position:-100px -31px; }
#vmd_side ul.tab li a		{ display:block;  /* color:#6d6d6d; font-weight:bold; line-height:23px; background:url(../img/msn/bg_side_tab.gif) repeat-x left top; */ }
#vmd_side ul.tab li a:hover	{ }
#vmd_side ul.tab li.t1 a.t1	{ width:148px; height:24px; text-indent:-5000px; background:url(../img/msn/health_tab_01.gif) no-repeat left top; }
#vmd_side ul.tab li.t2 a.t2	{ width:150px; height:24px; text-indent:-5000px; background:url(../img/msn/health_tab_02.gif) no-repeat left top; }
#vmd_side ul.tab li.t1 a.t1:hover	{ background:url(../img/msn/health_tab_o_01.gif) no-repeat left top; }
#vmd_side ul.tab li.t2 a.t2:hover	{ background:url(../img/msn/health_tab_o_02.gif) no-repeat left top; }
#vmd_side ul.tab li.t1 .tab1		{ display:none; position:absolute; width:274px; left:0; top:24px; padding:8px 12px 0 12px; background:#fff; }
#vmd_side ul.tab li.t2 .tab2		{ display:none; position:absolute; width:274px; left:-148px; top:24px; padding:8px 12px 0 12px; background:#fff; } 
#vmd_side ul.tab .tab1 ul, #vmd_side ul.tab .tab2 ul	{ width:274px; margin:0; padding:0; }
#vmd_side ul.tab .tab1 li, #vmd_side ul.tab .tab2 li	{ float:none; width:266px !important; height:18px; line-height:18px; text-align:left; padding:0 0 0 8px; margin:0 0 2px 0; background:url(../img/msn/bu_dot_grey.gif) no-repeat left 6px; overflow:hidden; }
#vmd_side ul.tab .tab1 a, #vmd_side ul.tab .tab2 a		{ display:inline; /* height:auto; */ color:#494949 !important; /* font-weight:normal; text-indent:0; background:none; */ }
#vmd_side ul.tab .tab1 a:hover, #vmd_side ul.tab .tab2 a:hover	{ color:#494949 !important; text-decoration:underline; }
#vmd_side ul.tab li.hover a	{ color:#5d72d0; /* font-weight:bold; */ text-decoration:none; background:#fff; }
#vmd_side ul.tab li.hover a.t1		{ background:url(../img/msn/health_tab_o_01.gif) no-repeat left top; }
#vmd_side ul.tab li.hover a.t2		{ background:url(../img/msn/health_tab_o_02.gif) no-repeat left top; }
#vmd_side ul.tab li.hover .tab1		{ display:block; /* position:absolute; left:1px; top:31px; background:#fff; */ }
#vmd_side ul.tab li.hover .tab2		{ display:block; /* position:absolute; left:-99px; top:31px; background:#fff; */ }

/* SUB TEMPLATE */
#vmd_con .vmd_nav	{ width:638px; height:16px; padding:13px 0 16px 0; background:url(../img/msn/bg_vmd_nav.gif) no-repeat left top; }
#vmd_con .vmd_nav ul		{ margin:0; *zoom:1; }
#vmd_con .vmd_nav ul:after	{ content:" "; display:block; clear:both; height:0; visibility:hidden; } /* firefox hack */
#vmd_con .vmd_nav ul li		{ float:left; }
#vmd_con .vmd_nav ul li.select a	{ color:#d1e2fe; /* font-weight:bold; */ }
#vmd_con .vmd_nav ul li.select a:hover		{ color:#d1e2fe; text-decoration:none; }
#vmd_con .vmd_nav ul li a			{ color:#fff; height:11px; padding:0 12px; background:url(../img/msn/bg_nav_gap.gif) no-repeat right top; }
#vmd_con .vmd_nav ul li a:hover		{ color:#ea6c6c; text-decoration:none; }
#vmd_con .vmd_nav ul li.end a		{ background:none; }

#vmd_con h3.vmd_tit	{ height:18px; line-height:18px; color:#999; font-size:9pt; font-weight:normal; text-indent:0; margin:15px 0 0 0; background:none; }
#vmd_con h3.vmd_tit span	{ color:#125f8f; font-weight:bold; }
#vmd_con h3.vmd_tit em		{ color:#b3b3b3; font-style:normal; padding:0 5px 0 5px; }

#vmd_con .vmd_wrap	{ width:632px; height:auto; padding:3px; margin:5px 0 0 0; background:#f8d1d1; }
#vmd_con .vmd_box	{ width:584px; height:auto; padding:20px 23px 20px 23px; border:1px solid #ea6c6c; background:#fff; }

/* MED */
/* .vmd_med				{ width:584px; text-align:left; background:#eee; } 
.vmd_med *				{ color:#3e3e3e; font-size: 12px; }*/
.vmd_med h2				{ width:734px; height:18px; text-indent:-5000px; margin:0 0 0 25px; background:url(../img/med/h2_index.gif) no-repeat left top; }
.vmd_med p.index		{ width:734px; padding:8px 0; line-height:16px; margin:0 0 0 25px; } /* 20091008 modify */

.vmd_med ol.top10		{ position:relative; width:699px; height:135px; padding:43px 0 0 35px; margin:10px 0 0 25px; background:url(../img/med/bg_ul_top10.gif) no-repeat left top; }
.vmd_med ol.top10 li		{ width:318px; height:24px; line-height:24px; overflow:hidden; }
.vmd_med ol.top10 li.no1	{ position:absolute; left:35px; top:43px; }
.vmd_med ol.top10 li.no2	{ position:absolute; left:35px; top:67px; }
.vmd_med ol.top10 li.no3	{ position:absolute; left:35px; top:91px; }
.vmd_med ol.top10 li.no4	{ position:absolute; left:35px; top:115px; }
.vmd_med ol.top10 li.no5	{ position:absolute; left:35px; top:139px; }
.vmd_med ol.top10 li.no6	{ position:absolute; left:403px; top:43px; }
.vmd_med ol.top10 li.no7	{ position:absolute; left:403px; top:67px; }
.vmd_med ol.top10 li.no8	{ position:absolute; left:403px; top:91px; }
.vmd_med ol.top10 li.no9	{ position:absolute; left:403px; top:115px; }
.vmd_med ol.top10 li.no10{ position:absolute; left:403px; top:139px; }

.vmd_med h3.hidden		{ display:none; }

.vmd_med ul.index		{ width:734px; margin:1px 0 0 25px; }
.vmd_med ul.index li		{ display:inline; float:left; width:363px; height:113px; margin:8px 2px 0 2px; background:url(../img/med/bg_li_index.gif) no-repeat left top; }
.vmd_med ul.index dl		{ position:relative; width:363px; height:113px; }
.vmd_med ul.index dt		{ height:28px; line-height:28px; padding-left:11px; margin:0 0 6px 0; }
.vmd_med ul.index dt a	{ color:#39b54a; font-weight:bold; }
.vmd_med ul.index dd		{ width:223px; height:22px; line-height:22px; padding:0 10px 0 130px; margin:0; overflow:hidden; background:url(../img/public/bu_circle.gif) no-repeat 123px 8px; }
.vmd_med ul.index dd.thumb		{ position:absolute; left:10px; top:33px; width:104px; height:67px; padding:0; background:none; }

.vmd_med h4.index	{ clear:both; width:734px; height:16px; text-indent:-5000px; margin:10px 0 0 25px; background:url(../img/med/h4_index.gif) no-repeat left top; }
.vmd_med ul.in_fav	{ width:734px; margin:10px 0 0 25px; padding-top:9px; border-top:1px solid #eee; }
.vmd_med ul.in_fav li{ float:left; width:221px; height:24px; line-height:24px; padding:0 10px 0 12px; border-left:solid 1px #e4e4e4; overflow:hidden; background:url(../img/public/bu_circle.gif) no-repeat 4px 10px; }

/* Sub Page */
/* .vmd_med h3 span		{ width:584px; height:18px; color:#125f8f; font-family:'malgun gothic'; font-size:16px; letter-spacing:-0.1em; font-weight:600; line-height:18px; } */

.vmd_med ul.med_head		{ width:558px; height:45px; padding:6px 13px 0 13px; margin:14px 0 0 0; background:url(../img/med/bg_ul_med.gif) no-repeat left top; overflow:hidden; } 
.vmd_med ul.med_head li		{ float:left; text-align:center; }
.vmd_med ul.med_head li	h4	{ color:#fff; font-weight:bold; margin:0; }
.vmd_med ul.med_head li.hover h4	{ cursor:pointer; color:#6ae100; }
.vmd_med ul.med_head li.ms_select	{ background:url(../img/med/bg_ul_select.gif) no-repeat left top; }
.vmd_med ul.med_head li.ms_select h4{ color:#206a9f; font-weight:bold; /* text-decoration:underline; */ }
.vmd_med ul.med_head li.m1, .vmd_med ul.med_head li.m2, .vmd_med ul.med_head li.m4, .vmd_med ul.med_head li.m8, .vmd_med ul.med_head li.m9		{ width:62px; height:45px; line-height:45px; letter-spacing:-1px; padding:0; }
.vmd_med ul.med_head li.m3, .vmd_med ul.med_head li.m5, .vmd_med ul.med_head li.m6, .vmd_med ul.med_head li.m7		{ width:62px; height:35px; line-height:14px; padding-top:10px; }

.vmd_med .med_sub			{ width:584px; height:auto; padding-top:10px; background:url(../img/med/bg_ul_med.gif) no-repeat left -51px; }
.vmd_med .med_sub .title	{ width:554px; line-height:18px; text-align:left; padding:0 15px 13px 15px; background:url(../img/med/bg_ul_med.gif) no-repeat left bottom; }
.vmd_med .med_sub .title a		{ padding-right:6px; margin:0 2px 0 0; border-right:1px solid #dedede; }
.vmd_med .med_sub .title a.now	{ cursor:default; color:#6ae100; text-decoration:underline; }
.vmd_med .med_sub .title a.end	{ border:none; }

.vmd_med h4.tit		{ font-size:14px; color:#39b54a; font-weight:bold;  margin:20px 0 0 0; }

.vmd_med .med_option		{ position:relative; width:584px; height:12px; padding-top:8px; margin:5px 0 0 0; background:url(../img/msn/dot_t_m.gif) repeat-x left top; }
.vmd_med .med_option a		{ color:#333; }
.vmd_med .med_option a:hover{ color:#6ae100; }
.vmd_med .med_option a.error		{ padding:0 6px 0 15px; margin:0 6px 0 0; border-right:1px solid #dedede; background:url(../img/public/bu_icon.gif) no-repeat left top; }
.vmd_med .med_option a.join			{ padding:0 0 0 14px; background:url(../img/public/bu_icon.gif) no-repeat left -20px; }
.vmd_med .med_option ul.g_control	{ position:absolute; left:386px; top:8px; }

/* WOMAN */
/* .vmd_woman			{ width:584px; background:#eee; }
.vmd_woman *		{ color:#3e3e3e; font-size: 12px; padding:0; margin:0; } */

/* 8 Clinic */
/* .vmd_woman h3 span			{ width:584px; height:18px; color:#125f8f; font-family:'malgun gothic'; font-size:16px; letter-spacing:-0.1em; font-weight:600; line-height:18px; padding:0 8px 0 0; background:url(../img/public/h3_gap.gif) no-repeat right 5px; }
.vmd_woman .h3_script		{ width:584px; color:#999; line-height:18px; padding:2px 0; margin:14px 0 0 0; } */
.vmd_woman ul.full	{ width:584px; padding-top:3px; margin:0; /* background:url(../img/dic/bg_drug_title.gif) repeat-x left -33px; */ }
.vmd_woman ul.full:after	{ content:" "; display:block; clear:both; height:0; visibility:hidden;}
.vmd_woman ul.full	li		{ float:left; width:584px; margin:0; }
.vmd_woman ul.full	h4		{ width:571px; color:#167023; font-size:13px; font-weight:bold; padding-left:13px; margin:14px 0 0 0; background:url(../img/public/bu_h4.gif) no-repeat left 1px; }
.vmd_woman ul.full	ul		{ float:left; width:584px; padding-bottom:14px; margin:10px 0 0 0; /* border-bottom:1px solid #eee; */ }
.vmd_woman ul.full	ul li	{ float:left; width:276px; height:20px; line-height:20px; padding:0 0 0 14px; overflow:hidden; /* border-right:1px solid #dedede; */ background:url(../img/public/bu_circle.gif) no-repeat 6px 8px; }
.vmd_woman ul.full	ul li.even		{ border-right:none; margin:0 0 0 3px; }

/* 10 Derail Page */
.vmd_woman .cl_info		{ position:relative; width:584px; height:auto; margin:10px 0 0 0; }
.cl_info ul.g_control		{ position:absolute; left:391px; top:-16px; }
.cl_info h4.tit		{ /* position:relative; */ width:474px; color:#333; font-size:14px; font-weight:bold; line-height:18px; padding:20px 110px 7px 0; margin:0; border-bottom:1px solid #e2bacb; background:url(../img/msn/dot_t_m.gif) repeat-x left -33px; }
.cl_info h4.tit span		{ position:absolute; left:474px; top:21px; width:110px; color:#bde63d !important; font-family:georgia !important; font-size:18px !important; font-weight:normal; text-align:right; background:#fff; }
.cl_info .wmn_body			{ width:584px; height:auto; margin:23px 0 0 0; line-height:1.5em; }
.cl_info .wmn_body h5		{ color:#5e5e5e; font-weight:bold; margin:0 0 16px 0; }
.cl_info .wmn_body p		{ color:#5e5e5e; margin:0 0 28px 0; }
.cl_info .wmn_foot			{ width:584px; height:auto; margin:0; }
.cl_info .wmn_foot .daum	{ width:584px; height:auto; text-align:center; margin:0 0 34px 0; }
.cl_info .wmn_foot .tag		{ width:563px; height:auto; color:#999; line-height:16px; padding:0 0 0 21px; background:url(../img/public/bu_icon.gif) no-repeat left -80px; }
.cl_info .wmn_foot .tag	a	{ color:#999; }
.cl_info .wmn_foot .tag	a:hover		{ color:#6ae100; }
.cl_info .wmn_foot dl.list	{ width:582px; padding-bottom:10px; margin:7px 0 0 0; border:1px solid #eee; }
.cl_info .wmn_foot dl.list dt		{ width:562px; color:#999; padding:7px 10px; margin:0 0 10px 0; border-bottom:1px dotted #dedede; }
.cl_info .wmn_foot dl.list dd		{ width:554px; font-weight:bold; line-height:16px; padding:2px 10px 2px 18px; margin:0; background:url(../img/public/bu_circle.gif) no-repeat 10px 8px; }
.cl_info .wmn_foot dl.list dd strong{ color:#999; text-decoration:underline; }
.cl_info .wmn_foot dl.list dd span	{ color:#999; font-family:tahoma; font-size:10px; font-weight:bold; text-decoration:none; margin:0 0 0 4px; }
.cl_info .wmn_foot dl.list dd a		{ color:#999; font-weight:normal; text-decoration:none; }
.cl_info .wmn_foot dl.list dd a:hover		{ color:#6ae100; text-decoration:underline; }
.cl_info .wmn_foot .btn		{ width:564px; height:23px; padding:12px 10px; margin:26px 0 0 0; border-top:1px solid #dbdbdb; }
.cl_info .wmn_foot .btn a	{ display:block; height:18px; text-indent:-5000px; background:url(../img/public/btn_board_set01.gif) no-repeat left top; }
.cl_info .wmn_foot .btn	a.prev		{ float:left; width:17px; background-position:0 0; }
.cl_info .wmn_foot .btn	a.next		{ float:left; width:17px; margin:0 0 0 5px; background:url(../img/public/btn_board_set01.gif) no-repeat -20px top; }
.cl_info .wmn_foot .btn	a.list		{ float:right; width:43px; height:23px; background:url(../img/public/btn_board_set01.gif) no-repeat -40px top; }

/* SPECIAL */
/* .vmd_special		{ width:584px; background:#eee; }
.vmd_special *		{ color:#3e3e3e; font-size: 12px; padding:0; margin:0; } 
.vmd_special h3		{ width:464px; color:#999; text-align:left; line-height:18px; padding-left:120px; background:url(../img/special/h3_special.gif) no-repeat left top; }
.vmd_special h3 span	{ }
.vmd_special h3.n1	{ width:465px; padding-left:119px; background-position:0 -40px; } 
.vmd_special h3.n2	{ width:465px; padding-left:119px; background-position:0 -80px; }
.vmd_special h3.n3	{ width:479px; padding-left:105px; background-position:0 -120px; }
.vmd_special h3.n4	{ width:467px; padding-left:102px; background-position:0 -160px; }
.vmd_special h3.n5	{ width:467px; padding-left:102px; background-position:0 -200px; }
*/

/* 02_list.html */
.vmd_special .spec_list		{ width:584px; height:auto; padding-top:10px; margin:0 0 0 0; background:url(../img/msn/dot_t_m.gif) repeat-x left 7px; }
.vmd_special .spec_list ul	{ width:584px; margin:0; border-bottom:1px solid #e2bacb; }
.vmd_special .spec_list ul li{ clear:both; width:584px; padding:24px 0; border-bottom:1px solid #e4e4e4; }
.vmd_special .spec_list ul li:after	{ content:" "; display:block; clear:both; height:0; visibility:hidden; } /* firefox hack */
.vmd_special .spec_list ul li.end	{ border-bottom:none; }

.spec_list dl.date			{ float:left; width:87px; height:84px; }
.spec_list dl.date dt		{ height:17px; color:#afe017; font-size:12px; font-weight:bold; text-align:center; }
.spec_list dl.date dd		{ display:block; height:67px; color:#afe017; font-family:georgia; font-size:68px; line-height:67px; letter-spacing:-2px; text-align:center; padding:0; margin:0 0 0 0; }

.spec_list dl.con			{ float:left; width:476px; padding-left:20px; border-left:1px dotted #bebebe; }
.spec_list dl.con dt a.thumb img	{ width:120px; height:80px; padding:1px; border:1px solid #bebebe; }
.spec_list dl.con dt		{ position:relative; float:left; width:124px; margin:0 16px 1px 3px; }
.spec_list dl.con dt span	{ position:absolute; left:0; top:0; width:120px; height:80px; text-indent:-5000px; background:url(../img/special/png_type.png) no-repeat left top; }
.spec_list dl.con dt span.n1		{ border:2px solid #cfc8a1; background-position:0 64px; }
.spec_list dl.con dt span.n2		{ border:2px solid #84b060; background-position:-140px 64px; }
.spec_list dl.con dt span.n3		{ border:2px solid #89afbe; background-position:-280px 64px; }
.spec_list dl.con dt span.n4		{ border:2px solid #caaa52; background-position:-420px 64px; }
.spec_list dl.con dt span.n5		{ border:2px solid #b05f3b; background-position:-560px 64px; }
.spec_list dl.con dt span.n6		{ border:2px solid #ff6600; background:url(../img/special/icon_new.gif) no-repeat left top; }
.spec_list dl.con dd		{ float:none; margin:0; overflow:hidden; }
.spec_list dl.con dd.tit 	{ line-height:18px; }
.spec_list dl.con dd.tit a	{ color:#000063; font-size:14px; font-weight:bold; letter-spacing:-1px; }
.spec_list dl.con dd.tit a:visited	{ color:#2c549f; }
.spec_list dl.con dd.tit a:hover	{ color:#0000ff; }
.spec_list dl.con dd.text 	{ line-height:16px; margin:6px 0 0 0; }

/* 03_view.html */
.vmd_special .spec_view 		{ position:relative; width:584px; height:auto; margin:10px 0 0 0; background:url(../img/msn/dot_t_m.gif) repeat-x left top; }
.spec_view ul.g_control		{ position:absolute; left:387px; top:-16px; }

.spec_view dl.con			{ width:584px; padding:11px 0 9px 0; border-bottom:1px solid #e2bacb; } /* 20090916 add */
.spec_view dl.con:after		{ content:" "; display:block; clear:both; height:0; visibility:hidden; } /* firefox hack */
.spec_view dl.con dt img	{ width:120px; height:80px; padding:1px; border:1px solid #bebebe; }
.spec_view dl.con dt		{ display:inline; float:left; width:124px; margin:0 10px 1px 4px; }
.spec_view dl.con dd		{ float:none; margin:0; overflow:hidden; }
.spec_view dl.con dd.tit 	{ color:#00416a; font-size:14px; font-weight:bold; letter-spacing:-1px; line-height:18px; }
.spec_view dl.con dd.text 	{ color:#5e5e5e; line-height:16px; margin:6px 0 0 0; }
.spec_view dl.con dd.text span 		{ color:#9e9e9e; font-family:tahoma; font-size:9px; margin:0 0 0 4px; }
.spec_view .con_foot		{ width:584px; height:auto; margin:0; }
.spec_view .con_foot dl.list		{ width:582px; padding-bottom:10px; margin:7px 0 0 0; border:1px solid #eee; }
.spec_view .con_foot dl.list dt		{ width:562px; color:#999; padding:7px 10px; margin:0 0 10px 0; border-bottom:1px dotted #dedede; }
.spec_view .con_foot dl.list dd		{ width:554px; font-weight:bold; line-height:16px; padding:2px 10px 2px 18px; margin:0; background:url(../img/public/bu_circle.gif) no-repeat 10px 8px; }
.spec_view .con_foot dl.list dd strong		{ color:#999; text-decoration:underline; }
.spec_view .con_foot dl.list dd span		{ color:#999; font-family:tahoma; font-size:10px; font-weight:bold; text-decoration:none; margin:0 0 0 4px; }
.spec_view .con_foot dl.list dd a			{ color:#999; font-weight:normal; text-decoration:none; }
.spec_view .con_foot dl.list dd a:hover		{ color:#6ae100; text-decoration:underline; }
.spec_view .con_foot .btn	{ width:564px; height:23px; padding:12px 10px; margin:26px 0 0 0; border-top:1px solid #dbdbdb; }
.spec_view .con_foot .btn a	{ display:block; height:18px; text-indent:-5000px; background:url(../img/public/btn_board_set01.gif) no-repeat left top; }
.spec_view .con_foot .btn a.list	{ float:right; width:43px; height:23px; background:url(../img/public/btn_board_set01.gif) no-repeat -40px top; }

/* Data DB Tag */
.spec_view .con_body img.fL	{ float:left; padding:1px; margin:0 16px 0 0; border:1px solid #bebebe; }
.spec_view .con_body img.fR	{ float:right; padding:1px; margin:0 0 0 16px; border:1px solid #bebebe; }
.spec_view .con_body img.fC	{ clear:both; padding:1px; margin:0 auto; border:1px solid #bebebe; }
.spec_view .con_body h5		{ font-weight:bold; margin:0 0 10px 0; }
.spec_view .con_body p		{ margin:0 0 2em 0; }
.spec_view .con_body p.writer		{ font-size:12px; font-weight:bold; }

/* 20090916 add */
.spec_view dl.con dt span.n6{ position:absolute; left:4px; top:11px; width:120px; height:80px; text-indent:-5000px; border:2px solid #ff6600; background:url(../img/special/icon_new.gif) no-repeat left top; } 

/* 20091007 Add */
.spec_view .descript		{ width:584px; height:auto; margin:0 0 9px 0; }
.spec_view .descript p		{ height:44px; color:#9e9e9e; text-align:right; padding:15px 189px 0 0; background:url(../img/special/img_source.gif) no-repeat 405px top; }
.spec_view .descript p span	{ position:absolute; left:0; top:0; z-index:-1; visibility:hidden; }


/* NEWS */
/* index.html */
/*
.vmd_news h3		{ width:584px; color:#999; text-align:left; line-height:18px; background:url(../img/news/h3_news.gif) no-repeat left top; }
.vmd_news h3 span	{ }
.vmd_news h3.n1	{ width:502px; padding-left:82px; background-position:0 0; } 
.vmd_news h3.n2	{ width:487px; padding-left:97px; background-position:0 -40px; }
.vmd_news h3.n3	{ width:438px; padding-left:146px; background-position:0 -80px; }
.vmd_news h3.n4	{ width:482px; padding-left:102px; background-position:0 -120px; }
.vmd_news h4		{ width:584px; height:16px; text-indent:-5000px; background:url(../img/news/h4_news.gif) no-repeat left top; }
.vmd_news h4.n1	{ background-position:0 0; } 
.vmd_news h4.n2	{ background-position:0 -20px; }
.vmd_news h4.n3	{ background-position:0 -40px; }
.vmd_news h4.n4	{ background-position:0 -60px; }
.vmd_news h4.n5	{ background-position:0 -80px; }
.vmd_news h4.n6	{ background-position:0 -1000px; }


.vmd_news .n_search 		{ position:relative; width:459px; height:44px; padding:17px 0 0 125px; margin-top:19px; background:url(../img/news/bg_n_search.gif) no-repeat left top; }
.vmd_news .n_search .basic		{ position:relative; width:300px; height:28px; background:url(../img/news/bg_search_basic.gif) no-repeat left top; }
.vmd_news .n_search legend		{ display:none; }
.vmd_news .n_search span			{ display:inline; float:left; width:81px; height:28px; color:#9d9d9d; line-height:28px; margin-left:8px; }
.vmd_news .n_search a.select		{ display:block; float:left; width:12px; height:12px; margin:8px 0 8px 2px; }
.vmd_news .n_search input			{ float:left; width:164px; height:18px; line-height:18px; border:0; margin-left:21px; margin-top:4px; background:#fff; }
.vmd_news .n_search a.search		{ position:absolute; left:305px; top:0; width:29px; height:28px; text-indent:-5000px; background:url(../img/dic/btn_in_search.gif) no-repeat left top; }
.vmd_news .n_search a:hover.search		{ background-position:-29px 0; }

.vmd_news .n_search .option		{ position:absolute; left:134px; top:44px; width:102px; height:auto; border:1px solid #d7d7d7; border-top:0; padding:2px 0; background:#fff; }
.vmd_news .n_search .option ul	{ height:auto; padding:0 2px; overflow:hidden; }
.vmd_news .n_search .option li a			{ display:block; height:12px; color:#999; line-height:12px; padding:3px; text-decoration:none; }
.vmd_news .n_search .option li a:hover	{ color:#fff; background:#999; }

.vmd_news dl.in_head	 	{ width:584px; height:auto; margin-bottom:7px; }
.vmd_news dl.in_head dt 	{ padding-top:24px; }
.vmd_news dl.in_head dt a	{ color:#000063; font-size:14px; font-weight:bold; }
.vmd_news dl.in_head dt a:visited	{ color:#2c549f; }
.vmd_news dl.in_head dt a:hover	{ color:#0000ff; }
.vmd_news dl.in_head dt span		{ color:#9e9e9e; font-family:tahoma; font-size:9px; margin-left:6px; }
.vmd_news dl.in_head dd 	{ line-height:16px; padding-bottom:22px; margin-top:7px; border-bottom:1px solid #e4e4e4; }

.vmd_news .in_set	{ width:584px; }
.vmd_news .in_set h4		{ margin-top:22px; }
.vmd_news .in_set ul		{ width:584px; margin-top:8px; padding:8px 0; border-top:1px solid #eee; border-bottom:1px solid #eee; }
.vmd_news .in_set ul:after{ content:" "; display:block; clear:both; height:0; visibility:hidden;}
.vmd_news .in_set ul li	{ float:left; width:270px; height:26px; line-height:26px; padding:0 12px 0 9px; border-right:solid 1px #dedede; overflow:hidden; background:url(../img/public/bu_arrow_grey.gif) no-repeat left 10px; }
.vmd_news .in_set ul li.even	{ width:276px; padding:0 0 0 15px; border-right:none; background:url(../img/public/bu_arrow_grey.gif) no-repeat 8px 10px; }

.vmd_news .s_result		{ width:584px; margin-top:13px; }
.vmd_news .s_result .word	{ width:584px; color:#666; line-height:16px; padding:9px 0; }
.vmd_news .s_result .word	span	{ color:#0000cc; font-weight:bold; }
.vmd_news .s_result .word	strong	{ }
.vmd_news .s_result ul.list		{ width:584px; padding:10px 0; border-top:1px solid #eee; border-bottom:1px solid #eee; }
.vmd_news .s_result ul.list li	{ font-size:14px; line-height:18px; padding:7px 0 7px 10px; background:url(../img/public/bu_arrow_grey.gif) no-repeat left 14px; }
.vmd_news .s_result ul.list span	{ color:#9e9e9e; font-family:tahoma; font-size:9px; margin-left:6px; }
*/

/* 05_news_list.html */
.vmd_news .news_list 		{ width:584px; margin:19px 0 0 0; }
.vmd_news .news_list h4	{ margin:0; }
.vmd_news .news_list ul.text		{ width:584px; padding:12px 0 9px 0; margin:5px 0 0 0; border-bottom:1px solid #76d71f; background:url(../img/public/border_table_top.gif) repeat-x left top; }
.vmd_news .news_list ul.text li	{ line-height:18px; padding:7px 0 7px 10px; background:url(../img/public/bu_arrow_grey.gif) no-repeat left 13px; }
.vmd_news .news_list ul.text li.hexa	{ height:3px; padding:0 0 7px 0; margin:7px 0 0 0; border-top:1px solid #dedede; background:none; _padding:0 0 2px 0; _margin:10px 0 0 0; }
.vmd_news .news_list ul.text li a	{ color:#000063; font-size:14px; font-weight:bold; }
.vmd_news .news_list ul.text li a:visited	{ color:#2c549f; }
.vmd_news .news_list ul.text li a:hover	{ color:#0000ff; }
.vmd_news .news_list ul.text span	{ color:#9e9e9e; font-family:tahoma; font-size:9px; margin:0 0 0 6px; }

.vmd_news ul.basic{ width:584px; padding:0; margin:5px 0 0 0; /* border-bottom:1px solid #76d71f; background:url(../img/public/border_table_top.gif) repeat-x left top; */ }
.vmd_news ul.basic li		{ padding:12px 0; border-bottom:1px solid #e4e4e4; }
.vmd_news ul.basic li.end	{ border:none; }
.vmd_news ul.basic dl		{ width:584px; }
.vmd_news ul.basic dl:after		{ content:" "; display:block; clear:both; height:0; visibility:hidden; } /* firefox hack */
/* 20091007 Modify */
.vmd_news ul.basic dl dt	{ float:left; width:110px; height:114px; margin:0 16px 1px 3px; }
.vmd_news ul.basic dl dt a.thumb img		{ width:106px; height:110px; padding:1px; border:1px solid #bebebe; }
.vmd_news ul.basic dl.product dt			{ float:left; width:110px; height:110px; margin:0 16px 1px 3px; }
.vmd_news ul.basic dl.product dt a.thumb img		{ width:106px; height:106px; padding:1px; border:1px solid #bebebe; }

.vmd_news ul.basic dd		{ float:none; margin:0; overflow:hidden; }
.vmd_news ul.basic dd.tit 		{ line-height:18px; }
.vmd_news ul.basic dd.tit a		{ color:#000063; font-size:14px; font-weight:bold; letter-spacing:-1px; }
.vmd_news ul.basic dd.tit a:visited{ color:#2c549f; }
.vmd_news ul.basic dd.tit a:hover	{ color:#0000ff; }
.vmd_news ul.basic dd.tit span	{ color:#9e9e9e; font-family:tahoma; font-size:9px; margin:0 0 0 6px; }
.vmd_news ul.basic dd.text		{ line-height:16px; margin:6px 0 0 0; }

/* 06_news_view.html */
.vmd_news .news_view 		{ position:relative; width:584px; margin:10px 0 0 0; }
.news_view ul.g_control		{ position:absolute; left:387px; top:4px; }
.news_view h4		{ margin:0; }
.news_view dl.tit			{ width:584px; padding:15px 0 15px 0; margin:5px 0 0 0; background:url(../img/msn/dot_t_m.gif) repeat-x left top; }
.news_view dl.tit dt 		{ font-size:14px; /* font-size:24px; */ font-weight:bold; letter-spacing:-1px; line-height:32px; }
.news_view dl.tit dd		{ color:#9e9e9e; margin:3px 0 0 0; }
.news_view dl.tit dd em		{ color:#dedede; font-style:normal; margin:0 2px; }
.news_view .con_body		{ font-size:15px; line-height:1.5em; padding-bottom:10px; margin:16px 0 0 0; }

/* 11_special_list.html */
.vmd_news .spe_list 		{ width:584px; margin:15px 0 0 0; }

.spe_list ul.basic	{ width:584px; padding:0; margin:0; border-bottom:1px solid #e2bacb; background:none; } /* 20091015 modify background */
.spe_list ul.basic dd.tit	{ margin:0 0 20px 0; } /* 20090924 add */
.spe_list ul.basic dd.writer{ margin:0 0 3px 0; } /* 20090924 add */

.spe_list .issue 	{ width:584px; padding-bottom:20px; background:url(../img/news/bg_issue.gif) no-repeat left bottom; }
.spe_list .issue dl	{ width:559px; padding:68px 14px 0 11px; margin:0; background:url(../img/news/bg_issue.gif) no-repeat left top; }
.spe_list .issue dl:after	{ content:" "; display:block; clear:both; height:0; visibility:hidden; } /* firefox hack */
.spe_list .issue dt img		{ width:150px; height:150px; padding:1px; border:1px solid #bebebe; }
.spe_list .issue dt	{ float:left; width:154px; height:154px; margin:0 15px 1px 0; _display:inline; }
.spe_list .issue dd			{ float:none; margin:0; overflow:hidden; }
.spe_list .issue dd.tit 	{ line-height:18px; }
.spe_list .issue dd.tit a	{ color:#000063; font-size:16px; font-weight:bold; letter-spacing:-1px; }
.spe_list .issue dd.tit a:visited	{ color:#2c549f; }
.spe_list .issue dd.tit a:hover		{ color:#0000ff; }
.spe_list .issue dd.writer	{ color:#9e9e9e; margin:3px 0 0 0; }
.spe_list .issue dd.date	{ color:#9e9e9e; font-family:tahoma; font-size:9px; margin:5px 0 0 0; }
.spe_list .issue dd.text	{ font-size:13px; line-height:18px; margin:6px 0 0 0; } /* 20091015 modify font-size */
.spe_list .issue dd.text a	{ color:#3e3e3e; }
.spe_list .issue dd.text a:hover	{ color:#6ae100; }

/* 12_special_view.html */

/* News contents Tag */
.news_view .con_body img.fL	{ float:left; padding:1px; margin:0 16px 0 0; border:1px solid #bebebe; }
.news_view .con_body img.fR	{ float:right; padding:1px; margin:0 0 0 16px; border:1px solid #bebebe; }
.news_view .con_body img.fC	{ clear:both; padding:1px; margin:0 auto; border:1px solid #bebebe; }
.news_view .con_body h5		{ font-weight:bold; margin:0 0 10px 0; }
.news_view .con_body p		{ margin:0 0 2em 0; }
.news_view .con_body p.writer		{ font-size:12px; font-weight:bold; }

.news_view .con_foot		{ width:584px; height:auto; margin:0; }
.news_view .con_foot .btn	{ width:564px; height:23px; padding:12px 10px; margin:26px 0 0 0; border-top:1px solid #dbdbdb; }
.news_view .con_foot .btn a	{ display:block; height:18px; text-indent:-5000px; background:url(../img/public/btn_board_set01.gif) no-repeat left top; }
.news_view .con_foot .btn a.prev	{ float:left; width:17px; background-position:0 0; }
.news_view .con_foot .btn a.next	{ float:left; width:17px; margin:0 0 0 5px; background:url(../img/public/btn_board_set01.gif) no-repeat -20px top; }
.news_view .con_foot .btn a.list	{ float:right; width:43px; height:23px; background:url(../img/public/btn_board_set01.gif) no-repeat -40px top; }

.news_view ul.list	{ width:584px; padding:9px 0 9px 0; margin:5px 0 0 0; border-bottom:1px solid #eee; }
.news_view ul.list li		{ line-height:18px; padding:7px 0 7px 10px; background:url(../img/public/bu_arrow_grey.gif) no-repeat left 14px; }
.news_view ul.list li a		{ color:#000063; font-size:14px; font-weight:bold; }
.news_view ul.list li a:visited		{ color:#2c549f; }
.news_view ul.list li a:hover		{ color:#0000ff; }
.news_view ul.list span		{ color:#9e9e9e; font-family:tahoma; font-size:9px; margin:0 0 0 6px; }

/* 16_editor.html */
.vmd_news .h_select		{ width:247px; height:20px; padding:0 0 0 327px; margin:10px 0 0 0; background:url(../img/news/bg_h_select.gif) no-repeat left top; }
.h_select p			{ display:none; }
.h_select .g_select	{ width:255px; background:#fff; }
.vmd_news .h_editor		{ width:584px; margin:6px 0 0 0; }
.h_editor .list 	{ width:584px; height:132px; padding:28px 0 0 0; background:url(../img/news/bg_h_editor.gif) no-repeat left top; *height:137px; }

.h_editor .list ul			{ width:576px; height:102px; padding:0 4px; margin:0; }
.h_editor .list li			{ display:inline; float:left; width:100px; height:102px; margin:0 0 0 5px; }
.h_editor .list li.prev		{ position:relative; width:23px; margin:0; }
.h_editor .list li.prev	a	{ position:absolute; display:block; left:0; top:28px; width:17px; height:46px; background:url(../img/news/btn_list_nav.gif) no-repeat left top; }
.h_editor .list li.prev	a span		{ position:absolute; z-index:-1; visibility:hidden; }
.h_editor .list li.prev	a:hover		{ background-position:0 -46px; }
.h_editor .list li.next		{ position:relative; width:23px; *margin:0; }
.h_editor .list li.next	a	{ position:absolute; display:block; left:6px; top:28px; width:17px; height:46px; background:url(../img/news/btn_list_nav.gif) no-repeat -17px top; *left:11px; }
.h_editor .list li.next	a span		{ position:absolute; z-index:-1; visibility:hidden; }
.h_editor .list li.next	a:hover		{ background-position:-17px -46px; }
.h_editor .list li dl		{ width:100px; height:102px; }
.h_editor .list li dl dt	{ width:100px; height:102px; text-align:center; }
.h_editor .list li dl dt img{ width:86px; height:98px; padding:1px; border:1px solid #bebebe; }
.h_editor .list li dl dt a:hover img{ border:1px solid #6ae100; background:#6ae100; }
.h_editor .list li dl.hover	{ position:relative; z-index:10; }
.h_editor .list li dl.hover dd		{ display:block; margin:0; }
.h_editor .list li dl dd			{ display:none; position:absolute; left:96px; top:0; width:110px; padding-left:6px; margin:0; background:url(../img/news/bu_li_tip.gif) no-repeat left top;  }
.h_editor .list li dl dd span		{ display:block; width:110px; line-height:16px; padding:4px; border:2px solid #737373; background:#fff; }

.h_editor .list dl.choice			{ position:relative; width:520px; height:102px; padding:0 32px 0 32px; margin:0; /* overflow:hidden; */ }
.h_editor .list dl.choice dt		{ position:absolute; left:32px; top:0; width:90px; height:102px; margin:0 0 0 0; }
.h_editor .list dl.choice dt p		{ display:none; }
.h_editor .list dl.choice dt img	{ width:86px; height:98px; padding:1px; border:1px solid #bebebe; }
.h_editor .list dl.choice dd		{ width:414px; text-align:left; padding:0; margin:0 0 0 106px; _width:410px; }
.h_editor .list dl.choice dd.tit 	{ height:18px; font-size:14px; font-weight:bold; line-height:18px; }
.h_editor .list dl.choice dd.text 	{ height:54px; line-height:18px; margin:2px 0 0 106px; overflow:hidden; }
.h_editor .list dl.choice dd.h_logo	{ margin:6px 0 0 106px; }

.h_editor .list .counter	{ clear:both; width:573px; height:20px; font-family:tahoma; font-size:10px; font-weight:bold; color:#9e9e9e; text-align:right; padding:0 11px 0 0; margin:5px 0 5px 0; }
.h_editor .list .counter em			{ font-family:tahoma; font-size:8px; font-weight:normal; margin:0 4px; }
.h_editor .list .note		{ position:relative; width:572px; height:19px; padding-left:12px; margin:0 0 11px 0;}
.h_editor .list .note a.start		{ display:block; position:absolute; left:508px; top:0; width:66px; height:19px; background:url(../img/public/btn_go_start.gif) no-repeat left top; }
.h_editor .list .note a.start span	{ position:absolute; z-index:-1; visibility:hidden; }

.h_editor ul.dir	{ width:584px; padding:10px 0 8px 0; margin:8px 0 0 0; border-top:3px solid #76d71f; border-bottom:1px solid #76d71f; /* background:url(../img/news/bg_dir_border.gif) repeat-x left top; */ }
.h_editor ul.dir:after		{ content:" "; display:block; clear:both; height:0; visibility:hidden; } /* firefox hack */
.h_editor ul.dir li	{ float:left; width:178px; padding:3px 0 4px 16px; background:url(../img/public/bu_arrow_side.gif) no-repeat 7px 6px; }
.h_editor ul.dir a	{ font-weight:bold; }
.h_editor ul.dir li.all	a	{ cursor:default; text-decoration:underline; color:#000; }

table.ms_health		{ margin:4px 0 0 0; }
table.ms_health td.title	{ width:487px; text-align:left; padding:7px 10px 5px 10px; background:#edfdff; }
table.ms_health td.date		{ width:77px; color:#999; background:#edfdff; }
table.ms_health tr.even td	{ background:#fff; }
table.ms_health tr.hover td	{ background:#f3f3f3; }
table.ms_health tr.hover td a		{ color:#666; font-weight:bold; text-decoration:none; }

/* 21_editor_view.html */
.vmd_news h4.txt	{ display:none; width:584px; height:14px; color:#00b218; font-size:14px; font-weight:bold; text-indent:0; padding-top:2px; background:none; _padding-top:0; }
.news_view dl.ms_editor dt 	{ color:#5d9893; }

.con_foot dl.spec	{ width:575px; height:52px; line-height:16px; color:#999; padding-right:9px; }
.con_foot dl.spec dt		{ float:right; width:47px; margin:0 0 0 6px; }
.con_foot dl.spec dt img	{ float:none; width:43px; height:48px; padding:1px; border:1px solid #bebebe; }
.con_foot dl.spec dd		{ color:#5e5e5e; text-align:right; margin:0; }
.con_foot dl.spec dd.hlogo	{ margin:0; }

.con_foot dl.notice			{ clear:both; width:584px; margin:49px 0 0 0; background:url(../img/dic/bg_ex_footer.gif) no-repeat left top; }
.con_foot dl.notice dt		{ width:584px; height:33px; text-indent:-5000px; }
.con_foot dl.notice dd		{ width:538px; color:#9e9e9e; line-height:16px; padding:0 23px 23px 23px; margin:0; background:url(../img/dic/bg_ex_footer.gif) no-repeat left bottom; }

.con_foot .h_list	{ width:582px; padding:5px 0; margin:15px 0 0 0; border:1px solid #eee; }
.con_foot .h_list:after		{ content:" "; display:block; clear:both; height:0; visibility:hidden; } /* firefox hack */
.con_foot .h_list dl		{ float:left; width:280px; padding-right:10px; border-right:1px solid #eee; }
.con_foot .h_list dl dt		{ width:270px; color:#999; padding:5px 0 7px 10px; margin:0 0 5px 0; border-bottom:1px dotted #dedede; }
.con_foot .h_list dl dd		{ width:262px; height:16px; line-height:18px; padding:2px 0 2px 18px; margin:0; overflow:hidden; background:url(../img/public/bu_circle.gif) no-repeat 10px 8px; }
.con_foot .h_list dl dd a			{ color:#999; }
.con_foot .h_list dl dd a:hover		{ color:#6ae100; }
.con_foot .h_list dl.even	{ margin:0 0 0 10px; padding-right:0; border-right:none; }
.con_foot .h_list dl.even dt{ padding:5px 10px 7px 0; }
.con_foot .h_list dl.even dd{ padding:2px 10px 2px 8px; background:url(../img/public/bu_circle.gif) no-repeat left 8px; }

/* DB */
.con_body dl		{ font-size:12px; padding:0 7px; }
.con_body dl:after	{ content:" "; display:block; clear:both; height:0; visibility:hidden; } /* firefox hack */
.con_body dt		{ float:left; width:38px; font-weight:bold; margin:3px 0 10px; }
.con_body dd		{ float:left; width:532px; margin:3px 0 10px; }
.con_body dd.where	{ font-weight:bold; }

/* DIC */
/* 
.vmd_dic h3			{ width:584px; height:18px; color:#999; text-align:left; line-height:18px; text-indent:-5000px; background:url(../img/dic/h3_tit_dic.gif) no-repeat left top; }
.vmd_dic h3.index	{ background-position:0 0; }
.vmd_dic h3.harvard	{ background-position:0 -40px; }
.vmd_dic h3.amc		{ background-position:0 -80px; }
.vmd_dic h3.help	{ background-position:0 -120px; }
.vmd_dic h3.cancer	{ background-position:0 -160px; }
.vmd_dic h3.drug	{ background-position:0 -200px; }
.vmd_dic h3.kfda	{ background-position:0 -240px; }
.vmd_dic h3.exam	{ background-position:0 -280px; }
.vmd_dic h3.oper	{ background-position:0 -320px; }
.vmd_dic h3.symptom			{ background-position:0 -360px; text-indent:0; width:502px; padding-left:82px; }
.vmd_dic h3.symptom span	{ display:none; }
*/

.vmd_dic ul.map_dic		{ width:584px; height:187px; margin:16px 0 0 0; background:url(../img/dic/bg_index_gate.jpg) no-repeat left top; }
.vmd_dic ul.map_dic li	{ position:relative; width:584px; height:46px; }
.vmd_dic ul.map_dic a	{ position:absolute; display:block; width:154px; height:40px; text-indent:-5000px; }
.vmd_dic ul.map_dic a.g1	{ left:84px; top:4px; }
.vmd_dic ul.map_dic a.g2	{ left:359px; top:-36px; }
.vmd_dic ul.map_dic a.g3	{ left:61px; top:5px; }
.vmd_dic ul.map_dic a.g4	{ left:372px; top:-24px; }

.vmd_dic .ms_title_hh	{ width:584px; height:100px; margin:20px 0 0 0; text-indent:-5000px; background:url(../img/dic/bg_title_hh_new.gif) no-repeat left top; }
.vmd_dic .ms_title_nc	{ width:490px; height:76px; color:#666; line-height:18px; padding:24px 0 0 94px; margin:20px 0 0 0; background:url(../img/dic/bg_title_nc_new.gif) no-repeat left top; }
.vmd_dic .ms_title_nc strong		{ color:#1c6394; }
.vmd_dic .ms_title_nc span		{ color:#ff6600; font-weight:bold; }
.vmd_dic .ms_title_hl	{ width:584px; height:100px; margin:20px 0 0 0; text-indent:-5000px; background:url(../img/dic/bg_title_hl_new.gif) no-repeat left top; }
.vmd_dic .ms_title_amc	{ width:584px; height:100px; margin:20px 0 0 0; text-indent:-5000px; background:url(../img/dic/bg_title_amc_new.gif) no-repeat left top; }

/* disease search */
.vmd_dic p.search		{ width:584px; height:14px; text-indent:-5000px; background:url(../img/dic/p_search.gif) no-repeat left top; }
.vmd_dic .in_search		{ position:relative; width:584px; height:135px; margin:9px 0 0 0; padding-top:17px; background:url(../img/dic/bg_in_search.gif) no-repeat left top; }
.vmd_dic .in_search .mark{ position:absolute; left:504px; top:0; width:80px; height:56px; background:url(../img/dic/bg_mark.gif) no-repeat 80px top; }
.vmd_dic .in_search .ms_mark_hh	{ background-position:0 0;  }
.vmd_dic .in_search .ms_mark_nc	{ background-position:-80px 0;  }
.vmd_dic .in_search .ms_mark_hl	{ background-position:-160px 0;  }
.vmd_dic .in_search .ms_mark_amc	{ background-position:-240px 0;  }

.vmd_dic .in_text		{ width:410px; height:28px; padding-left:174px; }
.vmd_dic .in_text .basic	{ position:relative; width:215px; height:22px; padding:3px 10px; background:url(../img/dic/bg_in_text.gif) no-repeat left top; *padding:2px 10px 3px 10px; }
.vmd_dic .in_text .basic legend	{ display:none; }
.vmd_dic .in_text .basic input	{ width:181px; height:18px; line-height:18px; border:1px solid #fff; background:url(../img/dic/bg_text_input.gif) no-repeat left 50%; }
.vmd_dic .in_text .basic input.input_focus		{ background:none; } 
.vmd_dic .in_text .basic a		{ position:absolute; top:0; left:206px; width:29px; height:28px; }
.vmd_dic .in_text .basic a img	{ width:29px; height:28px; background:url(../img/dic/btn_in_search.gif) no-repeat left top; }
.vmd_dic .in_text .basic a:hover img		{ background-position:-29px 0; }

.in_search ul.ko			{ width:572px; height:23px; margin:18px 0 0 9px; }
.in_search ul.ko li			{ float:left; display:inline; width:23px; height:23px; text-align:center; font-weight:bold; color:#fff; line-height:23px; margin:0 3px 0 0; }
.in_search ul.ko li.select a	 	{ display:block; width:23px; height:23px; text-align:center; color:#fff; line-height:23px; font-weight:bold; background-position:0 -23px; }
.in_search ul.ko li a		{ display:block; width:23px; height:23px; color:#999999; text-align:center; line-height:23px; font-weight:bold; background:#dedede; background:url(../img/dic/bg_btn_search.gif) no-repeat left top; }
.in_search ul.ko li a:hover	{ color:#999999; text-decoration:none; background:url(../img/dic/bg_btn_search.gif) no-repeat left -46px; }
.in_search ul.en			{ width:572px; height:23px; margin:7px 0 0 9px; }
.in_search ul.en li			{ float:left; display:inline; width:23px; height:23px; font-family:verdana; font-size:10px; text-align:center; font-weight:bold; color:#fff; line-height:23px; margin:0 3px 3px 0; }
.in_search ul.en li.select a 		{ display:block; width:23px; height:23px; text-align:center; color:#fff; line-height:23px; font-weight:bold; background-position:0 -23px; }
.in_search ul.en li a		{ display:block; width:23px; height:23px; color:#999999; text-align:center; line-height:23px; font-weight:bold; background:url(../img/dic/bg_btn_search.gif) no-repeat left top; }
.in_search ul.en li a:hover	{ color:#999; text-decoration:none; background:url(../img/dic/bg_btn_search.gif) no-repeat left -46px; }

/* Search Result:Korean */
.vmd_dic .s_result{ /* width:584px; */ margin:21px 0 0 0; }
.vmd_dic .s_result dl.res{ /* width:584px; */ padding-bottom:8px; border-bottom:1px solid #eeeeee; }
.vmd_dic .s_result dl.res dt		{ padding:3px 0; }
.vmd_dic .s_result dl.res dd		{ padding:3px 0; margin:0; }
.vmd_dic .s_result dl.res dt em	{ color:#0000cc; font-style:normal; font-weight:bold; }
.vmd_dic .s_result dl.res dd em	{ color:#ff6600; font-style:normal; font-weight:bold; }
.vmd_dic .s_result dl.res dd.aka	{ color:#666; padding:3px 0 3px 10px; background:url(../img/public/bu_arrow_icon.gif) no-repeat left 6px; }
.vmd_dic .s_result dl.res dd.aka em		{ font-weight:normal; color:#000; }
.vmd_dic .s_result ul	{ width:584px; margin:8px 0 0 0; }
.vmd_dic .s_result ul:after	{ content:" "; display:block; clear:both; height:0; visibility:hidden; } /* firefox hack */
.vmd_dic .s_result li	{ /* position:relative; */ float:left; width:190px; height:26px; color:#5e5e5e; line-height:26px; padding:0 93px 0 8px; border-right:solid 1px #dedede; overflow:hidden; background:url(../img/public/bu_circle.gif) no-repeat left 50%; }
.vmd_dic .s_result li.even		{ float:left; width:178px; height:26px; padding:0 90px 0 21px; border-right:none; background:url(../img/public/bu_circle.gif) no-repeat 13px 50%; }

.vmd_dic .s_result ul li a		{ *line-height:26px; }
.vmd_dic .s_result ul li a:hover{ *line-height:26px; }
.vmd_dic .s_result ul li dl a			{ *line-height:16px; }
.vmd_dic .s_result ul li dl a:hover		{ *line-height:16px; }

.vmd_dic .s_result li a span		{ color:#0000cc; }
.vmd_dic .s_result li a:hover span		{ color:#6ae100; }
.vmd_dic .s_result ul ul.organ	{ position:absolute; left:198px; top:4px; width:80px; height:18px; margin:0; background:url(../img/dic/bg_result_organ.gif) no-repeat left -20px;  }
.vmd_dic .s_result ul ul.organ li{ position:static; float:left; width:18px; height:18px; line-height:26px; padding:0; margin:0 2px 0 0; border:none; background:none; }
.vmd_dic .s_result ul ul.organ li a		{ display:block; width:18px; height:18px; text-indent:-5000px; background:url(../img/dic/bg_result_organ.gif) no-repeat left top; }
.vmd_dic .s_result ul ul.organ li.o1 a	{ background-position:0 0; }
.vmd_dic .s_result ul ul.organ li.o2 a	{ background-position:-20px 0; }
.vmd_dic .s_result ul ul.organ li.o3 a	{ background-position:-40px 0; }
.vmd_dic .s_result ul ul.organ li.o4 a	{ background-position:-60px 0; }

.vmd_dic .s_result .tip	{ clear:both; width:584px; margin:8px 0 0 0; }
.vmd_dic .s_result .tip p		{ width:542px; height:30px; color:#48515b; line-height:36px; padding-left:42px; margin:0; background:url(../img/dic/bg_result_tip.gif) no-repeat left top; }
.vmd_dic .s_result .tip p span	{ display:none; }
.vmd_dic .s_result .tip ol		{ width:584px; padding:0 0 10px 0; margin:0; background:url(../img/dic/bg_result_tip.gif) no-repeat left bottom; }
.vmd_dic .s_result .tip ol li	{ position:static; float:none; width:549px; height:19px; color:#626e7a; line-height:19px; padding:0 10px 0 25px; border:none; overflow:hidden; background:url(../img/public/bu_num_black.gif) no-repeat 10px 50%; }
.vmd_dic .s_result .tip ol li.no1{ background-position:10px 0; }
.vmd_dic .s_result .tip ol li.no2{ background-position:10px -19px; }
.vmd_dic .s_result .tip ol li.no3{ background-position:10px -38px; }
.vmd_dic .s_result dl.icon		{ clear:both; width:584px; height:118px; margin:15px 0 0 0; background:url(../img/dic/bg_fieldset_icon.gif) no-repeat left top; }
.vmd_dic .s_result dl.icon dt	{ width:584px; height:24px; text-indent:-5000px; }
.vmd_dic .s_result dl.icon dd	{ width:584px; height:94px; margin:0; }
.vmd_dic .s_result dl.icon ul.note		{ width:584px; height:94px; border:none; margin:0; }
.vmd_dic .s_result dl.icon ul.note li	{ display:inline; float:left; width:230px; height:40px; color:#9e9e9e; line-height:30px; padding:0 0 0 62px; margin:0 0 5px 0; background:url(../img/dic/bg_note_icon.gif) no-repeat left top; border:none; }
.vmd_dic .s_result dl.icon ul.note li.n1 { background-position:22px 0; }
.vmd_dic .s_result dl.icon ul.note li.n2 { background-position:22px -40px; }
.vmd_dic .s_result dl.icon ul.note li.n3 { background-position:22px -80px; }
.vmd_dic .s_result dl.icon ul.note li.n4 { background-position:22px -120px; }

.vmd_dic .s_result ul.basic	{ width:584px; padding-bottom:24px; margin:8px 0 0 0; border-bottom:1px solid #eee; }
.vmd_dic .s_result ul.basic li		{ position:static; float:left; width:584px; height:auto; line-height:16px; padding:0; margin:28px 0 0 0; border-right:none; overflow:hidden; background:none; }
.vmd_dic .s_result ul.basic dl		{ }
.vmd_dic .s_result ul.basic dt a.thumb 		{ }
.vmd_dic .s_result ul.basic dt a.thumb img	{ width:100px; height:66px; padding:1px; border:1px solid #bebebe; }
.vmd_dic .s_result ul.basic dt		{ float:left; margin:0 10px 1px 0; }
.vmd_dic .s_result ul.basic dd		{ float:none; overflow:hidden; margin:0; }
.vmd_dic .s_result ul.basic dd.tit a		{ color:#0000cc; font-size:13px; font-weight:bold; }
.vmd_dic .s_result ul.basic dd.tit a.ext	{ padding-right:17px; background:url(../img/public/icon_external.gif) no-repeat right top; }
.vmd_dic .s_result ul.basic dd.tit a:hover		{ color:#6ae100; }
.vmd_dic .s_result ul.basic dd.editor{ color:#9e9e9e; padding:2px 0 2px 14px; background:url(../img/public/icon_doctor.gif) no-repeat left 3px; }
.vmd_dic .s_result ul.basic dd.editor a		{ color:#9e9e9e; }
.vmd_dic .s_result ul.basic dd.editor a:hover{ color:#6ae100; }
.vmd_dic .s_result ul.basic dd.source{ }
.vmd_dic .s_result ul.basic dd.source a		{ display:block; float:right; width:127px; height:25px; text-indent:-5000px; background:url(../img/dic/bg_search_src.gif) no-repeat left top; }
.vmd_dic .s_result ul.basic dd.source a.hh	{ background-position:0 0; }
.vmd_dic .s_result ul.basic dd.source a.nc	{ background-position:0 -30px; }
.vmd_dic .s_result ul.basic dd.source a.amc	{ background-position:0 -60px; }
.vmd_dic .s_result ul.basic dd.source a.hl	{ background-position:0 -90px; }

/* Search Result:Department */
.vmd_dic .ms_result_organ li		{ /* position:relative; */ float:left; width:178px; height:26px; line-height:26px; padding:0 0 0 16px; border:none; overflow:hidden; background:url(../img/public/bu_circle.gif) no-repeat 8px 10px; }
.vmd_dic .s_result dl.f_hh		{ clear:both; width:584px; height:111px; margin:15px 0 0 0; background:url(../img/dic/bg_fieldset_hh.gif) no-repeat left top; }
.vmd_dic .s_result dl.f_hh dt	{ width:584px; height:26px; text-indent:-5000px; }
.vmd_dic .s_result dl.f_hh dd	{ width:584px; height:85px; margin:0; }
.vmd_dic .s_result dl.f_hh ul.note		{ clear:both; width:584px; height:85px; border:none; margin:0; }
.vmd_dic .s_result dl.f_hh ul.note li	{ position:static; display:block; float:none; width:550px; height:22px; color:#9e9e9e; line-height:22px; padding:0 10px 0 24px; margin:0 0 5px 0; background:url(../img/public/bu_arrow_grey.gif) no-repeat 17px 8px; border:none; }
.vmd_dic .s_result dl.f_amc		{ clear:both; width:584px; height:111px; margin:15px 0 0 0; background:url(../img/dic/bg_fieldset_amc.gif) no-repeat left top; }
.vmd_dic .s_result dl.f_amc dt	{ width:584px; height:26px; text-indent:-5000px; }
.vmd_dic .s_result dl.f_amc dd	{ width:584px; height:85px; margin:0; }
.vmd_dic .s_result dl.f_amc ul.note		{ clear:both; width:584px; height:85px; border:none; margin:0; }
.vmd_dic .s_result dl.f_amc ul.note li	{ position:static; display:block; float:none; width:550px; height:22px; color:#9e9e9e; line-height:22px; padding:0 10px 0 24px; margin:0 0 5px 0; background:url(../img/public/bu_arrow_grey.gif) no-repeat 17px 8px; border:none; }

/* tag cloud */
.vmd_dic h4.tit_fav		{ width:584px; height:16px; text-indent:-5000px; margin:18px 0 0 0; background:url(../img/dic/h4_tit_fav.gif) no-repeat left top; }
.vmd_dic .tagcloud		{ width:550px; min-height:111px; line-height:2.0; padding:17px; margin:8px 0 0 0; border:1px solid #eeeeee; border-left:none; border-right:none; background:url(../img/dic/bg_tagcloud.jpg) repeat-y left top; _height:111px; }

.vmd_dic h4.tit_info		{ clear:both; width:584px; height:16px; text-indent:-5000px; margin:18px 0 0 0; background:url(../img/dic/h4_tit_info.gif) no-repeat left top; }
.vmd_dic .healthInfo		{ width:584px; height:103px; padding:20px 0 6px 0; margin:8px 0 0 0; border-top:1px solid #eee; border-bottom:1px solid #eee; }
.vmd_dic .healthInfo .ex	{ float:left; width:292px; height:91px; background:url(../img/dic/bg_healthInfo_ex.jpg) no-repeat 8px top; }
.vmd_dic .healthInfo .ex a	{ display:block; width:86px; height:19px; text-indent:-5000px; margin:24px 0 0 121px; }
.vmd_dic .healthInfo .op	{ float:left; width:292px; height:91px; background:url(../img/dic/bg_healthInfo_op.jpg) no-repeat 14px top; }
.vmd_dic .healthInfo .op a	{ display:block; width:132px; height:19px; text-indent:-5000px; margin:25px 0 0 117px; }

/* helpline contents */
.vmd_dic h4.tit_organ	{ width:584px; height:16px; text-indent:-5000px; margin:18px 0 0 0; background:url(../img/dic/h4_tit_organ.gif) no-repeat left top; }
.vmd_dic h4.tit_helpline	{ width:584px; height:16px; text-indent:-5000px; margin:18px 0 0 0; background:url(../img/dic/h4_tit_helpline.gif) no-repeat left top; }
.vmd_dic ul.sec_organ	{ width:584px; margin:8px 0 0 0; padding:8px 0; border-top:1px solid #eee; border-bottom:1px solid #eee; }
.vmd_dic ul.sec_organ:after		{ content:" "; display:block; clear:both; height:0; visibility:hidden;} /* firefox hack */
.vmd_dic ul.sec_organ li	{ float:left; width:270px; height:26px; line-height:26px; padding:0 13px 0 8px; border-right:solid 1px #dedede; overflow:hidden; background:url(../img/public/bu_circle.gif) no-repeat left 50%; }
.vmd_dic ul.sec_organ li.even	{ width:276px; padding:0 0 0 15px; border-right:none; background:url(../img/public/bu_circle.gif) no-repeat 8px 50%; }
.vmd_dic ul.sec_helpline	{ width:584px; height:107px; padding:14px 0 14px 0; margin:8px 0 0 0; border-top:1px solid #eee; border-bottom:1px solid #eee; background:url(../img/dic/bg_ul_helpline.gif) no-repeat left 14px; }
.vmd_dic ul.sec_helpline li		{ float:left; height:107px; }
.vmd_dic ul.sec_helpline li a	{ display:block; height:107px; text-indent:-5000px; }
.vmd_dic ul.sec_helpline li.s1	{ width:109px; padding-left:32px; }
.vmd_dic ul.sec_helpline li.s2	{ width:124px; padding-left:31px; }
.vmd_dic ul.sec_helpline li.s3	{ width:115px; padding-left:32px; }
.vmd_dic ul.sec_helpline li.s4	{ width:105px; padding-left:36px; }
.vmd_dic ul.sec_helpline li.s1 a	{ width:76px; }
.vmd_dic ul.sec_helpline li.s2 a	{ width:72px; }
.vmd_dic ul.sec_helpline li.s3 a	{ width:72px; }
.vmd_dic ul.sec_helpline li.s4 a	{ width:72px; }

/* Detail Harvard */
.vmd_dic .hh_head			{ position:relative; width:584px; height:35px; padding:10px 0 0 0; background:url(../img/msn/dot_t_m.gif) repeat-x left bottom }
.vmd_dic .hh_head ul.g_control		{ position:absolute; left:391px; top:36px; }
.vmd_dic .hh_head h4		{ width:584px; color:#00b218; font-size:14px; font-weight:bold; margin:0; }
.vmd_dic .hh_head .eng		{ width:584px; color:#3d5d8f; font-family:tahoma; font-size:11px; }

h5.index			{ display:none; }
.vmd_dic .hh_index	{ width:584px; height:138px; margin:15px 0 0 0; }
.vmd_dic .hh_index .illust			{ float:left; width:204px; height:138px; padding:0 15px; border-right:1px solid #eee; }
.vmd_dic .hh_index .illust a		{ display:block; width:200px; height:134px; padding:1px; border:1px solid #bebebe; background:#fff url(../img/public/bg_default_pic.gif) no-repeat 1px 1px; }

.vmd_dic .hh_index ol		{ float:left; width:310px; height:112px; padding:26px 0 0 0; margin:0 0 0 15px; background:url(../img/dic/bg_ol_index.gif) no-repeat 4px 9px; }
.vmd_dic .hh_index li		{ float:left; width:114px; height:19px; line-height:17px; padding:3px 0 3px 31px; background:#fff url(../img/dic/bg_ol_num.gif) no-repeat left top; }
.vmd_dic .hh_index li.no1	{ background-position:0 4px; padding:7px 20px 3px 31px; border-top:1px solid #eee; }
.vmd_dic .hh_index li.no2	{ background-position:0 -30px; padding:3px 20px 3px 31px; }
.vmd_dic .hh_index li.no3	{ background-position:0 -60px; padding:3px 20px 3px 31px; }
.vmd_dic .hh_index li.no4	{ background-position:0 -90px; padding:3px 20px 7px 31px; border-bottom:1px solid #eee; }
.vmd_dic .hh_index li.no5	{ background-position:0 -116px; padding:7px 0 3px 31px; border-top:1px solid #eee; }
.vmd_dic .hh_index li.no6	{ background-position:0 -150px; }
.vmd_dic .hh_index li.no7	{ background-position:0 -180px; }
.vmd_dic .hh_index li.no8	{ background-position:0 -210px; padding:3px 0 7px 31px; border-bottom:1px solid #eee; }
.vmd_dic .hh_index li a		{ color:#6b4e39; }
.vmd_dic .hh_index li a:hover	{ color:#6ae100; }

.vmd_dic .hh_editor		{ clear:both; width:584px; height:12px; text-align:right; color:#6b4e39; line-height:12px; padding:6px 0 7px 0; margin:15px 0 0 0; border-top:1px dotted #dedede; border-bottom:1px solid #dedede; }
.vmd_dic .hh_editor a	{ color:#999; }
.vmd_dic .hh_editor a:hover		{ color:#6ae100; }
.vmd_dic .hh_editor img	{ margin:0 10px 0 0; }

.vmd_dic ul.hh_body		{ width:584px; height:22px; margin:21px 0 0 0; border-bottom:1px solid #505372; }
.vmd_dic ul.hh_body li	{ float:right; width:83px; height:22px; text-indent:-5000px; margin:0 0 0 3px; }
.vmd_dic ul.hh_body li.ko a.select		{ background-position:-83px -22px; }
.vmd_dic ul.hh_body li.en a.select		{ background-position:0 -22px; }
.vmd_dic ul.hh_body a	{ display:block; width:83px; height:22px; text-indent:-5000px; background:url(../img/dic/bg_ul_harvard.gif) no-repeat left top; }
.vmd_dic ul.hh_body li.ko a		{ background-position:-83px 0; }
.vmd_dic ul.hh_body li.en a		{ background-position:0 0; }

.vmd_dic dl.hh_body		{ clear:both; width:584px; height:auto; padding-top:2px; margin:0; border-top:2px solid #585d8f; border-bottom:2px solid #c9cfdb; background:url(../img/dic/bg_dl_harvard.gif) repeat-y left top; }
.vmd_dic dl.hh_body:after{ content:" "; display:block; clear:both; height:0; visibility:hidden;} /* firefox hack */
.vmd_dic dl.hh_body dt	{ float:left; width:85px; min-height:53px; text-indent:-5000px; border-top:1px solid #c9cfdb; background:url(../img/dic/bg_dt_harvard.gif) no-repeat left top; _height:53px; }
.vmd_dic dl.hh_body dd	{ float:left; width:479px; min-height:53px; text-align:justify; line-height:1.5em; padding:10px; margin:0; border-top:1px solid #c9cfdb; _height:53px; }
.vmd_dic dl.hh_body dt.hh1		{ border:none; border-top:2px solid #fff; background-position:11px 12px; }
.vmd_dic dl.hh_body dt.hh2		{ background-position:-79px 12px; }
.vmd_dic dl.hh_body dt.hh3		{ background-position:-169px 12px; }
.vmd_dic dl.hh_body dt.hh4		{ background-position:-259px 12px; }
.vmd_dic dl.hh_body dt.hh5		{ background-position:-349px 12px; }
.vmd_dic dl.hh_body dt.hh6		{ background-position:-439px 12px; }
.vmd_dic dl.hh_body dt.hh7		{ background-position:-529px 12px; }
.vmd_dic dl.hh_body dt.hh8		{ background-position:-619px 12px; }
.vmd_dic dl.hh_body dd.hh1		{ border:none; border-top:2px solid #fff; }
.vmd_dic dl.hh_body dd p		{ text-align:justify; margin:15px 0 0 0; }
.vmd_dic dl.hh_body dd span.more	{ display:block; width:36px; height:10px; padding-left:443px; margin:8px 0 0 0; }
.vmd_dic dl.hh_body dd span.more a	{ display:block; width:36px; height:10px; text-indent:-5000px; background:url(../img/dic/bg_btn_more.gif) no-repeat left top; }

.vmd_dic dl.btm_editor	{ clear:both; width:560px; height:162px; padding:0 12px 0 12px; margin:21px 0 0 0; background:url(../img/dic/bg_dl_editor.gif) no-repeat left top; }
.vmd_dic dl.btm_editor dt		{ height:49px; text-indent:-5000px; }
.vmd_dic dl.btm_editor dd		{ width:560px; height:113px; margin:0; }
.vmd_dic dl.btm_editor dd a.pic	{ float:left; width:65px; height:84px; padding:1px; background:#fff; border:1px solid #bebebe; }
.vmd_dic dl.btm_editor dl		{ float:left; width:473px; height:113px; margin:0 0 0 18px; }
.vmd_dic dl.btm_editor dl dt		{ float:left; width:58px; height:12px; text-indent:0; color:#4c5d75; font-weight:bold; padding:3px 0 3px 7px; background:url(../img/public/bu_arrow_blue.gif) no-repeat left 50%; }
.vmd_dic dl.btm_editor dl dd		{ float:left; width:408px; height:12px; padding:3px 0; }
.vmd_dic dl.btm_editor dl dd em	{ color:#4c5d75; font-weight:bold; font-style:normal; margin:0 5px 0 0; }
.vmd_dic dl.btm_editor dl dd	a	{ color:#0000cc; text-decoration:underline; }
.vmd_dic dl.btm_editor dl dd	a:hover		{ color:#6ae100; }

.hh_disclaimer		{ clear:both; width:584px; margin:10px 0 0 0; padding-top:16px; background:#fbfbfb url(../img/dic/bg_hh_disclaimer.gif) no-repeat left top; }
.hh_disclaimer h4	{ width:570px; height:27px; font-family:'Georgia', Times, serif; font-weight:bold; font-size:14px; color:#ccb366; line-height:27px; padding-left:12px; margin:0 1px 0 1px; border:2px solid #ccb366; border-left:none; border-right:none; background:#660000; }
.hh_disclaimer .date{ width:572px; height:16px; text-align:right; color:#999; line-height:16px; padding-right:12px; }
.hh_disclaimer .date em		{ font-size:10px; font-style:normal; color:#dedede; margin:0 4px; }

.hh_disclaimer dl	{ display:inline; float:left; width:562px; height:41px; margin:13px 10px 0 10px; border:1px solid #c9cfdb; }
.hh_disclaimer dt	{ float:left; width:71px; height:34px; color:#929eb5; font-weight:bold; text-align:left; padding:7px 0 0 4px; }
.hh_disclaimer dd	{ float:left; width:34px; height:34px; padding-top:7px; margin:0; }
.hh_disclaimer dd.text		{ width:453px; height:36px; color:#231f20; line-height:16px; padding-top:5px; }

.hh_disclaimer .en	{ clear:both; width:564px; font-family:tahoma; color:#583b28; line-height:16px; padding:10px 10px 0 10px; border-bottom:1px solid #c9cfdb; background:#fbfbfb url(../img/dic/bg_vertical_disclaimer.gif) repeat-y left top; }
.hh_disclaimer .en p		{ width:555px; padding-left:9px; margin:0 0 8px 0; background:url(../img/public/bu_arrow_brown.gif) no-repeat left 8px; }
.hh_disclaimer .ko	{ clear:both; width:564px; color:#583b28; line-height:16px; padding:10px 10px 0 10px; border-bottom:1px solid #d9dee6; background:#fbfbfb url(../img/dic/bg_vertical_disclaimer.gif) repeat-y left top; }
.hh_disclaimer .ko p		{ width:555px; padding-left:9px; margin:0 0 8px 0; background:url(../img/public/bu_arrow_brown.gif) no-repeat left 5px; }

/* 19 Cancer */
/*
.bx_con_mid .nc_order		{ width:584px; height:13px; font-size:11px; color:#999; padding-bottom:3px; margin:23px 0 1px 0; background:url(../img/dic/bg_table_nc.gif) repeat-x left bottom; *margin:23px 0 0 0; }
table.nc_list				{ width:584px; padding:0 0 10px 0; border-top:1px solid #cdcdcd; border-bottom:1px solid #6cce14; }
table.nc_list caption		{ display:none; }
table.nc_list td			{ width:136px; color:#5e5e5e; line-height:16px; padding:6px 0 6px 9px; border:1px solid #ebebeb; background:#f1fafd; }
table.nc_list td.even		{ background:#fff; }
table.nc_list .even td		{ background:#fff; }
table.nc_list .even td.even	{ background:#f1fafd; }
table.nc_list td a			{ color:#666; }
table.nc_list td a:hover	{ color:#6ae100; }
table.nc_list td span		{ color:#ff6600; font-weight:bold; }
table.nc_list .endline td	{ border-bottom:1px solid #6cce14; *border-bottom:1px solid #ebebeb; }
*/

/* Favorite Drug 20090923 */
.drugInfo_body .in_main		{ }
.drugInfo_body .in_main	h4	{ height:16px; text-indent:-5000px; padding-bottom:8px; border-bottom:1px solid #76d71f; margin:0; background:url(../img/dic/h4_tit_drug.gif) no-repeat left top; }
.in_main table.nc_list		{ width:584px; padding:0 0 10px 0; border-bottom:1px solid #6cce14; /* border:1px solid #76d71f; */ }
.in_main table.nc_list caption		{ display:none; }
.in_main table.nc_list td	{ width:136px; color:#5e5e5e; line-height:16px; padding:6px 0 6px 9px; border:1px solid #ebebeb; border-top:none; background:#f7f7f7; }
.in_main table.nc_list td a			{ color:#666; }
.in_main table.nc_list td a:hover	{ color:#6ae100; }
.in_main table.nc_list .even td		{ background:#fff; }
.in_main table.nc_list .even td.even{ background:#f7f7f7; }
.in_main table.nc_list td.even		{ background:#fff; }
.in_main table.nc_list td.first		{ border-left:1px solid #76d71f; }
.in_main table.nc_list td.last		{ border-right:1px solid #76d71f; }

/* 20 Drug Info */
.vmd_dic .in_drugRe		{ clear:both; width:584px; margin:19px 0 0 0; }

.in_drugRe dl.d_res			{ margin:0 0 16px 0; }
.in_drugRe dl.d_res dt, .in_drugRe dl.d_res dt{ padding:3px 0; }
.in_drugRe dl.d_res dt em	{ color:#0000cc; font-style:normal; font-weight:bold; }
.in_drugRe dl.d_res dd em	{ color:#ff6600; font-style:normal; font-weight:bold; }

.in_drugRe ul.arrg	{ width:584px; padding:0 0 5px 0; margin:20px 0 0 0; border-bottom:1px solid #eee; }
.in_drugRe ul.arrg:after	{ content:" "; display:block; clear:both; height:0; visibility:hidden;} /* firefox hack */
.in_drugRe ul.arrg li		{ float:left; color:#125f8f; font-weight:bold; padding:0 5px; border-right:1px solid #9e9e9e; }
.in_drugRe ul.arrg li a		{ font-weight:normal; }
.in_drugRe ul.arrg li.line	{ border-right:none; }

.in_drugRe ul.re	{ width:584px; margin:0 0 20px 0; }
.in_drugRe ul.re li	{ width:584px; padding:1px 0; line-height:16px; margin:28px 0 0 0; }
.in_drugRe ul.re dl	{ }
.in_drugRe ul.re dt	{ float:left; margin:0 10px 1px 0; }
.in_drugRe ul.re dt img		{ width:85px; height:47px; padding:1px; border:1px solid #bebebe; }
.in_drugRe ul.re dd	{ float:none; color:#3e3e3e; overflow:hidden; margin:2px 0 0 0; }
.in_drugRe ul.re dd.tit span{ color:#9e9e9e; }
.in_drugRe ul.re dd.tit a	{ font-size:14px; color:#0000cc; }
.in_drugRe ul.re dd.tit a:hover		{ color:#6ae100; }
.in_drugRe ul.re dd.tit em			{ color:#9e9e9e; font-style:normal; margin:0 6px; }
.in_drugRe ul.re dd em		{ color:#52be61; font-style:normal; margin:0 6px 0 0; }
.in_drugRe ul.re dd strong	{ color:#0000cc; margin:0 6px 0 0; }
.in_drugRe ul.re .content	{ clear:both; width:584px; margin:10px 0 0 0; }
.in_drugRe ul.re .content a	{ color:#000; }
.in_drugRe ul.re .content a:hover	{ color:#6ae100; }

.in_drugRe .g_pageNum		{ border-top:1px solid #eee; }

.in_drug .search	{ width:277px; height:28px; margin:19px 0 0 145px; background:url(../img/dic/bg_search_drug.gif) no-repeat left top ; }
.in_drug .search fieldset	{ }
.in_drug .search legend		{ display:none; }
.in_drug .search input.in_text		{ float:left; width:183px; height:18px; line-height:18px; border:0; padding:0; margin:5px 0 0 10px; background:#fff url(../img/dic/bg_txt_search.gif) no-repeat left 4px; }
.in_drug .search a.in_btn			{ display:block; float:left; width:29px; height:28px; text-indent:-5000px; margin:0 0 0 13px; background:url(../img/dic/btn_in_search.gif) no-repeat left top; }
.in_drug .search a:hover.in_btn		{ background-position:-29px 0; }
.in_drug .search a.in_detail		{ display:block; float:left; width:29px; height:28px; text-indent:-5000px; margin:0 0 0 3px; background:url(../img/dic/btn_in_search.gif) no-repeat left -30px; }
.in_drug .search a:hover.in_detail	{ background-position:-29px -30px; }

.vmd_dic .in_drug		{ position:relative; width:556px; height:173px; padding:10px 14px 0 14px; margin:24px 0 0 0; background:url(../img/dic/bg_in_drug.gif) no-repeat left top; }
.in_drug ul.choice			{ width:556px; height:103px; margin:0; }
.in_drug ul.choice li		{ float:left; height:103px; text-indent:-5000px; background:url(../img/dic/bg_ul_drug.gif) no-repeat left -103px; }
.in_drug ul.choice li.d1 	{ width:194px; background-position:0 -103px; }
.in_drug ul.choice li.d2 	{ width:180px; background-position:-194px -103px; }
.in_drug ul.choice li.d3 	{ width:182px; background-position:-374px -103px; }
.in_drug ul.choice li a		{ display:block; height:103px; text-indent:-5000px; background:url(../img/dic/bg_ul_drug.gif) no-repeat left top; }
.in_drug ul.choice li.d1 a	{ width:194px; background-position:0 0; }
.in_drug ul.choice li.d2 a	{ width:180px; background-position:-194px 0; }
.in_drug ul.choice li.d3 a	{ width:182px; background-position:-374px 0; }
.in_drug ul.choice li.d1.ms_dchoice a, .in_drug ul.choice li.d2.ms_dchoice a, .in_drug ul.choice li.d3.ms_dchoice a	{ display:inline; }

.vmd_dic .sec_news		{ width:584px; margin:18px 0 0 0; }
.vmd_dic .sec_news:after	{ content:" "; display:block; clear:both; height:0; visibility:hidden;} /* firefox hack */
.vmd_dic .sec_news .book	{ float:left; width:280px; padding:0; }
.vmd_dic .sec_news .book	h4		{ width:280px; height:16px; text-indent:-5000px; background:url(../img/dic/h4_news_book.gif) no-repeat left top; }
.vmd_dic .sec_news .kfda	{ float:left; width:280px; padding:0; margin:0 0 0 24px; }
.vmd_dic .sec_news .kfda	h4		{ width:280px; height:16px; text-indent:-5000px; background:url(../img/dic/h4_news_kfda.gif) no-repeat left top; }
.vmd_dic .sec_news ul	{ width:280px; padding-top:5px; margin:8px 0 0 0; border-top:1px solid #eee; }
.vmd_dic .sec_news li	{ width:272px; height:12px; padding:4px 0 4px 8px; background:url(../img/public/bu_circle.gif) no-repeat left 8px; }

/* 23 Drug Info Detail */
.vmd_dic .drug_info		{ position:relative; width:584px; margin:10px 0 0 0; }
.drug_info ul.g_control		{ position:absolute; left:391px; top:18px; }
.drug_info .title			{ width:584px; height:38px; background:url(../img/msn/dot_t_m.gif) repeat-x left bottom; }
.drug_info .title h4		{ width:584px; height:18px; line-height:18px; font-size:14px !important; font-weight:bold !important; color:#00b218 !important; margin:0; overflow:hidden; }
.drug_info .title .sub		{ width:385px; height:11px; line-height:11px; font-family:tahoma; font-size:11px; color:#3d5d8f; }

.drug_info .dr_head	{ clear:both; width:584px; margin:17px 0 0 0; }
.drug_info .dr_head:after	{ content:" "; display:block; clear:both; height:0; visibility:hidden;} /* firefox hack */
.drug_info .dr_head .image	{ float:left; width:194px; }
.dr_head .image .large		{ float:left; width:194px; height:197px; line-height:197px; margin:0; background:url(../img/dic/bg_image_large.gif) no-repeat left top; }
.dr_head .image .large a.grain		{ display:block; width:174px; height:97px; padding:1px; margin:48px 8px; border:1px solid #bebebe; background:#fff url(../img/dic/bg_default_grain.gif) no-repeat 1px 1px; }
.dr_head .image .large a.pack		{ display:block; width:174px; height:174px; padding:1px; margin:9px 8px; border:1px solid #bebebe; background:#fff url(../img/dic/bg_default_pack.gif) no-repeat 1px 1px; }
.dr_head .image .thumb		{ float:left; width:194px; height:55px; margin:7px 0 0 0; }
.dr_head .image .thumb dl	{ display:inline; float:left; height:55px; }
.dr_head .image .thumb dl.grain		{ width:74px; margin:0 0 0 38px; }
.dr_head .image .thumb dl.pack		{ width:42px; margin:0 0 0 3px; }
.dr_head .image .thumb dt	{ height:13px; text-indent:-5000px; }
.dr_head .image .thumb dl.grain	dt	{ background:url(../img/dic/bg_thumb_text.gif) no-repeat 11px top; }
.dr_head .image .thumb dl.pack	dt	{ background:url(../img/dic/bg_thumb_text.gif) no-repeat 2px -13px; }
.dr_head .image .thumb dd	{ height:42px; margin:0; }
.dr_head .image .thumb dl.grain	a	{ display:block; width:70px; height:38px; padding:1px; border:1px solid #bebebe; background:#fff url(../img/dic/bg_thumb_grain.gif) no-repeat 1px 1px; }
.dr_head .image .thumb dl.pack	a	{ display:block; width:38px; height:38px; padding:1px; border:1px solid #bebebe; background:#fff url(../img/dic/bg_thumb_pack.gif) no-repeat 1px 1px; }

.drug_info .dr_head .info	{ float:left; width:380px; padding:2px 0; margin:0 0 0 10px; border-top:1px solid #9e9e9e; border-bottom:1px solid #9e9e9e; }
.drug_info .dr_head .info dl{ float:left; width:380px; padding:10px 0; margin:0; background:url(../img/dic/bg_dl_info.gif) repeat-y left top; }
.drug_info .dr_head .info dl.middle	{ margin:1px 0; border-top:1px dotted #9e9e9e; border-bottom:1px dotted #9e9e9e; }
.drug_info .dr_head .info dt{ float:left; width:112px; line-height:16px; color:#00b218; letter-spacing:-1px; padding:3px 0 3px 12px; background:url(../img/public/bu_arrow_green.gif) no-repeat 5px 7px; }
.drug_info .dr_head .info dd{ float:left; width:250px; line-height:16px; color:#000; padding:3px 0 3px 6px; margin:0; }
.drug_info .dr_head .info dd span	{ color:#ff6600; }
.drug_info .dr_head .info dl.middle dd		{ color:#999; }
.drug_info .dr_head .info dl.bottom dd		{ color:#3e3e3e; }

.drug_info dl.preg	{ width:584px; margin:20px 0 0 0; }
.drug_info dl.preg dt		{ position:relative; width:584px; height:45px; text-indent:-5000px; background:url(../img/dic/bg_dl_preg.gif) no-repeat left top;}
.drug_info dl.preg dt a		{ position:absolute; left:489px; top:13px; width:81px; height:19px; text-indent:-5000px; background:url(../img/public/btn_layer_link.gif) no-repeat left top; }
.drug_info dl.preg dd		{ width:562px; padding:10px 11px 12px 11px; margin:0; background:url(../img/dic/bg_dl_preg.gif) no-repeat left bottom; }
.drug_info dl.preg dd p		{ width:435px; min-height:60px; line-height:18px; padding-left:127px; background:url(../img/dic/bg_level_preg.gif) no-repeat left top; _height:60px; }
.drug_info dl.preg dd p.p1			{ background-position:0 0; }
.drug_info dl.preg dd p.p2			{ background-position:0 -100px; }
.drug_info dl.preg dd p.p3			{ background-position:0 -200px; }
.drug_info dl.preg dd p.p4			{ background-position:0 -300px; }
.drug_info dl.preg dd p.p5			{ background-position:0 -400px; }

.drug_info ul.anchor		{ clear:both; width:584px; height:44px; margin:20px 0 0 0; }
.drug_info ul.anchor li		{ float:left; height:44px; text-align:center; }
.drug_info ul.anchor li.a1	{ width:154px; }
.drug_info ul.anchor li.a2	{ width:73px; }
.drug_info ul.anchor li.a3	{ width:112px; }
.drug_info ul.anchor li.a4	{ width:69px; }
.drug_info ul.anchor li.a5	{ width:176px; }
.drug_info ul.anchor li a	{ float:left; height:44px; line-height:44px; color:#1c802a; font-weight:bold; background:url(../img/dic/bg_ul_anchor.gif) no-repeat left top; }
.drug_info ul.anchor li a:hover		{ color:#ff6600; }
.drug_info ul.anchor li.a1 a		{ width:154px; background-position:0 0; }
.drug_info ul.anchor li.a2 a		{ width:73px; background-position:-154px 0; }
.drug_info ul.anchor li.a3 a		{ width:112px; background-position:-227px 0; }
.drug_info ul.anchor li.a4 a		{ width:69px; background-position:-339px 0; }
.drug_info ul.anchor li.a5 a		{ width:176px; background-position:-408px 0; }
.drug_info ul.anchor li.a1 a:hover	{ background-position:0 -44px; }
.drug_info ul.anchor li.a2 a:hover	{ background-position:-154px -44px; }
.drug_info ul.anchor li.a3 a:hover	{ background-position:-227px -44px; }
.drug_info ul.anchor li.a4 a:hover	{ background-position:-339px -44px; }
.drug_info ul.anchor li.a5 a:hover	{ background-position:-408px -44px; }

.drug_info .dr_body	{ clear:both; width:584px; margin:0 0 0 0; line-height:1.5em; }
.drug_info .dr_body	 h5		{ width:572px; font-size:13px; height:12px; font-weight:bold; color:#167023; padding-left:12px; margin:13px 0 0 0; background:url(../img/dic/h5_hx.gif) no-repeat left top; }
.dr_body h5.sym		{ margin:0; background-position:0 6px; }
.dr_body h5.cap		{ background-position:0 -24px; }
.dr_body h5.dir		{ background-position:0 -54px; }
.dr_body h5.med		{ background-position:0 -84px; }
.dr_body h5.med span{ font-size:12px; font-weight:normal; color:#b9b9b9; }
.dr_body h5.ele		{ background-position:0 -114px; }
.dr_body .hx_con	{ clear:both; width:584px; line-height:1.5em; text-align:justify; padding:4px 0 12px 0; border-bottom:1px solid #eee; }
.dr_body .hx_con h6	{ font-size:12px; font-weight:bold; color:#206a9f; margin:6px 0 0 0; padding-left:8px; background:url(../img/public/bu_dot_blue.gif) no-repeat left 50%; }
.dr_body .hx_con2	{ clear:both; width:584px; line-height:18px; padding:4px 0 29px 0; border:none; }
.dr_body .hx_con2:after	{ content:" "; display:block; clear:both; height:0; visibility:hidden;} /* firefox hack */
.dr_body .hx_con2 dl		{ float:left; width:277px; margin:6px 0 0 0; }
.dr_body .hx_con2 dt		{ width:273px; color:#fff; text-align:center; line-height:1.5em; background:#8bd63a; padding:6px 2px; }
.dr_body .hx_con2 dt span	{ padding-left:5px; background:url(../img/public/bu_dot_white.gif) no-repeat left 50%; }
.dr_body .hx_con2 dd		{ width:277px; height:87px; background:#f4f4f4; padding:20px 0; margin:0; }
.dr_body .hx_con2 dl.sLt div{ width:254px; text-align:center; font-size:12px; color:#666666; overflow:hidden; border:1px solid #d1d1d1; background:#fff; padding:20px 0; margin:0 0 0 10px; }
.dr_body .hx_con2 dl.sRt	{ padding-left:30px; background:url(../img/dic/bg_hx_content.gif) no-repeat 2px 50%; }
.dr_body .hx_con2 dl.sRt select		{ width:254px; height:79px; font-size:12px; overflow:auto; margin:0 0 0 10px; }
.dr_body .hx_con2 ul.inter	{ float:left; width:544px; background:#f4f4f4; padding:20px; margin:10px 0 0 0; }
.dr_body .hx_con2 ul.inter span		{ color:#368f6d; font-weight:bold; }
.dr_body .hx_con2 ul.inter li.con	{ width:544px; margin:10px 0 0 0; }

/* Not Complete */
.dr_body .disclaimer		{ clear:both; width:584px; line-height:1.5em; }
.dr_body .disclaimer h4		{ clear:both; width:584px; font-family:'Times New Roman', Times, serif; font-weight:normal; font-size:14px; color:#9e9e9e; }
.dr_body .disclaimer .date	{ width:580px; font-size:11px; color:#ffffff; background:#dedede; padding:3px 2px; border-top:1px solid #989898; }
.dr_body .disclaimer dl		{ width:584px; height:43px; padding:10px 0; border-bottom:1px solid #989898; }
.dr_body .disclaimer dt		{ float:left; height:43px; font-weight:bold; line-height:43px; }
.dr_body .disclaimer dd		{ float:left; height:43px; line-height:43px; margin:0 0 0 10px; }
.dr_body .disclaimer dd.text		{ height:35px; line-height:16px; padding:8px 0 0 0; margin:0 0 0 5px; }
.dr_body .disclaimer .english		{ clear:both; width:584px; height:auto; text-align:justify; color:#9e9e9e; line-height:14px; border-bottom:1px dotted #dedede; padding:10px 0; margin:0; }
.dr_body .disclaimer .korean		{ width:584px; height:auto; text-align:justify; color:#9e9e9e; line-height:1.5em; margin:0; border-bottom:1px solid #989898; padding:10px 0; }
.dr_body .disclaimer .english a, .dr_body .disclaimer .korean a	{ font-size:12px; }

/* 26 Kfda Notice */
.vmd_dic h4.notice_kfda	{ width:584px; height:107px; text-indent:-5000px; margin:23px 0 0 0; background:url(../img/dic/h4_notice_kfda.gif) no-repeat left top; }

/* Board Style01 Private */
table.ms_gkfda		{ background:url(../img/dic/bg_thead_kfda.gif) no-repeat left top; }
table.g_tb01 td.title		{ width:487px; text-align:left; padding:7px 10px 5px 10px; }
table.g_tb01 td.title span	{ color:#0000cc; }
table.g_tb01 td.title a:hover span		{ color:#6ae100; }
table.g_tb01 td.date		{ width:77px; color:#999; }
table.g_tb01 tr.first td	{ border-top:none; }

/* 27 Kfda Notice View */
.vmd_dic dl.view_kfda	{ width:584px; margin:11px 0 0 0; _display:inline; }
.vmd_dic dl.view_kfda dt	{ position:relative; width:474px; color:#333; font-weight:bold; line-height:16px; padding:7px 110px 7px 0; border-bottom:1px solid #bde63d; }
.vmd_dic dl.view_kfda dt span	{ position:absolute; left:474px; top:7px; width:110px; color:#bde63d; font-family:georgia; font-size:18px; font-weight:normal; text-align:right; background:#fff; }
.vmd_dic dl.view_kfda dd	{ margin:0; }
.vmd_dic dl.view_kfda dd.con		{ width:584px; line-height:18px; padding:22px 0; border-bottom:1px solid #dbdbdb; }
.vmd_dic dl.view_kfda dd.con	p	{ margin:15px 0 0 0; }
.vmd_dic dl.view_kfda dd.con	p a	{ color:#ff6600; text-decoration:underline; }
.vmd_dic dl.view_kfda dd.con	p a:hover	{ color:#6ae100; text-decoration:underline; }
.vmd_dic dl.view_kfda dd.btn		{ width:564px; height:23px; padding:12px 10px; border:none; }
.vmd_dic dl.view_kfda dd.btn	a	{ display:block; height:18px; text-indent:-5000px; background:url(../img/public/btn_board_set01.gif) no-repeat left top; }
.vmd_dic dl.view_kfda dd.btn	a.prev		{ float:left; width:17px; background-position:0 0; }
.vmd_dic dl.view_kfda dd.btn	a.next		{ float:left; width:17px; margin:0 0 0 5px; background:url(../img/public/btn_board_set01.gif) no-repeat -20px top; }
.vmd_dic dl.view_kfda dd.btn	a.list		{ float:right; width:43px; height:23px; background:url(../img/public/btn_board_set01.gif) no-repeat -40px top; }

/* 31 Example Detail */
.vmd_dic .exam_info		{ width:584px; margin:10px 0 0 0; }
.exam_info .title			{ width:584px; height:auto; }
.exam_info .title h4		{ width:584px; height:18px; line-height:18px; font-size:14px !important; font-weight:bold !important; color:#00b218 !important; margin:0; overflow:hidden; }
.exam_info .title .sub		{ width:385px; height:11px; line-height:11px; font-family:tahoma; font-size:11px; color:#3d5d8f; }

.exam_info ul.map			{ width:584px; height:auto; padding:3px 0; margin:20px 0 30px 0; border-top:1px solid #d7d7d7; border-bottom:1px solid #d7d7d7; }
.exam_info ul.map li		{ width:576px; height:23px; line-height:23px; padding-left:8px; border-bottom:1px dotted #eee; background:url(../img/public/bu_arrow_Lgreen.gif) no-repeat left 8px; }
.exam_info ul.map li span	{ color:#999; padding-right:10px; background:url(../img/popup/bu_linemap.gif) no-repeat right 1px; }
.exam_info ul.map li span.end		{ padding:0 0 0 3px; background:none; }
.exam_info ul.map li.line	{ border-bottom:none; }

.exam_info .exam_opt		{ position:relative; width:584px; height:11px; padding-top:8px; margin:5px 0 0 0; background:url(../img/msn/dot_t_m.gif) repeat-x left top; }
.exam_info .exam_opt a		{ color:#333; }
.exam_info .exam_opt a:hover{ color:#6ae100; }
.exam_info .exam_opt a.error		{ padding:0 6px 0 15px; margin:0 6px 0 0; border-right:1px solid #dedede; background:url(../img/public/bu_icon.gif) no-repeat left top; }
.exam_info .exam_opt a.join			{ padding:0 0 0 14px; background:url(../img/public/bu_icon.gif) no-repeat left -20px; }
.exam_info .exam_opt ul.g_control	{ position:absolute; left:386px; top:8px; }

.exam_info .ex_body	{ clear:both; width:584px; height:auto; margin:20px 0 0 0; line-height:1.5em; }
.exam_info .ex_body	 h5		{ width:584px; font-weight:bold; color:#167023; margin:0 0 2px 0; }
.exam_info .ex_body ul		{ width:584px; margin:0 0 20px 0; }
.exam_info .ex_body li		{ width:575px; color:#604f68; padding-left:9px; background:url(../img/public/bu_arrow_purple.gif) no-repeat left 7px; }
.exam_info .ex_body p		{ width:584px; margin:0 0 20px 0; }

dl.ex_footer		{ clear:both; width:584px; margin:24px 0 0 0; background:url(../img/dic/bg_ex_footer.gif) no-repeat left top; }
dl.ex_footer dt		{ width:584px; height:33px; text-indent:-5000px; }
dl.ex_footer dd		{ width:538px; color:#9e9e9e; line-height:16px; padding:0 23px 23px 23px; margin:0; background:url(../img/dic/bg_ex_footer.gif) no-repeat left bottom; }

/* Drug Shape Layer */
.l_609				{ position:absolute; top:187px; left:50%; width:609px; height:auto; padding:0; margin:0 0 0 -470px; z-index:50; background:url(../img/public/bg_layer_609.gif) no-repeat left top; }
.l_609 .head		{ position:relative; width:609px; height:24px; }
.l_609 .end			{ width:609px; height:24px; background:url(../img/public/bg_layer_609.gif) no-repeat left bottom; }
.l_609 .head a.close		{ position:absolute; left:575px; top:5px; width:29px; height:29px; text-indent:-5000px; background:url(../img/public/btn_layer_close.gif) no-repeat left top; }
.l_609 .head a:hover.close	{ background-position:-30px 0; }
.l_609 .dic_nc		{ width:574px; padding:0 17px 0 18px; margin:16px 0 0 0; background:url(../img/public/re_layer_609.gif) repeat-y left bottom; }
.l_609 .dic_nc .title		{ width:488px; height:92px; padding-left:86px; background:url(../img/dic/bg_layer_title.gif) no-repeat left top; }
.l_609 .dic_nc .title h4	{ width:488px; height:16px; text-indent:-5000px; background:url(../img/dic/h4_layer_drug.gif) no-repeat left top; }
.l_609 .dic_nc .title p		{ width:488px; line-height:18px; color:#999; margin:4px 0 0 0;  }
.l_609 .dic_nc legend		{ display:none; }
.l_609 table.f_drug	{ width:574px; border-top:1px solid #09334d; border-bottom:1px solid #125f8f; border-collapse:separate; }
.l_609 table.f_drug	th		{ width:236px; height:26px; padding:10px 0; border-bottom:1px solid #dedede; background:url(../img/dic/th_layer_drug.gif) no-repeat left top; }
.l_609 table.f_drug	td		{ width:338px; height:26px; padding:10px 0; border-bottom:1px solid #dedede; }
.l_609 table.f_drug	th.d_name		{ background-position:6px 17px; border-top:2px solid #125f8f; }
.l_609 table.f_drug	th.ele			{ background-position:-244px 17px; }
.l_609 table.f_drug	th.fac			{ background-position:-494px 17px; }
.l_609 table.f_drug	th.d_form		{ background-position:-744px 28px; }
.l_609 table.f_drug	th.shape		{ background-position:-994px 40px; }
.l_609 table.f_drug	th.color		{ background-position:-1244px 17px; }
.l_609 table.f_drug	th label		{ display:block; text-indent:-5000px; }
.l_609 table.f_drug	td input.in_text		{ width:322px; height:18px; padding:2px; border:2px solid #999; background:url(../img/dic/txt_layer_input.gif) no-repeat left top; }
.l_609 table.f_drug	td.d_name input.in_text	{ background-position:4px 6px; }
.l_609 table.f_drug	td.ele input.in_text	{ background-position:4px -34px; }
.l_609 table.f_drug	td.fac input.in_text	{ background-position:4px -74px; }
.l_609 table.f_drug	td.d_name		{ border-top:2px solid #125f8f; }
.l_609 table.f_drug	td.d_form dl	{ float:left; padding:0 14px; border-right:1px solid #ededed; }
.l_609 table.f_drug	td.d_form dl.f1	{ width:79px; }
.l_609 table.f_drug	td.d_form dl.f2	{ width:79px; }
.l_609 table.f_drug	td.d_form dl.f3	{ width:84px; border-right:none; }
.l_609 table.f_drug	td.d_form dt	{ text-indent:-5000px; height:85px; background:url(../img/dic/td_layer_form.gif) no-repeat left top; }
.l_609 table.f_drug	td.d_form dl.f1 dt		{ background-position:0 0; }
.l_609 table.f_drug	td.d_form dl.f2 dt		{ background-position:-100px 0; }
.l_609 table.f_drug	td.d_form dl.f3 dt		{ background-position:-200px 0; }
.l_609 table.f_drug	td.d_form dd	{ text-align:center; margin:0; }

.l_609 table.f_drug	td.shape		{ position:relative; width:329px; text-align:right; padding-right:9px; }
.l_609 table.f_drug td.shape .selected img	{ width:67px; height:67px; border:2px solid #bde63d; background:url(../img/dic/bg_td_shape.gif) no-repeat left top; }
.l_609 table.shape	{ clear:both; position:absolute; left:90px; top:414px; width:414px; height:276px; margin:0; padding:0; background:none; border:3px solid #e0e0e0; *left:-166px; *top:10px; }
.l_609 table.shape td		{ width:69px; height:69px; text-align:left; padding:0; border:none; }
.l_609 table.shape td a 	{ display:block; width:67px; height:67px; text-indent:-5000px; border:1px solid #e0e0e0; background:url(../img/dic/bg_td_shape.gif) no-repeat left top; }
.l_609 table.shape td a:hover		{ border:1px solid #39b449;  }
.l_609 table.shape td a.c1, .l_609 table.f_drug div.selected img.c1	{ background-position:0 -67px; }
.l_609 table.shape td a.c2, .l_609 table.f_drug div.selected img.c2	{ background-position:0 -134px; }
.l_609 table.shape td a.c3, .l_609 table.f_drug div.selected img.c3	{ background-position:0 -201px; }
.l_609 table.shape td a.c4, .l_609 table.f_drug div.selected img.c4	{ background-position:0 -268px; }
.l_609 table.shape td a.c5, .l_609 table.f_drug div.selected img.c5	{ background-position:0 -335px; }
.l_609 table.shape td a.c6, .l_609 table.f_drug div.selected img.c6	{ background-position:0 -402px; }
.l_609 table.shape td a.c7, .l_609 table.f_drug div.selected img.c7	{ background-position:0 -469px; }
.l_609 table.shape td a.c8, .l_609 table.f_drug div.selected img.c8	{ background-position:0 -536px; }
.l_609 table.shape td a.c9, .l_609 table.f_drug div.selected img.c9	{ background-position:0 -603px; }
.l_609 table.shape td a.c10, .l_609 table.f_drug div.selected img.c10		{ background-position:0 -670px; }
.l_609 table.shape td a.c11, .l_609 table.f_drug div.selected img.c11		{ background-position:0 -737px; }
.l_609 table.shape td a.c12, .l_609 table.f_drug div.selected img.c12		{ background-position:0 -804px; }
.l_609 table.shape td a.c13, .l_609 table.f_drug div.selected img.c13		{ background-position:0 -871px; }
.l_609 table.shape td a.c14, .l_609 table.f_drug div.selected img.c14		{ background-position:0 -938px; }
.l_609 table.shape td a.c15, .l_609 table.f_drug div.selected img.c15		{ background-position:0 -1005px; }
.l_609 table.shape td a.c16, .l_609 table.f_drug div.selected img.c16		{ background-position:0 -1072px; }
.l_609 table.shape td a.c17, .l_609 table.f_drug div.selected img.c17		{ background-position:0 -1139px; }
.l_609 table.shape td a.c18, .l_609 table.f_drug div.selected img.c18		{ background-position:0 -1206px; }
.l_609 table.shape td a.c19, .l_609 table.f_drug div.selected img.c19		{ background-position:0 -1273px; }
.l_609 table.shape td a.c20, .l_609 table.f_drug div.selected img.c20		{ background-position:0 -1340px; }
.l_609 table.shape td a.c21, .l_609 table.f_drug div.selected img.c21		{ background-position:0 -1407px; }
.l_609 table.shape td a.c22, .l_609 table.f_drug div.selected img.c22		{ background-position:0 -1474px; }
.l_609 table.shape td a.c23, .l_609 table.f_drug div.selected img.c23		{ background-position:0 -1541px; }
.l_609 table.shape td a.c24, .l_609 table.f_drug div.selected img.c24		{ background-position:0 -1608px; }

.l_609 table.f_drug	td.color dl	{ float:left; margin:0 9px 20px 0; }
.l_609 table.f_drug	td.color dt	{ width:18px; height:18px; padding:1px; border:1px solid #cacaca; background:#fff; }
.l_609 table.f_drug	td.color dt span	{ display:block; width:18px; height:18px; }
.l_609 table.f_drug	td.color dl.c1 dt span		{ background:#ff4040; }
.l_609 table.f_drug	td.color dl.c2 dt span		{ background:#f551ff; }
.l_609 table.f_drug	td.color dl.c3 dt span		{ background:#af36a5; }
.l_609 table.f_drug	td.color dl.c4 dt span		{ background:#9b51ff; }
.l_609 table.f_drug	td.color dl.c5 dt span		{ background:#4044ff; }
.l_609 table.f_drug	td.color dl.c6 dt span		{ background:#3a80ff ; }
.l_609 table.f_drug	td.color dl.c7 dt span		{ background:#dcf5ff; }
.l_609 table.f_drug	td.color dl.c8 dt span		{ background:#3eb1b8; }
.l_609 table.f_drug	td.color dl.c9 dt span		{ background:#479c49; }
.l_609 table.f_drug	td.color dl.c10 dt span		{ background:#55e162; }
.l_609 table.f_drug	td.color dl.c11 dt span		{ background:#fdffdb; }
.l_609 table.f_drug	td.color dl.c12 dt span		{ background:#f5ff59; }
.l_609 table.f_drug	td.color dl.c13 dt span		{ background:#ff863d; }
.l_609 table.f_drug	td.color dl.c14 dt span		{ background:#964343; }
.l_609 table.f_drug	td.color dl.c15 dt span		{ background:#fff; }
.l_609 table.f_drug	td.color dl.c16 dt span		{ background:#a9a9a9; }
.l_609 table.f_drug	td.color dl.c17 dt span		{ background:#000; }
.l_609 table.f_drug	td.color dl.c18 dt span		{ background:url(../img/dic/bg_choose_color.gif) no-repeat left top; }
.l_609 table.f_drug	td.color dl.c19 dt span		{ background:url(../img/dic/bg_choose_color.gif) no-repeat -18px top; }
.l_609 table.f_drug	td.color dd	{ color:#999; text-align:center; margin:0; }
.l_609 table.f_drug	td.color dd.txt		{padding:6px 0 2px 0; }

.l_609 table.f_drug	td.sign		{ width:574px; border-bottom:none; }
.l_609 table.f_drug	td.sign .tit { float:left; width:262px; height:80px; text-indent:-5000px; background:url(../img/dic/th_layer_drug.gif) no-repeat -1494px 22px; }
.l_609 table.coin	{ float:left; width:292px; border:1px solid #cacaca; margin:0 0 0 15px; }
.l_609 table.coin th{ width:53px; height:39px; color:#000; text-align:center; vertical-align:middle; font-weight:bold; padding:0; border-right:1px solid #cacaca; border-bottom:1px solid #cacaca; background:#eee; }
.l_609 table.coin th label	{ text-indent:0; }
.l_609 table.coin td{ width:40px; height:39px; color:#666; text-align:center; vertical-align:middle; padding:2px 0; border-right:1px solid #cacaca; border-bottom:1px solid #cacaca; background:#fff; }
.l_609 table.coin td.other	{ width:60px; }
.l_609 table.coin dl		{ margin:0; }
.l_609 table.coin dd		{ margin:0; }

.l_609 .btn			{ width:340px; margin:6px 0 0 0; padding-left:234px; }
.l_609 .btn a		{ display:block; width:106px; height:32px; text-indent:-5000px; background:url(../img/dic/btn_search_drug.gif) no-repeat left top; }

/* 30 Exam */
.vmd_dic .ms_exam		{ height:auto; background:none; margin:0; }
.in_search ul.ex_tab		{ width:584px; height:314px; padding-top:12px; background:url(../img/dic/bg_ul_exam_new.gif) no-repeat left top; }
.in_search ul.ex_tab li.e1	{ position:relative; width:85px; }
.in_search ul.ex_tab li.e1 a.big1	{ display:block; width:85px; height:62px; background:url(../img/dic/btn_exam_big.gif) no-repeat left top; }
.in_search ul.ex_tab li.e1 a.big1:hover		{ background-position:-85px 0; }
.in_search ul.ex_tab li.select a.big1		{ display:block; width:85px; height:62px; background:url(../img/dic/btn_exam_big.gif) no-repeat -170px top; }
.in_search ul.ex_tab li.select a.big1:hover	{ background-position:-170px 0; }
.in_search ul.ex_tab li.e1 a.big1 span		{ position:absolute; z-index:-1; visibility:hidden; }
.in_search ul.ex_tab li.e2	{ position:relative; width:85px; }
.in_search ul.ex_tab li.e2 a.big2	{ display:block; width:85px; height:62px; background:url(../img/dic/btn_exam_big.gif) no-repeat left -62px; }
.in_search ul.ex_tab li.e2 a.big2:hover		{ background-position:-85px -62px; }
.in_search ul.ex_tab li.select a.big2		{ display:block; width:85px; height:62px; background:url(../img/dic/btn_exam_big.gif) no-repeat -170px -62px; }
.in_search ul.ex_tab li.select a.big2:hover	{ background-position:-170px -62px; }
.in_search ul.ex_tab li.e2 a.big2 span		{ position:absolute; z-index:-1; visibility:hidden; }
.in_search ul.ex_tab li.e1 .t_view			{ display:none; position:absolute; left:87px; top:2px; width:145px; height:293px; border:1px solid #d7d7d7; background:#fff url(../img/dic/bg_ex_tab02.gif) no-repeat 7px 29px; _background-attachment:fixed; }
.in_search ul.ex_tab li.e1 .sub				{ display:none; position:absolute; left:245px; top:2px; width:322px; height:293px; border:1px solid #d7d7d7; background:#fff; }
.in_search ul.ex_tab li.e2 .t_view			{ display:none; position:absolute; left:87px; top:-60px; width:145px; height:293px; border:1px solid #d7d7d7; background:#fff url(../img/dic/bg_ex_tab01.gif) no-repeat 7px 59px; _background-attachment:fixed; *top:-62px; }
.in_search ul.ex_tab li.e2 .sub				{ display:none; position:absolute; left:245px; top:-60px; width:322px; height:293px; border:1px solid #d7d7d7; background:#fff; *top:-62px; }
.in_search ul.ex_tab li.select .t_view		{ display:block; overflow:auto; overflow-x:hidden; }
.in_search ul.ex_tab li.select .sub			{ display:block; overflow:auto; overflow-x:hidden; }
.in_search ul.ex_tab .t_view ul		{ height:auto; padding:3px; overflow:hidden; }
.in_search ul.ex_tab .t_view li a	{ display:block; height:18px; color:#9e9e9e; line-height:18px; padding:1px 4px 1px 13px; text-decoration:none; background:url(../img/public/bu_arrow_side.gif) no-repeat 3px 8px; overflow:hidden; }
.in_search ul.ex_tab .t_view li a.select	{ color:#5e5e5e; background:#e9f8f8 url(../img/public/bu_arrow_side.gif) no-repeat 3px 8px; }
.in_search ul.ex_tab .t_view li a:hover		{ background-color:#eefafa; }
.in_search ul.ex_tab .t_view li a.select:hover		{ color:#fff; background-color:#ffb975; }
.in_search ul.ex_tab .sub ul		{ width:304px; height:275px; padding:9px 7px; }
.in_search ul.ex_tab .sub ul li		{ float:left; width:152px; }
.in_search ul.ex_tab .sub li a		{ display:block; height:18px; color:#9e9e9e; line-height:18px; padding:1px 4px 1px 13px; overflow:hidden; background:transparent url(../img/public/bu_arrow_side.gif) no-repeat 3px 8px; }
.in_search ul.ex_tab .sub li a:hover{ color: #6ae100; }
.in_search ul.ex_tab .g_pageNum		{ padding:10px 0; text-align:center; }


/* 24.ten */
.drugInfo_body		{ clear:both; width:584px; height:auto; margin:20px 0 0 0; }
.drugInfo_body .s_kfda{ width:584px; height:28px; text-indent:-5000px; margin:17px 0 0 0; background:url(../img/dic/bg_kfda.gif) no-repeat right top; }

ul.tab_humanType	{ width:553px; height:28px; padding:10px 19px 0 12px; margin:0; background:url(../img/dic/bg_ul_tab.gif) no-repeat left top; overflow:hidden; }
ul.tab_humanType li	{ float:left; display:inline; height:28px; padding:0; margin:0; }
ul.tab_humanType li a		{ display:block; height:28px; color:#45ba55; font-weight:bold; line-height:28px; letter-spacing:-1px; }
ul.tab_humanType li a span	{ color:#45ba55; padding:0; margin:0; }
ul.tab_humanType li a:hover	{ color:#ff6600; }
ul.tab_humanType li a:hover	span { color:#ff6600; }
ul.tab_humanType li.sectA a	{ width:167px; padding:0 0 0 16px; }
ul.tab_humanType li.sectB a	{ width:167px; padding:0 0 0 16px; }
ul.tab_humanType li.sectC a	{ width:181px; padding:0 0 0 6px; }
ul.tab_humanType li a.select{ height:28px; color:#125f8f; background:url(../img/dic/bg_ul_tab.gif) no-repeat left -48px; }
ul.tab_humanType li a.select:hover	{ cursor:point; text-decoration:none; }
ul.tab_humanType li a.select span	{ color:#125f8f; }
ul.tab_humanType li.sectA a.select	{ background-position:-12px -48px; }
ul.tab_humanType li.sectB a.select	{ background-position:-195px -48px; }
ul.tab_humanType li.sectC a.select	{ background-position:-378px -48px; }

.guide_body			{ clear:both; width:584px; height:auto; margin:25px 0 0 0; }
.guide_body dl.tit	{ width:525px; height:51px; padding-left:59px; }
.guide_body dl.tit dt		{ height:31px; text-indent:-5000px; }
.guide_body dl.tit dd		{ height:20px; color:#9e9e9e; margin:0; }
.guide_body dl.junior		{ background:url(../img/dic/bg_dl_guide.gif) no-repeat left top; }
.guide_body dl.senior		{ background:url(../img/dic/bg_dl_guide.gif) no-repeat left -60px; }
.guide_body dl.woman		{ background:url(../img/dic/bg_dl_guide.gif) no-repeat left -120px; }

.guide_body dl.con ul		{ font-size:11px; color:#9e9e9e; margin:15px 0; }
.guide_body dl.con ul.bullet{ margin:5px 0; }
.guide_body dl.con ul.bullet li		{ padding-left:8px; background:url(../img/public/bu_arrow_grey.gif) no-repeat left 7px; }

.guide_body dl.con			{ width:584px; height:auto; margin:6px 0 0 0; border-bottom:1px solid #dedede; }
.guide_body dl.con dt		{ height:26px; text-indent:-5000px; padding:8px 0 9px 0; border-top:1px solid #dedede; border-bottom:1px solid #dedede; background:url(../img/dic/text_guide_junior.gif) no-repeat left top; }
.guide_body dl.con dd		{ width:529px; color:#666; line-height:18px; padding:10px 0 10px 55px; margin:0; }
.guide_body dl.con dd p		{ margin:0 0 5px 0; }
.guide_body dl.con dt.except{ border-bottom:none; }

.guide_body dl.con dt.j01	{ background-position:0 8px; }
.guide_body dl.con dt.j02	{ background-position:0 -32px; }
.guide_body dl.con dt.j03	{ background-position:0 -72px; }
.guide_body dl.con dt.j04	{ background-position:0 -112px; }
.guide_body dl.con dt.j05	{ background-position:0 -152px; }
.guide_body dl.con dt.j06	{ background-position:0 -192px; }
.guide_body dl.con dt.j07	{ background-position:0 -232px; }
.guide_body dl.con dt.j08	{ background-position:0 -272px; }
.guide_body dl.con dt.j09	{ background-position:0 -312px; }
.guide_body dl.con dt.j10	{ background-position:0 -352px; }
.guide_body dl.con dt.s01	{ background-position:0 -392px; }
.guide_body dl.con dt.s02	{ background-position:0 -432px; }
.guide_body dl.con dt.s03	{ background-position:0 -472px; }
.guide_body dl.con dt.s04	{ background-position:0 -512px; }
.guide_body dl.con dt.s05	{ background-position:0 -552px; }
.guide_body dl.con dt.s06	{ background-position:0 -592px; }
.guide_body dl.con dt.s07	{ background-position:0 -632px; }
.guide_body dl.con dt.s08	{ background-position:0 -672px; }
.guide_body dl.con dt.s09	{ background-position:0 -712px; }
.guide_body dl.con dt.s10	{ background-position:0 -752px; }
.guide_body dl.con dt.w01	{ background-position:0 -792px; }
.guide_body dl.con dt.w02	{ background-position:0 -832px; }
.guide_body dl.con dt.w03	{ background-position:0 -872px; }
.guide_body dl.con dt.w04	{ background-position:0 -912px; }
.guide_body dl.con dt.w05	{ background-position:0 -952px; }
.guide_body dl.con dt.w06	{ background-position:0 -992px; }
.guide_body dl.con dt.w07	{ background-position:0 -1032px; }
.guide_body dl.con dt.w08	{ background-position:0 -1072px; }
.guide_body dl.con dt.w09	{ background-position:0 -1112px; }
.guide_body dl.con dt.w10	{ background-position:0 -1152px; }

/* Guide for pregnant */
.drugInfo_body dl.preg		{ width:584px; }
.drugInfo_body dl.preg dt	{ font-weight:bold; font-size:14px; color:#ffa800; }
.drugInfo_body dl.preg dd	{ line-height:18px;  border-bottom:1px solid #dedede; margin:0; }
.drugInfo_body dl.preg dd.link		{ height:32px; text-align:right; margin:5px 0 0 0; border:none; }
.drugInfo_body dl.preg dd p			{ color:#3e3e3e; padding:4px 0 10px 0; }

.drugInfo_body ul.diagram			{ width:573px; padding:16px 0 18px 11px; margin:34px 0 0 0; background:url(../img/dic/bg_ul_preg.gif) no-repeat left top; }
.drugInfo_body ul.diagram li		{ width:431px; padding:12px 0 12px 142px; border-bottom:1px solid #dedede; background:url(../img/dic/bg_li_preg.gif) no-repeat left top; }
.drugInfo_body ul.diagram li.a		{ min-height:65px; padding-top:0px; background-position:0 0; _height:65px; }
.drugInfo_body ul.diagram li.b		{ min-height:82px; background-position:0 -118px; _height:82px; }
.drugInfo_body ul.diagram li.c		{ min-height:82px; background-position:0 -268px; _height:82px; }
.drugInfo_body ul.diagram li.d		{ min-height:137px; background-position:0 -418px; _height:137px; }
.drugInfo_body ul.diagram li.e		{ min-height:102px; background-position:0 -658px; border:none; _height:102px; }
.drugInfo_body ul.diagram li dl		{ width:431px; padding:0; border:none; background:#fff; }
.drugInfo_body ul.diagram li dt		{ font-weight:normal; font-size:12px; color:#3e3e3e; line-height:16px; }
.drugInfo_body ul.diagram li dd		{ font-family:tahoma; font-size:11px; color:#9e9e9e; line-height:14px; margin:0; }

.vmd_dic .con_foot .btn		{ width:564px; height:23px; padding:12px 10px; margin-top:0; }
.vmd_dic .con_foot .btn a	{ display:block; height:18px; text-indent:-5000px; background:url(../img/public/btn_board_set01.gif) no-repeat left top; }
.vmd_dic .con_foot .btn	a.list		{ float:right; width:43px; height:23px; background:url(../img/public/btn_board_set01.gif) no-repeat -40px top; }

table#table7		{ border-bottom:1px solid #1a60a8; *border:none; }