/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** 1. Set default font family to sans-serif. 2. Prevent iOS and IE text size adjust after device orientation change, without disabling user zoom. */
@font-face {
    font-family: Hyundai;
    src: url("css/fonts/Hyundai.otf") format("opentype");
}

html {
    font-family: Hyundai; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/** Remove default margin. */
body {
    margin: 0;
}

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) {
    display: none;
    height: 0;
}

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
[hidden], template {
    display: none;
}

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a {
    background-color: transparent;
}

/** Improve readability of focused elements when they are also in an active/hover state. */
a:active, a:hover {
    outline: 0;
}

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] {
    border-bottom: 1px dotted;
}

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong {
    font-weight: bold;
}

/** Address styling not present in Safari and Chrome. */
dfn {
    font-style: italic;
}

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 {
    font-size: 2em;
    margin: .67em 0;
}

/** Address styling not present in IE 8/9. */
mark {
    color: #000;
    background: #ff0;
}

/** Address inconsistent and variable font size in all browsers. */
small {
    font-size: 80%;
}

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img {
    border: 0;
}

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure {
    margin: 1em 40px;
}

/** Address differences between Firefox and other browsers. */
hr {
    box-sizing: content-box;
    height: 0;
}

/** Contain overflow in all browsers. */
pre {
    overflow: auto;
}

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea {
    font: inherit; /* 2 */
    margin: 0; /* 3 */
    color: inherit; /* 1 */
}

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button {
    overflow: visible;
}

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button, select {
    text-transform: none;
}

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type='button'], input[type='reset'], input[type='submit'] {
    cursor: pointer; /* 3 */
    -webkit-appearance: button; /* 2 */
}

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] {
    cursor: default;
}

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input {
    line-height: normal;
}

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width.  1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type='checkbox'], input[type='radio'] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
input[type='search'] {
    box-sizing: content-box; /* 2 */
    -webkit-appearance: textfield; /* 1 */
}

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/** Define consistent border, margin, and padding. */
fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid #c0c0c0;
}

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
    padding: 0; /* 2 */
    border: 0; /* 1 */
}

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea {
    overflow: auto;
}

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup {
    font-weight: bold;
}

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

* {
    font-weight: normal;
    -webkit-text-size-adjust: none;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    font: normal 15px/22px  Tahoma, sans-serif;
    color: #333;
}

/* body { font: normal 15px/22px  Tahoma, sans-serif; color: #333; background: url(../../../../../../content/dam/kwcms/kme/global/en/assets/static/common/bg-container.gif) 0 0 repeat; } */

a {
    text-decoration: none;
}

address, em {
    font-style: normal;
}

hr {
    display: none;
}

/* table */
table {
    width: 100%;
    border-collapse: separate;
}

th, td {
    word-break: break-word;
    background-clip: padding-box;
}

th.posr, td.posr {
    position: relative;
}

caption {
    height: 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 0px;
}

fieldset {
    border: none;
}

/*  form */
input[type=radio], input[type=checkbox] {
    padding: 0;
}

input[type=text], input[type=password], input[type=number], input[type=email], input[type=tel], input[type=number] {
    width: inherit;
    line-height: 30px;
    font-size: 13px;
    font-family:  sans-serif;
    border: 1px solid #d6d6d6;
    background-color: #fcfcfc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 20px 0 8px; /* height: 28px; */
    height: 30px;
    color: #666;
    -webkit-appearance: none;
}

input[type=text].eut_data_wrong, input[type=password].eut_data_wrong, input[type=number].eut_data_wrong, input[type=email].eut_data_wrong, input[type=tel].eut_data_wrong, input[type=number].eut_data_wrong, .eut_cmly_contactus.eut_kia_business_team > div > div > ul > li .additional_info textarea[type=textarea].eut_data_wrong {
    padding-right: 20px;
    border-color: #e4dcd3;
    color: #000000;
    background-color: #fff7f7;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=text]::-ms-clear, input[type=password]::-ms-clear, input[type=number]::-ms-clear, input[type=email]::-ms-clear, input[type=tel]::-ms-clear, input[type=number]::-ms-clear {
    display: none;
}

:-ms-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-webkit-input-placeholder {
    color: #999;
}

.eut_data_wrong:-ms-input-placeholder {
    color: #e4dcd3;
}

.eut_data_wrong:-moz-placeholder {
    color: #e4dcd3;
}

.eut_data_wrong::-webkit-input-placeholder {
    color: #e4dcd3;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button {
    width: auto;
    border: 0;
    padding: 0;
    background: none;
    font-weight: normal;
}

textarea {
    resize: none;
    border: 1px solid #bfbfbf;
    -webkit-appearance: none;
}

/*textarea::-webkit-scrollbar {width: 8px; height: 8px; border: 3px solid #fff; }
textarea::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 10px; background: url('../../../../eut/clientlib/css/css/images/bg.png') #efefef}
textarea::-webkit-scrollbar-track {background: #efefef; -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2)}
textarea::-webkit-scrollbar-thumb {height: 50px; width: 50px; background: rgba(255,0,0,.2); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1)}*/

/* textarea::-webkit-scrollbar {width: 12px;}
textarea::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  border-radius: 10px;}
textarea::-webkit-scrollbar-thumb {background-color:#f00;border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } */

/*::-webkit-scrollbar {
    width: 7px;
}
.eut_form_textarea::-webkit-scrollbar-track,
.test::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.eut_form_textarea::-webkit-scrollbar-thumb,
.test::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255,100,0,0.8);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
}
.eut_form_textarea::-webkit-scrollbar-thumb:window-inactive,
.test::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255,100,0,0.4);
} */

a, img, input, button, select, textarea {
    vertical-align: middle;
}

a {
    color: inherit;
}

a:focus, a:active, a:hover, button:focus, button:active, button:hover {
    text-decoration: underline;
}

ul, ol {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
    font-family:  Hyundai, sans-serif;
    line-height: 100%;
}

.ta_l {
    text-align: left !important;
}

.ta_r {
    text-align: right !important;
}

.fl_l {
    float: left !important;
}

.eut_ctha_l {
    text-align: left !important;
}

.eut_ctha_c {
    text-align: center !important;
}

.eut_ctha_r {
    text-align: right !important;
}

.eut_ctha_j {
    text-align: justify !important;
}

.eut_ctva_t {
    vertical-align: top !important;
}

.eut_ctva_m {
    vertical-align: middle !important;
}

.eut_ctva_b {
    vertical-align: bottom !important;
}

.txt_000 {
    color: #000 !important;
}


.txt_333 {
    color: #333 !important;
}

.txt_red {
    color: #e4dcd3 !important;
}

.txt_fff {
    color: #fff !important;
}

.txt_blue {
    color: #2b40bb !important;
}

.txt_green {
    color: #1abb3c !important;
}

.txt_yellow {
    color: #eded1e !important;
}

.txt_000 a,
.txt_333 a,
.txt_red a,
.txt_blue a,
.txt_green a,
.txt_yellow a,
.txt_fff a {
    color: inherit;
    text-decoration: underline;
    vertical-align: top;
}

.font_bold {
    font-family: sans-serif !important;
}

.font_normal {
    font-family: sans-serif !important;
}

.bg_white {
    background: #fff !important;
}

.bg_gray {
    background: #f6f6f6 !important;
}

.bg_none {
    background: none !important;
}

.txt_fff.txt_shd {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}

.txt_000.txt_shd {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
}

.txt_333.txt_shd {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
}

.txt_opt {
    color: #666;
    font-size: 13px;
}

.txt_opt_title {
    margin-bottom: 10px;
}

.txt_opt a {
    vertical-align: baseline;
}

@media (max-width: 767px) {
    .txt_fff.txt_shd {
        text-shadow: none;
    }

    .txt_000.txt_shd {
        text-shadow: none;
    }

    .txt_333.txt_shd {
        text-shadow: none;
    }
}

.txt_white_shd {
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.7) !important;
}

.txt_black_shd {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.7) !important;
}

.dn {
    display: none;
}

.poss {
    position: static !important;
}

/*video::-webkit-media-controls { display:none !important; }*/
/*video::-webkit-media-controls-start-playback-button {
  display: none;
}*/

@media (max-width: 767px) {
    textarea::-webkit-scrollbar {
        width: 3px;
    }

    textarea::-webkit-scrollbar-thumb {
        background: #a9a9a9;
    }
}

.eut_lymg_txs {
    margin-top: 0 !important;
}

@media (max-width: 767px) {
    .eut_lymg_txs {
        margin-top: 0 !important;
    }
}

.eut_lymg_ts {
    margin-top: 15px !important;
}

@media (max-width: 767px) {
    .eut_lymg_ts {
        margin-top: 10px !important;
    }
}

.eut_lymg_tm {
    margin-top: 30px !important;
}

@media (max-width: 767px) {
    .eut_lymg_tm {
        margin-top: 20px !important;
    }
}

.eut_lymg_tl {
    margin-top: 50px !important;
}

@media (max-width: 767px) {
    .eut_lymg_tl {
        margin-top: 25px !important;
    }
}

.eut_lymg_txl {
    margin-top: 50px !important;
}

@media (max-width: 767px) {
    .eut_lymg_txl {
        margin-top: 30px !important;
    }
}

.eut_lymg_t2xl {
    margin-top: 80px !important;
}

@media (max-width: 767px) {
    .eut_lymg_t2xl {
        margin-top: 40px !important;
    }
}

.eut_lymg_bxs {
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .eut_lymg_bxs {
        margin-bottom: 0 !important;
    }
}

.eut_lymg_bs {
    margin-bottom: 15px !important;
}

@media (max-width: 767px) {
    .eut_lymg_bs {
        margin-bottom: 10px !important;
    }
}

.eut_lymg_bm {
    margin-bottom: 30px !important;
}

@media (max-width: 767px) {
    .eut_lymg_bm {
        margin-bottom: 20px !important;
    }
}

.eut_lymg_bl {
    margin-bottom: 50px !important;
}

@media (max-width: 767px) {
    .eut_lymg_bl {
        margin-bottom: 25px !important;
    }
}

.eut_lymg_bxl {
    margin-bottom: 50px !important;
}

@media (max-width: 767px) {
    .eut_lymg_bxl {
        margin-bottom: 30px !important;
    }
}

.eut_lymg_b2xl {
    margin-bottom: 80px !important;
}

@media (max-width: 767px) {
    .eut_lymg_b2xl {
        margin-bottom: 40px !important;
    }
}

.eut_lypd_txs {
    padding-top: 0 !important;
}

@media (max-width: 767px) {
    .eut_lypd_txs {
        padding-top: 0 !important;
    }
}

.eut_lypd_ts {
    padding-top: 15px !important;
}

@media (max-width: 767px) {
    .eut_lypd_ts {
        padding-top: 10px !important;
    }
}

.eut_lypd_tm {
    padding-top: 30px !important;
}

@media (max-width: 767px) {
    .eut_lypd_tm {
        padding-top: 20px !important;
    }
}

.eut_lypd_tl {
    padding-top: 50px !important;
}

@media (max-width: 767px) {
    .eut_lypd_tl {
        padding-top: 25px !important;
    }
}

.eut_lypd_txl {
    padding-top: 50px !important;
}

@media (max-width: 767px) {
    .eut_lypd_txl {
        padding-top: 30px !important;
    }
}

.eut_lypd_t2xl {
    padding-top: 80px !important;
}

@media (max-width: 767px) {
    .eut_lypd_t2xl {
        padding-top: 40px !important;
    }
}

.eut_lypd_bxs {
    padding-bottom: 0 !important;
}

@media (max-width: 767px) {
    .eut_lypd_bxs {
        padding-bottom: 0 !important;
    }
}

.eut_lypd_bs {
    padding-bottom: 15px !important;
}

@media (max-width: 767px) {
    .eut_lypd_bs {
        padding-bottom: 10px !important;
    }
}

.eut_lypd_bm {
    padding-bottom: 30px !important;
}

@media (max-width: 767px) {
    .eut_lypd_bm {
        padding-bottom: 20px !important;
    }
}

.eut_lypd_bl {
    padding-bottom: 50px !important;
}

@media (max-width: 767px) {
    .eut_lypd_bl {
        padding-bottom: 25px !important;
    }
}

.eut_lypd_bxl {
    padding-bottom: 50px !important;
}

@media (max-width: 767px) {
    .eut_lypd_bxl {
        padding-bottom: 30px !important;
    }
}

.eut_lypd_b2xl {
    padding-bottom: 80px !important;
}

@media (max-width: 767px) {
    .eut_lypd_b2xl {
        padding-bottom: 40px !important;
    }
}

.eut_lypd_b3xl {
    padding-bottom: 100px !important;
}

@media (max-width: 767px) {
    .eut_lypd_b3xl {
        padding-bottom: 0 !important;
    }
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.eutTabmenu {
    position: relative;
    z-index: 11;
}

.news {
    position: relative;
    z-index: 12;
}

@media (max-width: 767px) {
    .news {
        position: relative;
        z-index: 10;
    }
}

.ix-btn-prev.disabled, .ix-btn-next.disabled {
    display: none !important;
}

.ix-controller.disabled {
    display: none;
}

.etu_com_enter {
    word-break: break-all !important;
}

button.eut_cmpe_btn, a.eut_cmpe_btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 3px 0 15px;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #012c5f;;
    border: none;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button.eut_cmpe_btn:after, a.eut_cmpe_btn:after {
    content: '';
    display: block;
    float: right;
    width: 24px;
    height: 24px;
    margin-top: 3px;
    margin-left: 10px;
}

button.eut_cmpe_btn.gray, a.eut_cmpe_btn.gray {
    background-color: #58595b;
}

button.eut_cmpe_btn.light_gray, a.eut_cmpe_btn.light_gray {
    background-color: #7e8083;
}

button.eut_cmpe_btn.reverse, a.eut_cmpe_btn.reverse {
    padding: 0 15px 0 3px;
    text-align: right;
}

button.eut_cmpe_btn.reverse:after, a.eut_cmpe_btn.reverse:after {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    background-position: 0 -32px;
}

button.eut_cmpe_btn.large, a.eut_cmpe_btn.large {
    height: 37px;
    line-height: 37px;
    padding-left: 20px;
    font-size: 18px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    min-width: 140px;
}

button.eut_cmpe_btn.large:after, a.eut_cmpe_btn.large:after {
    margin-left: 15px;
    width: 31px;
    height: 31px;
    background-position: -32px 0;
}

button.eut_cmpe_btn.small, a.eut_cmpe_btn.small {
    position: relative;
    height: 25px;
    line-height: 25px;
    padding-left: 12px;
    padding-right: 26px;
    font-size: 12px;
}

button.eut_cmpe_btn.small:after, a.eut_cmpe_btn.small:after {
    position: absolute;
    top: 50%;
    right: 12px;
    float: none;
    margin: -5px 0 0 0;
    width: 6px;
    height: 9px;
    background-position: 0 -57px;
}

button.eut_cmpe_btn.icon, a.eut_cmpe_btn.icon {
    padding: 0 15px;
}

button.eut_cmpe_btn.icon:after, a.eut_cmpe_btn.icon:after {
    display: none;
}

button.eut_cmpe_btn.icon > span, a.eut_cmpe_btn.icon > span {
    display: block;
    float: left;
}

button.eut_cmpe_btn.icon > span.configurator, a.eut_cmpe_btn.icon > span.configurator {
    width: 16px;
    height: 16px;
    margin: 7px 8px 0 0;
    background-position: -95px -40px;
    -webkit-background-size: 100%;
    background-size: 100%;
}

button.eut_cmpe_btn.disabled, a.eut_cmpe_btn.disabled {
    background-color: #eab9bf;
    text-decoration: none;
}

@media (max-width: 1024px) {
    button.eut_cmpe_btn.small {
        line-height: 22px;
        padding-top: 1px;
    }

    a.eut_cmpe_btn.small {
        line-height: 22px;
        padding-top: 2px;
    }
}

@media (max-width: 767px) {
    button.eut_cmpe_btn:after, a.eut_cmpe_btn:after {
        -webkit-background-size: 150px;
        background-size: 150px;
    }

    button.eut_cmpe_btn.reverse:after, a.eut_cmpe_btn.reverse:after {
        background-position: -25px 0;
    }

    button.eut_cmpe_btn.small:after, a.eut_cmpe_btn.small:after {
        background-position: -50px 0;
    }

    button.eut_cmpe_btn.small, a.eut_cmpe_btn.small {
        line-height: 25px;
        padding-top: 0;
    }

    button.eut_cmpe_btn.icon > span.configurator, a.eut_cmpe_btn.icon > span.configurator {
        margin-top: 7px !important;
        margin-right: 7px !important;
    }
}

button.eut_cmpe_btn_text, a.eut_cmpe_btn_text {
    display: inline-block;
    font-family: sans-serif;
    color: #333;
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline;
    padding: 0;
}

button.eut_cmpe_btn_text:before, a.eut_cmpe_btn_text:before {
    content: '';
    display: block;
    float: left;
    margin: 4px 5px 0 0;
    width: 6px;
    height: 9px;
}

button.eut_cmpe_btn_text.eut_bn1:before, a.eut_cmpe_btn_text.eut_bn1:before {
    width: 5px;
    height: 7px;
    margin-top: 6px;
}

@media (max-width: 767px) {
    button.eut_cmpe_btn_text:before, a.eut_cmpe_btn_text:before {
        -webkit-background-size: 150px;
        background-size: 150px;
        margin-top: 6px;
    }

    button.eut_cmpe_btn_text.eut_bn1:before, a.eut_cmpe_btn_text.eut_bn1:before {
        -webkit-background-size: 150px;
        background-size: 150px;
    }
}

.eut_toggle_btn_wrap {
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 3px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.eut_toggle_btn_wrap:after {
    display: block;
    clear: both;
    content: '';
}

.eut_toggle_btn_wrap button, .eut_toggle_btn_wrap a {
    display: block;
    float: left;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    background: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-family: sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
}

.eut_toggle_btn_wrap button.active, .eut_toggle_btn_wrap a.active {
    color: #fff;
    background-color: #e4dcd3;
}

.eut_toggle_btn_wrap button.active.gray, .eut_toggle_btn_wrap a.active.gray {
    background-color: #7e8083;
}

.eut_toggle_btn_wrap.gray button.active, .eut_toggle_btn_wrap.gray a.active {
    background-color: #7e8083;
}

.eut_toggle_btn_red_gray {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #58595b;
    display: inline-block;
    vertical-align: middle;
}

.eut_toggle_btn_red_gray:after {
    display: block;
    clear: both;
    content: '';
}

.eut_toggle_btn_red_gray button, .eut_toggle_btn_red_gray a {
    font-family: sans-serif;
    display: block;
    float: left;
    padding: 0 17px;
    min-width: 50px;
    height: 25px;
    line-height: 25px;
    background: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

.eut_toggle_btn_red_gray button.active, .eut_toggle_btn_red_gray a.active {
    color: #fff;
    background-color: #e4dcd3;
}

.eut_pagination {
    text-align: center;
    font-size: 0;
}

.eut_pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    text-align: center;
}

.eut_pagination li a {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    background-color: #fff;
    color: #454545;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
}

.eut_pagination li a.active {
    border-color: #898989;
    background-color: #898989;
    color: #fff;
}

.eut_pagination li.first a, .eut_pagination li.last a, .eut_pagination li.prev a, .eut_pagination li.next a {
    background-color: transparent;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
    height: 12px;
    margin-top: 10px;
}

.eut_pagination li.first a, .eut_pagination li.last a {
    width: 17px;
}

.eut_pagination li.prev a, .eut_pagination li.next a {
    width: 8px;
}

.eut_pagination li.first a {
    background-position: -80px 0;
}

.eut_pagination li.prev a {
    background-position: -80px -13px;
}

.eut_pagination li.last a {
    background-position: -105px 0;
}

.eut_pagination li.next a {
    background-position: -105px -13px;
}

.eut_pagination li.prev {
    margin-right: 15px;
}

.eut_pagination li.next {
    margin-left: 15px;
}

.eut_pagination li.disabled {
    display: none;
}

.eut_pagination li.disabled a {
    cursor: default;
}

@media (max-width: 767px) {
    .eut_pagination li.first {
        margin-left: 0;
    }

    .eut_pagination li.last {
        margin-right: 0;
    }

    .eut_pagination li.prev {
        margin-right: 10px;
    }

    .eut_pagination li.next {
        margin-left: 10px;
    }
}

/* button.eut_cmpe_btn.small { padding-top: 1px; line-height: 15px; } */

#eut_gnb {
    padding-top: 19px;
    height: 54px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#eut_gnb:after {
    display: block;
    clear: both;
    content: '';
}

#eut_gnb > li {
    position: relative;
    float: left;
    margin-left: 29px;
}

#eut_gnb > li:first-child {
    margin-left: 0;
}

#eut_gnb > li:hover > a /* ,
#eut_gnb > li:hover > button*/
{
    text-decoration: none;
}

#eut_gnb > li > a /* ,
#eut_gnb > li > button */
{
    font-family: sans-serif;
    display: inline-block;
    line-height: 18px;
    font-size: 15px;
    vertical-align: top;
    padding: 0;
    color: #333;
    text-decoration: none;
    position: relative;
}

#eut_gnb > li > a:before {
    position: absolute;
    top: -10px;
    left: -20px;
    width: 100%;
    height: 35px;
    display: inline-block;
    content: '';
    padding: 10px 20px 0 20px;
}

#eut_gnb > li > a:hover /*,
#eut_gnb > li > button:hover*/
{ /*color:#b50000;border-bottom:1px solid #b50000*/
}

#eut_gnb > li > a:active, #eut_gnb > li > a:focus /*,
#eut_gnb > li > button:active, #eut_gnb > li > button:focus*/
{ /*color: #b50000; border-bottom: 1px solid #b50000;*/
    text-decoration: none;
}

#eut_gnb > li > a:active /*,
#eut_gnb > li > button:active*/
{
}

#eut_gnb > li.active > a /*,
#eut_gnb > li.active > button*/
{
    color: #e4dcd3; /* border-bottom: 1px solid #b50000; */
}

#eut_gnb > li.active .eut_nav_dth2 {
    display: block;
}

#eut_gnb > li .eut_nav_dth2 {
    display: none;
    position: absolute;
    top: 39px;
    left: -20px;
    width: 240px;
    background-color: #fff;
    z-index: 20;
}

#eut_gnb > li .eut_nav_dth2 > li {
    border-top: 1px solid #dfdfdf;
    padding: 13px 24px 14px 20px;
}

#eut_gnb > li .eut_nav_dth2 > li a {
    display: block;
    font-family: sans-serif;
    line-height: 20px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

#eut_gnb > li .eut_nav_dth2 > li a:active, #eut_gnb > li .eut_nav_dth2 > li a:focus, #eut_gnb > li .eut_nav_dth2 > li a:hover {
    color: #e4dcd3;
    text-decoration: underline;
}

#eut_gnb > li.eut_nav_newcar {
    position: static;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 {
    width: 100%;
    left: 0;
    top: 90px;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category {
    border-bottom: 1px solid #d3d3d3;
    padding: 0;
    background-color: #fafafa;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category:after {
    display: block;
    clear: both;
    content: '';
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li {
    float: left;
    margin-bottom: -1px;
    margin-left: 15px;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li button,
#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li > a {
    display: block;
    font-size: 13px;
    line-height: 50px;
    height: 50px;
    padding: 0 5px;
    border: none;
    color: #333;
    text-decoration: none;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:hover button, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:focus button, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:active button, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.active button,
#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:hover a, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:focus a, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:active a, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.active a {
    color: #e4dcd3;
    border-bottom: 3px solid #e4dcd3;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.new_carbtn a {
    position: absolute;
    top: 50%;
    right: 145px;
    height: 25px;
    margin-top: -13px;
    padding: 0 25px 0 11px;
    font-size: 12px;
    color: #fff;
    line-height: 25px;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.explore_range a {
    position: absolute;
    top: 50%;
    right: 15px;
    height: 25px;
    margin-top: -13px;
    padding: 0 25px 0 11px;
    font-size: 12px;
    color: #fff;
    line-height: 25px;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.explore_range a:hover,
#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.explore_range a:focus {
    border-bottom: none;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li br {
    display: none;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list {
    overflow: hidden;
    cursor: default;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li {
    width: 20%;
    float: left;
    position: relative;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li .eut_newcar_list_upcoming {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 8px;
    height: 17px;
    line-height: 17px;
    font-family: sans-serif;
    font-size: 10px;
    color: #fff;
    background-color: #e4dcd3;
    text-align: center;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a {
    display: block;
    text-align: center;
    background-color: #fff;
    text-decoration: none;
    padding: 10px 1px 17px;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:hover, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:focus, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:active {
    background-color: #e4dcd3;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:hover strong, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:hover span, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:hover em, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:focus strong, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:focus span, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:focus em, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:active strong, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:active span, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:active em {
    color: #fff;
    text-decoration: none;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:hover span:after, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:focus span:after, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:active span:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 9px;
    margin-left: 6px;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:hover .no_data:after {
    background: none;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a img {
    display: block;
    width: 100%;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a strong, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a span, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a em {
    display: block;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a strong {
    margin-top: 3px;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #333;
    word-break: break-all;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a span {
    font-family: sans-serif;
    font-size: 13px;
    color: #333;
    margin-top: 5px;
    line-height: 16px;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a em {
    margin-top: 1px;
    font-family: sans-serif;
    font-size: 12px;
    color: #999;
    line-height: 16px;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p {
    display: block;
    text-align: center;
    background-color: #fff;
    text-decoration: none;
    padding: 10px 1px 17px;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p img {
    display: block;
    width: 100%;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p strong, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p span, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p em {
    display: block;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p strong {
    margin-top: 3px;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #333;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p span {
    font-family: sans-serif;
    font-size: 13px;
    color: #333;
    margin-top: 5px;
    line-height: 16px;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p em {
    margin-top: 1px;
    font-family: sans-serif;
    font-size: 12px;
    color: #999;
    line-height: 16px;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a .img_area:after,
#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:hover .img_area:after,
#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:focus .img_area:after,
#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a:active .img_area:after {
    display: none;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a .img_area,
#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p .img_area {
    margin: 0;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list_controller {
    display: none;
    text-align: center;
    font-size: 0;
    margin: 27px 0 0 0;
    padding-bottom: 15px;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list_controller li {
    display: inline-block;
    margin: 0 3px;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list_controller li a {
    display: block;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 8px;
    height: 8px;
    background-color: #c1c1c1;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list_controller li.active a {
    background-color: #e4dcd3;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .txt_vat {
    position: relative;
    margin-left: 10px;
    font-size: 12px;
    color: #999;
    margin-bottom: 45px;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .txt_vat a {
    vertical-align: initial;
    text-decoration: underline;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .txt_vat:before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
    content: ''
}

@media (max-width: 1024px) {
    #eut_gnb {
        position: relative;
    }

    #eut_gnb > li {
        margin-left: 20px;
    }

    #eut_gnb > li > a:before {
        left: -10px;
        padding: 10px 10px 0 10px;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 {
        top: 58px;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li {
        width: 25%;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a {
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p strong,
    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a strong {
        margin-top: 3px;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p em,
    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a em {
        margin-top: 1px;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list_controller {
        display: none;
    }
}

@media (max-width: 767px) {
    #eut_gnb {
        padding-top: 0;
        height: auto;
        background-color: #fff;
        display: none;
        margin-top: 3px;
    }

    #eut_gnb > li {
        float: none;
        margin-left: 0;
        border-bottom: 1px solid #dbdbdb;
    }

    #eut_gnb > li > a /*,
  #eut_gnb > li > button*/
    {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 47px;
        line-height: 47px;
        padding-left: 10px;
        text-align: left;
        position: static;
    }

    #eut_gnb > li > a:before {
        display: none;
    }

    #eut_gnb > li > a:hover, #eut_gnb > li > a:focus, #eut_gnb > li > a:active /*,
  #eut_gnb > li > button:hover, #eut_gnb > li > button:focus, #eut_gnb > li > button:active*/
    {
        border-bottom: none;
    }

    #eut_gnb > li > a:after /*,
  #eut_gnb > li > button:after*/
    {
        content: '';
        display: block;
        position: absolute;
        top: 13px;
        right: 10px;
        width: 22px;
        height: 22px;
        -webkit-background-size: 250px;
        background-size: 250px;
    }

    #eut_gnb > li > a.anchor_with_link:after {
        display: none;
    }

    #eut_gnb > li:hover > a, #eut_gnb > li.active > a /*,
  #eut_gnb > li:hover > button, #eut_gnb > li.active > button*/
    {
        border: none;
    }

    #eut_gnb > li.active {
        background-color: #b50000;
    }

    #eut_gnb > li.active > a /*,
  #eut_gnb > li.active > button*/
    {
        color: #fff;
    }

    #eut_gnb > li.active > a:after /*,
  #eut_gnb > li.active > button:after*/
    {
        background-position: -200px 0;
    }

    #eut_gnb > li .eut_nav_dth2 {
        position: static;
        margin: 0;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8px 20px;
    }

    #eut_gnb > li .eut_nav_dth2 li {
        padding: 0;
    }

    #eut_gnb > li .eut_nav_dth2 li a {
        display: block;
        padding: 7px 0 8px 0;
        font-size: 14px;
        line-height: 19px; /* height: 35px; */
    }

    #eut_gnb > li .eut_nav_dth2 li a br {
        display: none;
    }

    #eut_gnb > li .eut_nav_dth2 li:first-child {
        border-top: none;
    }

    #eut_gnb > li:last-child {
        position: relative;
    }

    #eut_gnb > li.eut_nav_newcar {
        position: relative;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 {
        padding: 0;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category {
        display: block;
        max-width: 100%;
        overflow-x: auto;
        background-color: #fafafa;
        border-bottom: 1px solid #dbdbdb;
        white-space: nowrap;
        font-size: 0;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li {
        margin-left: 0;
        margin-bottom: 0;
        background: #fafafa;
        border-right: 1px solid #dbdbdb;
        border-bottom: 1px solid #dbdbdb;
        height: 40px;
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 0;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:nth-child(even) {
        border-right: none;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li button,
    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li > a {
        display: block;
        line-height: 39px;
        border: none;
        padding: 0;
        height: auto;
        text-align: center;
        font-family: sans-serif;
        width: 100%;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:hover button, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:focus button, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:active button,
    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:hover a, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:focus a, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li:active a {
        color: #333;
        border: none;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.active {
        background: #fff;
        color: #e4dcd3;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.active button,
    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.active a {
        border: none;
        color: #e4dcd3;
        text-decoration: underline;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li br {
        display: block;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.explore_range {
        width: 100%;
        position: relative;
        top: 0;
        right: auto;
        margin-top: 0;
        padding: 13px 0;
        text-align: center;
        height: auto;
        border-right: none;
        border-bottom: none;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.new_carbtn {
        width: 100%;
        position: relative;
        top: 0;
        right: auto;
        margin-top: 0;
        padding: 13px 0;
        text-align: center;
        height: auto;
        border-right: none;
        border-bottom: none;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.explore_range a {
        position: relative;
        right: 0;
        display: inline-block;
        width: auto;
        height: 25px;
        margin: 0;
        line-height: 25px;
        padding: 0 25px 0 11px;
        font-size: 12px;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.new_carbtn a {
        position: relative;
        right: 0;
        display: inline-block;
        width: auto;
        height: 25px;
        margin: 0;
        line-height: 25px;
        padding: 0 25px 0 11px;
        font-size: 12px;
        color: #fff;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.explore_range:hover a,
    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_category li.explore_range a:hover {
        color: #fff;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li {
        width: 50%;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a {
        height: auto;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a strong, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a span, #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a em {
        line-height: 100%;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a strong {
        margin-top: 9px;
        font-size: 13px;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p strong {
        font-size: 13px;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a span {
        margin-top: 8px;
        font-size: 12px;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p span {
        font-size: 12px;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a em {
        margin-top: 5px;
        font-size: 11px;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li p em {
        font-size: 11px;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li:nth-child(odd) .img_area {
        padding: 0 9px 0 13px;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li:nth-child(even) .img_area {
        padding: 0 13px 0 9px;
    }

    #eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list_controller {
        display: block;
    }
}

#eut_util {
    position: absolute;
    top: 0;
    right: 164px;
    font-size: 0;
    text-align: right;
    z-index: 1;
}

#eut_util .util_menu {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

#eut_util .util_menu li {
    display: inline-block;
    font-size: 11px;
    float: left;
    line-height: 31px;
}

#eut_util .util_menu li a {
    color: #999;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 12px;
}

#eut_util .util_menu li a:hover, #eut_util .util_menu li a:active, #eut_util .util_menu li a:focus {
    text-decoration: underline;
}

#eut_util .util_menu li:before {
    content: '';
    float: left;
    vertical-align: middle;
    width: 1px;
    height: 12px;
    background-color: #ccc;
    margin: 11px 15px 0;
}

#eut_util .util_menu li:first-child:before {
    display: none;
}

@media (max-width: 1024px) {
    #eut_util {
        right: 179px;
    }
}

@media (max-width: 767px) {
    #eut_util {
        position: static;
        width: 100%;
        background-color: #eaeaea;
        border-bottom: 1px solid #cfcfcf;
        display: none;
        border-top: 1px solid #cfcfcf;
    }

    #eut_util .util_menu {
        display: block;
    }

    #eut_util .util_menu li {
        padding: 0;
        display: block;
        margin: 0 -1px -1px 0;
        width: 50%;
        text-align: left;
        border-bottom: 1px solid #cfcfcf;
        border-right: 1px solid #cfcfcf;
        position: relative;
    }

    #eut_util .util_menu li:before {
        display: none;
    }

    #eut_util .util_menu li:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -3px;
        -webkit-background-size: 250px;
        background-size: 250px;
        width: 4px;
        height: 5px;
    }

    #eut_util .util_menu li a {
        font-size: 13px;
        color: #666;
        display: table-cell;
        height: 40px;
        line-height: 15px;
        padding-left: 22px;
    }
}

#eut_configurator {
    position: absolute;
    bottom: 12px;
    right: 0;
}

@media (max-width: 1024px) {
    #eut_configurator {
        right: 15px;
    }

    #eut_configurator a {
        padding: 0;
        overflow: hidden;
        text-indent: -9999px;
        min-width: 0;
        width: 46px;
        font-size: 0;
    }

    #eut_configurator a span {
        margin: 7px 15px 0;
    }
}

@media (max-width: 767px) {
    #eut_configurator {
        position: static;
        text-align: center;
        padding: 25px 0;
        background-color: #fff;
        display: none;
    }

    #eut_configurator a {
        width: auto;
        padding-right: 14px;
        text-indent: 0;
        font-size: 15px;
    }

    #eut_configurator a span {
        margin-right: 3px;
    }
}

#accessbility {
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 10001;
    font-size: 15px;
    background: #454545;
}

#accessbility a {
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -1px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    color: #fff;
}

#accessbility a:focus, #accessbility a:active {
    height: auto;
    width: auto;
    padding: 7px 0;
    color: #fff;
}

#eut_snb {
    background-color: #b50000;
    margin-top: -3px;
}

#eut_snb .snb_inner {
    height: 49px;
    width: 940px;
    margin: 0 auto;
}

#eut_snb .snb_inner:after {
    display: block;
    clear: both;
    content: '';
}

#eut_snb .snb_inner h2 {
    margin: 0;
    height: 100%;
    width: 220px;
    float: left;
    line-height: 100%;
}

#eut_snb .snb_inner h2 img {
    height: 100%;
    display: block;
}

#eut_snb .snb_inner .snb_area {
    float: left;
}

#eut_snb .snb_inner .snb_area .eut_snb_opener {
    position: relative;
    display: none;
    height: 35px;
    color: #fff;
    font-family: sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    width: 100%;
    text-align: left;
}

#eut_snb .snb_inner .snb_area .eut_snb_opener:after {
    content: '';
    display: block;
    width: 13px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
}

#eut_snb .snb_inner .snb_area .snb_menu:after {
    display: block;
    clear: both;
    content: '';
}

#eut_snb .snb_inner .snb_area .snb_menu li {
    position: relative;
    float: left;
    padding: 0 5px; /* border-bottom: 4px solid #b50000; */
    margin-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#eut_snb .snb_inner .snb_area .snb_menu li:first-child {
    margin-left: 0;
}

#eut_snb .snb_inner .snb_area .snb_menu li a {
    display: block;
    color: #fff;
    height: 49px;
    font-size: 14px;
    line-height: 49px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#eut_snb .snb_inner .snb_area .snb_menu li.active { /* border-bottom-color: #fff; */
}

#eut_snb .snb_inner .snb_area .snb_menu li.active a {
    opacity: 1;
    filter: alpha(opacity=100);
    font-family: sans-serif;
}

#eut_snb .snb_inner .snb_area .snb_menu li.active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 4px;
    background: #fff;
    content: '';
}

@media (max-width: 1024px) {
    #eut_snb .snb_inner {
        width: 100%;
        max-width: 980px;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #eut_snb .snb_inner h2 {
        width: 140px;
        margin-right: 20px;
        padding-top: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #eut_snb .snb_inner h2 img {
        width: 100%;
        height: 41px;
    }

    #eut_snb .snb_inner .snb_area .eut_snb_opener {
        display: none;
    }

    #eut_snb .snb_inner .snb_area .snb_menu li {
        margin-left: 16px;
    }

    #eut_snb .snb_inner .snb_area .snb_menu li a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    #eut_snb .snb_inner {
        padding: 0 0 0 137px;
        height: 37px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #eut_snb .snb_inner h2 {
        position: absolute;
        top: 0;
        left: 10px;
        width: 126px;
        margin: 0;
        padding-top: 0;
    }

    #eut_snb .snb_inner h2 img {
        height: 100%;
    }

    #eut_snb .snb_inner .snb_area {
        width: 100%;
        position: relative;
    }

    #eut_snb .snb_inner .snb_area .eut_snb_opener {
        display: block;
    }

    #eut_snb .snb_inner .snb_area .eut_snb_opener:after {
        -webkit-background-size: 250px;
        background-size: 250px;
    }

    #eut_snb .snb_inner .snb_area .snb_menu {
        padding: 0 15px;
        background-color: #b50000;
        display: none;
        position: absolute;
        top: 37px;
        right: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 10;
    }

    #eut_snb .snb_inner .snb_area .snb_menu li {
        float: none;
        margin: 0;
        border-top: 1px solid #890207;
        border-bottom: none;
    }

    #eut_snb .snb_inner .snb_area .snb_menu li a {
        height: 31px;
        line-height: 31px;
    }

    #eut_snb .snb_inner .snb_area .snb_menu li.active:after {
        display: none;
    }

    #eut_snb .snb_inner .snb_area.active .eut_snb_opener:after {
        background-position: -100px 0;
    }

    #eut_snb .snb_inner .snb_area.active .snb_menu {
        display: block;
    }
}

#eut_breadcrumb {
    height: 39px;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
}

#eut_breadcrumb ol {
    width: 940px;
    margin: 0 auto;
    padding-top: 13px;
}

#eut_breadcrumb ol:after {
    display: block;
    clear: both;
    content: '';
}

#eut_breadcrumb ol li {
    float: left;
    font-size: 12px;
    color: #333;
    font-family: sans-serif;
    line-height: 14px;
    vertical-align: top;
}

#eut_breadcrumb ol li:before {
    content: '';
    display: inline-block;
    float: left;
    width: 4px;
    height: 7px;
    vertical-align: top;
    margin: 3px 10px;
}

#eut_breadcrumb ol li a {
    display: inline-block;
    font-size: 12px;
    font-family: sans-serif;
    color: #666;
    vertical-align: top;
}

#eut_breadcrumb ol li:first-child:before {
    display: none;
}

#eut_breadcrumb ol li:first-child a {
    width: 14px;
    height: 14px;
    -webkit-background-size: 250px;
    background-size: 250px;
    text-indent: -9999px;
    overflow: hidden;
}

#eut_breadcrumb ol li:last-child a {
    font-family: sans-serif;
    color: #333;
}

@media (max-width: 1024px) {
    #eut_breadcrumb ol {
        width: 100%;
        max-width: 980px;
        padding: 13px 20px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    #eut_breadcrumb {
        display: none;
    }
}

.eut_nav_dim {
    position: absolute;
    top: 90px;
    left: 0;
    display: none;
    z-index: 12;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.eut_nav_dim.active {
    display: block;
}

@media (max-width: 767px) {
    .eut_nav_dim.active {
        display: none;
    }
}

#eut_header {
    position: relative;
    width: 100%;
    height: 90px;
    background-color: #fff;
    border-bottom: 4px solid #b50000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
}

#eut_header:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    content: '';
    height: 32px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ebebeb;
}

#eut_header .eut_header {
    width: 960px;
    margin: 0 auto;
    padding-top: 32px;
    position: relative;
}

#eut_header .eut_header .header_logo {
    margin: 0 50px 0 0;
    padding-top: 8px;
    float: left;
}

#eut_header .eut_header .header_logo a {
    display: block;
}

#eut_header .eut_header .header_logo a img {
    width: 75px;
}

#eut_header .eut_header .eut_select_language {
    position: absolute;
    top: 0;
    left: 0;
    color: #999;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 31px;
}

#eut_header .eut_header .eut_select_language a {
    color: #999;
    display: inline-block;
}

#eut_header .eut_header .eut_select_language a.active {
    color: #666;
}

#eut_header .eut_header .eut_select_language a + a {
    margin-left: 20px;
}

#eut_header .eut_header .eut_select_language p span {
    display: none;
}

#eut_header .eut_header .eut_gnb_opener {
    display: none;
}

@media (max-width: 1024px) {
    #eut_header .eut_header {
        width: 100%;
        max-width: 990px;
    }

    #eut_header .eut_header .header_logo {
        position: relative;
        margin: 0 20px 0 15px;
        z-index: 1;
    }

    #eut_header .eut_header .eut_select_language {
        left: 15px;
    }
}

@media (max-width: 767px) {
    #eut_header {
        height: 41px;
        border-bottom-width: 3px;
        z-index: 20;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #eut_header:before {
        display: none;
    }

    #eut_header.active #eut_util, #eut_header.active #eut_gnb, #eut_header.active #eut_util_search, #eut_header.active #eut_configurator {
        display: block;
    }

    #eut_header .eut_header {
        padding: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 38px;
    }

    #eut_header .eut_header .header_logo {
        position: absolute;
        top: 7px;
        left: 10px;
        margin: 0;
        padding: 0;
    }

    #eut_header .eut_header .header_logo a img {
        width: 51px;
        vertical-align: top;
    }

    #eut_header .eut_header .eut_gnb_opener {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #333;
        width: 46px;
        height: 38px;
    }

    #eut_header .eut_header .eut_gnb_opener:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 18px;
        height: 14px;
        margin: -7px 0 0 -9px;
        -webkit-background-size: 250px;
        background-size: 250px;
    }

    #eut_header .eut_header .eut_select_language {
        display: block;
        top: 3px;
        left: 70px;
    }
}

@media (max-width: 1024px) {
    #eut_header.lang #eut_util_search {
        -webkit-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        transition: all ease-in-out 0.5s;
    }

    #eut_header.lang #eut_util_search input {
        display: none;
        -webkit-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        transition: all ease-in-out 0.5s;
    }

    #eut_header.lang #eut_util_search.active {
        width: 100%;
        background-color: #f9f9f9;
    }

    #eut_header.lang #eut_util_search.active input {
        display: inline-block;
    }

    #eut_header.lang #eut_util {
        right: 73px;
    }
}

#eut_header.t_search .eut_select_language {
    display: none;
}

#eut_header.t_search #eut_util_search {
    width: auto;
    background-color: #f9f9f9;
}

#eut_header.t_search #eut_util_search input {
    display: inline-block;
    text-indent: 0;
}

/* HAEE
#eut_header.t_search #eut_util { right: 185px; }
*/
#eut_header.t_search #eut_util {
    right: 185px;
    width: 130%;
}

#eut_cookie_notice {
    background-color: #7e8083;
}

.H {
    position: relative;
}

.F {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
}

#eut_cookie_notice .inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
    display: table;
    padding: 16px 0 15px;
}

#eut_cookie_notice .inner p {
    display: table-cell;
    font-size: 13px;
    color: #dcdcdc;
    padding: 0 10px;
    line-height: 18px;
}

#eut_cookie_notice .inner p a {
    font-family:  sans-serif;
    color: #fff;
    font-size: 12px;
    vertical-align: baseline;
}

#eut_cookie_notice .inner p a:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 9px;
    background-color: #a5a6a8;
    margin: 0 8px;
}

#eut_cookie_notice .inner p a:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 9px;
    margin-left: 7px;
    background-size: 150px 250px;
}

#eut_cookie_notice .inner .btns {
    display: table-cell;
    width: 120px;
    vertical-align: bottom;
    text-align: right;
}

#eut_cookie_notice .inner .btns .eut_cmpe_btn {
    text-transform: none;
}

#eut_cookie_notice .inner .close {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
}

@media (max-width: 1024px) {
    #eut_cookie_notice .inner {
        width: 100%;
        max-width: 980px;
    }

    #eut_cookie_notice .inner p {
        padding-left: 15px;
    }

    #eut_cookie_notice .inner .btns {
        padding: 0 15px 8px 0;
    }

    #eut_cookie_notice .inner .close {
        right: 15px;
    }
}

@media (max-width: 767px) {
    #eut_cookie_notice .inner {
        display: block;
        width: 100%;
        padding: 28px 12px 0 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #eut_cookie_notice .inner p {
        display: block;
        padding: 0;
    }

    #eut_cookie_notice .inner .btns {
        display: block;
        text-align: right;
        width: 100%;
        padding: 15px 0 25px 0;
    }

    #eut_cookie_notice .inner .close {
        top: 12px;
        right: 12px;
    }
}

#eut_util_search {
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    padding-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#eut_util_search .u_sch_box {
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    float: right;
    display: inline-block;
    height: 20px;
}

#eut_util_search .u_sch_box .eut_form_plugin {
    vertical-align: top; /*width: 142px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#eut_util_search .u_sch_box .eut_form_plugin > label.eut_text {
    line-height: 20px;
    width: 117px;
}

#eut_util_search input {
    display: block;
    float: left;
    border: none;
    background: #fff;
    width: 107px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-indent: 0px;
    margin-left: 10px;
}

#eut_util_search button {
    position: relative;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    float: left;
    width: 24px;
    height: 20px; /* background: url("../../../../../../content/dam/kwcms/kme/global/en/assets/static/common/spr-common-m.png") -237px 0 no-repeat; background-size:250px; padding: 3px 11px 0 0;*/
}

#eut_util_search button:after {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
    background-size: 250px;
    content: '';
}

@media (max-width: 1024px) {
    #eut_util_search {
        right: 15px;
        z-index: 1;
    }

    #eut_util_search .u_sch_box {
        padding-left: 11px;
    }

    #eut_util_search .u_sch_box .eut_form_plugin {
        display: block;
        vertical-align: middle;
    }

    #eut_util_search .u_sch_box .eut_form_plugin > label.eut_text {
        color: transparent;
    }
}

@media (max-width: 767px) {
    #eut_util_search {
        position: relative;
        padding: 25px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff;
        border: none;
        display: none;
        right: 0;
        height: auto;
    }

    #eut_util_search .u_sch_box {
        position: relative;
        padding-right: 39px;
        border: 1px solid #d1d1d1;
        overflow: hidden;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        float: none;
        height: auto;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #eut_util_search .u_sch_box .eut_form_plugin {
        vertical-align: middle;
        position: static;
        width: 100%;
    }

    #eut_util_search .u_sch_box .eut_form_plugin > label.eut_text {
        line-height: 34px;
        color: #666;
        padding-left: 19px;
    }

    #eut_util_search input {
        display: block !important;
        width: 100%;
        height: 34px;
        text-indent: 0 !important;
        line-height: 34px;
        margin-left: 0;
    }

    #eut_util_search button {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        right: 0;
        margin: 7px 9px 0 0;
    }

    #eut_util_search button:after {
        top: 0;
        width: 20px;
        height: 20px;
        -webkit-background-size: 250px;
        background-size: 250px;
    }
}

#eut_footer {
    background-color: #e4e5e6;
    border-top: 1px solid #c4c6c8;
}

#eut_footer .site_info {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d1d1d1;
}

#eut_footer .site_info ul {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 13px;
    position: relative;
}

#eut_footer .site_info ul:after {
    display: block;
    clear: both;
    content: '';
}

#eut_footer .site_info ul li {
    float: left;
    padding: 13px 0 0;
}

#eut_footer .site_info ul li:before {
    content: '';
    background-color: #a8a8a8;
    width: 1px;
    height: 11px;
    display: inline-block;
    margin: 0 13px;
    vertical-align: middle;
}

#eut_footer .site_info ul li a, #eut_footer .site_info ul li button {
    display: inline-block;
    font-family:  sans-serif;
    font-size: 12px;
    color: #666;
}

#eut_footer .site_info ul li:first-child:before {
    display: none;
}

#eut_footer .site_info ul li.sitemap_btn {
    position: relative;
    margin-right: 30px;
    z-index: 0;
}

#eut_footer .site_info ul li.sitemap_btn button {
    padding-right: 19px;
    position: relative;
    z-index: 1;
}

#eut_footer .site_info ul li.sitemap_btn:after {
    vertical-align: middle;
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
}

#eut_footer .site_info ul li.sitemap_btn.active:after {
    background-position: -149px -31px;
}

#eut_footer .site_info ul li.sns {
    padding: 12px 0 0 0;
}

#eut_footer .site_info ul li.sns a {
    display: inline-block;
    width: 24px;
    height: 24px;
}

#eut_footer .site_info ul li.sns a img {
    width: 100%;
}

#eut_footer .site_info ul li.sns:before {
    display: none;
}

#eut_footer .info_text { /* width: 960px; margin: 0 auto; */
    padding: 22px 0;
    border-bottom: 1px solid #d1d1d1;
}

#eut_footer .info_text .inner {
    width: 960px;
    margin: 0 auto;
}

#eut_footer .info_text p {
    font-size: 12px;
    font-family:  sans-serif;
    color: #999;
    line-height: 16px;
    margin-top: 13px;
}

#eut_footer .info_text p:first-child {
    margin-top: 0;
}

#eut_footer .sitemap {
    display: none;
}

#eut_footer .sitemap.active {
    display: block;
    border-bottom: 1px solid #d1d1d1;
}

#eut_footer .sitemap .inner {
    width: 960px;
    margin: 0 auto;
}

#eut_footer .sitemap .inner:after {
    display: block;
    clear: both;
    content: '';
}

#eut_footer .sitemap .inner dl {
    width: 16.66667%;
    float: left;
    margin: 24px 0;
}

#eut_footer .sitemap .inner dl dt {
    font-size: 15px;
    color: #333;
    font-family:  sans-serif;
    margin-bottom: 14px;
}

#eut_footer .sitemap .inner dl dt a {
    font-size: 15px;
    color: #333;
    font-family:  sans-serif;
}

#eut_footer .sitemap .inner dl dd {
    margin: 0;
    line-height: 16px;
    margin-bottom: 10px;
}

#eut_footer .sitemap .inner dl dd a {
    font-family:  sans-serif;
    font-size: 12px;
    color: #666;
}

#eut_footer .copyright { /* border-top: 1px solid #d1d1d1; */
}

#eut_footer .copyright .inner {
    height: 48px;
    line-height: 48px;
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#eut_footer .copyright .inner p span {
    float: left;
    padding-left: 13px;
}

#eut_footer .copyright .inner p span:first-child {
    margin-right: -10px;
}

#eut_footer .copyright .inner .footerRights {
    white-space: nowrap;
    z-index: 1;
}

#eut_footer .copyright .inner br {
    display: none;
}

#eut_footer .copyright .inner p {
    font-size: 11px;
    color: #999;
}

#eut_footer .copyright .inner .f_logo {
    position: absolute;
    bottom: -37px;
    right: 0;
    display: block;
}

#eut_footer .copyright:after {
    height: 37px;
    content: '';
    display: block;
    background-color: #fff;
}

#eut_footer .eut_select_language {
    display: none;
}

@media (max-width: 1024px) {
    #eut_footer .site_info ul {
        width: 100%;
        max-width: 990px;
        padding: 0 15px 13px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #eut_footer .site_info ul li.last {
        margin-right: 13px;
    }

    #eut_footer .site_info ul li.sitemap_btn {
        display: none;
    }

    #eut_footer .info_text {
        width: 100%;
        padding: 22px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #eut_footer .sitemap {
        display: none;
    }

    #eut_footer .sitemap.active {
        display: none;
    }

    #eut_footer .info_text .inner,
    #eut_footer .copyright .inner {
        width: 100%;
        max-width: 990px;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    #eut_footer .site_info {
        padding: 11px 10px 0;
        border-bottom: none;
    }

    #eut_footer .site_info ul {
        padding: 0;
        border-bottom: 1px solid #d1d1d1;
    }

    #eut_footer .site_info ul li {
        padding: 0;
        margin: 3px 0 0 0;
        line-height: 16px;
    }

    #eut_footer .site_info ul li:before {
        display: none;
    }

    #eut_footer .site_info ul li:after {
        content: '';
        background-color: #a8a8a8;
        width: 1px;
        height: 11px;
        display: inline-block;
        margin: 0 12px 0 9px;
        vertical-align: middle;
    }

    #eut_footer .site_info ul li.sns {
        float: none;
        clear: left;
        padding: 10px 0 20px;
    }

    #eut_footer .site_info ul li.sns:after {
        display: none;
    }

    #eut_footer .site_info ul li.last:after {
        display: none;
    }

    #eut_footer .info_text {
        padding-bottom: 0;
        border-bottom: none;
    }

    #eut_footer .info_text .inner {
        padding: 0 10px;
    }

    #eut_footer .info_text p {
        padding-bottom: 22px;
        border-bottom: 1px solid #d1d1d1;
    }

    #eut_footer .copyright {
        border: none;
    }

    #eut_footer .copyright:after {
        height: 29px;
    }

    #eut_footer .copyright .inner {
        padding: 0 10px;
        line-height: 20px;
    }

    #eut_footer .copyright .inner p {
        line-height: 15px;
        padding-top: 11px;
        padding-right: 110px;
        position: relative; /* border-top: 1px solid #d1d1d1; */
    }

    #eut_footer .copyright .inner .f_logo {
        bottom: -29px;
    }

    #eut_footer .copyright .inner .f_logo img {
        height: 66px;
    }

    #eut_footer .eut_select_language {
        display: block;
        position: relative;
        margin-top: -11px;
        background-color: #e4e5e6;
        padding: 0 10px;
    }

    #eut_footer .eut_select_language p {
        border-bottom: 1px solid #d1d1d1;
        padding-bottom: 11px;
        color: #666;
        font-size: 0;
    }

    #eut_footer .eut_select_language p span {
        display: inline-block;
        font-size: 12px;
        margin-right: 7px;
        vertical-align: middle;
    }

    #eut_footer .eut_select_language p a {
        display: inline-block;
        color: #666;
        margin-right: 15px;
        font-size: 12px;
        vertical-align: middle;
    }

    #eut_footer .eut_select_language p a.active {
        font-family:  sans-serif;
    }
}

#contents {
}

#contents.main {
    position: relative; /* 2016-06-07 Break Point Start */ /* 2016-06-07 Break Point End */
}

#contents.main .eut_main_type1 {
    position: relative;
    overflow: hidden;
    height: 768px;
}

#contents.main .eut_main_type1 .key_visual {
    width: 52%;
    height: 786px;
    margin-left: 16%;
    overflow: hidden;
    position: relative;
}

#contents.main .eut_main_type1 .key_visual > a {
    display: block;
    height: 100%;
}

#contents.main .eut_main_type1 .key_visual .img_wrap img {
    position: absolute;
    top: 0;
    left: 50%;
    margin: -275px 0 0 -1190px;
    display: block;
}

#contents.main .eut_main_type1 .key_visual .text_wrap {
    position: absolute;
    top: 52px;
    left: 50px;
    width: 70%;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .title {
    font-size: 55px;
    font-family:  sans-serif;
    line-height: 55px;
    color: #000;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .title.white_c {
    color: #fff;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .title.sub_c {
    color: #333;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .title.text_c_lighter {
    color: #999;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .sub_title {
    font-size: 24px;
    line-height: 24px;
    color: #000;
    margin-top: 9px;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .sub_title.white_c {
    color: #fff;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .sub_title.sub_c {
    color: #333;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .sub_title.text_c_lighter {
    color: #999;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .text {
    display: none;
    margin-top: 15px;
    font-size: 14px;
    color: #555;
    line-height: 18px;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .text.white_c {
    color: #fff;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .text.sub_c {
    color: #333;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .text.text_c_lighter {
    color: #999;
}

#contents.main .eut_main_type1 .key_visual .text_wrap .button_wrap {
    margin-top: 25px;
}

#contents.main .eut_main_type1 .banners {
    position: absolute;
    overflow: hidden;
}

#contents.main .eut_main_type1 .banners .banner {
    height: 100%;
}

#contents.main .eut_main_type1 .banners.item1 {
    top: 0;
    left: 0;
}

#contents.main .eut_main_type1 .banners.item2 {
    top: 0;
    right: 0;
}

#contents.main .eut_main_type1 .banners.item3 {
    top: 262px;
    left: 0;
}

#contents.main .eut_main_type1 .banners.item4 {
    top: 524px;
    left: 0;
}

#contents.main .eut_main_type1 .banners.item5 {
    right: 16%;
    top: 262px;
}

#contents.main .eut_main_type1 .banners.item6 {
    right: 0;
    top: 262px;
}

#contents.main .eut_main_type1 .banners.type1 {
    width: 16%;
    height: 262px;
}

#contents.main .eut_main_type1 .banners.type1 .text_wrap {
    position: absolute;
    top: 140px;
    left: 0;
    text-align: center;
}

#contents.main .eut_main_type1 .banners.type2 {
    width: 32%;
    height: 262px;
}

#contents.main .eut_main_type1 .banners.type2 .text_wrap {
    position: absolute;
    top: 17px;
    left: 20px;
    text-align: left;
}

#contents.main .eut_main_type1 .banners.type3 {
    width: 16%;
    height: 524px;
}

#contents.main .eut_main_type1 .banners.type3 .text_wrap {
    position: absolute;
    top: 21px;
    left: 50%;
    margin-left: -50%;
    padding-left: 20px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contents.main .eut_main_type1 .banners .img_wrap {
    display: block;
    text-align: center;
    margin: 0 -100%;
}

#contents.main .eut_main_type1 .banners a {
    display: block;
    height: 100%;
}

#contents.main .eut_main_type1 .banners .text_wrap {
    display: block;
    z-index: 1;
    width: 100%;
}

#contents.main .eut_main_type1 .banners .text_wrap .title {
    font-family:  sans-serif;
    color: #000;
    font-size: 21px;
    vertical-align: top;
    text-transform: uppercase;
    line-height: 25px;
}

#contents.main .eut_main_type1 .banners .text_wrap .title.white_c {
    color: #fff;
}

#contents.main .eut_main_type1 .banners .text_wrap .title.sub_c {
    color: #333;
}

#contents.main .eut_main_type1 .banners .text_wrap .title.text_c_lighter {
    color: #999;
}

#contents.main .eut_main_type1 .banners .text_wrap .text {
    color: #000;
    font-size: 13px;
    line-height: 16px;
    vertical-align: top;
    margin-top: 7px;
}

#contents.main .eut_main_type1 .banners .text_wrap .text.white_c {
    color: #fff;
}

#contents.main .eut_main_type1 .banners .text_wrap .text.sub_c {
    color: #333;
}

#contents.main .eut_main_type1 .banners .text_wrap .text.text_c_lighter {
    color: #999;
}

#contents.main .eut_main_type2 {
    position: relative;
    overflow: hidden;
    height: 768px;
}

#contents.main .eut_main_type2 .key_visual {
    position: relative;
    top: 0;
    left: 16%;
    width: 68%;
    height: 768px;
    overflow: hidden;
}

#contents.main .eut_main_type2 .key_visual > a {
    position: relative;
    display: block;
    height: 100%;
}

#contents.main .eut_main_type2 .key_visual .img_wrap img {
    position: absolute;
    top: 0;
    left: 50%;
    margin: -275px 0 0 -1190px;
}

#contents.main .eut_main_type2 .key_visual .text_wrap {
    position: absolute;
    top: 45px;
    left: 50px;
    width: 70%;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .title {
    font-size: 55px;
    font-family:  sans-serif;
    color: #000;
    line-height: 55px;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .title.white_c {
    color: #fff;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .title.sub_c {
    color: #333;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .title.text_c_lighter {
    color: #999;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .sub_title {
    margin-top: 15px;
    font-size: 24px;
    color: #000;
    line-height: 28px;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .sub_title.white_c {
    color: #fff;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .sub_title.sub_c {
    color: #333;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .sub_title.text_c_lighter {
    color: #999;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .text {
    display: none;
    margin-top: 15px;
    font-size: 13px;
    color: #333;
    line-height: 18px;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .text.white_c {
    color: #fff;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .text.sub_c {
    color: #333;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .text.text_c_lighter {
    color: #999;
}

#contents.main .eut_main_type2 .key_visual .text_wrap .button_wrap {
    position: relative;
    margin-top: 25px;
    z-index: 4;
}

#contents.main .eut_main_type2 .banners {
    position: absolute;
    overflow: hidden;
}

#contents.main .eut_main_type2 .banners .banner {
    height: 100%;
}

#contents.main .eut_main_type2 .banners.item1 {
    top: 0;
    left: 0;
}

#contents.main .eut_main_type2 .banners.item2 {
    top: 0;
    right: 0;
}

#contents.main .eut_main_type2 .banners.item3 {
    top: 262px;
    left: 0;
}

#contents.main .eut_main_type2 .banners.item4 {
    top: 524px;
    left: 0;
}

#contents.main .eut_main_type2 .banners.item5 {
    top: 262px;
    right: 0;
}

#contents.main .eut_main_type2 .banners.type1 {
    width: 16%;
    height: 262px;
    text-align: center;
}

#contents.main .eut_main_type2 .banners.type1 .text_wrap {
    position: absolute;
    top: 136px;
    left: 0;
}

#contents.main .eut_main_type2 .banners.type2 {
    width: 16%;
    height: 262px;
}

#contents.main .eut_main_type2 .banners.type2 .text_wrap {
    position: absolute;
    top: 21px;
    left: 17px;
}

#contents.main .eut_main_type2 .banners.type3 {
    width: 16%;
    height: 524px;
}

#contents.main .eut_main_type2 .banners .img_wrap {
    display: block;
    text-align: center;
    margin: 0 -100%;
}

#contents.main .eut_main_type2 .banners a {
    display: block;
    height: 100%;
}

#contents.main .eut_main_type2 .banners .text_wrap {
    display: block;
    width: 100%;
}

#contents.main .eut_main_type2 .banners .text_wrap .title {
    font-size: 21px;
    font-family:  sans-serif;
    color: #333;
    text-transform: uppercase;
}

#contents.main .eut_main_type2 .banners .text_wrap .title.white_c {
    color: #fff;
}

#contents.main .eut_main_type2 .banners .text_wrap .title.sub_c {
    color: #333;
}

#contents.main .eut_main_type2 .banners .text_wrap .title.text_c_lighter {
    color: #999;
}

#contents.main .eut_main_type2 .banners .text_wrap .text {
    margin-top: 10px;
    font-size: 13px;
    color: #444;
    line-height: 16px;
}

#contents.main .eut_main_type2 .banners .text_wrap .text.white_c {
    color: #fff;
}

#contents.main .eut_main_type2 .banners .text_wrap .text.sub_c {
    color: #333;
}

#contents.main .eut_main_type2 .banners .text_wrap .text.text_c_lighter {
    color: #999;
}

#contents.main .eut_main_type3 {
    overflow: hidden;
    position: relative;
}

#contents.main .eut_main_type3 .key_visual {
    position: relative;
    height: 786px;
    width: 68%;
    overflow: hidden;
}

#contents.main .eut_main_type3 .key_visual .img_wrap img {
    position: absolute;
    top: 0;
    left: 50%;
    margin: -275px 0 0 -1190px;
}

#contents.main .eut_main_type3 .key_visual .text_wrap {
    position: absolute;
    top: 45px;
    left: 110px;
    width: 80%;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .title {
    font-size: 55px;
    font-family:  sans-serif;
    color: #fff;
    line-height: 55px;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .title.white_c {
    color: #fff;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .title.sub_c {
    color: #333;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .title.text_c_lighter {
    color: #999;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .sub_title {
    margin-top: 15px;
    font-size: 24px;
    color: #fff;
    line-height: 24px;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .sub_title.white_c {
    color: #fff;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .sub_title.sub_c {
    color: #333;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .sub_title.text_c_lighter {
    color: #999;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .text {
    display: none;
    margin-top: 15px;
    font-size: 13px;
    color: #fff;
    line-height: 18px;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .text.white_c {
    color: #fff;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .text.sub_c {
    color: #333;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .text.text_c_lighter {
    color: #999;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .button_wrap {
    margin-top: 25px;
}

#contents.main .eut_main_type3 .key_visual .text_wrap .button_wrap a {
    display: inline-block;
    width: auto;
}

#contents.main .eut_main_type3 .banners {
    position: absolute;
    overflow: hidden;
}

#contents.main .eut_main_type3 .banners .banner {
    height: 100%;
}

#contents.main .eut_main_type3 .banners .img_wrap {
    display: block;
    text-align: center;
    margin: 0 -100%;
}

#contents.main .eut_main_type3 .banners a {
    display: block;
    height: 100%;
}

#contents.main .eut_main_type3 .banners .img_wrap {
    display: block;
    margin: 0 -100%;
    text-align: center;
}

#contents.main .eut_main_type3 .banners .text_wrap {
    position: absolute;
}

#contents.main .eut_main_type3 .banners .text_wrap .title {
    font-size: 21px;
    font-family:  sans-serif;
    color: #fff;
}

#contents.main .eut_main_type3 .banners .text_wrap .title.white_c {
    color: #fff;
}

#contents.main .eut_main_type3 .banners .text_wrap .title.sub_c {
    color: #333;
}

#contents.main .eut_main_type3 .banners .text_wrap .title.text_c_lighter {
    color: #999;
}

#contents.main .eut_main_type3 .banners .text_wrap .text {
    margin-top: 5px;
    font-size: 13px;
    color: #fff;
    line-height: 16px;
}

#contents.main .eut_main_type3 .banners .text_wrap .text.white_c {
    color: #fff;
}

#contents.main .eut_main_type3 .banners .text_wrap .text.sub_c {
    color: #333;
}

#contents.main .eut_main_type3 .banners .text_wrap .text.text_c_lighter {
    color: #999;
}

#contents.main .eut_main_type3 .banners.item1 {
    overflow: hidden;
    top: 0;
    right: 0;
    width: 32%;
    height: 262px;
}

#contents.main .eut_main_type3 .banners.item1 .text_wrap {
    top: 21px;
    left: 20px;
}

#contents.main .eut_main_type3 .banners.item2 {
    top: 262px;
    right: 16%;
    width: 16%;
}

#contents.main .eut_main_type3 .banners.item2 .text_wrap {
    top: 136px;
    left: 0;
    right: 0;
    text-align: center;
}

#contents.main .eut_main_type3 .banners.item3 {
    top: 524px;
    right: 16%;
    width: 16%;
    height: 262px;
    background: #fff;
}

#contents.main .eut_main_type3 .banners.item3 iframe {
    width: 100%;
    height: 100%;
}

#contents.main .eut_main_type3 .banners.item4 {
    top: 262px;
    right: 0;
    width: 16%;
    height: 524px;
}

#contents.main .eut_main_type4 {
    overflow: hidden;
    position: relative;
}

#contents.main .eut_main_type4 .key_visual {
    position: relative;
    height: 786px;
    overflow: hidden;
}

#contents.main .eut_main_type4 .key_visual ul.newcar_list:after {
    display: block;
    clear: both;
    content: '';
}

#contents.main .eut_main_type4 .key_visual ul.newcar_list li {
    float: left;
}

#contents.main .eut_main_type4 .key_visual > a {
    position: relative;
    display: block;
    height: 100%;
}

#contents.main .eut_main_type4 .key_visual .text_wrap {
    position: absolute;
    top: 45px;
    left: 50%;
    width: 960px;
    margin-left: -480px;
    text-align: left;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .title {
    font-size: 55px;
    font-family:  sans-serif;
    color: #fff;
    line-height: 55px;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .title.white_c {
    color: #fff;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .title.sub_c {
    color: #333;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .title.text_c_lighter {
    color: #999;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .sub_title {
    margin: 15px 0 0;
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .sub_title.white_c {
    color: #fff;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .sub_title.sub_c {
    color: #333;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .sub_title.text_c_lighter {
    color: #999;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .text {
    display: none;
    margin-top: 15px;
    font-size: 13px;
    color: #fff;
    line-height: 18px;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .text.white_c {
    color: #fff;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .text.sub_c {
    color: #333;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .text.text_c_lighter {
    color: #999;
}

#contents.main .eut_main_type4 .key_visual .text_wrap .button_wrap {
    margin-top: 25px;
}

#contents.main .eut_main_type4 .key_visual .img_wrap img {
    position: absolute;
    top: 0;
    left: 50%;
    margin: -507px 0 0 -960px;
}

#contents.main .eut_main_type4 .banners {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    height: 262px;
}

#contents.main .eut_main_type4 .banners .banner {
    height: 100%;
}

#contents.main .eut_main_type4 .banners .dspBanner {
    height: 100%;
}

#contents.main .eut_main_type4 .banners .img_wrap {
    display: block;
    text-align: center;
    margin: 0 -100%;
}

#contents.main .eut_main_type4 .banners a {
    display: block;
    height: 100%;
}

#contents.main .eut_main_type4 .banners .text_wrap {
    position: absolute;
    top: 131px;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    font-size: 13px;
    text-align: center;
}

#contents.main .eut_main_type4 .banners .text_wrap .title {
    font-size: 19px;
    font-family:  sans-serif;
    color: #fff;
    text-transform: uppercase;
}

#contents.main .eut_main_type4 .banners .text_wrap .title.white_c {
    color: #fff;
}

#contents.main .eut_main_type4 .banners .text_wrap .title.sub_c {
    color: #333;
}

#contents.main .eut_main_type4 .banners .text_wrap .title.text_c_lighter {
    color: #999;
}

#contents.main .eut_main_type4 .banners .text_wrap .text {
    margin-top: 10px;
    font-size: 13px;
    color: #fff;
    line-height: 16px;
}

#contents.main .eut_main_type4 .banners .text_wrap .text.white_c {
    color: #fff;
}

#contents.main .eut_main_type4 .banners .text_wrap .text.sub_c {
    color: #333;
}

#contents.main .eut_main_type4 .banners .text_wrap .text.text_c_lighter {
    color: #999;
}

#contents.main .eut_main_type4 .banners.item1 {
    left: 0;
    width: 33.32%;
}

#contents.main .eut_main_type4 .banners.item1 .text_wrap {
    position: absolute;
    top: 21px;
    left: 50%;
    padding-left: 20px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contents.main .eut_main_type4 .banners.item2 {
    left: 33.32%;
    width: 16.67%;
}

#contents.main .eut_main_type4 .banners.item2 .text_wrap {
}

#contents.main .eut_main_type4 .banners.item3 {
    left: 49.99%;
    width: 16.67%;
}

#contents.main .eut_main_type4 .banners.item4 {
    left: 66.66%;
    width: 16.67%;
}

#contents.main .eut_main_type4 .banners.item5 {
    left: 83.33%;
    width: 16.67%;
    background: #fff no-repeat left center;
    background-size: 100%;
}

#contents.main .paging_num {
    position: absolute;
    top: 220px;
    right: 84px;
    display: none;
    width: 76px;
    height: 84px; /* padding-right: 3px; */
    background: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    font-family:  sans-serif;
    font-style: italic;
    color: #000;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contents.main .paging_num .cell {
    display: table-cell;
    width: 100%; /*padding-right:2px;*/
    vertical-align: middle;
    box-sizing: border-box;
}

#contents.main .paging_num .total {
    padding-right: 4px;
    opacity: 0.4;
}

#contents.main .paging_num .current {
    color: #e4dcd3;
    opacity: 1;
}

#contents.main .main_prev, #contents.main .main_next {
    position: absolute;
    top: 220px;
    display: block;
    width: 84px;
    height: 84px;
    text-indent: -9999px;
}

#contents.main .main_prev {
    left: 0;
}

#contents.main .main_prev:hover ~ .paging_num, #contents.main .main_prev.active ~ .paging_num {
    display: table;
}

#contents.main .main_next {
    right: 0;
}

#contents.main .main_next:hover ~ .paging_num, #contents.main .main_next.active ~ .paging_num {
    display: table;
}

@media all and (min-width: 1367px) and (max-width: 1600px) {
    #contents.main .eut_main_type1 {
        height: 720px;
    }

    #contents.main .eut_main_type1 .key_visual {
        height: 720px;
    }

    #contents.main .eut_main_type1 .key_visual .img_wrap img {
        height: 1020px;
        margin: -234px 0 0 -1012px;
    }

    #contents.main .eut_main_type1 .banners.type1 {
        height: 240px;
    }

    #contents.main .eut_main_type1 .banners.type1 .text_wrap {
        top: 118px;
    }

    #contents.main .eut_main_type1 .banners.type1 .img_wrap {
        position: relative;
        height: 100%;
    }

    #contents.main .eut_main_type1 .banners.type1 .img_wrap img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    #contents.main .eut_main_type1 .banners.type2 {
        height: 240px;
    }

    #contents.main .eut_main_type1 .banners.type2 img {
        height: 240px;
    }

    #contents.main .eut_main_type1 .banners.type3 {
        height: 480px;
    }

    #contents.main .eut_main_type1 .banners.type3 img {
        height: 480px;
    }

    #contents.main .eut_main_type1 .banners.item3 {
        top: 240px;
    }

    #contents.main .eut_main_type1 .banners.item4 {
        top: 480px;
    }

    #contents.main .eut_main_type1 .banners.item5, #contents.main .eut_main_type1 .banners.item6 {
        top: 240px;
    }

    #contents.main .eut_main_type1 .banners .text_wrap {
        top: 119px;
    }

    #contents.main .eut_main_type1 .banners .text_wrap .title {
        font-size: 18px;
    }

    #contents.main .eut_main_type1 .banners .text_wrap .text {
        font-size: 13px;
        line-height: 16px;
        margin-top: 4px;
    }

    #contents.main .eut_main_type2 {
        height: 720px;
    }

    #contents.main .eut_main_type2 .key_visual {
        height: 720px;
    }

    #contents.main .eut_main_type2 .key_visual .img_wrap img {
        height: 1020px;
        margin: -182px 0 0 -1012px;
    }

    #contents.main .eut_main_type2 .banners.type1 {
        height: 240px;
    }

    #contents.main .eut_main_type2 .banners.type1 .text_wrap {
        top: 118px;
    }

    #contents.main .eut_main_type2 .banners.type1 .img_wrap {
        position: relative;
        height: 100%;
    }

    #contents.main .eut_main_type2 .banners.type1 .img_wrap img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    #contents.main .eut_main_type2 .banners.type2 {
        height: 240px;
    }

    #contents.main .eut_main_type2 .banners.type2 img {
        height: 240px;
    }

    #contents.main .eut_main_type2 .banners.type3 {
        height: 480px;
    }

    #contents.main .eut_main_type2 .banners.type3 img {
        height: 480px;
    }

    #contents.main .eut_main_type2 .banners.item3 {
        top: 240px;
    }

    #contents.main .eut_main_type2 .banners.item4 {
        top: 480px;
    }

    #contents.main .eut_main_type2 .banners.item5, #contents.main .eut_main_type2 .banners.item6 {
        top: 240px;
    }

    #contents.main .eut_main_type2 .banners .text_wrap {
        top: 119px;
    }

    #contents.main .eut_main_type2 .banners .text_wrap .title {
        font-size: 18px;
    }

    #contents.main .eut_main_type2 .banners .text_wrap .text {
        font-size: 13px;
        line-height: 16px;
        margin-top: 4px;
    }

    #contents.main .eut_main_type3 .key_visual {
        height: 720px;
    }

    #contents.main .eut_main_type3 .key_visual .img_wrap img {
        height: 1020px;
        margin: -182px 0 0 -1012px;
    }

    #contents.main .eut_main_type3 .banners.type1 {
        height: 240px;
    }

    #contents.main .eut_main_type3 .banners.type1 .text_wrap {
        top: 118px;
    }

    #contents.main .eut_main_type3 .banners.type1 .img_wrap {
        position: relative;
        height: 100%;
    }

    #contents.main .eut_main_type3 .banners.type1 .img_wrap img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    #contents.main .eut_main_type3 .banners.type2 {
        height: 240px;
    }

    #contents.main .eut_main_type3 .banners.type2 img {
        height: 240px;
    }

    #contents.main .eut_main_type3 .banners.type3 {
        height: 480px;
    }

    #contents.main .eut_main_type3 .banners.type3 img {
        height: 480px;
    }

    #contents.main .eut_main_type3 .banners.item1 {
        height: 240px;
    }

    #contents.main .eut_main_type3 .banners.item1 img {
        height: 240px;
    }

    #contents.main .eut_main_type3 .banners.item2 {
        top: 240px;
        height: 240px;
    }

    #contents.main .eut_main_type3 .banners.item2 img {
        height: 240px;
    }

    #contents.main .eut_main_type3 .banners.item3 {
        top: 480px;
        height: 240px;
    }

    #contents.main .eut_main_type3 .banners.item3 img {
        height: 240px;
    }

    #contents.main .eut_main_type3 .banners.item4 {
        top: 240px;
        height: 480px;
    }

    #contents.main .eut_main_type3 .banners.item4 img {
        height: 480px;
    }

    #contents.main .eut_main_type3 .banners .text_wrap {
        top: 119px;
    }

    #contents.main .eut_main_type3 .banners .text_wrap .title {
        font-size: 18px;
    }

    #contents.main .eut_main_type3 .banners .text_wrap .text {
        font-size: 13px;
        line-height: 16px;
        margin-top: 4px;
    }

    #contents.main .eut_main_type4 .key_visual {
        height: 720px;
    }

    #contents.main .eut_main_type4 .key_visual .img_wrap img {
        height: 1020px;
        margin-left: -832px;
        margin-top: -403px;
    }

    #contents.main .eut_main_type4 .banners.type1 {
        height: 240px;
    }

    #contents.main .eut_main_type4 .banners.type1 .text_wrap {
        top: 118px;
    }

    #contents.main .eut_main_type4 .banners.type1 .img_wrap {
        position: relative;
        height: 100%;
    }

    #contents.main .eut_main_type4 .banners.type1 .img_wrap img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    #contents.main .eut_main_type4 .banners.type2 {
        height: 240px;
    }

    #contents.main .eut_main_type4 .banners.type2 img {
        height: 240px;
    }

    #contents.main .eut_main_type4 .banners.type3 {
        height: 240px;
    }

    #contents.main .eut_main_type4 .banners.type3 img {
        height: 240px;
    }

    #contents.main .eut_main_type4 .banners.item1 {
        height: 240px;
        bottom: 0;
    }

    #contents.main .eut_main_type4 .banners.item1 img {
        height: 240px;
    }

    #contents.main .eut_main_type4 .banners.item2 {
        bottom: 0;
        height: 240px;
    }

    #contents.main .eut_main_type4 .banners.item2 img {
        height: 240px;
    }

    #contents.main .eut_main_type4 .banners.item3 {
        bottom: 0;
        height: 240px;
    }

    #contents.main .eut_main_type4 .banners.item3 img {
        height: 240px;
    }

    #contents.main .eut_main_type4 .banners.item4 {
        bottom: 0;
        height: 240px;
    }

    #contents.main .eut_main_type4 .banners.item4 img {
        height: 240px;
    }

    #contents.main .eut_main_type4 .banners.item5 {
        bottom: 0;
        height: 240px;
    }

    #contents.main .eut_main_type4 .banners.item5 img {
        height: 240px;
    }

    #contents.main .eut_main_type4 .banners .text_wrap {
        top: 119px;
    }

    #contents.main .eut_main_type4 .banners .text_wrap .title {
        font-size: 18px;
    }

    #contents.main .eut_main_type4 .banners .text_wrap .text {
        font-size: 13px;
        line-height: 16px;
        margin-top: 4px;
    }
}

@media all and (min-width: 1171px) and (max-width: 1366px) {
    #contents.main .eut_main_type1 {
        height: 585px;
    }

    #contents.main .eut_main_type1 .key_visual {
        height: 585px;
    }

    #contents.main .eut_main_type1 .key_visual .img_wrap img {
        height: 840px;
        margin: -175px 0 0 -833px;
    }

    #contents.main .eut_main_type1 .key_visual .text_wrap .title {
        font-size: 50px;
        line-height: 50px;
    }

    #contents.main .eut_main_type1 .key_visual .text_wrap .sub_title {
        font-size: 19px;
    }

    #contents.main .eut_main_type1 .key_visual .text_wrap .button_wrap {
        margin-top: 14px;
    }

    #contents.main .eut_main_type1 .banners.type1 {
        height: 195px;
    }

    #contents.main .eut_main_type1 .banners.type1 img {
        width: 432px;
    }

    #contents.main .eut_main_type1 .banners.type1 .text_wrap {
        top: 94px;
    }

    #contents.main .eut_main_type1 .banners.type1 .img_wrap {
        position: relative;
        height: 100%;
    }

    #contents.main .eut_main_type1 .banners.type1 .img_wrap img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    #contents.main .eut_main_type1 .banners.type2 {
        height: 195px;
    }

    #contents.main .eut_main_type1 .banners.type2 img {
        height: 195px;
    }

    #contents.main .eut_main_type1 .banners.type3 {
        height: 390px;
    }

    #contents.main .eut_main_type1 .banners.type3 img {
        height: 390px;
    }

    #contents.main .eut_main_type1 .banners.item3 {
        top: 195px;
    }

    #contents.main .eut_main_type1 .banners.item4 {
        top: 390px;
    }

    #contents.main .eut_main_type1 .banners.item5, #contents.main .eut_main_type1 .banners.item6 {
        top: 195px;
    }

    #contents.main .eut_main_type1 .banners .text_wrap {
        top: 114px;
    }

    #contents.main .eut_main_type1 .banners .text_wrap .title {
        font-size: 18px;
    }

    #contents.main .eut_main_type1 .banners .text_wrap .text {
        font-size: 13px;
        line-height: 16px;
    }

    #contents.main .eut_main_type2 {
        height: 585px;
    }

    #contents.main .eut_main_type2 .key_visual {
        height: 585px;
    }

    #contents.main .eut_main_type2 .key_visual .img_wrap img {
        height: 840px;
        margin: -158px 0 0 -832px;
    }

    #contents.main .eut_main_type2 .key_visual .text_wrap .title {
        font-size: 50px;
        line-height: 50px;
    }

    #contents.main .eut_main_type2 .key_visual .text_wrap .sub_title {
        font-size: 19px;
    }

    #contents.main .eut_main_type2 .key_visual .text_wrap .button_wrap {
        margin-top: 14px;
    }

    #contents.main .eut_main_type2 .banners.type1 {
        height: 195px;
    }

    #contents.main .eut_main_type2 .banners.type1 img {
        width: 432px;
    }

    #contents.main .eut_main_type2 .banners.type1 .text_wrap {
        top: 94px;
    }

    #contents.main .eut_main_type2 .banners.type1 .img_wrap {
        position: relative;
        height: 100%;
    }

    #contents.main .eut_main_type2 .banners.type1 .img_wrap img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    #contents.main .eut_main_type2 .banners.type2 {
        height: 195px;
    }

    #contents.main .eut_main_type2 .banners.type2 img {
        height: 195px;
    }

    #contents.main .eut_main_type2 .banners.type3 {
        height: 390px;
    }

    #contents.main .eut_main_type2 .banners.type3 img {
        height: 390px;
    }

    #contents.main .eut_main_type2 .banners.item3 {
        top: 195px;
    }

    #contents.main .eut_main_type2 .banners.item4 {
        top: 390px;
    }

    #contents.main .eut_main_type2 .banners.item5, #contents.main .eut_main_type2 .banners.item6 {
        top: 195px;
    }

    #contents.main .eut_main_type2 .banners .text_wrap {
        top: 114px;
    }

    #contents.main .eut_main_type2 .banners .text_wrap .title {
        font-size: 18px;
    }

    #contents.main .eut_main_type2 .banners .text_wrap .text {
        font-size: 13px;
        line-height: 16px;
    }

    #contents.main .eut_main_type3 .key_visual {
        height: 585px;
    }

    #contents.main .eut_main_type3 .key_visual .img_wrap img {
        height: 840px;
        margin: -158px 0 0 -832px;
    }

    #contents.main .eut_main_type3 .key_visual .text_wrap .title {
        font-size: 50px;
        line-height: 50px;
    }

    #contents.main .eut_main_type3 .key_visual .text_wrap .sub_title {
        font-size: 19px;
    }

    #contents.main .eut_main_type3 .key_visual .text_wrap .button_wrap {
        margin-top: 14px;
    }

    #contents.main .eut_main_type3 .banners.type1 {
        height: 195px;
    }

    #contents.main .eut_main_type3 .banners.type1 img {
        width: 432px;
    }

    #contents.main .eut_main_type3 .banners.type1 .text_wrap {
        top: 94px;
    }

    #contents.main .eut_main_type3 .banners.type1 .img_wrap {
        position: relative;
        height: 100%;
    }

    #contents.main .eut_main_type3 .banners.type1 .img_wrap img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    #contents.main .eut_main_type3 .banners.item1 {
        height: 195px;
    }

    #contents.main .eut_main_type3 .banners.item1 .img_wrap {
        position: relative;
        height: 100%;
    }

    #contents.main .eut_main_type3 .banners.item1 .img_wrap img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: 195px;
    }

    #contents.main .eut_main_type3 .banners.item2 {
        height: 195px;
        top: 195px;
    }

    #contents.main .eut_main_type3 .banners.item2 .img_wrap {
        position: relative;
        height: 100%;
    }

    #contents.main .eut_main_type3 .banners.item2 .img_wrap img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: 195px;
    }

    #contents.main .eut_main_type3 .banners.item2 .text_wrap {
        top: 100px;
    }

    #contents.main .eut_main_type3 .banners.item3 {
        height: 195px;
        top: 390px;
    }

    #contents.main .eut_main_type3 .banners.item4 {
        height: 390px;
        top: 195px;
    }

    #contents.main .eut_main_type3 .banners.item4 .img_wrap {
        position: relative;
        height: 100%;
    }

    #contents.main .eut_main_type3 .banners.item4 .img_wrap img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: 390px;
    }

    #contents.main .eut_main_type3 .banners.item5, #contents.main .eut_main_type3 .banners.item6 {
        top: 195px;
    }

    #contents.main .eut_main_type3 .banners .text_wrap {
        top: 114px;
    }

    #contents.main .eut_main_type3 .banners .text_wrap .title {
        font-size: 18px;
    }

    #contents.main .eut_main_type3 .banners .text_wrap .text {
        font-size: 13px;
        line-height: 16px;
    }

    #contents.main .eut_main_type4 .key_visual {
        height: 585px;
    }

    #contents.main .eut_main_type4 .key_visual .img_wrap img {
        height: 864px;
        margin: -364px 0 0 -700px;
    }

    #contents.main .eut_main_type4 .key_visual .text_wrap .title {
        font-size: 50px;
        line-height: 50px;
    }

    #contents.main .eut_main_type4 .key_visual .text_wrap .sub_title {
        font-size: 19px;
    }

    #contents.main .eut_main_type4 .key_visual .text_wrap .button_wrap {
        margin-top: 14px;
    }

    #contents.main .eut_main_type4 .banners {
        height: 195px;
    }

    #contents.main .eut_main_type4 .banners .img_wrap {
        position: relative;
        height: 100%;
    }

    #contents.main .eut_main_type4 .banners .img_wrap img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: 195px;
    }

    #contents.main .eut_main_type4 .banners.type1 {
        height: 195px;
    }

    #contents.main .eut_main_type4 .banners.type1 img {
        width: 432px;
    }

    #contents.main .eut_main_type4 .banners.type1 .text_wrap {
        top: 94px;
    }

    #contents.main .eut_main_type4 .banners.type1 .img_wrap {
        position: relative;
        height: 100%;
    }

    #contents.main .eut_main_type4 .banners.type1 .img_wrap img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    #contents.main .eut_main_type4 .banners .text_wrap {
        top: 114px;
    }

    #contents.main .eut_main_type4 .banners .text_wrap .title {
        font-size: 18px;
    }

    #contents.main .eut_main_type4 .banners .text_wrap .text {
        font-size: 13px;
        line-height: 16px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1170px) {
    #contents.main .eut_main_type1 {
        height: 585px;
    }

    #contents.main .eut_main_type1 .key_visual {
        height: 585px;
    }

    #contents.main .eut_main_type1 .key_visual .img_wrap img {
        height: 660px;
        margin: -75px 0 0 -653px;
    }

    #contents.main .eut_main_type1 .key_visual .text_wrap .title {
        font-size: 50px;
        line-height: 50px;
    }

    #contents.main .eut_main_type1 .key_visual .text_wrap .sub_title {
        font-size: 19px;
    }

    #contents.main .eut_main_type1 .key_visual .text_wrap .button_wrap {
        margin-top: 14px;
    }

    #contents.main .eut_main_type1 .banners.type1 {
        height: 195px;
    }

    #contents.main .eut_main_type1 .banners.type1 img {
        width: 432px;
    }

    #contents.main .eut_main_type1 .banners.type1 .text_wrap {
        top: 94px;
    }

    #contents.main .eut_main_type1 .banners.type1 .img_wrap {
        position: relative;
        height: 100%;
    }

    #contents.main .eut_main_type1 .banners.type1 .img_wrap img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    #contents.main .eut_main_type1 .banners.type2 {
        height: 195px;
    }

    #contents.main .eut_main_type1 .banners.type2 img {
        height: 195px;
    }

    #contents.main .eut_main_type1 .banners.type3 {
        height: 390px;
    }

    #contents.main .eut_main_type1 .banners.type3 img {
        height: 390px;
    }

    #contents.main .eut_main_type1 .banners.item3 {
        top: 195px;
    }

    #contents.main .eut_main_type1 .banners.item4 {
        top: 390px;
    }

    #contents.main .eut_main_type1 .banners.item5, #contents.main .eut_main_type1 .banners.item6 {
        top: 195px;
    }

    #contents.main .eut_main_type1 .banners .text_wrap {
        top: 114px;
    }

    #contents.main .eut_main_type1 .banners .text_wrap .title {
        font-size: 16px;
    }

    #contents.main .eut_main_type1 .banners .text_wrap .text {
        font-size: 13px;
        line-height: 16px;
    }

    #contents.main .eut_main_type2 {
        height: 585px;
    }

    #contents.main .eut_main_type2 .key_visual {
        height: 585px;
    }

    #contents.main .eut_main_type2 .key_visual .img_wrap img {
        height: 660px;
        margin: -70px 0 0 -654px;
    }

    #contents.main .eut_main_type2 .key_visual .text_wrap .title {
        font-size: 50px;
        line-height: 50px;
    }

    #contents.main .eut_main_type2 .key_visual .text_wrap .sub_title {
        font-size: 19px;
    }

    #contents.main .eut_main_type2 .key_visual .text_wrap .button_wrap {
        margin-top: 14px;
    }

    #contents.main .eut_main_type2 .banners.type1 {
        height: 195px;
    }

    #contents.main .eut_main_type2 .banners.type1 img {
        width: 432px;
    }

    #contents.main .eut_main_type2 .banners.type1 .text_wrap {
        top: 94px;
    }

    #contents.main .eut_main_type2 .banners.type1 .img_wrap {
        position: relative;
        height: 100%;
    }

    #contents.main .eut_main_type2 .banners.type1 .img_wrap img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    #contents.main .eut_main_type2 .banners.type2 {
        height: 195px;
    }

    #contents.main .eut_main_type2 .banners.type2 img {
        height: 195px;
    }

    #contents.main .eut_main_type2 .banners.type3 {
        height: 390px;
    }

    #contents.main .eut_main_type2 .banners.type3 img {
        height: 390px;
    }

    #contents.main .eut_main_type2 .banners.item3 {
        top: 195px;
    }

    #contents.main .eut_main_type2 .banners.item4 {
        top: 390px;
    }

    #contents.main .eut_main_type2 .banners.item5, #contents.main .eut_main_type2 .banners.item6 {
        top: 195px;
    }

    #contents.main .eut_main_type2 .banners .text_wrap {
        top: 114px;
    }

    #contents.main .eut_main_type2 .banners .text_wrap .title {
        font-size: 16px;
    }

    #contents.main .eut_main_type2 .banners .text_wrap .text {
        font-size: 13px;
        line-height: 16px;
    }

    #contents.main .eut_main_type3 .key_visual {
        height: 585px;
    }

    #contents.main .eut_main_type3 .key_visual .img_wrap img {
        height: 660px;
        margin: -70px 0 0 -654px;
    }

    #contents.main .eut_main_type3 .key_visual .text_wrap .title {
        font-size: 50px;
        line-height: 50px;
    }

    #contents.main .eut_main_type3 .key_visual .text_wrap .sub_title {
        font-size: 19px;
    }

    #contents.main .eut_main_type3 .key_visual .text_wrap .button_wrap {
        margin-top: 14px;
    }

    #contents.main .eut_main_type3 .banners.type1 {
        height: 195px;
    }

    #contents.main .eut_main_type3 .banners.type1 img {
        width: 432px;
    }

    #contents.main .eut_main_type3 .banners.type1 .text_wrap {
        top: 94px;
    }

    #contents.main .eut_main_type3 .banners.type1 .img_wrap {
        position: relative;
        height: 100%;
    }

    #contents.main .eut_main_type3 .banners.type1 .img_wrap img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    #contents.main .eut_main_type3 .banners.item1 {
        height: 195px;
    }

    #contents.main .eut_main_type3 .banners.item1 .img_wrap {
        position: relative;
        height: 100%;
    }

    #contents.main .eut_main_type3 .banners.item1 .img_wrap img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: 195px;
    }

    #contents.main .eut_main_type3 .banners.item2 {
        height: 195px;
        top: 195px;
    }

    #contents.main .eut_main_type3 .banners.item2 .img_wrap {
        position: relative;
        height: 100%;
    }

    #contents.main .eut_main_type3 .banners.item2 .img_wrap img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: 195px;
    }

    #contents.main .eut_main_type3 .banners.item2 .text_wrap {
        top: 100px;
    }

    #contents.main .eut_main_type3 .banners.item3 {
        height: 195px;
        top: 390px;
    }

    #contents.main .eut_main_type3 .banners.item4 {
        height: 390px;
        top: 195px;
    }

    #contents.main .eut_main_type3 .banners.item4 .img_wrap {
        position: relative;
        height: 100%;
    }

    #contents.main .eut_main_type3 .banners.item4 .img_wrap img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: 390px;
    }

    #contents.main .eut_main_type3 .banners.item5, #contents.main .eut_main_type3 .banners.item6 {
        top: 195px;
    }

    #contents.main .eut_main_type3 .banners .text_wrap {
        top: 114px;
    }

    #contents.main .eut_main_type3 .banners .text_wrap .title {
        font-size: 18px;
    }

    #contents.main .eut_main_type3 .banners .text_wrap .text {
        font-size: 13px;
        line-height: 16px;
    }

    #contents.main .eut_main_type4 .key_visual {
        height: 585px;
    }

    #contents.main .eut_main_type4 .key_visual .img_wrap img {
        height: 744px;
        margin-left: -562px;
        margin-top: -264px;
    }

    #contents.main .eut_main_type4 .key_visual .text_wrap .title {
        font-size: 50px;
        line-height: 50px;
    }

    #contents.main .eut_main_type4 .key_visual .text_wrap .sub_title {
        font-size: 19px;
    }

    #contents.main .eut_main_type4 .key_visual .text_wrap .button_wrap {
        margin-top: 14px;
    }

    #contents.main .eut_main_type4 .banners {
        height: 195px;
    }

    #contents.main .eut_main_type4 .banners .img_wrap {
        position: relative;
        height: 100%;
    }

    #contents.main .eut_main_type4 .banners .img_wrap img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: 195px;
    }

    #contents.main .eut_main_type4 .banners.type1 {
        height: 195px;
    }

    #contents.main .eut_main_type4 .banners.type1 img {
        width: 744px;
    }

    #contents.main .eut_main_type4 .banners.type1 .text_wrap {
        top: 94px;
    }

    #contents.main .eut_main_type4 .banners.type1 .img_wrap {
        position: relative;
        height: 100%;
    }

    #contents.main .eut_main_type4 .banners.type1 .img_wrap img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    #contents.main .eut_main_type4 .banners .text_wrap {
        top: 114px;
    }

    #contents.main .eut_main_type4 .banners .text_wrap .title {
        font-size: 16px;
    }

    #contents.main .eut_main_type4 .banners .text_wrap .text {
        font-size: 13px;
        line-height: 16px;
    }
}

@media (max-width: 1024px) {
    #contents.main .eut_main_type1 {
        height: 1288px;
    }

    #contents.main .eut_main_type1 .key_visual {
        left: 0;
        width: 100%;
        height: 502px;
        margin: 0;
        text-align: center;
    }

    #contents.main .eut_main_type1 .key_visual .img_wrap img {
        height: 840px;
        margin: -253px 0 0 -822px;
    }

    #contents.main .eut_main_type1 .key_visual .text_wrap {
        top: 27px;
        left: 0;
        width: 100%;
        margin: 0;
    }

    #contents.main .eut_main_type1 .key_visual .text_wrap .title {
        font-size: 34px;
        color: #000;
        line-height: 34px;
    }

    #contents.main .eut_main_type1 .key_visual .text_wrap .sub_title {
        font-size: 19px;
        color: #000;
        line-height: normal;
        margin-top: 0;
    }

    #contents.main .eut_main_type1 .key_visual .text_wrap .text {
        display: none;
    }

    #contents.main .eut_main_type1 .key_visual .text_wrap .button_wrap {
        margin-top: 15px;
    }

    #contents.main .eut_main_type1 .banners .text_wrap .title {
        font-size: 19px;
    }

    #contents.main .eut_main_type1 .banners .text_wrap .text {
        margin-top: 3px;
    }

    #contents.main .eut_main_type1 .banners.type2 .text_wrap {
        top: 21px;
    }

    #contents.main .eut_main_type1 .banners.item1 {
        left: 0;
        top: 502px;
        width: 33%;
    }

    #contents.main .eut_main_type1 .banners.item2 {
        left: 33%;
        top: 502px;
        width: 67%;
    }

    #contents.main .eut_main_type1 .banners.item3 {
        left: 0;
        top: 764px;
        width: 33%;
    }

    #contents.main .eut_main_type1 .banners.item4 {
        left: 0;
        top: 1026px;
        width: 33%;
    }

    #contents.main .eut_main_type1 .banners.item5 {
        left: 33%;
        top: 764px;
        width: 33%;
    }

    #contents.main .eut_main_type1 .banners.item6 {
        left: 66%;
        top: 764px;
        width: 34%;
    }

    #contents.main .eut_main_type2 {
        height: 1006px;
    }

    #contents.main .eut_main_type2 .key_visual {
        left: 0;
        width: 100%;
        height: 502px;
        margin: 0;
    }

    #contents.main .eut_main_type2 .key_visual .text_wrap {
        top: 26px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    #contents.main .eut_main_type2 .key_visual .text_wrap .title {
        font-size: 34px;
        color: #000;
    }

    #contents.main .eut_main_type2 .key_visual .text_wrap .sub_title {
        margin: 0;
        font-size: 19px;
        color: #000;
        line-height: normal;
    }

    #contents.main .eut_main_type2 .key_visual .text_wrap .text {
        display: none;
    }

    #contents.main .eut_main_type2 .key_visual .text_wrap .button_wrap {
        margin-top: 15px;
    }

    #contents.main .eut_main_type2 .key_visual .img_wrap img {
        height: 840px;
        margin: -253px 0 0 -822px;
    }

    #contents.main .eut_main_type2 .banners.type1 .text_wrap .title {
        font-size: 19px;
    }

    #contents.main .eut_main_type2 .banners.type1 .text_wrap .text {
        margin-top: 3px;
    }

    #contents.main .eut_main_type2 .banners.type1 .text_wrap .title {
        color: #000;
    }

    #contents.main .eut_main_type2 .banners.type1 .text_wrap .title.white_c {
        color: #fff;
    }

    #contents.main .eut_main_type2 .banners.type1 .text_wrap .title.sub_c {
        color: #333;
    }

    #contents.main .eut_main_type2 .banners.type1 .text_wrap .title.text_c_lighter {
        color: #999;
    }

    #contents.main .eut_main_type2 .banners.item1 {
        left: 0;
        top: 502px;
        width: 33%;
    }

    #contents.main .eut_main_type2 .banners.item2 {
        left: 33%;
        top: 502px;
        width: 33%;
    }

    #contents.main .eut_main_type2 .banners.item3 {
        left: 0;
        top: 764px;
        width: 33%;
    }

    #contents.main .eut_main_type2 .banners.item4 {
        left: 33%;
        top: 764px;
        width: 33%;
    }

    #contents.main .eut_main_type2 .banners.item5 {
        left: 66%;
        top: 502px;
        width: 34%;
    }

    #contents.main .eut_main_type3 {
        height: 1026px;
    }

    #contents.main .eut_main_type3 .key_visual {
        left: 0;
        width: 100%;
        height: 502px;
        text-align: center;
    }

    #contents.main .eut_main_type3 .key_visual > a {
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    #contents.main .eut_main_type3 .key_visual .text_wrap {
        top: 26px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    #contents.main .eut_main_type3 .key_visual .text_wrap .title {
        font-size: 34px;
        color: #000;
    }

    #contents.main .eut_main_type3 .key_visual .text_wrap .sub_title {
        margin: 0;
        font-size: 19px;
        color: #000;
        line-height: normal;
    }

    #contents.main .eut_main_type3 .key_visual .text_wrap .text {
        display: none;
    }

    #contents.main .eut_main_type3 .key_visual .text_wrap .button_wrap {
        margin-top: 15px;
    }

    #contents.main .eut_main_type3 .key_visual .img_wrap img {
        height: 840px;
        margin: -253px 0 0 -822px;
    }

    #contents.main .eut_main_type3 .banners.item1 {
        top: 502px;
        left: 0;
        width: 66%;
    }

    #contents.main .eut_main_type3 .banners.item2 {
        top: 764px;
        left: 0;
        width: 33%;
    }

    #contents.main .eut_main_type3 .banners.item3 {
        top: 764px;
        left: 33%;
        width: 33%;
    }

    #contents.main .eut_main_type3 .banners.item4 {
        top: 502px;
        left: 66%;
        width: 34%;
    }

    #contents.main .eut_main_type4 {
        height: 1026px;
    }

    #contents.main .eut_main_type4 .key_visual {
        height: 502px;
    }

    #contents.main .eut_main_type4 .key_visual .img_wrap img {
        height: 840px;
        margin: -253px 0 0 -822px;
    }

    #contents.main .eut_main_type4 .key_visual .text_wrap {
        top: 26px;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    #contents.main .eut_main_type4 .key_visual .text_wrap .title {
        font-size: 34px;
    }

    #contents.main .eut_main_type4 .key_visual .text_wrap .sub_title {
        margin: 0;
        font-size: 19px;
    }

    #contents.main .eut_main_type4 .key_visual .text_wrap .text {
        display: none;
    }

    #contents.main .eut_main_type4 .key_visual .text_wrap .button_wrap {
        margin-top: 15px;
    }

    #contents.main .eut_main_type4 .banners.item1 {
        top: 502px;
        left: 0;
        width: 66%;
    }

    #contents.main .eut_main_type4 .banners.item2 {
        top: 502px;
        left: 66%;
        width: 34%;
    }

    #contents.main .eut_main_type4 .banners.item3 {
        top: 764px;
        left: 0;
        width: 33%;
    }

    #contents.main .eut_main_type4 .banners.item4 {
        top: 764px;
        left: 33%;
        width: 33%;
    }

    #contents.main .eut_main_type4 .banners.item5 {
        top: 764px;
        left: 66%;
        width: 34%;
        background: #fff no-repeat left center;
        background-size: 100%;
    }

    #contents.main .paging_num {
        top: 418px;
    }

    #contents.main .main_prev, #contents.main .main_next {
        top: 418px;
    }
}

@media (max-width: 767px) {
    #contents.main .eut_main_type1 {
        height: 1042px;
    }

    #contents.main .eut_main_type1 .key_visual {
        height: 385px;
    }

    #contents.main .eut_main_type1 .key_visual .img_wrap {
        height: 385px;
        text-align: center;
    }

    #contents.main .eut_main_type1 .key_visual .img_wrap img {
        margin: 0 0 0 -384px;
        height: auto;
        width: 768px;
    }

    #contents.main .eut_main_type1 .key_visual .text_wrap {
        top: 23px;
    }

    #contents.main .eut_main_type1 .key_visual .text_wrap .title {
        font-size: 23px;
        line-height: 23px;
    }

    #contents.main .eut_main_type1 .key_visual .text_wrap .sub_title {
        margin-top: -1px;
        font-size: 18px;
    }

    #contents.main .eut_main_type1 .key_visual .text_wrap .button_wrap {
        margin-top: 11px;
    }

    #contents.main .eut_main_type1 .banners .text_wrap .title {
        font-size: 15px;
        line-height: 18px;
    }

    #contents.main .eut_main_type1 .banners.type1 .text_wrap {
        top: 98px;
    }

    #contents.main .eut_main_type1 .banners.type1 .text_wrap .text {
        display: none;
    }

    #contents.main .eut_main_type1 .banners.type2 {
        line-height: 18px;
    }

    #contents.main .eut_main_type1 .banners.type2 .text_wrap {
        top: 16px;
        left: 15px;
    }

    #contents.main .eut_main_type1 .banners.type2 .text_wrap .text {
        display: none;
    }

    #contents.main .eut_main_type1 .banners.item1, #contents.main .eut_main_type1 .banners.item2, #contents.main .eut_main_type1 .banners.item3, #contents.main .eut_main_type1 .banners.item4, #contents.main .eut_main_type1 .banners.item5 {
        height: 159px;
    }

    #contents.main .eut_main_type1 .banners.item1 img, #contents.main .eut_main_type1 .banners.item2 img, #contents.main .eut_main_type1 .banners.item3 img, #contents.main .eut_main_type1 .banners.item4 img, #contents.main .eut_main_type1 .banners.item5 img {
        height: 159px;
    }

    #contents.main .eut_main_type1 .banners.item1 {
        left: 0;
        top: 385px;
        width: 50%;
    }

    #contents.main .eut_main_type1 .banners.item2 {
        left: 50%;
        top: 385px;
        width: 50%;
    }

    #contents.main .eut_main_type1 .banners.item3 {
        left: 0;
        top: 544px;
        width: 50%;
    }

    #contents.main .eut_main_type1 .banners.item4 {
        left: 50%;
        top: 544px;
        width: 50%;
    }

    #contents.main .eut_main_type1 .banners.item5 {
        left: 0;
        top: 703px;
        width: 100%;
    }

    #contents.main .eut_main_type1 .banners.item5 .text_wrap {
        top: 16px;
        left: 15px;
        margin: 0;
        padding: 0;
    }

    #contents.main .eut_main_type1 .banners.item5 .text_wrap .title {
        line-height: 18px;
    }

    #contents.main .eut_main_type1 .banners.item5 .text_wrap .text {
        display: none;
    }

    #contents.main .eut_main_type1 .banners.item6 {
        left: 0;
        top: 862px;
        width: 100%;
        height: 180px;
    }

    #contents.main .eut_main_type1 .banners.item6 .img_wrap img {
        height: 180px;
    }

    #contents.main .eut_main_type2 {
        height: 883px;
    }

    #contents.main .eut_main_type2 .key_visual {
        height: 385px;
    }

    #contents.main .eut_main_type2 .key_visual .text_wrap {
        top: 22px;
    }

    #contents.main .eut_main_type2 .key_visual .text_wrap .title {
        font-size: 23px;
        line-height: 23px;
    }

    #contents.main .eut_main_type2 .key_visual .text_wrap .sub_title {
        margin-top: -1px;
        font-size: 18px;
    }

    #contents.main .eut_main_type2 .key_visual .text_wrap .button_wrap {
        margin-top: 11px;
        margin-top: 12px;
    }

    #contents.main .eut_main_type2 .key_visual .img_wrap img {
        margin: 0 0 0 -384px;
        height: auto;
        width: 768px;
    }

    #contents.main .eut_main_type2 .banners .text_wrap .title {
        font-size: 15px;
        line-height: 18px;
    }

    #contents.main .eut_main_type2 .banners.type1 {
        width: 50%;
        height: 159px;
    }

    #contents.main .eut_main_type2 .banners.type1 .text_wrap {
        top: 96px;
    }

    #contents.main .eut_main_type2 .banners.type1 .text_wrap .title {
        font-size: 15px;
    }

    #contents.main .eut_main_type2 .banners.type1 .text_wrap .text {
        display: none;
    }

    #contents.main .eut_main_type2 .banners.type1 .img_wrap img {
        height: 159px;
    }

    #contents.main .eut_main_type2 .banners.type2 {
        width: 50%;
        height: 159px;
    }

    #contents.main .eut_main_type2 .banners.type2 .text_wrap {
        top: 24px;
        left: 15px;
    }

    #contents.main .eut_main_type2 .banners.type2 .text_wrap .text {
        display: none;
    }

    #contents.main .eut_main_type2 .banners.type2 .img_wrap img {
        height: 159px;
    }

    #contents.main .eut_main_type2 .banners.type3 {
        width: 100%;
        height: 180px;
    }

    #contents.main .eut_main_type2 .banners.type3 .img_wrap img {
        height: 180px;
    }

    #contents.main .eut_main_type2 .banners.item1 {
        top: 385px;
        left: 0;
    }

    #contents.main .eut_main_type2 .banners.item2 {
        top: 385px;
        left: 50%;
    }

    #contents.main .eut_main_type2 .banners.item3 {
        top: 544px;
        left: 0;
    }

    #contents.main .eut_main_type2 .banners.item4 {
        top: 544px;
        left: 50%;
    }

    #contents.main .eut_main_type2 .banners.item5 {
        top: 703px;
        left: 0;
    }

    #contents.main .eut_main_type3 {
        height: 883px;
    }

    #contents.main .eut_main_type3 .key_visual {
        height: 385px;
    }

    #contents.main .eut_main_type3 .key_visual > a {
        height: 385px;
    }

    #contents.main .eut_main_type3 .key_visual .text_wrap {
        top: 22px;
    }

    #contents.main .eut_main_type3 .key_visual .text_wrap .title {
        font-size: 23px;
        line-height: 23px;
    }

    #contents.main .eut_main_type3 .key_visual .text_wrap .sub_title {
        margin-top: -1px;
        font-size: 18px;
    }

    #contents.main .eut_main_type3 .key_visual .text_wrap .button_wrap {
        margin-top: 12px;
    }

    #contents.main .eut_main_type3 .key_visual .img_wrap img {
        margin: 0 0 0 -384px;
        height: auto;
        width: 768px;
    }

    #contents.main .eut_main_type3 .banners .text_wrap .title {
        font-size: 15px;
    }

    #contents.main .eut_main_type3 .banners.item1 {
        top: 385px;
        left: 0;
        width: 100%;
        height: 159px;
    }

    #contents.main .eut_main_type3 .banners.item1 .text_wrap {
        top: 22px;
        left: 15px;
    }

    #contents.main .eut_main_type3 .banners.item1 img {
        height: 159px;
        margin: 0;
    }

    #contents.main .eut_main_type3 .banners.item2 {
        top: 544px;
        left: 0;
        width: 50%;
        height: 159px;
    }

    #contents.main .eut_main_type3 .banners.item2 .text_wrap {
        top: 96px;
    }

    #contents.main .eut_main_type3 .banners.item2 .text_wrap .text {
        display: none;
    }

    #contents.main .eut_main_type3 .banners.item2 .img_wrap img {
        height: 159px;
        margin: 0;
    }

    #contents.main .eut_main_type3 .banners.item3 {
        top: 544px;
        left: 50%;
        width: 50%;
        height: 159px;
    }

    #contents.main .eut_main_type3 .banners.item3 {
        display: block !important;
        height: 159px !important;
    }

    #contents.main .eut_main_type3 .banners .banner {
        height: 159px;
    }

    #contents.main .eut_main_type3 .banners.item4 {
        top: 703px;
        left: 0;
        width: 100%;
        height: 180px;
    }

    #contents.main .eut_main_type3 .banners.item4 .img_wrap img {
        height: 180px;
    }

    #contents.main .eut_main_type4 {
        height: 862px;
    }

    #contents.main .eut_main_type4 .key_visual {
        height: 385px;
    }

    #contents.main .eut_main_type4 .key_visual .img_wrap {
        height: 385px;
        text-align: center;
    }

    #contents.main .eut_main_type4 .key_visual .img_wrap img {
        margin: 0 0 0 -384px;
        height: auto;
        width: 768px;
    }

    #contents.main .eut_main_type4 .key_visual .text_wrap {
        top: 27px;
    }

    #contents.main .eut_main_type4 .key_visual .text_wrap .title {
        font-size: 23px;
        line-height: 23px;
    }

    #contents.main .eut_main_type4 .key_visual .text_wrap .sub_title {
        margin-top: -1px;
        font-size: 18px;
    }

    #contents.main .eut_main_type4 .key_visual .text_wrap .button_wrap {
        margin-top: 12px;
    }

    #contents.main .eut_main_type4 .banners .text_wrap {
        top: 97px;
    }

    #contents.main .eut_main_type4 .banners .text_wrap .title {
        font-size: 15px;
    }

    #contents.main .eut_main_type4 .banners .text_wrap .text {
        display: none;
    }

    #contents.main .eut_main_type4 .banners.item1, #contents.main .eut_main_type4 .banners.item2, #contents.main .eut_main_type4 .banners.item3, #contents.main .eut_main_type4 .banners.item4, #contents.main .eut_main_type4 .banners.item5 {
        height: 159px;
    }

    #contents.main .eut_main_type4 .banners.item1 img, #contents.main .eut_main_type4 .banners.item2 img, #contents.main .eut_main_type4 .banners.item3 img, #contents.main .eut_main_type4 .banners.item4 img, #contents.main .eut_main_type4 .banners.item5 img {
        height: 159px;
    }

    #contents.main .eut_main_type4 .banners.item1 {
        top: 385px;
        left: 0;
        width: 100%;
    }

    #contents.main .eut_main_type4 .banners.item2 {
        top: 544px;
        left: 0;
        width: 50%;
    }

    #contents.main .eut_main_type4 .banners.item3 {
        top: 544px;
        left: 50%;
        width: 50%;
    }

    #contents.main .eut_main_type4 .banners.item4 {
        top: 703px;
        left: 0;
        width: 50%;
    }

    #contents.main .eut_main_type4 .banners.item5 {
        top: 703px;
        left: 50%;
        width: 50%;
        background: #fff no-repeat left center;
        background-size: 100%;
    }

    #contents.main .eut_main_type4 .banners.item1 .text_wrap {
        top: 14px;
        padding-left: 15px;
    }

    #contents.main .paging_num {
        top: 343px;
        right: 42px;
        width: 39px;
        height: 42px;
        font-size: 15px;
    }

    #contents.main .main_prev, #contents.main .main_next {
        top: 343px;
        width: 42px;
        height: 42px;
        background-size: 100px;
    }

    #contents.main .main_prev {
        background-position: left top;
    }

    #contents.main .main_prev:hover, #contents.main .main_prev.active {
        background-position: left -50px;
        background-size: 100px;
    }

    #contents.main .main_next {
        background-position: -50px top;
    }

    #contents.main .main_next:hover, #contents.main .main_next.active {
        background-position: -50px -50px;
        background-size: 100px;
    }

    #contents.main .button_wrap {
        margin-top: 12px;
    }

    /* #contents.main .button_wrap .eut_cmpe_btn.explore { position: relative; min-width: 44px; width: 44px; height: 44px; padding: 0; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; font-size: 1px; line-height: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-indent: -9999px; }
    #contents.main .button_wrap .eut_cmpe_btn.explore:after { position: absolute; top: 9px; left: 9.5px; width: 25px; height: 25px; margin: 0; background: url("../../../../../../content/dam/kwcms/kme/global/en/assets/static/common/spr-common-m-main.png") no-repeat 0 0; background-size: 200px 200px; } */
    #contents.main .button_wrap .eut_cmpe_btn.configurator {
        position: relative;
        min-width: 44px;
        width: 44px;
        height: 44px;
        padding: 0;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        font-size: 1px;
        line-height: 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-indent: -9999px;
    }

    #contents.main .button_wrap .eut_cmpe_btn.configurator:after {
        position: absolute;
        top: 9px;
        left: 9px;
        width: 25.5px;
        height: 25.5px;
        margin: 0;
        background-size: 200px 200px;
    }

    #contents.main .button_wrap .eut_cmpe_btn.test_drive {
        position: relative;
        min-width: 44px;
        width: 44px;
        height: 44px;
        padding: 0;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        font-size: 1px;
        line-height: 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-indent: -9999px;
    }

    #contents.main .button_wrap .eut_cmpe_btn.test_drive:after {
        position: absolute;
        top: 9px;
        left: 9px;
        width: 26px;
        height: 26px;
        margin: 0;
        background-size: 200px 200px;
    }

    #contents.main .button_wrap .eut_cmpe_btn.discover {
        position: relative;
        min-width: 44px;
        width: 44px;
        height: 44px;
        padding: 0;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        font-size: 1px;
        line-height: 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-indent: -9999px;
    }

    #contents.main .button_wrap .eut_cmpe_btn.discover:after {
        position: absolute;
        top: 9px;
        left: 9.5px;
        width: 25px;
        height: 25px;
        margin: 0;
        background-size: 200px 200px;
    }
}

.eut_multilang_intro {
    background-color: #fff;
    padding-bottom: 25px;
}

.eut_multilang_intro img {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.eut_multilang_intro .inner p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}

.eut_multilang_intro .inner span {
    display: block;
    margin-bottom: 15px;
}

#eut_container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#eut_container legend {
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -99999px;
    left: 0;
}

#eut_container .eut_sub_title {
    padding: 25px 0 26px 0;
    width: 940px;
    margin: 0 auto;
}

#eut_container .eut_sub_title h1 {
    font-size: 36px;
    margin: 0;
    font-family:  sans-serif;
    color: #000;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#eut_container .eut_sub_title:after {
    display: block;
    width: 70px;
    height: 2px;
    background-color: #b50000;
    content: '';
}

#eut_container .eut_cmly_section {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#eut_container .eut_cmly_section:after {
    display: block;
    clear: both;
    content: '';
}

#eut_container .eut_cmly_section .inner {
    width: 940px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#eut_container .eutDi1a .eut_cmly_section .inner {
    z-index: initial;
}

#eut_container .eut_cmly_section .inner .eut_cmly_column2:after {
    display: block;
    clear: both;
    content: '';
}

#eut_container .eut_cmly_section .inner .eut_cmly_column2 li {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#eut_container .eut_cmly_section .inner .eut_cmly_column3:after {
    display: block;
    clear: both;
    content: '';
}

#eut_container .eut_cmly_section .inner .eut_cmly_column3 li {
    width: 320px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#eut_container .eut_cmly_section .inner .eut_cmly_column4:after {
    display: block;
    clear: both;
    content: '';
}

#eut_container .eut_cmly_section .inner .eut_cmly_column4 li {
    width: 25%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#eut_container .eut_cmly_section .inner.akamai {
    padding: 40px 0;
}

@media (max-width: 1024px) {
    #eut_container .eut_sub_title {
        width: 100%;
        max-width: 980px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 25px 20px 30px;
    }

    #eut_container .eut_cmly_section .inner {
        padding: 0 20px;
        width: 100%;
        max-width: 980px;
    }

    #eut_container .eut_cmly_section .inner .eut_cmly_column3 li {
        width: 33.3333%;
    }
}

@media (max-width: 767px) {
    #eut_container .eut_sub_title {
        padding: 22px 15px 15px 15px;
    }

    #eut_container .eut_sub_title h1 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    #eut_container .eut_sub_title:after {
        width: 39px;
    }

    #eut_container .eut_cmly_section .inner {
        padding: 0 15px;
    }
}

.eut_form_plugin {
    position: relative;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}

.eut_form_plugin > input[type=radio], .eut_form_plugin > input[type=checkbox] {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.eut_form_plugin > input[type=radio]:focus + label:before, .eut_form_plugin > input[type=checkbox]:focus + label:before {
    outline: 2px solid #a6c8ff;
}

.eut_form_plugin > input[type=text], .eut_form_plugin > input[type=password], .eut_form_plugin > input[type=number], .eut_form_plugin > input[type=email], .eut_form_plugin > input[type=tel], .eut_form_plugin > input[type=number] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.eut_form_plugin > label.eut_checkbox {
    font-size: 13px;
    color: #999;
}

.eut_form_plugin > label.eut_checkbox:before {
    content: '';
    display: inline-block;
    margin: -2px 6px 0 0;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin: -2px 6px 0 0;
    background-position: 0 -15px;
}

.eut_form_plugin > label.eut_checkbox_hide {
    font-size: 13px;
    color: #666;
}

.eut_form_plugin > label.eut_checkbox.active:before {
    background-position: -32px -15px;
    content: ' ';
}

.eut_form_plugin > label.eut_checkbox:focus:before {
    outline: 2px solid #a6c8ff;
}

.eut_form_plugin > label.eut_checkbox.disabled {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.eut_form_plugin > label.eut_radio {
    font-size: 13px;
    color: #333;
}

.eut_form_plugin > label.eut_radio:before {
    content: '';
    display: inline-block;
    margin: -2px 6px 0 0;
    vertical-align: middle;
    width: 7px;
    height: 14px;
    padding-right: 7px;
}

.eut_form_plugin > label.eut_radio.active:before {
    background-position: -32px 0;
    content: ' ';
}

.eut_form_plugin > label.eut_radio.disabled {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.eut_form_plugin > label.eut_text {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 100%; /*margin-right:40px;*/
    z-index: 1;
    font-size: 13px;
    color: #aaa; /* line-height: 28px; */
    line-height: 30px;
    padding-left: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.eut_form_plugin.eut_data_wrong input {
    border-color: #f00;
    color: #f00;
    background-color: #fff7f7;
}

.eut_form_plugin.eut_data_wrong label {
    color: #f00;
}

.eut_form_plugin.required > label:after {
    content: '*';
    color: #b50000;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.eut_form_plugin.disabled > label.eut_checkbox:before {
    content: '';
    background-position: -16px -15px;
}

.eut_form_plugin.disabled > label.eut_radio:before {
    content: '';
    background-position: -16px 0px;
}

.eut_form_plugin .optText {
    font-size: 13px;
    color: #333;
}

.eut_form_plugin.eut_select_box {
    min-width: 200px;
}

.eut_form_plugin .sel_box {
    display: block;
    width: 100%;
    position: relative;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.eut_form_plugin .sel_box .selected-headline {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d6d6d6;
    background: #fcfcfc;
    padding: 0 31px 0 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #aaa;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.eut_form_plugin .sel_box .selected-headline:before {
    content: '';
    width: 11px;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: 10px;
}

.eut_form_plugin .sel_box .selected-headline:after {
    content: '';
    display: none;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 7px;
    right: 28px;
}

.eut_form_plugin .sel_box .selected-headline.required:after {
    display: inline-block;
    position: static;
    content: '*';
    margin-left: 5px;
    color: #b50000;
    background: none;
    vertical-align: top;
}

.eut_form_plugin .sel_box .selected-headline:focus + .select-list {
    display: block;
}

.eut_form_plugin .sel_box.wrong .selected-headline {
    border-color: #f00;
    color: #f00;
    background-color: #fff7f7;
}

.eut_form_plugin .sel_box.wrong .selected-headline:after {
    display: block;
    background-position: 0 -8px;
}

.eut_form_plugin .sel_box.right .selected-headline:after {
    display: block;
    background-position: 0 -48px;
}

.eut_form_plugin .sel_box.selected .selected-headline {
    color: #666;
}

.eut_form_plugin .sel_box .select-list {
    width: 100%;
    overflow-y: auto;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.eut_form_plugin .sel_box .select-list li {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.eut_form_plugin .sel_box .select-list .select-list-link {
    display: block;
    height: 39px;
    padding: 10px 0 8px;
    border-top: 1px solid #dfdfdf;
    color: #666;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    text-decoration: none;
}

.eut_form_plugin .sel_box .select-list .select-list-hover, .eut_form_plugin .sel_box .select-list .select-list-selected {
    background: #b50000;
    color: #fff !important;
}

.eut_form_plugin .sel_box .select-list .select-list-selfocus {
    border: 1px dotted #b50000 !important;
}

.eut_form_plugin .sel_box .selected-headline + .select-list li .select-list-hover, .eut_form_plugin .sel_box .selected-headline + .select-list li .select-list-selected {
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    border-top: none;
}

.eut_form_plugin .sel_box .select-list li:first-child .select-list-link {
    border-top: none;
}

.eutTb1 .inner.active {
    z-index: 2 !important;
}

.eut_form_plugin .sel_box .selected-headline.selected {
    background: #fff;
    color: #666;
}

.eut_form_plugin .sel_box .select-list li {
    margin-top: 0 !important;
}

.baseCss.common.businessContactUs.section {
    position: relative;
    z-index: 2;
}

/* Chooser */
.eut_date_chooser {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: 240px;
    overflow: hidden;
    padding: 5px 0;
    border: 1px solid #a0a0a0;
    background: #fff;
    font-size: 15px;
    box-sizing: border-box;
    border-radius: 5px;
}

.eut_date_chooser.date_top {
    top: auto;
    bottom: 30px;
}

.eut_date_chooser .date {
    text-align: center;
    height: 31px;
    border: 1px solid #a2a2a2;
    background-color: #d3d2d3;
    margin: 0 5px 10px 5px;
    line-height: 2;
    font-family: sans-serif;
    border-radius: 5px;
}

.eut_date_chooser .slide {
    overflow: hidden;
    height: 190px;
}

.eut_date_chooser .slide .ix-list-viewport {
}

.eut_date_chooser .slide .ix-list-items {
    width: 100%;
}

.eut_date_chooser .slide li {
    float: left;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.eut_date_chooser .slide table {
    border-collapse: separate;
    border-spacing: 3px 3px;
    font-family: sans-serif;
}

.eut_date_chooser .slide table thead th {
    text-align: center;
    font-family: sans-serif;
}

.eut_date_chooser .slide table tbody td {
    border: 1px solid #ddd;
    text-align: right;
    font-size: 12px;
    letter-spacing: 1px;
}

.eut_date_chooser .slide table tbody td:hover {
    border-color: #8c8c8c;
}

.eut_date_chooser .slide table tbody td.empty {
    border: 0px;
    background-color: transparent;
}

.eut_date_chooser .slide table thead th.sun,
.eut_date_chooser .slide table tbody td.sun a {
    color: #f00;
}

.eut_date_chooser .slide table thead th.sat,
.eut_date_chooser .slide table tbody td.sat a {
    color: #00f;
}

.eut_date_chooser .slide table tbody td {
    color: #c2c2c2;
    background-color: #f8f8f8;
}

.eut_date_chooser .slide table tbody td a {
    color: #4b4b4b
}

.eut_date_chooser .slide table tbody td.today a {
    background: #fff;
    color: #000;
}

.eut_date_chooser .slide table tbody td a {
    display: block;
    background: -webkit-linear-gradient(top, rgba(248, 248, 248, 0), rgba(199, 199, 199, 1));
    background: -o-linear-gradient(top, rgba(248, 248, 248, 0), rgba(199, 199, 199, 1));
    background: -moz-linear-gradient(top, rgba(248, 248, 248, 0), rgba(199, 199, 199, 1));
    background: linear-gradient(top, rgba(248, 248, 248, 0), rgba(199, 199, 199, 1));
}

.eut_date_chooser .slide table tbody td a:active {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.eut_date_chooser .slide table tbody td a {
    text-decoration: none;
}

.eut_date_chooser .slide_direction .prev,
.eut_date_chooser .slide_direction .next {
    position: absolute;
    top: 15px;
}

.eut_date_chooser .slide_direction .prev {
    left: 20px;
    width: 12px;
    height: 12px;
}

.eut_date_chooser .slide_direction .next {
    right: 20px;
    width: 12px;
    height: 12px;
}

.eut_date_chooser .slide_direction a {
    text-decoration: none;
    text-indent: -9999px;
}

.eut_date_chooser .slide_direction a.prev:after {
    content: '';
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 15px;
    left: 20px;
}

.eut_date_chooser .slide_direction a.next:after {
    content: '';
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 15px;
    right: 20px;
}

.eut_date_chooser .close {
    position: absolute;
    top: 0;
    right: 5px;
    display: none;
    width: 7px;
    height: 7px;
    vertical-align: top;
}

/* Loading */
.loading {
    position: absolute;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-left: -16px;
}

.loading_circle {
    position: absolute;
    background-color: rgb(0, 0, 0);
    height: 8px;
    width: 8px;
    border-radius: 12px;
    animation: loading_frame 1s infinite normal;
}

.loading01 {
    left: 50%;
    top: 1px;
    margin-left: -4px;
    animation-delay: 0s;
}

.loading02 {
    right: 4px;
    top: 4px;
    animation-delay: 0.12s;
}

.loading03 {
    right: 1px;
    top: 50%;
    margin-top: -4px;
    animation-delay: 0.25s;
}

.loading04 {
    right: 4px;
    bottom: 4px;
    animation-delay: 0.37s;
}

.loading05 {
    left: 50%;
    bottom: 1px;
    margin-left: -4px;
    animation-delay: 0.5s;
}

.loading06 {
    left: 4px;
    bottom: 4px;
    animation-delay: 0.62s;
}

.loading07 {
    left: 1px;
    top: 50%;
    margin-top: -4px;
    animation-delay: 0.75s;
}

.loading08 {
    left: 4px;
    top: 4px;
    animation-delay: 0.87s;
}

@keyframes loading_frame {
    0% {
        background-color: rgb(230, 230, 230);
    }
    100% {
        background-color: rgb(0, 0, 0);
        transform: scale(0.68);
    }
}

/* Samsung Browser ~4 slide bug fix */
@media (max-width: 767px) {
    .ix-list-viewport .ix-list-items {
        position: relative !important;
    }
}

/* Add reevoo reviews to uspBanner component, and ovverides for widget default css */
#contents.main .eut_main_type4 .reevoo-reviews-widget {
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.reevoo-reviews-widget .reviews-widget-loaded {
    margin-top: -25px;
    margin-bottom: -20px;
}

.reevoo-reviews-widget .reviews-widget-loaded {
    position: relative !important;
}

.reevoo-reviews-widget .widget_wrapper .widget-linker.absolute {
    position: relative !important;
    height: auto;
}

.reevoo-reviews-widget div {
    color: #fff !important;
}

.reevoo-reviews-widget.sub_c div {
    color: #333 !important;
}

@media (max-width: 810px) {
    .reevoo-reviews-widget .average-text-after, .reevoo-reviews-widget .average-text-before {
        font-size: 16px !important;
        width: 30%;
    }
}

@media (max-width: 550px) {
    #contents.main .eut_main_type4 .reevoo-reviews-widget {
        top: 38px;
    }
}


/* shariff start*/


.shariff {
    background: #fff;
    padding: 20px
}


/*! * shariff - v3.0.0 - Thu, 15 Mar 2018 08:53:04 GMT * https://github.com/heiseonline/shariff * Copyright (c) 2018 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli * Licensed under the MIT license */
/*! * Font Awesome Free 5.0.5 by @fontawesome - http://fontawesome.com * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: calc(2em * 5 / 4); /*NOSONAR*/
    padding-left: 0
}

.fa-ul > li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border-radius: .1em;
    border: .08em solid #eee;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\F26E"
}

.fa-accessible-icon:before {
    content: "\F368"
}

.fa-accusoft:before {
    content: "\F369"
}

.fa-address-book:before {
    content: "\F2B9"
}

.fa-address-card:before {
    content: "\F2BB"
}

.fa-adjust:before {
    content: "\F042"
}

.fa-adn:before {
    content: "\F170"
}

.fa-adversal:before {
    content: "\F36A"
}

.fa-affiliatetheme:before {
    content: "\F36B"
}

.fa-algolia:before {
    content: "\F36C"
}

.fa-align-center:before {
    content: "\F037"
}

.fa-align-justify:before {
    content: "\F039"
}

.fa-align-left:before {
    content: "\F036"
}

.fa-align-right:before {
    content: "\F038"
}

.fa-amazon:before {
    content: "\F270"
}

.fa-amazon-pay:before {
    content: "\F42C"
}

.fa-ambulance:before {
    content: "\F0F9"
}

.fa-american-sign-language-interpreting:before {
    content: "\F2A3"
}

.fa-amilia:before {
    content: "\F36D"
}

.fa-anchor:before {
    content: "\F13D"
}

.fa-android:before {
    content: "\F17B"
}

.fa-angellist:before {
    content: "\F209"
}

.fa-angle-double-down:before {
    content: "\F103"
}

.fa-angle-double-left:before {
    content: "\F100"
}

.fa-angle-double-right:before {
    content: "\F101"
}

.fa-angle-double-up:before {
    content: "\F102"
}

.fa-angle-down:before {
    content: "\F107"
}

.fa-angle-left:before {
    content: "\F104"
}

.fa-angle-right:before {
    content: "\F105"
}

.fa-angle-up:before {
    content: "\F106"
}

.fa-angrycreative:before {
    content: "\F36E"
}

.fa-angular:before {
    content: "\F420"
}

.fa-app-store:before {
    content: "\F36F"
}

.fa-app-store-ios:before {
    content: "\F370"
}

.fa-apper:before {
    content: "\F371"
}

.fa-apple:before {
    content: "\F179"
}

.fa-apple-pay:before {
    content: "\F415"
}

.fa-archive:before {
    content: "\F187"
}

.fa-arrow-alt-circle-down:before {
    content: "\F358"
}

.fa-arrow-alt-circle-left:before {
    content: "\F359"
}

.fa-arrow-alt-circle-right:before {
    content: "\F35A"
}

.fa-arrow-alt-circle-up:before {
    content: "\F35B"
}

.fa-arrow-circle-down:before {
    content: "\F0AB"
}

.fa-arrow-circle-left:before {
    content: "\F0A8"
}

.fa-arrow-circle-right:before {
    content: "\F0A9"
}

.fa-arrow-circle-up:before {
    content: "\F0AA"
}

.fa-arrow-down:before {
    content: "\F063"
}

.fa-arrow-left:before {
    content: "\F060"
}

.fa-arrow-right:before {
    content: "\F061"
}

.fa-arrow-up:before {
    content: "\F062"
}

.fa-arrows-alt:before {
    content: "\F0B2"
}

.fa-arrows-alt-h:before {
    content: "\F337"
}

.fa-arrows-alt-v:before {
    content: "\F338"
}

.fa-assistive-listening-systems:before {
    content: "\F2A2"
}

.fa-asterisk:before {
    content: "\F069"
}

.fa-asymmetrik:before {
    content: "\F372"
}

.fa-at:before {
    content: "\F1FA"
}

.fa-audible:before {
    content: "\F373"
}

.fa-audio-description:before {
    content: "\F29E"
}

.fa-autoprefixer:before {
    content: "\F41C"
}

.fa-avianex:before {
    content: "\F374"
}

.fa-aviato:before {
    content: "\F421"
}

.fa-aws:before {
    content: "\F375"
}

.fa-backward:before {
    content: "\F04A"
}

.fa-balance-scale:before {
    content: "\F24E"
}

.fa-ban:before {
    content: "\F05E"
}

.fa-bandcamp:before {
    content: "\F2D5"
}

.fa-barcode:before {
    content: "\F02A"
}

.fa-bars:before {
    content: "\F0C9"
}

.fa-baseball-ball:before {
    content: "\F433"
}

.fa-basketball-ball:before {
    content: "\F434"
}

.fa-bath:before {
    content: "\F2CD"
}

.fa-battery-empty:before {
    content: "\F244"
}

.fa-battery-full:before {
    content: "\F240"
}

.fa-battery-half:before {
    content: "\F242"
}

.fa-battery-quarter:before {
    content: "\F243"
}

.fa-battery-three-quarters:before {
    content: "\F241"
}

.fa-bed:before {
    content: "\F236"
}

.fa-beer:before {
    content: "\F0FC"
}

.fa-behance:before {
    content: "\F1B4"
}

.fa-behance-square:before {
    content: "\F1B5"
}

.fa-bell:before {
    content: "\F0F3"
}

.fa-bell-slash:before {
    content: "\F1F6"
}

.fa-bicycle:before {
    content: "\F206"
}

.fa-bimobject:before {
    content: "\F378"
}

.fa-binoculars:before {
    content: "\F1E5"
}

.fa-birthday-cake:before {
    content: "\F1FD"
}

.fa-bitbucket:before {
    content: "\F171"
}

.fa-bitcoin:before {
    content: "\F379"
}

.fa-bity:before {
    content: "\F37A"
}

.fa-black-tie:before {
    content: "\F27E"
}

.fa-blackberry:before {
    content: "\F37B"
}

.fa-blind:before {
    content: "\F29D"
}

.fa-blogger:before {
    content: "\F37C"
}

.fa-blogger-b:before {
    content: "\F37D"
}

.fa-bluetooth:before {
    content: "\F293"
}

.fa-bluetooth-b:before {
    content: "\F294"
}

.fa-bold:before {
    content: "\F032"
}

.fa-bolt:before {
    content: "\F0E7"
}

.fa-bomb:before {
    content: "\F1E2"
}

.fa-book:before {
    content: "\F02D"
}

.fa-bookmark:before {
    content: "\F02E"
}

.fa-bowling-ball:before {
    content: "\F436"
}

.fa-braille:before {
    content: "\F2A1"
}

.fa-briefcase:before {
    content: "\F0B1"
}

.fa-btc:before {
    content: "\F15A"
}

.fa-bug:before {
    content: "\F188"
}

.fa-building:before {
    content: "\F1AD"
}

.fa-bullhorn:before {
    content: "\F0A1"
}

.fa-bullseye:before {
    content: "\F140"
}

.fa-buromobelexperte:before {
    content: "\F37F"
}

.fa-bus:before {
    content: "\F207"
}

.fa-buysellads:before {
    content: "\F20D"
}

.fa-calculator:before {
    content: "\F1EC"
}

.fa-calendar:before {
    content: "\F133"
}

.fa-calendar-alt:before {
    content: "\F073"
}

.fa-calendar-check:before {
    content: "\F274"
}

.fa-calendar-minus:before {
    content: "\F272"
}

.fa-calendar-plus:before {
    content: "\F271"
}

.fa-calendar-times:before {
    content: "\F273"
}

.fa-camera:before {
    content: "\F030"
}

.fa-camera-retro:before {
    content: "\F083"
}

.fa-car:before {
    content: "\F1B9"
}

.fa-caret-down:before {
    content: "\F0D7"
}

.fa-caret-left:before {
    content: "\F0D9"
}

.fa-caret-right:before {
    content: "\F0DA"
}

.fa-caret-square-down:before {
    content: "\F150"
}

.fa-caret-square-left:before {
    content: "\F191"
}

.fa-caret-square-right:before {
    content: "\F152"
}

.fa-caret-square-up:before {
    content: "\F151"
}

.fa-caret-up:before {
    content: "\F0D8"
}

.fa-cart-arrow-down:before {
    content: "\F218"
}

.fa-cart-plus:before {
    content: "\F217"
}

.fa-cc-amazon-pay:before {
    content: "\F42D"
}

.fa-cc-amex:before {
    content: "\F1F3"
}

.fa-cc-apple-pay:before {
    content: "\F416"
}

.fa-cc-diners-club:before {
    content: "\F24C"
}

.fa-cc-discover:before {
    content: "\F1F2"
}

.fa-cc-jcb:before {
    content: "\F24B"
}

.fa-cc-mastercard:before {
    content: "\F1F1"
}

.fa-cc-paypal:before {
    content: "\F1F4"
}

.fa-cc-stripe:before {
    content: "\F1F5"
}

.fa-cc-visa:before {
    content: "\F1F0"
}

.fa-centercode:before {
    content: "\F380"
}

.fa-certificate:before {
    content: "\F0A3"
}

.fa-chart-area:before {
    content: "\F1FE"
}

.fa-chart-bar:before {
    content: "\F080"
}

.fa-chart-line:before {
    content: "\F201"
}

.fa-chart-pie:before {
    content: "\F200"
}

.fa-check:before {
    content: "\F00C"
}

.fa-check-circle:before {
    content: "\F058"
}

.fa-check-square:before {
    content: "\F14A"
}

.fa-chess:before {
    content: "\F439"
}

.fa-chess-bishop:before {
    content: "\F43A"
}

.fa-chess-board:before {
    content: "\F43C"
}

.fa-chess-king:before {
    content: "\F43F"
}

.fa-chess-knight:before {
    content: "\F441"
}

.fa-chess-pawn:before {
    content: "\F443"
}

.fa-chess-queen:before {
    content: "\F445"
}

.fa-chess-rook:before {
    content: "\F447"
}

.fa-chevron-circle-down:before {
    content: "\F13A"
}

.fa-chevron-circle-left:before {
    content: "\F137"
}

.fa-chevron-circle-right:before {
    content: "\F138"
}

.fa-chevron-circle-up:before {
    content: "\F139"
}

.fa-chevron-down:before {
    content: "\F078"
}

.fa-chevron-left:before {
    content: "\F053"
}

.fa-chevron-right:before {
    content: "\F054"
}

.fa-chevron-up:before {
    content: "\F077"
}

.fa-child:before {
    content: "\F1AE"
}

.fa-chrome:before {
    content: "\F268"
}

.fa-circle:before {
    content: "\F111"
}

.fa-circle-notch:before {
    content: "\F1CE"
}

.fa-clipboard:before {
    content: "\F328"
}

.fa-clock:before {
    content: "\F017"
}

.fa-clone:before {
    content: "\F24D"
}

.fa-closed-captioning:before {
    content: "\F20A"
}

.fa-cloud:before {
    content: "\F0C2"
}

.fa-cloud-download-alt:before {
    content: "\F381"
}

.fa-cloud-upload-alt:before {
    content: "\F382"
}

.fa-cloudscale:before {
    content: "\F383"
}

.fa-cloudsmith:before {
    content: "\F384"
}

.fa-cloudversify:before {
    content: "\F385"
}

.fa-code:before {
    content: "\F121"
}

.fa-code-branch:before {
    content: "\F126"
}

.fa-codepen:before {
    content: "\F1CB"
}

.fa-codiepie:before {
    content: "\F284"
}

.fa-coffee:before {
    content: "\F0F4"
}

.fa-cog:before {
    content: "\F013"
}

.fa-cogs:before {
    content: "\F085"
}

.fa-columns:before {
    content: "\F0DB"
}

.fa-comment:before {
    content: "\F075"
}

.fa-comment-alt:before {
    content: "\F27A"
}

.fa-comments:before {
    content: "\F086"
}

.fa-compass:before {
    content: "\F14E"
}

.fa-compress:before {
    content: "\F066"
}

.fa-connectdevelop:before {
    content: "\F20E"
}

.fa-contao:before {
    content: "\F26D"
}

.fa-copy:before {
    content: "\F0C5"
}

.fa-copyright:before {
    content: "\F1F9"
}

.fa-cpanel:before {
    content: "\F388"
}

.fa-creative-commons:before {
    content: "\F25E"
}

.fa-credit-card:before {
    content: "\F09D"
}

.fa-crop:before {
    content: "\F125"
}

.fa-crosshairs:before {
    content: "\F05B"
}

.fa-css3:before {
    content: "\F13C"
}

.fa-css3-alt:before {
    content: "\F38B"
}

.fa-cube:before {
    content: "\F1B2"
}

.fa-cubes:before {
    content: "\F1B3"
}

.fa-cut:before {
    content: "\F0C4"
}

.fa-cuttlefish:before {
    content: "\F38C"
}

.fa-d-and-d:before {
    content: "\F38D"
}

.fa-dashcube:before {
    content: "\F210"
}

.fa-database:before {
    content: "\F1C0"
}

.fa-deaf:before {
    content: "\F2A4"
}

.fa-delicious:before {
    content: "\F1A5"
}

.fa-deploydog:before {
    content: "\F38E"
}

.fa-deskpro:before {
    content: "\F38F"
}

.fa-desktop:before {
    content: "\F108"
}

.fa-deviantart:before {
    content: "\F1BD"
}

.fa-digg:before {
    content: "\F1A6"
}

.fa-digital-ocean:before {
    content: "\F391"
}

.fa-discord:before {
    content: "\F392"
}

.fa-discourse:before {
    content: "\F393"
}

.fa-dochub:before {
    content: "\F394"
}

.fa-docker:before {
    content: "\F395"
}

.fa-dollar-sign:before {
    content: "\F155"
}

.fa-dot-circle:before {
    content: "\F192"
}

.fa-download:before {
    content: "\F019"
}

.fa-draft2digital:before {
    content: "\F396"
}

.fa-dribbble:before {
    content: "\F17D"
}

.fa-dribbble-square:before {
    content: "\F397"
}

.fa-dropbox:before {
    content: "\F16B"
}

.fa-drupal:before {
    content: "\F1A9"
}

.fa-dyalog:before {
    content: "\F399"
}

.fa-earlybirds:before {
    content: "\F39A"
}

.fa-edge:before {
    content: "\F282"
}

.fa-edit:before {
    content: "\F044"
}

.fa-eject:before {
    content: "\F052"
}

.fa-elementor:before {
    content: "\F430"
}

.fa-ellipsis-h:before {
    content: "\F141"
}

.fa-ellipsis-v:before {
    content: "\F142"
}

.fa-ember:before {
    content: "\F423"
}

.fa-empire:before {
    content: "\F1D1"
}

.fa-envelope:before {
    content: "\F0E0"
}

.fa-envelope-open:before {
    content: "\F2B6"
}

.fa-envelope-square:before {
    content: "\F199"
}

.fa-envira:before {
    content: "\F299"
}

.fa-eraser:before {
    content: "\F12D"
}

.fa-erlang:before {
    content: "\F39D"
}

.fa-ethereum:before {
    content: "\F42E"
}

.fa-etsy:before {
    content: "\F2D7"
}

.fa-euro-sign:before {
    content: "\F153"
}

.fa-exchange-alt:before {
    content: "\F362"
}

.fa-exclamation:before {
    content: "\F12A"
}

.fa-exclamation-circle:before {
    content: "\F06A"
}

.fa-exclamation-triangle:before {
    content: "\F071"
}

.fa-expand:before {
    content: "\F065"
}

.fa-expand-arrows-alt:before {
    content: "\F31E"
}

.fa-expeditedssl:before {
    content: "\F23E"
}

.fa-external-link-alt:before {
    content: "\F35D"
}

.fa-external-link-square-alt:before {
    content: "\F360"
}

.fa-eye:before {
    content: "\F06E"
}

.fa-eye-dropper:before {
    content: "\F1FB"
}

.fa-eye-slash:before {
    content: "\F070"
}

.fa-facebook:before {
    content: "\F09A"
}

.fa-facebook-f:before {
    content: "\F39E"
}

.fa-facebook-messenger:before {
    content: "\F39F"
}

.fa-facebook-square:before {
    content: "\F082"
}

.fa-fast-backward:before {
    content: "\F049"
}

.fa-fast-forward:before {
    content: "\F050"
}

.fa-fax:before {
    content: "\F1AC"
}

.fa-female:before {
    content: "\F182"
}

.fa-fighter-jet:before {
    content: "\F0FB"
}

.fa-file:before {
    content: "\F15B"
}

.fa-file-alt:before {
    content: "\F15C"
}

.fa-file-archive:before {
    content: "\F1C6"
}

.fa-file-audio:before {
    content: "\F1C7"
}

.fa-file-code:before {
    content: "\F1C9"
}

.fa-file-excel:before {
    content: "\F1C3"
}

.fa-file-image:before {
    content: "\F1C5"
}

.fa-file-pdf:before {
    content: "\F1C1"
}

.fa-file-powerpoint:before {
    content: "\F1C4"
}

.fa-file-video:before {
    content: "\F1C8"
}

.fa-file-word:before {
    content: "\F1C2"
}

.fa-film:before {
    content: "\F008"
}

.fa-filter:before {
    content: "\F0B0"
}

.fa-fire:before {
    content: "\F06D"
}

.fa-fire-extinguisher:before {
    content: "\F134"
}

.fa-firefox:before {
    content: "\F269"
}

.fa-first-order:before {
    content: "\F2B0"
}

.fa-firstdraft:before {
    content: "\F3A1"
}

.fa-flag:before {
    content: "\F024"
}

.fa-flag-checkered:before {
    content: "\F11E"
}

.fa-flask:before {
    content: "\F0C3"
}

.fa-flickr:before {
    content: "\F16E"
}

.fa-flipboard:before {
    content: "\F44D"
}

.fa-fly:before {
    content: "\F417"
}

.fa-folder:before {
    content: "\F07B"
}

.fa-folder-open:before {
    content: "\F07C"
}

.fa-font:before {
    content: "\F031"
}

.fa-font-awesome:before {
    content: "\F2B4"
}

.fa-font-awesome-alt:before {
    content: "\F35C"
}

.fa-font-awesome-flag:before {
    content: "\F425"
}

.fa-fonticons:before {
    content: "\F280"
}

.fa-fonticons-fi:before {
    content: "\F3A2"
}

.fa-football-ball:before {
    content: "\F44E"
}

.fa-fort-awesome:before {
    content: "\F286"
}

.fa-fort-awesome-alt:before {
    content: "\F3A3"
}

.fa-forumbee:before {
    content: "\F211"
}

.fa-forward:before {
    content: "\F04E"
}

.fa-foursquare:before {
    content: "\F180"
}

.fa-free-code-camp:before {
    content: "\F2C5"
}

.fa-freebsd:before {
    content: "\F3A4"
}

.fa-frown:before {
    content: "\F119"
}

.fa-futbol:before {
    content: "\F1E3"
}

.fa-gamepad:before {
    content: "\F11B"
}

.fa-gavel:before {
    content: "\F0E3"
}

.fa-gem:before {
    content: "\F3A5"
}

.fa-genderless:before {
    content: "\F22D"
}

.fa-get-pocket:before {
    content: "\F265"
}

.fa-gg:before {
    content: "\F260"
}

.fa-gg-circle:before {
    content: "\F261"
}

.fa-gift:before {
    content: "\F06B"
}

.fa-git:before {
    content: "\F1D3"
}

.fa-git-square:before {
    content: "\F1D2"
}

.fa-github:before {
    content: "\F09B"
}

.fa-github-alt:before {
    content: "\F113"
}

.fa-github-square:before {
    content: "\F092"
}

.fa-gitkraken:before {
    content: "\F3A6"
}

.fa-gitlab:before {
    content: "\F296"
}

.fa-gitter:before {
    content: "\F426"
}

.fa-glass-martini:before {
    content: "\F000"
}

.fa-glide:before {
    content: "\F2A5"
}

.fa-glide-g:before {
    content: "\F2A6"
}

.fa-globe:before {
    content: "\F0AC"
}

.fa-gofore:before {
    content: "\F3A7"
}

.fa-golf-ball:before {
    content: "\F450"
}

.fa-goodreads:before {
    content: "\F3A8"
}

.fa-goodreads-g:before {
    content: "\F3A9"
}

.fa-google:before {
    content: "\F1A0"
}

.fa-google-drive:before {
    content: "\F3AA"
}

.fa-google-play:before {
    content: "\F3AB"
}

.fa-google-plus:before {
    content: "\F2B3"
}

.fa-google-plus-g:before {
    content: "\F0D5"
}

.fa-google-plus-square:before {
    content: "\F0D4"
}

.fa-google-wallet:before {
    content: "\F1EE"
}

.fa-graduation-cap:before {
    content: "\F19D"
}

.fa-gratipay:before {
    content: "\F184"
}

.fa-grav:before {
    content: "\F2D6"
}

.fa-gripfire:before {
    content: "\F3AC"
}

.fa-grunt:before {
    content: "\F3AD"
}

.fa-gulp:before {
    content: "\F3AE"
}

.fa-h-square:before {
    content: "\F0FD"
}

.fa-hacker-news:before {
    content: "\F1D4"
}

.fa-hacker-news-square:before {
    content: "\F3AF"
}

.fa-hand-lizard:before {
    content: "\F258"
}

.fa-hand-paper:before {
    content: "\F256"
}

.fa-hand-peace:before {
    content: "\F25B"
}

.fa-hand-point-down:before {
    content: "\F0A7"
}

.fa-hand-point-left:before {
    content: "\F0A5"
}

.fa-hand-point-right:before {
    content: "\F0A4"
}

.fa-hand-point-up:before {
    content: "\F0A6"
}

.fa-hand-pointer:before {
    content: "\F25A"
}

.fa-hand-rock:before {
    content: "\F255"
}

.fa-hand-scissors:before {
    content: "\F257"
}

.fa-hand-spock:before {
    content: "\F259"
}

.fa-handshake:before {
    content: "\F2B5"
}

.fa-hashtag:before {
    content: "\F292"
}

.fa-hdd:before {
    content: "\F0A0"
}

.fa-heading:before {
    content: "\F1DC"
}

.fa-headphones:before {
    content: "\F025"
}

.fa-heart:before {
    content: "\F004"
}

.fa-heartbeat:before {
    content: "\F21E"
}

.fa-hips:before {
    content: "\F452"
}

.fa-hire-a-helper:before {
    content: "\F3B0"
}

.fa-history:before {
    content: "\F1DA"
}

.fa-hockey-puck:before {
    content: "\F453"
}

.fa-home:before {
    content: "\F015"
}

.fa-hooli:before {
    content: "\F427"
}

.fa-hospital:before {
    content: "\F0F8"
}

.fa-hotjar:before {
    content: "\F3B1"
}

.fa-hourglass:before {
    content: "\F254"
}

.fa-hourglass-end:before {
    content: "\F253"
}

.fa-hourglass-half:before {
    content: "\F252"
}

.fa-hourglass-start:before {
    content: "\F251"
}

.fa-houzz:before {
    content: "\F27C"
}

.fa-html5:before {
    content: "\F13B"
}

.fa-hubspot:before {
    content: "\F3B2"
}

.fa-i-cursor:before {
    content: "\F246"
}

.fa-id-badge:before {
    content: "\F2C1"
}

.fa-id-card:before {
    content: "\F2C2"
}

.fa-image:before {
    content: "\F03E"
}

.fa-images:before {
    content: "\F302"
}

.fa-imdb:before {
    content: "\F2D8"
}

.fa-inbox:before {
    content: "\F01C"
}

.fa-indent:before {
    content: "\F03C"
}

.fa-industry:before {
    content: "\F275"
}

.fa-info:before {
    content: "\F129"
}

.fa-info-circle:before {
    content: "\F05A"
}

.fa-instagram:before {
    content: "\F16D"
}

.fa-internet-explorer:before {
    content: "\F26B"
}

.fa-ioxhost:before {
    content: "\F208"
}

.fa-italic:before {
    content: "\F033"
}

.fa-itunes:before {
    content: "\F3B4"
}

.fa-itunes-note:before {
    content: "\F3B5"
}

.fa-jenkins:before {
    content: "\F3B6"
}

.fa-joget:before {
    content: "\F3B7"
}

.fa-joomla:before {
    content: "\F1AA"
}

.fa-js:before {
    content: "\F3B8"
}

.fa-js-square:before {
    content: "\F3B9"
}

.fa-jsfiddle:before {
    content: "\F1CC"
}

.fa-key:before {
    content: "\F084"
}

.fa-keyboard:before {
    content: "\F11C"
}

.fa-keycdn:before {
    content: "\F3BA"
}

.fa-kickstarter:before {
    content: "\F3BB"
}

.fa-kickstarter-k:before {
    content: "\F3BC"
}

.fa-korvue:before {
    content: "\F42F"
}

.fa-language:before {
    content: "\F1AB"
}

.fa-laptop:before {
    content: "\F109"
}

.fa-laravel:before {
    content: "\F3BD"
}

.fa-lastfm:before {
    content: "\F202"
}

.fa-lastfm-square:before {
    content: "\F203"
}

.fa-leaf:before {
    content: "\F06C"
}

.fa-leanpub:before {
    content: "\F212"
}

.fa-lemon:before {
    content: "\F094"
}

.fa-less:before {
    content: "\F41D"
}

.fa-level-down-alt:before {
    content: "\F3BE"
}

.fa-level-up-alt:before {
    content: "\F3BF"
}

.fa-life-ring:before {
    content: "\F1CD"
}

.fa-lightbulb:before {
    content: "\F0EB"
}

.fa-line:before {
    content: "\F3C0"
}

.fa-link:before {
    content: "\F0C1"
}

.fa-linkedin:before {
    content: "\F08C"
}

.fa-linkedin-in:before {
    content: "\F0E1"
}

.fa-linode:before {
    content: "\F2B8"
}

.fa-linux:before {
    content: "\F17C"
}

.fa-lira-sign:before {
    content: "\F195"
}

.fa-list:before {
    content: "\F03A"
}

.fa-list-alt:before {
    content: "\F022"
}

.fa-list-ol:before {
    content: "\F0CB"
}

.fa-list-ul:before {
    content: "\F0CA"
}

.fa-location-arrow:before {
    content: "\F124"
}

.fa-lock:before {
    content: "\F023"
}

.fa-lock-open:before {
    content: "\F3C1"
}

.fa-long-arrow-alt-down:before {
    content: "\F309"
}

.fa-long-arrow-alt-left:before {
    content: "\F30A"
}

.fa-long-arrow-alt-right:before {
    content: "\F30B"
}

.fa-long-arrow-alt-up:before {
    content: "\F30C"
}

.fa-low-vision:before {
    content: "\F2A8"
}

.fa-lyft:before {
    content: "\F3C3"
}

.fa-magento:before {
    content: "\F3C4"
}

.fa-magic:before {
    content: "\F0D0"
}

.fa-magnet:before {
    content: "\F076"
}

.fa-male:before {
    content: "\F183"
}

.fa-map:before {
    content: "\F279"
}

.fa-map-marker:before {
    content: "\F041"
}

.fa-map-marker-alt:before {
    content: "\F3C5"
}

.fa-map-pin:before {
    content: "\F276"
}

.fa-map-signs:before {
    content: "\F277"
}

.fa-mars:before {
    content: "\F222"
}

.fa-mars-double:before {
    content: "\F227"
}

.fa-mars-stroke:before {
    content: "\F229"
}

.fa-mars-stroke-h:before {
    content: "\F22B"
}

.fa-mars-stroke-v:before {
    content: "\F22A"
}

.fa-maxcdn:before {
    content: "\F136"
}

.fa-medapps:before {
    content: "\F3C6"
}

.fa-medium:before {
    content: "\F23A"
}

.fa-medium-m:before {
    content: "\F3C7"
}

.fa-medkit:before {
    content: "\F0FA"
}

.fa-medrt:before {
    content: "\F3C8"
}

.fa-meetup:before {
    content: "\F2E0"
}

.fa-meh:before {
    content: "\F11A"
}

.fa-mercury:before {
    content: "\F223"
}

.fa-microchip:before {
    content: "\F2DB"
}

.fa-microphone:before {
    content: "\F130"
}

.fa-microphone-slash:before {
    content: "\F131"
}

.fa-microsoft:before {
    content: "\F3CA"
}

.fa-minus:before {
    content: "\F068"
}

.fa-minus-circle:before {
    content: "\F056"
}

.fa-minus-square:before {
    content: "\F146"
}

.fa-mix:before {
    content: "\F3CB"
}

.fa-mixcloud:before {
    content: "\F289"
}

.fa-mizuni:before {
    content: "\F3CC"
}

.fa-mobile:before {
    content: "\F10B"
}

.fa-mobile-alt:before {
    content: "\F3CD"
}

.fa-modx:before {
    content: "\F285"
}

.fa-monero:before {
    content: "\F3D0"
}

.fa-money-bill-alt:before {
    content: "\F3D1"
}

.fa-moon:before {
    content: "\F186"
}

.fa-motorcycle:before {
    content: "\F21C"
}

.fa-mouse-pointer:before {
    content: "\F245"
}

.fa-music:before {
    content: "\F001"
}

.fa-napster:before {
    content: "\F3D2"
}

.fa-neuter:before {
    content: "\F22C"
}

.fa-newspaper:before {
    content: "\F1EA"
}

.fa-nintendo-switch:before {
    content: "\F418"
}

.fa-node:before {
    content: "\F419"
}

.fa-node-js:before {
    content: "\F3D3"
}

.fa-npm:before {
    content: "\F3D4"
}

.fa-ns8:before {
    content: "\F3D5"
}

.fa-nutritionix:before {
    content: "\F3D6"
}

.fa-object-group:before {
    content: "\F247"
}

.fa-object-ungroup:before {
    content: "\F248"
}

.fa-odnoklassniki:before {
    content: "\F263"
}

.fa-odnoklassniki-square:before {
    content: "\F264"
}

.fa-opencart:before {
    content: "\F23D"
}

.fa-openid:before {
    content: "\F19B"
}

.fa-opera:before {
    content: "\F26A"
}

.fa-optin-monster:before {
    content: "\F23C"
}

.fa-osi:before {
    content: "\F41A"
}

.fa-outdent:before {
    content: "\F03B"
}

.fa-page4:before {
    content: "\F3D7"
}

.fa-pagelines:before {
    content: "\F18C"
}

.fa-paint-brush:before {
    content: "\F1FC"
}

.fa-palfed:before {
    content: "\F3D8"
}

.fa-paper-plane:before {
    content: "\F1D8"
}

.fa-paperclip:before {
    content: "\F0C6"
}

.fa-paragraph:before {
    content: "\F1DD"
}

.fa-paste:before {
    content: "\F0EA"
}

.fa-patreon:before {
    content: "\F3D9"
}

.fa-pause:before {
    content: "\F04C"
}

.fa-pause-circle:before {
    content: "\F28B"
}

.fa-paw:before {
    content: "\F1B0"
}

.fa-paypal:before {
    content: "\F1ED"
}

.fa-pen-square:before {
    content: "\F14B"
}

.fa-pencil-alt:before {
    content: "\F303"
}

.fa-percent:before {
    content: "\F295"
}

.fa-periscope:before {
    content: "\F3DA"
}

.fa-phabricator:before {
    content: "\F3DB"
}

.fa-phoenix-framework:before {
    content: "\F3DC"
}

.fa-phone:before {
    content: "\F095"
}

.fa-phone-square:before {
    content: "\F098"
}

.fa-phone-volume:before {
    content: "\F2A0"
}

.fa-php:before {
    content: "\F457"
}

.fa-pied-piper:before {
    content: "\F2AE"
}

.fa-pied-piper-alt:before {
    content: "\F1A8"
}

.fa-pied-piper-pp:before {
    content: "\F1A7"
}

.fa-pinterest:before {
    content: "\F0D2"
}

.fa-pinterest-p:before {
    content: "\F231"
}

.fa-pinterest-square:before {
    content: "\F0D3"
}

.fa-plane:before {
    content: "\F072"
}

.fa-play:before {
    content: "\F04B"
}

.fa-play-circle:before {
    content: "\F144"
}

.fa-playstation:before {
    content: "\F3DF"
}

.fa-plug:before {
    content: "\F1E6"
}

.fa-plus:before {
    content: "\F067"
}

.fa-plus-circle:before {
    content: "\F055"
}

.fa-plus-square:before {
    content: "\F0FE"
}

.fa-podcast:before {
    content: "\F2CE"
}

.fa-pound-sign:before {
    content: "\F154"
}

.fa-power-off:before {
    content: "\F011"
}

.fa-print:before {
    content: "\F02F"
}

.fa-product-hunt:before {
    content: "\F288"
}

.fa-pushed:before {
    content: "\F3E1"
}

.fa-puzzle-piece:before {
    content: "\F12E"
}

.fa-python:before {
    content: "\F3E2"
}

.fa-qq:before {
    content: "\F1D6"
}

.fa-qrcode:before {
    content: "\F029"
}

.fa-question:before {
    content: "\F128"
}

.fa-question-circle:before {
    content: "\F059"
}

.fa-quidditch:before {
    content: "\F458"
}

.fa-quinscape:before {
    content: "\F459"
}

.fa-quora:before {
    content: "\F2C4"
}

.fa-quote-left:before {
    content: "\F10D"
}

.fa-quote-right:before {
    content: "\F10E"
}

.fa-random:before {
    content: "\F074"
}

.fa-ravelry:before {
    content: "\F2D9"
}

.fa-react:before {
    content: "\F41B"
}

.fa-rebel:before {
    content: "\F1D0"
}

.fa-recycle:before {
    content: "\F1B8"
}

.fa-red-river:before {
    content: "\F3E3"
}

.fa-reddit:before {
    content: "\F1A1"
}

.fa-reddit-alien:before {
    content: "\F281"
}

.fa-reddit-square:before {
    content: "\F1A2"
}

.fa-redo:before {
    content: "\F01E"
}

.fa-redo-alt:before {
    content: "\F2F9"
}

.fa-registered:before {
    content: "\F25D"
}

.fa-rendact:before {
    content: "\F3E4"
}

.fa-renren:before {
    content: "\F18B"
}

.fa-reply:before {
    content: "\F3E5"
}

.fa-reply-all:before {
    content: "\F122"
}

.fa-replyd:before {
    content: "\F3E6"
}

.fa-resolving:before {
    content: "\F3E7"
}

.fa-retweet:before {
    content: "\F079"
}

.fa-road:before {
    content: "\F018"
}

.fa-rocket:before {
    content: "\F135"
}

.fa-rocketchat:before {
    content: "\F3E8"
}

.fa-rockrms:before {
    content: "\F3E9"
}

.fa-rss:before {
    content: "\F09E"
}

.fa-rss-square:before {
    content: "\F143"
}

.fa-ruble-sign:before {
    content: "\F158"
}

.fa-rupee-sign:before {
    content: "\F156"
}

.fa-safari:before {
    content: "\F267"
}

.fa-sass:before {
    content: "\F41E"
}

.fa-save:before {
    content: "\F0C7"
}

.fa-schlix:before {
    content: "\F3EA"
}

.fa-scribd:before {
    content: "\F28A"
}

.fa-search:before {
    content: "\F002"
}

.fa-search-minus:before {
    content: "\F010"
}

.fa-search-plus:before {
    content: "\F00E"
}

.fa-searchengin:before {
    content: "\F3EB"
}

.fa-sellcast:before {
    content: "\F2DA"
}

.fa-sellsy:before {
    content: "\F213"
}

.fa-server:before {
    content: "\F233"
}

.fa-servicestack:before {
    content: "\F3EC"
}

.fa-share:before {
    content: "\F064"
}

.fa-share-alt:before {
    content: "\F1E0"
}

.fa-share-alt-square:before {
    content: "\F1E1"
}

.fa-share-square:before {
    content: "\F14D"
}

.fa-shekel-sign:before {
    content: "\F20B"
}

.fa-shield-alt:before {
    content: "\F3ED"
}

.fa-ship:before {
    content: "\F21A"
}

.fa-shirtsinbulk:before {
    content: "\F214"
}

.fa-shopping-bag:before {
    content: "\F290"
}

.fa-shopping-basket:before {
    content: "\F291"
}

.fa-shopping-cart:before {
    content: "\F07A"
}

.fa-shower:before {
    content: "\F2CC"
}

.fa-sign-in-alt:before {
    content: "\F2F6"
}

.fa-sign-language:before {
    content: "\F2A7"
}

.fa-sign-out-alt:before {
    content: "\F2F5"
}

.fa-signal:before {
    content: "\F012"
}

.fa-simplybuilt:before {
    content: "\F215"
}

.fa-sistrix:before {
    content: "\F3EE"
}

.fa-sitemap:before {
    content: "\F0E8"
}

.fa-skyatlas:before {
    content: "\F216"
}

.fa-skype:before {
    content: "\F17E"
}

.fa-slack:before {
    content: "\F198"
}

.fa-slack-hash:before {
    content: "\F3EF"
}

.fa-sliders-h:before {
    content: "\F1DE"
}

.fa-slideshare:before {
    content: "\F1E7"
}

.fa-smile:before {
    content: "\F118"
}

.fa-snapchat:before {
    content: "\F2AB"
}

.fa-snapchat-ghost:before {
    content: "\F2AC"
}

.fa-snapchat-square:before {
    content: "\F2AD"
}

.fa-snowflake:before {
    content: "\F2DC"
}

.fa-sort:before {
    content: "\F0DC"
}

.fa-sort-alpha-down:before {
    content: "\F15D"
}

.fa-sort-alpha-up:before {
    content: "\F15E"
}

.fa-sort-amount-down:before {
    content: "\F160"
}

.fa-sort-amount-up:before {
    content: "\F161"
}

.fa-sort-down:before {
    content: "\F0DD"
}

.fa-sort-numeric-down:before {
    content: "\F162"
}

.fa-sort-numeric-up:before {
    content: "\F163"
}

.fa-sort-up:before {
    content: "\F0DE"
}

.fa-soundcloud:before {
    content: "\F1BE"
}

.fa-space-shuttle:before {
    content: "\F197"
}

.fa-speakap:before {
    content: "\F3F3"
}

.fa-spinner:before {
    content: "\F110"
}

.fa-spotify:before {
    content: "\F1BC"
}

.fa-square:before {
    content: "\F0C8"
}

.fa-square-full:before {
    content: "\F45C"
}

.fa-stack-exchange:before {
    content: "\F18D"
}

.fa-stack-overflow:before {
    content: "\F16C"
}

.fa-star:before {
    content: "\F005"
}

.fa-star-half:before {
    content: "\F089"
}

.fa-staylinked:before {
    content: "\F3F5"
}

.fa-steam:before {
    content: "\F1B6"
}

.fa-steam-square:before {
    content: "\F1B7"
}

.fa-steam-symbol:before {
    content: "\F3F6"
}

.fa-step-backward:before {
    content: "\F048"
}

.fa-step-forward:before {
    content: "\F051"
}

.fa-stethoscope:before {
    content: "\F0F1"
}

.fa-sticker-mule:before {
    content: "\F3F7"
}

.fa-sticky-note:before {
    content: "\F249"
}

.fa-stop:before {
    content: "\F04D"
}

.fa-stop-circle:before {
    content: "\F28D"
}

.fa-stopwatch:before {
    content: "\F2F2"
}

.fa-strava:before {
    content: "\F428"
}

.fa-street-view:before {
    content: "\F21D"
}

.fa-strikethrough:before {
    content: "\F0CC"
}

.fa-stripe:before {
    content: "\F429"
}

.fa-stripe-s:before {
    content: "\F42A"
}

.fa-studiovinari:before {
    content: "\F3F8"
}

.fa-stumbleupon:before {
    content: "\F1A4"
}

.fa-stumbleupon-circle:before {
    content: "\F1A3"
}

.fa-subscript:before {
    content: "\F12C"
}

.fa-subway:before {
    content: "\F239"
}

.fa-suitcase:before {
    content: "\F0F2"
}

.fa-sun:before {
    content: "\F185"
}

.fa-superpowers:before {
    content: "\F2DD"
}

.fa-superscript:before {
    content: "\F12B"
}

.fa-supple:before {
    content: "\F3F9"
}

.fa-sync:before {
    content: "\F021"
}

.fa-sync-alt:before {
    content: "\F2F1"
}

.fa-table:before {
    content: "\F0CE"
}

.fa-table-tennis:before {
    content: "\F45D"
}

.fa-tablet:before {
    content: "\F10A"
}

.fa-tablet-alt:before {
    content: "\F3FA"
}

.fa-tachometer-alt:before {
    content: "\F3FD"
}

.fa-tag:before {
    content: "\F02B"
}

.fa-tags:before {
    content: "\F02C"
}

.fa-tasks:before {
    content: "\F0AE"
}

.fa-taxi:before {
    content: "\F1BA"
}

.fa-telegram:before {
    content: "\F2C6"
}

.fa-telegram-plane:before {
    content: "\F3FE"
}

.fa-tencent-weibo:before {
    content: "\F1D5"
}

.fa-terminal:before {
    content: "\F120"
}

.fa-text-height:before {
    content: "\F034"
}

.fa-text-width:before {
    content: "\F035"
}

.fa-th:before {
    content: "\F00A"
}

.fa-th-large:before {
    content: "\F009"
}

.fa-th-list:before {
    content: "\F00B"
}

.fa-themeisle:before {
    content: "\F2B2"
}

.fa-thermometer-empty:before {
    content: "\F2CB"
}

.fa-thermometer-full:before {
    content: "\F2C7"
}

.fa-thermometer-half:before {
    content: "\F2C9"
}

.fa-thermometer-quarter:before {
    content: "\F2CA"
}

.fa-thermometer-three-quarters:before {
    content: "\F2C8"
}

.fa-thumbs-down:before {
    content: "\F165"
}

.fa-thumbs-up:before {
    content: "\F164"
}

.fa-thumbtack:before {
    content: "\F08D"
}

.fa-ticket-alt:before {
    content: "\F3FF"
}

.fa-times:before {
    content: "\F00D"
}

.fa-times-circle:before {
    content: "\F057"
}

.fa-tint:before {
    content: "\F043"
}

.fa-toggle-off:before {
    content: "\F204"
}

.fa-toggle-on:before {
    content: "\F205"
}

.fa-trademark:before {
    content: "\F25C"
}

.fa-train:before {
    content: "\F238"
}

.fa-transgender:before {
    content: "\F224"
}

.fa-transgender-alt:before {
    content: "\F225"
}

.fa-trash:before {
    content: "\F1F8"
}

.fa-trash-alt:before {
    content: "\F2ED"
}

.fa-tree:before {
    content: "\F1BB"
}

.fa-trello:before {
    content: "\F181"
}

.fa-tripadvisor:before {
    content: "\F262"
}

.fa-trophy:before {
    content: "\F091"
}

.fa-truck:before {
    content: "\F0D1"
}

.fa-tty:before {
    content: "\F1E4"
}

.fa-tumblr:before {
    content: "\F173"
}

.fa-tumblr-square:before {
    content: "\F174"
}

.fa-tv:before {
    content: "\F26C"
}

.fa-twitch:before {
    content: "\F1E8"
}

.fa-twitter:before {
    content: "\F099"
}

.fa-twitter-square:before {
    content: "\F081"
}

.fa-typo3:before {
    content: "\F42B"
}

.fa-uber:before {
    content: "\F402"
}

.fa-uikit:before {
    content: "\F403"
}

.fa-umbrella:before {
    content: "\F0E9"
}

.fa-underline:before {
    content: "\F0CD"
}

.fa-undo:before {
    content: "\F0E2"
}

.fa-undo-alt:before {
    content: "\F2EA"
}

.fa-uniregistry:before {
    content: "\F404"
}

.fa-universal-access:before {
    content: "\F29A"
}

.fa-university:before {
    content: "\F19C"
}

.fa-unlink:before {
    content: "\F127"
}

.fa-unlock:before {
    content: "\F09C"
}

.fa-unlock-alt:before {
    content: "\F13E"
}

.fa-untappd:before {
    content: "\F405"
}

.fa-upload:before {
    content: "\F093"
}

.fa-usb:before {
    content: "\F287"
}

.fa-user:before {
    content: "\F007"
}

.fa-user-circle:before {
    content: "\F2BD"
}

.fa-user-md:before {
    content: "\F0F0"
}

.fa-user-plus:before {
    content: "\F234"
}

.fa-user-secret:before {
    content: "\F21B"
}

.fa-user-times:before {
    content: "\F235"
}

.fa-users:before {
    content: "\F0C0"
}

.fa-ussunnah:before {
    content: "\F407"
}

.fa-utensil-spoon:before {
    content: "\F2E5"
}

.fa-utensils:before {
    content: "\F2E7"
}

.fa-vaadin:before {
    content: "\F408"
}

.fa-venus:before {
    content: "\F221"
}

.fa-venus-double:before {
    content: "\F226"
}

.fa-venus-mars:before {
    content: "\F228"
}

.fa-viacoin:before {
    content: "\F237"
}

.fa-viadeo:before {
    content: "\F2A9"
}

.fa-viadeo-square:before {
    content: "\F2AA"
}

.fa-viber:before {
    content: "\F409"
}

.fa-video:before {
    content: "\F03D"
}

.fa-vimeo:before {
    content: "\F40A"
}

.fa-vimeo-square:before {
    content: "\F194"
}

.fa-vimeo-v:before {
    content: "\F27D"
}

.fa-vine:before {
    content: "\F1CA"
}

.fa-vk:before {
    content: "\F189"
}

.fa-vnv:before {
    content: "\F40B"
}

.fa-volleyball-ball:before {
    content: "\F45F"
}

.fa-volume-down:before {
    content: "\F027"
}

.fa-volume-off:before {
    content: "\F026"
}

.fa-volume-up:before {
    content: "\F028"
}

.fa-vuejs:before {
    content: "\F41F"
}

.fa-weibo:before {
    content: "\F18A"
}

.fa-weixin:before {
    content: "\F1D7"
}

.fa-whatsapp:before {
    content: "\F232"
}

.fa-whatsapp-square:before {
    content: "\F40C"
}

.fa-wheelchair:before {
    content: "\F193"
}

.fa-whmcs:before {
    content: "\F40D"
}

.fa-wifi:before {
    content: "\F1EB"
}

.fa-wikipedia-w:before {
    content: "\F266"
}

.fa-window-close:before {
    content: "\F410"
}

.fa-window-maximize:before {
    content: "\F2D0"
}

.fa-window-minimize:before {
    content: "\F2D1"
}

.fa-window-restore:before {
    content: "\F2D2"
}

.fa-windows:before {
    content: "\F17A"
}

.fa-won-sign:before {
    content: "\F159"
}

.fa-wordpress:before {
    content: "\F19A"
}

.fa-wordpress-simple:before {
    content: "\F411"
}

.fa-wpbeginner:before {
    content: "\F297"
}

.fa-wpexplorer:before {
    content: "\F2DE"
}

.fa-wpforms:before {
    content: "\F298"
}

.fa-wrench:before {
    content: "\F0AD"
}

.fa-xbox:before {
    content: "\F412"
}

.fa-xing:before {
    content: "\F168"
}

.fa-xing-square:before {
    content: "\F169"
}

.fa-y-combinator:before {
    content: "\F23B"
}

.fa-yahoo:before {
    content: "\F19E"
}

.fa-yandex:before {
    content: "\F413"
}

.fa-yandex-international:before {
    content: "\F414"
}

.fa-yelp:before {
    content: "\F1E9"
}

.fa-yen-sign:before {
    content: "\F157"
}

.fa-yoast:before {
    content: "\F2B1"
}

.fa-youtube:before {
    content: "\F167"
}

.fa-youtube-square:before {
    content: "\F431"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
}

.fab {
    font-family: Font Awesome\ 5 Brands
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 400;
}

.far {
    font-weight: 400
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
}

.fa, .far, .fas {
    font-family: Font Awesome\ 5 Free
}

.fa, .fas {
    font-weight: 900
}

.shariff:after, .shariff:before {
    content: " ";
    display: table
}

.shariff:after {
    clear: both
}

.shariff ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.shariff li {
    overflow: hidden
}

.shariff li, .shariff li a {
    height: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.shariff li a {
    color: #fff;
    position: relative;
    display: block;
    text-decoration: none
}

.shariff li .share_count, .shariff li .share_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: middle;
    line-height: 35px
}

.shariff li .fab, .shariff li .far, .shariff li .fas {
    width: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle
}

.shariff li .share_count {
    padding: 0 8px;
    height: 33px;
    position: absolute;
    top: 1px;
    right: 1px
}

.shariff .orientation-horizontal li {
    -webkit-box-flex: 1
}

.shariff .orientation-horizontal .info {
    -webkit-box-flex: 0
}

.shariff .orientation-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.shariff .orientation-horizontal li {
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 35px;
    margin-right: 3%;
    margin-bottom: 10px
}

.shariff .orientation-horizontal li:last-child {
    margin-right: 0
}

.shariff .orientation-horizontal li .share_text {
    display: block;
    text-indent: -9999px;
    padding-left: 3px
}

.shariff .orientation-horizontal li .share_count {
    display: none
}

.shariff .theme-grey .shariff-button a {
    background-color: #b0b0b0
}

.shariff .theme-grey .shariff-button .share_count {
    background-color: #ccc;
    color: #333
}

.shariff .theme-white .shariff-button {
    border: 1px solid #ddd
}

.shariff .theme-white .shariff-button a {
    background-color: #fff
}

.shariff .theme-white .shariff-button a:hover {
    background-color: #eee
}

.shariff .theme-white .shariff-button .share_count {
    background-color: #fff;
    color: #999
}

.shariff .orientation-vertical.button-style-icon {
    min-width: 35px
}

.shariff .orientation-vertical.button-style-icon-count {
    min-width: 80px
}

.shariff .orientation-vertical.button-style-standard {
    min-width: 110px
}

.shariff .orientation-vertical li {
    display: block;
    width: 100%;
    margin: 5px 0
}

.shariff .orientation-vertical.button-style-icon-count li .share_count, .shariff .orientation-vertical.button-style-standard li .share_count {
    width: 24px;
    text-align: right
}

@media only screen and (min-width: 360px) {
    .shariff .orientation-horizontal li {
        margin-right: 5.8%
    }

    .shariff .orientation-horizontal.button-style-icon-count li, .shariff .orientation-horizontal.button-style-standard li {
        min-width: 80px
    }

    .shariff .orientation-horizontal.button-style-icon-count li .share_count, .shariff .orientation-horizontal.button-style-standard li .share_count {
        display: block
    }

    .shariff .orientation-horizontal.button-style-standard li {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li {
        min-width: 110px;
        max-width: 160px
    }

    .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li .share_text, .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li .share_text {
        text-indent: 0;
        display: inline
    }

    .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

@media only screen and (min-width: 640px) {
    .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li {
        min-width: 110px;
        max-width: 160px
    }

    .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li .share_text {
        text-indent: 0;
        display: inline
    }
}

@media only screen and (min-width: 768px) {
    .shariff .orientation-horizontal.button-style-standard li {
        min-width: 110px;
        max-width: 160px
    }

    .shariff .orientation-horizontal.button-style-standard li .share_text {
        text-indent: 0;
        display: inline
    }

    .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

@media only screen and (min-width: 1024px) {
    .shariff li, .shariff li a {
        height: 30px
    }

    .shariff li .fab, .shariff li .far, .shariff li .fas {
        width: 30px;
        line-height: 30px
    }

    .shariff li .share_count, .shariff li .share_text {
        line-height: 30px
    }

    .shariff li .share_count {
        height: 28px
    }
}

.shariff .addthis a {
    background-color: #f8694d
}

.shariff .addthis a:hover {
    background-color: #f75b44
}

.shariff .addthis .fa-plus {
    font-size: 14px
}

.shariff .addthis .share_count {
    color: #f8694d;
    background-color: #f1b8b0
}

.shariff .theme-white .addthis a {
    color: #f8694d
}

@media only screen and (min-width: 600px) {
    .shariff .addthis .fa-plus {
        font-size: 14px;
        position: relative;
        top: 1px
    }
}

.shariff .diaspora a {
    background-color: #999
}

.shariff .diaspora a:hover {
    background-color: #b3b3b3
}

.shariff .diaspora .fa-times-circle {
    font-size: 17px
}

.shariff .theme-white .diaspora a {
    color: #999
}

@media only screen and (min-width: 600px) {
    .shariff .diaspora .fa-times-circle {
        font-size: 16px
    }
}

.shariff .facebook a {
    background-color: #3b5998
}

.shariff .facebook a:hover {
    background-color: #4273c8
}

.shariff .facebook .fa-facebook-f {
    font-size: 22px
}

.shariff .facebook .share_count {
    color: #183a75;
    background-color: #99adcf
}

.shariff .theme-white .facebook a {
    color: #3b5998
}

@media only screen and (min-width: 600px) {
    .shariff .facebook .fa-facebook-f {
        font-size: 19px
    }
}

.shariff .flattr a {
    background-color: #7ea352
}

.shariff .flattr a:hover {
    background-color: #f67c1a
}

.shariff .flattr a:hover .share_count {
    color: #d56308;
    background-color: #fab47c
}

.shariff .flattr .fa-money-bill-alt {
    font-size: 22px
}

.shariff .flattr .share_count {
    color: #648141;
    background-color: #b0c893
}

.shariff .theme-white .flattr a {
    color: #f67c1a
}

@media only screen and (min-width: 600px) {
    .shariff .flattr .fa-money-bill-alt {
        font-size: 19px
    }
}

.shariff .flipboard a {
    background-color: #e12828
}

.shariff .flipboard a:hover {
    background-color: #ff2e2e
}

.shariff .flipboard .fa-flipboard {
    font-size: 22px
}

.shariff .theme-white .flipboard a {
    color: #e12828
}

@media only screen and (min-width: 600px) {
    .shariff .flipboard .fa-flipboard {
        font-size: 19px
    }
}

.shariff .googleplus a {
    background-color: #d34836
}

.shariff .googleplus a:hover {
    background-color: #f75b44
}

.shariff .googleplus .fa-google-plus-g {
    font-size: 22px
}

.shariff .googleplus .share_count {
    color: #a31601;
    background-color: #eda79d
}

.shariff .theme-white .googleplus a {
    color: #d34836
}

@media only screen and (min-width: 600px) {
    .shariff .googleplus .fa-google-plus-g {
        font-size: 19px
    }
}

.shariff .info {
    border: 1px solid #ccc
}

.shariff .info a {
    color: #666;
    background-color: #fff
}

.shariff .info a:hover {
    background-color: #efefef
}

.shariff .info .fa-info {
    font-size: 20px;
    width: 33px
}

.shariff .info .share_text {
    display: block !important;
    text-indent: -9999px !important
}

.shariff .theme-grey .info a {
    background-color: #fff
}

.shariff .theme-grey .info a:hover {
    background-color: #efefef
}

.shariff .orientation-vertical .info {
    width: 35px;
    float: right
}

@media only screen and (min-width: 360px) {
    .shariff .orientation-horizontal .info {
        -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
        flex: none !important;
        width: 35px;
        min-width: 35px !important
    }
}

@media only screen and (min-width: 1024px) {
    .shariff .info .fa-info {
        font-size: 16px;
        width: 23px
    }

    .shariff .orientation-horizontal .info {
        width: 25px;
        min-width: 25px !important
    }

    .shariff .orientation-vertical .info {
        width: 25px
    }
}

.shariff .linkedin a {
    background-color: #0077b5
}

.shariff .linkedin a:hover {
    background-color: #0369a0
}

.shariff .linkedin .fa-linkedin-in {
    font-size: 22px
}

.shariff .linkedin .share_count {
    color: #004785;
    background-color: #33aae8
}

.shariff .theme-white .linkedin a {
    color: #0077b5
}

@media only screen and (min-width: 600px) {
    .shariff .linkedin .fa-linkedin-in {
        font-size: 19px
    }
}

.shariff .mail a {
    background-color: #999
}

.shariff .mail a:hover {
    background-color: #a8a8a8
}

.shariff .mail .fa-envelope {
    font-size: 21px
}

.shariff .theme-white .mail a {
    color: #999
}

@media only screen and (min-width: 600px) {
    .shariff .mail .fa-envelope {
        font-size: 18px
    }
}

.shariff .print a {
    background-color: #999
}

.shariff .print a:hover {
    background-color: #a8a8a8
}

.shariff .print .fa-print {
    font-size: 21px
}

.shariff .theme-white .print a {
    color: #999
}

@media only screen and (min-width: 600px) {
    .shariff .print .fa-print {
        font-size: 18px
    }
}

.shariff .pinterest a {
    background-color: #bd081c
}

.shariff .pinterest a:hover {
    background-color: #d50920
}

.shariff .pinterest .fa-pinterest-p {
    font-size: 22px
}

.shariff .pinterest .share_count {
    color: #a31601;
    background-color: #eda79d
}

.shariff .theme-white .pinterest a {
    color: #bd081c
}

@media only screen and (min-width: 600px) {
    .shariff .pinterest .fa-pinterest-p {
        font-size: 19px;
        position: relative;
        top: 1px
    }
}

.shariff .reddit a {
    background-color: #ff4500
}

.shariff .reddit a:hover {
    background-color: #ff6a33
}

.shariff .reddit .fa-reddit {
    font-size: 17px
}

.shariff .theme-white .reddit a {
    color: #ff4500
}

@media only screen and (min-width: 600px) {
    .shariff .reddit .fa-reddit {
        font-size: 16px
    }
}

.shariff .stumbleupon a {
    background-color: #eb4924
}

.shariff .stumbleupon a:hover {
    background-color: #ef7053
}

.shariff .stumbleupon .fa-stumbleupon {
    font-size: 17px
}

.shariff .theme-white .stumbleupon a {
    color: #eb4924
}

@media only screen and (min-width: 600px) {
    .shariff .stumbleupon .fa-stumbleupon {
        font-size: 16px
    }
}

.shariff .twitter a {
    background-color: #55acee
}

.shariff .twitter a:hover {
    background-color: #32bbf5
}

.shariff .twitter .fa-twitter {
    font-size: 28px
}

.shariff .twitter .share_count {
    color: #0174a4;
    background-color: #96d4ee
}

.shariff .theme-white .twitter a {
    color: #55acee
}

@media only screen and (min-width: 600px) {
    .shariff .twitter .fa-twitter {
        font-size: 24px
    }
}

.shariff .whatsapp a {
    background-color: #5cbe4a
}

.shariff .whatsapp a:hover {
    background-color: #34af23
}

.shariff .whatsapp .fa-whatsapp {
    font-size: 28px
}

.shariff .theme-white .whatsapp a {
    color: #5cbe4a
}

@media only screen and (min-width: 600px) {
    .shariff .whatsapp .fa-whatsapp {
        font-size: 22px
    }
}

.shariff .xing a {
    background-color: #126567
}

.shariff .xing a:hover {
    background-color: #29888a
}

.shariff .xing .fa-xing {
    font-size: 22px
}

.shariff .xing .share_count {
    color: #15686a;
    background-color: #4fa5a7
}

.shariff .theme-white .xing a {
    color: #126567
}

@media only screen and (min-width: 600px) {
    .shariff .xing .fa-xing {
        font-size: 19px
    }
}

.shariff .tumblr a {
    background-color: #36465d
}

.shariff .tumblr a:hover {
    background-color: #44546b
}

.shariff .tumblr .fa-tumblr {
    font-size: 28px
}

.shariff .theme-white .tumblr a {
    color: #5cbe4a
}

@media only screen and (min-width: 600px) {
    .shariff .tumblr .fa-tumblr {
        font-size: 22px
    }
}

.shariff .threema a {
    background-color: #333
}

.shariff .threema a:hover {
    background-color: #1f1f1f
}

.shariff .threema .fa-lock {
    font-size: 28px
}

.shariff .theme-white .threema a {
    color: #333
}

@media only screen and (min-width: 600px) {
    .shariff .threema .fa-lock {
        font-size: 22px
    }
}

.shariff .weibo a {
    background-color: #f56770
}

.shariff .weibo a:hover {
    background-color: #fa7f8a
}

.shariff .weibo .fa-weibo {
    font-size: 28px
}

.shariff .weibo .share_count {
    color: #0174a4;
    background-color: #f56770
}

.shariff .theme-white .weibo a {
    color: #f56770
}

@media only screen and (min-width: 600px) {
    .shariff .weibo .fa-weibo {
        font-size: 24px
    }
}

.shariff .tencent-weibo a {
    background-color: #26ace0
}

.shariff .tencent-weibo a:hover {
    background-color: #38bbeb
}

.shariff .tencent-weibo .fa-tencent-weibo {
    font-size: 28px
}

.shariff .tencent-weibo .share_count {
    color: #0174a4;
    background-color: #26ace0
}

.shariff .theme-white .tencent-weibo a {
    color: #26ace0
}

@media only screen and (min-width: 600px) {
    .shariff .tencent-weibo .fa-tencent-weibo {
        font-size: 24px
    }
}

.shariff .telegram a {
    background-color: #08c
}

.shariff .telegram a:hover {
    background-color: #007dbb
}

.shariff .telegram .fa-telegram {
    font-size: 28px
}

.shariff .theme-white .telegram a {
    color: #08c
}

@media only screen and (min-width: 600px) {
    .shariff .telegram .fa-telegram {
        font-size: 22px
    }
}

.shariff .qzone a {
    background-color: #2b82d9
}

.shariff .qzone a:hover {
    background-color: #398fe6
}

.shariff .qzone .fa-qq {
    font-size: 28px
}

.shariff .qzone .share_count {
    color: #0174a4;
    background-color: #2b82d9
}

.shariff .theme-white .qzone a {
    color: #2b82d9
}

@media only screen and (min-width: 600px) {
    .shariff .qzone .fa-qq {
        font-size: 24px
    }
}

.shariff .vk a {
    background-color: #5d7fa4
}

.shariff .vk a:hover {
    background-color: #678eb4
}

.shariff .vk .fa-vk {
    font-size: 22px
}

.shariff .vk .share_count {
    color: #55677d;
    background-color: #fff
}

.shariff .theme-white .vk a {
    color: #3b5998
}

@media only screen and (min-width: 600px) {
    .shariff .vk .fa-vk {
        font-size: 19px
    }
}

.floating-banner {
    width: 100%;
    min-height: 50px;
    margin: auto;
    position: fixed;
    bottom: 0;
    background: transparent;
    text-align: center;
    z-index: 999;
}

.floating-banner .floating-width {
    margin: auto;
    cursor: pointer;
    display: table;
    width: 100%;
}

.floating-banner div {
    color: #fff;
    background: #7E8083;
    height: 100%;
    line-height: 50px;
    font-weight: bold;
    font-size: 40px;
}

.floating-banner div a {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    vertical-align: top;
}

.floating-banner-desc {
    width: 100%;
    background: transparent;
    min-height: 50px;
    /*text-align:center;*/
}

.floating-banner-desc .col-sm-2 {
    margin: 0;
    padding: 10px 20px;
    background: #B91A30;
    color: #fff;
    height: 100%;
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 44px;
    vertical-align: middle;
    text-align: center;
}

.floating-banner-desc .col-sm-10 {
    margin: 0;
    background: #58595B;
    color: #fff;
    padding: 10px 20px;
    height: 100%;
    display: block;
    vertical-align: middle;
    font-size: 20px;
}

.floating-banner-desc .col-sm-10 b {
    font-size: 26px;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .floating-banner {
        min-height: 50px;
        height: auto;
    }

    .floating-banner div {
        font-size: 26px;
        line-height: 1.2;
    }

    .floating-banner .col-sm-2 {
        width: 27%;
        border-left: 1px solid #000;
    }

    .floating-banner .col-sm-10 {
        padding: 10px;
    }

    .floating-banner-desc .col-sm-2 {
        display: block;
        min-height: 26px;
        height: auto;
        font-size: 26px;
    }

    .floating-banner-desc .col-sm-10 {
        display: block;
        min-height: 75px;
        height: auto;
    }

    .floating-banner-desc .col-sm-10 p {
        margin-right: 15px;
        word-break: normal;
        font-size: 15px;
    }

    .floating-banner-desc .col-sm-10 b {
        font-size: 18px;
    }

    .floating-banner div a {
        vertical-align: middle;
        font-size: 12px;
    }
}

iframe.fleet-iframebox.h02 {
    height: 1100px;
}

.slider-play-controller.slider--pause {
    background-position: 0 -196px;

}

.slider-play-controller.slider--play {
    background-position: -40px -196px;

}

.slider-play-controller {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    width: 33px;
    height: 33px;
    text-indent: -9999px;
    border: none;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .slider-play-controller {
        top: 2px;
        right: 2px;
    }
}

.eut_find_a_dealer .findADealer_ArrowIcon {
    float: right;
    position: relative;
    top: -13px;
    right: 14px;
    width: 15px;
    height: 29px;
}

/* ------------------------------------------------------ List style -------------------------------------------------- */
.cont_area li {
    list-style: disc;
    margin-left: 20px;
    display: list-item !important;
}

/* ------------------------------------------------------ Disclaimer component -------------------------------------------------- */
.eut_dl1a .disclaimer {
    padding: 0px !important;
}

/* ------------------------------------------------------ Emissions component -------------------------------------------------- */
.eut_dl1a .car_emissions {
    padding: 25px 0px;
}

/* ------------------------------------------------------ eut_compare_cars ------------------------------------------------------ */

.eut_compare_cars .eut_cars_view .view_top_area .eut_compare_info .eut_btn_num .select_num {
    margin-bottom: 20px;
}


@media (max-width: 1024px) {

    .eut_compare_cars .eut_cars_view .view_top_area .eut_compare_info .eut_btn_num .select_num {
        margin-bottom: 40px;
    }

    .eut_compare_cars .eut_cars_view .view_top_area .eut_compare_info .eut_btn_num button.eut_cmpe_btn.reset {
        font-size: 11px !important;
    }

}

@media (max-width: 767px) {
    .eut_compare_cars .eut_cars_view .view_top_area .eut_compare_info .eut_btn_num button.eut_cmpe_btn.reset span.reset {
        padding: 0 5px !important;
    }

    .eut_compare_cars .eut_cars_view .view_top_area .eut_compare_info .eut_btn_num button.eut_cmpe_btn.reset span.reset {
        margin: 6px 6px 0 0 !important;
    }
}

.eut_request .list_wrap .check_submit .eut_form_plugin label:before {
    display: none;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .txt_vat {
    color: black
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li a strong {
    word-break: normal;
}

#eut_gnb > li.eut_nav_newcar .eut_nav_dth2 .newcar_list li {
    height: 200px;
}

/*! jQuery UI - v1.9.2 - 2012-11-23
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    zoom: 1;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    zoom: 1;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
    zoom: 1;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
    width: 1px;
}

/* without this, the menu expands to 100% in IE6 */
.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
}

/* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2.2em;
}

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
    width: 2.4em;
}

/* button elements seem to need a little more width */
.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/*button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/*button sets*/
.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

/* workarounds */
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* reset extra padding in Firefox */
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0em;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    width: 300px;
    overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    width: 100%;
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    zoom: 1;
    font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
    cursor: default;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

/* more specificity required here to overide default borders */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

/* vertical centre icon */
.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
    background-image: none;
}

body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff 50% 50% repeat-x;
    color: #222222;
}

.ui-widget-content a {
    color: #222222;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee 50% 50% repeat-x;
    color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec 50% 50% repeat-x;
    color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

/* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* positioning */
.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
