/* If we're hosting reset.css, put it up here. otherwise, rely upon external*/
/*
	Colors:
	Orange : ffa240
*/

html {

}
body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	background: #e7e5e3 url(/image/body-x.gif) top repeat-x;
}

img {
	display:block;
	margin:0;
	padding:0;
	position:relative;
}

.black {
	color: #111;
}
.frame {
	width: 960px;
	margin: 0 auto;
}

.header{
	width: 960px;
	margin: 0 auto;
}
.hidden { display:none; }


/* Clearfix */
.clear {
 display:inline-block;
}
.clear:after {
 display:block; 
 visibility:hidden; 
 clear:both; 
 height:0; 
 content: "."; 
}

/************* header ****************/
/* Global Nav */
div.nav-global {
	padding: 1em 0 7px;
	text-align: right;
}
.nav-global a {
	color: #b4b4b4;
	text-decoration: none;
}
.nav-global a:visited {
	color: #aaa;
}
.nav-global .active a, .nav-global a:hover {
	color: #ffa240;
}
.nav-global .search input {
	padding:  0;
}
.nav-global .search input.inactive {
	color: #aaa;
}

/* Main Nav */
.nav-main {
	float: left;
	position:absolute;
	width:960px;
	height: 250px;
	z-index: 10;
}
.nav-main li {
	float: left;
}
.nav-main li a {
	display: block;
	margin: 0 5px 0;
}

.nav-main a.joby-logo {
	background: url('/image/joby-logo.gif') top left no-repeat;
	width: 126px;
	height: 32px;
	text-indent: -500em;
	padding-bottom: .8em;
}

/* Sub Nav */
div.nav-sub {
	width: 960px;
	height: 30px;
	background: #1b1b1b;
	clear: both;
}

.submenu {
	padding-left:150px;
}

.nav-sub li {

	float: left;
}
.nav-sub li a {
	display: block;
	margin: 5px 10px 0;
}
.nav-sub a {
	color: #fff;
	text-decoration: none;
}
.nav-sub a:visited {
	color: #ddd;
}
.nav-sub a:hover {
	color: #ffa240 !important;
}

.nav-sub li .m1 {
	color: #ffa240;
	font-weight: bold;
	display: block;
	margin: 5px 10px 0;
}

/* Sub Nav2 */
.nav-sub2 li {
	float: right;
	width: 101px;
	height: 30px;
	border-left: 1px solid #1b1b1b;
	background: #c9c9c9;
}

.nav-sub2 li a {
	display: block;
	margin: 5px 10px 0;
}
.nav-sub2 a {
	color: #1b1b1b;
	text-decoration: none;
}
.nav-sub2 a:visited {
	color: #1b1b1b;
}
.nav-sub2 a:hover {
	margin: 0;
	width: 100px;
	height: 30px;
	display:block;
	padding-top: 5px;
	background: #ffa240; color: #1b1b1b !important;
	text-decoration: none;
}

.nav-sub2 li .m1 {
	color: #1b1b1b;
	width: 100px;
	height: 30px;
	display: block;
	background: #ffa240;
	margin: 0;
	padding-top: 6px;
}

/* nav-sub3 */
div.nav-sub3 {
	width: 960px;
	height: 30px;
	background: #1b1b1b;
	clear: both;
}
.submenu2 {
	padding-left: 305px;
}
.submenu3 {
	padding-left: 155px;
}
.nav-sub3 li {
	float: left;
}
.nav-sub3 li a {
	display: block;
	margin: 5px 10px 0;
}
.nav-sub3 a {
	color: #fff;
	text-decoration: none;
}
.nav-sub3 a:visited {
	color: #ddd;
}
.nav-sub3 a:hover {
	color: #ffa240 !important;
}

.nav-sub3 li .m1 {
	color: #ffa240;
	font-weight: bold;
	display: block;
	margin: 5px 10px 0;
}
/***************** Content ***********************/
.content {
	margin-top:80px;
	clear: both;
	position: relative;
}

/*************** page content *******************/
.content .page {
	position: relative;
	background: #fff;
	width: 960px;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0
}

/****************** Basic text styling *******************/
h1, h2, h3 {
	margin: .5em 0;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 166.666%;
}
h3 {
	font-size: 133.333%;
	margin-top: 1.1em;
}
h4 {
	font-weight: bold;
	color: #535351;
	margin: 1em 0;
}
p {
	margin: 1em 0;
}

strong, b { font-weight: bold; }
em, i { font-style: italic; }
a,
.white .black a {
	color: #1567a4;
	text-decoration: none;
}
a:visited,
.white .black a:visited {
	color: #178aa4;
}
a:hover { text-decoration: underline; }
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	/*margin: 1em 0;*/
	border: 0;
	clear: both;
}
blockquote {
	padding-left: 1em;
	border-left: 1px solid #ccc;
}
.gray {
	color: #aaa;
}
.gray a {
	color: #aaa;
	text-decoration: underline;
}
.small {
	font-size: 90%;
}
/* lists */

/* Start Simple Lists */
ul.list, 
ol.list { 
   margin:auto -3em 1em 0; 
   padding:0; 
   position:relative; 
   left:-3em;
   font-size: 9pt;
   height:0; 
   overflow:visible;
}
html > body ul.list,
html > body ol.list { 
   overflow:hidden;
   height: auto;
}
.list li { 
   margin-top:0.25em;
   margin-bottom:0.25em; 
   list-style: outside disc;
}
ol.list li {
	list-style: outside decimal;
}
 
ul.list ul, ul.list ol, 
ol.list ol, ol.list ul { 
   margin-left:1em; 
   padding-left:0; 
}
ol.faq li p { 
	margin-bottom: 1em;
	padding-right: 15px;
	line-height: 140%;
}
ol.faq a.faq { 
	font-size: 120%;
} 
ul.list li, ol.list li { 
   margin-left:5em; 
}
 
.list li li { 
   margin-left:1em; 
   list-style: outside circle;
}
 
ul.list-store li,
ul.list-store li li {
	list-style: none;
	margin-left: 1em;
	font-size: 90%;
}

ul.list-store li {
	margin-left: 4em;
	font-size: 111%;
}
ul.list-store li.giftwrap {
	border-top: 1px solid #ccc;
	padding-top: .75em;
}

/*************** General - Elements Used throughout header, content, footer ****************/

/* horizontal Lists */
.hlist li {
	display: inline;
	margin-right: 1em;
}

/* general horizontal lists */
.hlist a.active {
	font-weight: bold;
}
.hlist a:hover { text-decoration: none;}
/* active lists */
.vlist li {
	margin-bottom: .33em;
}
.vlist li.active a {
	font-weight: bold;
	color: #666;
	cursor: default;
}


/************** proteam  ************/

.pro { 	
	width: 960px;	
	height: 467px;
	background: #000;
}
.pro_head {
	width: 260px;
	float: left;
	color: #ddd;
	font-size: 9pt;
}
.pro_fla {
	width: 700px;
	height: 467px;
	float: right;
}
.protext {
	padding-left: 20px;
	text-align: left;
}
.proimg {
	margin: 20px 5px 10px 10px;
}
.pro_head proimg3 li {
	float: left;
}
.probody {
	width: 960px;
	height: 100%;
	background: #fff;
	font-size: 9pt;
	color: #666;
	line-height: 18px;
}
.pro_left {
	margin-top: 5px;
	padding-bottom: 20px;
	width: 540px;
	float: left;
}
.pro_right {
	margin-top: 5px;
	width: 380px;
	float: right;
}
.pro_thumb {
	margin:0 10px 10px 0;
	float: left;
}
.graybox {
	background:#EEEEEE none repeat scroll 0 0;
	margin:10px 0;
	padding:10px;
	text-align: left;
}
.mr1 {
	margin-right:20px !important;
}

.mt0 {
	margin-top:0;
}

/********************** Blox *********************/
.bricks {
	height: 200px;
	margin-top: 5px;
	position: relative;
}
.bricks li {
	float: left;
}
.bricks .ban {
	margin-right: 4px;
}

/********************* Specs tables **********************/
.spec-table {
	margin: 1em;
} 
.spec-table caption {
}
.spec-table tr {
}
.spec-table tr:last-child td,
.spec-table tr:last-child th {
	border-bottom: none;
}
.spec-table th {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif, '±¼¸²';
	font-weight: bold;
	font-size: 90%;
	color: #666;
	white-space: nowrap;
}
.spec-table th,
.spec-table td {
	font-size: 90%;
	padding: .5em;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
}
.spec-table col.active {
	background: #fff;
}
.spec-table ul, .spec-table ol {
	margin-bottom: 0;
}
html > body .spec-table col.active {
	border: 3px solid #ccc;
	background: none;
}
.spec-table .title td {
	font-size: 133.333%;
}
.spec-table tr.showcase {
	border: 0;
}
.spec-table tr.showcase li {
	float: left;
	display: inline;
}
.spec-table .nopad td {
	padding: 0;
}
.spec-table .showcase td {
	vertical-align: middle;
}

/* Buttons */
a.btn, 
a.btn:hover { 
	background: url('/image/orange-btn.png') top left ;
	background-position: left -40px;
	display: block;
	float: left;
	padding: 0 0 0 20px;
	text-decoration: none;
	color: #4e3e5a;
	white-space: nowrap;
}
a.btn span { 
	background: url('/image/orange-btn.png') top right;
	display: block;
	padding: 0 21px 1px 1px;
	line-height:39px;
}
a.btn:active { 
	background-position: 0 -120px;
}
a.btn:active span{ 
	background-position: right -80px;
	line-height: 40px;
	padding-bottom: 0;
} 
a.btn-narrow, a.btn-narrow:hover {
	background-image: url('/image/orange-btn-narrow.png');
	background-position: left -30px;
	padding: 0 0 0 15px;
	font-size: 87%;
}	
a.btn-narrow span { 
	background-image: url('/image/orange-btn-narrow.png');
	padding: 0 16px 1px 1px;
	line-height:29px;
}
a.btn-narrow:active { 
	background-position: 0 -90px;
	line-height: 30px;
	padding-bottom: 0;
}
a.btn-narrow:active span{ 
	background-position: right -60px;
	line-height: 30px;
} 
a.btn-flat {
	text-decoration: none;
	padding: 2px .5em;
	margin: .5em 0;
	display: inline;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
a:hover.btn-flat {
	background: #418540;
}

/************ Features ***************/
.logo {
	float: left;
}
.featTable	 {
	margin: 30px 0 30px;
	width: 940px;
	background: #fff;
	font-size: 9pt;
	color: #666;
	line-height: 20px;
}
.featTable bh {
	width: 960px;
	background: #fff;
	font-size: 9pt;
	color: #666;
	line-height: 20px;
}
.featTitle {
	width: 590px;
	padding: 10px;
}
.featT {
	color: #666;
	margin-top: 20px;
	margin-left: 10px;
	width: 580px;
	line-height: 18px;
}
.featT2 {
	color: #666;
	margin-top: 20px;
	margin-left: 10px;
	width: 590px;
	line-height: 18px;
}
.featT1 {
	width: 295px;
	padding: 0 30px 20px 0;
}
.featT2 {
	width: 590px;
	padding: 0 30px 20px 0;
}
.featT3 {
	width: 165px;
	padding: 10px;
}
.featT4 {
	width: 165px;
	padding: 10px;
}
.featT5 {
	width: 195px;
	padding: 20px;
}

.featT6 {
	text-align: left;
	width: 230px;
	padding: 0 30px 20px 0;
}

.featTable2	 {
	margin: 30px 0 30px;
	width: 940px;
	background: #fff;
	font-size: 9pt;
	color: #666;
	line-height: 20px;
}

.featT7 {
	color: #666;
	margin-top: 20px;
	margin-left: 10px;
	width: 900px;
	line-height: 18px;
}
.featTitle2 {
	padding-top: 10px;
}
.featTitle3 {
	padding: 10px 20px 10px 0;
}
.featT7_1 {
	width: 180px;
	padding: 0 20px 10px 0;
	text-align: left;
}
.featT7_1 img {
	text-align: center;
}
.feat_img {
	text-align: center;
	vertical-align: middle;
}
.feat_img2 {
	text-align: left;
	vertical-align: middle;
}

.feat_torch {
	background: #fff;
	font-size: 9pt;
	color: #666;
	line-height: 20px;
}
.bh1 {
	padding: 0 20px 0 20px;
}
/************ About ***************/
.about1 {
	float: left;
	width: 200px;
	padding-top: 30px;
	background: #fff;
}
.about2 {
	float: right;
	width: 760px;
	border-left: 1px solid #e5e5e5;
	font-size: 9pt;
}
.presslist {
	margin: 30px 0 50px 0;
}
.style1 {
	margin-left: 30px;
	text-align: left;
	color: #a0a0a0;
}
.style2 {
	margin-left: 30px;
	text-align: left;
	font-weight: bold;
	color: #626262;
}
.style3 {
	margin-left: 40px;
	text-align: left;
	color: #535353;
}
.style3 img {
	display:inline;
	margin-right: 5px;
}
.about1 .active a, 
.about1 a:visited {color: #a0a0a0;}
.about1 a:hover {color: #ffa240; text-decoration: none;}

/* Gorilacam for iPhone feature list */

.feature .icon {
	left: 0;
	top: 0;
	position: absolute;
}
.feature {
	position: relative;
	padding-left: 50px;
	width: 250px; 
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0;
	zoom: 1;
	*display: inline;
}


/* Gorillatorch Features */

.content .logo { text-align: left; } 
.h11 { height: 860px; }
.abs {
	position: absolute;
	display: block;
	text-align: left;
	font-size: 9pt;
	color: #666;
}
.l00 { left: 0; }
.l0 { left: 10px; }
.l1 { left: 90px; }
.l2 { left: 170px; }
.l3 { left: 250px; }
.l4 { left: 330px; } 
.l5 { left: 410px; }
.l6 { left: 490px; }
.l7 { left: 570px; }
.l8 { left: 650px; }
.l9 { left: 730px; }
.l10 { left: 810px; }
.l11 { left: 890px; }
/* pushing margins, each adds a little spacing */
.lh { margin-left: 40px !important; /* half */ }
.lq { margin-left: 20px !important; /* quarter */ }
.l3q { margin-left: 60px !important; /* 3/4 */ }
/* Bottom */
.b00 { bottom: 0; }
.b0 { bottom: 10px; }
/* Right */
.r00 { right: 0; }
.r0 { right: 20px; }
/* Top */
.t00 { top: 0; }
.t0 { top: 10px; }
.t1 { top: 90px; }
.t2 { top: 170px; }
.t3 { top: 250px; }
.t4 { top: 330px; } 
.t5 { top: 410px; }
.t6 { top: 490px; }
.t7 { top: 570px; }
.t8 { top: 650px; }
.t9 { top: 730px; }
.t10 { top: 810px; }
.t11 { top: 890px; }
.th,
.mt4 { margin-top: 40px !important; }
.tq,
.mt2 { margin-top: 20px !important; }
.tq2 { margin-top: 100px !important; }
.t3q,
.mt6 { margin-top: 60px !important; }
/* Margins */
.m0 { margin: 0; }
.m1 { margin: 10px; }
.m2 { margin: 20px; }
.mt1 { margin-top: 10px; }
.mt2 { margin-top: 20px; }
.mt3 { margin-top: 30px; }
.mt5 { margin-top: 50px; }
.mt7 { margin-top: 70px; }
.mt9 { margin-top: 90px; }
.ml1 { margin-left: 10px; }
.mr1 { margin-right: 10px !important; }
.mb1 { margin-bottom: 10px; }
.mb2 { margin-bottom: 20px; }
.mt0 { margin-top: 0; }
.ml0 { margin-left: 0; }
.mr0 { margin-right: 0; }
.mb0 { margin-bottom: 0; }

.w1 { width: 60px; }
.w1h { width: 100px; }
.w2 { width: 140px; }
.w2h { width: 180px; }
.w23q { width: 200px; }
.w3 { width: 220px; }
.w3h { width: 260px; }
.w4 { width: 300px; }
.w4h { width: 340px; }
.w5 { width: 380px; }
.w5h { width: 420px; }
.w6,
.whalf { width: 460px; }
.w6h { width: 500px; }
.w7 { width: 520px; }
.w7h { width: 580px; }
.w8 { width: 620px; }
.w8h { width: 660px; }
.w9 { width: 700px; }
.w10 { width: 780px; }
.w11 { width: 860px; }
.w12 { width: 940px; }
/* heights */
.h1 { height: 60px; }
.h1h { height: 100px; }
.h2 { height: 140px; }
.h2h { height: 180px; }
.h3 { height: 220px; }
.h3h { height: 260px; }
.h4 { height: 300px; }
.h4h { height: 340px; }
.h5 { height: 380px; }
.h6,
.hhalf { height: 460px; }
.h7 { height: 540px; }
.h8 { height: 620px; }
.h8h { height: 660px; }
.h9 { height: 700px; }
.h9h { height: 740px; }
.h10 { height: 780px; }
.h11 { height: 860px; }
.h12 { height: 960px; }

/************ Footer ***************/
.footer {
	padding: 10px 0 10px;
}
/*ÁÖÈ²»ö ÅøÆÁ*/
.view_tip { padding-left:28px; margin-top:6px; overflow:hidden; background:url('/image/contact/blt_circle_03.gif') no-repeat 5px 0; width:662px; }
.view_tip dt { padding-top:4px; margin-bottom:5px;  font-weight:bold; color:#ec7d4a;}
.view_tip dd { margin-left:-4px;}
.view_tip ul { padding-top:4px;}
.view_tip ul li.tit { font-weight:bold; color:#ec7d4a; margin-bottom:5px;}
.view_tip ul li.end { color:#4aaaf0; margin-top:5px;}
ul.notice_type01 {width:100%; overflow:hidden; }/*±âº», color-±âº»*/
ul.notice_type01 li {line-height:15px; padding-left:8px; margin-bottom:3px; background:url(/image/contact/blt_square_01.gif) no-repeat left 5px;}
ul.notice_type01 li.last{margin-bottom:0;}/*¹ØÀ¸·Î 7´ÜÀ§ ¸¶ÁøÀÌ³ª ÆÐµù*/

/* rowTable type 01 - È¸¿ø°¡ÀÔ Æû ½ºÅ¸ÀÏ */
table.rowTable01 th,td { padding-bottom:13px; color:#676566; vertical-align:top;}
table.rowTable01 th { background-color:#f6f7f9; text-align:left;}
table.rowTable01 th img { margin-left:30px;}
table.rowTable01 td { padding-left:30px;  vertical-align:top;}
table.rowTable01 td.none { padding-left:0px;  vertical-align:top;}
table.rowTable01 th.first,td.first { padding:18px 0px 10px 0px;}
table.rowTable01 th.end,td.end { padding-bottom:17px; border-bottom:1px solid #ced4dd; }
table.rowTable01 th.txt_first01,td.txt_first01 { padding:10px 0px 0px 0px;} /* th Ã¹ºÎºÐÀÌ txt·Î ½ÃÀÛÇÒ °æ¿ì(¶óÀÎ ¾øÀ½)*/
table.rowTable01 th.txt_first02,td.txt_first02 { padding:10px 0px 0px 0px;} /* th Ã¹ºÎºÐÀÌ inputÀ¸·Î ½ÃÀÛÇÏ°í txt·Î ³¡³¯°æ¿ì(¶óÀÎ ¾øÀ½)*/
table.rowTable01 th.txt_line,td.txt_line { padding-bottom:10px; border-bottom:0px; } /* td Áß°£¶óÀÎÀÌ txt·Î ³¡³¯°æ¿ì(¶óÀÎ¾øÀ»¶§) */
table.rowTable01 th.txt_end,td.txt_end { padding-bottom:17px; border-bottom:1px solid #ced4dd; } /*Å×ÀÌºí ¸¶Áö¸·ÀÌ txt·Î ³¡³¯°æ¿ì */
table.tb_Border01 { border-top:1px solid #ced4dd; color:#676566; } /* table border top 1px */
.box_size02 { width:690px; overflow:hidden; !important;}
/* Å×ÀÌºí ¹Ø¿¡ ¹öÆ° ½ºÅ¸ÀÏ */
.table_btn { margin-top:10px; }
ul.table_btn { list-style:none; float:right;}
ul.table_btn li { float:left; margin-left:5px;}
ul.table_btn li img { vertical-align:top;}
ul.table_btn li img.hidden { margin-bottom:1px;}

/* MaRGIN, paDDING ¼±ÁöÁ¤ ½ºÅ¸ÀÏ½ÃÆ® */
.mg_auto { margin:0 auto;}
.mg_tm01 { margin-top: -1px !important; } .mg_tm02 { margin-top: -2px !important; }
.mg_tm03 { margin-top: -3px !important; } .mg_tm04 { margin-top: -4px !important; }
.mg_tm05{ margin-top: -5px !important; }
.mg_tm10{ margin-top: -10px !important; }

.mg_t0 { margin-top: 0 !important; }
.mg_t01 { margin-top: 1px !important; } .mg_t02 { margin-top: 2px !important; }
.mg_t03 { margin-top: 3px !important; } .mg_t04 { margin-top: 4px !important; }
.mg_t05 { margin-top: 5px !important; } .mg_t06 { margin-top: 6px !important; }
.mg_t07 { margin-top: 7px !important; } .mg_t08 { margin-top: 8px !important; }
.mg_t09 { margin-top: 9px !important; } .mg_t10 { margin-top: 10px !important; }
.mg_t11 { margin-top: 11px !important; } .mg_t12 { margin-top: 12px !important; }
.mg_t13 { margin-top: 13px !important; } .mg_t14 { margin-top: 14px !important; }
.mg_t15 { margin-top: 15px !important; } .mg_t16 { margin-top: 16px !important; }
.mg_t17 { margin-top: 17px !important; } .mg_t18 { margin-top: 18px !important; }
.mg_t19 { margin-top: 19px !important; } .mg_t27 { margin-top: 27px !important; }
.mg_t20 { margin-top: 20px !important; } .mg_t21 { margin-top: 21px !important; }
.mg_t23 { margin-top: 23px !important; } .mg_t24 { margin-top: 24px !important; }
.mg_t25 { margin-top: 25px !important; } .mg_t28 { margin-top: 28px !important; }
.mg_t29 { margin-top: 29px !important; }
.mg_t30 { margin-top: 30px !important; } .mg_t32 { margin-top: 32px !important; }
.mg_t33 { margin-top: 33px !important; } .mg_t34 { margin-top: 34px !important; }
.mg_t35 { margin-top: 32px !important; } .mg_t36 { margin-top: 36px !important; }
.mg_t37 { margin-top: 37px !important; } .mg_t38 { margin-top: 38px !important; }
.mg_t40 { margin-top: 40px !important; } .mg_t42 { margin-top: 42px !important; }
.mg_t44 { margin-top: 44px !important; } .mg_t45 { margin-top: 45px !important; }
.mg_t50 { margin-top: 50px !important; } .mg_t54 { margin-top: 54px !important; }
.mg_t56 { margin-top: 56px !important; }
.mg_t60 { margin-top: 60px !important; }

.mg_b0  { margin-bottom: 0 !important; }
.mg_b01 { margin-bottom: 1px !important; } .mg_b02 { margin-bottom: 2px !important; }
.mg_b03 { margin-bottom: 3px !important; } .mg_b04 { margin-bottom: 4px !important; }
.mg_b05 { margin-bottom: 5px !important; } .mg_b06 { margin-bottom: 6px !important; }
.mg_b07 { margin-bottom: 7px !important; } .mg_b08 { margin-bottom: 8px !important; }
.mg_b09 { margin-bottom: 9px !important; } .mg_b10 { margin-bottom: 10px !important; }
.mg_b11 { margin-bottom: 11px !important; }.mg_b12 { margin-bottom: 12px !important; }
.mg_b13 { margin-bottom: 13px !important; } .mg_b14 { margin-bottom: 14px !important; }
.mg_b15 { margin-bottom: 15px !important; } .mg_b16 { margin-bottom: 16px !important; }
.mg_b17 { margin-bottom: 17px !important; } .mg_b18 { margin-bottom: 18px !important; }
.mg_b19 { margin-bottom: 19px !important; } .mg_b20 { margin-bottom: 20px !important; }
.mg_b22 { margin-bottom: 22px !important; } .mg_b23 { margin-bottom: 23px !important; }
.mg_b24 { margin-bottom: 24px !important; } .mg_b25 { margin-bottom: 25px !important; }
.mg_b26 { margin-bottom: 26px !important; } .mg_b27 { margin-bottom: 27px !important; }
.mg_b28 { margin-bottom: 28px !important; } .mg_b29 { margin-bottom: 29px !important; }
.mg_b30 { margin-bottom: 30px !important; } .mg_b31 { margin-bottom: 31px !important; }
.mg_b32 { margin-bottom: 32px !important; }
.mg_b33 { margin-bottom: 33px !important; } .mg_b34 { margin-bottom: 34px !important; }
.mg_b36 { margin-bottom: 36px !important; } .mg_b37 { margin-bottom: 37px !important; }
.mg_b38 { margin-bottom: 38px !important; } .mg_b39 { margin-bottom: 39px !important; }
.mg_b40 { margin-bottom: 40px !important; } .mg_b41 { margin-bottom: 41px !important; }
.mg_b42 { margin-bottom: 42px !important; }
.mg_b45 { margin-bottom: 45px !important; }
.mg_b48 { margin-bottom: 48px !important; } .mg_b50 { margin-bottom: 50px !important; }
.mg_b52 { margin-bottom: 52px !important; }
.mg_b61 { margin-bottom: 61px !important; } .mg_b65 { margin-bottom: 65px !important; }
.mg_b70 { margin-bottom: 70px !important; }
.mg_b100 { margin-bottom: 100px !important; }


.mg_l0 { margin-left: 0px !important; } .mg_l01 { margin-left: 1px !important; }
.mg_l02 { margin-left: 2px !important; } .mg_l03 { margin-left: 3px !important; }
.mg_l04 { margin-left: 4px !important; } .mg_l05 { margin-left: 5px !important; }
.mg_l06 { margin-left: 6px !important; } .mg_l08 { margin-left: 8px !important; }
.mg_l10 { margin-left: 10px !important; } .mg_l14 { margin-left: 14px !important; }
.mg_l15 { margin-left: 15px !important; } .mg_l16 { margin-left: 16px !important; }
.mg_l18 { margin-left: 18px !important; } .mg_l20 { margin-left: 20px !important; }
.mg_l21 { margin-left: 21px !important; }
.mg_l25 { margin-left: 25px !important; } .mg_l23 { margin-left: 23px !important; }
.mg_l28 { margin-left: 28px !important; }
.mg_l24 { margin-left: 24px !important; } .mg_l30 { margin-left: 30px !important; }
.mg_l32 { margin-left: 32px !important; } .mg_l35 { margin-left: 35px !important; }
.mg_l40 { margin-left: 40px !important; } .mg_l44 { margin-left: 44px !important; } 

.mg_l50 { margin-left: 50px !important; }
.mg_l55 { margin-left: 55px !important; } .mg_l60 { margin-left: 60px !important; }
.mg_l65 { margin-left: 68px !important; }

.mg_l90 { margin-left: 90px !important; } .mg_l105 { margin-left: 105px !important; }

.mg_r0 { margin-right: 0 !important; }
.mg_r01 { margin-right: 1px !important; } .mg_r02 { margin-right: 2px !important; }
.mg_r03 { margin-right: 3px !important; } .mg_r04 { margin-right: 4px !important; }
.mg_r05 { margin-right: 5px !important; } .mg_r06 { margin-right: 6px !important; }
.mg_r07 { margin-right: 7px !important; }
.mg_r08 { margin-right: 8px !important; } .mg_r09 { margin-right: 9px !important; }
.mg_r10 { margin-right: 10px !important; } .mg_r11 { margin-right: 11px !important; }
.mg_r12 { margin-right: 12px !important; } .mg_r13 { margin-right: 13px !important; }
.mg_r14 { margin-right: 14px !important; } .mg_r15 { margin-right: 15px !important; }
.mg_r16 { margin-right: 16px !important; } .mg_r17 { margin-right: 17px !important; }
.mg_r18 { margin-right: 18px !important; } .mg_r19 { margin-right: 19px !important; }

.mg_r20 { margin-right: 20px !important; } .mg_r21 { margin-right: 21px !important; }
.mg_r23 { margin-right: 23px !important; }
.mg_r24 { margin-right: 24px !important; } .mg_r25 { margin-right: 25px !important; }
.mg_r26 { margin-right: 26px !important; } .mg_r27 { margin-right: 27px !important; }
.mg_r28 { margin-right: 28px !important; } .mg_r29 { margin-right: 29px !important; }
.mg_r30 { margin-right: 30px !important; } .mg_r31 { margin-right: 31px !important; }
.mg_r32 { margin-right: 32px !important; } .mg_r35 { margin-right: 35px !important; }
.mg_r37 { margin-right: 37px !important; } .mg_r38 { margin-right: 38px !important; }
.mg_r39 { margin-right: 39px !important; } .mg_r40 { margin-right: 40px !important; }
.mg_r45 { margin-right: 45px !important; } .mg_r50 { margin-right: 50px !important; }
.mg_r60 { margin-right: 60px !important; } .mg_r80 { margin-right: 80px !important; }
.mg_r90 { margin-right: 90px !important; } .mg_r100 { margin-right: 100px !important; }


.pd0 { padding:0px !important; }
.pd_t0 { padding-top: 0 !important; } .pd_t01 { padding-top: 1px !important; }
.pd_t02 { padding-top: 2px !important; } .pd_t03 { padding-top: 3px !important; }
.pd_t04 { padding-top: 4px !important; } .pd_t05 { padding-top: 5px !important; }
.pd_t06 { padding-top: 6px !important; } .pd_t07 { padding-top: 7px !important; }
.pd_t08 { padding-top: 8px !important; } .pd_t09 { padding-top: 9px !important; }
.pd_t10 { padding-top: 10px !important; } .pd_t11 { padding-top: 11px !important; }
.pd_t12 { padding-top: 12px !important; } .pd_t13 { padding-top: 13px !important; }
.pd_t14 { padding-top: 14px !important; } .pd_t15 { padding-top: 15px !important; }
.pd_t16 { padding-top: 16px !important; } .pd_t17 { padding-top: 17px !important; }
.pd_t18 { padding-top: 18px !important; } .pd_t19 { padding-top: 19px !important; }
.pd_t20 { padding-top: 20px !important; } .pd_t22 { padding-top: 22px !important; }
.pd_t23 { padding-top: 23px !important; } .pd_t24 { padding-top: 24px !important; }
.pd_t25 { padding-top: 25px !important; } .pd_t26 { padding-top: 26px !important; }
.pd_t27 { padding-top: 27px !important; } .pd_t28 { padding-top: 28px !important; }
.pd_t29 { padding-top: 29px !important; }

.pd_t30 { padding-top: 30px !important; } .pd_t35 { padding-top: 35px !important; }
.pd_t36 { padding-top: 36px !important; }
.pd_t37 { padding-top: 37px !important; } .pd_t40 { padding-top: 40px !important; }
.pd_t50 { padding-top: 50px !important; } .pd_t61 { padding-top: 61px !important; }
.pd_t75 { padding-top: 75px !important; }

.pd_b0 { padding-bottom: 0 !important; }    .pd_b01 { padding-bottom: 1px !important; }
.pd_b02 { padding-bottom: 2px !important; }
.pd_b03 { padding-bottom: 3px !important; } .pd_b04 { padding-bottom: 4px !important; }
.pd_b05 { padding-bottom: 5px !important; } .pd_b06 { padding-bottom: 6px !important; }
.pd_b07 { padding-bottom: 7px !important; } .pd_b08 { padding-bottom: 8px !important; }
.pd_b09 { padding-bottom: 8px !important; }  .pd_b10 { padding-bottom: 10px !important; }
.pd_b11 { padding-bottom: 11px !important; } .pd_b12 { padding-bottom: 12px !important; }
.pd_b13 { padding-bottom: 13px !important; } .pd_b14 { padding-bottom: 14px !important; }
.pd_b15 { padding-bottom: 15px !important; } .pd_b16 { padding-bottom: 16px !important; }
.pd_b17 { padding-bottom: 17px !important; } .pd_b18 { padding-bottom: 18px !important; }
.pd_b19 { padding-bottom: 19px !important; }
.pd_b20 { padding-bottom: 20px !important; } .pd_b21 { padding-bottom: 21px !important; }
.pd_b24 { padding-bottom: 24px !important; } .pd_b26 { padding-bottom: 26px !important; }
.pd_b27 { padding-bottom: 27px !important; }
.pd_b29 { padding-bottom: 29px !important; } .pd_b35 { padding-bottom: 35px !important; }
.pd_b30 { padding-bottom: 30px !important; } .pd_b36 { padding-bottom: 36px !important; }
.pd_b37 { padding-bottom: 37px !important; }
.pd_b40 { padding-bottom: 40px !important; } .pd_b42 { padding-bottom: 42px !important; }
.pd_b50 { padding-bottom: 50px !important; } .pd_b55 { padding-bottom: 55px !important; }
.pd_b67 { padding-bottom: 67px !important; }


.pd_l0 { padding-left: 0px !important; }
.pd_l05 { padding-left: 5px !important; } .pd_l07 { padding-left: 7px !important; }
.pd_l09 { padding-left: 9px !important; }
.pd_l10 { padding-left: 10px !important; } .pd_l14 { padding-left: 14px !important; }
.pd_l15 { padding-left: 15px !important; } .pd_l16 { padding-left: 16px !important; }
.pd_l18 { padding-left: 18px !important; } .pd_l17 { padding-left: 17px !important; }
.pd_l20 { padding-left: 20px !important; } .pd_l23 { padding-left: 23px !important; }
.pd_l25 { padding-left: 25px !important; }
.pd_l27 { padding-left: 27px !important; } .pd_l28 { padding-left: 28px !important; }
.pd_l30 { padding-left: 30px !important; } .pd_l32 { padding-left: 32px !important; }
.pd_l40 { padding-left: 40px !important; } .pd_l90 { padding-left: 90px !important; }
.pd_l45 { padding-left: 45px !important; } .pd_l60 { padding-left: 60px !important; }
.pd_l62 { padding-left: 62px !important; } .pd_l120{padding-left:120px;}

.pd_r0 { padding-right: 0px !important; }   .pd_r01 { padding-right: 1px !important; }
.pd_r05 { padding-right: 5px !important; }
.pd_r09 { padding-right: 9px !important; }  .pd_r10 { padding-right: 10px !important; }
.pd_r15 { padding-right: 15px !important; } .pd_r20 { padding-right: 20px !important; }
 .pd_r28 { padding-right: 28px !important; }
.pd_r30 { padding-right: 30px !important; } .pd_r90 { padding-right: 90px !important; }

.fc01 { color:#525051 !important; } /* Â£Àº È¸»ö */
.fc02 { color:#586b89 !important; } /* ³²»ö */
.fc03 { color:#2e466b !important; } /* ÁøÇÑ³²»ö */
.fc04 { color:#697b93 !important; } /* ¿¶Àº³²»ö */
.fc05 { color:#f58428 !important; } /* ÁÖÈ²»ö */
.fc06 { color:#a9a7a8 !important; } /* ¿¶ÀºÈ¸»ö */
.fc07 { color:#85b2c7 !important; } /* ÇÏ´Ã»ö */
.fc08 { color:#da4449 !important; } /* »¡°­ */
.fc09  { color:#bfde9b !important;} /*¿¬µÎ»ö*/
.fc10  { color:#edda18 !important;} /*³ë¶û*/
.fc11  { color:#65a1d7 !important;} /*¿¬ÇÏ´Ã*/
.fc12  { color:/*#4aaaf0*/#50b3cf !important;} /*¿¬ÆÄ¶û»ö*/
.fc13 {color:#445571 !important;} /*ÁøÇÑ³²»ö 2*/
.fc14{color:#d4d3d3 !important;} /*¿¶Àº È¸»ö2*/
.fc15 { color:#ec7d4a !important; } /* ÁÖÈ²»ö2 */
.fc16  { color:#7bc22f !important;} /*¿¬µÎ»ö2*/
.fc17  { color:#ffffff !important;} /*Èò»ö*/
.fc18  { color:#b1d489 !important;} /*¿¬µÎ»ö3*/
.fc19  { color:#235477 !important;} /*¿¬µÎ»ö3*/
.fc20  { color:#ab89c4 !important;} /*¿¬º¸¶ó*/
.fc21 { color:#9da9bb !important;} /*¾îµÎ¿î ÆÄ¶û*/
.fc22 { color:#939192 !important;} /*¿¬È¸»ö*/
.fc23 { color:#444243 !important;} /* ¿¶Àº°ËÁ¤ */
.fc24 { color:#ffffff !important;} /* ¿¶Àº°ËÁ¤ */
.fc25 { color:#64a0be !important;} /* Â£Àº ÇÏ´Ã»ö */
.fc26 { color:#838fa2 !important;} /* ¸íµµ Â£Àº º¸¶ó»ö */
.fc27 { color:#67758C !important;} /* *¿¬ÇÑ³²»ö */
.fc28 { color:#272425 !important;} /* ÁøÇÑ °ËÁ¤ */
.fc29 { color:#ebdf65 !important;} /* Â£Àº ³ë¶û */
.fc30 {color:#4f91cd !important;}
