@charset "UTF-8";
@font-face{font-family:'Nanum Gothic'; src:url('../fonts/NanumGothic.woff')}
@font-face{font-family:'Nanum Gothic'; src:url('../daiichisankyo_new/fonts/NanumGothic.eot')}
@font-face{font-family:'Nanum Gothic'; src:url('../daiichisankyo_new/fonts/Helvetica.woff')}
@font-face{font-family:'Nanum Gothic'; src:url('../daiichisankyo_new/fonts/Helvetica.eot')}
*{ font-family: "Nanum Gothic", '나눔고딕', "Dotum",'돋움','Apple SD Gothic Neo', 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif; }

/*----Infos----*/
/* "BOX SHADOW TOP" 		= box-shadow: inset 0 2px 2px #999999;				*/
/* "BOX SHADOW BOTTOM" 		= box-shadow: 0 2px 2px #999999;					*/
/* "Text SHADOW DEFAULT" 	= 0 1px 1px #666666;								*/
/* "HEX BG Body" 			= #cccccc  											*/
/* "HEX BG CONTENT" 		= #dedede 											*/
/* "HEX BG TEASER" 			= #f0f0f0 											*/
/* "HEX TEASERBOX" 			= #ffffff											*/
/* "HEX TEXT DARK" 			= #4d4f53 											*/
/* "HEX TEXT BRIGHT" 		= #ffffff											*/
/* "HEX GREEN" 	 			= #89ba17											*/
/* "HEX BLUE" 				= #00b4ed											*/
/* "WEBFONTS				= font-family:'HelveticaNeueW02-45Ligh';			*/
/*							  font-family:'HelveticaNeueW02-55Roma';			*/
/*							  font-family:'HelveticaNeueW02-75Bold';			*/
/* http://www.fonts.com/font/linotype/neue-helvetica#product_top				*/

/* General specifications */
* { margin: 0;padding: 0; }
*:focus { outline: 0; }
* table {border-collapse:collapse; border-spacing:0; table-layout:fixed}
* caption, legend {overflow:hidden; visibility:hidden; width:0; height:0; text-indent:-9999px; line-height:0; font-size:0; position:absolute; top:-9999em}
body,td,th {
	color: #4d4f53; /* TEXT DARK */
	font-size: 13px;
	line-height: 16px;
	background-color: #cccccc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #4d4f53; /* TEXT DARK */
}
a:hover {
	text-decoration: none;
	color: #89ba17; /* green */
}
a:visited {
	text-decoration: none;
	color: #4d4f53; /* TEXT DARK */
}
a:active {
	text-decoration: none;
	color: #4d4f53; /* TEXT DARK */
}



h1 {
	color: #ffffff;
	font-size: 60px;
	font-weight: normal;
}
h2, h3, h4, h5, h6, { font-weight: normal; }

img { border: hidden; }

/* General Classes */
.blueruler {
	clear:both;
	border: hidden;
	background-color: #1ebef0;
	height: 10px;
	box-shadow: 0 1px 2px #cccccc;
}
.greyruler {
	border: hidden;
	background-color: #999999;
	height: 1px;
	margin-bottom: 10px;
}
.inactive {
	color: #b0db7a !important; /* for the inactive links in the main navigation */
}
.thecleaner {
	clear:both; /* for clearing the floating of the divs */
}

/* General IDs and specific classes */
#content {
	width: 960px;
	margin: auto;
	background-color: #dedede;
	box-shadow: 0 0 4px #333333;
}

#header {
	height: 156px;
	background-color: #ffffff;
}

#navi {
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
	position: relative;
}
/*
#navi ul li a{
	font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
}*/

#navi #searchBox{
  height: 0px;
  background-color: #00b4ed;
  position: absolute;
  right: 10px;
  top: 0;
  width: 738px;
  padding: 0 15px;
  margin-right: -10px;
  overflow: visible !important;
  z-index: 2;
}

#navi #searchBox #showSearch  {
  display: none;
}

#navi #searchBox form {
  position: absolute;
  right: 5px;
  top: 0;
  width: 230px;
  height: 20px;
  margin: 10px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: white;
  overflow: hidden;
  -webkit-box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

#navi #searchBox form label input {
  display: block;
  width: 190px;
  position: static;
  top: 0;
  right: auto;
  left: 0;
  padding: 4px 28px 0 12px;
  color: #bcbdbc;
  font-weight: normal;
  font-family: 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;
  height: 16px;
  line-height: 1.33333em;
  border: none;
  font-size: 0.75em;
  background: none;
}

#navi #searchBox form input{
  position: absolute;
  right: 12px;
  top: 4px;
}

.logo {
	padding: 25px 0 0 35px;
}
#finder {
	position: relative;
	width: 320px;
	display: block;
	float: right;
	right: 70px;
}
#finder ul {
	list-style-type: none;
	margin: 0;
	width: 100%;
}
#finder ul .m_01 a{
	width: 110px;
	height: 14px;
    display: inline;
	float:left;
	border-right: 1px solid #4d4f53;
	 /* TEXT DARK */ /* vertical line between the finder-links */
	margin-top: 7px;
}
#finder ul .m_02 a{
	width: 65px;
	height: 14px;
    display: inline;
	float:left;
	border-right: 1px solid #4d4f53;
	margin-top: 7px;
}
#finder ul .m_03 a{
	width: 80px;
	height: 14px;
    display: inline;
	float:left;
	border-right: 1px solid #4d4f53;
	margin-top: 7px;
}
#finder ul .m_04 a{
	width: 60px;
	height: 14px;
    display: inline;
	float:left;
	margin-top: 7px;
}

#finder li a {
	display:block;
	height:24px;
	text-decoration:none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}
#finder li a:hover {
	text-decoration: none;
	color: #89ba17; /* green */
}
#legalname {
	margin: 25px 0px 0px 18px;
	color: #00b4ed;
	 /* blue */
}
#legalname strong{
	font-family: Helvetica, Arial, sans-serif;
}
#navi {
	width: 100%;
	height: 40px;
	z-index: 998;
	background-color: #89ba17; /* green */
	box-shadow: inset 0 2px 2px #999999;
}
#navi ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width: 100%;
}
#navi li {
    display: inline;
	float:left;
}
#navi li a {
	display:block;
	font-family: Helvetica, Arial, sans-serif;
	height:40px;
	letter-spacing: 1px;
	text-align:center;
	/*color: rgba(255, 255, 255, 0.5);*/
	color:#fff;
	font-size: 16px;
	line-height:40px;
	text-decoration:none;
	padding: 0 0 0 22px;
}
/*20141014_유럽기준을 맞추기 위해 추가}*/
#navi li a:active{ color:#fff }
#navi li a:hover { color:#fff }


/*20141014_유럽기준을 맞추기 위해 삭제
#navi li a:hover {
	text-shadow: 0 1px 1px #666666;
}*/

#navi ul ul {
	position: absolute;
	width: 960px;
	display: none;
	background-color: #00b4ed; /* blue */
	margin-left: 50%;
	left: -480px;
	padding-bottom: 30px;
	z-index: 989;
	opacity: 0.95;
	box-shadow: 0 1px 2px #666666;
}
#navi li li {
	background: #00b4ed; /* blue */
	opacity: 0.9;
	padding: 20px 0 20px 0;
}
#navi li li a {
	font-family: "Nanum Gothic", '나눔고딕', "Dotum",'돋움','Apple SD Gothic Neo', 'HelveticaNeueW02-45Ligh', Helvetica, Arial, sans-serif;	letter-spacing: 0px;

	background: #00B4ED!important;
	height:auto;
	width:auto;
	text-align:left;
	line-height: 20px;
	padding: 0px 15px 0px 15px;
	margin: -12px 0 0 0 !important;
	font-size: 14px;
}
#navi li li a:hover[href = "#"] { /* formating inactive links with line-through  */
	text-decoration: line-through;
	color: #ffffff;
}
#navi li li a:hover {
	text-decoration: none;
	color: #ffe900;
}
/* 141010 링크아이콘 추가 시작 */
#navi li li a span{
	display: inline-block;
	width: 20px;
	height: 15px;
	position: relative;
	top: 3px;
	left: 0;
	background-image: url(../images/icons-links.png);
	background-color: transparent;
	background-size: 100px 100px;
	background-position: 5px top;
}

/* 141010 링크아이콘 추가 끝 */

* html li li { display:inline; } /* IE6 Bugfix... */
#searchbox {
	position:absolute;
	margin-left: 720px;
}
#searchbox input {
	width: 230px;
	font-size: 16px;
	margin-top: 9px;
}
#breadcrump {
	height: 10px;
	background-color: #ffffff;
	padding: 7px 0 18px 24px;
	color: #89ba17; /* green */
}
#sitemapwrapper {
	width: 960px;
	background-color: #E5E5E5;
	box-shadow: 0 -2px 2px #cccccc;
}

.sitemap1, .sitemap2, .sitemap3, .sitemap4, .sitemap5 {
	position: relative;
	margin-left: 18px;
	width: 300px;
	float: left;
}
.sitemap1 {
	margin-left: 10px;
}
.sitemap1, .sitemap2, .sitemap3, .sitemap4, .sitemap5, h3 a{
	font-family: Helvetica, Arial, sans-serif;
	color: #00b4ed !important;
	font-size: 12px;
	line-height: 28px;
	padding-top: 3px
}
.sitemap1, .sitemap2, .sitemap3, .sitemap4, .sitemap5, h3 a:hover {
	text-decoration: none;
	color: #89ba17 !important;
}
.sitemap1, .sitemap2, .sitemap3, .sitemap4, .sitemap5, a{
	line-height: 16px;
	padding-top: 0;
	font-size: 12px;
}
.sitemap1, .sitemap2, .sitemap3, .sitemap4, .sitemap5, a:hover {
	text-decoration: none;
	color: #89ba17; /* green */
}
.sitemap1, .sitemap2, .sitemap3, .sitemap4, .sitemap5, a:visited {
}
.sitemap1, .sitemap2, .sitemap3, .sitemap4, .sitemap5, a:active {
}

/* 141010 링크아이콘 추가 시작 */
#sitemapwrapper .sitemap1 a span{
	display: inline-block;
	width: 20px;
	height: 15px;
	position: relative;
	top: 3px;
	left: 0;
	background-image: url(../images/icons-links.png);
	background-size: 100px 100px;
	background-position: -70px top;
}
#sitemapwrapper .sitemap1 a:hover span {
	background-position: -20px top;
}
/* 141010 링크아이콘 추가 끝 */


/*
#sitemapwrapper .sitemaptitel {
	font-size: 14px;
	font-weight: normal;
}
*/
#footer {
	font-family: Helvetica, Arial, sans-serif;
	clear:both;
	width: 944px;
	background-color: #dedede;
	padding: 30px 8px 10px 8px;
	font-size: 12px;
}
#footer span { float: right; }




/* Specifications for the Lightbox Window */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxClose {cursor:pointer;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay{background: rgb(0, 0, 0); background: rgba(0, 0, 0, .7);}
#colorbox{outline:0;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background: #fff;}
#cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
#cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
#cboxClose{position:absolute; top:20px; right:20px; background:url(../images/close.png) no-repeat; width: 48px; height: 48px; text-indent:-9999px;}
