/* 축소하지 못했습니다. 축소되지 않은 콘텐츠를 반환합니다.
(7371,94): run-time error CSS1019: Unexpected token, found ':'
(7371,94): run-time error CSS1042: Expected function, found ':'
(7371,94): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(7883,56): run-time error CSS1046: Expect comma, found '0'
(7883,60): run-time error CSS1046: Expect comma, found '/'
 */
/* NUGET: BEGIN LICENSE TEXT
 *
 * Microsoft grants you the right to use these script files for the sole
 * purpose of either: (i) interacting through your browser with the Microsoft
 * website or online service, subject to the applicable licensing or use
 * terms; or (ii) using the files as included with a Microsoft product subject
 * to that product's license terms. Microsoft reserves all other rights to the
 * files not expressly granted by Microsoft, whether by implication, estoppel
 * or otherwise. The notices and licenses below are for informational purposes only.
 *
 * NUGET: END LICENSE TEXT */
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -19px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 2px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-briefcase:before {
  content: "\1f4bc";
}

.glyphicon-calendar:before {
  content: "\1f4c5";
}

.glyphicon-pushpin:before {
  content: "\1f4cc";
}

.glyphicon-paperclip:before {
  content: "\1f4ce";
}

.glyphicon-camera:before {
  content: "\1f4f7";
}

.glyphicon-lock:before {
  content: "\1f512";
}

.glyphicon-bell:before {
  content: "\1f514";
}

.glyphicon-bookmark:before {
  content: "\1f516";
}

.glyphicon-fire:before {
  content: "\1f525";
}

.glyphicon-wrench:before {
  content: "\1f527";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 5px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}

.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-failure {
  color: #9C0006;
  background-color: #FFC7CE;
  border-color: #FFA0A0;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.alert-warning hr {
  border-top-color: #f8e5be;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);

}

.modal-dialog {
  z-index: 1050;
  width: 400px;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
 /*   width: 600px;*/
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}

th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm {
  display: none !important;
}

tr.visible-sm {
  display: none !important;
}

th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md {
  display: none !important;
}

tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@charset "UTF-8";

@font-face { 
	font-family: SpoqaHanSansNeo; 
	font-weight: 100; 
	font-style: normal;
	src: url("../../Content/fonts/SpoqaHanSansNeo-thin.eot"); 
	src: url("../../Content/fonts/SpoqaHanSansNeo-thin.eot?#iefix") format("embedded-opentype"), 
	url("../../Content/fonts/SpoqaHanSansNeo-thin.woff") format("woff"), url("../../Content/fonts/SpoqaHanSansNeo-thin.ttf") format("truetype"); 
}
@font-face { 
	font-family: SpoqaHanSansNeo; 
	font-weight: 400; 
	font-style: normal;
	src: url("../../Content/fonts/SpoqaHanSansNeo-Regular.eot"); 
	src: url("../../Content/fonts/SpoqaHanSansNeo-Regular.eot?#iefix") format("embedded-opentype"), 
	url("../../Content/fonts/SpoqaHanSansNeo-Regular.woff") format("woff"), url("../../Content/fonts/SpoqaHanSansNeo-Regular.ttf") format("truetype"); 
}
@font-face { 
	font-family: SpoqaHanSansNeo; 
	font-weight: 500; 
	font-style: normal;
	src: url("../../Content/fonts/SpoqaHanSansNeo-Medium.eot"); 
	src: url("../../Content/fonts/SpoqaHanSansNeo-Medium.eot?#iefix") format("embedded-opentype"), 
	url("../../Content/fonts/SpoqaHanSansNeo-Medium.woff") format("woff"), url("../../Content/fonts/SpoqaHanSansNeo-Medium.ttf") format("truetype"); 
}
@font-face { 
	font-family: SpoqaHanSansNeo; 
	font-weight: 700; 
	font-style: normal;
	src: url("../../Content/fonts/SpoqaHanSansNeo-Bold.eot"); 
	src: url("../../Content/fonts/SpoqaHanSansNeo-Bold.eot?#iefix") format("embedded-opentype"), 
	url("../../Content/fonts/SpoqaHanSansNeo-Bold.woff") format("woff"), url("../../Content/fonts/SpoqaHanSansNeo-Bold.ttf") format("truetype"); 
}
/*Reset*/
*{margin:0;padding:0;box-sizing:border-box;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, address, big, cite, code, del, dfn, em, font, img, ins,q, s, samp, small, strike, 
strong, sub, sup, tt, var, b,u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td{margin:0;padding:0 ;border:none 0;}
html, body{width:100%;-webkit-text-size-adjust: none;-moz-text-size-adjust: none; -ms-text-size-adjust: none;/*font-size:16px;*/}
html{font-size:62.5%;}
body{background-color:#fff;font-size:1.6rem;}
body, input, button, textarea, select, pre{font-family:SpoqaHanSansNeo, Dotum, Helvetica, AppleGothic, Sans-serif;color:#333;line-height:1;letter-spacing:-0.1px}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family:SpoqaHanSansNeo, Dotum, Helvetica, AppleGothic, Sans-serif;font-weight:700;line-height:1;}
img, fieldset, iframe{border:0 none;}
table, div{border-collapse:collapse;table-layout:fixed;word-break:break-all;}
table{width:100%;border:0;border-spacing:0;line-height:normal;}
table td, table th{padding:0;}
select, textarea{border:1px solid #d6d6d6;background:#FFFFFF;vertical-align:middle;}
textarea{overflow:auto;resize:none;padding:5px;outline:none;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box}
select, input, img, li{vertical-align:middle;text-align:left;}
address, caption, cite, code, dfn, em, strong, th, var{font-style :normal;font-weight :normal;}
input, textarea{-webkit-appearance: none;-webkit-border-radius: 0;box-shadow: none !important;}
div, p{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box}

/*ul, ol{font-size:0;}*/
ul, li, ol{list-style-type:none;}
legend,  caption{display:none;}
hr{border-collapse:collapse;}
strong{font-weight:bold;}
/* font */
strong{font-weight:bold;}
button{background:none;border:none;cursor:pointer;outline:none;}
label{font-weight:normal}

/*anchor*/
a:link, a:visited{text-decoration:none;color:#333;}
a:hover{text-decoration:none;cursor:pointer;}

/*hidden*/
#accessibility, .skipnavi, .hide, hr{display:none;position:absolute ;width:0px;height:0px;font-size:0px;line-height:0px;overflow:hidden;visibility:hidden;text-indent:-1000px;}
.hidden{display:none;}
 
/*align*/
.taL{text-align:left !important;}
.taC{text-align:center !important;}
.taR{text-align:right !important;}
.vaT{vertical-align:top !important;}
.vaM{vertical-align:middle !important;}

/* float */
.fc{clear:both;}
.fl{float:left !important;}
.fr{float:right !important;}
.clear{overflow:hidden;_zoom:1;clear:both}

/* position */
.posRe{position:relative;}
.posLT{position:absolute;left:0;top:0;}
.posRT{position:absolute;right:0;top:0;}
.posLB{position:absolute;left:0;bottom:0;}
.posRB{position:absolute;right:0;bottom:0;}

/* none 시리즈 속성 정의 */
.none_bor{border:none !important;}
.none_bottom_bor{border-bottom:none !important;}
.none_left_bor{border-left:none !important;}
.none_bg{background:none !important;}
.none_dp{display:none !important;}
.none_ma{margin:0px !important;}
.none_pa{padding:0px !important;}
.none_clear{clear:both  !important;}
.none_pb{border:none !important;padding:0px !important;}

/* display */
.block_dp{display:block}

/* 공통패딩 */
.pt0{padding-top:0 !important}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.pt35{padding-top:35px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt60{padding-top:60px;}

.pb0{padding-bottom:0 !important}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pb35{padding-bottom:35px;}
.pb40{padding-bottom:40px;}
.pb40{padding-bottom:50px;}
.pb60{padding-bottom:60px;}

.pl0{padding-left:0 !important;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl25{padding-left:25px;}
.pl30{padding-left:30px;}
.pl35{padding-left:35px;}
.pl40{padding-left:40px;}

.pr0{padding-right:0 !important;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr25{padding-right:25px;}
.pr30{padding-right:30px;}
.pr35{padding-right:35px;}
.pr40{padding-right:40px;}

.padd5{padding:5px;}
.padd10{padding:10px;}
.padd15{padding:15px;}
.padd20{padding:20px;}
.padd25{padding:25px;}
.padd30{padding:30px;}
.padd35{padding:35px;}
.padd40{padding:40px;}

.paddLR20{padding:0 20px;}
 
/* 공통마진 */
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}

.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}

.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}
.ml35{margin-left:35px;}
.ml40{margin-left:40px;}

.mr0{margin-right:0 !important;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px;}
.mr30{margin-right:30px;}
.mr35{margin-right:35px;}
.mr40{margin-right:40px;}

.margin5{margin:5px;}
.margin10{margin:10px;}
.margin15{margin:15px;}
.margin20{margin:20px;}
.margin25{margin:25px;}
.margin30{margin:30px;}
.margin35{margin:35px;}


/* font style 시리즈 속성 정의 */
.bold{font-weight:700 !important;}
.normal{font-weight:400 !important;}
.underline{text-decoration:underline !important;}
.f11{font-size:11px !important;}
.f13{font-size:13px !important;}
.f15{font-size:15px !important;}
a.wtxt{color:#FFFFFF;}
.fwn{font-weight:400 !important;}
.fwm{font-weight:500 !important;}
.fwb{font-weight:700 !important;}

/* form 시리즈 속성 정의 */
input[type=text], input[type=password], input[type=file]{padding:0 5px;border:1px solid #c4c4c4;}
input[disabled]{cursor:default}
input.radio{display:block;}
input.check{display:block;}
select.selectbox{padding:3px;color:#999}
input.inputbox{padding:3px;}

.field-item p{line-height:20px;}

.txt_ell1, .txt_ell1 a, .txt--ell1, .txt--ell1 a{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:break-all;}
.txt_ell2, .txt_ell2 a, .txt--ell2, .txt--ell2 a{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;line-height:1.5em;max-height:3.2em;word-break:break-all;}
.txt_ell3, .txt_ell3 a, .txt--ell3, .txt--ell3 a{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;line-height:1.5em;max-height:4.5em;word-break:break-all;}
.txt_ell4, .txt_ell4 a, .txt--ell4, .txt--ell4 a{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4; -webkit-box-orient: vertical;line-height:1.5em;max-height:5.8em;word-break:break-all;}

.nodata{text-align:center;color:#888;}

/* border radius */
.bd_round_none{border-radius:0 !important;}
.bd_round_tl_none{border-top-left-radius:0 !important;}
.bd_round_tl{border-top-left-radius:5px !important;}
.bd_round_tr{border-top-right-radius:5px !important;}
.bd_round_bl{border-bottom-left-radius:5px !important;}
.bd_round_br{border-bottom-right-radius:5px !important;}

.bd_top{border-top:1px solid #caced7 !important}
.bd_bottom{border-bottom:1px solid #caced7 !important}
.bd_left{border-left:1px solid #caced7 !important}
.bd_right{border-right:1px solid #caced7 !important}

.bd_top_none{border-top:0 none !important}
.bd_bottom_none{border-bottom:0 none !important}
.bd_left_none{border-left:0 none !important}
.bd_right_none{border-right:0 none !important}

.bd_line_top td{border-top-color:#caced7 !important}
.bd_line_left{border-left-color:#caced7 !important}
@charset "UTF-8";

body.mainBody{overflow-y:hidden;}
body.mobBody{overflow-y:auto;}

/* 감소 */
.red{color:#D10025 !important}

/* 상승 */
.blue{color:#0059d1 !important}

.bold{font-weight:bold !important}

.dimmed{display:none;position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7);z-index:1}

.date{color:#bdb8c1}

/**************************************************/
/*layout*/
.inside{position:relative;max-width:1200px;margin:0 auto;padding:0 30px;}
.header{position:relative;width:100%;z-index:1001;transition:all ease .3s;}
.header.sub{height:560px;}
.header .header--box{position:fixed;left:0;top:0;width:100%;height:100px;border-bottom:1px solid rgba(255,255,255,.2);z-index:999;}
.header .logo{position:absolute;left:80px;top:30px;display:block;width:118px;height:40px;z-index:1000}
.header .logo a{display:block;width:100%;height:100%;background-image:url("../../Content/images/logo.svg");background-repeat:no-repeat;background-position:center center;background-size:100% auto;text-indent:-9999px;}
.header .lnb{position:absolute;right:10px;top:50%;margin-top:-12px;z-index:999}
.header .lnb .login{color:#fff;font-size:1.4rem;background:url("../../Content/images/icn_login.svg") no-repeat right center;padding:1px 22px 1px 0;}

.header .gnb{position:absolute;left:0;right:0;top:0;margin:auto;text-align:center;z-index:999;}
.header .gnb > ul{display:inline-block;min-width:940px;}
.header .gnb ul:after{display:block;content:'';clear:both;}
.header .gnb ul li{position:relative;float:left;/*width:20%;*/height:100px;line-height:100px;margin-left:35px;}
.header .gnb ul li:first-child{margin-left:0}
.header .gnb ul li a{display:block;width:100%;height:100%;color:#fff;text-align:center;font-size:2rem;font-weight:700;padding:0 48px;}
.header .gnb ul li a:hover{text-decoration:none;}

.header.error .header--box{border-bottom:1px solid #edeff1;background-color:#fff;}
.header .header--box.open .logo a, .header .header--box.bg .logo a, .header .header--box.bg--gray .logo a, .header.error .header--box .logo a{background-image:url("../../Content/images/logo2.svg");}
.header .header--box.open .gnb ul li a, .header.error .header--box .gnb ul li a{color:#333;}
.header .header--box.open .gnb ul li a:hover:after, .header.error .header--box .gnb ul li a:hover:after{position:absolute;left:0;bottom:0;content:'';display:block;background-color:#333;width:100%;height:2px;}
.header .header--box.open .gnb--2dep{visibility:visible;opacity:1; transition:all 0.3s;}
.header .gnb--2dep{visibility:hidden;position:absolute;left:0;right:0;top:0;width:100%;height:100%;background:#fff;transform-origin:top center; opacity:0;}
.header .gnb--2dep .gnb--2dep__sub{background-color:#fff;margin-top:99px;width:100%;border-top:1px solid #edeff1;border-bottom:1px solid #edeff1;box-shadow:0px 10px 11px -10px rgba(153, 153, 153, .4);padding-left:140px;}
.header .gnb--2dep .gnb--2dep__sub > div{max-width:980px;margin:auto;padding:30px 0;}
.header .gnb--2dep .gnb--2dep__sub > div:after{content:'';display:block;clear:both;}
.header .gnb--2dep ul{float:left;padding-right:98px;/*width:20%;padding-left:60px;*/}
/*.header .gnb--2dep ul:first-child{}
.header .gnb--2dep ul:nth-child(2){padding-left:50px;}
.header .gnb--2dep ul:last-child{padding-left:60px;}*/
.header .gnb--2dep ul:nth-child(3){padding-right:92px}
.header .gnb--2dep ul:nth-child(4){padding-right:110px}
.header .gnb--2dep ul li{line-height:175%;padding-top:15px;}
.header .gnb--2dep ul li:hover a, .header .gnb--2dep ul li.on a{color:#a93954;}
.header .gnb--2dep ul li:first-child{padding-top:0;}
.header .gnb--2dep ul li a{color:#697585;font-size:1.7rem}
.m_sub--menu{display:none;}
.m_menu{display:none;position:absolute;right:15px;top:50%;margin-top:-9px;cursor:pointer;z-index:1004;}
.m_menu .btn--menu{display:block;width:30px;height:30px;}
.m_menu .btn--menu span{
position:absolute;
right:0;
top:0;
height:2px;
background-color:#fff;
	transition:all ease .3s;
	width:25px;
}
.m_menu .btn--menu .bar2{
top:8px;
}
.m_menu .btn--menu .bar3{
top:16px;
}
.header .bg--white{transition:all ease .5s;}
.header .bg{border-bottom:1px solid #eee;transition:all ease .5s;background-color:#fff;}
.header .bg--gray{border-bottom:1px solid #ddd;background-color:#f2f2f2;transition:all ease .5s;}
.header .bg .gnb ul li a, .header .bg--gray .gnb ul li a{color:#333;}
.header .bg .lnb p, .header .bg--gray .lnb p{color:#333;}
.header .bg .lnb a, .header .bg--gray .lnb a{border:1px solid #eee;}
#container{position:relative;min-height:600px;}
#container .container--bg{display:block;width:100%;max-height:795px;height:100%;position:absolute;left:0;bottom:0;background-color:#f3f3f3;z-index:-1;}
#container .container--bg.middle{bottom:inherit;top:50%;margin-top:-395px;}
#container .inside{box-sizing:border-box;}

.btn--floating{position:fixed;right:5%;bottom:5%;background:url(../../Content/images/btn_scrollTop.svg) no-repeat 0 0;width:55px;height:55px;text-indent:-9999px;z-index:1000;}
.btn--floating:hover{background-image:url(../../Content/images/btn_scrollTop_over.svg)}

/* main visual */
.visual--main{position:relative;height:100vh;overflow:hidden;transition:all ease .3s;}

.slideshow{height:100%;position:relative;overflow:hidden;}
.slideshow .slick-list{position:absolute;left:0;right:0;width:100%;}
.slideshow .mySlides{position:relative;height:100%;font-weight:500;color:#fff;letter-spacing:-0.5px;float:left;}
.slideshow div{height:100%}
.slideshow .inside{position:relative;width:inherit;}
.slideshow .mySlides .visual--main__img{position:absolute;left:0;top:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;opacity:1;}
#container .slideshow .mySlides .visual--main__img{transform:scale(1.1);}
.visual--main .mySlides .visual--main__img:after{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.3);}
#container .slideshow .mySlides.slick-current .visual--main__img{transform:scale(1);transition:1s;}
.slideshow .mySlides.slider1 .visual--main__img{background-image:url(../../Content/images/visual_main1.jpg?220621)}
.slideshow .mySlides.slider2 .visual--main__img{background-image:url(../../Content/images/visual_main2.jpg)}
.slideshow .mySlides.slider3 .visual--main__img{background-image:url(../../Content/images/visual_main3.jpg)}
.slideshow .mySlides .main--slide__txt{position:absolute;left:0;right:0;bottom:350px;width:1200px;padding:0 30px;margin:auto;height:auto;z-index:1;outline:none;}
.slideshow .mySlides .sub{font-size:1.8rem;color:#f2f2f2;}
.slideshow .mySlides .title{margin:50px 0 28px;padding-bottom:0;font-size:3.2rem;text-align:left;line-height:160%;word-break:keep-all;}
.slideshow .mySlides .text{font-size:2.4rem;line-height:160%;word-break:keep-all;}
.slideshow .mySlides .text span{display:block}
.indicator{position:absolute;left:0;right:0;bottom:133px;width:100%;width:1200px;padding:0 30px;margin:110px auto 0;z-index:1000;}
.indicator li{position:relative;float:left;width:33.333%;max-width:250px;display:block;color:#bdbdbd;font-size:1.8rem;margin-top:-4px;cursor:pointer;border-top:1px solid #c4c4c4;}
.indicator li button{display:none;}
.indicator li:after{display:block;width:100%;line-height:60px;}
.indicator li:first-child:after{content:'Mission';}
.indicator li:nth-child(2):after{content:'Service';}
.indicator li:last-child:after{content:'People';}
.indicator li button:nth-child(2){text-indent:-9999px;}
.indicator li.slick-active:before{position:absolute;left:0;top:-5px;content:'';display:block;width:100%;background-color:#fff;height:4px;}
.indicator li.slick-active{color:#fff;font-size:2rem;font-weight:700;}

@-webkit-keyframes fade{
  from{opacity:.4} 
  to{opacity:1}
}
@keyframes fade{
  from{opacity:.4} 
  to{opacity:1}
}

/* sub visual */
.visual{position:absolute;left:0;top:0;overflow:hidden;width:100%;height:100%;margin:auto;}
.visual .visual--img{position:relative;width:100%;height:100%;display:table;padding:0 10px;color:#fff;background-repeat:no-repeat;background-position:center;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;opacity:1;transform:scale(1.05);transition:all ease .3s}
.visual .visual--img.visual--company{background-image:url(../../Content/images/visual_company.jpg);}
.visual .visual--img.visual--service{background-image:url(../../Content/images/visual_service.jpg);background-position:right center;}
.visual .visual--img.visual--ir{background-image:url(../../Content/images/visual_ir.jpg);}
.visual .visual--img.visual--career{background-image:url(../../Content/images/visual_career.jpg);}
.visual .visual--img.visual--data{background-image:url(../../Content/images/visual_data.jpg);}
.visual .visual--img > div{position:relative;display:table-cell;vertical-align:bottom;z-index:1;max-width:1140px;width:100%;padding-bottom:50px;}
.visual h2{font-size:1.8rem;font-weight:500;padding-bottom:25px;}
.visual p{font-size:3.8rem;line-height:170%;font-weight:500;word-break:keep-all;}
.visual p span{display:block}
.visual .visual--img:after{content:'';display:block;position:absolute;left:0;top:0;bottom:0;width:100%;height:100%;background-color:rgba(0,0,0,0.4);}

.sub--visual{position:relative;display:table;width:100%;height:270px;background-repeat:no-repeat;background-position:center;}
.sub--visual:after{content:'';display:block;position:absolute;left:0;top:0;bottom:0;width:100%;height:100%;background-color:rgba(0,0,0,0.3);}
.sub--visual h4{position:relative;display:table-cell;vertical-align:middle;width:100%;color:#fff;font-size:4.8rem;font-weight:500;text-align:center;z-index:1;line-height:150%;}
.sub--visual h4 > span{display:block;font-size:3.6rem;font-weight:700;line-height:6rem;word-break:keep-all;}

.tab--type .mobile--sub__txt{display:none}
.tab--type{width:100%;border-bottom:1px solid #e0e0e0;text-align:center;}
.tab--type.show{display:block}
.tab--type ul{display:inline-block;}
.tab--type ul:after{content:'';display:block;clear:both;}
.tab--type li{float:left;text-align:center;height:75px;line-height:75px;}
.tab--type li a{display:block;font-size:1.8rem;padding:0 30px;color:#828282;}
.tab--type li a:hover, .tab--type li.on a{border-bottom:3px solid #a93954;color:#333;}
.tab--btn ul:after{content:'';display:block;clear:both;}
.tab--btn li{float:left;}
.tab--btn li.on button{color:#000;background-color:#f2f2f2;border-radius:30px;}
.tab--btn button{display:block;font-size:1.7rem;font-weight:700;color:#717f90;padding:10px 20px;}
.tab--cont{display:none;border-top:1px solid #e0e0e0;}
.tab--cont.on{display:block;}

@media (max-width:1350px){
	.tab--type li a{padding:0 19px;}
}

/* Table css */
.tbl--contents{position:relative;}
.tbl--contents:after{display:block;content:'';clear:both;}


.rowDouble th, .rowDouble td {border-top:1px double #bebebe !important; background-image: url("../../Content/images/bg_line_double.png"); background-repeat: repeat-x; background-position: 0 1px; background-size: auto;}
.rowDouble--btm th, .rowDouble--btm td {background-image: url("../../Content/images/bg_line_double.png"); background-repeat: repeat-x; background-position: 0 bottom; background-size: auto; }

/*table*/
/*tbl--col*/
.tbl--col{border-top:2px solid #717F90;border-bottom:1px solid #bebebe;}
.tbl--col .tbl--header{overflow-x:auto;overflow-y:hidden;}
.tbl--col .tbl--header table{min-height:inherit}
.tbl--col .tbl--scroll{overflow-y:auto;position:relative;}
.tbl--col .tbl--scroll > table > thead{display:none;}
.tbl--col thead th{border-bottom:1px solid #B0B8C1;padding:10px 15px;height:65px;vertical-align:middle;text-align:center;color:#000;font-size:1.7rem;font-weight:700;}
.tbl--col thead tr:first-child th:first-child{border-left:0 none;border-right:1px solid #bebebe}
.tbl--col thead th > span{display:block;text-align:center;font-size:1.1rem;}
.tbl--col thead tr th:first-child{background-image:none;}
.tbl--col tbody th{border-top:1px solid #bebebe;border-right:1px solid #bebebe;padding:10px 15px;color:#000;background-color:#f9f9f9;font-size:1.7rem;word-break:keep-all;}
.tbl--col tbody td{position:relative;border-top:1px solid #bebebe;padding:10px 15px;height:65px;font-size:1.7rem;}
.tbl--col tbody td a:hover{text-decoration:underline;color:#ca527a}
.tbl--col tbody td a:hover > strong, .tbl--col tbody td a:hover em, .tbl--col tbody td a:hover .comment{text-decoration:underline;color:#ca527a}
.tbl--col tbody td strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block;max-width:85%;vertical-align:middle;font-weight:400;}
.tbl--col tbody td.txt.lock{font-size:0;}
.tbl--col tbody td.txt > *{font-size:1.6rem;}
.tbl--col tbody td.txt em{display:none;}
.tbl--col tbody td.txt.lock strong{background:url("../../Content/images/icn_lock.svg") no-repeat 0 center;padding-left:20px;color:#979797}
.tbl--col tbody td.txt.lock > *, .tbl--col tbody td.txt.lock em{color:#979797;}
.tbl--col tbody td .comment{vertical-align:middle;color:#7c7c7c;font-size:1.4rem;padding-left:5px;display:inline-block;}
.tbl--col tbody td:after{content:'';display:block;clear:both;}
.tbl--col tbody th button.visited, .tbl--col tbody td button.visited{color:#2b40ab;}

/*tbl--row*/
.tbl--row{border-top:2px solid #717F90;border-bottom:1px solid #bebebe;}
.tbl--row tbody th{background-color:#f9f9f9;border-top:1px solid #eee;padding:10px 15px;font-weight:normal;color:#000;text-align:left;font-size:1.7rem;}
.tbl--row tbody td{position:relative;border-top:1px solid #eee;padding:10px 15px;height:65px;font-size:1.7rem;font-weight:500;}
.tbl--row tbody td.checks--wrap{font-size:0;}
.tbl--row tbody td.checks--wrap .checks{display:inline-block;}
.tbl--row tbody td .clear--wrap{float:left;display:block;}
.tbl--row tbody td.tel > div{margin-top:25px}
.tbl--row tbody td.tel > div:first-child{margin-top:0}
.tbl--row tbody td.tel > div:after{content:'';display:block;clear:both;}
.tbl--row tbody td.tel .btns{float:left;text-align:left;margin-left:12px;}
.tbl--row tbody td.tel .btns .btn{width:180px;height:50px;line-height:50px;font-weight:500}
.tbl--row tbody tr:last-child th, .tbl--row tbody tr:last-child td{border-bottom:1px solid #bdbdbd}
.tbl--row tbody td.agree h4{font-size:1.6rem;margin:5px 0 10px;}
.tbl--row tbody td.agree table strong{font-weight:bold;text-decoration:underline;font-size:1.7rem;color:#355b9e}
.tbl--row tbody td.agree table td{word-break:keep-all;}
.tbl--row tbody td.agree > p{text-indent:-19px;padding-left:19px;word-break:keep-all;}
.tbl--row tbody td.agree .checks--agree{text-align:right;margin-top:10px;}
.tbl--row tbody td.agree .checks--agree span:first-child{padding-right:10px;}
.tbl--row tbody td.agree .checks{width:auto;margin-top:0;}

.view{border:0 none;padding-bottom:60px;}
.view .title--view{background-color:#f9f9f9;border-radius:20px;font-size:2.2rem;color:#000;padding:34px 30px;line-height:160%;}
.view .title--view .date{color:#717F90;font-size:1.5rem;font-weight:normal;}
.view a:hover{text-decoration:underline;color:#ca527a}
.view .view--cont{padding:35px 30px;line-height:180%;border-bottom:1px dashed #e0e0e0;}
.view .view--cont > *, .view .view--cont p, .view .view--cont span, 
.view .view--cont a{font-family:SpoqaHanSansNeo, Dotum, Helvetica, AppleGothic, Sans-serif !important}
.view .view--cont .txt--cont{min-height:250px;}
.view .link{position:relative;padding:38px 30px;border-bottom:1px dashed #e0e0e0;}
.view .link strong{position:absolute;left:30px;top:50%;margin-top:-8px;font-weight:400;padding-right:20px;}
.view .link .file--name{padding-left:80px;}
.view .link a{max-width:90%;display:inline-block;vertical-align:top;padding-left:40px;box-sizing:border-box;line-height:180%;}
.view .link p{position:relative;margin-top:20px;}
.view .link p:first-child{margin-top:0}
.view .file{position:relative;padding:38px 30px;border-bottom:1px dashed #e0e0e0;}
.view .file strong{position:absolute;left:30px;top:50%;margin-top:-8px;font-weight:400;padding-right:20px;}
.view .file .file--name{padding-left:80px;}
.view .file a{max-width:90%;display:inline-block;vertical-align:top;padding-left:40px;box-sizing:border-box;line-height:180%;}
.view .file p{position:relative;margin-top:20px;}
.view .file p:first-child{margin-top:0}
.view .file .btn--download{position:absolute;left:0;top:50%;margin:-14px 0 0;border:0 none;background-position:0 0;}
/*.view .file a:before{content:'';display:inline-block;width:16px;height:19px;background-image:url(../../Content/images/icn_download.png);background-repeat:no-repeat;background-position:-40px -161px;vertical-align:middle;margin-right:10px;}*/
.view .file p:hover .btn--download:before{background-image:url(../../Content/images/icn_download_ov.svg)}

tbody.tf_line  tr:last-child th, tbody.tf_line tr:last-child td{border-top:1px solid #B0B8C1}

/* CheckBox, Radio */
.checks{position:relative;font-size:0;padding-left:16px;}
.checks:first-child{padding-left:0}
.checks input[type=radio]:not(old) + label span.img_rdo{background:url("../../Content/images/img_rdo.svg") no-repeat 0 0;display:inline-block;width:20px;height:20px;margin-right:8px;vertical-align:middle;cursor:pointer;background-size:100% auto;}
.checks input[type=radio]:not(old) + label.img_disabled{cursor:default;}
.checks input[type=radio]:disabled + label{cursor:default;}
.checks input[type=radio]:disabled + label .img_rdo{background-image:url("../../Content/images/img_rdo_disabled.svg");cursor:default;}
.checks input[type=radio]:not(old):checked + label span.img_rdo{background-image:url("../../Content/images/img_rdo_on.svg");background-size:100% auto;}
.checks input[type=radio]:not(old){position:absolute;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;border:0;}
.checks input[type=radio]{width:13px;height:13px;cursor:pointer;}/*ie8용*/
.checks input[type=radio] + label{position:relative;cursor:pointer;font-size:1.6rem;padding-left:27px;}
.checks input[type=radio] + label span.img_rdo{position:absolute;left:0;top:2px;}
.checks input[type=radio] + label.img_disabled{cursor:default;}
.checks input[type=radio]:not(old):focus+label:after{content:'';position:absolute;left:0;top:0;border:1px dotted #333;display:inline-block;width:100%;height:100%;}
.checks input[type=radio]:not(old):focus+input+label:after{content:'';position:absolute;left:0;top:0;border:1px dotted #333;display:inline-block;width:100%;height:100%;}

.checks input[type=checkbox]:not(old) + label, .checks input[type=checkbox]:not(old) + input + label{cursor:pointer;display:inline-block;}

.checks input[type=checkbox]:not(old) + label span.img_chk, .checks input[type=checkbox]:not(old) + input + label span.img_chk{background:url(../../Content/images/img_chk.svg) no-repeat 0 0;display:inline-block;width:20px;height:20px;cursor:pointer;vertical-align:middle;margin-right:13px;background-size:100% auto;}
.checks input[type=checkbox]:not(old):checked + label span.img_chk, .checks input[type=checkbox]:not(old):checked + input + label span.img_chk{background:url(../../Content/images/img_chk_on.svg) no-repeat 0 0;background-size:100% auto;}
/*.checks input[type=checkbox]:not(old):disabled + label span.img_chk, .checks input[type=checkbox]:not(old):disabled + input + label span.img_chk{background-position:0 -28px;}*/
.checks input[type=checkbox]:not(old){position:absolute;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;border:0;}
.checks input[type=checkbox] + label{position:relative;cursor:pointer;font-size:1.6rem;/*padding-left:27px;*/line-height:155%;}
/*.checks input[type=checkbox] + label span.img_chk{position:absolute;left:0;top:3px;}
.checks label span.img_chk{margin-right:5px;}*/
.checks input[type=checkbox] + label.img_disabled{cursor:default;}
.checks input[type=checkbox]:disabled + label{cursor:default;}
.checks input[type=checkbox]:disabled + label .img_chk{background:url(../../Content/images/img_chk_disabled.svg) no-repeat 0 0;background-size:100% auto;cursor:not-allowed;}
.checks input[type=checkbox]:not(old):focus+label:after{content:'';position:absolute;left:0;top:0;border:1px dotted #333;display:inline-block;width:100%;height:100%;}
.checks input[type=checkbox]:not(old):focus+input+label:after{content:'';position:absolute;left:0;top:0;outline:1px dotted #333;display:inline-block;width:100%;height:100%;}


/* select */
select{position:relative;color:#333;width:100%;max-width:640px;height:60px;line-height:60px;padding:0 10px 0 28px;border:1px solid #dadada;border-radius:8px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;opacity:1;font-size:1.7rem;}
select:hover, select:focus{border-color:#2f80ed ;outline:none;}
select[disabled="disabled"], select[disabled], select[disabled="disabled"]:hover, select[disabled]:hover, .select2 select[disabled="disabled"], .select2 select[disabled], .select2 select[disabled="disabled"]:hover, .select2 select[disabled]:hover, .select2.disabled{background-color:#f9f9f9;border:1px solid #dadada !important;color:#dadada;cursor:default;color:transparent;text-shadow:0 0 0 #697585;z-index:0;}
.select2{position:relative;border:1px solid #dadada;border-radius:8px;}
.select2:after{content:'';display:block;position:absolute;right:15px;top:50%;background:url(../../Content/images/icn_more_gray.svg) no-repeat 0 0;width:26px;height:26px;margin-top:-13px;z-index:-1;}
.select2.disabled{font-size:2.4rem;}
.select2 label{position:absolute;left:0;top:0;width:100%;height:60px;line-height:60px;border:0 none !important;padding:0 10px 0 28px;color:#717f90;}
.select2 label.sel{font-size:2.4rem;color:#333;}
.select2 select{-webkit-appearance:none;appearance:none;font-size:2.4rem;filter:alpha(opacity:0);opacity:0;}
.opt--sel{position:absolute;right:0;top:-8px;width:100px;}
.opt--sel:after{content:'';position:absolute;right:5px;top:50%;margin-top:-9px;width:15px;height:18px;background-image:url(../../Content/images/btn_arrow.png);background-repeat:no-repeat;background-position:100% center;/*z-index:1;*/cursor:pointer;border-width:6px 5px;border-color:#000 transparent transparent transparent;}
.opt--sel select{position:relative;width:100%;height:30px;line-height:31px;border:0 none;border:1px solid #a9a9a9;border-radius:3px;font-size:1.3rem;display:inline-block;-moz-appearance:none;-webkit-appearance:none;appearance:none;padding:0 0 0 5px;background-color:transparent;}
.opt--sel select::-ms-expand{display:none}


/* Input Text */
.clear--wrap{display:inline-block;position:relative;width:100%;max-width:640px;background-color:#fff;border-radius:3px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;}
.clear--wrap.w100{max-width:100%;}
.clear--wrap.w250{max-width:250px;}
.clear--wrap.textarea{width:100%;max-width:100%;}
.clear--wrap.editor{width:100%;max-width:100%;}
.note-editable ul, .note-editable ul li, .editor-style ul, .editor-style ul li{list-style: disc !important; list-style-position: inside !important;}
.note-editable ol, .note-editable ol li, .editor-style ol, .editor-style ol li{list-style: decimal !important; list-style-position: inside !important;}
.note-editable ul li::marker, .editor-style ul li::marker{display:inline-block;color:#a5a9b1;}

.edit-textarea > *{font-family:SpoqaHanSansNeo, Dotum, Helvetica, AppleGothic, Sans-serif}
.note-editor.note-frame{border-color:#dfdfdf !important;}
.note-editor.note-frame:focus, .note-editor.note-frame:hover{border-color:#313131 !important}
.clear--wrap input[type=text], .clear--wrap input[type=password], .clear--wrap input[type=tel]{width:100%;height:60px;line-height:60px;border-radius:8px;outline:none;border:1px solid #dadada;padding:0 28px 0 28px;background-color:#fff;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;}
.clear--wrap input[type=text]:hover, .clear--wrap input[type=password]:hover, .clear--wrap input[type=tel]:hover , .clear--wrap textarea:hover, .clear--wrap input[type=text]:focus, .clear--wrap input[type=password]:focus, .clear--wrap input[type=tel]:focus, .clear--wrap textarea:focus{border:1px solid #2f80ed;}
.clear--wrap input[type=text]::-ms-clear, .clear--wrap input[type=text]::-ms-reveal, .clear--wrap input[type=password]::-ms-clear, .clear--wrap input[type=password]::-ms-reveal, .clear--wrap input[type=tel]::-ms-clear, .clear--wrap input[type=tel]::-ms-reveal, .clear--wrap textarea::-ms-clear, .clear--wrap textarea::-ms-reveal{display:none;}
.clear--wrap input[type=text]:disabled, .clear--wrap input[type=text][disabled], .clear--wrap input[type=password]:disabled, .clear--wrap input[type=password][disabled], .clear--wrap input[type=tel]:disabled, .clear--wrap input[type=tel][disabled], .clear--wrap textarea:disabled,.clear--wrap textarea[disabled]{background-color:#f9f9f9;border:1px solid #dadada;color:#dadada;cursor:default;pointer-events:none;}
.clear--wrap input[readonly], .clear--wrap input[type=text]:disabled, .clear--wrap input[disabled]:hover, .clear--wrap input[readonly]:hover, .clear--wrap input[disabled]:focus, .clear--wrap input[readonly]:focus{background-color:#f9f9f9;border:1px solid #dadada;color:#dadada;cursor:default;color:transparent;text-shadow:0 0 0 #697585;}
.clear--wrap .btn--clear{position:relative;width:16px;height:16px;position:absolute;right:3px;top:50%;margin-top:-8px;padding:4px;}
.clear--wrap .btn--clear:before{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin-left:-8px;margin-top:-8px;background-image:url("../../Content/images/btn.png");background-repeat:no-repeat;background-position:left top;background-size:auto;background-position:-21px -179px;}
textarea{width:100%;line-height:1.5;resize:none;border-radius:3px;height:150px;border:1px solid #dfdfdf;padding:10px 23px 10px 10px;background-color:#fff;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;}
.clear--wrap.tel--wrap{font-size:0;border:1px solid #dfdfdf;overflow:hidden;}
.clear--wrap.tel--wrap:after{content:'';display:block;clear:both;}
.clear--wrap.tel--wrap:hover, .clear--wrap.tel--wrap:focus{border:1px solid #313131}
.clear--wrap.tel--wrap input{float:left;border:0 none;width:30%;height:50px;outline:none;text-align:center;padding:0;}
.clear--wrap.tel--wrap input:hover, .clear--wrap.tel--wrap input:focus{border:0 none;}
.clear--wrap.tel--wrap input.phone3{padding-right:10px}
.clear--wrap.tel--wrap .mark{float:left;width:5%;line-height:50px;text-align:center;color:#bbb;}
.ast__input input, .ast__input select, .ast__input label{border:1px solid #eb5757 !important;border-radius:8px;}
.ast__input .select2{border:0 none;}


.phone .confirm{min-height:60px;}
.phone .confirm .clear--wrap{max-width:365px;padding-right:125px;line-height:180%;}
.phone .clear--wrap > input{}
.phone .clear--wrap > .btns, .phone .clear--wrap + .btns {padding-top:0;}
.phone .clear--wrap > .btns .btn{width:110px;}
.phone .clear--wrap + .btns .btn{display:block;width:200px;max-width:100%;vertical-align:top;}

/*유효성체크 input 포커스*/
input[type=text]:placeholder, input[type=password]:placeholder, input[type=tel]:placeholder, textarea:placeholder{color:#717f90;font-size:1.7rem;}
input[type=text]::placeholder, input[type=password]::placeholder, input[type=tel]::placeholder,textarea::placeholder{color:#717f90;font-size:1.7rem;}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#717f90;font-size:1.7rem;}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder{color:#717f90;font-size:1.7rem;}
input[type=text]:-webkit-autofill, input[type=password]:-webkit-autofill, input[type=tel]:-webkit-autofill{background-color:#f2fbff;-webkit-text-fill-color:#252525;transition:background-color 5000s ease-in-out 0s;}
input[type=text]:-webkit-autofill:hover, input[type=password]:-webkit-autofill:hover, input[type=text]:-webkit-autofill:focus, input[type=password]:-webkit-autofill:focus, input[type=text]:-webkit-autofill:active, input[type=password]:-webkit-autofill:active, input[type=tel]:-webkit-autofill:hover, input[type=tel]:-webkit-autofill:focus, input[type=tel]:-webkit-autofill:active{background-color:#f2fbff;-webkit-text-fill-color:#252525;transition:background-color 5000s ease-in-out 0s;}
input[type=text]::-ms-clear, input[type=password]::-ms-clear, input[type=tel]::-ms-clear{display:none;}

/* File (파일첨부), 버튼 각각 */
.fileBox{position:relative;width:100%;text-align:left;}
.fileBox .fileInput{position:relative;padding-right:170px;}
.fileBox .fileInput:after{display:block;content:'';clear:both;}
.fileBox .fileInput .clear--wrap{float:left;}
.fileBox .fileInput .clear--wrap .upload--name{display:block;width:100%;height:60px;line-height:60px;background-color:#fff;padding:0 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-moz-binding:url("ellipsis.xml#ellipsis");-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.fileBox .fileInput .clear--wrap:hover{border-color:#c8c8c8;}
.fileBox .fileInput .clear--wrap .upload--num + .upload--name{border-top:1px solid #E6E6E6;}
.fileBox .fileInput .clear--wrap .upload--num{height:60px;line-height:60px;padding:0 5px;color:#999}
.fileBox .fileInput .clear--wrap .upload--num strong{color:#CA527A;font-weight:normal;}
.fileBox .fileInput .clear--wrap .upload--num span{color:#777}
.fileBox .fileInput .clear--wrap input[type=file]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;}
.fileBox .btn__file{position:absolute;right:0;top:0;height:60px;line-height:60px;border:1px solid #4d4d4d;background-color:#4d4d4d;color:#fff;box-sizing:border-box;padding:0 40px;border-radius:8px;}
.fileBox .btn__file label{display:block;cursor:pointer;font-size:1.6rem;}

/* File (파일첨부) + 버튼 */
.fileBox2{position:relative;width:100%;text-align:left;}
.fileBox2 .fileInput{position:relative;}
.fileBox2 .fileInput:after{display:block;content:'';clear:both;}
.fileBox2 .fileInput .clear--wrap{display:block;}
.fileBox2 .fileInput .clear--wrap label{display:block;width:100%;height:60px;line-height:60px;background-color:#fff;padding:0 28px 0 63px;border-radius:8px;border:1px solid #dadada;outline:none;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#717f90;cursor:pointer;}
.fileBox2 .fileInput .clear--wrap label.on{font-size:2.4rem;color:#333;}
.fileBox2 .fileInput .clear--wrap label:hover{border-color:#2f80ed;}
.fileBox2 .fileInput .clear--wrap label:before{content:'';display:inline-block;position:absolute;left:28px;top:50%;margin-top:-14px;background:url(../../Content/images/icn_folder.png) no-repeat 0 0;background-size:100%;width:28px;height:28px;}
.fileBox2 .fileInput .clear--wrap .upload--num + .upload--name{border-top:1px solid #E6E6E6;}
.fileBox2 .fileInput .clear--wrap .upload--num{height:60px;line-height:60px;padding:0 5px;color:#999} 
.fileBox2 .fileInput .clear--wrap .upload--num strong{color:#CA527A;font-weight:normal;}
.fileBox2 .fileInput .clear--wrap .upload--num span{color:#777}
.fileBox2 .fileInput .clear--wrap input[type=file]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder{color:#717f90;font-size:1.7rem;}
.fileBox2 .btn__file{position:absolute;right:0;top:0;height:60px;line-height:60px;border:1px solid #4d4d4d;background-color:#4d4d4d;color:#fff;box-sizing:border-box;padding:0 40px;border-radius:8px;}
.fileBox2 .btn__file label{display:block;cursor:pointer;font-size:1.6rem;}
.fileBox2 .fileName{position:relative}
.fileBox2 .fileName p{margin-top:5px;}
.fileBox2 .fileName p:first-child{margin-top:15px}
.fileBox2 .fileName strong{display:inline-block;max-width:95%;color:#CA527A;font-weight:normal;}
.fileBox2 .fileName strong em{color:#666;font-size:13px;}
.fileBox2 .fileName .btn--del{display:inline-block;background:url(../images/btn.png) no-repeat -100px -420px;width:13px;height:13px;vertical-align:middle;text-indent:-9999px;margin:-11px 0 0 8px;}

/* Paging */
.paging--wrap{position:absolute;left:0;right:0;padding-top:20px;text-align:center;}
.paging{overflow:hidden;display:inline-block;}
.paging:after{content:'';clear:both;}
.paging a, .paging button, .paging em{float:left;vertical-align:middle;width:26px;height:26px;line-height:26px;margin:0 2px;border:1px solid #bdc5ce;background-color:#fff;color:#6c6c6c;text-decoration:none;text-align:center;font-size:1.2rem}
.paging em{border:0;background-color:#5e6471;color:#fff;font-weight:bold;line-height:27px;font-style:normal;}
.paging button:first-child{margin-left:0;}
.paging .btn--paging{}
.paging .btn--first{background-image:url(../../Content/images/btn.png);background-repeat:no-repeat;background-size:auto;background-position:1px 5px;}
.paging .btn--prev{background-image:url(../../Content/images/btn.png);background-repeat:no-repeat;background-size:auto;background-position:4px -15px;}
.paging .btn--next{background-image:url(../../Content/images/btn.png);background-repeat:no-repeat;background-size:auto;background-position:4px -35px;}
.paging .btn--last{background-image:url(../../Content/images/btn.png);background-repeat:no-repeat;background-size:auto;background-position:3px -55px;}

.btns{text-align:center;font-size:0;padding-top:20px;}
.btns.inblock{display:inline-block;}
.btns--left{text-align:left;}
.btns--right{text-align:right;}
.btns .btn{display:inline-block;width:45.5%;max-width:160px;height:60px;line-height:60px;font-size:2rem;border-radius:8px;text-align:center;margin-left:20px;padding:0;border:0 none;}
.btn--big{width:100%;max-width:310px !important;border:0 none;}
.btn:hover{text-decoration:underline;box-shadow:none;}
.btns .btn:first-child{margin-left:0}
.btns .btn--basic, .btn--basic{border:1px solid #b7b7b7;color:#555;font-weight:400}
.btns .btn--red, .btn--red{background-color:#a93954;color:#fff;}
.btns .btn--gray, .btn--gray{background-color:#edeff1;}
.btns .btn--lightGray, .btn--lightGray{background-color:#edeff1;}
.btns .btn--dark, .btn--dark{background-color:#4d4d4d;color:#fff;}
.btns .btn--dark:hover, .btn--dark:hover{color:#fff;}
.btns .btn--small, .btn--small{display:inline-block;width:46px;height:20px;line-height:20px;font-size:1.1rem;border-radius:5px;text-align:center;margin-left:8px;}
.btns .btn--small:first-child, .btn--small:first-child{margin-left:0;}
.btns .btn--more, .btn--more{background-color:#f9f9f9;color:#222;font-weight:400}
.btns .btn--more:after, .btn--more:after{content:'';display:inline-block;background:url(../../Content/images/icn_more.svg) no-repeat 0 0;width:14px;height:8px;vertical-align:middle;margin-left:15px;}
.btns .btn--download{border:1px solid #e1e1e1;color:#222;margin:0 10px 5px 0;}
.btn--download:before{content:'';display:inline-block;background:url(../../Content/images/icn_download.svg) no-repeat 0 -4px;vertical-align:middle;width:28px;height:28px;margin-right:15px;}
.btn--download:hover{text-decoration:none !important;}
.btn--download2{background-color:#edeff1;}
.btn--download2:before{content:'';display:inline-block;background:url(../../Content/images/icn_download.svg) no-repeat 0 -4px;vertical-align:middle;width:28px;height:28px;margin-right:15px;}
.btn--file{background:url(../../Content/images/icn_file.svg) no-repeat 0 0;vertical-align:middle;width:28px;height:28px;margin:0 10px 5px 0;}
.btn--back{max-width:310px;margin-left:0;background-color:#f9f9f9;}
.btn--back:before{content:'';display:inline-block;background:url(../../Content/images/icn_back.svg) no-repeat 0 center;vertical-align:middle;width:6px;height:12px;margin:0 10px 5px 0;}
.btn--write{position:relative;float:right;display:inline-block;width:160px;text-align:inherit;}
.btn--write .btn{width:100%;}
.btn--view{text-align:left;}
.btn--policy{display:inline-block;padding:6px 12px; text-align:center; border:1px solid #b7b7b7;color:#555;font-size:14px;}

.ast{color:#eb5757;padding-left:2px;}
.astTxt{color:#eb5757;font-size:1.7rem;padding-top:10px;display:block;}
.desc{font-size:1.4rem;color:#8d8d8d;padding-bottom:5px;}
.desc .ast{vertical-align:middle}
.desc--right{text-align:right;}
.desc2{font-size:1.7rem;color:#212730;}
.desc2 li, .desc2 p{padding-left:15px;text-indent:-15px;line-height:180%;word-break:keep-all;}
.desc2 li:first-child, .desc2 p:first-child{padding-top:17px;}
.desc2 li:before, .desc2 p:before{content:'';display:inline-block;width:3px;height:3px;background-color:#000;margin-right:10px;vertical-align:middle;margin-top:-3px;border-radius:50%;}

/*.footer{background-color:#f9fafb;padding:140px 0;}*/
/*김은선*/
.footer{background-color:#f9fafb;padding:100px 0;}
.footer a{font-weight:500}
.footer .family{width:100%;box-sizing:border-box;}
.footer .family:after{content:'';display:block;clear:both;}
.footer .family p{color:#333d4b;font-weight:700;padding-bottom:16px;}
/*.footer .family > li{float:left;width:195px;box-sizing:border-box;}*/
.footer .family > li{float:left;width:250px;box-sizing:border-box;}
.footer .family > li:last-child{width:auto}
.footer .family > li ul li{position:relative;padding-bottom:5px;}
.footer .family > li ul li a{display:inline-block;}
.footer .family li a{position:relative;font-size:1.5rem;color:#717f90;line-height:1.8;padding:0 5px 0 11px;text-indent:-11px;}
.footer .family li a:hover{text-decoration:underline;}
.footer .copy{position:relative;font-weight:700;padding:50px 0;}
.footer .copy .address{color:#717f90;font-size:1.4rem;padding-top:12px;line-height:180%;font-weight:500;}
.footer .copy .address span{display:block;word-break:keep-all;}
.footer .link:after{content:'';display:block;clear:both;}
.footer .link p{float:left;width:250px;line-height:140%;}
.footer .link p:first-child{margin-left:0;}
.footer .link p:last-child{width:auto;}
/*.footer .link p a{color:#717f90;}*/
.footer .link p a{color:#333d4b;}
.footer .link a.policy{color:#333d4b;}
.footer .link a:hover{text-decoration:underline;}
.footer  p.isms{position:absolute;right:85px;bottom:77px;text-indent:-9999px;background:url(/Content/images/isms_corp.svg) no-repeat 0 0;width:55px;height:50px;vertical-align:middle;margin-left:20px;cursor:pointer;}
.footer  p.isms:hover{background-image:url(/Content/images/isms_corp_over.svg)}



/* Contents */
.contents{padding:84px 0;}
.contents.admin{padding:35px 0;}
.title{text-align:center;padding-bottom:80px;} /*도휘*/
.title h3{font-size:3.6rem;color:#000;font-weight:700;padding-bottom:18px;}
.title h3 span{font-size:1.6rem;font-weight:400;}
.title p{line-height:175%;color:#828282;word-break:keep-all;}
.sub--title{position:relative;padding:30px 0;}
.grid--box .sub--title h4{font-size:3rem;word-break:keep-all;}
.grid--box .sub--title h4 span{color:#717f90;font-weight:400;padding-left:15px;}
.grid--box .sub--title .comment{top:40px;}
.grid--box .sub--txt__btm{font-size:1.6rem;color:#4f4f4f;max-width:680px;margin:auto;line-height:175%;word-break:keep-all;}

.grid--box{position:relative;margin-bottom:112px}
.grid--box2{margin-bottom:42px}
.grid--box .col{margin:0 -15px;}
.grid--box .col:after{content:" ";display:block;clear:both;}
.grid--box .contBox{padding:0 15px;box-sizing:border-box;width:50%;position:relative;}
.grid--box .col50 .contBox{float:left;width:50%;}
.grid--box .col50 .contBox:first-child .in{margin-left:0}
.grid--box .col33 .contBox{float:left;width:33.333%;}
.grid--box .col33 .contBox:first-child .in{margin-left:0}

.nodata{text-align:center !important;}


/************************ Main *****************************/
.sec .inside{padding-top:110px;padding-bottom:30px;}
.main--contents{position:relative;}
.main--title{text-align:left;}
.main--title h2{font-size:4.6rem;font-weight:500;padding-top:20px;}
.main--title p{color:#a93954;font-size:1.8rem;font-weight:500;}
.main--contents .sub--section{display:none}
.main--contents .sub--section__pc{display:block}
.main--contents .sub--section .img--main{width:100%;height:90vh;display:table;padding:0 0;}
.main--contents .sub--section .img--main.right{text-align:right;}
.main--contents .sub--section .img--main > div{display:inline-block;padding-top:20px;}
.main--contents .sub--section .img--main img{margin-left:-70px;}
.main--contents .sub--section .img--main img:first-child, .main--contents .sub--section .img--main img.img1{padding-top:0;margin-left:0;}
.main--contents .sub--section .img--main img.img2{padding-top:135px;}
.main--contents .sub--section .img--main img.img3{padding-top:270px;}
.main--contents .sub--section .img--main:after{content:'';display:block;clear:both;}
.main--contents .sub--section .img--main > div{width:100%;display:table-cell;vertical-align:middle;}
.float--contents{position:absolute;left:0;right:0;top:180px;width:100%;height:100vh;transform:translateX(0);text-align:center;}
.float--box{position:relative;width:1140px;margin:auto;padding:0;}
.float--btn{position:absolute;top:230px;z-index:1;width:300px;}
.float--btn.right{position:absolute;right:0;top:230px;z-index:1;width:300px;}
.float--btn .btn--main{padding-top:30px}
.float--btn .btn--main:first-child{padding-top:0;}
.float--btn .btn--main a{font-size:2.8rem;color:#828282;font-weight:700;padding-bottom:10px;}
.float--btn .btn--main.on a{color:#a93954;}
.float--btn .btn--main strong{font-size:2.8rem;color:#828282;font-weight:700;padding-bottom:10px;cursor:pointer;}
.float--btn .btn--main.on strong{color:#a93954;}
.float--btn .btn--main > p{font-size:1.7rem;line-height:180%;height:0;opacity:0;overflow:hidden;transition:all .5s ease-in-out;word-break: keep-all;}
.float--btn .btn--main > p > span{display:block;padding-top:13px;}
.img--fix--hidden {visibility:hidden;opacity:0;}
.img--fix--b {position:fixed; top:200px; margin-top:100px;opacity:1;}
.img--fix--c {position:fixed; top:280px;opacity:1;transition:.7s all;}
.v-space-white {display:none;}
.v-space-grey {display:none;}
@media (min-width:1025px){
    .v-space-white {display:block;height:300px;background-color:#ffffff;}
    .v-space-grey {display:block;height:300px;background-color:#f2f2f2;}
}
.float--btn .btn--main.on > p{height:90px;opacity:1;}
.float--btn .btn--main.on .sub3{height:103px;}
.float--btn .btn--main.on .sub4 {height:133px;}
.float--btn .btn--main.on .sub5 {height:160px;}
.float--btn .btn--main.on .sub6 {height:193px;}
.float--btn .btn--main .img--main__mobile, .float--btn .btn--main .img--main__mobile img{display:none}
	@keyframes slideDown{
	  from{opacity:0;height:0;transition:1s all;} 
	  to{opacity:1;height:100%;transition:1s all;}
	}

.sec{padding-top:100px;}
.sec1{padding-top:0;}

.sec2{position:relative;background-color:#fff;}
.sec2 .main--contents, .sec3 .main--contents{height:100vh;}
.sec2 .main--contents .sub--section .img--main:first-child img{margin-top:150px}
.sec2 .float--contents{text-align:right;}
.sec2 .float--contents .float--btn{right:60px}
.sec2 .sub--section .img--main img{padding-top:230px}


/* 메인 변경 */
.float--contents{display:none;}
.sec--slider{height:100%;position:relative;overflow:hidden;margin-top:70px;}
.sec3 .sec--slider{margin-top:10px;}
.sec--slider .img--main{position:relative;}
.sec--slider .img--main > img{display:block;}
.sec--slider .img--main .btn--main{position:absolute;right:0;top:0;}
.sec--slider .float--btn{top:0}

.sec2 .sub--section__pc .float--btn{right:93px;top:330px;height:335px;}
.sec3 .sub--section__pc {text-align:right;}
.sec3 .sub--section__pc .float--btn{left:30px;top:330px;height:335px;}
.sub--section__pc .sec--slider {position: relative;}
.sub--section__pc .float--btn .btn--main {display:block}
.sub--section__pc .float--btn .btn--main.on {}
.sub--section__pc .sec--slider .img--main {display:none;opacity:0}
.sub--section__pc .sec--slider .img--main.on {opacity:1;transition:1s;display:block;}
/***********/

.sec3{position:relative;background-color:#f2f2f2;z-index:1;}
.sec3 .main--contents .sub--section .img--main img:first-child {padding-left:430px; display:block;}
.sec3 .main--contents .sub--section .img--main img:first-child, .sec3 .main--contents .sub--section .img--main img.img1{padding-top:0px;margin-left:0}
.sec4{position:relative;z-index:1;background-color:#fff;overflow-y:hidden;margin-bottom:162px;}
.div--left{position:absolute;left:30px;top:110px;}
.div--right{padding:35px 0 0 295px;}
.news--list{padding-top:10px;}
.news--list .tab{margin-bottom:58px;}
.news--list .tab--cont{border-top:0 none}
.news--list .list{position:relative}
.news--list .list:after{content:'';display:block;position:absolute;right:0;top:50%;width:22px;height:22px;margin-top:-11px;background:url(../../Content/images/icn_arrow_right_gray.svg) no-repeat 0 0}
.news--list .list:hover:after{background-image:url(../../Content/images/icn_arrow_right_red.svg)}
.news--list .list a{display:block;width:100%;padding:33px 0;border-bottom:1px solid #e0e0e0;}
.news--list .list .list--opt{display:block;font-size:1.5rem;color:#a93954;padding-bottom:16px;}
.news--list .list .list--opt .date{padding-left:15px;}
.news--list .list .list--title{position:relative;display:inline-block;max-width:90%;font-size:0;}
.news--list .list .list--title em{display:block;max-width:100%;position:relative;font-size:2.4rem;font-weight:700;}
.news--list .list:hover .list--title em{color:#a93954;}
.news--list .list .list--title:before{position:absolute;left:0;bottom:-4px;content:'';display:block;background-color:#ffdfe7;width:0;height:16px;z-index:-1;}
.news--list .list:hover .list--title:before{background-color:#ffdfe7;width:100%;transition:0.5s}

/************************ 회사소개 *****************************/
/* Vision */
.sub--big{width:100%;height:550px;background:url(../../Content/images/img_vision_big.png) no-repeat center 0;display:table;}
.sub--big__visual{display:table-cell;vertical-align:middle;text-align:center;}
.sub--big__visual .sub--big__contents{display:inline-block}
.sub--big__visual .sub--big__contents:after{content:'';display:block;clear:both;}
.sub--big__visual .sub--big__contents > div{float:left;display:flex;align-items:center;border:1px solid rgba(255,255,255,0.5);border-radius:50%;width:237px;height:237px;margin-left:50px;}
.sub--big__visual .sub--big__contents > div:first-child{margin-left:0}
.sub--big__visual .sub--big__contents > div dl{margin:auto;color:#fff;}
.sub--big__visual .sub--big__contents > div dl dt{font-size:2.4rem;font-weight:700;word-break:keep-all;}
.sub--big__visual .sub--big__contents > div dl dd{font-size:1.7rem;text-align:center;padding-top:10px;}
.sub--big__visual .sub--big__left{float:left;width:80%}
.sub--big__visual .sub--big__right{float:right;width:20%}
.sub--big__visual .sub--big__right > div{}
.sub--small{padding-top:63px;display:flex;align-items:stretch;flex-wrap:wrap;margin:0 -15px;}
.sub--small > div{width:33.333%;padding:0 15px;box-sizing:border-box;}
.sub--small > div dl{}
.sub--small > div dt{font-size:2.2rem;letter-spacing:-1.4px;text-align:left;}
.sub--small > div dd.sub--img{padding:23px 0 29px;}
.sub--small > div dd{font-size:1.7rem;color:#4f4f4f;line-height:170%;word-break:keep-all;}
.sub--small__eng > div dt{letter-spacing:0;word-break:keep-all;}

/* Culture */
.sub--card .col{margin-top:30px;}
.sub--card .col:first-child{margin-top:0}
.sub--card {margin:0 -15px}

.sub--bg{position:relative;overflow:hidden;float:left;width:50%;padding:0 15px 100px;}
.sub--bg:nth-child(2n-1){clear:both;}
.sub--bg dt{position:absolute;left:40px;top:50px;font-size:3rem;color:#fff;z-index:1}
.sub--bg .sub--img{width:100%;z-index:1;transform:scale(1);overflow:hidden;}
.sub--bg .sub--img > div{width:100%;height:100%;background-repeat:no-repeat;background-position:0 0;background-size:cover;}
.sub--bg .sub--img:after{content:'';display:block;background-color:rgba(0,0,0,0.4);position:absolute;left:0;top:0;width:100%;height:100%;}
.sub--bg .sub--txt{position:absolute;left:0;top:40px;width:100%;height:100%;z-index:1;color:#fff;font-size:2.4rem;opacity:0;transform:translateY(100px);padding:70px 40px 0;}
.sub--bg .sub--txt2{position:absolute;left:0;top:40px;width:100%;height:100%;z-index:1;color:#fff;font-size:2.1rem;opacity:0;transform:translateY(100px);padding:70px 40px 0;}

.card--bg .card--txt{top:60px}

/*김은선*/
.sub--bg .sub--txt > p {padding-bottom: 12px;word-break: keep-all;}
.sub--bg .sub--txt strong{font-size:2.4rem;padding-bottom:20px;}
.sub--bg .sub--txt2 > p {padding-bottom: 12px;word-break: keep-all;}
.sub--bg .sub--txt2 strong{font-size:2.1rem;padding-bottom:20px;}
.sub--img > img{width:100%;height:100%}
.sub--bg .btn--close{display:none}

.benefit{margin:0 -15px}
.benefit > div{float:left;width:50%;padding:0 15px;}
.benefit > div:nth-child(2n-1){clear:both;}
.benefit dl{background-repeat:no-repeat;background-position:0 0;padding-left:110px;margin-top:90px;}
.benefit dt{font-size:2.4rem;font-weight:700;color:#000;padding-bottom:20px;}

/*김은선*/
.benefit dd {line-height: 165%;list-style-position:inside;text-indent:-17px;padding-left:17px;word-break: keep-all;}
.benefit dd:before{content:'';background-color:#333;display:inline-block;width:4px;height:4px;border-radius:25px;margin-right:10px;margin-top:-2px;vertical-align:middle;word-break: keep-all;}
.benefit1 > dl{background-image:url(../../Content/images/img_benefit1.svg);}
.benefit2 > dl{background-image:url(../../Content/images/img_benefit2.svg);}
.benefit3 > dl{background-image:url(../../Content/images/img_benefit3.svg);margin-top:160px;}
.benefit4 > dl{background-image:url(../../Content/images/img_benefit4.svg);margin-top:160px;}

.card--bg .card--txt em{position:relative;margin:20px 0 30px;word-break:keep-all;line-height:160%;display:block;}
.card--bg .card--txt em:first-child{margin-top:0}

@media (min-width:1025px){

	.sub--bg:hover dt{opacity:0;height:0;transition:0.2s}
	.sub--bg:hover .sub--img:after{content:'';display:block;background-color:rgba(0,0,0,0.8);position:absolute;left:0;top:0;width:100%;height:100%;}
	.sub--bg:hover .sub--img img{transform:scale(1.1);transition:0.6s;}
	.sub--bg:hover .sub--txt{transition:all .6s;opacity:1;transform:translateY(0);}
    .sub--bg:hover .sub--txt2{transition:all .6s;opacity:1;transform:translateY(0);}
	.sub--bg:hover dt{opacity:1;height:inherit;}
}

/* 데이터 */
.sub--data{padding-bottom:30px}
.sub--data:after{content:'';display:block;clear:both;}
.sub--data .data{position:relative;float:left;width:50%;padding:0 15px 50px;border-radius:15px;}
.sub--data .data:nth-child(2n-1){clear:both;}
.sub--data .data > div{box-shadow:0px 0 30px rgba(0,0,0,0.15);border-radius:15px;}
.sub--data .data > div > div:first-child{padding:45px 40px 30px;height:280px;border-radius:15px 15px 0 0;overflow:hidden;}
.sub--data .data > div > div:nth-child(2){display:grid;align-items:center;height:120px;background-color:#f9f9f9;padding:29px 50px 28px 30px;border-radius:0 0 15px 15px;}
.sub--data .data h3{padding-bottom:36px;font-size:2.8rem;word-break:keep-all;}
.sub--data .data p{font-size:2rem;line-height:170%;/*max-height:140px;overflow:hidden;*/word-break:keep-all;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4; -webkit-box-orient: vertical;max-height:6.8em;word-break:keep-all;}
.sub--data .data dl{display:flex;padding-top:13px;color:#717f90;}
.sub--data .data dl:first-child{padding-top:0}
.sub--data .data dl:after{content:'';display:block;clear:both;}
.sub--data .data dt{position:relative;/*float:left;*/min-width:90px;font-weight:400;font-size:1.8rem;padding-left:17px;}
.sub--data .data dt:before{content:'';display:block;position:absolute;left:0;top:8px;width:4px;height:4px;background:#717f90;border-radius:15px;}
.sub--data .data dd{/*float:left;*/font-size:1.8rem;padding-left:10px;word-break:keep-all;}

.slide{background-color:#f9f9f9;width:100%;padding:50px 0}
.slide--list{position:relative;overflow:hidden;}
.slide--list .slick-track{display:table;height:600px}
.slide--list > div{}
.slide--list .list{position:relative;display:inline-block;outline:none;display:table-cell;vertical-align:middle;}
.slide--list .list .list--img{width:80px;height:80px;border-radius:50%;background-color:#c4c4c4;margin:0 auto 35px;}
.slide--list .list dl{max-width:70%;margin:auto;}
.slide--list .list dt{font-size:2.8rem;padding-bottom:15px}
.slide--list .list dd.team{color:#717f90;padding-top:20px;}
.slide--list .slick-arrow{position:absolute;top:50%;margin-top:-32px;background-position:0 0;background-repeat:no-repeat;width:64px;height:64px;display:inline-block;text-indent:-9999px;z-index:1}
.slide--list .slick-prev{background-image:url(../../Content/images/arrow_circle_left.svg);left:0;}
.slide--list .slick-next{background-image:url(../../Content/images/arrow_circle_right.svg);right:0;}

/* 회사 정보 */
.info--history .sub--title.fixed{position:fixed;left:0;right:0;top:0;background:#fff;z-index:1;opacity:1;border-bottom:1px solid #e0e0e0;}
.info--history .sub--title.unfixed{opacity:0;transition:all ease 3s;}
.info--history .sub--title.fixed .innerWidth{max-width:1140px;margin:auto;}
.tab--history{position:absolute;left:0;right:0;top:50%;margin-top:-18px;text-align:center;font-size:0;}
.tab--history ul{display:inline-block;margin:auto;}
.tab--cont .tab--cont--item{position:relative;}
.tab--cont .tab--cont--item dt{position:absolute;left:0;top:50px;font-size:3rem;text-align:center;max-width:165px;width:100%;vertical-align:top}
.tab--cont .tab--cont--item dd{padding:56px 0 56px 195px;border-bottom:1px solid #e0e0e0;}
.tab--cont .tab--cont--item dd ul li{position:relative;font-size:2.4rem;font-weight:500;display:flex;align-items:center;padding-left:100px;word-break:keep-all;}
.tab--cont .tab--cont--item dd ul li + li{margin-top:14px;}
.tab--cont .tab--cont--item dd ul li span{position:absolute;left:0;top:5px;font-size:1.6rem;color:#717f90;padding:0 17px;margin-right:30px;}

.area--map{width:100%;height:550px;background-color:#f9f9f9;}
.map-info{width:286px;height:120px;border-radius:5px;border-bottom:2px solid #ccc;border-right:1px solid #ccc;overflow:hidden;background:#fff;}
.map-info:nth-child(1){border:0;box-shadow:0px 1px 2px #888;}
.map-info .title{padding:5px 0 0 10px;height:30px;background:#eee;border-bottom:1px solid #ddd;font-size:18px;font-weight:bold;}
.map-info .close{position:absolute;top:10px;right:10px;color:#888;width:17px;height:17px;background:url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/overlay_close.png');}
.map-info .close:hover{cursor:pointer;}
.map-info .body{position:relative;overflow:hidden;}
.map-info .desc{position:relative;margin:13px 0 0 90px;height:75px;}
.desc .ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.desc .jibun{font-size:11px;color:#888;margin-top:-2px;}
.map-info .img{position:absolute;top:6px;left:5px;width:73px;height:71px;border:1px solid #ddd;color:#888;overflow:hidden;}
.map-info .img > img{}
.map-info:after{content:'';position:absolute;margin-left:-12px;left:50%;bottom:0;width:22px;height:12px;background:url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')}
.map-info .link{color:#5085BB;}
.info--comp{padding-top:50px}
.info--comp:after{content:'';display:block;clear:both;}
.info--comp dl{float:left;width:33.333%;padding:0 15px;}
.info--comp dt{font-weight:700;font-size:2.2rem;padding-bottom:20px;}
.info--comp dd{font-size:1.7rem;color:#4f4f4f;word-break: keep-all;}
.info--comp dd li{padding:5px 0 0 54px;text-indent:-54px;line-height:180%;word-break:keep-all;}
.info--comp dd li:first-child{padding-top:0;}
.info--comp dd li strong{padding-right:23px}
.info--comp__eng dd{line-height:160%}
.info--comp__eng dd li{padding:5px 0 0;text-indent:0;}
.info--comp__eng dd li:first-child{padding-top:0}
.info--comp__eng dd li strong{display:block;}

/* 경영진 */
.excu--list > li + li {margin-top:30px;}
.excu--list .excu--item{position:relative;width:100%;text-align:center;border:5px solid #d6d6d6;background:url(../../Content/images/bg-slash.jpg) no-repeat 27% center;display:flex;align-items:center;}
.excu--list .excu--item:after{content:'';display:block;clear:both;}
.excu--list .excu--item > strong {width:27%;float:left;text-align:center;font-size:2.8rem;color:#a93954;vertical-align:middle;font-weight:500;word-break: keep-all;line-height:150%;}
.excu--list .excu--item .photo{width:73%;float:left;font-size:2.2rem;padding-top:9px;}
.excu--list .excu--item .photo .profile {display: inline-flex;align-items:center;flex-wrap: wrap;}
.excu--list .excu--item .photo .profile >div {width:160px;margin-left:auto;text-align:left;}
.excu--list .excu--item .photo span {min-width:170px;text-align:left;word-break: keep-all;}
.wrap--eng .excu--list .excu--item .photo span {min-width:420px;} /*영문 예외처리건*/
.excu--list .excu--item .photo span strong{padding-right:15px;}
.excu--list .excu--item .photo img {height:143px;padding-left:25px;}
/*2명*/
/*.excu--list .excu--item.first .photo > div{width:47%;float:left;text-align:right;}*/

/* 브랜드 리소스 */
.cip{position:relative;}
.cip .cip--info{height:260px;line-height:260px;text-align:center;margin-bottom:30px;background-image:linear-gradient(90deg, #f2f2f2 1px, rgba(0,0,0,0) 1px), linear-gradient(0deg, #f2f2f2 1px, #fff 1px);background-image:-webkit-linear-gradient(90deg,#f2f2f2 1px, rgba(0,0,0,0) 1px), -webkit-linear-gradient(0deg, #f2f2f2 1px, #fff 1px);background-size:10px 10px;border:1px solid #e1e1e1;}
.cip .cip--info:after{content:'';display:block;clear:both;}
.cip .cip--info > p{float:left;width:50%}
.cip .anno{clear:both;}
.cip--color__wrap{margin:0 -15px}
.cip--color__wrap:after{content:'';display:block;clear:both}
.cip--color{float:left;width:33.333%;padding:0 15px 28px}
.cip--color dt{color:#fff;font-size:2.2rem;font-weight:bold;padding:0 20px;height:60px;line-height:60px;}
.cip--color.cip--red dt{background-color:#962e45;}
.cip--color.cip--dg dt{background-color:#6b7b84;}
.cip--color.cip--lg dt{background-color:#a8b0b6;}
.cip--color dd{background-color:#f3f3f3;padding:31px 20px;}
.cip--color dd li{padding-top:14px;}
.cip--color dd li:first-child{padding-top:0}
.cip--color dd li:after{content:'';display:block;clear:both;}
.cip--color dd li > *{float:left;font-size:1.7rem;}
.cip--color dd li strong{width:50%;}
.cip--color dd li span{width:50%;}
.cip--color2{float:left;width:50%;}
.cip--color2:after{content:'';display:block;clear:both;}
.cip--color2 > div{float:left;width:50%;height:260px;line-height:260px;text-align:center;}
.cip--color2 > div.red{background-color:#962e45;}
.cip--color2 > div.white{background-color:#fff;border:1px solid #e1e1e1;}
.cip--color2 > div.darkGray{background-color:#6b7b84;}
.cip .btns .btn{max-width:310px;}


/************************ 서비스 *****************************/

.service{padding-top:70px;overflow:hidden;}
.service:first-child{padding-top:0;}
.service .service--info1{position:relative;}

#container .service--bg{display:block;width:50%;max-height:550px;height:100%;position:absolute;left:55%;bottom:0;background-color:#f3f3f3;z-index:-1;}
#container .service--bg.bg1{background-color:#252525;}
#container .service--bg.bg2{background-color:#00499c;}
#container .service--bg.bg3{background-color:#1d2858;}
#container .service--bg.bg4{background-color:#004e6b;}
#container .service--bg.bg5{background-color:#333131;}
#container .service--bg.bg6{background-color:#69482a;}
#container .service--bg.bg7{background-color:#33255a;}
#container .service .service--info1 .inside  .service--bg{content:'';display:block;height:550px;position:absolute;left:0;bottom:0;width:100%;z-index:-1;}
#container .service .white{display:block;position:absolute;left:0;bottom:0;width:100%;height:100%;max-height:550px;z-index:-1;background:#fff;}
#container .service.active .white{width:0;left:100%;transition:1s}
.service .service--info1 .inside:after{content:'';display:block;clear:both;}
.service .service--info1 .inside > div{float:left;width:50%;}
.service.service--big .service--info1 .inside > div{float:none;width:100%;}
.service h4{font-size:9.4rem;height:90px;padding-top:11px;letter-spacing:-9px;color:#fff;text-indent:-5px;} /*도휘*/
.service h4.title--white{text-shadow:0px 0px 5px rgb(0 0 0 / 25%);}
.service.service--web h4{color:#717F90}
.service.service--app h4{color:#5F8FC7}
.service.service--datafeed h4{color:#6974A5}
.service.service--analysis h4{color:#4DA2C1}
.service.service--rating h4{color:#8b8888;}
.service.service--consulting h4{color:#af947b;}
.service.service--monitoring h4{color:#9083b5;}
.service .service--txt.left{padding:4px 80px 0 70px;}
.service .service--txt.right{padding:4px 65px 0 85px;}
.service .service--txt .txt{display:flex;align-items:center;height:550px;}
.service .service--txt dt{color:#fff;font-size:3.2rem;word-break: keep-all;}
.service .service--txt dd.contact--service a{color:#fff;}
.service .service--txt dd.contact--service a:before{content:'';display:inline-block;background:url(../../Content/images/icn_mail_white.svg) no-repeat 0 0;width:22px;height:22px;margin-right:10px;vertical-align:middle;}
.service.service--consulting .service--txt{padding-right:50px;}

/*김은선*/
.service .service--txt dd {
    color: #f2f2f2;
    line-height: 165%;
    margin-top: 25px;
    word-break: keep-all;
	letter-spacing:-0.8px;
}
.service .service--txt dd li{padding-left:15px;text-indent:-15px;margin-top:8px;}
.service .service--txt dd li:first-child{margin-top:25px}
.service .service--txt dd li:before{content:'';display:inline-block;width:3px;height:3px;background-color:#f2f2f2;margin-right:10px;vertical-align:middle;margin-top:-3px;}
.service .service--img{text-align:right;}
.service.service--big .service--txt{position:relative;padding:60px 0;display:flex;}
.service.service--big .service--txt:after{content:'';display:block;clear:both;}
.service.service--big .service--txt dl{width:100%;padding:0 30px 0 68px;max-width:780px;}
.service.service--big .service--txt dt{color:#333;}
.service.service--big .service--txt dd{color:#333}
.service.service--big .service--txt dd.contact--service a{color:#333;}
.service.service--big .service--txt dd.contact--service a:before{content:'';display:inline-block;background:url(../../Content/images/icn_mail_black.svg) no-repeat 0 0;width:22px;height:22px;margin-right:10px;vertical-align:middle;}
.service.service--big .service--txt dd li:before{background-color:#000;}
.service.service--big .service--logo{width:360px;display:flex;justify-content:center;padding-top:76px;}
.service.service--big .service--logo div > p{margin-top:70px;}
.service.service--big .service--logo div > p:first-child{margin-top:0}
.service .service--txt a{display:inline-block;color:#2f80ed;font-size:1.7rem;font-weight:700;}
.service .service--txt a svg{vertical-align:middle;margin:-3px 10px 0 0;}
.service.service--web .service--txt a{color:#d85f7c;}
.service.service--app .service--txt a{color:#48cd74;}
.service.service--analysis .service--txt a{color:#33d9d9;}
.service.service--monitoring .service--txt a{color:#9988ff;}
.service .service--info1 .inside > div.service--img.left{float:left;padding-right:15px;}
.service .service--info1 .inside > div.service--txt.right{float:right;}
.service.service--big .service--img{position:relative;}
.service.service--big .service--img h4{position:absolute;left:0;right:0;top:50%;text-align:center;padding:0;margin-top:-45px;}
.service .service--info2 .inside:after{content:'';display:block;clear:both;}
.service .service--info2 dl{text-align:center;float:left;width:33.333%;padding:60px 45px;}
.service .service--info2 dt{font-size:2.4rem;font-weight:700;color:#000;word-break: keep-all;}
.service .service--info2 dt.line2{height:218px;}
.service .service--info2 dt img{display:block;margin:auto;}

/*김은선*/
.service .service--info2 dd {
    color: #4f4f4f;
    line-height: 165%;
    margin-top: 20px;
    word-break: keep-all;
}

/************************ IR *****************************/
.tbl--div:after{content:'';display:block;clear:both;}
.tbl--div table{float:left;width:50%}
/*주가정보 - 전체*/
.ir--price{position:relative;border-top:2px solid #717f90;clear:both;}
.ir--price .comment{top:-48px;}
.ir--price .comment:after{content:'';display:block;clear:both;}
.ir--price .comment li{float:left;color:#717F90;font-size:1.6rem}
.ir--price .comment li:last-child{color:#B0B8C1;}
.ir--price .comment li:before{content:'|';display:inline-block;margin:0 10px;}
.ir--price .comment li:first-child:before{content:none;}

/*주가정보 - 회색박스 - 왼쪽영역*/
.ir--top{border-bottom:1px solid #e1e1e1;}
.ir--top:after{content:'';display:block;clear:both;}
.ir--top > div{float:left;width:50%;border-left:1px solid #e1e1e1;}
.ir--top > div:first-child{border-left:0 none;}
.ir--top .ir--num{font-size:5rem;text-align:center;height:120px;line-height:120px;font-weight:bold;}
.ir--top .ir--num .icn{font-size:2.6rem;vertical-align:middle;}
.ir--top .ir--txt{color:#333333;text-align:center;height:120px;padding:20px 0 0;line-height:190%;}
.ir--top .ir--txt > div span{font-size:2.8rem;}
.ir--top .ir--txt .ir--txt1{color:#000;font-size:1.7rem;margin-bottom:10px;}
.ir--top .ir--txt .ir--txt2{font-size:2.8rem;}
.ir--top .ir--txt .ir--txt3{display:inline-block;}

/*주가정보 - 회색박스 - 오른쪽영역*/
.ir--bottom{background-color:#f9f9f9;border-bottom:1px solid #717f90;margin-bottom:10px;}
.ir--bottom ul:after{content:'';display:block;clear:both;}
.ir--bottom ul > li:first-child{border-left:0 none}
.ir--bottom ul > li{display:block;float:left;width:25%;height:100px;line-height:100px;border-left:1px solid #e1e1e1;background-color:#f9f9f9;text-align:center;box-sizing:border-box;}
.ir--bottom ul > li > span{font-size:1.7rem;color:#717F90;word-break:keep-all;}
.ir--bottom ul > li > strong{color:#000;padding-left:15px;font-weight:normal;font-size:2.4rem;}

.ir--chart{padding:30px 0}

/*주가정보 하단 테이블*/
.grid--box:after{content:'';display:block;clear:both;}
.grid--box__left{float:left;width:50%;padding-right:10px;}
.grid--box__right{float:left;width:50%;padding-left:10px;}

/*재무정보 공고 테이블*/
.notice .tbl--col tbody td a{color:#363636;}
.notice .tbl--col .col1{width:80px;}
.notice .tbl--col .col2{cursor:pointer;}
.notice .tbl--col .col3{width:204px;}

/*공고*/
.notice .grid--header{padding:15px 0;margin-bottom:14px;background:#fafafa;border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;}
.notice .grid--header .opt{float:none;text-align:center;font-size:1.4rem;}
.notice .datepicker .inner .tilde{vertical-align:middle;height:26px;line-height:26px;}
.notice .grid--header .opt .datepicker .inner{width:auto;}
.notice .grid--header .opt .datepicker .inner input[type=text]{width:80px;font-size:1.4rem;letter-spacing:0;}
.notice .grid--header .opt .datepicker .btn--cal{margin-top:0;}
.notice .grid--header .opt .btn--ranges{padding:6px 15px;font-size:1.4rem;text-decoration:none;}
.notice .grid--header .opt .btn--search{font-size:1.4rem;}

/*페이지 뷰*/
.section--view .view .tbl--row th, 
.section--view .view .tbl--row td{border-bottom:1px solid #ccc;color:#000;}
.section--view .tbl--row tr td[colspan="4"]{padding:54px 50px;font-size:1.5rem;line-height:1.6;border-bottom:none;}
.section--view .view .btn--text-ty0{text-align:center;display:block;margin:30px auto;font-size:1.5rem;padding:5px 16px;line-height:16px;}

/*공시*/
.disc .tab--cont{width:100%;}
.disc iframe{margin:auto;display:block}

/*재무정보*/
.financial .txt_valinfo{float:right;font-size:1.5rem;padding-top:4px;}

.comment{position:absolute;right:0;top:5px;padding:0;}
.comment.bottom{position:absolute;right:0;top:inherit;bottom:-23px;padding:0;}
.comment.bottom{position:absolute;right:0;top:inherit;bottom:-23px;padding:0;}
.comment li{color:#717F90;}

.ir--list{padding-bottom:50px;}
.ir--list .list{position:relative;margin-top:0}
.ir--list .list.no-data{text-align:center;padding:40px 0}
.ir--list .list > a{color:#000;font-size:2.2rem;}
.ir--list .list > a, .ir--list .list > dl{padding:27px 30px;display:block;}
.ir--list .list > a:hover{background-color:#f9fafb;border-radius:20px;}
.ir--list .list .list--title{display:block;width:80%;min-height:25px;}
.ir--list .list .list--opt{position:absolute;right:30px;top:50%;margin-top:-11px;}
.ir--list .list .list--opt strong{color:#717F90;font-size:1.5rem;font-weight:normal;margin-left:50px;}
.ir--list .list .list--opt strong:first-child{margin-left:0}
.ir--list .date{float:none;}
.ir--list .list .more:before{content:'';display:inline-block;background:url(../../Content/images/icn_url.svg) no-repeat 0 0;width:21px;height:16px;vertical-align:middle;margin-right:5px;}
.ir--list .list .pdf:before{content:'';display:inline-block;background:url(../../Content/images/icn_pdf.svg) no-repeat 0 0;width:21px;height:18px;vertical-align:middle;margin-right:5px;}
.ir--list .list .link:before{content:'';display:inline-block;background:url(../../Content/images/icn_link.svg) no-repeat 0 0;width:21px;height:18px;vertical-align:middle;margin-right:5px;}
.ir--press .list .list--title{width:65%}
.ir--report .list .list--title{width:65%}
.ir--news .list dt{color:#92223f;margin-bottom:10px;}
.ir--news .list .list--title{width:auto;max-width:100%;max-height:48px;line-height:150%;overflow:hidden;}
.ir--news .list .date{margin-top:10px;padding-top:24px;}


.chart--box{border-top:1px solid #717F90;border-bottom:1px solid #dadada;min-height:309px;}
/*.chart--box2{border-top:0 none;border-bottom:0 none;background-color:#f9f9f9;}*/
.chart--box2{border-top:0 none;border-bottom:0 none;max-height:330px;}

.shareholders--group{position:relative;border-top:1px solid #999}
.shareholders--group h5{border-bottom:1px solid #ccc;}
.shareholders--group .opt--sel{top:-38px}
.shareholders--g.roup:after{content:'';display:block;clear:both;}
.shareholders--group .col50{float:left;width:50%;box-sizing:border-box;overflow:hidden;}
.shareholders--group .chart > div{box-sizing:border-box;height:170px;padding:10px 0;}
.shareholders--group .info{display:table;height:399px;}
.shareholders--group .info > div{display:table-cell;vertical-align:middle;}
.shareholders--group .info table{border-top:0 none;border-bottom:0 none;}
.shareholders--group .info th{background-color:#fff;}
.shareholders--group .info .mem{border-radius:50%;width:12px;height:12px;display:inline-block;margin-right:5px;vertical-align:middle;}
.shareholders--group .info .table_tyir tbody tr:nth-child(1) .mem{background-color:#a7afbd;}
.shareholders--group .info .table_tyir tbody tr:nth-child(2) .mem{background-color:#ca527a;}
.shareholders--group .info .table_tyir tbody tr:nth-child(3) .mem{background-color:#557bb3;}
.shareholders--date{position:relative;}

/*김은선*/
.contact{position:relative;background:url(../../Content/images/bg_contact3.png) no-repeat center top;width:100%;height:270px;display:table;border-radius:20px;background-color:#f9f9f9;}
.contact div:after{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(39,39,48,0.5);border-radius:20px;}
.contact > div{display:table-cell;vertical-align:middle;text-align:center;}
.contact ul{position:relative;padding:12px 50px;display:inline-block;z-index:1;}
.contact ul:after{content:'';display:block;clear:both;}
.contact li{display:inline-block;font-size:1.7rem;font-weight:700;margin-left:30px;color:#fff;z-index:1;}
.contact li:first-child{font-size:2rem;font-weight:500;margin-left:0;}
.contact li span{font-weight:400;padding-left:15px;}
.contact2{background:url(../../Content/images/bg_contact2.png) no-repeat center top;width:100%;height:270px;display:table;}
/*.contact2 ul{background-color:rgba(39,39,48,0.7);padding:12px 50px;display:inline-block;}*/
.contact2 li{color:#fff;}
.contact3{position:relative;background:url(../../Content/images/bg_contact.png) no-repeat center top;width:100%;height:270px;display:table;}
/*.contact3 ul{position:relative;padding:12px 50px;display:inline-block;z-index:1;}
.contact3 div:after{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(39,39,48,0.5);border-radius:20px;}*/
.contact3 li{color:#fff;z-index:1;}


/************************ 채용 *****************************/

/* 본부소개 */
.sub--role .card--txt{font-size:2.4rem;}
.sub--role .card--txt:after{content:'';display:block;clear:both;}
.sub--role .card--txt a{float:left;border:1px solid #dedede;color:#fff;width:48%;max-width:230px;height:60px;line-height:60px;text-align:center;margin-bottom:10px;margin-left:10px;}
.sub--role .card--txt a:nth-child(2n){margin-left:0;}
.sub--role .card--txt a:hover, .sub--role .card--txt a:active{border-color:#fff;background-color:#dadada;color:#333;}
.sub--role .card--txt p:before{content:'';background-color:#dedede;display:inline-block;width:4px;height:4px;border-radius:25px;margin-right:10px;margin-top:-3px;vertical-align:middle;}
/* 20231227_하위부서 여러개인 경우 col50 클래스 적용 */
.sub--role .card--txt li.deptnm {line-height:175%;padding-left:31px;list-style-type:none;text-indent:-31px;}/* 기본 세팅 */
.sub--role .card--txt li.deptnm:before {content:'•';padding:0 10px;}/* 기본 세팅 */
.sub--role .card--txt li.deptnm.col50 {width:50%; float:left;word-break:break-all;}/* 하위부서 3개 이상 가로정렬 */
.sub--role .card--txt li.deptnm.col50:nth-child(2n) {float:right;}/* 하위부서 3개 이상 가로정렬 */

.career{position:relative;margin-top:76px}
.career:after{content:'';display:block;clear:both}
.career h5{font-size:2.4rem;font-weight:400;color:#000;}
.career--left{padding:0 490px 60px 0;box-sizing:border-box;}
.career--left .role > div{line-height:180%;}
.career--left .role > div, .career--left .role > p{font-size:1.8rem;line-height:155%;}
.career--left .role > p{text-indent:-12px;margin-left:12px;}
.career--left .role1{border-top:1px solid #e1e1e1;margin-top:50px;padding-top:50px;}
.career--left .role1:last-child{border-bottom:1px solid #e1e1e1;padding-bottom:50px;}
.career--right{position:absolute;right:0;top:0;width:360px;}
.career--right .role{padding-bottom:30px}
.career--right .role h5{padding-bottom:15px}
.career--right .role .recruit{position:relative;background-color:#f9f9f9;border-radius:10px;margin-bottom:10px;}
.career--right .role .recruit:after{content:'';position:absolute;right:25px;top:50%;margin-top:-6px;background:url(../../Content/images/icn_arrow_right.svg) no-repeat 0 center;display:inline-block;width:8px;height:12px;}
.career--right .role .recruit .team{display:block;padding:25px;}
.career--right .role .recruit .team > *{color:#717f90;}
.career--right .role .recruit .team em{font-weight:500;font-size:1.8rem;}
.career--right .role .recruit .team em:after{content:'|';display:inline-block;margin:0 10px 0 13px;}
.career--right .role .recruit .team strong{font-size:2.2rem;padding-top:15px;display:block;color:#333;}
.career--right .role .recruit .team:hover strong{text-decoration:underline;}
.career--right .career--recruit{padding-bottom:30px}
.career--right .career--recruit .recruit{}
.career--right .career--recruit .recruit dl{display:flex;border-top:1px solid #dadada;padding:20px 0;font-size:1.8rem;}
.career--right .career--recruit .recruit dt{width:110px;flex:0 0 110px;font-weight:400;color:#333d4b;}
.career--right .career--recruit .recruit dd{color:#a93954;word-break:keep-all;}
.career--right .btn{width:100%;max-width:360px !important;}
.career > .btns{text-align:left;clear:both;}

.option{margin-bottom:30px;font-size:0;}
.option:after{content:'';display:block;clear:both;}
.option > *{float:left;}

/* 채용리스트, 내 지원서 리스트 */
.career--list, .applyList--list{padding-bottom:50px;}
.career--list li:hover, .applyList--list li:hover{background-color:#f9fafb;border-radius:20px;}
.career--list li a, .applyList--list li{display:flex;font-size:0;color:#717f90;padding:24px 30px;min-height:90px;}
.career--list li a > *, .applyList--list li > *{display:flex;align-items:center;}
.career--list li strong, .applyList--list li strong{width:35%;font-size:2.2rem;color:#000;font-weight:700;line-height:145%;word-break:keep-all;padding-right:15px;}
.career--list li span, .career--list li em, .applyList--list li span{width:50%;font-size:1.6rem;line-height:145%;}
.career--list li .date, .applyList--list li span:last-child{width:15%;}
.career--list li .date span{display:block;width:100%;text-align:right;}
.faq--list li{position:relative;color:#717f90;padding:24px 30px;cursor:pointer;}
.faq--list li strong{display:block;width:85%;line-height:170%;}
.faq--list li .icn--faq{position:absolute;right:30px;top:32px;background:url(../../Content/images/icn_more.svg) no-repeat 0 0;width:14px;height:8px;text-indent:-9999px;}
.faq--list li.on{background-color:#f9f9f9;border-radius:20px;}
.faq--list li.on .icn--faq{transform:rotate(180deg);}
.faq--list li .faq--a{display:none;line-height:170%;font-size:1.8rem;color:#000;}
.faq--list li .faq--a > div{word-break:keep-all;}
.faq--list li.on .faq--a{display:block;margin-top:27px;padding-top:27px;border-top:1px solid #e1e1e1;}

/* 지원서 작성하기 */
.apply--list{width:100%;max-width:640px;margin:0 auto 80px;}
.apply--list dl{font-size:1.7rem;padding-bottom:42px;}
.apply--list dt{position:relative;padding-bottom: 7px; font-weight:400;}
.apply--list dl dd{margin-bottom:15px;}
.apply--list dl dt .astTxt{position:absolute;right:0;top:-8px;font-size:1.6rem;}
.apply--list dl dd:last-child{margin-bottom:0}
.apply--list dl dd .checks{padding-top:5px;}
.apply--list dl dd .checks:first-child{padding-top:0}
.apply--list .clear--wrap input[type=text], .apply--list .clear--wrap input[type=password], .apply--list .clear--wrap input[type=tel]{font-size:2.4rem;}
.apply--list .link .clear--wrap:after{content:'';display:block;position:absolute;left:28px;top:50%;margin-top:-14px;background:url(../../Content/images/icn_bookmark.png) no-repeat 0 0;background-size:100%;width:28px;height:28px;}
.apply--list .link .clear--wrap > input{padding-left:63px;}

/* 내 지원서 */
.apply--list .agree .agree--txt{height:260px;overflow-y:auto;padding:20px;border:1px solid #dadada;border-radius:8px; box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;font-size:1.6rem; }
.apply--list .agree .agree--txt dl{padding-bottom:15px;}
.apply--list .agree .agree--txt dl:last-child{padding-bottom:0}
.apply--list .agree .agree--txt dt{padding-bottom:10px;font-weight:500;}
.apply--list .agree .agree--txt ul li{padding-top:0;}
.apply--list .agree .checks input[type=checkbox] + label{font-size:1.8rem;font-weight:500;}
.apply--list .agree .checks{padding-left:0;}
.apply--list .agree .checks .img_chk{margin-top:-4px;}

.applyList--list li span.end{justify-content:flex-end;}
.applyList--list li span a{color:#717f90;text-decoration:underline;}
.applyList--list li span a{margin-left:43px;min-width:77px;}
.applyList--list li span a:first-child{margin-left:0}
.applyList--list .nodata{padding-bottom:100px;}



/*차트 툴팁 */
table.chart-tooltip{border-collapse:collapse;border:0;table-layout:auto;}
table.chart-tooltip tr{border:none !important;}
table.chart-tooltip td{height:12px !important;line-height:12px !important;white-space:nowrap;border:none !important;padding:2px 4px!important;}
table.chart-tooltip tr td.al-left{text-align:left;}
table.chart-tooltip tr td.pd{padding-top:5px!important;padding-bottom:5px!important;}


/************** ENG *****************/
/*Header*/

.header.header_eng .gnb ul{min-width:940px;}
.header.header_eng .gnb ul li{margin-left:80px;}
.header.header_eng .gnb ul li:first-child{margin-left:0}
.header.header_eng .gnb--2dep ul{width:25%;padding-right:0;padding-left:65px;}
.header.header_eng .gnb--2dep ul:nth-child(2){padding-left:85px;}
.header.header_eng .gnb--2dep ul:nth-child(3){padding-left:70px;}
.header.header_eng .gnb--2dep ul:nth-child(4){padding-left:30px;}
.header.header_eng .gnb--2dep .gnb--2dep__sub{padding-left:0}
/*.header.header_eng .gnb{position:absolute;left:0;right:0;top:0;margin:auto;text-align:center;z-index:999;max-width:840px;}영문길이때문에 max-width:765px->840px 늘림 김은선
.header.header_eng .gnb ul li{position:relative;float:left;width:33.3%;height:100px;line-height:100px;}
.header.header_eng .gnb--2dep .gnb--2dep__sub > div{max-width:840px;margin:auto;padding:30px 0;}영문길이때문에 max-width:765px->840px 늘림 김은선
.header.header_eng .gnb--2dep ul{float:left;width:33.3%;}*/

/*footer*/
/*.footer{margin-top:150px}
.footer .family.family_eng > li{float:left;width:16.666%;box-sizing:border-box;padding:0px 14px;}
.footer .family.family_eng li a{position:relative;font-size:1.4rem;color:#717f90;line-height:1.8;padding:0 5px 0 2px;text-indent:0px;}
.footer .family.family_eng p{color:#333d4b;font-weight:700;padding-bottom:15px;min-height:55px;}

*/
.footer .family.family_eng li a{padding-left:0;text-indent:0px;}
.footer .family.family_eng p{min-height:30px;line-height:1.3}
/*기존 홈페이지 한/영 버튼*/
.header .header--box.open .lnb p, .header.error .header--box .lnb p{color:#333;}
.header--box.open .lnb a{border:1px solid #eee}
.header .lnb{position:absolute;right:80px;top:50%;margin-top:-10px;padding:0 10px;}
.header .lnb p{position:relative;font-size:2rem;color:#fff;font-weight:700;padding-right:19px;cursor:pointer;}
.header .lnb a{display:none;position:absolute;left:0;top:30px;font-size:2rem;font-weight:700;background-color:#fff;color:#333;border:1px solid #fff;padding:15px 10px;width:100%;}
.header .lnb p:after{position:absolute;right:0;top:50%;margin-top:-3px;content:'';display:block;background:url(../../Content/images/icn_arrow_down.svg) no-repeat 0 0;width:12px;height:7px;background-size:100% auto;}

/*culture 대표님한말씀*/
.culture-ceo{background-color:#f9f9f9;}
.culture-ceo .inside{display:table;height:600px;}
.culture-ceo .ceo{display:flex;align-items:center;height:100%;}
.culture-ceo .culture-ceo-img {width:50%;overflow: hidden;margin-top: -1px;}
.culture-ceo .culture-ceo-txt {width:50%;}
.culture-ceo-txt{position:relative;display:inline-block;padding: 0 30px;margin:3% 0;outline:none;display:table-cell;vertical-align:middle;}
.culture-ceo-txt .list--img{width:80px;height:80px;border-radius:50%;background-color:#c4c4c4;margin:0 auto 35px;}
.culture-ceo-txt h2{padding-bottom:20px;font-size:2.2rem;letter-spacing:-1.4px;text-align:left;}
.culture-ceo-txt dt{font-size:3.2rem;padding-bottom:20px;word-break:keep-all;}
.culture-ceo-txt dd{word-break: keep-all;font-weight:500;line-height:160%;}
.culture-ceo-txt dd.team{color:#717f90;font-weight:700;padding-top:20px;}

/*.header,
#container,
.footer{min-width:1200px;}
.inside, .float--box{width:1200px;max-width:inherit;}
영문버젼 길어서 1204로 늘림 김은선
.wrap--eng .header,
.wrap--eng #container,
.wrap--eng .footer{min-width:1204px;}
.wrap--eng .inside, .wrap--eng .float--box{width:1204px;max-width:inherit;}*/

/* Policy */
.section--policy {line-height:1.6;font-size:15px;word-break:keep-all;padding:10px 0}
.section--policy h4{font-size:15px;font-weight:bold;padding-top:54px;}
.section--policy .policy--txt{margin-top:14px;}
.section--policy table {font-size:15px;}
.section--policy table th{background-color:#f5f5f5;border-top:1px solid #9599a6;border-bottom:1px solid #9599a6;border-left:1px solid #9599a6; padding:10px 5px;vertical-align:middle;text-align:center;}
.section--policy table tr th:first-child{border-left:0 none}
.section--policy table td{border-bottom:1px solid #d7d9dd;border-left:1px solid #d7d9dd;padding:10px 5px;vertical-align:middle;text-align:center;}
.section--policy table td .red{color:#94243b;}
.section--policy table tr:first-child td{border-top:0 none;}
.section--policy table tr td:first-child{border-left:0 none}

/*ISMS
-------------------------------------------------------------*/
.lay--wp{position:fixed;left:0;top:0;width:100%;height:100vh;background:rgba(0,0,0,0.6);z-index:10;overflow:hidden;z-index:1001}
.lay--wp.is-hidden{display:none}
.lay--wp .lay--df { position:absolute;left:50%;top:50%;display:block;text-align:left;font-size:12px;color:#333;z-index:10;box-sizing:border-box;text-align:center;line-height:1;background: #fff; z-index: 5; /*layer st2 size*/ }
.lay--wp .isms {width: 463px;margin:-189px 0 0 -231px;}
.lay--wp .lay--dfHeader { position: relative; background: #fff;font-size:24px;color:#000;font-weight:800;padding-top:50px;}
.lay--wp .lay--dfHeader .tit { font-weight: 800; }
.lay--wp .lay--dfHeader .btn--x { width: 24px; height: 24px;background:url("/Content/images/btn_close_gray.svg") no-repeat 0 0;background-size:100%;position: absolute; right: 15px; top: 15px;outline:none;border:0 none; cursor:pointer;}
.lay--wp .lay--dfContents{padding:35px 30px 50px;}
.lay--wp .lay--dfContInner > img{width:110px;}
.lay--wp .lay--dfContInner > div{border-top:2px solid #333;border-bottom:1px solid #e1e1e1;padding:26px 0 25px;margin-top:32px;}
.lay--wp .lay--dfContInner > div p:first-child{margin-top:0}
.lay--wp .lay--dfContInner > div p{color:#828282;margin-top:13px;font-size:14px;}
/*//ISMS
-------------------------------------------------------------*/

/* 강승민 */
.annotation {text-align:center;}
.annotation p{line-height:175%;color:#828282;word-break:keep-all;}



@media (max-width:1350px){
	.header .gnb ul, .header.header_eng .gnb ul{min-width:805px;}
	.header .gnb ul li a{padding:0 35px}
	.header .gnb--2dep ul{padding-right:73px !important;}
	.header.header_eng .gnb--2dep ul{padding-left:25px;padding-right:0 !important}
	.header.header_eng .gnb--2dep ul:nth-child(2){padding-left:70px;}
	.header .gnb--2dep .gnb--2dep__sub{padding-left:240px}
	.header.header_eng .gnb--2dep .gnb--2dep__sub > div{max-width:810px}
}
/*@media (min-width:1350px){
	.header .gnb ul{display:inline-block;min-width:940px;}
}*/


@charset "UTF-8";
/*@media (max-width:1140px){
.service h4{padding-top:14px}
.service .service--txt.left{padding:0 20px}
.service .service--txt.right{padding-right:0}
}
*/
@media (max-width:1200px){
	.clear--wrap input[type=text], .clear--wrap input[type=password], .clear--wrap input[type=tel]{
	padding:0 15px;}
	.checks input[type=checkbox]:not(old) + label span.img_chk, .checks input[type=checkbox]:not(old) + input + label span.img_chk{margin-right:7px}
	.apply--list .agree .checks .img_chk{margin-top:-3px;}
	select, .select2 label{padding-left:15px;}

	.fileBox2 .fileInput .clear--wrap label, .apply--list .link .clear--wrap > input{padding-left:45px}
	.fileBox2 .fileInput .clear--wrap label:before, .apply--list .link .clear--wrap:after{left:15px}
	.apply--list .agree .agree--txt{padding:15px}

	#wrap,
	.header,
	#container,
	.footer{min-width:inherit;}
	.inside{padding:0 15px;width:inherit;}
	#wrap.wrap--eng,
	.wrap--eng .header,
	.wrap--eng #container,
	.wrap--eng .footer{min-width:inherit;}
	.wrap--eng .inside, .wrap--eng .float--box{width:inherit;}
	.m_none{display:none !important}
	.none_pa_m{padding:0;}
	.grid--box{margin-bottom:60px}
	.grid--box .col50 .contBox{width:100%;margin-top:15px;}
	.grid--box .col50:first-child .contBox:first-child{margin-top:0}

	/* header */
	.header.sub{height:87.6vh}
	.header .logo{left:15px;top:50%;margin-top:-12px;width:70px;height:25px;}
/*	.header .bg--white:after{content:'';display:block;width:100%;height:100%;background-color:#fff;opacity:0.9;transition:0.5s;/*transition:all ease .5s*}*/

	.header .header--box.open .logo a{background-image:url("../../Content/images/logo.svg");}
	.header.mobile .logo a, .header.mobile .header--box.open .logo a{background-image:url("../../Content/images/logo2.svg");transition-delay:0.3s;}
	.header.mobile .bg{background-color:#fff;transition:0.5s;}
	.header .bg--gray .m_menu .btn--menu span, .header .bg .m_menu .btn--menu span, .header.error .m_menu .btn--menu span{
		background-color:#333;
	}
	.header .header--box .m_menu.active .btn--menu span{
		background-color:#333;
	}
	.header.mobile .m_menu .btn--menu .bar1{
	top:10px;
	transform:rotate(-45deg);
	}
	.header.mobile .m_menu .btn--menu .bar2{
	display:none;
	}
	.header.mobile .m_menu .btn--menu .bar3{
	top:10px;
	transform:rotate(45deg);
	}
/*	.header.sub{height:250px;}*/
	.header .gnb ul, .header.header_eng .gnb ul{min-width:100%;}
	.header .gnb ul li{margin-left:0}
	.header .header--box{position:fixed;height:60px;z-index:2}
	.header .header--box.bg .fix--header{border-bottom:1px solid #eee;}
	.header .header--box.open .gnb ul li a:hover:after{content:none;}
	.header .header--box .gnb--2dep{display:none;}
	.header .header--box .fix--header{position:fixed;left:0;top:0;width:100%;height:60px;border-bottom:1px solid rgba(255,255,255,.2);z-index:4}
	.header.mobile .header--box .fix--header{border-bottom:1px solid #edeff1;/*transition:0.3s;transition-delay:0.3s;*/}
	#header .header--box .menu-navi{position:fixed;left:inherit;/*width:300px;*/width:100%;max-width:100%;height:100vh;padding:80px 15px;background-color:#fff;margin-top:0;overflow:hidden;z-index:3;
    -webkit-transform:translateX(100%);
    -moz-transform:translateX(100%);
    -ms-transform:translateX(100%);
    -o-transform:translateX(100%);
    transform:translateX(100%);}
	#header .header--box .menu-navi.m-menu-navi.open{
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
    transform:translateX(0);
    -webkit-transition:transform 0.5s cubic-bezier(0.25, 0, 0, 1) 0s;
    transition:transform 0.5s cubic-bezier(0.25, 0, 0, 1) 0s;}
	#header .header--box .menu-navi.m-menu-navi{
    -webkit-transform:translateX(100%);
    -moz-transform:translateX(100%);
    -ms-transform:translateX(100%);
    -o-transform:translateX(100%);
    transform:translateX(100%);
    -webkit-transition:transform 0.5s cubic-bezier(0.25, 0, 0, 1) 0s;
    transition:transform 0.5s cubic-bezier(0.25, 0, 0, 1) 0s;}
	#header .header--box .menu-navi > ul > li{position:relative;float:none;width:100%;height:inherit;line-height:normal;border-left:0 none;cursor:pointer;}
/*	#header .header--box .menu-navi > ul > li:after{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;}*/
	#header .header--box .menu-navi > ul > li:nth-child(2n-1){clear:both;}
	#header .header--box .menu-navi > ul > li:last-child{border-right:0 none;}
	#header .header--box .menu-navi > ul > li > a{position:relative;color:#333;text-align:left;padding:10px 0;font-weight:700;font-size:2.2rem;}
	#header .header--box .menu-navi > ul > li > a:after{position:absolute;left:inherit;right:0;top:50%;bottom:inherit;margin-top:-12px;content:'';display:block;width:28px;height:28px;background:url(../../Content/images/icn_menu_off.svg) no-repeat 0 0;}
	#header .header--box .menu-navi > ul > li.on > a:after{background-image:url(../../Content/images/icn_menu_on.svg)}
	#header .header--box .menu-navi ul > li > ul.under-menu{position:static;display:block;width:100%;}
	#header .header--box .menu-navi ul > li > ul.under-menu li{width:100%;}
	#header .header--box .menu-navi ul > li > ul.under-menu li a{color:#fff;line-height:2.19231rem;padding-left:5px}
	#header .header--box .menu-navi ul > li > ul.under-menu li:hover{background:none;}
	#header .header--box .menu-navi ul > li > ul.under-menu li:hover a{background:none;color:#bae9e1;}
	#header .header--box .menu-navi .btn_close{position:absolute;right:0;top:0;}
	#header .header--box.open .gnb--2dep{display:none;}
	.m_menu{display:block}
	#header .m_sub--menu{padding:1px 0 4px}
	#header .m_sub--menu li {float:none;width:100%;height:inherit;line-height:180%;}
	#header .m_sub--menu li.on a{font-weight:bold;}
	#header .m_sub--menu li a{color:#717f90;padding:5px 0;text-indent:10px;text-align:left;font-weight:400;}
	.header .lnb{right:47px;}
	.header.mobile .lnb p{color:#333;}
	.header.mobile .lnb p a{border:1px solid #eee;}
	.header.header_eng .gnb ul li{margin-left:0}

	#container .container--bg{height:75%}
	.contents{padding:67px 0;}
	.title{padding-bottom:70px}
	.title h3{word-break:keep-all;line-height:140%}

	.visual h2{font-weight:400;padding-bottom:20px;}
	.visual .visual--img{padding:0 25px}
	.visual .visual--img > div{padding-bottom:41px;}
	.sub--visual h4{font-size:3.8rem}
	.sub--visual h4 > span{font-size:2.6rem}
	
	.main--contents .sub--section{display:block}
	.main--contents .sub--section__pc{display:none}
	.main--contents .sub--section .img--main.on{}
	.main--contents .sub--section .img--main{display:none}
	.main--contents .sub--section .img--main img{float:left;width:33.333%;padding-top:0 !important;margin:0;}
	.main--slide{top:0;bottom:0;height:100%;}
	.slideshow .mySlides .main--slide__txt{padding:20px 15px;bottom:200px;width:auto;height:235px;}
	.indicator{bottom:80px;padding:0 15px;width:100%;}
	.main--contents .sub--section{display:none}
	.float--contents{display:block;position:static !important;padding:70px 15px;height:100%;}
	.float--contents .float--box{width:100%}
	.main--title{padding-bottom:40px}
	.float--btn{position:static;width:100%;}
	.float--btn .btn--main{padding-top:80px;}
	.float--btn .btn--main > p{height:100% !important;opacity:1;color:#828282;padding-top:0;}
	.float--btn .btn--main .img--main__mobile, .float--btn .btn--main .img--main__mobile img{display:block;}
	.float--btn .btn--main .img--main__mobile{padding:30px 0;transition:.5s all;}
	.float--btn .btn--main .img--main__mobile img{width:95%;margin:auto;}
	.sec{padding-top:0}
	.sec2 .main--contents, .sec3 .main--contents{height:inherit;}
	.sec2 .main--title:before{content:none;}
	.sec2 .float--contents.fixed, .sec3 .float--contents.fixed{position:fixed !important;top:0;bottom:0;}
	.sec2 .float--contents.fixed .float--title, .sec3 .float--contents.fixed .float--title{transform:translateY(-112px);transition:0.5s}
	.sec2 .float--contents.fixed .float--btn, .sec3 .float--contents.fixed .float--btn{background:#fff;transform:translateY(-100px);transition:0.5s}
	.sec3 .float--btn .btn--main .img--main__mobile:after{content:'';display:block;clear:both;}
	.sec3 .float--btn .btn--main .img--main__mobile img{width:33.333%;float:left;}
	.sec3 .float--btn .btn--main:nth-child(4) .img--main__mobile img{float:none;width:80%;}
	.div--left{position:static}
	.div--right{padding:0}
	.news--list .tab{margin-bottom:20px}


	.tab--type{position:relative;}
	.tab--type .mobile--sub__txt{display:block;position:relative;width:100%;height:60px;line-height:60px;cursor:pointer;border-bottom:1px solid #edeff1;font-weight:500;font-size:2.5rem;}
	.tab--type .mobile--sub__txt:after{content:'';display:block;position:absolute;right:25px;top:50%;margin-top:-5px;background:url(../../Content/images/icn_arrow_down.svg) no-repeat 0 center;width:18px;height:10px;}
	.tab--type .mobile--sub__txt.active:after{transform:rotate(180deg);}
	.tab--type ul{position:absolute;left:0;top:61px;display:none;width:100%;opacity:0;background-color:#fff;z-index:1;border-bottom:1px solid #edeff1}
	.tab--type li{height:43px;line-height:43px;}
	.tab--type li:first-child{margin-top:18px}
	.tab--type li a{color:#717f90;font-size:2.2rem;}
	.tab--type li.on a, 
	.tab--type li a:hover{border-bottom:0 none;font-weight:700;}
	.tab--type ul li{float:none;width:100%;}
	.tab--type ul.active{/*display:inline-block;*/opacity:1;transition:all ease .3s;}
	.tab--type ul li:last-child{margin-bottom:18px;}

	.sub--small{margin:0;padding-top:0;}
	.sub--small > div{float:none;width:100%;padding-top:72px}
	.sub--small > div dt{font-size:2.5rem;letter-spacing:0;}
	.sub--small > div dd{font-size:2rem}
	.sub--small > div dd.sub--img{padding:20px 0 18px;}

	.sub--card{margin:0}
	.sub--bg{float:none;width:100%;padding:0 0 20px;}
	.sub--bg.open{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1005;transition:all ease .3s;}
	.sub--bg.open dl{position:absolute;left:0;top:0;width:100%;height:100%}
	.sub--bg.open dt{left:20px;}
	.sub--bg.open .sub--img{width:100%;height:100%;}
	.sub--bg.open .sub--img > img{width:100%;height:100%;transform:scale(1.1);transition:all ease .3s;}
	.sub--bg.open .sub--img:after{background-color:rgba(0,0,0,0.8);transition:all ease .3s;}
	.sub--bg.open .btn--close{position:absolute;right:40px;top:70px;display:block;width:50px;height:50px;background:url(../../Content/images/btn_close.svg) no-repeat 0 0;background-size:cover;text-indent:-9999px;}
	.sub--bg.open .sub--txt{opacity:1;background:none}
	.sub--data{margin:0}
	.sub--data .data{float:none;width:100%;padding:0 0 20px;}
	.sub--data .data > div > div:first-child{height:auto;}
	.sub--data .data p{display:block;max-height:100%;}

	.tab--history{position:static;margin:20px 0 0;text-align:left;}
	.tab--history li{padding:15px 0}
	.tab--cont .tab--cont--item dt{text-align:left;padding:0;}
	.tab--cont .tab--cont--item dd{padding-left:0;padding-top:120px;}
	.tab--cont .tab--cont--item dd ul li{line-height:135%;font-size:2rem;}
	.tab--cont .tab--cont--item dd ul li span{top:0}
/*	.tab--cont .tab--cont--item dd ul li{font-size:2rem;/*display:block;padding-left:98px;text-indent:-98px;}
	.tab--cont .tab--cont--item dd ul li span{padding-left:0;}*/
	.info--history .sub--title.fixed{top:60px}
	#container .service .white{display:none}
	.service h4{padding-top:0;height:inherit;letter-spacing:-5px}
	.service .service--info1{overflow:hidden}
	.service .service--info1 .inside > div{float:none;width:100%}
	.service .service--info1 .inside > div.service--txt dt{padding-top:25px;}
	.service .service--info1 .inside > div.service--img{padding:0 !important}
	.service .service--info1 .inside > div.service--img img{width:100%}
	.service .service--info2 dl{float:none;width:100%;padding:30px}
	.service .service--info2 dt.line2{height:auto;}
	.service .service--txt.left, .service .service--txt.right, .service .service--img.left, .service .service--img.right{padding:0}
	.service .service--txt .txt{height:inherit;padding:50px 0}
	.service .service--txt.left{padding:4px 0 0 0;}
	.service .service--txt.right{padding:4px 0 0 0;}
	#container .service--bg{left:0;top:72px;bottom:inherit;width:100%;height:100%;max-height:100%;}
	#container .service .service--info1 .inside .service--bg{display:none}
	.excu--list .excu--item{display:block;text-align:left;padding:25px 25px 0;background:none;}
	.excu--list .excu--item > strong{float:none;width:100%;}
	.excu--list .excu--item .photo, .excu--list .excu--item .photo > div, .excu--list .excu--item.first .photo > div{float:none;width:100%;text-align:left;}
	/*.excu--list .excu--item .photo .profile{margin-top:30px}*/
	/*.excu--list .excu--item .photo .profile:first-child{margin-top:0;}*/
	.excu--list .excu--item .photo span,
	.wrap--eng .excu--list .excu--item .photo span{padding:30px 0;min-width:auto;}/*영문 예외처리건*/
	/*.excu--list .excu--item .photo img{float:right;}*/
    .excu--list .excu--item .photo .profile {justify-content:space-between;}
	.excu--list .excu--item .photo .profile{overflow:hidden;}
    /*2명*/
	/*.excu--list .excu--item.first .photo > div:first-child{clear:both;}*/

    /*culture 대표님한말씀*/
    .culture-ceo .culture-ceo-img {margin-left: -50px;}

	.service.service--big .service--txt{padding:15px 0;display:block}
	.service.service--big .service--txt dl{padding:0;}
	.service.service--big .service--logo{position:static;width:100%;padding-top:10px;}
	.service.service--big .service--logo div > p{margin-top:0}
	.service.service--big .service--logo img{max-width:100%;width:inherit;height:auto;margin:30px 0;}
	.cip--color{width:100%;float:none}

	/* 채용 */
	.career{margin-top:30px}
	.career--list li a{display:block;padding-left:10px;padding-right:10px;}
	.career--list li:active{background-color:#f9fafb;border-radius:0;}
	.career--list li a > *{display:block;width:100%;}
	.career--list li a span{padding-top:15px}
	.career--list li .date{display:none}
	.career--left{padding:0 0 30px;margin-bottom:30px;}
	.career--right{position:static;width:100%;}
	.career--right .role:after{content:'';display:block;clear:both;}
	.career--right .role .recruit{float:left;width:49%;margin-right:2%}
	.career--right .role .recruit:last-child{margin-right:0}
	.career--left .role1{margin-top:30px;padding-top:30px}
	.career--left .role1:last-child{padding-bottom:30px;}
	.career >  .btns{text-align:center;}
	.career >  .btns .btn{max-width:360px !important;width:100%;}

	.phone .confirm .clear--wrap{max-width:100%;padding-right:115px;}
	.phone .confirm .clear--wrap + .btns{position:static;margin-top:15px;}
	.phone .confirm .clear--wrap + .btns .btn{width:100%;}
	
	.applyList--list li{display:block;padding-left:10px;padding-right:10px;}
	.applyList--list li:active{background-color:#f9fafb;border-radius:0;}
	.applyList--list li > *{display:block;}
	.applyList--list li strong{width:100%;}
	.applyList--list li span{width:100%;padding-top:15px}
	.applyList--list li span:last-child{width:100%;}
	 
	.footer{padding:60px 25px;margin-top:27px;}
	.footer .family p, .footer .copy p{font-size:2rem}
	.footer .family > li{width:50%;padding:38px 0 0;}
	.footer .family li a, .footer .copy .address{font-size:1.8rem;}
	.footer .copy .address span{display:inline-block;}
	.footer .link p{float:none;margin:0;padding:15px 0;width:auto;}
	.footer .link p a{font-size:1.8rem;}

     /* ENG */
    .footer .family.family_eng  > li{width:50%;padding:40px 0 0;}
	.footer .family_eng .link p{float:none;margin:0;padding:15px 0;}
}
@media (max-width:827px){
	.sub--big__visual .sub--big__contents > div{margin-left:20px}
}
@media (max-width:768px){
/*	img{width:100%;}*/
	html{font-size:50%;}
	.header .lnb{margin-top:-8px}
	

	.visual p{line-height:155%;font-size:3.6rem;}
	.visual p span{display:inline;}
	.visual--main__img{background-image:url(../../Content/images/visual_main_m.png);}
	.visual .visual--img .inside{padding:0 25px}
	.visual .visual--img.visual--company{background-image:url(../../Content/images/visual_company_m.png);}
	.visual .visual--img.visual--service{background-image:url(../../Content/images/visual_service_m.png);}
	.visual .visual--img.visual--ir{background-image:url(../../Content/images/visual_ir_m.png);}
	.visual .visual--img.visual--career{background-image:url(../../Content/images/visual_career_m.png);}
	.slideshow .mySlides.slider2 .visual--main__img{background-position:30% center;}
	.slideshow .mySlides .title{margin-top:30px}
	.slideshow .mySlides .text{line-height:135%;font-size:2.2rem;}
	.slideshow .mySlides .text span{display:inline;}

	.btns .btn{width:100%}
	.btns--2line .btn{margin:15px auto 0;}
	.btns--2line .btn:first-child{margin-top:0;}
	.grid--box__left, .grid--box__right{float:none;width:100%;padding:0}
	.tbl--col thead th, .tbl--col tbody th, .tbl--col tbody td{padding:10px 5px;word-break:break-all;}
	.tbl--div table{float:none;width:100%;margin-top:12px;}
	.tbl--div table:first-child{margin-top:0}
	.btn--view{text-align:center;}
	
	.benefit > div{float:none;width:100%;}
	.benefit > div dl{margin-top:50px}
	.benefit > div:first-child dl{margin-top:0}
	.benefit dd{padding-left:10px;text-indent:-12px}
	.benefit dd:before{margin-right:5px}
	.slide--list .list dl{max-width:90%}
	.slide--list .slick-arrow{top:inherit;bottom:0;}
	.slide--list .slick-prev{left:25%}
	.slide--list .slick-next{right:25%}
	.info--comp{padding-top:30px}
	.info--comp dl{float:none;width:100%;padding:15px 0 30px;}
	.info--comp dt{padding-bottom:10px;}
	.cip .btns .btn{display:block;margin:15px auto 0;width:100%;}
	.cip .btns .btn:first-child{margin-top:0}
	.cip .cip--info > p{width:100%;float:none;line-height:normal;padding-top:65px;}
	.cip .cip--info > p img{width:240px}
	.cip .anno{line-height:180%}
	.cip--color2{width:100%;float:none;margin-top:20px;}
	.cip--color2:first-child{margin-top:0}
	
	.sub--bg dt{left:30px;top:30px}
	.sub--bg .sub--txt{padding:20px;top:0;transform:translateY(100px)}
	.sub--bg.open .btn--close{right:20px;top:30px;width:30px;height:30px;}
	.sub--big__visual .sub--big__contents > div{float:none;width:140px;height:140px;margin:20px 0 0;}
	.sub--big__visual .sub--big__contents > div:first-child{margin-top:0}
/*	.sub--big__visual .sub--big__contents > div dl dt{font-size:2rem;font-weight:400;}
	.sub--big__visual .sub--big__contents > div dl dd{font-size:1.5rem;}*/
	.service.service--big .service--img h4{font-size:6rem}

	.grid--box .sub--title .comment.eng{top:65px;}

	.ir--price .comment{top:inherit;}
	.ir--top .ir--txt{padding-top:35px}
	.ir--top .ir--txt .ir--txt1{margin-bottom:5px}
	.ir--bottom ul > li{line-height:normal;padding-top:25px;}
	.ir--bottom ul > li > strong{display:block;padding:2px 0 0 0}
	.ir--list .list .list--title, .ir--press .list .list--title{width:100%;min-height:20px;}
	.ir--list .list .list--opt{position:static;display:block;margin-top:15px;}
	.view{padding-bottom:30px}
    .view .link{padding-left:0;padding-right:0;}
	.view .link a{width:100%}
	.view .link strong{left:0}
	.view .file{padding-left:0;padding-right:0;}
	.view .file a{width:100%}
	.view .file strong{left:0}
	.view .view--cont{padding-left:0;padding-right:0}
	.view .view--cont img{max-width:100%;}
	.view .title--view .date{float:none !important;display:block;margin-top:15px;}
	

	.career--right .role .recruit{float:none;width:100%;margin-right:0}
	.faq--list li{padding-left:15px;padding-right:15px;}
	.faq--list li.on .faq--a{margin-top:15px;padding-top:15px}
	.faq--list li strong{font-size:2rem;line-height:150%;}
	.contact{display:flex;align-items:center;justify-content:center;}
	.contact li{display:block;margin:20px 0 0}
	.contact li:first-child{margin:0}

	.footer .family > li{width:100%;float:none;}
	.footer .family > li:first-child{padding-top:0}

    /* ENG */
	.footer .family.family_eng > li{width:100%;float:none;}
	.footer .family.family_eng > li:first-child{padding-top:0}

    /*culture 대표님한말씀*/
    .culture-ceo .ceo{flex-direction:column-reverse;}
    .culture-ceo .culture-ceo-img {width:80%;margin:auto;}
    .culture-ceo .culture-ceo-img img {width:100%;float:none;}
    .culture-ceo .culture-ceo-txt {width:100%;}
	
	.footer p.isms{position:static;margin:15px 0 0;}
	.lay--wp .isms{width:320px;margin-left:-160px;}
}

@media (max-width:375px){
/*	html{font-size:45%;}*/
	#container .container--bg{height:90%}
	.service h4{font-size:8rem;padding-top:11px;}
	.service.service--big .service--img h4{font-size:5rem;margin-top:-20px;}
	.tab--history button{padding:10px 19px;}
	.excu--list .excu--item .photo span strong{display:block;padding-bottom:10px;}
	.ir--top > div{float:none;width:100%;border-top:1px solid #e1e1e1;border-left:0 none;text-align:center;}
	.ir--top .ir--txt{text-align:center;padding-left:0}
	.ir--bottom ul > li{width:50%}
	.ir--bottom ul > li:nth-child(2n-1){border-left:0 none;}
	.ir--bottom ul > li{border-top:1px solid #e1e1e1}
	.ir--bottom ul > li:first-child, 
	.ir--bottom ul > li:nth-child(2){border-top:0 none;}
/*	.ir--top .ir--txt .ir--txt3{display:block;}*/
}
@media (max-width:320px){
/*	.ir--price .comment--eng{left:0}
	.ir--price .comment--eng li{float:none;padding-bottom:5px;}
	.ir--price .comment--eng li:before{content:none;}*/
	.ir--price .comment li{font-size:1.4rem;}

}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
