@charset "UTF-8";

@font-face {
	font-family: NanumSquare;
	src: url(./font/NanumSquareL.ttf) format('truetype'), url(./font/NanumSquareL.woff) format('woff'), url(./font/NanumSquareL.eot) format('embedded-opentype');
	font-weight: 200;
}

@font-face {
	font-family: NanumSquare;
	src: url(./font/NanumSquareR.ttf) format('truetype'), url(./font/NanumSquareR.woff) format('woff'), url(./font/NanumSquareR.eot) format('embedded-opentype');
}

@font-face {
	font-family: NanumSquare;
	src: url(./font/NanumSquareB.ttf) format('truetype'), url(./font/NanumSquareB.woff) format('woff'), url(./font/NanumSquareB.eot) format('embedded-opentype');
	font-weight: 600;
}

@font-face {
	font-family: NanumSquare;
	src: url(./font/NanumSquareEB.ttf) format('truetype'), url(./font//NanumSquareEB.woff) format('woff'), url(./font/NanumSquareEB.eot) format('embedded-opentype');
	font-weight: 800;
}

body {
	font-family: NanumSquare;
	margin: 0 auto;
	width: 1280px;
}

div.menu_tl {
	padding-top: 10px; padding-bottom: 10px;
}

div.menu_item {
	padding-top: 3px; padding-bottom: 3px;
}

div.menu_item_bt {
	padding-top: 3px; padding-bottom: 8px;
}

div.contents_w {
	padding-right: 37.5px;
	background-color: white;
}

div.contents_b {
	padding-right: 37.5px; 
	background-color: #1D2653;
	float: left;
}

div.logo_line_1 {
	position: relative;
	left: 10%;
	width: 90%; height: 1px;
	background-color: #EAD99F;
}

div.logo_line_2 {
	position: relative;
	margin-top: 16%;
	left: 15%;
	width: 85%; height: 1px;
	background-color: #EAD99F;
}

div.logo_line_3 {
	position: relative;
	margin-top: 16%;
	left: 25%;
	width: 75%; height: 1px;
	background-color: #EAD99F;
}

div.logo_line_4 {
	position: relative;
	margin-top: 16%;
	left: 40%;
	width: 60%; height: 1px;
	background-color: #EAD99F;
}

div.logo_line_5 {
	position: relative;
	margin-top: 16%;
	left: 60%;
	width: 40%; height: 1px;
	background-color: #EAD99F;
}

div.solid {
	width: 100%;
	border: 1px solid black;
}

div.dott {
	width: 100%;
	border: 1px dashed black;
}

div.dott_gray {
	width: 100%;
	border: 1px dashed lightgray;
}

div.empty {
	color: white;
}

div.center {
	text-align: center;
}

div#top_left {
	position: relative;
	width: 100%; height: 185px;
	/*background-color: #EAD99F;*/
}

div#top_right {
	width: 100%; height: 100%;
	/*border-top-right-radius: 25px;
	background-color: #EAD99F;*/
}
/*
div#ra_img {
	width: 100%; height: 100%;
	background-color: #EAD99F;
}*/

div#cr_graph_bg {
	margin-left: 44px; margin-top: 72px;
	padding-top: 70px; padding-bottom: 40px;
	border: 0.5px solid white;
	border-top-right-radius: 25px;
	width: 856px;
}

div#menu {
	position: fixed;
	margin-left: 38px;
	width: 247px;
}

div#menu_w {
	display: none;
}

div#contents {
	padding-left: 342.5px; padding-top: 20px;
}

a.menu_tl {
	font-weight: 600;
	font-size: 12px;
	text-decoration: none;
	color: black;
}

button.menu {
	font-weight: 600;
	font-size: 12px;
	background: #FFFFFF;
	text-decoration: none;
	color: black;
	border: 0;
	outline: 0;
	cursor: pointer;
}

button.menu:hover {
	font-weight: 600;
	font-size: 12px;
	background: #FFFFFF;
	text-decoration: underline;
	color: black;
	border: 0;
	outline: 0;
	cursor: pointer;
}

button.menu:active {
	font-weight: 600;
	font-size: 12px;
	background: #FFFFFF;
	text-decoration: underline;
	color: gray;
	border: 0;
	outline: 0;
	cursor: pointer;
}

/*
@media only screen and (min-width:1000px) {
	div#menu {
		position: fixed;
		margin-left: 38px;
		width: 247px;
	}
	
	div#menu_w {
		display: none;
	}
	
	div#contents {
		padding-left: 342.5px; padding-top: 20px;
	}
	
	a.menu_tl {
		font-weight: 600;
		font-size: 12px;
		text-decoration: none;
		color: black;
	}
}
@media only screen and (max-width:1000px) {
	div#menu {
		display: none;
	}
	
	div#menu_w {
		position: fixed;
	}
	
	div#contents {
		padding-left: 34px; padding-top: 20px;
	}
	
	a.menu_tl {
		padding: 30px;
		font-weight: 600;
		font-size: 30px;
		text-decoration: none;
		color: black;
	}
}
*/

div#inc {
	padding-top: 43px; padding-bottom: 30px;
}
/*
div#title {
	position: relative;
	bottom: 160px; left: 313px;
	font-size: 48px;
	font-style: italic;
	font-weight: 200;
	line-height: 140%;
}*/

div#title {
	position: relative;
	top: 100px;
	font-size: 20px;
	font-weight: 600;
}

div#tech_sc {
	position: relative;
	text-align: right;
	font-size: 13px;
	line-height: 200%;
	top: 160px; right: 0px;
}

div#top_exp {
	position: relative;
	bottom: 30px;
}

div#top_line {
	width: 44px;
}

div#top_lines {
	position: relative;
	top: 5px; left: 339px;
	width: 90px; height: 67px;
}

div#center_lines {
	position: relative;
	top: 55px; left: 720px;
	width: 180px; height: 135px;
}

div#min_amount {
	font-size: 155px;
	font-weight: 600;
	text-align: right;
	line-height: 85%;
	vertical-align: bottom;
}

div#a_test_btn {
	margin-top: 320px;
	text-align: right;
}

div#b_test_btn {
	margin-top: 125px;
	text-align: right;
}

div#service_btn {
	margin-top: 137px;
	text-align: right;
}

div#cp_center_lines {
	position: relative;
	top: 840px; left: 620px;
	width: 180px; height: 135px;
}

div#gs_tle {
	position: relative;
	right: 100px;
	top: 50px; 
}

div#gs_demo {
	margin-top: -50px;
	margin-right: 300px;
	text-align: right;
}

div#gs_contents {
	margin-top: -250px;
	margin-bottom: 100px;
	text-align: center;
}

div#sw_contents {
	margin-top: 50px;
	margin-bottom: 100px;
	text-align: center;
}

table.base {
	border-collapse: collapse;
}

table.legend {
	padding-right: 50px; 
	float: right;
}

table.center {
	margin: auto;
}

table#top {
	margin-top: 56px; margin-bottom: 106px;
	border-collapse: collapse;
}

table#graph_bg {
	margin-left: 44px; 
	border-left: 0.5px solid white;
	border-right: 0.5px solid white;
	border-bottom: 0.5px solid white;
	border-collapse: collapse;
}

table#graph_btn {
	margin: 0 auto;
	margin-top: 40px; margin-bottom: 40px; 
	border-collapse: collapse;
}

table#ra {
	margin-top: 5px;
	border-collapse: collapse;
}

table#ra_cus {
	margin-top: 80px;
	border-collapse: collapse;
}

table#min {
	width: 100%;
	margin-top: 62px;
	border-collapse: collapse;
}

table#saving {
	margin-top: 20px; margin-bottom: 88px;
	border-collapse: collapse;
}

table#about {
	border-top: 1px solid black;
	border-collapse: collapse;
}

table#cp_people {
	margin-left: 50px;
	border-collapse: collapse;
}

table#cp_history {
	margin: 115px 0px 50px 100px;
	width: 668px;
	border-top: 1px solid black;
	border-collapse: collapse;
}

table#cp_about {
	margin: 0px 0px 50px 100px;
	width: 668px;
	border-top: 1px solid black;
	border-collapse: collapse;
}

table#gs_type {
	position: relative;
	bottom: 40px;
	margin: auto;
	border-collapse: collapse;
}

img.ra_cus_img {
	width: 69px; height: 80px;
}

img.cp_people_img {
	width: 65px; height: 87px;
}

img.gs_img_market { 
	width: 273px; height: 100px;
}

img.sw_title_img {
	padding-top: 20px; 
	height: 220px;
}

img.sw_img {
	width: 250px;
}

img.sw_img_half { 
	width: 300px;
}

img#logo {
	width: auto; height: auto;
	max-width: 68px; max-height: 68px;
}

img#vs_logo {
	margin-left: 90px; margin-top: 165px;
	width: auto; height: auto;
	max-width: 154px; max-height: 154px;
}

img#base {
	width: 100%; height: 100%;
}

img#plan_line {
	position: relative;
	left: 58px; bottom: 130px;
	width: 169px; height: 662px;
}

img#plan_logo {
	position: relative;
	left: 39px;
	width: 393px; height: 633px;
}

img#about_logo {
	padding-bottom: 18px;
	width: 44px; height: 44px;
}

img#cp_img {
	padding-left: 54px; padding-top: 20px; 
	width: 890px; height: 484px;
}

img#cp_robo {
	margin-top: 190px; margin-bottom: 100px;
	padding-left: 95px;
	width: 700px; height: 168.5px;
}

img#cp_robo_pro {
	padding-left: 139px;
	width: 205px; height: 205px;
}

img#gs_img { 
	position: relative;
	left: 280px; bottom: 350px;
	width: 650px; height: 740px;
}

img#gs_img_title {  
	margin-left: 100px;
	width: 286px; height: 100px;
}

img#gs_img_app {
	margin-top: 50px;
	width: 800px; height: 1560px;
}

img#gs_img_type { 
	width: 600px; height: 520px;
	text-align: center;
}

img#gs_img_donate { 
	width: 807px; height: 300px;
	text-align: center;
}

p.graph_std {
	margin-top: 30px; margin-bottom: 40px;
	font-size: 11px;
	font-weight: 200;
	text-align: center;
	color: white;
	line-height: 18px;
}

p.graph_tl {
	margin-left: 38px;
	font-size: 13.5px;
	color: white;
	line-height: 0%;
}

p.graph_exp {
	margin-left: 33px; margin-top: 18px; margin-bottom: 30px;
	font-size: 11px;
	font-weight: 200;
	color: white;
	line-height: 130%;
}

p.vs_tl {
	margin-right: 44px; margin-top: 177px;
	font-size: 36px;
	font-weight: 200;
	text-align: right;
	color: white;
	line-height: 88px;
}

p.min_slt {
	margin-top: 45px; margin-bottom: 30px;
	font-size: 13.5px;
	font-weight: 600;
}

p.service_year {
	margin-left: 90px; margin-top: 20px;
	font-size: 11px;
	font-weight: 200;
	color: white;
	line-height: 0px;
}

p.cp_people_pos {
	font-size: 11px;
	font-weight: 200;
	color: #777777;
}

p.gs_tle {
	font-size: 55px;
	font-weight: 400;
	text-align: center;
}

p.gs_type_tle {
	font-size: 15px;
	text-align: center;
}

p.gs_type {
	font-size: 11px;
	text-align: center;
	color: #527ADD;
}

p.gs_type_exp {
	font-size: 11px;
	text-align: center;
	line-height: 170%;
}

p.gs_msg {
	font-size: 20px;
	text-align: center;
	line-height: 200%;
	color: #555555;
}

p.gs_msg_b {
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	line-height: 200%;
}

p#inc {
	font-size: 25px;
	line-height: 0%;
}

p#inc_ass {
	margin-top: 40px;
	font-size: 11px;
	line-height: 150%;
}

p#cr_title {
	margin-left: 38px;
	font-size: 17px;
	color: white;
	line-height: 0%;
}

p#cr_title_1 {
	margin-left: 38px;
	margin-top: 60px;
	font-size: 17px;
	color: white;
	line-height: 0%;
}

p#vs_cfm {
	margin-right: 38px; margin-top: 16px;
	font-size: 10px;
	text-align: right;
	color: white;
	line-height: 0%;
}

p#vs_cfm_arrow {
	margin-right: 38px;
	font-size: 38px;
	font-weight: 200;
	text-align: right;
	color: white;
	line-height: 0%;
}

p#top_exp {
	margin-top: 130px;
	font-size: 12.5px;
	line-height: 23px;
}

p#ra_tl {
	margin-top: 196px; margin-bottom: 30px;
	font-size: 50px;
	font-style: italic;
	font-weight: 200;
	line-height: 0%;
}

p#ra_exp_1 {
	margin-top: 200px;
	margin-right: 44px; margin-bottom: 80px;
	font-size: 16px;
	text-align: right;
	vertical-align: bottom;
	line-height: 37px;
}

p#ra_exp_2 {
	margin-right: 44px; margin-bottom: 30px;
	font-size: 11px;
	text-align: right;
	vertical-align: bottom;
	line-height: 23px;
}

p#ra_cus {
	margin-top: 196px;
	font-size: 50px;
	font-style: italic;
	font-weight: 200;
	line-height: 0%;
	text-align: right;
}

p#min_point {
	position: relative;
	top: 60px; left: 46px;
	font-size: 30px;
	line-height: 0px;
}

p#min_tle {
	margin-bottom: 15px;
	font-size: 19px;
	font-weight: 600;
	line-height: 35px;
}

p#min_range {
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: 200;
	line-height: 20px;
}

p#min_cal {
	margin-bottom: 75px;
	font-size: 11px;
	font-weight: 200;
	line-height: 15px;
}

p#saving_src {
	margin-right: 70px; margin-top: 120px; margin-bottom: 45px;
	font-size: 11px;
	font-weight: 200;
	line-height: 21px;
	text-align: right;
}

p#plan_tl {
	position: relative;
	right: 45px;
	font-size: 30px;
	line-height: 45px;
	text-align: right;
	color: white;
}

p#a_test_tl {
	margin-left: 90px; margin-top: 320px;
	font-size: 13.5px;
	color: white;
	line-height: 0px;
}

p#b_test_tl {
	margin-left: 50px; margin-top: 125px;
	font-size: 13.5px;
	color: white;
	line-height: 0px;
}

p#b_test_year {
	margin-left: 50px; margin-top: 20px;
	font-size: 11px;
	font-weight: 200;
	color: white;
	line-height: 0px;
}

p#service_tl {
	margin-left: 90px; margin-top: 135px;
	font-size: 13.5px;
	color: white;
	line-height: 0px;
}

p#cp_tle {
	margin-top: 0px;
	padding-right: 100px;
	font-size: 48px;
	font-weight: 200;
	text-align: right;
	line-height: 75px;
}

p#cp_people_tle {
	margin: 130px 0px 30px 50px;
	font-size: 13px;
	font-weight: 600;
}

p#cp_robo_name {
	margin-left: 101px;
	font-size: 30px;
	line-height: 0px;
}

p#cp_robo_pos {
	margin-left: 101px; margin-bottom: 30px;
	font-size: 11px;
	font-weight: 200;
	color: #777777;
}

p#cp_robo_intro {
	margin-left: 101px;
	font-size: 12px;
	line-height: 22px;
}

p#gs_tle {
	margin-left: 100px;
	font-size: 20px;
	font-weight: 200;
	color: #969696;
}

p#gs_app_exp {
	margin-top: 100px;
	margin-left: 150px;
	font-size: 50px;
	font-weight: 600;
	color: black;
}

p#gs_app_exp_sub {
	margin-top: 50px;
	margin-left: 150px;
	font-size: 20px;
	line-height: 30px;
	color: #555555;
}

p#gs_tutorial {
	margin-top: 100px;
	margin-bottom: 50px;
	font-size: 11px;
	text-align: center;
}

a.btn_w {
	padding: 10px;
	font-size: 13.5px;
	text-decoration: none;
	border: 1px solid white;
	border-radius: 20px;
	color: white;
}

a.btn_b {
	padding: 10px;
	font-size: 13.5px;
	text-decoration: none;
	border: 1px solid black;
	border-radius: 20px;
	color: black;
}

a.about_m_tl {
	padding: 0px 13px 15px 13px;
	font-size: 10px;
	vertical-align: top;
	text-decoration: none;
	color: black;
}

a.about_sub {
	font-size: 10px;
	font-weight: 200;
	text-decoration: none;
	color: black;
	border: none;
	background-color: white;
}

a.cp_link {
	text-decoration: none;
	color: #777777;
}

a.btn_fill_bu {
	padding: 5px 10px;
	font-size: 9px;
	line-height: 0px;
	border-radius: 15px;
	background-color: #527ADD;
	color: white;
}

button.menu_sub {
	font-size: 12px;
	text-decoration: none;
	color: black;
	padding-left: 10px;
	border: none;
	background-color: white;
	cursor: pointer;
}

button.rd_rect {
	min-width: 20px; height: 20px;
	font-size: 12px;
	text-decoration: none;
	border: 0.5px solid black;
	border-radius: 5px;
	background-color: white;
	cursor: pointer;
}

button#min_ok {
	margin-left: 135px; margin-top: 30px;
	min-width: 100px; height: 35px;
	font-size: 13.5px;
	text-decoration: none;
	border: 0.5px solid black;
	border-radius: 30px;
	background-color: white;
	cursor: pointer;
}

hr.menu {
	width: 100%;
	border: 1px solid black;
	border-bottom: 0px;
}

td.ra_cus_tl {
	padding-right: 21px; padding-top: 30px; padding-bottom: 45px;
	width: 225px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	font-size: 32px;
	font-weight: 200;
	text-align: right;
	line-height: 60px;
}

td.ra_cus_img {
	padding-left: 25px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

td.ra_cus_name {
	padding-right: 21px; padding-top: 7px; padding-bottom: 30px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	font-size: 13.5px;
	font-weight: 600;
	text-align: right;
	vertical-align: bottom;
}

td.ra_cus_wr {
	padding-right: 21px; padding-bottom: 30px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-size: 12px;
	text-align: right;
	line-height: 21px;
	vertical-align: top;
}

td.graph_bg {
	padding-top: 40px; padding-bottom: 40px;
	border-right: 0.5px solid white;
	border-collapse: collapse;
	width: 289px;
}

td.legend {
	font-size: 11px;
	color: white;
}

td.legend_main {
	font-size: 11px;
	color: red;
}

td.legend_1 {
	font-size: 11px;
	color: #3C5984;
}

td.min_slt {
	width: 180px;
	font-size: 19px;
	font-weight: 600;
	text-align: right;
	line-height: 85%;
}

td.min_slt_unit {
	font-size: 19px;
	font-weight: 600;
	vertical-align: bottom;
}

td.min_slt_btn {
	padding-top: 12px;
}

td.saving_type {
	padding-top: 30px;
	font-size: 16px;
	text-align: right;
	vertical-align: bottom;
}

td.saving_amount {
	padding: 30px 10px 0px 10px;
	width: 170px; height: 60px;
	font-size: 48px;
	text-align: right;
	font-weight: 600;
	vertical-align: bottom;
}

td.saving_unit {
	padding-top: 30px;
	font-size: 16px;
	vertical-align: bottom;
}

td.saving_more {
	padding-top: 30px;
	padding-left: 55px;
	font-size: 32px;
	font-weight: 600;
	vertical-align: bottom;
}

td.relative {
	position: relative;
}

td.about_cont {
	font-size: 10px;
	font-weight: 200;
	line-height: 20px;
	vertical-align: top;
}

td.about_sub_bg {
	text-align: center;
	vertical-align: top;
}

td.v_top {
	vertical-align: top;
}

td.cp_people_pro {
	padding-left: 40px; padding-top: 50px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	vertical-align: top;
}

td.cp_people_name {
	padding-right: 40px; padding-top: 115px;
	width: 140px;
	font-size: 13px;
	font-weight: 600;
	text-align: right;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-collapse: collapse;
}

td.cp_people_intro {
	padding-right: 40px; padding-top: 20px;
	font-size: 12px;
	line-height: 23pt;
	text-align: right;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

td.cp_people_link {
	padding: 50px 40px 20px 40px;
	font-size: 11px;
	line-height: 22pt;
	color: #777777;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

td.cp_his_tle {
	padding-left: 10px; padding-top: 36px;
	width: 80px;
	font-size: 19px;
	vertical-align: top;
	border-collapse: collapse;
}

td.cp_his_date_t {
	padding-top: 36px;
	width: 70px; height: 50px;
	font-size: 13px;
	text-align: right;
	vertical-align: top;
	border-collapse: collapse;
}

td.cp_his_cont_t {
	padding-left: 50px; padding-top: 36px;
	font-size: 13px;
	vertical-align: top;
	border-collapse: collapse;
}

td.cp_his_date {
	padding-top: 10px;
	width: 70px; height: 50px;
	font-size: 13px;
	text-align: right;
	vertical-align: top;
	border-top: 1px dotted #777777;
	border-collapse: collapse;
}

td.cp_his_cont {
	padding-left: 50px; padding-top: 10px;
	font-size: 13px;
	vertical-align: top;
	border-top: 1px dotted #777777;
	border-collapse: collapse;
}

td.cp_his_top {
	height: 30px;
}

td#top_left {
	padding-right: 44px;
	width: 450px; height: 647px;
	vertical-align: top;
	border-collapse: collapse;
}

td#top_right {
	width: 450px; height: 647px;
	border-collapse: collapse;
	vertical-align: bottom;
}

td#ra_btn {
	padding-left: 10px;
}

td#ra_img {
	width: 457px; height: 404px;
	vertical-align: top;
	border-collapse: collapse;
}

td#ra_exp {
	width: 407px; height: 467px;
	vertical-align: bottom;
	border-collapse: collapse;
}

td#vs_logo {
	width: 430px;
}

td#vs_tl {
	width: 430px;
	padding-top: 167px;
	font-size: 36px;
	font-weight: 200;
	text-align: right;
	color: white;
	line-height: 88px;
}

td#vs_tl_1 {
	padding-left: 85px; padding-top: 115px;
	font-size: 36px;
	font-weight: 200;
	color: white;
	line-height: 88px;
}

td#vs_exp {
	padding-top: 165px;
	font-size: 12.5px;
	font-weight: 200;
	text-align: right;
	color: white;
	line-height: 24px;
}

td#min_output {
	padding: 3px 50px 75px 40px;
	border: 1px solid black;
	vertical-align: top;
}

td#min_set {
	padding: 25px 50px 30px 50px;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	vertical-align: top;
}

td#min_amount_bg {
	width: 350px; height: 155px;
	vertical-align: bottom;
}

td#min_amount_unit {
	font-size: 48px;
	font-weight: 600;
	vertical-align: bottom;
}

td#saving_tl {
	padding: 65px 90px 0px 44px;
	font-size: 16px;
	font-weight: 600;
	line-height: 35px;
	vertical-align: top;
}

td#plan_test {
	width: 170px;
	vertical-align: top;
}

td#plan_btn {
	width: 150px;
	vertical-align: top;
}

td#plan_logo_bg {
	width: 410px;
	text-align: right;
	vertical-align: top;
}

td#about_cr {
	padding: 20px 20px 25px 44px;
	border-right: 1px solid black;
	vertical-align: top;
}

td#about_menu {
	padding: 20px 0px 25px 0px;
	vertical-align: top;
}

td#about_cp {
	padding-left: 12px; padding-right: 35px;
	font-size: 11px;
	line-height: 20px;
	vertical-align: top;
}

td#about_cont {
	font-size: 10px;
	font-weight: 200;
	line-height: 20px;
	vertical-align: top;
}

td#privacy {
	padding-left: 76px; 
	font-size: 10px;
	font-weight: 200;
	line-height: 20px;
	text-align: right;
	vertical-align: bottom;
}

td#cp_lines {
	padding-left: 105px;
	width: 88px; height: 88px;
	vertical-align: top;
}

td#cp_intro {
	padding-left: 280px;
	font-size: 12.5px;
	line-height: 22px;
	vertical-align: top;
}

td#gs_type_a {
	padding: 50px 77px 0px 77px;
	vertical-align: top;
}

td#gs_type_n {
	padding: 20px 77px 0px 77px;
	vertical-align: top;
}

td#gs_type_s {
	padding: 0px 77px 0px 77px;
	vertical-align: top;
}

div#movie {
	text-align: center;
}

div#sv_fixed {
	color: #2323E6;
}

div#sv_inst {
	color: #5757EA;
}

div#sv_etf {
	color: #9494F4;
}

hr#gs_title {
	margin-left: 100px;
	width: 500px;
	border: 0.5px solid #969696;
	border-bottom: 0px;
}

input.min {
	width: 180px;
	font-size: 19px;
	font-weight: 600;
	text-align: right;
	border: 0px;
}

canvas#cr_graph {
	width: 856px; height: 450px;
}

canvas#cr_graph_1 {
	width: 856px; height: 450px;
}

canvas.bar_graph {
	width: 282px; height: 450px;
}