﻿@charset "utf-8";
#wrapper {
	width: 1060px; 
	background-color: #FFFFFF; 
	margin: 0 auto; 
}

header { 
	position: relative;
	width: 100%;
	height: 75px;
	/*overflow: hidden;*/
}

header h1 {
	width: 200px;
	height: 60px;
}
	

.logo {
	display: block;
	width: 200px;
	height: 100px;
	line-height: 100%;
	background: url('./logo.gif') no-repeat 10px 20px;
}

.gnb {
	position: absolute;
	display: inline-block;
	height: 20px;
	top: 0;
	right: 0;
	border-radius: 0px 0px 5px 5px;
}

.stripes {
	background-color: rgba(28, 56, 74, 1);
	-webkit-background-size: 6px 6px;
	-moz-background-size: 6px 6px;
	background-size: 3px 3px;
	/*-moz-box-shadow: 1px 1px 8px gray;
	-webkit-box-shadow: 1px 1px 8px gray;*/
}

.angled-135 {
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
			color-stop(.25, rgba(255, 240, 0, .2)), color-stop(.25, transparent),
			color-stop(.5, transparent), color-stop(.5, rgba(255, 240, 0, .2)),
			color-stop(.75, rgba(255, 240, 0, .2)), color-stop(.75, transparent),
			to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 240, 0, .2) 25%, transparent 25%,
			transparent 50%, rgba(255, 240, 0, .2) 50%, rgba(255, 240, 0, .2) 75%,
			transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 240, 0, .2) 25%, transparent 25%,
			transparent 50%, rgba(255, 240, 0, .2) 50%, rgba(255, 240, 0, .2) 75%,
			transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, rgba(255, 240, 0, .2) 25%, transparent 25%,
			transparent 50%, rgba(255, 240, 0, .2) 50%, rgba(255, 240, 0, .2) 75%,
			transparent 75%, transparent);
}

.gnb ul li {
	float: left;
	margin-left: 10px;
}

.gnb ul li:last-child {
	margin-right: 10px;
}

.gnb li a {
	height: 25px;
	color: #000;
}

.gnb li span {
	font-size: 0.68em;
}

.lnb {
	position: relative;
	display: block;
	height: 40px;
	margin-top: -25px;
	margin-left: 220px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 10px;
}

.lnb ul {
	/*background: rgba(109,109,109, .1);*/
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0px 30px;
}

.lnb ul li {
	float: left;
}

.lnb ul li a {
	/*background: rgba(109,109,109, .2);*/
	color: #cccccc;
	display: block;
	font-weight: bold;
	line-height: 39px;
	margin: 0px;
	padding: 0px 50px;
	text-align: center;
	font-size:16px;
	text-decoration: none;
}

.lnb ul li a:hover, .lnb ul li:hover a {
	/*background: rgba(109,109,109, .4);*/
	color: rgba(240, 88, 30, 1);
}

.lnb ul li ul {
	background: rgb(255,255,255);
	display: none; 
	height: auto;
	padding: 0px 15px;
	margin: 0px;
	margin-left: 25px;
	border: 1px solid rgb(109,109,109);
	border-radius: 0px 0px 10px 10px;
	position: absolute;
	width: auto;
	z-index: 2000;
}

.lnb ul li:hover ul { display: block; }

.lnb ul li ul li {
	/*background: rgb(109,109,109);*/
	display: block;
	/*float: none;*/ /* dropdown menu - vertical */
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}

.lnb li:hover li a { 
	background: none; 
	height: 25px;
	color: #333;
}

.lnb li ul li a {
	display: block;
	height: 25px;
	line-height: 24px;
	font-size: 12px;
	font-style: normal;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	text-align: left;
}

.lnb li ul a:hover, .lnb li ul li:hover a {
	/*background: rgb(71,71,71);*/
	border: 0px;
	color: #369;
}

.lnb p { clear: left; }



#contents {
	clear: both;
	float: left;
	position: relative;
	margin-top: 20px;
	width: 100%;
}






#left { 
	float: left; 
	width: 200px; 
	padding-bottom: 10px; 
}

#left h2 span.lsub_title {
	display: table-cell;
	width: 200px;
	height: 50px;
	font-weight: bold;
	padding-bottom: 10px;
	/*border: 3px solid #369;*/
	border-radius: 12px 12px 0px 0px;
	text-align: center;
	font-size:20px;
	vertical-align: bottom;
	color: #ddd;
}

nav.submenu { 
	list-style: none; 
	padding: 5px 0px 15px 0px; 
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0px 0px 10px 10px;
}

nav.submenu ul li { 
	background: url('../images/comm/leftmenu_dot.gif') no-repeat 10px 10px;
	border-bottom: 1px solid #bbb; 
}

nav.submenu ul li:last-child { border: none; }

nav.submenu a, nav.submenu a:visited { 
	display: block;
	padding: 10px 5px 10px 30px; 
	width: 178px; 
	font-size: 14px;
}

nav.submenu a:hover, nav.submenu a:active, nav.submenu a:focus { 
	/*background-color: #369; */
	color: #369; 
}

nav.submenu a span {
	display: inline-block;
	width: 17px;
	height: auto;
	color: rgba(240, 88, 30, .8);
}
#content { 
	padding: 10px 0; 
	width: 840px; 
	float: right; 
}

.content_title {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
	border-bottom: 1px solid #ddd;
}

.path {
	float: right;
	width: auto;
	height: 20px;
	padding: 15px 0 0 12px;
	font-size: 11px;
	color: #a8a8a8;
	letter-spacing: 0px;
	text-align: right;
}

.path a {
	padding: 0 0 0 11px;
	color: #a8a8a8;
	background: url('../images/comm/bg_path.gif') no-repeat 0 3px;
}

.path span {
	color: #3db84b;
}


.content_title h2 {
	float: left;
	display: block;
	width: auto;
	height: auto;
	padding: 0px 0px 5px 15px;
	color: #5a5a5a;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	/*background: url('../images/icon/circle_01.gif') no-repeat 0 7px;*/
}

.content_main {
    clear: both;
    position: relative;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0px;
}

.total {
    margin: 15px 0 0 0;
    height: 20px;
    width: 100%;
    padding: 5px 0 7px 9px;
    background: url('../images/comm/total_dot.gif') no-repeat 1px 9px;
    color: #5d5d5d;
    font-size: 12px;
}

.total_txt {
    color: #f26b09;
    font-weight: bold;
}

.board {
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    color: #666;
    font-size: 12px;
    table-layout: fixed;
    border-collapse: collapse;
}

.board caption {
    display: none;
}

.board thead {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.board thead th {
    text-align: center;
    border-top: solid 2px #5d86c1;
    border-bottom: 1px solid #b7b9bb;
    height: 29px;
    padding: 1px 0 1px 0;
    background: /*url(../images/board/bg_th_board.gif) repeat left bottom*/ #f6f6f6;
    font-weight: bold;
    color: #434343;
    vertical-align: middle;
}

.board tbody td {
    text-align: center;
    padding: 8px 0 8px 0;
    border-bottom: solid 1px #dfe0e1;
}

.board tbody td.num, .board tbody td.date, .board tbody td.hit {
    font-size: 11px;
    letter-spacing: 0px;
}

.board tbody td.title {
    text-align: left;
    color: #666;
}

.board a:hover, a:active, a:focus {
    color: #0086c6;
    text-decoration: underline;
}


.paging {
	overflow: hidden;
}

.paginate {
	padding: 16px 0;
	text-align: center;
}

.paginate a, .paginate strong {
	position: relative;
	display: inline-block;
	margin-right: -5px;
	padding: 1px 5px 2px 5px;
	color: #555;
	text-decoration: none;
	border: 1px solid #ffffff;
	font: 11px/normal Verdana;
}

.paginate a:hover {
	background-color: #fbfafa !important;
	border: 1px solid #bcdeff;
}


.paginate .preE {
	margin-right: 0px;
	padding: 4px 5px 1px 15px;
	letter-spacing: -1px;
}


.paginate .preE, .paginate .nextE {
	display: inline-block;
	color: #909090;
	border: 1px solid #dddddd;
	position: relative;
	top: 0px;
	font: 11px/normal 돋움, Dotum;
}

.paginate a.preE {
	background: url('../images/icon/ico_preE.gif')no-repeat 3px 6px #fbfafa !important;
}

.paginate a.pre {
	background: url(../images/icon/ico_pre.gif) no-repeat 5px 6px #fbfafa !important;
}

.paginate a.next {
	background: url('../images/icon/ico_next.gif') no-repeat 30px 6px #fbfafa !important;
}

.paginate a.nextE {
	background: url('../images/icon/ico_nextE.gif') no-repeat 18px 6px #fbfafa !important;
}


.paginate a.preE, .paginate a.nextE {
	color: #909090;
	background-color: #fbfafa;
}

.paginate .pre {
	margin-right: 4px;
	padding: 4px 5px 1px 13px;
	letter-spacing: -1px;
}


.paginate .pre, .paginate .next {
	display: inline-block;
	color: #909090;
	border: 1px solid #dddddd;
	position: relative;
	top: 0px;
	font: 11px/normal 돋움, Dotum;
}

.paginate .next {
	margin-left: 2px;
	padding: 4px 13px 1px 5px;
	letter-spacing: -1px;
}

.paginate .nextE {
	margin-left: 0px;
	padding: 4px 15px 1px 5px;
	letter-spacing: -1px;
}

.paginate b {
	font-size: 11px;
	font-weight: bold;
	color: red;
	padding: 1px 0px 2px 5px;
}



#searchbox {
	width: 100%;
	background: #f6f6f6;
	border: solid 1px #e0e0e0;
	padding: 10px 0;
	position: relative;
	text-align: center;
	margin: 0;
}

#searchbox label {
	display: none; 
}

#searchbox select {
	color: #333;
	font-size: 12px;
	font-family: Gulim, Dotum, Sans-serif,AppleGothic;
	padding: 1px;
}

#searchbox input {
	border: #c8c8c8 1px solid;
	background: #ffffff;
	padding: 2px 0 0 3px;
	width: 180px;
	height: 16px;
	color: #444;
	font-size: 12px;
	color: #717171;
	letter-spacing: 0px;
	margin: 0;
}

#searchbox button.board_search {
	display: inline-block;
	height: 20px;
	line-height: 18px;
	padding-top: 3px;
	vertical-align: middle;
	background-color: rgba(123, 123, 123, 1);
	border: 1px solid rgb(204, 204, 204);
	color: #fff;
	font: normal 11px Gulim, Dotum;
}

.boardview {
	width: 100%;
	border-bottom: 1px solid #e1e2e2;
	color: #555;
	background-color: #ffffff;
	border-collapse: collapse;
}

.boardview th {
	line-height: 15px;
	padding: 8px 0 6px 20px;
	border-bottom: solid 1px #dfe0e1;
	background-color: #f2f2f4;
	font-weight: normal;
	color: #555;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.boardview td {
	padding: 8px 0 6px 10px;
	text-align: left;
	border-bottom: solid 1px #dfe0e1;
	color: #333333;
	font-size: 12px;
}

.boardview thead th {
	border-top: solid 2px #5d86c1;
}

.boardview thead td {
	border-top: solid 2px #5d86c1;
	font-weight: bold;
	color: #d75702;
}

.boardview .none {
    font-weight: normal;
    color: #333333;
}

.boardview .upload_file {
	color: #b1b1b1;
}

.boardwrite {
	width: 100%;
	border-bottom: 1px solid #e1e2e2;
	color: #555;
	background-color: #ffffff;
	border-collapse: collapse;
}

.boardwrite th {
	line-height: 15px;
	padding: 8px 0 6px 20px;
	border-bottom: solid 1px #dfe0e1;
	background-color: #f2f2f4;
	font-weight: normal;
	color: #555;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.boardwrite td {
	padding: 8px 0 6px 10px;
	text-align: left;
	border-bottom: solid 1px #dfe0e1;
	color: #333333;
	font-size: 12px;
}

.boardwrite tbody th.top, .boardwrite tbody td.top {
	border-top: solid 2px #5d86c1;
}

.boardwrite select, .boardwrite input[type='text'], .boardwrite textarea {
	background-color: #fafafa;
	padding: 3px 0 2px 3px;
	color: #333;
	border-bottom: #e1e1e1 1px solid;
	border-left: #b7b7b7 1px solid;
	border-top: #b7b7b7 1px solid;
	border-right: #e1e1e1 1px solid;
}

.boardwrite select {
	padding: 0;
	height: 22px;
}

.boardwrite input[type='text'] {
	width: 230px;
	height: 15px;
}

.boardwrite textarea {
	width: 700px; 
	height: 220px; 
	overflow-x: hidden; 
	overflow-y: auto
}
.btn_boxset {
	clear: both;
	width: 100%;
	text-align: right;
	margin: 11px 0;
}

.btn_boxset .btn_list {
	display: inline-block;
	height: 22px;
	line-height: 26px;
	font-size: 12px;
	color: #333;
	border: 1px solid #ccc;
	background-color: #eee;
	border-radius: 3px;
}

.btn_boxset .btn_list a {
	padding: 0px 7px;
}

.btn_list a:hover, .btn_list a:visited, .btn_list a:focus {
	text-decoration: none;
}

.bd_write a {
	color: #fff;
}


.boardview_comment {
	width: 100%;
	border-top: 1px solid #96b5e2;
	border-bottom: 1px solid #c0c0c0;
	margin-top: 10px;
	color: #444444;
	font-size: 12px;
	table-layout: fixed;
	border-collapse: collapse;
}

.boardview_comment th {
	border-bottom: 1px solid #96b5e2;
	border-left: 1px solid #96b5e2;
	background: #f2f2f4;
	padding: 9px 0 7px 20px;
	font-weight: normal;
	text-align: left;
	color: #222222;
}

.boardview_comment th.prev {
    background: url('../images/icon/comment_prev.gif') no-repeat 80px 13px #f2f2f4;
    font-weight: bold;
    color: #5d86c1;
}

.boardview_comment th.next {
    background: url('../images/icon/comment_next.gif') no-repeat 80px 13px #f2f2f4;
    font-weight: bold;
    color: #5d86c1;
}

.boardview_comment td {
	padding: 9px 0 7px 10px;
	text-align: left;
	border-right: 1px solid #96b5e2;
	border-bottom: 1px solid #96b5e2;
	width: 728px;
}

.boardfaq {
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
	border-top: 2px solid #5d86c1;
	color: #666;
	font-size: 12px;
	table-layout: fixed;
	border-collapse: collapse;
}

.boardfaq td {
	text-align: left;
	padding: 9px 0 9px 0;
	border-bottom: solid 1px #e6e7e7;
}

.boardfaq tbody td.answer {
	text-align: left;
	padding: 10px 15px 10px 45px;
	border-bottom: solid 1px #e6e7e7;
	border-left: solid 1px #e6e7e7;
	border-right: solid 1px #e6e7e7;
	background: url('../images/icon/faq_answer.gif') no-repeat 20px 16px;
	background-color: #f5f8fc;
	letter-spacing: 0px;
}


.boardfaq td.num {
	font: normal 13px Verdana;
	padding: 0;
	text-align: center;
	font-weight: bold;
	color: #5d86c1;
}

.boardfaq a {
	font-size: 12px;
	font-family: Dotum, Gulim, Arial;
	font-weight: bold;
}


.boardfaq td a:hover, .boardfaq td a:active, .boardfaq td a:focus {
	color: #0086c6;
	text-decoration: underline;
}



#index_content {
	padding: 10px 0;
	width: 100%;
	float: left;
}



#banner{ margin:0px auto; width:1050px; }
#banner .reference{clear:both; margin:30px auto;}
#banner .reference p a{ text-transform:uppercase;text-shadow:1px 1px 1px #fff; color:#666; text-decoration:none; font-size:10px;}
#banner .reference p a:hover{color:#333; }
#banner .rotator{width:1040px; height:373px; padding-right:5px; background:url(images/main/tap123_right.gif) right top no-repeat;  margin:0px auto; position:relative;  color:#fff; letter-spacing:-1px; border-top:5px solid #fff; border-bottom:5px solid #fff; border-left:5px solid #fff;  overflow:hidden; -moz-box-shadow:0px 0px 10px #999; -webkit-box-shadow:0px 0px 10px #999; box-shadow:0px 0px 10px #999;}
#banner .rotator ul{list-style:none;  *margin-right:10px; position:absolute; right:0px;  top:0px; margin-top:6px;  z-index:66;}
#banner .rotator ul li{ display:block; float:left; clear:both; width:27px; margin-bottom:3px;}
#banner .rotator ul li a{width:27px; float:right;clear:both;padding-left:10px;text-decoration:none; display:block;height:35px; line-height:35px; background:url(images/main/tap123.png) left top no-repeat; margin:1px -10px 1px 0px; opacity:0.5; color:#fff; font-size:20px; 
border-right:none; outline:none;}

#banner .rotator ul li a:hover{text-shadow:0px 0px 2px #fff;}
#banner .rotator .heading{width:600px;}
#banner .rotator .description{ width:460px; height:190px; position:absolute; bottom:0px; left:0px; padding:20px; background:url(images/main/text-bg.png) top left no-repeat;}
#banner .rotator .description h1{ font-size:36px; color:#FFF; margin-bottom:30px; padding-top:10px;  text-shadow:-1px 1px 1px #000;text-transform:none;}
#banner .rotator .description p {text-shadow:-1px 1px 1px #000; text-transform:none; letter-spacing:normal; line-height:26px; color:#FFF;}
#banner a.more{ font-weight:bold; text-decoration:none;text-transform:uppercase;font-size:12px; color:#FFF; text-decoration:underline;margin-left:10px;}
#banner a.more:hover{ font-weight:bold; color:#ff0; text-decoration:underline; margin-left:10px;}
#banner .reference .bg{ position:absolute;top:0px;left:0px;}

.bottom_contents {
	clear: both;
	position: relative;
	margin-top: 15px;
}

.main_loc {
	float: left;
	width: 265px;
	border-radius: 7px;
	border: 2px solid rgba(0, 129, 44, .5);
	padding: 0px 2px 2px 2px;
}

.main_loc ul {
    margin-top: 2px;
}

.main_loc ul li {
	float: left;
}

.main_loc a.loc1 {
	display: inline-block;
	width: 260px;
	height: 92px;
	background: url('/hms/images/main/contact.gif') no-repeat 0 0px;
	text-indent: -9000px;
	border: 2px solid #bbb;
    border-radius: 10px;
}


.news_notice {
	float: left;
	width: 415px;
	margin-left: 5px;
	font: normal 12px Gulim, Dotum;
	border-radius: 7px;
	border: 2px solid rgba(0, 129, 44, .5);
	padding: 5px 9px;
}

.news_notice h3 {
	text-indent: -9000px;
	height: 20px;
	background: url('/hms/images/main/title_news_notice.gif') no-repeat 0 0;
	border-bottom: 1px solid #e7e7e7;
}

.news_notice h3 a {
	display: inline-block;
	float: right;
	width: 47px;
	height: 15px;
	text-indent: -9000px;
	background: url('/hms/images/main/btn_more.gif') no-repeat 0 0;
}

.news_notice ul {
	margin-top: 5px;
}

.news_notice ul li a {
	width: 415px;
	line-height: 16px;
	color: #484848;
}

.news_notice ul li a span {
	display: inline-block;
	float: left;
	height: 16px;
}

.news_notice ul li a span.news_title {
	width: 330px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.news_notice ul li a span.news_date {
	width: 85px;
	text-align: right;
}


.main_banner {
	float: right;
	width: 330px;
	border-radius: 7px;
	border: 2px solid rgba(0, 129, 44, .5);
	padding: 0px 0px 5px 0px;
	line-height: 1;

}

.main_banner ul {
    margin-top: 7px;
}

.main_banner ul li {
	float: left;
	margin-left: 5px;
}

.main_banner ul li:first-child {
	margin-left: 6px;
}

.main_banner a.link1 {
	display: inline-block;
	width: 90px;
	height: 73px;
	background: url('/hms/images/main/faq.gif') no-repeat 0 5px;
	text-indent: -9000px;
	padding: 5px;
	border: 1px solid #bbb;
	border-radius: 10px;
}

.main_banner a.link2 {
	display: inline-block;
	width: 90px;
	height: 73px;
	background: url('/hms/images/main/contactus.gif') no-repeat 10px 6px;
	text-indent: -9000px;
	padding: 5px;
	border: 1px solid #bbb;
	border-radius: 10px;
}

.main_banner a.link3 {
	display: inline-block;
	width: 95px;
	height: 70px;
	background: url('/hms/images/main/medicalreport.gif') no-repeat 0 0;
	text-indent: -9000px;
	padding: 5px;
	border: 1px solid #bbb;
	border-radius: 10px;
}


.gmap_wrap {
	position: relative;
	margin-top: -35px;
}

.gmap {
	margin: 45px 0 0 0;
	background: #f9f8f8;
	width: 100%;
	height: 345px;
}


#nwin_wrap { position: relative; margin:0; width: 100%; background-color:#e5e5e5;font-size:12px;color:#333333 }
#nwin_contact {width:100%;}
#nwin_contact400 {float:left; width:500px; background: url(/hms/images/win2/nwin_bg.png) no-repeat 0 0px; }
.title_wrap { height:53px; width:100%; background: url(/hms/images/win2/nwin_bg.png) repeat-x right bottom}
.title_wrap h1 { display:none}
.title_wrap .top_bg_left {background: url(/hms/images/win2/top_bg_left2.png) no-repeat 0 bottom; width:261px; float:left; height:44px;}
.title_wrap .top_bg_right { position:relative;background: url(/hms/images/win2/nwin_bg_right.png) no-repeat 0 bottom; float:right;  width:160px;height:50px; }

#nwin_con h2 {background: url(/hms/images/win2/nwin_ico.gif) no-repeat 0 12px; padding:10px 0 0 10px; font-size:12px; color:#444; font-family:Verdana ; font-weight:bold; letter-spacing:-1px; clear:both}
.view_box .cont dl {padding:0;}.view_box .cont dt {background: url(/hms/images/win2/nwin_ico.gif) no-repeat 0 7px; padding:3px 0 3px 12px; font-size:13px; color:#444; font-family:Verdana ; font-weight:bold; letter-spacing:-1px; line-height:19px;  clear:both}.view_box .cont h2 {background: url(/hms/images/win2/nwin_ico.gif) no-repeat 0 5px; padding:0px 0 3px 12px; font-size:12px; color:#444; font-weight:bold;/*font-family:Malgun Gothic;*/ letter-spacing:0px; line-height:19px;  clear:both}#nwin_con dd.etc {padding:5px 0px;}
.nwin_txt { font-weight:normal; letter-spacing:-1px; color:#666; clear:both}
#nwin_con {background: url(/hms/images/win2/nwin_box_bg.gif) repeat ; } 
.nwin_con_top {background: url(/hms/images/win2/nwin_box_top.gif) no-repeat ; height:15px; }
.nwin_con_bot {background: url(/hms/images/win2/nwin_box_bot.gif) no-repeat ; height:15px}
#nwin_pad {margin:0px 6px 6px 6px}

.view_box{border:1px solid #c2c2c2; background:#fff}
.view_box .guide{position:relative;width:100%}
.view_box .tl{display:block;position:absolute;top:-1px;left:-1px;width:8px;height:8px;background:url(/hms/images/win2/bg_rndbox.png) no-repeat;font-size:0}
.view_box .tr{display:block;position:absolute;top:-1px;left:-7px;width:8px;height:8px;margin-left:100%;background:url(/hms/images/win2/bg_rndbox.png) 100% 0 no-repeat;font-size:0}
.view_box .lb{display:block;position:absolute;top:-7px;left:-1px;width:8px;height:8px;background:url(/hms/images/win2/bg_rndbox.png) 0 100% no-repeat;font-size:0}
.view_box .rb{display:block;position:absolute;top:-7px;left:-7px;width:8px;height:8px;margin-left:100%;background:url(/hms/images/win2/bg_rndbox.png) 100% 100% no-repeat;font-size:0}
.view_box .cont{position:relative;padding:10px; overflow:hidden}

#nwin_bot {position:absolute; left: 0; bottom: 0; background: url(/hms/images/win2/nwin_bg_bot.gif)  left top no-repeat #e0e0e0; height:30px; width: 100%; text-align:right; padding: 0; padding-right:10px;  }
#nwin_bot .nwin_bot_l { background: url(/hms/images/win2/nwin_bg_bot_l.gif) no-repeat; height:30px; width:20px; float:left; text-align:left; }
#nwin_bot .nwin_bot_text { width:100%; padding-top:10px; font-size: 12px; }
#nwin_bot .nwin_bot_text a, #nwin_bot .nwin_bot_text a:hover{ font-size: 12px; color:#000; padding-right: 10px }

.title_top{font-size:15px;color:#e44b00;font-weight:bold;line-height:140%}
.title_top a{color:#e44b00; text-decoration:underline}
.title_top a:hover{color:#b82d02; text-decoration:underline}

.um_tipbox {position:relative; width: 310px; margin:10px auto; padding:8px; background-color:#fafafa; border:solid 1px #dfdfdf; line-height:12px; }
.um_tipbox h2 {color:#555; font-weight:normal; background:url(/hms/images/win2/um_bu2_h4.gif) no-repeat 0px 6px; padding:2px 0 10px 20px;font-weight:bold}
.um_tip_list li {line-height: 12px; font-size:12px; background:url(/hms/images/win2/images/common/bu_line_01.gif) no-repeat 9px 9px; padding-left: 18px; }
.um_tip_list li { letter-spacing:0 !important}

.um_tipbox span.um_left {float:left; text-align:left;}
.um_tipbox span.um_right {float:right; text-align:right;}
.um_tipbox select { color:#666666; font-size:1em; font-family:Dotum;width:110px;padding:1px;}


footer { 
	clear: both; 
	position: relative; 
	display: block;
	padding: 5px 0; 
	border-top: 1px solid #ddd;
}


footer h3.footer_logo {
	float: left;
	width: 110px;
	height: 40px;
	margin-left: 50px;
	background: url('../images/small_logo.gif') no-repeat center center;
	text-indent: -9000px;
}


footer address {
	margin-left: 200px;
	padding-top: 5px;
	font-size: 14px;
}
