/* 
	smooth taste table styles
	written by Thomas Opp http://www.yaway.de
*/


table.tstyle {
  border-collapse: collapse;
  border: 1px solid #F3F3F2;
  font: normal 12px 'Noto Sans KR';
  color: #222222;
  background: #ffffff;
  }
table.tstyle caption {
  text-align: left;
  font: normal 12px 'Noto Sans KR';
  background: transparent;
  vertical-align:button;
  font-weight:bold;
  height:25px;
  }
table.tstyle td{
  border: 1px dashed #d9d9d9;
  vertical-align:middle;
  color: #222222;
  
  padding-left:5px;
  padding-right:5px;
  /* */
  height:28px;
  }

table.tstyle th {
  border: 1px dashed #d9d9d9;
  padding: .5em;
  vertical-align:middle;
  color: #222222;
  }

table.tstyle thead th, table.tstyle tfoot th {
  font: bold 12px 'Noto Sans KR';
  border: 1px solid #d9d9d9;
  text-align: center;
  vertical-align:middle;
  background: #F3F3F2;
  color: #222222;
  padding-left:3px;
  height:20px;
  }
table.tstyle tbody td a {
  background: transparent;
  text-decoration: none;
  color: #222222;
  }
table.tstyle tbody td a:hover {
  background: transparent;
  text-decoration: underline;
  color: #444444;
  }

table.tstyle tbody th a {
  font: normal 12px 'Noto Sans KR';
  background: transparent;
  font-weight:normal;
  color: #222222;
  font-weight:bold;
  }
table.tstyle tbody th a:hover {
  background: transparent;
  text-decoration: underline;
  color: #444444;
  font-weight:bold;
  }
table.tstyle tbody th, table.tstyle tbody td {
  vertical-align:middle;
  text-align: left;
  }
table.tstyle tfoot td {
  border: 1px solid #d9d9d9;
  background: #F3F3F2;
  padding-left:3px;
  height:25px;
  }
.odd {
  background: #FAFAFA;
  }
table.tstyle tbody tr:hover {
  background: #F8F8F8;
  }
table.tstyle tbody tr:hover th,
table.tstyle tbody tr.odd:hover th {
  background: #F8F8F8;
  }




div.gmain{
	margin: auto;
	text-align: left;
	width: 720px;
}

div.clean{
	border: 1px solid #850000;
}

.clean td, .clean th{
	border: 2px solid #bbb;
	background: #ddd;
	padding: 5px 10px;
	text-align: center;
	border-radius: 2px;
}

.clean table{
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.clean caption{
	font-weight: bold;
	
}

.gvChart,.clean{
	border: 2px solid #850000;
	border-radius: 5px;
	-moz-border-radius: 10px;
	width: 720px;
	
	margin: auto;
	margin-top: 20px;
}

pre{
	background: #eee;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}







div.table_plan  {
	width: 860px;
  background: #7493b5;
  font-family: 'Noto Sans KR';
  margin: auto;
}
table.table_plan {
  width: 100%;
  max-width: 96%;
  height: 320px;
  border-collapse: collapse;
  border: 1px solid #38678f;
  margin: 30px auto;
  background: white;
  
}
table.table_plan th {
  background: steelblue;
  height: 54px;
  /*width: 25%;
  font-weight: lighter;*/
  font-size: 14px;
  font-family: 'Noto Sans KR';
  font-weight:bold;
  text-shadow: 0 1px 0 #38678f;
  color: white;
  border: 1px solid #38678f;
  box-shadow: inset 0px 1px 2px #568ebd;
  transition: all 0.2s;
}
table.table_plan tr {
  border-bottom: 1px solid #cccccc;
}
table.table_plan tr:last-child {
  border-bottom: 0px;
}
table.table_plan td {
  border-right: 1px solid #cccccc;
  padding: 10px;
  transition: all 0.2s;
  text-align: center;
}
table.table_plan td:last-child {
  border-right: 0px;
}
table.table_plan td.selected {
  background: #d7e4ef;
  z-index: ;
}
table.table_plan td input {
  font-size: 14px;
  background: none;
  outline: none;
  border: 0;
  display: table-cell;
  height: 100%;
  width: 100%;
}
table.table_plan td input:focus {
  box-shadow: 0 1px 0 steelblue;
  color: steelblue;
}
.table_plan {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: float 5s infinite;
}
.main_plan {
  max-width: 600px;
  padding: 10px;
  margin: auto;
}
.content_plan {
  color: white;
  text-align: center;
}
.content_plan p,
.content_plan pre,
.content_plan h2 {
  text-align: left;
}
.content_plan pre {
  padding: 1.2em 0 0.5em;
  background: white;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #38678f;
}
.content_plan .download {
  margin: auto;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 1em 1em;
  border-radius: 12em;
  margin-bottom: 2em;
}
.content_plan .button {
  display: inline-block;
  text-decoration: none;
  color: white;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  border-radius: 24px;
  border: 1px solid #38678f;
  background: steelblue;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 3px rgba(255, 255, 255, 0.2);
  transition: all 0.1s;
}
.content_plan .button:hover {
  background: #4f8aba;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 10px rgba(255, 255, 255, 0.1);
}
.content_plan .button:active {
  color: #294d6b;
  background: #427aa9;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.content_plan .button:focus {
  outline: none;
}

