﻿@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
    height: 100%;
}

ul, ol { list-style: none; }

img {
    border: 0;
    vertical-align: middle;
}

a {
    color: #666;
    text-decoration: none;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}


/* FONT-FACE */

@font-face {
    font-family: "Nanum Gothic";
    font-weight: normal;
    src: url(/fonts/nanumgothic.eot);
    src: local(※), url(/fonts/nanumgothic.woff) format("woff");
}

@font-face {
    font-family: "Nanum Gothic";
    font-weight: bold;
    src: url(/fonts/nanumgothicbold.eot);
    src: local(※), url(/fonts/nanumgothicbold.woff) format("woff");
}


/* NORMALIZED UIKIT */

.heading-group {
    margin-bottom: 45px;
    padding: 54px 0 52px;
    border-bottom: 1px solid #e8e8e8;
}

.heading-group h2 {
    margin-bottom: 25px;
    color: #333;
    font-weight: bold;
    font-size: 38px;
    letter-spacing: -1px;
}

.heading-group h3 {
    padding-top: 20px;
    background: url(/images/en/sub/common/bar-heading-group.png) no-repeat;
    color: #7f5f2e;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: -1px;
}

.heading-group p {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
}

.heading-group.type-mypage { background: url(/images/en/sub/common/heading-bg-mypage.png) no-repeat; }
.heading-group.type-energy { background: url(/images/en/sub/common/heading-bg-energy.png) no-repeat; }
.heading-group.type-service { background: url(/images/en/sub/common/heading-bg-service.png) no-repeat; }
.heading-group.type-company { background: url(/images/en/sub/common/heading-bg-company.png) no-repeat; }
.heading-group.type-recruit { background: url(/images/en/sub/common/heading-bg-recruit.png) no-repeat; }

/* 표 */

table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    width: 100%;
}

caption span {
    overflow: hidden;
    position: fixed;
    top: -9999px;
    left: -9999px;
    width: 10px;
    height: 25px;
}

.table {
    border-top: 2px solid #6f6f6f;
    border-bottom: 1px solid #d8d8d8;
}

.table table thead th {
    padding: 13px 20px 14px;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    background-color: #f9f9f9;
    color: #444;
    font-weight: bold;
}

.table table thead th:first-child {
    border-left: 0;    
}

.table table tbody th {
    padding: 11px 20px 12px;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    background-color: #f9f9f9;
    font-weight: bold;
    text-align: center;
}

.table table tbody td {
    padding: 11px 20px 12px;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    background-color: #fff;
    text-align: center;
}

.table table tbody tr:first-child td {
    border-top: 0;
}

.table table tbody tr th:first-child {
    border-left: 0;
}

.table table tbody tr td:first-child {
    border-left: 0;
}

.table table thead tr th.borderfix {
    border-left: 1px solid #eaeaea;
}

.table table tbody tr th.borderfix {
    border-left: 1px solid #eaeaea;
}

.table table tbody tr td.borderfix {
    border-left: 1px solid #eaeaea;
}

.table.white table tbody th {
    background-color: #fff;
    font-weight: normal;
    font-family: "Nanum Gothic";
}

/* 탭메뉴 */

.tab.default {
    overflow: hidden;
}

.tab.default.item-2 li {
    float: left;
    width: 413px;
    margin-left: -1px;
}

.tab.default.item-2 li:first-child {
    width: 413px;
    margin-left: 0;
}

.tab.default.item-3 li {
    float: left;
    width: 276px;
    margin-left: -1px;
}

.tab.default.item-3 li:first-child {
    width: 275px;
    margin-left: 0;
}

.tab.default.item-4 li {
    float: left;
    width: 207px;
    margin-left: -1px;
}

.tab.default.item-4 li:first-child {
    width: 207px;
    margin-left: 0;
}

.tab.default.item-5 li {
    float: left;
    width: 166px;
    margin-left: -1px;
}

.tab.default.item-5 li:first-child {
    width: 165px;
    margin-left: 0;
}

.tab.default.item-6 li {
    float: left;
    width: 139px;
    margin-left: -1px;
}

.tab.default.item-6 li:first-child {
    width: 135px;
    margin-left: 0;
}

.tab.default li a {
    display: block;
    padding: 8px 0;
    border: 1px solid #7c7c7c;
    background-color: #909090;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

.tab.default li.active a {
    background-color: #e70128;
    border: 1px solid #e70127;
}

.tab.line {
    overflow: hidden;
}

.tab.line.item-2 li {
    width: 412px;
    margin-left: 1px;
}

.tab.line.item-2 li:first-child {
    width: 412px;
    margin-left: 0;
}

.tab.default.item-2-paju li {
    float: left;
    width: 206px;
    margin-left: -1px;
}

.tab.default.item-2-paju li:first-child {
    width: 206px;
    margin-left: 0;
}

.tab.line.item-3 li {
    width: 274px;
    margin-left: 1px;
}

.tab.line.item-3 li:first-child {
    width: 275px;
    margin-left: 0;
}

.tab.line.item-4 li {
    width: 205px;
    margin-left: 1px;
}

.tab.line.item-4 li:first-child {
    width: 207px;
    margin-left: 0;
}

.tab.line.item-5 li {
    width: 164px;
    margin-left: 1px;
}

.tab.line.item-5 li:first-child {
    width: 165px;
    margin-left: 0;
}

.tab.line.item-6 li {
    width: 136px;
    margin-left: 1px;
}

.tab.line.item-6 li:first-child {
    width: 140px;
    margin-left: 0;
}

.tab.line li {
    float: left;
}

.tab.line li a {
    display: block;
    padding: 11px 0;
    border-bottom: 3px solid #888;
    font-weight: bold;
    font-size: 14px;
}

.tab.line li.active a {
    border-bottom: 3px solid #e70128;
    color: #e70128;
}


/* 
    셀렉트박스

    1. 너비지정시 .select의 width값을 조절
    2. 높이값을 수정할 때는 label의 padding값과 selecr의 height값을 같이 수정

*/

.select { 
    display: inline-block;
    position: relative;
    width: 170px;
    vertical-align: middle;
}
.select label {
    display: block;
    position: relative;
    height: 16px;
    padding: 6px 28px 6px 5px;
    border: 1px solid #e8e8e8;
    background: #fff url(/images/en/sub/common/select-bg.png) no-repeat right center;
}
.select select {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    color: #666;
    font-size: 13px;
    line-height: 1.2;
    font-family: "Nanum Gothic";
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.select.focus label {
    outline: 5px auto #4D90FE;
} 

.select.disabled label {
    background-color: #f5f5f5;
    color: #a7a7a7;
}

.select.disabled select{
    cursor: default;
}


/* 파일 */

.file {
    position: relative;
    width: 317px;
    font-size: 0;
}

.file input[type="text"] {
    position: relative;
    z-index: 20;
    width: 200px;
}

.file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file span {
    display: inline-block;
    margin-left: 15px;
    min-width: 52px;
    padding: 7px 14px 8px;
    background-color: #444;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
}

/* 텍스트박스*/

input[type="text"],
input[type="password"] {
    box-sizing: content-box;
    height: 16px;
    padding: 6px 10px;
    border: 1px solid #e8e8e8;
    color: #666;
    font-size: 14px;
    line-height: 1.2;
    font-family: "Nanum Gothic";
    vertical-align: middle;
}

input[type="checkbox"],
input[type="radio"] {
    width: 13px;
    height: 13px;
    vertical-align: middle;
    cursor: pointer;
}

textarea {
    border: 1px solid #e8e8e8;
    padding: 6px 10px;
    color: #666;
    font-size: 14px;
    line-height: 1.2;
    font-family: "Nanum Gothic";
    vertical-align: middle;
}

/*
    버튼

    4글자 이하일 경우 버튼의 너비는 width와 padding을 합쳐서 80px이다.
    5글자부터는 양쪽에 14px의 여백이 적용되어 유동적으로 늘어난다.

*/

.btn-wrap {
    overflow: hidden;
}

.btn-wrap .align-left {
    float: left;
}

.btn-wrap .align-right {
    float: right;
}

a.btn {
    display: inline-block;
    min-width: 112px;
    padding: 10px 14px 11px;
    background-color: #444;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}

.btn.sm {
    min-width: 52px;
    padding: 7px 14px;
    font-size: 14px;
}

.btn.xs {
    min-width: 52px;
    padding: 6px 14px;
    font-weight: normal;
    font-size: 12px;
}

.btn.red {
    background-color: #e70128;
}

.btn.sm.white {
    padding: 6px 14px;
}

.btn.xs.white {
    padding: 5px 14px;
}

.btn.white {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #666;
}

.btn.gray {
    background-color: #909090;
}

/* 페이징 */

.paging {
    text-align: center;
    font-size: 0;
}

.paging .num {
    display: inline-block;
    margin: 0 20px;
    color: #757575;
    font-weight: bold;
    font-size: 15px;
    vertical-align: middle;
}

.paging .num a {
    display: inline-block;
    margin-left: 17px;
    padding: 6px 0;
    color: #757575;
    text-align: center;
}

.paging .num a:first-child {
    margin-left: 0;
}

.paging .num a.active {
    color: #ff7b00;
}

.paging .num .current-page {
    display: inline-block;
    color: #ff7b00;
    padding: 6px 0;
    vertical-align: middle;
}

.paging .num .pisa {
    display: inline-block;
    margin: 0 10px;
    padding: 6px 0;
    vertical-align: middle;
}

.paging .num .total-page {
    display: inline-block;
    padding: 6px 0;
    vertical-align: middle;

}

.paging .btn-prev {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/images/en/sub/common/paging-btn-prev.png) no-repeat;
    vertical-align: middle;
}

.paging .btn-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/images/en/sub/common/paging-btn-next.png) no-repeat;
    vertical-align: middle;
}

.board-view .board-view-head {
    margin-bottom: 18px;
}

.board-view .board-view-head .subject {
    color: #333;
    font-weight: bold;
    font-size: 18px;
}

.board-view .board-view-head .subject .category {
    color: #e70128;
}

.board-view .board-view-head .date {
    margin-top: 6px;
    color: #666;
    font-size: 12px;
}

.board-view .board-view-head .date em {
    font-style: normal;
}

.board-view .btn-wrap.top {
    margin-bottom: 20px;
}

.board-view .board-view-body {
    border-top: 2px solid #6f6f6f;
    border-bottom: 1px solid #e8e8e8;
    word-break: break-all;
}

.board-view .board-view-body img {
    max-width: 100%;
}

.board-view .btn-wrap.bottom {
    margin-top: 20px;
}

.board-view .list {
    margin-top: 40px;
}

.board-view .list ul {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.board-view .list ul li {
    overflow: hidden;
    border-top: 1px solid #eaeaea;
}

.board-view .list ul li:first-child {
    border-top: 0;
}

.board-view .list ul li span {
    display: inline-block;
    padding: 11px 20px;
    vertical-align: top;
}

.board-view .list ul li .title {
    width: 50px;
    background: #f9f9f9 url(/images/en/sub/service/board-list-arrow.png) no-repeat;
    color: #363636;
    font-weight: bold;
}

.board-view .list ul li.list-prev .title {
    background-position: 65px 17px;
}

.board-view .list ul li.list-next .title {
    background-position: 65px -33px;
}

.board-view .list ul li .subject {
    width: 590px;
}

.board-view .list ul li .subject a {
    display: block;
    overflow:hidden;
    max-width: 600px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.board-view .list ul li .date {
    width: 65px;
    color: #b7b7b7;
    font-size: 12px;
}

.board-view-body .download-area {
    padding: 11px 0;
    text-align: right;
    font-size: 12px;
}

.board-view-body .content-area {
    padding: 70px 20px;
}

.board-view-body .download-area span {
    padding-left: 19px;
    background: url(/images/en/sub/common/download-file-icon.jpg) no-repeat  0 2px;
}

.board-view-body .download-area a.download-file {
    margin-left: 12px;
    border-bottom: 1px solid #e70128;
    color: #e70128;
}

.helper {
    padding: 25px;
    border: 1px solid #ebebeb;
}

.helper .heading {
    padding-left: 25px;
    background: url(/images/en/sub/common/helper-icon-megaphone.png) no-repeat;
    color: #333;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}

.helper ul {
    margin-top: 12px;
}

.helper ul li {
    padding-left: 10px;
    background: url(/images/en/sub/common/helper-bullet-dot.png) no-repeat 0 8px;
    color: #909090;
    line-height: 1.6;
}

.msg {
    margin-bottom: 30px;
    padding-bottom: 45px;
    border-bottom: 1px dotted #ededed;
    text-align: center;
    color: #333;
    font-size: 14px;
}

.msg .title {
    display: block;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.5;
}

.msg .title em {
    color: #e70128;
    font-style: normal;
}

.msg .desc {
    display: block;
    margin-top: 23px;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

/* FUNCTIONAL CLASS */

.hidden {
    overflow: hidden;
    position: fixed;
    top: -9999px;
    left: -9999px;
    width: 10px;
    height: 25px;
}

label.hidden {
    display: none;
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.modal-wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
    z-index: 10000;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 200px 0;
}

.modal {
    position: relative;
    width: 833px;
    margin: 0 auto;
}

.modal .modal-head > * {
    min-height: 24px;
    padding: 16px 22px;
    background-color: #e70128;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.modal .modal-body {
    padding: 30px 23px;
    background-color: #fff;
}

.modal > .btn-close {
    position: absolute;
    top: 12px;
    right: 27px;
}

.bg-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: url(/images/en/sub/common/bg_000_5.png) repeat;
}

.modal-open {
    overflow: hidden;
}

/* COMMON AREA STYLE */

body {
    height: 100%;
    background-color: #e4e4e4;
    color: #666;
    font-size: 13px;
    line-height: 1.2;
    font-family: "Nanum Gothic";
}

/* 
    contents라는 class는 본문영역 한군데에만 사용되어야 한다.
    작은범위의 내용을 담을 때는 s를 뺀 content로 사용해야한다.
    contents에 지정된 id는 Skip Navigation의 용도로만 사용해야 하며
    id에는 스타일을 지정해서는 안된다.

 */

.header-wrap { position: fixed; top: 0; right: 0; left: 0; z-index: 200; padding-bottom: 34px; background: url(/images/en/sub/common/header-bg.png) repeat-x; }
.header { position: relative; z-index: 10; width: 945px; margin: 0 auto; height: 68px; }
.header h1 { position: absolute; top: 45px; left: 0; }
.header h1 .main-heading { position: absolute; top: -24px; right: -91px; }
.header h1 .sub-heading { height: 47px; padding-right: 13px; }
.header .snb { position: absolute; top: 22px; right: 30px; }
.header .snb > ul { width: 100%; }
.header .snb > ul > li { float: left; position: relative; margin-left: 9px; padding-left: 9px; background: url(/images/en/sub/common/snb-bar.png) no-repeat 0 2px; }
.header .snb > ul > li:first-child { margin-left: 0; padding-left: 0; background: none; }
.header .snb > ul > li > a { display: block; color: #a1a1a1; font-weight: bold; font-size: 12px; }
.header .snb > ul > li.mypage > a,
.header .snb > ul > li.language > a { padding-right: 13px; background: url(/images/en/sub/common/snb-icon-arrow.png) no-repeat 100% 6px; }
.header .snb > ul > li > a:hover,
.header .snb > ul > li > a:focus,
.header .snb > ul > li.active > a { color: #e70128; background-position: 100% -44px; }
.header .snb > ul ul { display: none; position: absolute; top: 20px; right: -9px; left: 1px; padding: 7px; border: 1px solid #e5e5e5; background-color: #fff; }
.header .snb > ul .active ul { display: block; }
.header .snb > ul ul li { margin-top: 3px; }
.header .snb > ul ul li:first-child { margin-top: 0; }
.header .snb > ul ul li a { color: #898989; font-weight: bold; font-size: 11px; }
.header .snb > ul ul li a:hover,
.header .snb > ul ul li a:focus { color: #e70128; }

.gnb { width: 945px; margin: 0 auto; }
.gnb .lv1 { float: right; padding-right: 30px; }
.gnb .lv1 > li { float: left; margin-left: 45px; padding-left: 47px; background: url(/images/en/sub/common/gnb-bar.png) no-repeat 0 3px; }
.gnb .lv1 > li:first-child { margin-left: 0; padding-left: 0; background: none; }
.gnb .lv1 > li > a { display: block; height: 16px; text-indent: -9999px; }
.gnb .lv1 > li.gnb-energy  > a { width: 76px; background: url(/images/en/sub/common/gnb-item-energy.png) no-repeat; }
.gnb .lv1 > li.gnb-service > a { width: 78px; background: url(/images/en/sub/common/gnb-item-service.png) no-repeat; }
.gnb .lv1 > li.gnb-company > a { width: 94px; background: url(/images/en/sub/common/gnb-item-company.png) no-repeat; }
.gnb .lv1 > li.active > a { background-position: 0 -16px; }
.gnb .lv1 > li:hover > a { background-position: 0 -16px; }

.sub { display: none; position: absolute; top: 114px; left: 0; right: 0; padding-bottom: 5px; background: url(/images/en/sub/common/sub-bg.png) repeat-x 0 100%; box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.2); }
.sub .sub-inner { position: relative; width: 945px; margin: 0 auto; }
.sub .sub-heading { position: absolute; top: 0; bottom: 0; left: 0; width: 160px; padding: 30px 26px; background: #e70128 url(/images/en/sub/common/sub-bg-shadow.png) repeat-x; box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.2); }
.sub .sub-heading p { position: absolute; bottom: 30px; left: 26px; width: 160px; }
.sub .sub-heading p .img { display: block; }
.sub .sub-heading p .txt { display: block; margin-top: 30px; color: #fff; font-weight: bold; font-size: 13px; line-height: 1.5; opacity: 0.64; }
.sub .sub-body { padding-left: 212px; }
.sub .sub-body .lv2 { padding: 40px 5px 40px 40px; }
.sub .sub-body .lv2 > li { overflow: hidden; margin-top: 15px; padding-top: 15px; border-top: 1px solid #f3f3f3; }
.sub .sub-body .lv2 > li:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.sub .sub-body .lv2 > li .title { float: left; width: 200px; }
.sub .sub-body .lv2 > li .title a { color: #555; font-weight: bold; font-size: 16px; }
.sub .sub-body .lv2 > li.active .title a { color: #e70128; }
.sub .sub-body .lv3 { float: left; width: 488px; padding: 1px 0 2px; }
.sub .sub-body .lv3 li { float: left; margin-left: 12px; padding-left: 12px; background: url(/images/en/sub/common/sub-bar.png) no-repeat 0 2px; letter-spacing: -1px; }
.sub .sub-body .lv3 li:first-child { margin: 0; padding: 0; background: none; }
.sub .sub-body .lv3 li a { display: block; color: #898989; font-size: 14px; }
.sub .sub-body .lv3 li a:hover,
.sub .sub-body .lv3 li a:focus { color: #e70128; }
.sub .btn-close { position: absolute; right: 0; bottom: 0; }

.path-wrap { position: relative; z-index: 100; width: 100%; margin: 0 auto; border-bottom: 1px solid #e8e8e8; background-color: #fff; }
.path-wrap .btn-home { float: left; border-right: 1px solid #e8e8e8; }
.path-wrap .btn-home a { display: block; }
.path-wrap .path { float: left; position: relative; padding: 13px 40px 13px 45px; border-right: 1px solid #e8e8e8; }
.path-wrap .path > a { display: inline-block; padding-right: 17px; background: url(/images/en/sub/common/path-arrow.png) no-repeat right 6px; color: #666; font-size: 14px; }
.path-wrap .path.current > a { background-position: right -44px; color: #000; font-weight: bold; } 
.path-wrap .path.active > a { background-position: right -94px; color: #000; font-weight: bold; }
.path-wrap .path.default > a { padding-right: 0; background: none; }
.path-wrap .path ul { display: none; position: absolute; top: 43px; left: -1px; right: -1px; padding: 28px 10px 29px 10px; border: 1px solid #e8e8e8; border-top: 0; background-color: #fff; }
.path-wrap .path ul li { margin-top: 12px; }
.path-wrap .path ul li:first-child { margin-top: 0; }
.path-wrap .path ul li a { color: #666; }
.path-wrap .path ul li a:hover, .path-wrap .path ul li a:focus { color: #000; font-weight: bold; }

.container { width: 945px; margin: 0 auto; padding: 158px 0 72px; }
.contents { min-height: 432px; padding: 0 60px 100px; background-color: #fff; border-bottom: 2px solid #c2c2c2; }

.footer-wrap { background-color: #fff; }
.footer { position: relative; width: 954px; margin: 0 auto; padding: 28px 0 48px; }
.footer .btn-top { position: absolute; top: -28px; right: 0; }
.footer .snb { overflow: hidden; }
.footer .snb li { float: left; margin-left: 11px; padding-left: 13px; background: url(/images/en/sub/common/footer-snb-bar.png) no-repeat 0 2px; }
.footer .snb li:first-child { margin-left: 0; padding-left: 0; background: none; }
.footer .snb li a { color: #636363; font-weight: bold; font-size: 13px; }
.footer .mark { position: absolute; top: 28px; right: 0; }
.footer .mark ul { overflow: hidden; }
.footer .mark ul li { float: left; margin-left: 7px; }
.footer .mark ul li:first-child { margin-left: 0; padding: 4px 0 5px; }
.footer .family-site { position: absolute; top: 96px; right: 0; width: 196px; }
.footer .family-site > a { display: block; padding: 5px 28px 5px 9px; border: 1px solid #939393; background: #a4a4a4 url(/images/en/sub/common/footer-family-arrow.png) no-repeat 100% 0; color: #fff; font-size: 12px; }
.footer .family-site.active > a { background-position: 100% -24px; }
.footer .family-site ul { display: none; position: absolute; bottom: 26px; left: 0; right: 0; padding: 9px; background-color: #a4a4a4; }
.footer .family-site ul li { margin-top: 3px; }
.footer .family-site ul li:first-child { margin-top: 0; }
.footer .family-site ul li a { color: #fff; }
.footer .family-site ul li a:hover,
.footer .family-site ul li a:focus { font-weight: bold; }
.footer .infomation { margin-top: 11px; }
.footer .infomation p { margin-top: 3px; }
.footer .infomation p:first-child { margin-top: 0; }
.footer .infomation p span { margin-left: 17px; color: #666; font-weight: bold; font-size: 12px; }
.footer .infomation p span:first-child { margin-left: 0; }
.footer .infomation p span a { color: #666; }
.footer address { margin-top: 18px; color: #828282; font-style: normal; font-weight: bold; font-size: 12px; }
.footer address a { color: #828282; }

.quick { position: fixed; top: 158px; left: 50%; z-index: 100; width: 125px; margin-left: 492px; border-top: 5px solid #5ecca9; padding-bottom: 2px; background: url(/images/en/sub/common/bg-shadow.png) repeat-x 0 bottom; }
.quick h2.quick-title { padding: 12px 22px; background-color: #fff; }
.quick .section1 { padding: 0 10px 17px; background-color: #fff; }
.quick .section1 > div { border-top: 1px solid #eeeeee; }
.quick .section1 > div:first-child { border-top: 0; }
.quick .section1 > div a { display: block; height: 35px; }
.quick .section1 .group1 a { background: url(/images/en/sub/common/quick-menu-img1.png) no-repeat; }
.quick .section1 .group2 a { background: url(/images/en/sub/common/quick-menu-img2.png) no-repeat; }
.quick .section1 .group3 a { background: url(/images/en/sub/common/quick-menu-img3.png) no-repeat; }
.quick .section1 .group4 a { background: url(/images/en/sub/common/quick-menu-img4.png) no-repeat; }
.quick .section1 > div:hover a { background-position: 0 -35px; }
.quick .section2 { border-top: 1px dotted #e8e8e8: }
.quick .section3 { position: relative; border-top: 1px dotted #e8e8e8: }
.quick .section3 ul { overflow: hidden; position: absolute; top: 37px; left: 12px; }
.quick .section3 ul li { float: left; margin-left: 7px; padding-left: 7px; background: url(/images/en/sub/main/sec4-group4-bar.png) no-repeat 0 3px; }
.quick .section3 ul li:first-child { margin-left: 0; padding-left: 0; background: none; }
.quick .section3 ul li a { color: #f3f3f3; font-weight: bold; }
.quick .section3 p { position: absolute; right: 0; bottom: 20px; left: 0; text-align: center; color: #fff; font-weight: bold; font-size: 18px; letter-spacing: -1px; }

.skip-navigation a { display: block; position: fixed; top: -50px; right: 0; left: 0; z-index: 9999; padding: 10px; border-bottom: 1px solid #e70128; background-color: #fff; text-align: center; }
.skip-navigation a:focus { top: 0; }
