@charset "UTF-8";

@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://fonts.googleapis.com/css?family=Raleway:200,400,500,700,800');

/* reset css */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    overflow: initial;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    /*text-decoration: underline dotted; *//* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
    border: none;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

figure {
    margin: 0;
}

/*form*/

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

button {
    border: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

/* 접근성(accessibility, a11y) 감춤 */
.a11y-hidden {
    overflow: hidden;
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
}

caption.a11y-hidden {
    position: static !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

/* iframe, embed, object 부모 요소에 설정 */
.rwd-media {
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: 0 !important;
}

/* img, video 요소에 설정 */
.rwd-image, .rwd-video {
    width: 100%;
    max-width: 100%; /* 비트맵 이미지의 경우 이미지 자체 크기보다 커지지 않게 설정 */
    height: auto;
}

/* 영상 화면 비율에 따른 멀티 클래스 */
.rwd-media.is-4x3 {
    padding-top: calc(3 / 4 * 100%);
}

.rwd-media.is-16x9 {
    padding-top: calc(9 / 16 * 100%);
}

.rwd-media.is-21x9 {
    padding-top: calc(9 / 21 * 100%);
}

.rwd-media.is-208x75 {
    padding-top: calc(75 / 208 * 100%);
}

.rwd-media.is-64x19 {
    padding-top: calc(19 / 64 * 100%);
}

/* .rwd-media 내부 iframe, embed, object 요소 설정 */
.rwd-media iframe,
.rwd-media object,
.rwd-media embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

caption.a11y-hidden {
    position: static;
}

html, body {
    font-family: "Noto Sans KR", "Apple SD Gothic", "맑은 고딕", "Gulim", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
}

.container_wrap {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

.container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    padding: 0;
}

h1, h2, h3, h4, h5, h6, ul, ol, p, dl, dd {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans KR", "Apple SD Gothic", "맑은 고딕", "Gulim", sans-serif;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #1f5686;
}

img {
    max-width: 100%;
}

.ui.button {
    font-family: "Noto Sans KR", "Apple SD Gothic", "맑은 고딕", "Gulim", sans-serif;
    font-weight: 400;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both
}

.ir {
    display: block;
    height: 0;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0.938rem;
}

#skipnavigation {
    position: absolute;
    left: 0;
    top: -1000px;
    width: 100%;
    height: 0;
    z-index: 1000;
    line-height: 0;
    font-size: 0;
}

#skipnavigation a {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 0;
    font-size: 0;
}

#skipnavigation a:focus, #skipnavigation a:hover, #skipnavigation a:active {
    position: absolute;
    left: 0;
    top: 1000px;
    display: block;
    height: 20px;
    background: #20262c;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
}

.sec_tit {
    font-size: 1.188rem;
}

.text-center {
    text-align: center;
}

/*header*/

header.header {
    position: fixed;
    width: 100%;
    z-index: 50;
}

header.header.fixed {
    background: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid #fff;
}

header.header .logo {
    float: left;
    width: 51px;
    height: 58px;
    margin-top: 23px;
}

header.header .logo > a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/common/logo.png") 50% 50% no-repeat;
}

header.header > .container_wrap {
    position: relative;
}

header.header > .container_wrap::before {
    content: '';
    position: absolute;
    right: 0;
    top: 80px;
    width: 1726px;
    height: 1px;
    background: #fff;
    z-index: 20;
}

header.header.fixed > .container_wrap::before {
    display: none;
}

.gnb-wrap {
    float: right;
    margin-top: 45px;
}

#gnb > ul > li {
    position: relative;
    float: left;
    color: #fff;
}

#gnb > ul > li > a {
    padding: 15px 89px;
    color: inherit;
}

#gnb > ul > li:last-child > a {
    padding-right: 0;
}

#gnb > ul > li > ul.depth2 {
    display: none;
    position: absolute;
    left: 50%;
    top: 37px;
    width: 150px;
    z-index: 20;
    background: rgba(19, 103, 52, 0.91);
    margin-left: -75px;
}

#gnb > ul > li > ul.depth2 > li {
    margin: 8px 0;
    padding: 4px 0;
    text-align: center;
    font-size: 0.813rem;
}

#gnb > ul > li > ul.depth2 > li > a {
    display: block;
    color: #fff;
    letter-spacing: -0.05em;
}

#gnb > ul > li > ul.depth2 > li > a:hover {
    color: #4877dc;
}

.tablet-gnb-open {
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: none;
    top: 24px;
    right: 3.125%;
    cursor: pointer;
}

.tablet-gnb-open.on {
    z-index: 501;
}

.tablet-gnb-open span:first-child ~ span {
    position: absolute;
    top: 50%;
    left: 3px;
    width: 29px;
    border-bottom: 2px solid #fff;
    margin-top: -1px;
    transition: all 0.5s linear;
}

.tablet-gnb-open span:first-child + span {
    margin-top: -10px;
}

.tablet-gnb-open span:first-child + span + span {
    margin-top: 9px;
}

#header .tablet-gnb-open.on span {
    margin-top: -1px;
}

.tablet-gnb-open.on span:first-child + span {
    transform: rotate(45deg);
    margin-top: 0;
}

.tablet-gnb-open.on span:first-child + span + span {
    transform: rotate(-45deg);
    margin-top: 0;
}

.tablet-gnb-open.on span:first-child + span + span + span {
    display: none;
}

*[class *= "tablet-"], *[class *= "mobile-"] {
    display: none;
}

footer.footer {
    padding: 52px 0;
    border-top: 1px solid #c2c2c2;
}

footer.footer h2.foot_logo {
    width: 57px;
    height: 65px;
    margin: 0 auto;
    background: url("../images/common/foot_logo.png") 50% 50% no-repeat;
    text-indent: -9999px;
}

.footer address {
    /*float: left;*/
    margin-top: 20px;
    font-style: normal;
    font-weight: 300;
}

.footer address dl {
    text-align: center;
}

.footer address dl dt, .footer address dl dd { /*float: left;*/
    display: inline-block;
    box-sizing: border-box;
}

.footer address dl dt:not(:first-child) {
    padding-left: 14px;
    background: url("../images/common/footer_border.gif") 0 5px no-repeat;
}

.footer address dl dd {
    padding: 0 13px 0 5px;
}

.footer address dl dt.a11y-hidden + dd {
    padding-left: 0;
}

.footer .copyright {
    margin-top: 15px;
    font-size: 0.875rem;
    text-align: center;
}

#topBtn {
    display: none;
    position: fixed;
    width: 40px;
    padding: 10px 0;
    border: 1px solid #acacac;
    border-radius: 3px;
    color: #000;
    font-size: 15px;
    bottom: 55px;
    right: 10px;
    text-indent: -9999px;
    background: url("../images/common/arrow_upward.png") rgba(255, 255, 255, .8) 50% 50% no-repeat;
    background-size: 20px 20px;
}

@media (max-width: 1800px) {
    .container_wrap {
        padding: 0 5%;
    }
}


@media (max-width: 1200px) {
    .container {
        padding: 0 3%;
    }
}

@media (max-width: 1024px) {
    html, body {
        font-size: 90%;
    }

    .gnb-wrap {
        position: fixed;
        left: -100%;
        top: 0;
        width: 70%;
        max-width: 270px;
        height: 100%;
        margin: 0;
        z-index: 500;
        box-shadow: 5px 0 15px rgba(0, 0, 0, .4);
        background-color: #136734;
    }

    .gnb-scroll-wrap {
        height: 100%;
        padding: 2rem 0;
        box-sizing: border-box;
        overflow-y: auto;
    }

    #gnb {
        border-top: 0;
    }

    #gnb > ul > li {
        position: static;
        float: none;
        width: auto;
        line-height: 1.2;
        text-align: left;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    #gnb > ul > li + li {
        border-top: 0;
    }

    #gnb > ul > li a, .sub_header #gnb > ul > li a {
        display: block;
        color: #fff;
        height: 40px;
        line-height: 40px;
    }

    #gnb > ul > li > a {
        position: relative;
        display: block;
        padding: 0 0 0 1rem;
        height: 50px;
        line-height: 50px;
    }

    #gnb > ul > li.has_depth2 > a:after{
        content: "";
        width: 8px;
        height: 8px;
        display: inline-block;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        position: absolute;
        top: 16px;
        right: 18px;
        transition: all 0.5s;
    }
    #gnb > ul > li.has_depth2 > a.on:after{
        transform: rotate(-45deg);
        top: 16px;
        -ms-transform: rotate(-45deg);
    }

    #gnb > ul > li > ul.depth2 {
        display: none;
        position: static;
        left: 0;
        top: auto;
        width: auto;
        height: auto;
        z-index: 100;
        padding: 0;
        border-top: 1px solid #fff;
        background-color: #17894d;
        margin-left: 0;
    }

    #gnb > ul > li > ul.depth2 > li {
        margin: 0;
        text-align: left;
    }

    #gnb > ul > li > ul.depth2 > li > a {
        padding-left: 20px;
        color: #fff;
    }

    *[class *= "tablet-"], *[class *= "mobile-"] {
        display: block;
    }

    .tablet-gnb-open span:first-child ~ span {
        border-color: #fff;
    }

    .tablet-gnb-open.on span:first-child ~ span {
        border-color: #fff;
    }

    #gnb > ul > li > a:hover, #gnb > ul > li > ul.depth2 > li > a:hover {
        color: #fff;
    }
    .footer address dl dt{
        width: 100px;
        text-align: left;
        margin: 0;
        padding: 0;
    }
    .footer address dl dd{
        width: calc(100% - 115px);
        margin: 0;
        padding: 0;
        text-align: left;
    }
    .footer address dl dt:not(:first-child){
        padding-left: 0;
    }
    .footer address dl dt.a11y-hidden{
        position: relative !important;
        width: 100px;
        height: auto;
        clip: inherit;
    }
}