/* common */
/*body.api_index div.sub-color,
body.mashups_index div.sub-color,
body.mashups_new div.sub-color,
body.mashups_show div.sub-color,
body.user_keys_index div.sub-color { 
	display: none;
}
body.api_index #content,
body.mashups_index #content,
body.mashups_new #content,
body.mashups_show #content,
body.user_keys_index #content {
	background: none !important;
}*/
body.plainBody {
	background: #f3f3f3 !important;
}
div.api-center {
	padding-left: 1px;
	/padding-left: 0;
}
div.api-center h1,
div.api-center h2,
div.api-center h3,
div.api-center h4,
div.api-center h5,
div.api-center h6 {
	margin: 0;
}
div.api-center #heading {
	margin: 0 0 11px;
}
div.api-center div#heading h3 {
	font-size: 14px;
	display: inline;
}
body#en div.api-center div#heading h3 {
	font-family: arial, sans-serif;
}
div.api-center div#heading h3 a {
	color: #333;	
}
div.api-center h2.content-heading {
	border-bottom: 3px solid #323232;
	color: #323232;
	font-family: arial,dotum,sans-serif;
	font-size: 1.333em;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 0 9px;
	position: relative;
	text-align: left;
}
div.api-center div.round-form {
	margin: 0 0 27px;
}
/* table */
div.api-center table.board-list {
	width: 100%;
	border-collapse: collapse;
	background: url(/images/home/apicenter/tbody_bg.gif) repeat-x 0 25px;
	table-layout: auto;
}
div.api-center table.board-list thead th {
	background-color: #659AD0;
	padding: 5px 20px 4px;
	color: #4c4c4c;
	text-align: center;
	font-weight: normal;
	background: #f2f2f2 url(/images/home/apicenter/th_bg.gif) repeat-x;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}
div.api-center table.board-list thead th.first-child {
	border-left: 1px solid #c1c1c1;
}
div.api-center table.board-list thead th.last-child {
	border-right: 1px solid #c1c1c1;
}
div.api-center table.board-list tbody th,
div.api-center table.board-list tbody td {
	text-align: center;
	padding: 6px 4px 5px;
}
div.api-center table.board-list thead th.auth_protocol,
div.api-center table.board-list tbody td.auth_protocol{
    text-align: center;
    width: 100px;
}
div.api-center table.board-list tbody td.application,
div.api-center table.board-list tbody td.appkey {
    text-align: center;
}
div.api-center table.board-list thead th.appkey,
div.api-center table.board-list tbody td.appkey {
    text-align: center;
    width: 250px;
}
div.api-center table.board-list thead th.kind,
div.api-center table.board-list tbody td.kind {
    text-align: center;
    width: 100px;
}
div.api-center table.board-list thead th.application,
div.api-center table.board-list tbody td.application {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 200px;
    overflow: hidden;
}
div.api-center table.board-list thead th.version,
div.api-center table.board-list tbody td.version {
    width: 40px;
    
}
div.api-center table.board-list thead th.get_userkey_url,
div.api-center table.board-list tbody td.get_userkey_url {
	padding-left: 5px;
	padding-right: 5px;
	width: 80px;
}
div.api-center table.board-list thead th.management,
div.api-center table.board-list tbody td.management{
    text-align: right;
}
div.api-center table.board-list tbody td.host {
	overflow: hidden;
}
div.api-center table.board-list tbody td input[type="radio"] {
	margin-left: 1em;
}
div.api-center table.board-list tbody td textarea {
	padding-left: 10px;
}
div.api-center table.board-list tbody td.no-application {
	 padding: 20px 0;
	 text-align: center;
}
div.api-center table.board-list td.no-mashup {
	text-align: center;
	padding: 20px 0;
}
div.api-center table.otherlayout {
	border: 3px solid #659AD0;
	table-layout: fixed;
}
div.api-center table.otherlayout th {
	width: 26%;
}
div.api-center table.otherlayout th,
div.api-center table.otherlayout td {
	background-color: #bbd5f5;
	text-align: left !important;
	padding-left: 20px !important;
	border-bottom: 1px dotted #fff !important;
	color: #225799;
}
div.api-center table.otherlayout td p {
	color: #225799;
}
div.api-center table.otherlayout th span {
	color: red;
}
div.api-center table.otherlayout td.btn {
	text-align: right !important;
	padding-right: 20px;
}
div.api-center table.otherlayout td.btn a {
	padding-left: 10px;
}
div.api-center table.otherlayout td code {
	font-size: 1em;
}
div.api-center div.user-setting {
	margin: 20px 0;
}
/* board variation */

div.registration table.otherlayout {
	border-width: 2px;
}
div.registration table.otherlayout th,
div.registration table.otherlayout td {
	padding-left: 20px;
	padding-right: 20px;
}
div.registration table.otherlayout th {
	background-color: #e0eef9;
	border-bottom: 1px dotted #659AD0 !important;
}
div.registration table.otherlayout td {
	background-color: #f3f3f3;
	text-align: left !important;
	border-bottom: 1px solid #c1c1c1 !important;
}
div.currentkey-list table.board-list td {
	border-bottom: 1px solid #c1c1c1 !important;
}
div.currentkey-list table.board-list th,
div.currentkey-list table.board-list td {
	text-align: center;
}
div.currentkey-list table.board-list th.service-name,
div.currentkey-list table.board-list td.service-name {
	width: 100px;
}
div.currentkey-list table.board-list td.service-name {
	text-align: left;
	padding-left: 31px;
	font-weight: bold;
}
div.currentkey-list table.board-list th.userkey,
div.currentkey-list table.board-list td.userkey {
	text-align: center;
	width: 34%;
}
div.currentkey-list table.board-list td.userkey span {
	display: none;
}
div.currentkey-list table.board-list td.userkey span.check {
	background: url(/images/bg_check.gif) no-repeat 100% 2px ;
	padding: 0 20px 0 0;
}
div.currentkey-list table.board-list td.oauth-token span {
	display: none;
}
div.currentkey-list table.board-list th.management,
div.currentkey-list table.board-list td.management {
	text-align: center;
	width: 140px;
}
body#en div.currentkey-list table.board-list th.management,
body#en div.currentkey-list table.board-list td.management {
	width: 160px;
}
div.currentkey-list table.board-list td.management input {
	text-align: center;
	color: #555;
	border: none;
	padding: 0;
}
div.currentkey-list table.board-list td.management span.on {
	display: block;
	position: absolute;
	top: 4px;
	left: 140px;
}
div.manage-userkey table.board-list td.version {
	text-align: center;
}

/* oauth show  */
div.oauth_information table.otherlayout {
	border-width: 2px;
}
div.oauth_information table.otherlayout th,
div.oauth_information table.otherlayout td {
	padding-left: 20px;
	padding-right: 20px;
}
div.oauth_information table.otherlayout th {
	background-color: #e0eef9;
	border-bottom: 1px dotted #659AD0 !important;
}
div.oauth_information table.otherlayout td {
	background-color: #f3f3f3;
	text-align: left !important;
	border-bottom: 1px solid #c1c1c1 !important;
    overflow: hidden;
}
div.oauth_information div.btn {
    margin: 0.5em 0 1em;
    text-align: right;
}
div.oauth_information div.btn a{
    font-weight: bold;
    color: #659FF0;
    margin: 0 0.5em;
}
div.oauth_information p#annotate{
    text-align: right;
}
ul.auth_method{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding-left: 0;
}
ul.auth_method li{
    margin-bottom: 2em;
}
ul.auth_method li a.auth_method{
    font-weight: bold;
    font-size: 2.5em;
}
ul#not_registered_services{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
ul#not_registered_services li{
    background:transparent url(/images/icon02.gif) no-repeat scroll 0pt 50%;
    float:none;
    padding:0pt 0pt 0pt 12px;
}
div.clause {
	clear: both;
	margin-top: 0 !important;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	padding: 10px 7px 10px 26px;
}
div.clause h2.clause-heading {
	margin: 0;
	padding: 5px 0 10px;
	font-size: 16px;
}
div.clause div {
	height: 120px;
	overflow: auto;
}
div.manage-userkey div.clause div h4 {
	text-align: left;
}
div.registration div.clause div {
	padding: 0;
}
div.clause div h4 {
	font-size: 1em;
}
#viewClause,
a.viewClause {
	float: left;
	background: url(/images/arrow01.gif) no-repeat 100% 50%;
	padding: 0 10px 0 0;
	cursor: pointer;
	font-weight: bold;
}
#viewClause.on,
a.on {
	background-image: url(/images/home/apicenter/arrow02.gif);
}
label.clauseLabel {
	color: #333;
}
.apicenter-button {
	text-align: center;
	font-weight: bold;
	color: #feffff;
	cursor: pointer;
	background: #3a3a39 url(/images/home/apicenter/btn_bg.gif) repeat-x 0 0 ;
	border: 1px solid #585858;
	padding: 9px 0 10px !important;
	width: 7.166em;
}
div.registration a.apicenter-button {
	color: #fff;
	width: 7.166em;
	display: block;
	position: absolute;
	top: 10px;
	right: 90px;
}
div.registration {
	position: relative;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
h3.tos-heading {
	font-size: 14px;
}

/* api */
body.api_index div.about-apicenter {
	width: 100%;
	overflow: hidden;	
	margin: 25px 0 17px;
}
body#en.api_index div.about-apicenter {
	margin: 0 0 29px;
}
body.api_index div.about-apicenter p {
	float: left;
	margin: 0;
	line-height: 17px;
	font-size: 13px;
}
body.api_index div.about-apicenter p a {
	color: #3a6da4;
	text-decoration: underline;
}
body.api_index div.about-apicenter div {
	float: right;
}
body.api_index div.about-apicenter div a {
	margin-left: 10px;
}
body.api_index div.process-wrapper {
	margin: 0;
}
body.api_index div.process-wrapper div.bg-top,
body.api_index div.process-wrapper div.bg-bottom {
	background-repeat: none;
	background-position: 0 0;
	height: 20px;
}
body.api_index div.process-wrapper div.bg-top {
	background-image: url(/images/home/apicenter/bg_top_kr.gif);	
}
body.api_index div.process-wrapper div.bg-bottom {
	background-image: url(/images/home/apicenter/bg_bottom_kr.gif);	
}
body#en.api_index div.process-wrapper div.bg-top {
	background-image: url(/images/home/apicenter/bg_top.gif);	
}
body#en.api_index div.process-wrapper div.bg-bottom {
	background-image: url(/images/home/apicenter/bg_bottom.gif);	
}
body.api_index div.process-wrapper div.process {
	padding: 18px 0 14px 80px;	
	background-color: #f3f3f3;
}
body#en.api_index div.process-wrapper div.process {
	padding-top: 30px;
	padding-bottom: 26px
}
body.api_index div.process-wrapper p {
	margin: 0;
	padding: 32px 60px 0 0 ;
	line-height: 20px;
}
body.api_index div.process-wrapper ol {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
body.api_index div.process-wrapper ol li {
	float: left;
}
body.api_index div.explain {
	padding-top: 24px;
}
body.api_index div.explain p {
	font-family: gulim, sans-serif;
	line-height: 20px;
}
body.api_index div.buttons {
	margin: 27px 0 0 78px;
}
body#en.api_index div.buttons {
	margin-top: 40px;	
}
body.api_index div.buttons a {
	margin: 0 10px 0 0;
}


/* currentkey-list */
div.currentkey-list p.service-explain {
	margin: 10px 0 0 ;
	padding: 0 0 0 7px;
	display: inline;
}
div.currentkey-list table.board-list {
	clear: both;
	table-layout: auto;
}
div.currentkey-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.currentkey-list ul li {
	margin-bottom: 48px;
}
div.currentkey-list tbody th { 
	text-align: left;
	padding-left: 10px;
}
div.currentkey-list div.btn {
	text-align: right;
	margin: 10px;
}
/* default round COPIED*/
div.request-api {
	background-color: #F3F3F3;
	margin-top: 60px;
	/*position: relative;*/
}
div.round-wrapper {
	position: relative;
	height: 100%;
}
div.default-rnd {
	background: #fcfcfc url(/images/home/apicenter/gray_bottom_bg.gif) repeat-x 0 100%;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
#request-rnd {
	border: none;
	background: #fff;
	text-align: center;
}
#api-key {
	border: 2px solid #dadbbf;
}
div.default-rnd .rnd {
	width: 14px;
	height: 14px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#request-rnd .rnd {
	width: 3px;
	height: 3px;
	font-size: 0;
}
div.default-rnd .rnd1 {
	top: 0;
	left: 0;
	background-image: url(/images/home/apicenter/gray_rnd1.gif);
}
#request-rnd .rnd1 {
	background-image: url(/images/home/apicenter/request_rnd1.gif);	
}
#api-key .rnd1 {
	top: 0;
	left: 0;
	background-image: url(/images/home/apicenter/yellow_rnd1.gif);
}
div.default-rnd .rnd2 {
	top: 0;
	right: 0;
	background-image: url(/images/home/apicenter/gray_rnd2.gif);
}
#request-rnd .rnd2 {
	background-image: url(/images/home/apicenter/request_rnd2.gif);	
}
#api-key .rnd2 {
	top: 0;
	right: -4px;
	_right: 0;
	background-image: url(/images/home/apicenter/yellow_rnd2.gif);
}
div.default-rnd .rnd3 {
	bottom: 0;
	_bottom: -1px;
	left: 0;
	background-image: url(/images/home/apicenter/gray_rnd3.gif);
}
#request-rnd .rnd3 {
	background-image: url(/images/home/apicenter/request_rnd3.gif);	
}
#api-key .rnd3 {
	bottom: 0;
	left: 0;
	background-image: url(/images/home/apicenter/yellow_rnd3.gif);
}
div.default-rnd .rnd4 {
	bottom: 0;
	_bottom: -1px;
	right: 0;
	background-image: url(/images/home/apicenter/gray_rnd4.gif);
}
#request-rnd .rnd4 {
	background-image: url(/images/home/apicenter/request_rnd4.gif);	
}
#api-key .rnd4 {
	bottom: 0;
	right: -4px;
	_right: 0;
	background-image: url(/images/home/apicenter/yellow_rnd4.gif);
}
div.default-rnd div.rnd-content {
	padding: 18px 30px 20px;
	text-align: center;
}
#request-rnd div.rnd-content {
	padding-top: 11px;
	padding-bottom: 15px;
}
#request-rnd div.rnd-content strong {
	line-height: 30px;
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #225799;
	text-decoration: underline;
}
#request-rnd div.rnd-content strong a {
	color: #225799;
	text-decoration: underline;
}
div.default-rnd div.more-info {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 30px;
}
div.default-rnd div.more-info a {
	cursor: pointer;
}
p.help {
	/*text-align: center;*/
	line-height: 18px;
	margin: 19px 0 8px;
}
p.help strong {
	color: red;
	font-weight: normal;
}
div.api-center div.issue {
	margin: 0 auto;
	width: 524px;
}
body.lang_en_ div.api-center div.issue {
	font-family: arial, sans-serif;
}
body.apicenter-iphone div.api-center div.issue {
	width: 300px;
}
div.api-center div.issue h3 {
	font-size: gulim, sans-serif;
	margin: 0 auto 18px;
	font-size: 14px;
	color: #333;
}
body.apicenter-iphone div.api-center div.issue h3 {
	text-align: center;
}
div.api-center div.issue div.example {
	margin-top: 17px;
	padding-left: 52px;
}
div.api-center div.issue div.example p {
	background: url(/images/home/apicenter/bg_check.gif) no-repeat 0 5px;
	padding: 0 0 0 18px;
	width: 29.166em;
}
div.api-center div.issue div.example p.error {
	padding: 0;
	background: none;
	color: red;
	font-weight: bold;
	margin: 10px 0 0 -30px;
}
div.api-center div.issue p em {
	font-weight: bold;
	font-style: normal;
}
div.api-center div.requestKey {
}
div.api-center div.api {
	padding-top: 63px;
	margin-top: 4px;
	background: url(/images/home/apicenter/bg_arrow.gif) no-repeat 50% 0;
	text-align: center;
	margin-bottom: 30px;
}
div.api-center div.api span.address {
	color: #323232;
	vertical-align: bottom;
}
div.api-center div.api span.address a {
	color: #323232;
	font-weight: bold;
}
div.api-center h4.heading {
	font-family: arial,verdana;
	font-size: 1.333em;
	color: #333333;
	font-weight: normal;
	text-align: center;
	padding-bottom: 20px;
	line-height: 1.5em;
}
div.api-center h4 strong {	
	color: #333333;
	font-size: 1.125em;
}
body.apicenter-iphone div.api-center h4 strong {
	font-size: 1.5em;	
}
div.api-center h4 strong.mashup {
	border-bottom: 1px dotted #3e3e3e;	
}
div.select {
	padding-top: 21px !important;
	text-align: center;
}
/* show-userkey */

div.show-userkey {
	width: 520px;
	margin: 0 auto 30px;
}
div.show-userkey div.userkey-image {
	text-align: center;
}
div.show-userkey div.default-rnd {	
	margin: 0 auto;
	background: none;
	background-color: #f5f6be;
}
div.show-userkey p.userkey-section {
	font-family: Arial;
	font-weight: bold;
	font-size: 1.666em;
	color: #000;
	text-align: center;
	margin: 0;
}
div.show-userkey div.default-rnd {
	background: url(/images/home/apicenter/userkey_rnd_bg03.gif) repeat 0 0 ;
	width: 100%;
}
div.show-userkey div.default-rnd div.outter-bg {
	background: url(/images/home/apicenter/userkey_rnd_bg01.gif) no-repeat 0 0 ;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 16px;
}
div.show-userkey div.default-rnd div.inner-bg {
	background: url(/images/home/apicenter/userkey_rnd_bg02.gif) no-repeat 0 100%;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 15px;
}
div.show-userkey div.default-rnd div.outter-bg {
	padding-top: 24px;
}
div.show-userkey div.default-rnd div.inner-bg {
	padding-bottom: 25px;
}
div.show-userkey p {
	margin: 0;
	padding: 0;
	text-align: center;
}
div.show-userkey p.explain {
	margin: 20px 0 7px;
}
div.show-userkey p span {
	background: url(/images/home/apicenter/icon_tip.gif) no-repeat 0 0;
	padding: 0 0 0 30px;
}
div.show-userkey p span a {
	color: #435c84;
	font-weight: bold;
}
/*  default style    */
.error_message {
    color: red;
}
.notify_message {
    color: blue;
}

body.apicenter-iphon div.api-center div.issue {
	width: 320px;
}
