﻿/*
legend {
	font-size: 0px;
	position: absolute;
	left: -5000px;
}

button, button.type_btn {
	display: inline-block;
	border: 0px none;
	margin-left: 4px;
	background-color: #4f5964;
	color: #fff;
	cursor: pointer;
	vertical-align: middle;
}

.invisible {
	position: absolute;
	left: -5000px;
	height: 0px;
}

body
{
	background: url('/common/img/bg_head.png') center top repeat-x;
}
*/
/* Header */
/*
header {
	position: relative;
	width: 976px;
	height: 112px;
	margin: 0px auto;
	background-color: #ffffff;
	z-index: 1000;
}

header a, header a:hover, header a:focus
{
	text-decoration: none;
}

header .logo {
	position: absolute;
	top: 10px;
	left: 16px;
	width: 960px;
	margin: 0px;
}
*/
/* Global Menu */
/*
#globalMenu {
	position: absolute;
	height: 72px;
	right: 143px;
	z-index: 1;
}
    */
/* GlobMenu Depth1 */
/*
#globalMenu .depth1>li {
	position: relative;
	float: left;
	margin-left: 16px;
	height: 24px;
}

#globalMenu .depth1>li>a {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	border-top: 3px solid #fff;
	color: #4f5964;
}

#globalMenu .depth1>li.hasDetail>a {
	padding-right: 15px;
	background: url('/common/img/ico_gnb.png') right center no-repeat;
	line-height: 33px;
}

#globalMenu .depth1>li>a:hover, #globalMenu .depth1>li>a:focus, #globalMenu .depth1>li.on>a, #globalMenu .depth1>li.selected>a{
	border-top: 3px solid #7d91a0;
	color: #687786;
}
*/
/* Global menu Depth2 */
/*
#globalMenu .depth2 {
	display: none;
	position: absolute;
	left: 0px;
	padding: 10px 0px;
	width: 190px;
	background: url('/common/img/etc/bg_dullblue.png') 0 0 repeat;
	box-shadow: 2px 6px 8px -3px #444444;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#444444,direction=135,strength=3);
}

#globalMenu .depth2>li>a
{
	display: block;
	padding: 4px 16px;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #ffffff;
}

#globalMenu .depth2>li.hasDetail>a
{
	background: url('/common/img/ico_globalmenu_detail.png') right center no-repeat;
}

#globalMenu .depth2>li.on>a
{
	background-color: #323943;
}

#globalMenu .depth2>li.hasDetail.on>a
{
	background-image: url('/common/img/ico_globalmenu_detail_on.png');
}
*/
/* Global Menu Depth3 */
/*
#globalMenu .depth2 .depth3
{
	display: none;
	position: absolute;
	left: 190px;
	margin-top: -33px;
	padding: 10px 0px;
	width: 190px;
	border-left: 1px solid #555555;
	border-left-color: rgba(68, 68, 68, 0.25);
	background: url('/common/img/etc/bg_dullblue.png') 0 0 repeat;
	box-shadow: 2px 6px 8px -3px #444444;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#444444,direction=135,strength=3);
}

#globalMenu .depth2 .depth3>li>a
{
	display: block;
	padding: 4px 16px;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #ffffff;
}

#globalMenu .depth2 .depth3>li.on>a, #globalMenu .depth2 .depth3>li.on>a:focus, #globalMenu .depth2 .depth3>li.on>a:hover
{
	background-color: #323943;
}
    */
/* Lang switch */
.lang_option {
    border-bottom-color: #4f5964;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #4f5964;
    cursor: pointer;
    display: none;
    font-family: Arial, normal, Dotum, "돋음",;
    font-size: 13px;
    left: 0px;
    line-height: 1.6em;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: absolute;
    text-align: left;
    top: 21px;
    width: 111px;
}

.lang_switch {
    color: #4F5964;
	position: absolute;
    font-size:14px;
    line-height:1.45em;
	top: 9px;
	right: 16px;
	width: 111px;
	cursor: pointer;
	z-index: 300;
}

.lang_switch .lang_title {
	width: 100%;
	height: 21px;
	background: url('/PWRFront/Resource/Image/lang.gif') #fff 0 0 no-repeat;
    background-image:url("/PWRFront/Resource/Image/lang.gif");
    background-color:rgb(255,255,255);
    background-clip:border-box;
    background-attachment:scroll;
    background-origin:padding-box;
    background-position-x:0px;
    background-position-y:0px;
    background-repeat:no-repeat;
    background-size:auto;
    color:#4f5964;
    cursor:pointer;
    font-family:Arial, normal, Dotum, "돋음",;
    font-size:13px;
    height:21px;
    line-height:1.6em;
    margin-bottom:18px;
    margin-left:0px;
    margin-top:0px;
    margin-right:0px;
    position:relative;
    text-align:left;
    width:100%;

}


.lang_switch .mainLang {
    color: #4f5964;
    cursor: pointer;
    display:block;
    font-family: Arial, normal, Dotum, "돋음",;
    font-size: 13px;
    line-height: 1.8em;
    padding-left:7px;
    position: relative;
    text-align: left;
    text-decoration:none;
    vertical-align:middle;
    width: 83px;
}


.lang_switch .lang_title var {
	display: none;
}

.lang_switch .lang_title a {
	display: block;
	width: 83px;
	padding-left: 7px;
	font-size: 12px;
	line-height: 1.8em;
	vertical-align: middle;
	color: #4F5964;
	cursor: pointer;
}

.lang_switch .type_btn {
    /*
	position: absolute;
	right: 0;
	top: 0;
	margin-left: -4px;
	padding: 0px;
	width: 22px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	vertical-align: middle;
	color: #fff;
	background: #4f5964;
        */
        border-style: none;
    border-color: currentColor;
    border-width: 0px;
    padding: 0px;
    background: rgb(79,89,100);
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, normal, Dotum, 돋음;
    font-size: 11px;
    height: 21px;
    line-height: 21px;
    margin-left: -4px;
    position: absolute;
    right: 0px;
    text-align: center;
    text-decoration: none;
    top: 0px;
    vertical-align: middle;
    width: 22px;

}

.main_Lang {
    color: #4f5964;
    cursor: pointer;
    display:block;
    font-family: Arial, normal, Dotum, "돋음",;
    font-size: 12px;
    line-height: 1.8em;
    padding-left:7px;
    position: relative;
    text-align: left;
    text-decoration:none;
    vertical-align:middle;
    width: 83px;
}
/* GNB Menu */
/*
#gnbMenu {
	position: relative;
	top: 72px;
	border-top: 1px solid #7d91a0;
}

#gnbMenu * {
	position: static;
}

#gnbMenu .depth1
{
	background-color: #ffffff;
}
*/
/* GNBMenu depth1 */
/*
#gnbMenu .depth1>li {
	padding: 0px 16px;
	float: left;
}

#gnbMenu .depth1>li.on {
	background-color: #4f5963;
}

#gnbMenu .depth1>li>a {
	display: inline-block;
	height: 39px;
	font-weight: bold;
	font-size: 15px;
	color: #4f5964;
}

#gnbMenu .depth1>li.on>a {
	color: #ffffff;
}

#gnbMenu .depth1>li>a>span {
	display: inline-block;
	line-height: 33px;
	border-top: 3px solid #fff;
}

#gnbMenu .depth1>li.on>a>span, #gnbMenu .depth1>li.selected.on>a>span
{
	border-top: 3px solid #4f5964;
}

#gnbMenu .depth1>li.selected>a>span {
	border-top: 3px solid #7d91a0;
}


#gnbMenu .depth2 {
	display: none;
	position: absolute;
	float: left;
	min-width: 449px;
	width: 449px;
	margin: 0 0 0 -16px;
	padding: 0px;
	border-top: 15px solid #4F5964;
	border-bottom: 15px solid #4F5964;
	background: #4F5964 url('/common/img/bg_GNBLine.png') repeat-y center center;
	box-shadow: #444444 2px 6px 8px -3px;
	overflow: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=180,strength=10);
}

#gnbMenu .depth2>li {
	position: relative;
	float: none;
}

#gnbMenu .depth2>li>a {
	display: block;
	width: 192px;
	padding: 9px 16px;
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
}

#gnbMenu .depth2>li.hasDetail>a
{
	background: url('/common/img/ico_GNB_detail.png') right center no-repeat;
}

#gnbMenu .depth2>li.on>a {
	background-color: #323943;
}

#gnbMenu .depth2>li.hasDetail.on>a
{
	background-image: url('/common/img/ico_GNB_detail_on.png');
}

#gnbMenu .depth2>li>a>span {
	display: none;
	position: absolute;
	width: 192px;
	left: 224px;
	top: 0px;
	padding: 5px 16px 0px 16px;
	font-size: 13px;
	line-height: 1.6em;
	color: #cccccc;
	cursor: default;
}

#gnbMenu .depth2>li.on>a>span {
	display: inline-block;
}

#gnbMenu .depth3
{
	display: none;
	position: absolute;
	left: 225px;
	top: 0px;
	z-index: 1;
}

#gnbMenu .depth3>li
{
	position: relative;
	float: none;
}

#gnbMenu .depth3>li>a
{
	display: block;
	padding: 7px 16px;
	width: 192px;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
}

#gnbMenu .depth3>li.on>a
{
	background-color: #323943;
}

#gnbMenu .depth2.biz_area {
	display: none;
	margin: 0px auto;
	left: 0px;
	width: 100%;
	padding: 0px;
	border: 0px;
}

#gnbMenu .depth2.biz_area>li {
	width: 100%;
	overflow: hidden;
	background-color: #616c78;
}

#gnbMenu .depth2.biz_area>li a:hover {
	text-decoration: underline;
}

#gnbMenu .depth2.biz_area>li:first-child {
	background-color: #4f5964;
}

#gnbMenu .depth2.biz_area>li>span {
	display: block;
	margin: 16px 16px 5px 16px;
	font-size: 16px;
	color: #cccccc;
}

#gnbMenu .depth2.biz_area .depth3
{
	display: block;
	position: relative;
	left: auto;
	top: auto;
}

#gnbMenu .depth2.biz_area .depth3>li
{
	float: left;
	margin: 0px 13px 19px 16px;
}

#gnbMenu .depth2.biz_area .depth3>li>a
{
	display: inline-block;
	margin: 13px 0px 12px 0px;
	padding: 0px;
	width: auto;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

#gnbMenu .depth2.biz_area .depth3 .depth4
{
	position: relative;
	display: block;
	left: auto;
	top: auto;
	float: none;
	margin: 0px;
	padding: 0px;
}

#gnbMenu .depth2.biz_area .depth3 .depth4>li>a
{
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #ffffff;
}









#breadcrumb
{
	min-width: 976px;
	width: 100%;
	background-color: #677787;
	height: 28px;
	text-align: center;
}

#breadcrumb ol.depth1
{
	padding: 0px 16px;
	width: 944px;
	display: inline-block;
	z-index: 100;
}

#breadcrumb ol.depth1>li
{
	float: left;
	color: #ffffff;
	font-size: 13px;
	display: inline-block;
	margin-right: 5px;
	padding-left: 20px;
	height: 28px;
	line-height: 28px;
	background: url('/common/img/etc/bread_part.png') left center no-repeat;
}

#breadcrumb ol.depth1>li:first-child
{
	padding: 0px;
	background: transparent;
}

#breadcrumb ol.depth1>li.hasDetail>a
{
	display: inline-block;
	padding-right: 15px;
	color: #ffffff;
	background: url('/common/img/ico_bread.png') right center no-repeat;
}

#breadcrumb ol.depth1>li>a
{
	color: #ffffff;
	text-decoration: none;
}

#breadcrumb ol.depth1 ul.depth2
{
	display: none;
	position: absolute;
	left: 0px;
	width: 210px;
	padding: 10px 0;
	background-color: #ffffff;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	box-shadow: 2px 6px 8px -3px #aaaaaa;
	text-align: left;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=135,strength=3);
}

#breadcrumb ol.depth1 ul.depth2>li.breadcrumb_partition
{
	border-top: 1px solid #d8dee2;
	margin-top: 10px;
	padding-top: 10px;
}

#breadcrumb ol.depth1 ul.depth2>li>a
{
	display: block;
	padding: 4px 16px;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #4f5964;
}

#breadcrumb ol.depth1 ul.depth2>li.hasDetail>a
{
	background-image: url('/common/img/ico_bread_hasDetail.png');
	background-repeat: no-repeat;
	background-position: right center;
}

#breadcrumb ol.depth1 ul.depth2>li>a:hover, #breadcrumb ol.depth1 ul.depth2>li>a:focus, #breadcrumb ol.depth1 ul.depth2>li.on>a
{
	background-color: #4f5964;
	color: #ffffff;
}

#breadcrumb ol.depth1 ul.depth2>li.selected
{
	background-color: #f0f0f0;
}

#breadcrumb ol.depth1 ul.depth2>li.selected>a
{
	color: #1e1e1e;
	font-weight: bold;
}

#breadcrumb ol.depth1 ul.depth2>li.selected>a:hover, #breadcrumb ol.depth1 ul.depth2>li.selected>a:focus, #breadcrumb ol.depth1 ul.depth2>li.on.selected>a
{
	color: #ffffff;
}

#breadcrumb ol.depth1 ul.depth2>li.hasDetail ul.depth3
{
	position: absolute;
	display: none;
	width: 200px;
	left: 210px;
	top: -11px;
	background-color: #ffffff;
	padding: 10px 0px;
	border-left: 1px solid #eeeeee;
	border-left-color: rgba(68, 68, 68, 0.25);
	border-top: 1px solid #eeeeee;
	box-shadow: 2px 6px 8px -3px #aaaaaa;
	text-align: left;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=135,strength=3);
}

#breadcrumb ol.depth1 ul.depth2>li.hasDetail ul.depth3>li>a
{
	display: block;
	padding: 4px 16px;
	color: #4f5964;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}

#breadcrumb ol.depth1 ul.depth2>li.hasDetail ul.depth3>li>a:hover, #breadcrumb ol.depth1 ul.depth2>li.hasDetail ul.depth3>li>a:focus, #breadcrumb ol.depth1 ul.depth2>li.hasDetail ul.depth3>li.on>a
{
	background-color: #4f5964;
	color: #ffffff;
}

#breadcrumb ol.depth1 ul.depth2>li.hasDetail ul.depth3>li.selected
{
	background-color: #f0f0f0;
}

#breadcrumb ol.depth1 ul.depth2>li.hasDetail ul.depth3>li.selected>a
{
	font-weight: bold;
}





.searchbar {
	position: absolute;
	right: 16px;
	top: 78px;
}

.searchbar #searchInput
{
	display: none;
	height: 29px;
	overflow: visible;
	margin-top: -2px;
}

.searchbar .type_btn {
	display: inline-block;
	width: 29px;
	height: 29px;
	border: 0 none;
	margin-left: 4px;
	background: #4f5964;
	cursor: pointer;
	overflow: hidden;
	vertical-align: middle;
	text-indent: -10000em;
	overflow: hidden;
}

.searchbar .type_text {
	display: inline-block;
	height: 16px;
	margin-right: -29px;
	line-height: 16px;
	padding: 5px 6px 6px 6px;
	font-size: 13px;
	border: 1px solid #ccc;
}

.searchbar .btn_search {
	display: inline-block;
	margin: 0px;
	right: 0px;
	width: 29px;
	height: 29px;
	background: url('http://devdoosanicv2.corp.doosan.com/common/img/btn_search_top.png') #4f5964 -30px 0 no-repeat;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}

.searchbar .btn_search_open {
	padding: 0px;
	margin-right: -5px;
	background: url('http://devdoosanicv2.corp.doosan.com/common/img/btn_search_top.png') 0 -1px no-repeat;
}

.searchbar .btn_search_open:hover, .searchbar .btn_search_open:focus
{
	background-position: 0px -31px;
}

.searchbar.on .btn_search_open {
	display: none;
}













footer div.footer_contents
{
	margin: 0px auto;
	width: 944px;
	height: 128px;
}

footer div.bottom_nav
{
}

footer div.bottom_nav>div>div>a
{
	position: absolute;
	display: inline-block;
	padding: 12px 14px 16px 14px;
	font-weight: bold;
	z-index: 1;
}

footer div.bottom_nav>div>div.bottom_sitemap_title, footer div.bottom_nav>div>div.bottom_affiliate_title
{
	width: 944px;
	margin: 0 auto;
}

footer div.bottom_nav>div>div.bottom_sitemap_title.on a, footer div.bottom_nav>div>div.bottom_affiliate_title.on a
{
	background-color: #4f5964;
	color: #ffffff;
}

footer div.bottom_nav>div>div.bottom_sitemap_title.on>a>span, footer div.bottom_nav>div>div.bottom_affiliate_title.on>a>span
{
	background-position: 0px -21px;
}

footer div.bottom_nav>div>div.sitemap_body, footer div.bottom_nav>div>div.affiliate_body
{
	position: absolute;
	display: none;
	width: 100%;
	bottom: 0;
	background-color: #4f5964;
	z-index: 10;
}

footer div.bottom_nav>div>div.sitemap_body>ul.depth1, footer div.bottom_nav>div>div.affiliate_body>ul.depth1
{
	display: block;
	width: 944px;
	margin: 0px auto;
	padding: 36px 16px 0px 16px;
}

footer div.bottom_nav>div>div.sitemap_body>ul.depth1>li
{
	width: 186px;
	float: left;
	line-height: 1.25em;
}

footer div.bottom_nav>div>div.affiliate_body>ul.depth1>li
{
	width: 224px;
	float: left;
	line-height: 1.25em;
	margin: 0px 0px 34px 16px;
}

footer div.bottom_nav>div>div.affiliate_body>ul.depth1>li:first-child
{
	margin-left: 0px;
}

footer div.bottom_nav>div>div.affiliate_body>ul.depth1>li>span
{
	display: block;
	margin-bottom: 10px;
	line-height: 1.25em;
	font-size: 1.2em;
	font-weight: bold;
	color: #b1bfca;
}

footer div.bottom_nav>div>div.affiliate_body>ul.depth1>li>ul.depth2>li
{
	padding: 2px 0px;
	line-height: 1.25em;
	color: #ccc;
}

footer div.bottom_nav>div>div.affiliate_body>ul.depth1>li>ul.depth2>li>a
{
	color: #b1bfca;
}

footer div.bottom_nav>div>div.sitemap_body>ul.depth1>li>div.sitemap_group
{
	margin: 0px 16px 34px 0px;
}

footer div.bottom_nav>div>div.sitemap_body>ul.depth1>li>div.sitemap_group>a
{
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 12px;
}

footer div.bottom_nav>div>div.sitemap_body>ul.depth1>li>div.sitemap_group>ul.depth2>li
{
	padding: 3px 0px 4px 0px;
	line-height: 1.05em;
}

footer div.bottom_nav>div>div.sitemap_body>ul.depth1>li>div.sitemap_group>ul.depth2.biz_area>li>span
{
	margin: 12px 0px 7px 0px;
	font-size: 13px;
	line-height: 1.6em;
	color: #b1bfca;
}

footer div.bottom_nav>div>div.sitemap_body>ul.depth1>li>div.sitemap_group>ul.depth2>li>a
{
	font-size: 13px;
	color: #cccccc;
}

footer div.bottom_nav>div>div.sitemap_body>ul.depth1>li>div.sitemap_group>ul.depth2>li>ul.depth3
{
	margin: 4px 0px 0px 10px;
}
footer div.bottom_nav>div>div.sitemap_body>ul.depth1>li>div.sitemap_group>ul.depth2.biz_area>li>ul.depth3
{
	margin-left: 0px;
}

footer div.bottom_nav>div>div.sitemap_body>ul.depth1>li>div.sitemap_group>ul.depth2>li>ul.depth3>li
{
	padding: 3px 0 4px 0.65em;
	text-indent: -0.65em;
	line-height: 1.05em;
}

footer div.bottom_nav>div>div.sitemap_body>ul.depth1>li>div.sitemap_group>ul.depth2.biz_area>li>ul.depth3>li
{
	padding-left: 0px;
	text-indent: 0px;
}

footer div.bottom_nav>div>div.sitemap_body>ul.depth1>li>div.sitemap_group>ul.depth2>li>ul.depth3>li>a
{
	font-size: 12px;
	color: #cccccc;
}

footer div.bottom_nav>div>div.sitemap_body>ul.depth1>li>div.sitemap_group>ul.depth2.biz_area>li>ul.depth3>li>a
{
	font-size: 13px;
}

footer div.bottom_nav>div>div>ul.depth1>li.sitemap_close
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	right: 16px;
	top: 0px;
	width: 25px;
	height: 25px;
}

footer div.bottom_nav>div>div>ul.depth1>li.sitemap_close>a
{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 25px;
	height: 25px;
	background: url('/common/img/btn_close.png') 0 0 no-repeat;
	font-size: 0px;
	text-indent: -10000em;
}

footer div.bottom_nav>div>div>ul.depth1>li.sitemap_close>a:hover, footer div.bottom_nav>div>div>ul.depth1>li.sitemap_close>a:focus
{
	background-position: 0px -25px;
}

footer div.bottom_nav>div.bottom_sitemap>div.bottom_sitemap_title>a
{
	top: 0px;
	left: 290px;
	min-width: 116px;
}

footer div.bottom_nav>div.bottom_affiliate>div.bottom_affiliate_title>a
{
	top: 0px;
	left: 435px;
	min-width: 148px;
}

footer div.bottom_nav>div.bottom_affiliate>div.affiliate_body>ul.depth1>li>ul.depth2>li>a
{
	color: #cccccc;
}

footer div.bottom_nav>div>div>a>span
{
	display: inline-block;
	padding-left: 23px;
	background: url('/common/img/ico_shortcut.png') 0px 1px no-repeat;
}

footer div.bottom_nav>div
{
}

footer div.bottom_nav>div ul.depth1
{
	display: none;
}


footer ul#bottomMenu
{
	position: absolute;
	top: 11px;
	width: 284px;
	left: 660px;
	z-index: 1;
}

footer ul#bottomMenu>li
{
	font-size: 12px;
	line-height: 1.05em;
	padding: 4px 0px;
	width: 150px;
}

footer ul#bottomMenu>li.privacy_policy
{
	font-weight: bold;
}

footer ul#bottomMenu>li.icp_license
{
	font-weight: bold;
}

footer ul#bottomMenu>li.footer_rss
{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 0px;
	width: 25px;
	height: 25px;
	padding: 0px;
}
footer ul#bottomMenu>li.footer_rss>a
{
	display: block;
	width: 25px;
	height: 25px;
	padding: 0px;
	background: url('/common/img/btn_rss.png') #4f5964 0 0 no-repeat;
}

*/


