@charset "utf-8";
@import url('/skin/notokr/notokr.css');
@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);

html { overflow-x: hidden; overflow-y: scroll; }
body { font-size: 15px; }
.body-layout { background-color: #fff; padding-top: 87px; }

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
h1, h2, h3, h4, h5, h6, p { margin: 0; }
ol, ul, li { list-style: none; list-style-position: inside; }
ol, ul { margin: 0; padding: 0; }
body i { font-family: 'FontAwesome'!important; }

.navbar .caret, .navbar-inverse .divider-vertical, .navbar ~ br, .footer-social-layout, .footer_copy .text-center > br, .topmarginLay_a { display: none; }

/* 메인 메뉴 설정 시작 */
.navbar-inverse {
    margin: 0;
    height: 88px;
    background: #fff;
    border: none;
    box-shadow: 0 0 8px rgba(0,0,0,0.16);
}
.navbar-inverse .navbar-brand {
    margin: 24px 0 !important;
    padding: 0;
    position: relative;
    width: 220px;
}
.navbar-inverse .navbar-brand img {
    margin: 0;
    height: 40px;
}
.navbar-inverse .navbar-brand:after {
    content: "파란관세사무소";
    color: #222;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.08em;
    line-height: 1;
    position: absolute;
    left: 68px;
    top: 50%;
    transform: translateY(-50%);
}
.navbar-right {
	margin-right: -40px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #222;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1;
    margin: 24px 40px;
    padding: 8px 0 10px;
    position: relative;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background: none;
    color: #276eb1;
}
.navbar-inverse .navbar-nav > li > a:hover:before, .navbar-inverse .navbar-nav > li > a:focus:before, .navbar-inverse .navbar-nav>.open>a:before, .navbar-inverse .navbar-nav>.open>a:focus:before, .navbar-inverse .navbar-nav>.open>a:hover:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: #276eb1;
	width: 100%;
	height: 4px;
}
.navbar-inverse .divider-vertical + li > a, .navbar-inverse .divider-vertical + li + li > a {
    color: #888;
    font-size: 14px;
    padding: 36px 0;
    margin: 0 16px;
}
.navbar-inverse .divider-vertical + li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -16px;
	transform: translateY(-50%);
	background: #d8d8d8;
	width: 4px;
	height: 4px;
	border-radius: 100%;
}
.navbar-inverse .divider-vertical + li > a:hover:before, .navbar-inverse .divider-vertical + li > a:focus:before {
	content: "";
    position: absolute;
    top: 50%;
    bottom: auto;
    right: -16px;
    left: auto;
    transform: translateY(-50%);
    background: #d8d8d8;
    width: 4px;
    height: 4px;
    border-radius: 100%;
}
.navbar-inverse .divider-vertical + li + li > a:hover:before, .navbar-inverse .divider-vertical + li + li > a:focus:before {
	background: none;
    width: auto;
    height: auto;
}
.navbar-inverse .dropdown-menu {
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    overflow: hidden;
}
.navbar-inverse .dropdown-menu > li > a {
    color: #222;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1;
    padding: 16px 24px;
    position: relative;
}
.navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus {
    background: #276eb1;
    color: #fff;
}
.navbar-inverse .dropdown-menu > li > a:after {
    content: "\f054";
    color: #fff;
    font-size: 10px;
    font-family: 'FontAwesome';
    line-height: 16px;
    float: right;
}
/* 메인 메뉴 설정 끝 */

/* CAROUSEL */
.fill {
    height: 90vh;
}
.container_slide{
	width:100%;
	padding:0;
	border: transparent;
}
.carousel-caption {
    top: 160px;
    bottom: auto;
    text-align: left;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    padding: 0;
}
.carousel-caption h1 span, .carousel-caption p span {
    background: none;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    opacity: 1;
    padding: 0;
}
.carousel-caption h1 span {
    color: #444;
    font-size: 40px;
    font-weight: normal;
    font-family: 'Nanumsquare' !important;
    line-height: 56px;
    letter-spacing: -0.02em;
}
.carousel-caption h1 span .caption-blue {
    color: #276eb1;
    font-size: 56px;
    font-weight: 800;
    display: block;
}
.carousel-caption p {
    color: #222;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.04em;
    margin: 32px 0 0;
}
/* 
.carousel-indicators {
    margin-bottom: auto;
    bottom: 50px;
}
.carousel-indicators li{
    width: 8px;
    height: 8px;
    background:rgba(255,255,255,0.5);
    border: none !important;
    margin: 0 15px !important;
}
.carousel-indicators .active{
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 0 15px !important;
    position:relative;
}
.carousel-indicators .active:after{
	content:"";
	width:24px;
	height:24px;
	border:1px solid #fff;
	border-radius:50%;
	position:absolute;
	transform:translate(-50%,-50%);
	left:50%;
	top:50%;
	opacity:0.5
}
.carousel-control {
	width: 8%;
	opacity:0.5
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left{
	display:none
}
.left.carousel-control{
	background:url(/skin/img/main/slide_arrow_prev.png)no-repeat center
}
.right.carousel-control{
	background:url(/skin/img/main/slide_arrow_next.png)no-repeat center
} */

/* MAIN */
#main {
    margin-top: -328px;
}
#main .col-sm-3 {
    padding: 0 12px;
}
.main-wrapper {
    height: 240px;
    width: 18%;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    transition: all .4s ease;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 8px rgba(0,0,0,0.24);
    display: inline-block;
    margin: 0 10px;
}
.main-wrapper:before {
	content: url('/skin/img/main/m_arrow_top.png');
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
}
.main-wrapper:after {
    content: url(/skin/img/main/m_arrow_bottom.png);
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}
.main-wrapper:hover {
    background: #276eb1;
    height: 320px;
    margin-top: -80px;
}

.main-wrapper .fa {
    color: #276eb1;
    font-size: 64px;
    position: relative;
    top: 48%;
}
.main-wrapper h3 {
    width: 100%;
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translateX(-50%);
    color: #222;
    font-weight: bold;
    font-family: 'Nanumsquare' !important;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.main-wrapper:hover .fa, .main-wrapper:hover h3 {
	color: #fff;
}

/* FOOTER */
.footer_copy .text-center {
    background: #f8f8f8;
    color: #888;
    font-size: 13px;
    padding: 32px 0;
    margin: -1px 0 0;
    text-align: left;
}
.footer {
    max-width: 1170px;
    margin: 0 auto;
}
.footer-inner ul {
    padding: 0;
    margin: 0;
}
.footer-inner ul li {
    display: inline-block;
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid #c4c4c4;
    line-height: 1;
}
.footer-inner ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
    float: right;
}
.footer-inner .copy {
    margin: 0;
    opacity: 0.6;
}
.footer-inner ul li:nth-child(4) {
	border: none;
}

.footer-inner ul li h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.03em;
}
.footer-inner .copy {
    margin: 0;
    opacity: 0.64;
}

/* sub page setting */

.sub-layout {
    width: 100%;
    padding: 0 0 104px;
}
.top {
    background: url(/skin/img/sub/subtop_bg.jpg) no-repeat center / cover;
    height: 320px;
    margin: 0 0 80px;
}
.top h1 {
    padding-top: 88px;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
}
.breadcrumb {
    margin: 0;
    padding: 8px 0 0;
    color: #fff;
    background: none;
}
.breadcrumb > .breadcrumb {
	padding: 0;
}
.breadcrumb > li.breadcrumb-item {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}
.breadcrumb > li > a {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}
.left-tab {
    margin-right: 72px;
    position: relative;
    padding: 0;
}
.left-tab ul {
    padding-left: 0 !important;
}
.left-tab ul li {
    border-bottom: 1px solid #e4e4e4;
}
.left-tab ul .left-header {
    background: #276eb1;
    border: none;
    color: #fff;
    font-size: 24px;
    height: 120px;
    margin-top: -200px;
    line-height: 120px;
    padding: 0 24px;
}
.left-tab ul li + .left-header {
    margin-top: 30px;
}
.left-tab ul li a {
    text-decoration: none;
    color: #888;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1;
    display: block;
    padding: 16px;
}
.left-tab ul li a:hover {
    color: #276eb1;
}
.left-tab ul .left-active a,
.left-tab ul .left-active a:hover,
.left-tab ul .left-active a:focus {
    color: #fff !important;
    background: #039fd2;
    font-size: 12px;
}
.right-content .subtitle {
    color: #222;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 16px;
    margin-bottom: 48px;
}
.table {
    margin: 0;
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #c4c4c4;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: none;
    border-bottom: 1px solid #e4e4e4;
    padding: 16px 12px;
    color: #444;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.6;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
    border-bottom: 2px solid #e4e4e4;
    color: #222;
    font-size: 16px;
}

/* info1.html */
.greeting-inner h2 {
    color: #276eb1;
    font-size: 28px;
    line-height: 1;
    margin: 40px 0 24px;
}
.greeting-inner p {
    color: #444;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 28px;
    margin: 0 0 16px;
}

/* info2.html */
.location-wrapper .root_daum_roughmap {
    width: 100% !important;
}
.location-wrapper dl {
    margin: 24px 0 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #c4c4c4;
}
.location-wrapper dl dt, .location-wrapper dl dd {
	padding: 16px 0;
	display: inline-block;
}
.location-wrapper dl dt {
	width: 24%;
}
.location-wrapper dl dd {
    width: 75%;
}

/* info4.html */
.area2 {
    margin: 80px 0 0;
}
.area-table ul li {
    position: relative;
    padding-left: 16px;
    line-height: 2;
}
.area-table ul li:before {
	content: "";
	background: #c4c4c4;
	width: 4px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
}
.profit > h2 {
    margin: 0 0 40px;
    color: #222;
    font-size: 32px;
    letter-spacing: -0.04em;
    line-height: 1;
    padding-left: 24px;
	position: relative;
}
.profit > h2:before {
	content: "";
	background: #276eb1;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-radius: 100%;
}
.profit .row {
    margin: 0 0 32px;
}
.profit .row .col-sm-12 {
    padding: 0 0 32px;
    border-bottom: 1px solid #e4e4e4;
}
.area-profit-info > h2 {
    margin: 0 0 16px;
    color: #276eb1;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 1;
}
.area-profit-info p {
    color: #444;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 28px;
}

/* area1.html */
.area-process-wrapper {
    border: 2px solid #e4e4e4;
    min-height: 400px;
    padding: 24px 16px 0;
}
.area-process-wrapper h2 {
    margin: 0 0 16px;
    color: #276eb1;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 1;
}
.area-process-wrapper ul li {
    color: #444;
    font-size: 16px;
    letter-spacing: -0.04em;
	position: relative;
    padding-left: 16px;
    line-height: 2;
}
.area-process-wrapper ul li:before {
	content: "";
	background: #c4c4c4;
	width: 4px;
	height: 1px;
	position: absolute;
	top: 16px;
	left: 0;
}

/* area2.html */
.refund-inner p {
	color: #444;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 28px;
    margin: 24px 0 0;
}

/* area3.html */
.fta-content {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e4e4e4;
}
.fta-content h2 {
    margin: 0 0 24px;
    color: #222;
    font-size: 24px;
    letter-spacing: -0.04em;
    line-height: 1;
}
.fta-content h2 span {
    font-size: 16px;
    font-weight: bold;
    color: #276eb1;
    vertical-align: top;
    padding-right: 8px;
    letter-spacing: 0.04em;
}
.fta-content ul li {
	color: #444;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.6;
	position: relative;
    padding-left: 16px;
    line-height: 2;
}
.fta-content ul li:before {
	content: "";
	background: #c4c4c4;
	width: 4px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
}

/* area4.html */
.aeo-wrapper {
	margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e4e4e4;
}
.aeo-title h3 {
    margin: 0 0 24px;
	padding-left: 16px;
    color: #222;
    font-size: 24px;
    letter-spacing: -0.04em;
    line-height: 1;
    position: relative;
}
.aeo-title h3:before {
	content: "";
    background: #276eb1;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 100%;
}
.aeo-content p {
	color: #444;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 28px;
}

/* bbs */
/*=====----- 게시판 설정 -----=====*/
.dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm {width: 100%; max-width: 1170px; margin: 0 auto; padding: 0;}
.bbs-list-index-layout .subPage .right_contents, .bbs-list-view-layout .subPage .right_contents, .bbs-list-edit-layout .subPage .right_contents {width: 100%; padding: 0;}
.dh-board>.table-hover {
    margin: 0;
    border: none;
    border-top: 2px solid #000;
    border-bottom: 1px solid #c4c4c4;
}
.dh-board>.table-hover th {
    background: #f8f8f8;
}
.dh-board .dh-margin-top {
    margin-top: 64px;
}
.dh-margin-top .text-right {
    padding-top: 3px;
}
.label-danger {
    background: none;
    color: #276eb1;
}
.dh-view-box>.row>.page-header {
    border-top: 2px solid #000;
    border-bottom: none;
    padding: 24px 0;
    text-align: center;
    margin: 0;
}
.dh-view-box>.row>.page-header h4 {
    color: #222;
    font-size: 24px;
    letter-spacing: -0.04em;
    line-height: 1;
}
.dh-view-box>.row>.dh-view-info {
    background: #f8f8f8;
    border: none;
    padding: 16px;
}

/*=====----- 메일폼 설정 -----=====*/
#mailForm {width: 100%; max-width: 1170px; margin: 0 auto;}
#mailForm .form-group {margin: 0; padding: 25px 35px; background: #f8f8f8; border-bottom: 1px solid #e0e0e0;}
#mailForm .form-group:first-child {border-top: 2px solid #000;}
#mailForm .form-group:nth-child(5) {background: none; border: none; padding: 30px 25px;}
#mailForm .form-group label {width: 15%; float: left; margin: 10px 0 0;}
#mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {width: 85%; max-width: 935px; border: 1px solid #d0d0d0; border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0);}
#mailForm .form-group input.form-control {height: 40px;}
#mailForm .form-group p.error, #mailForm .form-group~p.error {margin: 0; color: #276eb1; font-size: 12px}
#mailForm .form-group~p.error {padding-left: 35px; margin: -15px 0 0;}
#mailForm .form-group .checkbox {margin: -8px 0 0;}
#mailForm .form-group .checkbox label {width: 100%; margin: 0;}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 240px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 15px 0;
    border: 2px solid #276eb1 !important;
    border-radius: 50px;
    background: #fff !important;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    color: #276eb1;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
input[type=button].btn-block:hover, input[type=reset].btn-block:hover, input[type=submit].btn-block:hover {
    background: #276eb1 !important;
    border-color: #276eb1 !important;
    color: #fff;
}
@media screen and (max-width: 991px) {
    #mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {max-width: 567px;}
}
@media screen and (max-width: 767px) {
    #mailForm .form-group {padding: 20px 15px;}
    #mailForm .form-group label {width: 20%; font-size: 13px; font-weight: 500; letter-spacing: -0.05em;}
    #mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {width: 80%;}
    #mailForm .form-group~p.error {padding-left: 15px; margin: 0;}
    input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {margin-top: 80px;}
}

.area-bind{
    margin: 0px;
}
.area-bind:after{
    font-family: 'fontawesome';
    content: "\f061";
    display: block;
    float: right;
    position : absolute;
    top: 50%;
    left: 95%;
    transform: translateY(-50%);
    font-size : 2.3em;
    z-index: 111;
    color: #1364AF;
}

.area-bind:last-child:after{
    display: none;
}


/************************* 05-17 ***************************/

.navbar-inverse .navbar-brand:before{
    content: " ";
    display: block;
    position: absolute;
    left: -159px;
    top: 40%;
    transform: translateY(-50%);
    color: transparent;
    width: 100%;
    height: 6vh;
    background: url(/skin/img/sub/aeo.png) no-repeat center / contain;
}

.counsel-table{
    table-layout: fixed;
}
.counsel-table tbody tr td{
    vertical-align: middle;
    text-align: center;
    line-height: 2;
}

.counsel-table tbody:first-of-type td[rowspan]{
    width: 25%;
}

/*********** 05-22 *********************/

/*.counsel-table tbody tr td:nth-child(3n-2):not(.not-bg)*/
.counsel-table .area-pc-only{
    background: #276EB1;
    color: #fff;
}

.go-contact{
    margin: 40px auto;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    transition: all .3s ease;
    border: 2px solid #276EB1;
    width: 30%;
    cursor: pointer;
}

.go-contact i{
    transition: all .3s ease;
    font-weight: 600;
}

.go-contact:hover{
    background: #276EB1;
    color: #fff;
}

.go-contact:hover i{
    position: relative;
    left : 10px;
    color: #fff;
}


.area-bg{
    background: #276EB1;
    color: #fff !important;
    font-size: 20px !important;
}

/**************** 0524 mobile *******************/

.area-mobile-only{
    display: none;
}

.area-content{
    widtH: 60%;
}

@media (max-width: 767px){

.navbar-toggle{
    margin-top: 30px;
    margin-right: 20px;
    background: #2C71B3;
    border: none;
}

.navbar-inverse .dropdown-menu > li > a{
    color: #222 !important;
    padding: 0;
    font-size : 20px;
    margin: 10px 20px;
}

.navbar-nav .open .dropdown-menu{
    position: relative;
    width: 100%;
}
.navbar-inverse .navbar-collapse{
    background: #fff;
}
.fill{
    height: 149vh;
}
.container_slide {
    height: 60vh;
}    
.carousel-caption{
    top: 0px;
}
.carousel-caption{
    display: none;
    font-size: 20px !important;
}

.main-wrapper{
    width: 43%;
    margin: 10px;
}

/***** sub page setting - M *****/

.subtitle{
    font-size: 32px !important;
}
.open{
    display: block;
}
.top{
    height: 170px;
}

.container h1, .breadcrumb{
    display: none;
}
.left-tab ul .left-header {
    background: #276eb1;
    border: none;
    color: #fff;
    font-size: 24px;
    height: 90px;
    margin-top: -170px;
    line-height: 120px;
    padding: 0 24px;
    position: relative;
    left: 10%;
    text-align: center;
    display: block !important;
}

.left-header.open{
    display: block !important;
}

.left-tab ul li{
    display: none;
}

.left-tab ul li.open{
    display: block;
    position: relative;
    left: 10%;
    text-align: center;
}

.right-content .subtitle{
    text-align: center;
    margin-top: 40px;
}

.greeting-inner h2{
    font-size: 22px;
    line-height: 1.5;
}

.area-table thead th{
    text-align: center;
    vertical-align: middle;
}

.area-table thead th:first-child {
    width: 35%;
}

.area-table tbody tr td:nth-child(2n-1){
        text-align: center;
    vertical-align: middle;
}

.area-bind:after{
    transform: rotate(90deg);
    position: absolute;
    top: 83%;
    left: 47%;
}

.area-process-wrapper{
    min-height: 350px;
}

.area-process-wrapper{
    text-align: center;
}

.area-bind:nth-child(2) .area-process-wrapper{
    min-height:250px;
}
.area-process-wrapper ul li{
    padding-left:0;
}

.go-contact{
    width: 80%;
    font-size: 18px;
}

.fta-content h2{
    font-size: 24px;
    line-height: 1.5;
}

.area-mobile-only{
    display: block;
}

.pc-td{
    display: none;
}

.counsel-table .area-pc-only{
    display: none;
}
.counsel-table tbody tr td{
    font-size: 16px;
    line-height: 2;
}

.footer-inner .copy {
    margin: 0;
    opacity: 0.64;
    position: relative;
    left: -31px;
}

.footer_copy .text-center {
    background: #f8f8f8;
    color: #888;
    font-size: 13px;
    padding: 32px 6px;
    margin: -1px 0 0;
    text-align: left;
}

}

