﻿@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 100;
	src: url(../_Fonts/NotoSansKR-ExtraLight.woff) format('woff');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 200;
	src: url(../_Fonts/NotoSansKR-Light.woff) format('woff');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 300;
	src: url(../_Fonts/NotoSansKR-DemiLight.woff) format('woff');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 400;
	src: url(../_Fonts/NotoSansKR-Regular.woff) format('woff');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 500;
	src: url(../_Fonts/NotoSansKR-Medium.woff) format('woff');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 600;
	src: url(../_Fonts/NotoSansKR-Bold.woff) format('woff');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 700;
	src: url(../_Fonts/NotoSansKR-Bold-Hestia.woff) format('woff');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 800;
	src: url(../_Fonts/NotoSansKR-Black-Hestia.woff) format('woff');
}
* {
	margin: 0px; padding: 0px; color: rgb(102, 102, 102); 
	font-family: 'NotoSansKR', Dotum, '돋움', AppleSDGothicNeo, Droid Sans, arial, sans-serif;
	font-size: 14px; font-weight:300;
}
html {}
body {font-family: 'NotoSansKR', Dotum, '돋움', AppleSDGothicNeo, Droid Sans, arial, sans-serif; background: rgb(255, 255, 255);line-height: 20px; clear:both}
ul {list-style: none; word-break:keep-all;}
ol {list-style: none; word-break:keep-all;}
dl {list-style: none; word-break:keep-all;}
li {list-style: none; word-break:keep-all;}
dt {list-style: none; word-break:keep-all;}
dd {list-style: none; word-break:keep-all;}
img {border: 0px; vertical-align: middle;}
input {vertical-align: middle;padding: 0 10px;}
input {font: inherit; color: inherit; font-size-adjust: inherit; font-stretch: inherit;}
textarea {padding: 10px; border: 1px solid rgb(201, 201, 201); line-height: 1.4em;}
select {min-width:100px; padding:7px 5px 5px; border:1px solid #e5e5e5; border-radius:0 !important; background:#fff !important; font-size:12px; color:#333; vertical-align:middle;}
caption {display: none;}
address {letter-spacing: -0.04em; font-style: normal;}
textarea {padding: 5px;}
p {word-break:keep-all;}
td {word-break:keep-all;}
th {word-break:keep-all;}
span {word-break:keep-all;}
#gnb .manu li a {color: rgb(34, 34, 34); font-weight: normal; display: block;}
hr {display: none;}
fieldset {border: currentColor;}
table {border-collapse: collapse;  border-spacing: 0; margin: 0px; padding: 0px; border: 0px currentColor; font-size: 100%; vertical-align: baseline;}
a {text-decoration: none;}
a:link, a:visited, a:hover, a,active, a:focus { text-decoration:none; cursor:pointer;}
.font_middleline { text-decoration: line-through}

textarea {padding:1%; border:1px solid #bfbfbf; background:#ececec; color:#4d4d4d; resize:none;}    
em {font-style:normal;}
a, a:link, a:visited, a:active {text-decoration:none; color:#4d4d4d;}
a:hover {text-decoration:none; color:#333;}

input[type="button"], button {margin:0; padding:0; border:0; border-radius:0 !important;  cursor:pointer; } 
button, input[type="reset"], input[type="button"], input[type="submit"] {line-height:normal; border:none;}

input[type="text"],
input[type="password"],
input[type="tel"] {line-height:1; padding:6px 0 7px; border:1px solid #bfbfbf; border-radius:0 !important; background:#ececec; font-size:12px; color:#4d4d4d; text-indent:10px !important; outline:none;}
.ie7 input[type="text"], .ie7 input[type="password"], .ie7 input[type="tel"] {text-indent:0 !important;}
.ie8 input[type="text"], .ie8 input[type="password"], .ie8 input[type="tel"] {padding:8px 0 5px;}
input[type="file"] {line-height:1; padding:6px 10px 7px; border:1px solid #bfbfbf; background:#ececec; font-size:12px; color:#4d4d4d; cursor:pointer;}
.ie9 input[type="file"], .ie10 input[type="file"], .ie11 input[type="file"] {padding:6px 0 7px; border:none;}

input[type="checkbox"],
input[type="radio"] {margin:0 6px 0 0; padding:0;}
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {color:#c8212f !important;} 
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {color:#999 !important;} 

input[readonly="readonly"], input[readonly],
input[disabled="disabled"], input[disabled] { border:1px solid #e5e5e5; background:#f1f1f1; color:#4d4d4d; text-indent:10px !important;}
select[disabled] {border:1px solid #bfbfbf; background:#4d4d4d;}

/* width size */
.w10 {width:10%;}
.w15 {width:15%;}
.w20 {width:20%;}
.w25 {width:25%;}
.w30 {width:30%;}
.w35 {width:35%;}
.w40 {width:40%;}
.w45 {width:45%;}
.w50 {width:50%;}
.w52 {width:52%;}
.w55 {width:55%;}
.w60 {width:60%;}
.w65 {width:65%;}
.w70 {width:70%;}
.w80 {width:80%;}
.w85 {width:85%;}
.w90 {width:90%;}
.w95 {width:95%;}
.w100 {width:100%;}
.h50 { height:50px;}
.h100 { height:100px;}
.h200 { height:200px;}

.bk_ty {display: block;}
.back_none {background-image: none !important;}
.ml5 {margin-left: 5px !important;}
.ml13 {margin-left: 13px !important;}
.ml22 {margin-left: 22px !important;}
.ml30 {margin-left: 30px !important;}
.mr5 {margin-right: 5px !important;}
.mr30 {margin-right: 30px !important;}
.mr50 {margin-right: 50px !important;}
.mhs00 {margin-top: 0px !important;}
.mhs05 {margin-top: 5px !important;}
.mhs10 {margin-top: 10px !important;}
.mhs15 {margin-top: 15px !important;}
.mhs20 {margin-top: 20px !important;}
.mhs25 {margin-top: 25px !important;}
.mhs30 {margin-top: 30px !important;}
.mhs35 {margin-top: 35px !important;}
.mhs40 {margin-top: 40px !important;}
.mhs45 {margin-top: 45px !important;}
.mhs50 {margin-top: 50px !important;}
.mhs55 {margin-top: 55px !important;}
.mhs60 {margin-top: 60px !important;}
.mhs65 {margin-top: 65px !important;}
.mhs70 {margin-top: 70px !important;}
.mhs75 {margin-top: 75px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.ml10 {margin-left: 10px !important;}
.ml20 {margin-left: 20px !important;}
.pb20 {padding-bottom: 20px !important;}
.blue {color: rgb(100, 135, 203) !important;}
.gray {color: rgb(78, 84, 90);}
.red {color: rgb(188, 32, 39);}
.orange {color: rgb(255, 125, 0);}
.green {color: #2cb400;}

.bold {font-weight: 500 !important;}
.fr_left {float:left;}
.fr_right {float:right;}
.clear_both {clear: both;}
table td table {table-layout: auto !important;}
.txt_aleft{ text-align:left !important;}
.txt_acenter{ text-align:center !important;}
.txt_aright{text-align:right !important;}
.responsive {overflow-x: auto;}

.blue1 {color: #0000ff !important; font-size: 15px !important;;}

#skipnavition a {left: 30px; top: 0px; width: 1px; height: 1px; overflow: hidden; font-size: 1em; font-weight: bold; display: block; position: absolute; z-index: 9999;}
#skipnavition a:focus {background: rgb(100, 135, 187); padding: 3px 0px; width: 100px; height: auto; text-align: center; color: rgb(255, 255, 255); font-size: 12px;}
#skipnavition a:active {background: rgb(100, 135, 187); padding: 3px 0px; width: 100px; height: auto; text-align: center; color: rgb(255, 255, 255); font-size: 12px;}

/*좌측메뉴*/
#in-header {width: 215px; }
#in-header h1 {margin-left: -1px; height:60px; background:#ffffff; text-align:center; padding-top:25px;}

#gnb {width: 215px;}
#gnb ul.gnb_menu li.m_depth01 {clear:both; width: 215px; height: 47px; border-bottom-color: #444450; border-bottom-width: 0px; border-bottom-style: solid; display: block;}
#gnb ul.gnb_menu li.m_depth01 a.menu01 {padding: 15px 26px 15px 32px; color: #fff; font-size: 15px; display: block; min-height: 16px; font-weight: 500;}
#gnb ul.gnb_menu li.m_depth01 a.menu01:hover { background:#6399d9; color:#FFF}
#gnb ul.gnb_menu li.m_depth01 a.menu01:active {background: #6399d9; color: rgb(255, 255, 255);}
#gnb ul.gnb_menu li.m_depth01 a.on01 {background: #6399d9; height: 17px; color: rgb(255, 255, 255); border-bottom-color: rgb(230, 230, 230); border-bottom-width: 0px; border-bottom-style: solid;}
#gnb ul.gnb_menu li.m_depth01 a.on01:hover {color: rgb(255, 255, 255);}

#gnb ul.gnb_menu li ul.sub_menu { float:left; width: 215px; }
#gnb ul.gnb_menu li ul.sub_menu li.m_depth02 {background: #FFF;  display: block; border-bottom-color: rgb(211, 211, 211); border-bottom-width: 1px; border-bottom-style: dashed;}
#gnb ul.gnb_menu li ul.sub_menu li.m_depth02 span {margin: 0px; padding: 0px;}
#gnb ul.gnb_menu li ul.sub_menu li.m_depth02 a.menu02 {color: #777; padding: 7px 15px 7px 40px; font-weight:500; display: block; word-break:keep-all;}
#gnb ul.gnb_menu li ul.sub_menu li.m_depth02 a.menu02:hover {color: #6399d9; background : #FFF;}
#gnb ul.gnb_menu li ul.sub_menu li.m_depth02 a.menu02:active {color: #6399d9; background : #FFF;}
#gnb ul.gnb_menu li ul.sub_menu li.m_depth02 a.on02 {color: #33343b; background : #FFF;}
#gnb ul.gnb_menu li ul.sub_menu li.m_depth02 a.on02:hover {color: #33343b; background : #FFF;}
#gnb ul.gnb_menu li ul.sub_menu li.m_depth02 a.on02:active {color: #33343b; background : #FFF;}

#left_util {float:left;}
#left_util {width: 140px; margin-left: 35px;}
#left_util .information {margin-top: 20px;margin-bottom: 20px;}
#left_util .information ul {width: 140px; overflow: hidden;}
#left_util .information li {width: 140px; height: 27px; line-height:27px; cursor: pointer; padding-left:10px;}
#left_util .information li a {height: 27px; display: block; color:#ffffff; }
#left_util .information .Info_bt01 {background:url("../_Image/Common/Info_box_img.png") no-repeat left center;}
#left_util .information .Info_bt02 {background:url("../_Image/Common/Info_box_img_02.png") no-repeat left center;}
#left_util .information .Info_bt03 {background:url("../_Image/Common/Info_box_img_03.png") no-repeat left center;}
#left_util .information .Info_bt04 {background:url("../_Image/Common/Info_box_img_04.png") no-repeat left center;}
#left_util .eng {padding-bottom: 12px;}
.product_deskBg {display:none; position: fixed; left:0; top:0; z-index:90; width:100%; height:100%; background:rgb(0,0,0); opacity:0.5;}
.product_desk {display:none; position:fixed; left:50%; top:50%; z-index:91; max-width:650px; width:96%; border:1px solid rgb(126,162,215); background:#fff; text-align:left;}
.product_desk .product_deskInner {padding:2% 3%;}
.product_desk h4 {margin-top:10px; margin-bottom:19px; font-size:24px; color: rgb(65, 113, 184); font-weight:500;}
.product_desk p {color: rgb(0, 0, 0); margin-bottom:10px; height:28px;}
.product_desk p label {width:19%; height:28px; line-height:28px; color: rgb(0, 0, 0); font-weight:600; float:left;}
.product_desk p input[type=text] {padding:0 2%; width:75%; height:28px; line-height:28px; border:1px solid rgb(220,220,220); background:rgb(246,246,246); color:rgb(0,0,0); float:right;}
.product_desk p input[type=password] {padding:0 2%; width:75%; height:28px; line-height:28px; border:1px solid rgb(220,220,220); background:rgb(246,246,246); color:rgb(0,0,0); float:right;}
.product_desk p.textarea {height:60px;}
.product_desk p textarea {width:75%; padding:12px 2%; height:auto; border:1px solid rgb(220,220,220); background:#f6f6f6; color:rgb(0,0,0); float:right;}
.product_desk p select {width:100%; height:30px; padding:4px 5px; border:1px solid rgb(220,220,220); color:rgb(0,0,0);} 
.product_desk .btnSend {clear:both; overflow:hidden; margin-top:10px; text-align:right;}
.product_desk .close {position:absolute; right:18px; top:18px;}


/*버튼*/
.bt_aeo a {float:left; padding:20px 0px; background:#fff; border:0px solid #a2a7b9; color:#333333; font-size:13px; font-weight:500; text-align:center; width:100%; margin-bottom:5px;}
.bt_aeo a:hover {background:#fff; color:#000000;}

.bt_eco a {float:left; padding:5px 0px; background:#fff; border:0px solid #a2a7b9; color:#333333; font-size:13px; font-weight:500; text-align:center; width:100%; margin-bottom:5px;}
.bt_eco a:hover {background:#fff; color:#000000;}


.bt_main a {float:left; padding:20px 5px; background:#fff; border:3px solid #a2a7b9; color:#333333; font-size:13px; font-weight:500; text-align:center; width:100%}
.bt_main a:hover {background:#fff; color:#000000;}

.bt_orange_m {margin-top:10px; margin-bottom:5px;}
.bt_orange_m a {padding:7px 0px; background:#e68c55; color:#FFF; font-size:13px; font-weight:500; text-align:center; width:100%; display:block}
.bt_orange_m a:hover { background:#bc5414; color:#FFF;}

.bt_orange_s a {float:right; padding:4px 10px; background:#e68c55; color:#FFF; font-size:12px; font-weight:500; text-align:center}
.bt_orange_s a:hover { background:#bc5414; color:#FFF;}
	
.bt_orange a {float:left; padding:20px 15px; background:#fff; border:3px solid #fe9832; color:#333333; font-size:13px; font-weight:500; text-align:center; width:100%}
.bt_orange a:hover {background:#fe9832; color:#fff;}
	
.bt_yellow a {float:left; padding:20px 10px; background:#fff; border:3px solid #f5bc00; color:#333333; font-size:13px; font-weight:500; text-align:center; width:100%}
.bt_yellow a:hover {background:#f5bc00; color:#fff;}


/*게시판버튼*/
.bt_board a { padding:10px 20px; background:#5a4f4a; color:#FFF; font-size:14px; text-align:center}
.bt_board a:hover { background:#463d39; }

.bt_gray a {float:right; padding:10px 20px; background:#a1a1a1; color:#FFF; font-size:12px; font-weight:600; text-align:center}
.bt_gray a:hover { background:#6d6d6d; }

.bt_gray input {padding:2px 10px !important; background:#a1a1a1; color:#FFF; font-size:12px; font-weight:600; height:32px; text-align:center; cursor:pointer;}
.bt_gray input:hover { background:#6d6d6d; }


/*게시판버튼*/
.bt_search a { padding:10px 20px; background:#5a4f4a; color:#FFF; font-size:14px; text-align:center; display:inline-block}
.bt_search a:hover { background:#463d39; }



/*bullet*/
#content h2 { overflow:hidden; background:url(../_Image/Common/tit01.gif) no-repeat left 50%; color:#4881d0; font-size:18px; font-weight:500; padding-left:18px; margin:10px 0; line-height:22px}
#content h4 { overflow:hidden; color:#333333; font-size:14px; letter-spacing:-0.5px; font-weight:500; margin-top:20px; line-height:22px}
#content .faq { overflow:hidden; background:#1358a5; color:#fff; font-size:15px; font-weight:500; padding-left:18px; margin:10px 0; padding:6px 15px; line-height:22px}
#content h3 {font-size:17px; font-weight:500; color:#4881d0; padding:30px 0 10px 0; }
.bullet01 {clear:both; width:97%; background:url(../_Image/Common/tit02.gif) no-repeat left 4px; color:#160b0b; font-size:15px; font-weight:500; padding-left:16px; margin :5px 5px}
.bullet01 a {color:#160b0b; font-size:15px; font-weight:500; }
.bullet01 a:hover {color:#4085d1; font-size:15px; font-weight:500; }
.bullet02 {clear:both; background:url(../_Image/Common/tit03.gif) no-repeat left 50%; color:#4881d0; font-size:18px; font-weight:500; padding-left:23px; margin:15px 0}
.bullet03 {background:url(../_Image/Common/tit04.gif) no-repeat left 3px; color:#160b0b; font-size:15px; font-weight:500; padding-left:18px; margin :5px 8px}
.bullet04 {clear:both ; padding-left:21px; margin-bottom:15px; line-height:24px; color:#4881d0; font-size:16px; font-weight:500}
.bullet05 { color:#160b0b; font-weight:500}
.bullet06 { color:#160b0b; font-size:16px; font-weight:500}
.bullet07 { color:#160b0b; font-size:15px; }

.text1 {margin-bottom:15px; line-height:22px;}

.text11{padding-left:15px; margin-bottom:15px; line-height:22px;}
*:first-child+html .text11 { overflow:hidden; font-weight:normal; padding-left:0; }
.text11 li { margin:4px 0; letter-spacing:-0.5px;}
.text11 p { padding-bottom:20px}
*:first-child+html .text11 p { padding-left:22px;}
.text11 p img { padding-top:20px; }


.text22{ clear:both; padding-left:15px; margin-bottom:15px; line-height:24px;}
*:first-child+html .text22 {  clear:both; font-weight:normal; padding-left:0; }
.text22 li { margin:4px 0; letter-spacing:-0.5px;}
.text22 p { padding-bottom:20px}
*:first-child+html .text22 p { padding-left:22px;}
.text22 p img { padding-top:20px; }

.note {background:#f6f5f2; border-top:2px solid #e2e2e2; padding:15px}

.text_blue {color:#4085d1; font-weight:600;  }



/* 팝업 */
h1.pop_title{ padding:15px 30px; font-size:17px; color:#fff; background:#51515a; font-weight:normal;}
.pop_wrap{ padding:30px; min-height:300px; min-width:400px;}
.pop_wrap .box01{ padding:10px 40px 0px 40px; background:url(../Images/main/gray_dot.gif) 30px 22px no-repeat; font-weight:600; color:#444;}
.pop_wrap .box01 .input{ border:1px solid #bfbfbf; line-height:12px; padding:3px 5px; font-size:13px; color:#222; margin-left:15px; background:#ececec; height:23px;}
.search_gray_pop{ padding:20px 30px 10px 30px; background:#fcfcfc; border:1px solid #d8d8d8; height:40px;}
.search_gray_pop .box_srch_l{float:left;  margin-bottom: 10px; color:#222;}
.search_gray_pop .box_srch_l input{ border:1px solid #d8d8d8; line-height:12px; padding:3px 5px; font-size:13px; color:#222; margin-left:15px; height:23px;}
/*게시판 목록*/
.tablePopup {width: 100%;}
.tablePopup thead th {padding: 8px 0px; text-align: center; color: #343434; background:#ececec; border:1px solid #a0a0a0;border-top:2px solid #585858; font-weight:600}
.tablePopup tbody {border-bottom:1px solid #a0a0a0;}
.tablePopup .left {border-left:3px solid #52a1db}
.tablePopup .right {border-right:3px solid #52a1db}
.tablePopup td {padding: 10px 4px; text-align: center; color: rgb(78, 84, 90); border:1px solid #d8d8d8;}
.tablePopup td a {color: rgb(78, 84, 90);}
.tablePopup td.no {color: rgb(140, 144, 148);}
.tablePopup .gray {color: rgb(78, 84, 90);}
.tablePopup .blue {color: rgb(69, 138, 207);}
.tablePopup .red {color: rgb(188, 32, 39);}
.tablePopup .alignL {text-align: left;}

.btn_popup {  text-align: center; padding-top: 40px; padding-bottom:10px}

/*게시판버튼*/
.bt_board a { padding:5px 20px; background:#5a4f4a; color:#FFF; font-size:13px; text-align:center}
.bt_board a:hover { background:#463d39; }

/*약관*/
.con_box1 {}
.con_box1 h3 {padding:2px 16px 0px 16px; font-size:12px; color:#000; text-align:left;}
.con_box1 h4 {margin:2px 0; color:#333; margin-top:10px;}
.con_box1 p {margin:0; padding-left:18px; color:#333}
.con_box1 .number_type1 {padding-left:18px; }
.con_box1 .number_type1 li {padding:0; margin:0; list-style:none; font-weight:600;color:#444}
.con_box1 .number_type1 li ol {padding-left:15px;}
.con_box1 .number_type1 li ol li {padding:0; margin:0; list-style:none; font-weight: normal;}

.con_box1 .number_type2 {padding-left:18px; }
.con_box1 .number_type2 li {padding:0; margin:0; list-style:none; color:#333}
.con_box1 .number_type2 li ol {padding-left:15px;}
.con_box1 .number_type2 li ol li {padding:0; margin:0; list-style:none;}

.con_box1 .table_p {width: 100%; margin:10px 18px;}
.con_box1 .table_p th {padding: 8px 0px; background:#f0f0f0; text-align: center; border:1px solid #d8d8d8; border-top:1px solid #5f5f5f;}
.con_box1 .table_p td {padding: 10px 0px; text-align: center; color: rgb(78, 84, 90); border:1px solid #d8d8d8;}
.con_box1 .table_p td a {color: rgb(78, 84, 90);}

.con_box1 .table_ex {width: 100%; margin:10px 0px;}
.con_box1 .table_ex thead th {padding: 8px 0px; background:#f0f0f0; text-align: center; border:1px solid #d8d8d8; border-top:1px solid #5f5f5f;}
.con_box1 .table_ex td {padding: 10px 5px; text-align: left; color: rgb(78, 84, 90); border:1px solid #d8d8d8;}
.con_box1 .table_ex td a {color: rgb(78, 84, 90);}
.con_box1 .table_ex tfoot td {padding: 8px 0px; background:#f0f0f0; text-align: center; border:1px solid #d8d8d8; border-bottom:1px solid #5f5f5f;}


.con_box1 .box {margin:5px 18px; padding:10px; background:#f0f0f0; border:1px solid #d8d8d8;border-top:1px solid #5f5f5f;}

.tabs {clear:both;margin-bottom:40px;overflow:hidden;border-bottom:1px solid #d2d2d2;}
.tabs ul {border-bottom:1px solid #d2d2d2;}
.tabs li {padding:13px 0px;float:left;margin-right:-1px;border-left:1px solid #d2d2d2;border-top:1px solid #d2d2d2;border-right:1px solid #d2d2d2;background:#f2f2f2;color:#343434;font-size:14px;font-weight:500;text-align:center;cursor:pointer;} 
.tabs li a    {color:#343434;font-size:14px;}
.tabs li.on a {color:#0076c0;}

.clr   {clear:both;border:none;padding:0px;}
.clblu {color:#0076c0;}
/******  company intro   *********/ 
.tabs.comp li.on {margin-right:0px;border-bottom:0px;background:#5a5a5a;color:#fff;}
/*.tabs.comp li {width:482px;}*/ 
.tabs.comp li { padding:10px 20px }
.tabs.comp li a{display:block;}

.table_org {width: 100%; border-top:1px solid #5f5f5f;}
.table_org th {padding: 8px 0px; background:#f0f0f0; text-align: center; border:1px solid #d8d8d8; border-top:1px solid #5f5f5f;}
.table_org td {padding: 10px; text-align: left; color: rgb(78, 84, 90); border:1px solid #d8d8d8}
.table_org td a {color: rgb(78, 84, 90);}

.footer_bold {color: #000; font-weight:bold !important; letter-spacing:-0.5px;}